119 lines
2.7 KiB
SCSS
119 lines
2.7 KiB
SCSS
.container--description {
|
|
max-height: auto;
|
|
margin-bottom: 16px;
|
|
@media screen and (max-width: 1024px) {
|
|
max-height: auto;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
}
|
|
|
|
.listContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
@media screen and (max-width: 1024px) {
|
|
flex-direction: column;
|
|
border-top: 1px solid #bfbfbf;
|
|
}
|
|
|
|
.listItem {
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
:global(.vtex-button) {
|
|
background: white;
|
|
border: none;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: start;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
text-transform: none;
|
|
|
|
color: #bfbfbf;
|
|
|
|
:global(.vtex-button__label) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.listItemActive {
|
|
border-bottom: 2px solid black;
|
|
@media screen and (max-width: 1024px) {
|
|
border: 0;
|
|
}
|
|
|
|
:global(.vtex-button) {
|
|
color: black;
|
|
}
|
|
}
|
|
}
|
|
|
|
.contentContainer {
|
|
.contentItem {
|
|
display: flex;
|
|
@media screen and (max-width: 1024px) {
|
|
flex-direction: column;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productImagesContainer) {
|
|
max-height: 632px;
|
|
@media screen and (max-width: 1024px) {
|
|
max-height: 976px;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productImageTag--main) {
|
|
max-height: 632px !important;
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
max-height: 944px !important;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
|
margin: 32px 32px 16px 32px;
|
|
height: 632px;
|
|
width: 632px;
|
|
@media screen and (max-width: 1024px) {
|
|
height: 994px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-carouselGaleryThumbs) {
|
|
display: none;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productDescriptionContainer) {
|
|
margin-top: 32px;
|
|
margin-left: 32px;
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
margin-left: 0;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productDescriptionTitle) {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-productDescriptionText) {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin-bottom: 16px;
|
|
color: #929292;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-container) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|