challenge-vtex-io-gabriel-g.../styles/sass/pages/product/vtex.slider-layout.scss

180 lines
4.4 KiB
SCSS

.sliderLayoutContainer--carousel {
background-color: transparent;
height: 630px;
@media screen and (min-width: 375px) and (max-width: 768px) {
height: 393px;
}
.sliderTrackContainer {
margin: 32px 27px 32px 27px;
padding-bottom: 32px;
@media screen and (min-width: 375px) and (max-width: 768px) {
padding-bottom: 0;
}
.sliderTrack {
margin-bottom: 32px;
}
}
.slide {
width: 100%;
max-width: 314px;
height: 448px;
margin-right: 16px;
@media screen and (max-width: 767px) {
margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
margin-right: 12px;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
height: unset;
}
: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: 100%;
max-width: 314px;
height: 314px;
@media screen and (min-width: 375px) and (max-width: 768px) {
max-width: 124px;
height: 124px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
max-width: 291px;
height: 291px;
}
: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;
@media screen and (min-width: 375px) and (max-width: 768px) {
font-size: 14px;
line-height: 19px;
}
}
}
: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;
@media screen and (min-width: 375px) and (max-width: 768px) {
font-size: 12px;
line-height: 16px;
}
:global(.vtex-product-price-1-x-listPriceValue) {
&::before {
content: "de ";
font-size: 14px;
}
&::after {
content: " por";
}
}
}
:global(.vtex-product-price-1-x-sellingPrice) {
display: block;
text-align: center;
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
@media screen and (min-width: 375px) and (max-width: 768px) {
font-size: 18px;
line-height: 25px;
}
}
}
.sliderRightArrow,
.sliderLeftArrow {
margin: 0;
padding: 0;
.caretIcon {
display: none;
}
}
.sliderLeftArrow::after {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='31' viewBox='0 0 12 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000193945 15.2383L10.9291 30.1191L11.2002 27.7468L2.30458 15.2383L11.2002 2.89145L10.9291 0.519139L0.000193945 15.2383Z' fill='black'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 11px;
height: 30px;
}
.sliderRightArrow::after {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='31' viewBox='0 0 12 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 15.4004L1.07091 0.519531L0.799804 2.89184L9.69542 15.4004L0.799802 27.7472L1.07091 30.1195L11.9998 15.4004Z' fill='black'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 11px;
height: 30px;
}
.paginationDotsContainer {
display: flex;
align-items: center;
margin-bottom: 64px;
@media screen and (min-width: 375px) and (max-width: 768px) {
margin-bottom: 32px;
}
.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;
}
}
}