2023-01-27 23:45:34 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
/* Grid breakpoints */
|
|
|
|
.sliderLayoutContainer--carousel {
|
|
|
|
background: unset;
|
2023-01-29 13:10:55 +00:00
|
|
|
width: 94.435%;
|
2023-02-03 13:21:35 +00:00
|
|
|
margin: 0 auto 113px;
|
2023-01-29 13:10:55 +00:00
|
|
|
}
|
2023-01-30 17:01:46 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel {
|
|
|
|
width: 71.858%;
|
2023-02-03 13:21:35 +00:00
|
|
|
min-height: 543.4px;
|
2023-01-30 17:01:46 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel {
|
|
|
|
width: 92.166%;
|
2023-02-03 13:21:35 +00:00
|
|
|
margin: 0 auto 105px;
|
|
|
|
min-height: 383.2px;
|
2023-01-29 13:10:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel {
|
|
|
|
width: 78.616%;
|
|
|
|
margin: 0 auto 32px;
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer {
|
2023-01-29 13:10:55 +00:00
|
|
|
width: 96%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer {
|
|
|
|
width: 97.012%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer {
|
|
|
|
width: 95.085%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer {
|
|
|
|
width: 87.03%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel {
|
|
|
|
width: 5.3515% !important;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel {
|
|
|
|
width: 5.4036% !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel {
|
|
|
|
width: 6.0831% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel {
|
|
|
|
width: 6.921% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel {
|
|
|
|
width: 100%;
|
2023-01-27 23:45:34 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) {
|
2023-01-29 13:10:55 +00:00
|
|
|
max-width: 100% !important;
|
2023-01-27 23:45:34 +00:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) {
|
|
|
|
min-height: 448.4px;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) {
|
|
|
|
min-height: 543.4px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) {
|
2023-02-03 13:21:35 +00:00
|
|
|
min-height: 383.2px;
|
2023-01-29 13:10:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) {
|
2023-02-03 13:21:35 +00:00
|
|
|
min-height: 254.8px;
|
2023-01-29 13:10:55 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) {
|
|
|
|
padding: 16px 0 8px;
|
|
|
|
display: flex;
|
2023-01-12 16:56:35 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :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;
|
2023-02-03 13:21:35 +00:00
|
|
|
padding: 0 16px;
|
|
|
|
min-height: 19px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productNameContainer) :global(.vtex-product-summary-2-x-productBrand) {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productNameContainer) :global(.vtex-product-summary-2-x-productBrand) {
|
|
|
|
padding: 0 8px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) {
|
2023-01-29 13:10:55 +00:00
|
|
|
width: 100%;
|
2023-01-27 23:45:34 +00:00
|
|
|
height: 314.4px;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) {
|
|
|
|
height: 434.4px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) {
|
|
|
|
height: 291.2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) {
|
|
|
|
height: 124.8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) {
|
|
|
|
row-gap: 8px;
|
|
|
|
}
|
2023-02-03 13:21:35 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) {
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) {
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) {
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) {
|
|
|
|
padding: 0;
|
2023-02-03 13:21:35 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceLabel) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) :global(.vtex-product-summary-2-x-currencyContainer) {
|
2023-01-27 23:45:34 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-decoration-line: line-through;
|
|
|
|
color: #bababa;
|
|
|
|
}
|
2023-02-03 13:21:35 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) :global(.vtex-product-summary-2-x-currencyContainer) {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) :global(.vtex-product-summary-2-x-currencyContainer) {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
2023-01-30 17:01:46 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) :global(.vtex-product-summary-2-x-currencyContainer)::before {
|
|
|
|
content: "de ";
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) :global(.vtex-product-summary-2-x-currencyContainer)::after {
|
|
|
|
content: " por";
|
2023-01-27 23:45:34 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPriceLabel) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPrice) {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 33px;
|
|
|
|
text-align: center;
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-03 13:21:35 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPrice) {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPrice) {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
.sliderLayoutContainer--carousel .sliderArrows {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-29 13:57:57 +00:00
|
|
|
.sliderLayoutContainer--carousel .sliderLeftArrow {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 11.2px;
|
|
|
|
height: 29.6px;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderLeftArrow::before {
|
|
|
|
content: "";
|
|
|
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/sliderLeftArrow-m3academy-anacarolinaduartecavalcante.svg");
|
|
|
|
visibility: visible;
|
|
|
|
width: 11.2px;
|
|
|
|
height: 29.6px;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderRightArrow {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 11.2px;
|
|
|
|
height: 29.6px;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .sliderRightArrow::before {
|
2023-01-29 14:01:40 +00:00
|
|
|
content: "";
|
|
|
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/sliderRightArrow-m3academy-anacarolinaduartecavalcante.svg");
|
2023-01-29 13:57:57 +00:00
|
|
|
visibility: visible;
|
|
|
|
width: 11.2px;
|
|
|
|
height: 29.6px;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
.sliderLayoutContainer--carousel .paginationDotsContainer {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-01-29 13:10:55 +00:00
|
|
|
bottom: -32px;
|
2023-01-27 23:45:34 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer--carousel .paginationDotsContainer .paginationDot {
|
|
|
|
background-color: #000000;
|
|
|
|
width: 10px !important;
|
|
|
|
height: 10px !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-27 23:45:34 +00:00
|
|
|
.sliderLayoutContainer--carousel .paginationDotsContainer .paginationDot--isActive {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 0.5px solid #000000;
|
|
|
|
width: 17px !important;
|
|
|
|
height: 17px !important;
|
|
|
|
}
|