challenge-vtex-io-gabriel-g.../styles/sass/pages/product/vtex.store-components.scss

428 lines
8.5 KiB
SCSS
Raw Normal View History

.container {
padding: 0 40px;
.productNameContainer--quickview {
font-weight: 300;
font-size: 20px;
line-height: 34px;
text-align: right;
color: #575757;
}
.skuSelectorContainer {
display: flex;
flex-direction: column;
.skuSelectorSubcontainer--cor {
order: 2;
margin-bottom: 10px;
.skuSelectorNameSeparator {
display: none;
}
.skuSelectorSelectorImageValue {
display: none;
}
.skuSelectorNameContainer {
margin-left: 0;
.skuSelectorTextContainer {
.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;
text-transform: uppercase;
color: #929292;
}
}
}
.skuSelectorOptionsList {
margin-left: 0;
.skuSelectorItem {
width: 40px;
height: 40px;
margin-left: 0;
margin-right: 16px;
.frameAround {
display: none;
}
.skuSelectorInternalBox {
border: 1px solid #989898;
border-radius: 50%;
.skuSelectorItemTextValue {
padding: 0;
}
}
}
.skuSelectorItem--selected {
width: 40px;
height: 40px;
.frameAround {
display: none;
}
.skuSelectorInternalBox {
border: 2px solid black;
border-radius: 50%;
z-index: unset;
}
}
}
}
.skuSelectorSubcontainer--tamanho {
order: 1;
margin-bottom: 10px;
.skuSelectorNameContainer {
margin-left: 0;
.skuSelectorTextContainer {
.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;
text-transform: uppercase;
color: #929292;
}
}
}
.skuSelectorOptionsList {
margin-left: 0;
.skuSelectorItem {
width: 40px;
height: 40px;
margin-left: 0;
margin-right: 16px;
.frameAround {
display: none;
}
.skuSelectorInternalBox {
border: 1px solid #989898;
border-radius: 50%;
.skuSelectorItemTextValue {
color: rgba(185, 185, 185, 0.6);
padding: 0;
}
}
}
.skuSelectorItem--selected {
width: 40px;
height: 40px;
.frameAround {
display: none;
}
.skuSelectorInternalBox {
border: 2px solid black;
border-radius: 50%;
z-index: unset;
.skuSelectorItemTextValue {
color: black;
}
.diagonalCross {
width: 10px;
margin: 0 auto;
color: black;
transform: rotate(60deg);
}
}
}
}
}
.diagonalCross {
width: 10px;
margin: 0 auto;
color: #d5d5d5;
transform: rotate(60deg);
}
}
}
:global(.vtex-input__label) {
font-size: 0;
&::before {
content: "Calcular frete:";
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 19px;
text-transform: uppercase;
color: #929292;
}
}
.shippingContainer {
display: flex;
position: relative;
:global(.vtex-button) {
font-size: 0;
background-color: black;
height: 50px;
max-width: 50px;
border: none;
border-radius: 0;
top: 27px;
&::before {
content: "OK";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #ffffff;
}
:global(.vtex-button__label) {
width: unset;
height: unset;
}
}
:global(.vtex-input-prefix__group) {
height: 50px;
}
:global(.vtex-input__suffix) {
display: none;
}
}
.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;
}
}
}
.shareContainer {
display: none;
}
:global(.vtex-address-form__postalCode) {
padding: unset;
}
:global(.vtex-address-form__postalCode-forgottenURL) {
position: absolute;
right: 32px;
bottom: 15px;
text-decoration: underline;
:global(.vtex__icon-external-link) {
display: none;
}
}
.postalCode-forgottenURL {
bottom: 100px;
}
:global(.vtex-product-identifier-0-x-product-identifier) {
display: flex;
justify-content: end;
margin-top: 8px;
margin-bottom: 24px;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
}
:global(.vtex-store-components-3-x-swiper-pagination),
:global(.vtex-store-components-3-x-swiperCaretNext),
:global(.vtex-store-components-3-x-swiperCaretPrev) {
display: none;
}
:global(.vtex-store-components-3-x-productImageTag) {
object-fit: unset !important;
margin-bottom: 16px;
max-height: 664px !important;
max-width: 664px;
}
:global(.vtex-store-components-3-x-figure) {
max-width: 90px;
width: 90px;
}
:global(.vtex-store-components-3-x-carouselGaleryThumbs) {
margin-top: unset;
}
.thumbImg--video {
height: 90px;
}
.thumbImg {
width: 90px !important;
height: 90px;
}
.productImagesThumb {
max-width: 90px;
max-height: 90px !important;
margin: 0 16px 0 0;
}
2023-02-08 03:55:02 +00:00
.newsletter--newsletter {
display: flex;
flex-direction: column;
height: 175px;
background-color: black;
padding-bottom: 16px;
padding-top: 32px;
.container--newsletter {
margin: 0;
.form--newsletter {
max-width: 774px !important;
.label--newsletter {
display: flex;
flex-direction: column;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #ffffff;
&::after {
content: "Receba ofertas e novidades por e-mail";
font-family: "Open Sans", sans-serif;
font-size: 18px;
line-height: 25px;
color: #929292;
margin-top: 16px;
}
}
.inputGroup--newsletter {
padding-top: 16px;
border-bottom: 1px solid #929292;
:global(.vtex-input-prefix__group) {
border: none;
height: 32px;
padding-bottom: 7px;
:global(.vtex-styleguide-9-x-input) {
background-color: transparent;
padding: 0;
font-family: "Open Sans", sans-serif;
font-size: 18px;
line-height: 25px;
color: #929292;
}
}
.buttonContainer--newsletter {
padding: 0;
border-bottom: 3px solid white;
height: 32px;
:global(.vtex-button) {
background-color: transparent;
border: none;
:global(.vtex-button__label) {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
color: #ffffff;
padding: 0px 16px 13px 16px !important;
}
}
}
}
}
}
}