2023-02-01 00:45:35 +00:00
|
|
|
.newsletter {
|
2023-02-08 00:35:39 +00:00
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
margin-top: 50px;
|
|
|
|
border-bottom: 2px solid lightgray;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: auto;
|
|
|
|
padding: 32px;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label::after {
|
|
|
|
content: "Receba ofertas e novidades por e-mail";
|
|
|
|
font-family: Open Sans;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 25px;
|
|
|
|
letter-spacing: 0em;
|
|
|
|
text-align: center;
|
|
|
|
color: #929292;
|
|
|
|
|
|
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inputGroup {
|
2023-02-11 00:28:44 +00:00
|
|
|
display: flex;
|
2023-02-08 00:35:39 +00:00
|
|
|
:global(.vtex-input-prefix__group) {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-11 00:28:44 +00:00
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
width: 774px;
|
|
|
|
}
|
|
|
|
|
2023-02-08 00:35:39 +00:00
|
|
|
:global(.vtex-styleguide-9-x-input) {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonContainer {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: black;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 2px solid white;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: black;
|
|
|
|
border-bottom: 4px solid white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 00:45:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productNameContainer {
|
2023-02-02 02:03:50 +00:00
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: right;
|
2023-02-04 20:04:58 +00:00
|
|
|
color: $color-black;
|
2023-02-02 02:03:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productNameContainer--quickview {
|
2023-02-01 00:45:35 +00:00
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: right;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
2023-02-02 02:03:50 +00:00
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
|
|
|
|
.frameAround {
|
|
|
|
border-radius: 50%;
|
|
|
|
border-color: black;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.diagonalCross {
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top left,
|
|
|
|
transparent 44%,
|
|
|
|
rgba(0, 0, 0, 0.3) 48%,
|
|
|
|
currentColor 48%,
|
|
|
|
currentColor 52%,
|
|
|
|
transparent 52%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem {
|
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
2023-02-11 00:28:44 +00:00
|
|
|
|
2023-02-02 02:03:50 +00:00
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: black;
|
|
|
|
width: 70px;
|
|
|
|
height: 45px;
|
|
|
|
color: white;
|
|
|
|
margin-top: 23px;
|
|
|
|
margin-left: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-input__label) {
|
|
|
|
font-size: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-input__label)::before {
|
|
|
|
content: "calcular frete:";
|
|
|
|
font-size: 14px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
font-size: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label)::after {
|
|
|
|
content: "OK";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-address-form__postalCode) {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
color: black;
|
|
|
|
position: absolute;
|
|
|
|
right: 32px;
|
|
|
|
top: 25px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 00:45:35 +00:00
|
|
|
|
2023-02-02 02:03:50 +00:00
|
|
|
.shareContainer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
2023-02-10 01:54:10 +00:00
|
|
|
border: none;
|
|
|
|
bottom: 110px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
2023-02-02 02:03:50 +00:00
|
|
|
.shippingTableRadioBtn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHead {
|
|
|
|
display: contents;
|
|
|
|
}
|
|
|
|
|
2023-02-10 01:54:10 +00:00
|
|
|
.shippingTableCell {
|
|
|
|
padding: 7px 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
color: #afafaf;
|
|
|
|
}
|
|
|
|
|
2023-02-02 02:03:50 +00:00
|
|
|
.shippingTableRow {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2023-02-10 01:54:10 +00:00
|
|
|
|
|
|
|
.shippingTableRadioBtn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryName,
|
|
|
|
.shippingTableHeadDeliveryEstimate,
|
|
|
|
.shippingTableHeadDeliveryPrice {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content--imagem-descricao {
|
|
|
|
margin-right: 16px;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.productDescriptionContainer {
|
|
|
|
width: 50%;
|
|
|
|
margin-left: 16px;
|
2023-02-11 02:17:54 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
2023-02-10 01:54:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
height: 200px;
|
|
|
|
.productImagesThumb {
|
|
|
|
margin: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbImg {
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.discountInsideContainer,
|
|
|
|
.installmentsPrice {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPriceLabel {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellingPrice {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
|
|
|
|
.frameAround {
|
|
|
|
border-radius: 50%;
|
|
|
|
border-color: black;
|
|
|
|
z-index: 2;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.diagonalCross {
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top left,
|
|
|
|
transparent 44%,
|
|
|
|
rgb(0, 0, 0) 48%,
|
|
|
|
currentColor 48%,
|
|
|
|
currentColor 52%,
|
|
|
|
transparent 52%
|
|
|
|
);
|
|
|
|
z-index: 2;
|
|
|
|
width: 32px;
|
|
|
|
height: 33px;
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem {
|
|
|
|
height: 40px;
|
|
|
|
width: 40px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--tamanho {
|
|
|
|
.skuSelectorName {
|
|
|
|
font-size: 0px;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OUTROS TAMANHOS:";
|
|
|
|
font-size: 14px;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--cor {
|
|
|
|
.skuSelectorName {
|
|
|
|
font-size: 0px;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "OUTRAS CORES:";
|
|
|
|
font-size: 14px;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriberContainer {
|
|
|
|
position: relative;
|
|
|
|
height: 180px;
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: #000000;
|
|
|
|
color: $color-white;
|
|
|
|
font-size: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 12px;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "Avise-me";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-02-02 02:03:50 +00:00
|
|
|
}
|
2023-02-11 02:17:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content--imagem-descricao {
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|