322 lines
5.9 KiB
SCSS
322 lines
5.9 KiB
SCSS
.container {
|
|
padding: 0 40px;
|
|
|
|
.productNameContainer {
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
color: #575757;
|
|
text-align: end;
|
|
margin-bottom: 8px;
|
|
}
|
|
.skuSelectorContainer {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
border: 0;
|
|
|
|
.skuSelectorItem {
|
|
border: 1px solid #989898;
|
|
border-radius: 50%;
|
|
width: 44px;
|
|
height: 44px;
|
|
margin-right: 16px;
|
|
margin-left: 0;
|
|
|
|
&.skuSelectorItem--selected {
|
|
border: 2px solid #000;
|
|
|
|
.diagonalCross {
|
|
color: #000;
|
|
border: 2px;
|
|
}
|
|
}
|
|
}
|
|
.skuSelectorSubcontainer--tamanho {
|
|
.skuSelectorName {
|
|
font-size: 0;
|
|
&::before {
|
|
content: "OUTROS TAMANHOS:";
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
}
|
|
}
|
|
.skuSelectorOptionsList {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor {
|
|
.skuSelectorImageValue {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
|
|
.skuSelectorNameSeparator,
|
|
.skuSelectorSelectorImageValue {
|
|
display: none;
|
|
}
|
|
|
|
.skuSelectorName {
|
|
font-size: 0;
|
|
&::before {
|
|
content: "OUTRAS CORES: ";
|
|
font-family: "Open Sans", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
}
|
|
}
|
|
|
|
.skuSelectorInternalBox {
|
|
padding: 0;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
.skuSelectorItemTextValue {
|
|
font-size: 14px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.diagonalCross {
|
|
border: 1px;
|
|
width: 10px;
|
|
color: #989898;
|
|
margin: 0 auto;
|
|
transform: rotate(60deg);
|
|
}
|
|
.frameAround {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.shippingContainer {
|
|
display: flex;
|
|
:global(.vtex-button) {
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 0;
|
|
background-color: #000;
|
|
border: 0;
|
|
margin-top: 27px;
|
|
right: 7%;
|
|
|
|
&::before {
|
|
text-align: center;
|
|
content: "OK";
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-button__label) {
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
:global(.vtex-address-form__postalCode-forgottenURL) {
|
|
position: absolute;
|
|
right: 12%;
|
|
bottom: 34%;
|
|
text-decoration: underline;
|
|
|
|
:global(.vtex__icon-external-link) {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.figure {
|
|
height: 100%;
|
|
}
|
|
|
|
.productImagesThumb {
|
|
margin-right: 16px;
|
|
width: 90px !important;
|
|
height: 90px !important;
|
|
}
|
|
|
|
.carouselGaleryThumbs {
|
|
margin: 0;
|
|
}
|
|
|
|
.shippingTable {
|
|
border: none;
|
|
padding-top: unset;
|
|
margin-top: 16px;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
max-width: 362px;
|
|
|
|
.shippingTableRow {
|
|
display: flex;
|
|
.shippingTableCell {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: #afafaf;
|
|
padding: 0 0 15px 0;
|
|
|
|
.shippingTableRadioBtn {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.shippingTableCellDeliveryName {
|
|
width: 33%;
|
|
padding-left: 0;
|
|
order: 1;
|
|
}
|
|
|
|
.shippingTableCellDeliveryEstimate {
|
|
width: 33%;
|
|
padding-left: 0;
|
|
order: 3;
|
|
}
|
|
|
|
.shippingTableCellDeliveryPrice {
|
|
width: 25%;
|
|
padding-left: 0;
|
|
order: 2;
|
|
}
|
|
}
|
|
.shippingTableHead {
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
|
|
.shippingTableHeadDeliveryName {
|
|
width: 33%;
|
|
text-align: left;
|
|
order: 1;
|
|
}
|
|
|
|
.shippingTableHeadDeliveryEstimate {
|
|
width: 33%;
|
|
text-align: left;
|
|
order: 3;
|
|
}
|
|
|
|
.shippingTableHeadDeliveryPrice {
|
|
width: 25%;
|
|
text-align: left;
|
|
order: 2;
|
|
}
|
|
}
|
|
}
|
|
|
|
.newsletter {
|
|
background: #000;
|
|
height: 175px;
|
|
padding: 32px 0 16px 0;
|
|
|
|
.form {
|
|
max-width: 774px !important;
|
|
}
|
|
|
|
.buttonContainer {
|
|
border-bottom: 3px solid #fff;
|
|
padding: 0;
|
|
height: 32px;
|
|
}
|
|
|
|
.label {
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
&::after {
|
|
content: "Receba ofertas e novidades por e-mail";
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
color: #929292;
|
|
}
|
|
}
|
|
.inputGroup {
|
|
border-bottom: 1px solid #fff;
|
|
:global(.vtex-input-prefix__group) {
|
|
border: 0;
|
|
height: 32px;
|
|
width: 100%;
|
|
|
|
:global(.vtex-styleguide-9-x-input) {
|
|
background-color: transparent;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
height: 32px;
|
|
line-height: 25px;
|
|
color: #929292;
|
|
width: 100%;
|
|
padding: 0 0 7px 0;
|
|
}
|
|
}
|
|
:global(.vtex-button) {
|
|
background-color: transparent;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
border: 0;
|
|
:global(.vtex-button__label) {
|
|
padding: 0 16px 13px 16px !important;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
:global(.vtex-input__label) {
|
|
font-size: 0;
|
|
&::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-swiperCaretNext),
|
|
:global(.vtex-store-components-3-x-swiperCaretPrev),
|
|
:global(.vtex-store-components-3-x-swiper-pagination) {
|
|
display: none;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productImageTag) {
|
|
object-fit: unset !important;
|
|
max-width: 664px;
|
|
width: 104% !important;
|
|
max-height: 664px !important;
|
|
margin-bottom: 16px;
|
|
}
|