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-29 16:49:16 +00:00
|
|
|
max-width: 100% !important;
|
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 {
|
2023-01-29 16:49:16 +00:00
|
|
|
max-width: 100% !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens .productImageTag {
|
2023-01-29 16:49:16 +00:00
|
|
|
max-width: 100% !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
}
|
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-29 16:49:16 +00:00
|
|
|
max-height: 100% !important;
|
|
|
|
max-width: 100% !important;
|
2023-01-25 04:01:38 +00:00
|
|
|
}
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (min-width: 2500px) {
|
|
|
|
.productImageTag--imgDescription {
|
2023-01-29 16:49:16 +00:00
|
|
|
max-width: 100% !important;
|
|
|
|
max-height: 100% !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productImageTag--imgDescription {
|
2023-01-29 16:49:16 +00:00
|
|
|
max-width: 100% !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
margin-bottom: 16px;
|
2023-01-29 16:49:16 +00:00
|
|
|
max-height: 100% !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-26 21:21:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer--divSku {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorName::after {
|
|
|
|
display: block;
|
|
|
|
content: "OUTROS CORES:";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorItem--divSku {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorItem--divSku .frameAround--divSku {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorItem--divSku .skuSelectorInternalBox--divSku {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorItem--divSku .skuSelectorInternalBox--divSku .skuSelectorItemTextValue--divSku {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorItem--divSku .skuSelectorInternalBox--divSku .absolute {
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorNameSeparator {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--cor .skuSelectorSelectorImageValue {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho {
|
|
|
|
order: 1;
|
|
|
|
height: 67px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorName::after {
|
|
|
|
display: block;
|
|
|
|
content: "OUTROS TAMANHOS:";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku .frameAround--divSku {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku .skuSelectorInternalBox--divSku {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku .skuSelectorInternalBox--divSku .skuSelectorItemTextValue--divSku {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku .skuSelectorInternalBox--divSku .absolute {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .skuSelectorSubcontainer--tamanho .skuSelectorItem--divSku .diagonalCross--divSku {
|
|
|
|
height: 40px;
|
|
|
|
width: 40px;
|
|
|
|
border-radius: 50%;
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
}
|
|
|
|
.skuSelectorContainer--divSku .diagonalCross--divSku {
|
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
|
|
|
border-radius: 50%;
|
|
|
|
transform: rotate(-90deg);
|
2023-01-27 01:21:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
width: 409px;
|
|
|
|
height: 49px;
|
|
|
|
}
|
2023-01-27 03:44:54 +00:00
|
|
|
@media (max-width: 560px) {
|
|
|
|
.shippingContainer {
|
|
|
|
width: 296px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
|
|
display: flex;
|
|
|
|
padding: 0%;
|
|
|
|
margin: 0%;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) {
|
|
|
|
width: 280px;
|
|
|
|
height: 49px;
|
|
|
|
}
|
2023-01-27 03:44:54 +00:00
|
|
|
@media (max-width: 560px) {
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) {
|
|
|
|
width: 247px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
.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) {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 0px;
|
|
|
|
height: 49px;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
color: #000000;
|
|
|
|
position: absolute;
|
|
|
|
right: -57px;
|
|
|
|
}
|
2023-01-27 03:44:54 +00:00
|
|
|
@media (max-width: 560px) {
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
top: 45px;
|
|
|
|
right: -4px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
font-size: 0;
|
|
|
|
background: black;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
content: "Ok";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #ffffff;
|
|
|
|
padding: 0;
|
2023-01-27 03:44:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable .shippingTableHead {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName {
|
|
|
|
width: 108px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: start;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate {
|
|
|
|
display: flex;
|
|
|
|
order: 1;
|
|
|
|
text-transform: uppercase;
|
|
|
|
width: 136px;
|
|
|
|
text-align: start;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 0;
|
|
|
|
width: 62px;
|
|
|
|
text-align: start;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice::after {
|
|
|
|
content: "FRETE";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableBody {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableRadioBtn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableCellDeliveryName {
|
|
|
|
width: 108px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #afafaf;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableCellDeliveryPrice {
|
|
|
|
width: 62px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #afafaf;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableCellDeliveryEstimate {
|
|
|
|
width: 136px;
|
|
|
|
display: flex;
|
|
|
|
order: 1;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #afafaf;
|
2023-01-29 16:49:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inputGroup--newsletter :global(.vtex-input-prefix__group) {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #929292;
|
|
|
|
}
|
|
|
|
.inputGroup--newsletter :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
background-color: black;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|