221 lines
4.9 KiB
CSS
221 lines
4.9 KiB
CSS
/*
|
|
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 */
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
|
|
/* Grid breakpoints */
|
|
.container {
|
|
padding: 0 40px;
|
|
}
|
|
.container .productNameContainer {
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
color: #575757;
|
|
text-align: end;
|
|
margin-bottom: 8px;
|
|
}
|
|
.container .skuSelectorContainer {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
border: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorItem {
|
|
border: 1px solid #989898;
|
|
border-radius: 50%;
|
|
width: 44px;
|
|
height: 44px;
|
|
margin-right: 16px;
|
|
margin-left: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorItem.skuSelectorItem--selected {
|
|
border: 2px solid #000;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorItem.skuSelectorItem--selected .diagonalCross {
|
|
color: #000;
|
|
border: 2px;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorName {
|
|
font-size: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorName::before {
|
|
content: "OUTROS TAMANHOS:";
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorOptionsList {
|
|
margin-left: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorImageValue {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameSeparator,
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorSelectorImageValue {
|
|
display: none;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName {
|
|
font-size: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorName::before {
|
|
content: "OUTRAS CORES: ";
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorInternalBox {
|
|
padding: 0;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
}
|
|
.container .skuSelectorContainer .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
font-size: 14px;
|
|
padding: 0;
|
|
}
|
|
.container .skuSelectorContainer .diagonalCross {
|
|
border: 1px;
|
|
width: 10px;
|
|
color: #989898;
|
|
margin: 0 auto;
|
|
transform: rotate(60deg);
|
|
}
|
|
.container .skuSelectorContainer .frameAround {
|
|
display: none;
|
|
}
|
|
|
|
.shippingContainer {
|
|
display: flex;
|
|
}
|
|
.shippingContainer :global(.vtex-button) {
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 0;
|
|
background-color: #000;
|
|
border: 0;
|
|
margin-top: 27px;
|
|
right: 7%;
|
|
}
|
|
.shippingContainer :global(.vtex-button)::before {
|
|
text-align: center;
|
|
content: "OK";
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #ffffff;
|
|
}
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
position: absolute;
|
|
right: 12%;
|
|
bottom: 34%;
|
|
text-decoration: underline;
|
|
}
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
|
display: none;
|
|
}
|
|
|
|
.productImageTag {
|
|
object-fit: unset !important;
|
|
max-width: 664px;
|
|
width: 104% !important;
|
|
max-height: 664px !important;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.figure {
|
|
height: 100%;
|
|
}
|
|
|
|
.productImagesThumb {
|
|
margin-right: 16px;
|
|
width: 90px !important;
|
|
height: 90px !important;
|
|
}
|
|
|
|
.carouselGaleryThumbs {
|
|
margin: 0;
|
|
}
|
|
|
|
.shippingTable {
|
|
border: 0;
|
|
margin-top: 16px;
|
|
padding: 0;
|
|
}
|
|
.shippingTable .shippingTableHead {
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryName,
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryEstimate,
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryPrice {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #202020;
|
|
}
|
|
.shippingTable .shippingTableCell {
|
|
padding: 0 8px 15px 0;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: #afafaf;
|
|
}
|
|
|
|
.newsletter {
|
|
background: red;
|
|
display: block;
|
|
}
|
|
|
|
:global(.vtex-input__label) {
|
|
font-size: 0;
|
|
}
|
|
:global(.vtex-input__label)::before {
|
|
content: "CALCULAR FRETE:";
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
|
|
.shareContainer {
|
|
display: none;
|
|
}
|
|
|
|
:global(.vtex-address-form__postalCode) {
|
|
display: flex;
|
|
padding: 0;
|
|
}
|
|
|
|
:global(.vtex-input-prefix__group) {
|
|
height: 50px;
|
|
width: 280px;
|
|
}
|
|
|
|
:global(.vtex-product-identifier-0-x-product-identifier__value) {
|
|
display: flex;
|
|
justify-content: end;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-shippingTableRadioBtn) {
|
|
display: none;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-swiperCaretNext),
|
|
:global(.vtex-store-components-3-x-swiperCaretPrev),
|
|
:global(.vtex-store-components-3-x-swiper-pagination) {
|
|
display: none;
|
|
} |