challenge-vtex-io-emmanuelv.../styles/sass/pages/product/vtex.product-summary.scss

97 lines
1.8 KiB
SCSS
Raw Normal View History

:global(.vtex-product-summary-2-x-containerNormal) {
max-width: unset !important;
// @media (min-width:374px) and (max-width:376px) {
// max-width: 124.8px !important;
// }
}
:global(.vtex-product-summary-2-x-imageNormal) {
max-height: unset !important;
}
:global(.vtex-product-summary-2-x-imageStackContainer) {
display: flex;
}
:global(.vtex-product-summary-2-x-nameContainer) {
background-color: white;
width: 100%;
padding: 0;
padding-top: 16px;
margin: 0 auto;
@media (max-width:1024px) {
margin-bottom: 8px;
margin-top: 16px;
max-width: 87.179487179487179487179487179487%;
@media (min-width:1023px) and (max-width:1025px) {
max-width: none;
}
}
:global(.vtex-product-summary-2-x-brandName) {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: $color-black;
@media (max-width:767px) {
font-size: 14px;
line-height: 19px;
}
}
}
:global(.vtex-product-summary-2-x-priceContainer) {
padding: 0;
padding-top: 8px;
.price_listPriceContainer {
padding-top: 0 !important;
padding-bottom: 0 !important;
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
text-decoration-line: line-through;
color: $color-gray9;
@media (max-width:767px) {
font-size: 12px;
line-height: 16px;
}
}
.price_sellingPriceLabel,
.price_installmentContainer {
display: none;
}
.price_sellingPrice {
font-family: $font-family;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
color: $color-black;
@media (max-width:767px) {
font-size: 18px;
line-height: 25px;
}
}
}