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

101 lines
2.1 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;
}