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 */
|
2023-02-06 14:50:38 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
2023-02-03 21:11:08 +00:00
|
|
|
/* Grid breakpoints */
|
2023-02-06 14:50:38 +00:00
|
|
|
.container {
|
|
|
|
max-width: 100%;
|
|
|
|
margin: 0 0 0 0 !important;
|
2023-02-04 22:20:18 +00:00
|
|
|
}
|
2023-02-06 14:50:38 +00:00
|
|
|
|
|
|
|
.productImageTag {
|
|
|
|
max-height: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbImg {
|
|
|
|
width: 86%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesThumb {
|
|
|
|
height: auto !important;
|
2023-02-06 19:10:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productBrand {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
2023-02-08 14:51:57 +00:00
|
|
|
}
|
2023-02-08 20:54:32 +00:00
|
|
|
|
2023-02-08 14:51:57 +00:00
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .valueWrapper .skuSelectorItemTextValue {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName::after {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .frameAround {
|
|
|
|
border-radius: 30px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorItemImageValue,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorInternalBox {
|
|
|
|
border-radius: 21px;
|
|
|
|
}
|
2023-02-08 20:54:32 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorSelectorImageValue {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2023-02-08 14:51:57 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorName::after {
|
|
|
|
content: "OUTROS TAMANHOS:";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .frameAround {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
border-radius: 30px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 30px;
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
2023-02-08 20:54:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
content: "Ok";
|
|
|
|
color: white;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer :global(.vtex-input) :global(.vtex-input__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input) :global(.vtex-input__label)::after {
|
|
|
|
content: "CALCULAR FRETE:";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
position: relative;
|
|
|
|
right: 49px;
|
|
|
|
top: 27px;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
2023-02-06 14:50:38 +00:00
|
|
|
}
|