challenge-vtex-io-ana-carol.../styles/sass/pages/product/vtex.slider-layout.scss

105 lines
3.6 KiB
SCSS
Raw Normal View History

//Slider
.sliderLayoutContainer--carousel {
background: unset;
min-height: 448.4px;
margin-bottom: 64px;
.sliderTrackContainer {
margin-bottom: 32px;
.sliderTrack {
.slide--carousel {
.slideChildrenContainer--carousel {
:global(.vtex-product-summary-2-x-containerNormal) {
max-width: 314.4px !important;
border-radius: 0;
:global(.vtex-product-summary-2-x-clearLink) {
min-height: 448.4px;
:global(.vtex-product-summary-2-x-element) {
padding: 0;
:global(.vtex-product-summary-2-x-nameContainer) {
padding: 16px 0 8px;
display: flex;
justify-content: center;
:global(.vtex-product-summary-2-x-productNameContainer) {
:global(.vtex-product-summary-2-x-productBrand) {
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #000000;
display: inline-block;
vertical-align: text-top;
min-height: 50px;
}
}
}
:global(.vtex-product-summary-2-x-imageContainer) {
width: 314.4px;
height: 314.4px;
:global(.vtex-product-summary-2-x-imageContainer) {
:global(.vtex-product-summary-2-x-imageNormal) {
@media (max-width: 1920px) and (min-width: 1024px) {
// min-width: 314.4px;
min-width: 100%;
}
}
}
}
:global(.vtex-product-summary-2-x-priceContainer) {
padding: 0;
:global(.vtex-store-components-3-x-priceContainer) {
row-gap: 8px;
:global(.vtex-store-components-3-x-listPrice) {
padding: 0;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
text-decoration-line: line-through;
color: #bababa;
:global(.vtex-store-components-3-x-listPriceLabel) {
text-transform: lowercase;
}
}
:global(.vtex-store-components-3-x-sellingPrice) {
padding: 0;
display: flex;
justify-content: center;
// flex-direction: column;
:global(.vtex-store-components-3-x-sellingPriceLabel) {
display: none;
}
:global(.vtex-store-components-3-x-sellingPrice) {
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #000000;
}
}
}
}
}
}
}
}
}
}
}
.paginationDotsContainer {
display: flex;
align-items: center;
.paginationDot {
background-color: #000000;
width: 10px !important;
height: 10px !important;
}
.paginationDot--isActive {
background-color: #ffffff;
border: 0.5px solid #000000;
width: 17px !important;
height: 17px !important;
}
}
}