2023-01-30 17:14:00 +00:00
|
|
|
@charset "UTF-8";
|
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-30 23:29:08 +00:00
|
|
|
.logoContainer {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.logoContainer {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.autoCompleteOuterContainer:first-child :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: 1px solid #AEAEAE;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-01-24 19:33:02 +00:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
2023-01-30 17:14:00 +00:00
|
|
|
max-width: unset !important;
|
2023-01-29 13:10:55 +00:00
|
|
|
}
|
2023-01-24 19:33:02 +00:00
|
|
|
|
2023-01-28 20:53:21 +00:00
|
|
|
.swiperCaret {
|
|
|
|
display: none;
|
2023-01-23 12:29:56 +00:00
|
|
|
}
|
|
|
|
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor {
|
2023-01-24 19:33:02 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
width: auto;
|
2023-01-23 12:29:56 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2023-01-24 19:33:02 +00:00
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer {
|
2023-01-24 19:33:02 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 23:29:08 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
@media (max-width: 2560px) and (min-width: 1920px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide {
|
|
|
|
height: 904px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide {
|
|
|
|
margin: 0;
|
|
|
|
height: 944px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage {
|
|
|
|
height: 904px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-29 13:10:55 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage {
|
|
|
|
height: 944px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage .productImageTag--main {
|
2023-01-23 12:29:56 +00:00
|
|
|
object-fit: unset !important;
|
2023-01-30 17:14:00 +00:00
|
|
|
max-height: unset !important;
|
2023-01-30 23:29:08 +00:00
|
|
|
height: 664px !important;
|
2023-01-24 19:33:02 +00:00
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage .productImageTag--main {
|
2023-01-30 17:14:00 +00:00
|
|
|
height: 904px !important;
|
2023-01-24 19:33:02 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage .productImageTag--main {
|
2023-01-28 13:49:06 +00:00
|
|
|
height: 944px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productImage .productImageTag--main {
|
|
|
|
width: 99.67% !important;
|
|
|
|
height: 296px !important;
|
|
|
|
object-fit: cover !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 19:33:02 +00:00
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productVideo,
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .videoContainer {
|
2023-01-24 19:33:02 +00:00
|
|
|
height: 664px;
|
|
|
|
}
|
2023-01-24 23:44:16 +00:00
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
2023-01-28 20:53:21 +00:00
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productVideo,
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .videoContainer {
|
2023-01-28 13:49:06 +00:00
|
|
|
height: 944px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .productVideo,
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .productImagesGallerySlide .videoContainer {
|
|
|
|
height: 296px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .carouselGaleryThumbs {
|
|
|
|
margin-top: 16px;
|
|
|
|
height: 90px !important;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .carouselGaleryThumbs {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .carouselGaleryThumbs .productImagesThumb {
|
|
|
|
width: 10% !important;
|
|
|
|
height: 10% !important;
|
|
|
|
margin-right: 16px;
|
|
|
|
width: 90px !important;
|
|
|
|
height: 90px !important;
|
|
|
|
}
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .carouselGaleryThumbs .productImagesThumb .figure,
|
|
|
|
.productImagesContainer .carouselContainer .carouselGaleryCursor .carouselGaleryThumbs .productImagesThumb .thumbImg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
2023-01-24 23:44:16 +00:00
|
|
|
|
|
|
|
.productNameContainer {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productNameContainer {
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 32px;
|
2023-01-28 20:53:21 +00:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productNameContainer {
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-bottom: 8px;
|
2023-01-28 13:49:06 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-24 23:44:16 +00:00
|
|
|
.productNameContainer .productBrand {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
2023-01-26 00:57:59 +00:00
|
|
|
}
|
|
|
|
|
2023-01-30 17:14:00 +00:00
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-title) {
|
|
|
|
font-size: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-title)::after {
|
|
|
|
content: "Produto indisponível";
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #868686;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-subscribeLabel) {
|
|
|
|
font-size: 0;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-subscribeLabel)::after {
|
|
|
|
content: "Deseja saber quando estiver disponível?";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #868686;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) {
|
|
|
|
width: 60.091%;
|
|
|
|
margin: 0;
|
|
|
|
display: grid;
|
|
|
|
grid-template-areas: "A B" "C C";
|
|
|
|
max-width: unset !important;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) {
|
|
|
|
width: 44.138%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) {
|
|
|
|
width: 81.02%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputName) {
|
|
|
|
grid-area: A;
|
|
|
|
margin: 0 8px 15px 0;
|
|
|
|
width: 12.22em;
|
|
|
|
}
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputName) {
|
|
|
|
width: 23.657em;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputName) {
|
|
|
|
width: 94.26%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputName) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
border-radius: unset;
|
2023-01-30 21:33:19 +00:00
|
|
|
height: 40px;
|
2023-01-30 17:14:00 +00:00
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputName) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputEmail) {
|
|
|
|
grid-area: B;
|
|
|
|
margin: 0 0 15px;
|
|
|
|
width: 12.22em;
|
2023-01-30 21:33:19 +00:00
|
|
|
height: 40px;
|
2023-01-30 17:14:00 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputEmail) {
|
|
|
|
width: 23.657em;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputEmail) {
|
|
|
|
width: 99.47%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputEmail) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
border-radius: unset;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-inputEmail) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-submit) {
|
|
|
|
grid-area: C;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-submit) :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-01-30 21:33:19 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-submit) :global(.vtex-button) {
|
|
|
|
margin: 0;
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:14:00 +00:00
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-submit) :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-subscriberContainer) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-content) :global(.vtex-store-components-3-x-submit) :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
content: "AVISE-ME";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
2023-01-26 00:57:59 +00:00
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorTextContainer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--cor::before {
|
|
|
|
content: "OUTRAS CORES:";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-26 00:57:59 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--tamanho::before {
|
|
|
|
content: "OUTROS TAMANHOS:";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-26 00:57:59 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
2023-01-28 13:49:06 +00:00
|
|
|
.skuSelectorSubcontainer--tamanho {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2023-01-26 00:57:59 +00:00
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer {
|
2023-01-28 13:49:06 +00:00
|
|
|
margin: 8px 0 0;
|
2023-01-26 00:57:59 +00:00
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList {
|
2023-01-28 13:49:06 +00:00
|
|
|
margin: 0;
|
2023-01-26 00:57:59 +00:00
|
|
|
margin-left: 0;
|
|
|
|
column-gap: 16px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround--sku-selector {
|
|
|
|
border-color: #000000;
|
|
|
|
border-width: 2px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 24px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2023-01-29 20:13:01 +00:00
|
|
|
border: 1px solid #989898;
|
2023-01-26 00:57:59 +00:00
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .diagonalCross {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
transform: rotate(274deg);
|
|
|
|
left: 4px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer {
|
2023-01-28 13:49:06 +00:00
|
|
|
margin: 8px 0 0;
|
|
|
|
height: 48px;
|
2023-01-26 00:57:59 +00:00
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList {
|
2023-01-28 13:49:06 +00:00
|
|
|
margin: 0 !important;
|
2023-01-26 13:58:33 +00:00
|
|
|
margin-left: 0;
|
2023-01-26 00:57:59 +00:00
|
|
|
column-gap: 16px;
|
|
|
|
}
|
2023-01-26 13:58:33 +00:00
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
2023-01-26 00:57:59 +00:00
|
|
|
border-radius: 100%;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-26 13:58:33 +00:00
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround--sku-selector {
|
|
|
|
border-color: #000000;
|
|
|
|
border-width: 2px;
|
2023-01-26 00:57:59 +00:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2023-01-26 13:58:33 +00:00
|
|
|
border-radius: 24px;
|
2023-01-26 00:57:59 +00:00
|
|
|
top: 0;
|
2023-01-26 13:58:33 +00:00
|
|
|
bottom: 0;
|
2023-01-26 00:57:59 +00:00
|
|
|
right: 0;
|
2023-01-26 13:58:33 +00:00
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
2023-01-26 00:57:59 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2023-01-29 20:13:01 +00:00
|
|
|
border: 1px solid #989898;
|
2023-01-26 00:57:59 +00:00
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .diagonalCross {
|
|
|
|
position: absolute;
|
|
|
|
width: 46.69px;
|
|
|
|
height: 0px;
|
|
|
|
left: calc(50% - 28.345px + 6.35px);
|
|
|
|
top: calc(50% + 10px - 11px);
|
|
|
|
border: 1px solid #d5d5d5;
|
|
|
|
transform: rotate(-43.26deg);
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .valueWrapper,
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .skuSelectorItemImageValue {
|
|
|
|
border-radius: 100%;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2023-01-26 17:23:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
2023-01-26 19:52:47 +00:00
|
|
|
align-items: flex-end;
|
2023-01-26 17:23:04 +00:00
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input)::before {
|
|
|
|
content: "CALCULAR FRETE:";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-26 17:23:04 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input__label) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
margin-top: 8px;
|
|
|
|
height: 49px;
|
|
|
|
border-radius: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
width: 231px;
|
2023-01-26 17:23:04 +00:00
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 12:36:30 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
|
|
|
|
color: #afafaf;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
2023-01-26 19:52:47 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
height: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-01-26 17:23:04 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
padding-top: 0;
|
|
|
|
position: relative;
|
|
|
|
left: 312px;
|
2023-01-26 19:52:47 +00:00
|
|
|
bottom: 35px;
|
2023-01-26 17:23:04 +00:00
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
|
|
|
|
left: 81.1%;
|
|
|
|
bottom: 0;
|
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 17:23:04 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child :last-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
background: #000000;
|
|
|
|
border-radius: 0;
|
|
|
|
border: none;
|
|
|
|
bottom: 1px;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button)::after {
|
|
|
|
content: "OK";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-26 17:23:04 +00:00
|
|
|
color: #ffffff;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-26 19:52:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 16.36%);
|
2023-01-27 00:13:46 +00:00
|
|
|
grid-template-areas: "A B C";
|
|
|
|
column-gap: 32px;
|
2023-01-26 19:52:47 +00:00
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName,
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate,
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName {
|
|
|
|
text-align: left;
|
2023-01-27 00:13:46 +00:00
|
|
|
grid-area: A;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate {
|
|
|
|
grid-area: C;
|
|
|
|
text-align: left;
|
2023-01-26 19:52:47 +00:00
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
2023-01-27 00:13:46 +00:00
|
|
|
text-align: left;
|
|
|
|
grid-area: B;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice::after {
|
|
|
|
content: "frete";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-27 00:13:46 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
text-transform: uppercase;
|
2023-01-26 19:52:47 +00:00
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 16.36%);
|
|
|
|
grid-template-areas: "A B C";
|
|
|
|
column-gap: 32px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName {
|
|
|
|
grid-area: A;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate {
|
|
|
|
white-space: nowrap;
|
|
|
|
grid-area: C;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryPrice {
|
|
|
|
grid-area: B;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell {
|
|
|
|
padding-left: 0;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #afafaf;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel .shippingTableRadioBtn {
|
|
|
|
display: none;
|
2023-01-26 23:57:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesContainer--image-description {
|
|
|
|
width: 92.93%;
|
|
|
|
max-height: unset;
|
|
|
|
position: relative;
|
2023-01-30 17:14:00 +00:00
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.productImagesContainer--image-description {
|
|
|
|
width: 94.784%;
|
|
|
|
}
|
2023-01-26 23:57:55 +00:00
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productImagesContainer--image-description {
|
|
|
|
width: 100%;
|
2023-01-30 17:14:00 +00:00
|
|
|
margin-left: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productImagesContainer--image-description {
|
|
|
|
width: 100%;
|
2023-01-30 17:14:00 +00:00
|
|
|
margin-left: 0;
|
2023-01-28 20:53:21 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 23:57:55 +00:00
|
|
|
.productImagesContainer--image-description .productImageTag--image-description--main {
|
|
|
|
max-height: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productDescriptionContainer {
|
|
|
|
width: 92.93%;
|
|
|
|
position: relative;
|
2023-01-30 17:14:00 +00:00
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.productDescriptionContainer {
|
|
|
|
width: 94.784%;
|
|
|
|
}
|
2023-01-26 23:57:55 +00:00
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productDescriptionContainer {
|
|
|
|
margin-left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productDescriptionContainer {
|
|
|
|
margin-left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 23:57:55 +00:00
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 23:57:55 +00:00
|
|
|
.productDescriptionContainer .productDescriptionText .container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
2023-01-27 23:47:41 +00:00
|
|
|
}
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.productDescriptionContainer .productDescriptionText .container .pointerEventsNone {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-01-27 23:47:41 +00:00
|
|
|
|
|
|
|
.installmentsPrice {
|
|
|
|
display: none;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|