challenge-vtex-io-carlos-wi.../styles/sass/pages/product/agenciamagma.store-theme.scss

46 lines
714 B
SCSS
Raw Normal View History

.html {
background-color: red;
}
.html--pdp-breadcrumb {
background-color: transparent;
}
.html--addButton {
width: 100%;
}
:global(.vtex-store-components-3-x-discountInsideContainer) {
display: none !important;
}
.html--prateleira-flexcol {
display: flex;
flex-direction: column;
align-items: center;
@media screen and (max-width: 1024px) {
gap: 8px;
}
@media (min-width: 2560px) {
min-width: 434.4px;
min-height: 568.4px;
}
}
.html--slider-layout-wrapper {
max-width: 96rem;
margin: auto;
@media (min-width: 2560px) {
margin: 0 350px !important;
max-width: 100%;
}
}
.html--cart-content {
@media (max-width: 1024px) {
flex-direction: column;
}
}