2023-01-12 16:56:35 +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 */
|
2023-01-26 21:53:42 +00:00
|
|
|
.skuSelectorContainer--m3-custom-sku-selector {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .frameAround--m3-custom-sku-selector {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
content: "ES:";
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::before {
|
|
|
|
content: "OUTRAS ";
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
content: "S:";
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::before {
|
|
|
|
content: "OUTROS ";
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .skuSelectorItemImageValue--m3-custom-sku-selector {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--m3-custom-sku-selector .diagonalCross--m3-custom-sku-selector {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2023-01-30 03:46:16 +00:00
|
|
|
.carouselContainer {
|
|
|
|
padding: 0 40px 0;
|
|
|
|
}
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselContainer .productImage {
|
|
|
|
max-width: 85.238%;
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 156.25em) {
|
|
|
|
.carouselContainer .productImage {
|
|
|
|
min-width: 904px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 19:06:30 +00:00
|
|
|
@media screen and (max-width: 64.0625em) {
|
|
|
|
.carouselContainer .productImage {
|
|
|
|
min-width: 296px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 23.375em) {
|
|
|
|
.carouselContainer .productImage {
|
|
|
|
min-width: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselContainer .productImage .productImageTag- {
|
2023-01-30 03:46:16 +00:00
|
|
|
max-height: 100% !important;
|
2023-01-30 17:20:07 +00:00
|
|
|
margin-bottom: 1em;
|
2023-01-30 03:46:16 +00:00
|
|
|
align-self: stretch;
|
|
|
|
}
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselContainer .productImage .productImageTag--main {
|
|
|
|
max-height: 100% !important;
|
2023-01-27 04:35:12 +00:00
|
|
|
}
|
|
|
|
|
2023-01-30 22:07:29 +00:00
|
|
|
.carouselGaleryThumbs {
|
|
|
|
display: block;
|
|
|
|
height: max-content;
|
|
|
|
}
|
2023-01-30 16:00:22 +00:00
|
|
|
.carouselGaleryThumbs .productImagesThumb {
|
2023-01-30 22:07:29 +00:00
|
|
|
width: max-content !important;
|
2023-01-30 17:20:07 +00:00
|
|
|
background: white;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2023-01-30 22:07:29 +00:00
|
|
|
@media screen and (max-width: 64.0625em) {
|
|
|
|
.carouselGaleryThumbs .productImagesThumb {
|
|
|
|
width: 32% !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure {
|
|
|
|
width: 100%;
|
2023-01-30 22:07:29 +00:00
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure--video {
|
|
|
|
min-height: 90px;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure--video .thumbImg {
|
|
|
|
min-height: 5.54em;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 64.0625em) {
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure--video .thumbImg {
|
|
|
|
width: 50px;
|
|
|
|
min-height: 4.9em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure .thumbImg {
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 64.0625em) {
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure .thumbImg {
|
|
|
|
width: 50px;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|