2023-01-22 23:39:55 +00:00
|
|
|
.container {
|
|
|
|
border: 1px solid red;
|
|
|
|
margin-left: 40px;
|
|
|
|
margin-right: 40px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
//NOME DO PRODUTO
|
|
|
|
.productBrand--quickview {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
//SKUS
|
|
|
|
.skuSelectorContainer--skus {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.frameAround--skus {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-01-22 23:39:55 +00:00
|
|
|
.skuSelectorOptionsList {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
border: 1px solid #989898;
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem--skus--selected {
|
|
|
|
.skuSelectorInternalBox--skus {
|
|
|
|
border: 2px solid #000000;
|
|
|
|
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;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
}
|
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 {
|
|
|
|
border: 1px solid red;
|
|
|
|
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;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
: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;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
background-color: #000000;
|
|
|
|
border: none;
|
|
|
|
border-radius: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OK";
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|