2023-01-26 19:53:58 +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 */
|
|
|
|
.newsletter {
|
|
|
|
background: red;
|
2023-01-23 11:01:25 +00:00
|
|
|
}
|
|
|
|
|
2023-01-24 20:01:15 +00:00
|
|
|
.productBrand--quickview {
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
max-height: 90px;
|
2023-01-26 00:57:57 +00:00
|
|
|
width: 80%;
|
2023-01-23 11:01:25 +00:00
|
|
|
}
|
|
|
|
|
2023-01-24 20:01:15 +00:00
|
|
|
.productImageTag--main {
|
|
|
|
max-width: 664px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselThumbBorder {
|
2023-01-23 11:01:25 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-01-23 19:35:52 +00:00
|
|
|
|
2023-01-25 21:01:47 +00:00
|
|
|
.shareLabel {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem {
|
|
|
|
height: 40px !important;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frameAround {
|
|
|
|
border-radius: 50%;
|
2023-01-26 00:57:57 +00:00
|
|
|
border-color: black;
|
2023-01-25 21:01:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.diagonalCross {
|
|
|
|
transform: rotate(90deg);
|
2023-01-26 00:57:57 +00:00
|
|
|
top: 4px;
|
|
|
|
left: 6px;
|
|
|
|
bottom: 0px;
|
|
|
|
z-index: 2;
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
2023-01-25 21:01:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--cor {
|
|
|
|
order: 2;
|
|
|
|
}
|
2023-01-26 00:57:57 +00:00
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorName::after {
|
|
|
|
display: block;
|
|
|
|
content: "OUTRAS CORES:";
|
2023-01-26 19:53:58 +00:00
|
|
|
font-size: 14px;
|
2023-01-26 00:57:57 +00:00
|
|
|
}
|
2023-01-25 21:01:47 +00:00
|
|
|
|
|
|
|
.skuSelectorSubcontainer--tamanho {
|
|
|
|
order: 1;
|
2023-01-23 19:35:52 +00:00
|
|
|
}
|
2023-01-26 00:57:57 +00:00
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorName::after {
|
|
|
|
display: block;
|
|
|
|
content: "OUTROS TAMANHOS:";
|
2023-01-26 19:53:58 +00:00
|
|
|
font-size: 14px;
|
2023-01-26 00:57:57 +00:00
|
|
|
}
|
2023-01-25 21:01:47 +00:00
|
|
|
|
|
|
|
.productImagesThumb .figure .thumbImg {
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
border-radius: 8px;
|
2023-01-26 19:53:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
max-width: 664px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
|
|
display: flex;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-input__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-input__label)::after {
|
|
|
|
font-size: 14px;
|
|
|
|
display: block;
|
|
|
|
content: "CALCULAR FRETE:";
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 0;
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
position: absolute;
|
|
|
|
left: 33.4%;
|
2023-01-26 23:57:16 +00:00
|
|
|
top: 33%;
|
2023-01-26 19:53:58 +00:00
|
|
|
background: #292929;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-button__label)::after {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
content: "OK";
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
font-size: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
left: 43%;
|
|
|
|
top: 36%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL)::after {
|
|
|
|
visibility: visible;
|
|
|
|
content: "Não sei meu CEP";
|
|
|
|
font-size: 12px;
|
|
|
|
color: #292929;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHead {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableRow {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryName::after {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
content: "Entrega";
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: block;
|
|
|
|
color: #292929;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryEstimate {
|
|
|
|
font-size: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 5%;
|
|
|
|
left: 242%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryEstimate::after {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
content: "Prazo";
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: block;
|
|
|
|
color: #292929;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryPrice {
|
|
|
|
font-size: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 5%;
|
|
|
|
left: 138%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableHeadDeliveryPrice::after {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
content: "Frete";
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: block;
|
|
|
|
color: #292929;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTableRadioBtn {
|
|
|
|
display: none;
|
2023-01-25 21:01:47 +00:00
|
|
|
}
|