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-02-08 03:13:42 +00:00
|
|
|
.shareLabel, .skuSelectorNameSeparator, .skuSelectorSelectorImageValue {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-08 05:20:03 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.productImagesContainer--carousel .productImagesGallerySlide {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 01:06:13 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
.productImagesContainer--carousel .carouselGaleryCursor {
|
|
|
|
max-height: 906px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-03 01:47:13 +00:00
|
|
|
.productNameContainer--quickview {
|
|
|
|
padding-right: 40px !important;
|
|
|
|
}
|
|
|
|
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer {
|
2023-01-26 21:53:42 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorItemImage {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2023-01-26 21:53:42 +00:00
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorItem--selected .frameAround {
|
|
|
|
border-radius: 24px;
|
|
|
|
border: 2px solid #000000;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .frameAround {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
z-index: 5;
|
|
|
|
bottom: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName {
|
2023-01-26 21:53:42 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::after {
|
2023-01-26 21:53:42 +00:00
|
|
|
content: "ES:";
|
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::before {
|
2023-01-26 21:53:42 +00:00
|
|
|
content: "OUTRAS ";
|
|
|
|
}
|
2023-01-31 23:56:56 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .frameAround {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
content: "S:";
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::before {
|
|
|
|
content: "OUTROS ";
|
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorInternalBox {
|
|
|
|
border: 2px solid #B9B9B9;
|
2023-01-26 21:53:42 +00:00
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .skuSelectorItemImageValue, .skuSelectorContainer .skuSelectorInternalBox {
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 24px;
|
2023-01-26 21:53:42 +00:00
|
|
|
}
|
2023-01-31 04:11:52 +00:00
|
|
|
.skuSelectorContainer .diagonalCross {
|
2023-02-01 04:10:52 +00:00
|
|
|
border: 1px solid #D5D5D5;
|
2023-01-31 04:11:52 +00:00
|
|
|
border-radius: 24px;
|
2023-01-26 21:53:42 +00:00
|
|
|
}
|
|
|
|
|
2023-02-01 04:36:05 +00:00
|
|
|
.productNameContainer--quickview {
|
|
|
|
text-align: end;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
2023-02-01 21:16:47 +00:00
|
|
|
color: #575757;
|
2023-02-01 04:36:05 +00:00
|
|
|
}
|
|
|
|
|
2023-01-30 03:46:16 +00:00
|
|
|
.carouselContainer {
|
2023-02-08 01:06:13 +00:00
|
|
|
max-width: 906px;
|
2023-01-30 03:46:16 +00:00
|
|
|
}
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselContainer .productImage {
|
|
|
|
max-width: 85.238%;
|
|
|
|
}
|
2023-02-06 15:15:14 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
2023-01-30 17:20:07 +00:00
|
|
|
.carouselContainer .productImage {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 15:15:14 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2023-01-30 19:06:30 +00:00
|
|
|
.carouselContainer .productImage {
|
|
|
|
min-width: 296px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 15:15:14 +00:00
|
|
|
@media screen and (max-width: 375px) {
|
2023-01-30 19:06:30 +00:00
|
|
|
.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 {
|
2023-01-30 22:51:12 +00:00
|
|
|
border-radius: 8px;
|
2023-01-30 17:20:07 +00:00
|
|
|
max-height: 100% !important;
|
2023-01-27 04:35:12 +00:00
|
|
|
}
|
2023-02-08 05:20:03 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.carouselContainer .productImage .productImageTag--main {
|
|
|
|
max-height: 100% !important;
|
|
|
|
max-width: 98.657%;
|
|
|
|
}
|
|
|
|
}
|
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 17:20:07 +00:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2023-02-06 03:48:55 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2023-01-30 22:07:29 +00:00
|
|
|
.carouselGaleryThumbs .productImagesThumb {
|
2023-01-30 22:51:12 +00:00
|
|
|
width: 30% !important;
|
2023-01-30 22:07:29 +00:00
|
|
|
}
|
|
|
|
}
|
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 {
|
2023-01-30 22:51:12 +00:00
|
|
|
border-radius: 8px;
|
2023-01-30 22:07:29 +00:00
|
|
|
min-height: 5.54em;
|
|
|
|
}
|
2023-02-06 03:48:55 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2023-01-30 22:07:29 +00:00
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure--video .thumbImg {
|
2023-02-08 05:20:03 +00:00
|
|
|
min-height: 100%;
|
2023-01-30 22:07:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure .thumbImg {
|
2023-01-30 22:51:12 +00:00
|
|
|
border-radius: 8px;
|
2023-02-08 05:20:03 +00:00
|
|
|
min-height: 90px;
|
2023-02-06 03:48:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-size: 20px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.productDescriptionContainer .content {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
.productDescriptionContainer .content {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.productDescriptionContainer .content {
|
|
|
|
font-size: 14px !important;
|
|
|
|
line-height: 19px !important;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|