challenge-vtex-io-Adilson-F.../styles/sass/pages/product/vtex.store-components.scss

265 lines
5.6 KiB
SCSS

.newsletter {
background: $color-black;
}
.container {
margin: 0;
padding: 0;
max-width: 100%;
.productImagesContainer--divImagens {
width: 100%;
.productImagesGallerySwiperContainer {
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
.productImagesGallerySlide--divImagens {
width: 100% !important;
.productImageTag {
max-height: 100% !important;
max-width: 664px;
margin-bottom: 16px;
@media (min-width: 2500px) {
max-width: 904px;
}
@media (max-width: 1024px) {
max-width: 100%;
}
}
}
}
.carouselGaleryThumbs--divImagens {
.productImagesThumb {
margin-right: 16px;
padding: 0px;
width: 90px;
height: 90px !important;
border-radius: 8px;
}
}
}
}
.newsletter--newsletter {
background-color: $color-black;
.container--newsletter {
background-color: $color-black;
color: $color-white;
margin-top: 67px;
padding-top: 32px;
padding-bottom: 16px !important;
border: 0;
}
}
.buttonContainer--newsletter {
padding-left: 0 !important;
:global(.vtex-button) {
border-radius: 0;
background-color: black;
border: 0;
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
text-align: center;
border-bottom: 3px solid #bfbfbf;
}
}
.productImageTag--imgDescription {
width: 100%;
max-height: 664px !important;
max-width: 664px;
@media (min-width: 2500px) {
max-width: 904px;
max-height: 904px !important;
}
@media (max-width: 1024px) {
max-width: 944px;
margin-bottom: 16px;
max-height: 944px !important;
}
}
.productDescriptionContainer {
.productDescriptionTitle {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #575757;
@media (max-width: 1024px) {
margin-bottom: 8px;
padding-bottom: 8px;
}
}
}
.listPrice {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.skuSelectorContainer--divSku {
display: flex;
flex-direction: column;
.skuSelectorSubcontainer--cor {
order: 2;
.skuSelectorName {
font-size: 0;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
line-height: 19px;
color: #929292;
&::after {
display: block;
content: "OUTROS CORES:";
font-size: 14px;
}
}
.skuSelectorItem--divSku {
width: 48px;
height: 48px;
.frameAround--divSku {
border-radius: 50%;
width: 48px;
height: 48px;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.skuSelectorInternalBox--divSku {
border-radius: 50%;
width: 48px;
height: 48px;
.skuSelectorItemTextValue--divSku {
padding: 0 !important;
}
.absolute {
height: 48px;
}
}
}
.skuSelectorNameSeparator {
display: none;
}
.skuSelectorSelectorImageValue {
display: none;
}
}
.skuSelectorSubcontainer--tamanho {
order: 1;
height: 67px;
margin-bottom: 10px !important;
.skuSelectorName {
font-size: 0;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
line-height: 19px;
color: #929292;
&::after {
display: block;
content: "OUTROS TAMANHOS:";
font-size: 14px;
}
}
.skuSelectorItem--divSku {
width: 40px;
height: 40px;
.frameAround--divSku {
border-radius: 50%;
width: 40px;
height: 40px;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.skuSelectorInternalBox--divSku {
border-radius: 50%;
width: 40px;
height: 40px;
.skuSelectorItemTextValue--divSku {
padding: 0 !important;
}
.absolute {
height: 40px;
}
}
.diagonalCross--divSku {
height: 40px;
width: 40px;
border-radius: 50%;
transform: rotate(-90deg);
}
}
}
.diagonalCross--divSku {
height: 48px;
width: 48px;
border-radius: 50%;
transform: rotate(-90deg);
}
}
.shippingContainer {
display: flex;
position: relative;
width: 409px;
height: 49px;
:global(.vtex-address-form__postalCode) {
display: flex;
padding: 0%;
margin: 0%;
:global(.vtex-input) {
width: 280px;
height: 49px;
:global(.vtex-input__label) {
display: none;
}
:global(.vtex-input-prefix__group) {
border: 1px solid #cccccc;
border-radius: 0px;
height: 49px;
border-right: 0;
}
}
:global(.vtex-address-form__postalCode-forgottenURL) {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;
text-decoration-line: underline;
color: #000000;
position: absolute;
right: -57px;
:global(.vtex__icon-external-link) {
display: none;
}
}
}
:global(.vtex-button) {
font-size: 0;
background: black;
width: 49px;
height: 49px;
border: 0;
border-radius: 0;
:global(.vtex-button__label)::after {
content: "Ok";
font-family: "Open Sans";
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #ffffff;
padding: 0;
}
}
}