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 */
|
|
|
|
.newsletter {
|
2023-01-25 04:01:38 +00:00
|
|
|
background: black;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2023-01-25 21:59:38 +00:00
|
|
|
max-width: 100%;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens .productImageTag {
|
|
|
|
max-height: 100% !important;
|
2023-01-25 04:01:38 +00:00
|
|
|
max-width: 664px;
|
2023-01-24 00:00:28 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (min-width: 2500px) {
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens .productImageTag {
|
|
|
|
max-width: 904px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens .productImageTag {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.container .productImagesContainer--divImagens .carouselGaleryThumbs--divImagens .productImagesThumb {
|
|
|
|
margin-right: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px !important;
|
|
|
|
border-radius: 8px;
|
2023-01-25 01:44:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newsletter--newsletter {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
.newsletter--newsletter .container--newsletter {
|
|
|
|
background-color: black;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: 67px;
|
|
|
|
padding-top: 32px;
|
|
|
|
padding-bottom: 16px !important;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonContainer--newsletter {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
2023-01-25 04:01:38 +00:00
|
|
|
.buttonContainer--newsletter :global(.vtex-button) {
|
2023-01-25 01:44:07 +00:00
|
|
|
border-radius: 0;
|
|
|
|
background-color: black;
|
|
|
|
border: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 3px solid #bfbfbf;
|
2023-01-25 04:01:38 +00:00
|
|
|
}
|
|
|
|
|
2023-01-25 21:59:38 +00:00
|
|
|
.productImageTag--imgDescription {
|
2023-01-25 04:01:38 +00:00
|
|
|
width: 100%;
|
2023-01-25 23:46:25 +00:00
|
|
|
max-height: 664px !important;
|
2023-01-25 04:01:38 +00:00
|
|
|
max-width: 664px;
|
|
|
|
}
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (min-width: 2500px) {
|
|
|
|
.productImageTag--imgDescription {
|
|
|
|
max-width: 904px;
|
2023-01-25 23:46:25 +00:00
|
|
|
max-height: 904px !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productImageTag--imgDescription {
|
|
|
|
max-width: 944px;
|
|
|
|
margin-bottom: 16px;
|
2023-01-25 23:46:25 +00:00
|
|
|
max-height: 944px !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-25 04:01:38 +00:00
|
|
|
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2023-01-26 02:43:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.listPrice {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|