92 lines
1.9 KiB
SCSS
92 lines
1.9 KiB
SCSS
.sliderLayoutContainer--carousel {
|
|
background-color: white;
|
|
height: 630px;
|
|
|
|
.sliderTrackContainer {
|
|
margin: 32px 27px 32px 27px;
|
|
}
|
|
|
|
.slide {
|
|
width: 100%;
|
|
max-width: 314px;
|
|
height: 448px;
|
|
margin-right: 16px;
|
|
|
|
:global(.vtex-product-summary-2-x-container) {
|
|
max-width: unset !important;
|
|
|
|
:global(.vtex-product-summary-2-x-element) {
|
|
padding: 0;
|
|
}
|
|
|
|
:global(.vtex-product-summary-2-x-imageContainer) {
|
|
width: 314px;
|
|
height: 314px;
|
|
|
|
:global(.vtex-product-summary-2-x-imageNormal) {
|
|
max-height: 314px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
:global(.vtex-product-summary-2-x-nameContainer) {
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 16px 0 8px 0;
|
|
:global(.vtex-product-summary-2-x-productBrand) {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-listPrice) {
|
|
display: block;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: center;
|
|
text-decoration-line: line-through;
|
|
color: #bababa;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-sellingPrice) {
|
|
text-align: center;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 33px;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
.sliderLeftArrow,
|
|
.sliderRightArrow {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.paginationDotsContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 64px;
|
|
|
|
.paginationDot {
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: black;
|
|
border: none;
|
|
}
|
|
|
|
.paginationDot--isActive {
|
|
width: 17px !important;
|
|
height: 17px !important;
|
|
background-color: white;
|
|
border: 0.5px solid #000000;
|
|
}
|
|
}
|
|
}
|