2023-01-22 23:39:55 +00:00
|
|
|
.container {
|
|
|
|
margin-left: 40px;
|
|
|
|
margin-right: 40px;
|
2023-01-24 02:01:20 +00:00
|
|
|
padding: 0;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
.newsletter {
|
|
|
|
background: red;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
|
2023-01-23 22:15:33 +00:00
|
|
|
//IMAGENS
|
2023-01-24 02:01:20 +00:00
|
|
|
.productImageTag--main {
|
|
|
|
max-height: max-content !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbImg {
|
|
|
|
height: 90px;
|
|
|
|
max-width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselThumbBorder {
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure {
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesThumb {
|
|
|
|
max-width: 90px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2023-01-23 22:15:33 +00:00
|
|
|
|
|
|
|
/*:global(.vtex-store-components-3-x-productImageTag) {
|
|
|
|
width: 664px;
|
|
|
|
height: 664px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caretIcon {
|
|
|
|
display: none;
|
|
|
|
}*/
|
|
|
|
|
2023-01-22 05:01:04 +00:00
|
|
|
//NOME DO PRODUTO
|
|
|
|
.productBrand--quickview {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
2023-01-23 22:15:33 +00:00
|
|
|
color: $color-gray8;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
//SKUS
|
|
|
|
.skuSelectorContainer--skus {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
2023-01-23 22:15:33 +00:00
|
|
|
margin-top: 16px;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.frameAround--skus {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
.skuSelectorOptionsList {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
|
2023-01-23 22:15:33 +00:00
|
|
|
.skuSelectorSubcontainer--tamanho {
|
|
|
|
.skuSelectorName {
|
|
|
|
font-size: 0;
|
2023-01-22 23:39:55 +00:00
|
|
|
|
2023-01-23 22:15:33 +00:00
|
|
|
&::after {
|
|
|
|
content: "OUTROS TAMANHOS";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: color-gray6;
|
|
|
|
}
|
2023-01-22 23:39:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-22 05:01:04 +00:00
|
|
|
.skuSelectorItemTextValue--skus {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorInternalBox--skus {
|
2023-01-23 22:15:33 +00:00
|
|
|
border: 1px solid $color-gray7;
|
2023-01-22 05:01:04 +00:00
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem--skus--selected {
|
|
|
|
.skuSelectorInternalBox--skus {
|
2023-01-23 22:15:33 +00:00
|
|
|
border: 2px solid $color-black-100;
|
2023-01-22 05:01:04 +00:00
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItemTextValue--skus {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-23 22:15:33 +00:00
|
|
|
color: $color-black-100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--cor {
|
|
|
|
.skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: color-gray6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItemImage--skus {
|
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
2023-01-23 22:15:33 +00:00
|
|
|
|
|
|
|
.skuSelectorInternalBox--skus {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.diagonalCross--skus {
|
|
|
|
height: 20px;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
2023-01-22 23:02:29 +00:00
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
.skuSelectorSelectorImageValue {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-01-22 23:02:29 +00:00
|
|
|
//FRETE
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
align-items: end;
|
|
|
|
margin-top: 16px;
|
|
|
|
|
|
|
|
:global(.vtex-address-form__postalCode) {
|
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-input__label) {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "CALCULAR FRETE:";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-24 02:01:20 +00:00
|
|
|
color: $color-gray6;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-input-prefix__group) {
|
|
|
|
height: 49px;
|
|
|
|
border-radius: 0%;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
position: absolute;
|
|
|
|
top: 28px;
|
|
|
|
right: -180px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-decoration-line: underline;
|
2023-01-23 22:15:33 +00:00
|
|
|
|
|
|
|
:last-child {
|
|
|
|
color: $color-black-100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex__icon-external-link) {
|
|
|
|
display: none;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
2023-01-23 22:15:33 +00:00
|
|
|
background-color: $color-black-100;
|
2023-01-22 23:02:29 +00:00
|
|
|
border: none;
|
|
|
|
border-radius: inherit;
|
2023-01-23 22:15:33 +00:00
|
|
|
margin-left: -1px;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OK";
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-23 22:15:33 +00:00
|
|
|
color: $color-white;
|
2023-01-22 23:02:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|