2023-02-05 22:00:24 +00:00
|
|
|
: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: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center;
|
2023-02-05 22:11:59 +00:00
|
|
|
color: $color-black;
|
2023-02-05 22:00:24 +00:00
|
|
|
|
|
|
|
@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: 'Open Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration-line: line-through;
|
|
|
|
color: #BABABA;
|
|
|
|
|
|
|
|
@media (max-width:767px) {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.price_sellingPriceLabel,
|
|
|
|
.price_installmentContainer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.price_sellingPrice {
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 33px;
|
|
|
|
text-align: center;
|
2023-02-05 22:11:59 +00:00
|
|
|
color: $color-black;
|
2023-02-05 22:00:24 +00:00
|
|
|
|
|
|
|
@media (max-width:767px) {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|