2023-02-01 18:10:34 +00:00
|
|
|
/* [class*="html--pdp-breadcrumb"] {
|
|
|
|
background: pink;
|
|
|
|
} */
|
|
|
|
|
|
|
|
/* [class*="productNameContainer--quickview"] {
|
|
|
|
color: pink;
|
|
|
|
} */
|
|
|
|
|
|
|
|
[class*="flex flex-grow-1 w-100 flex-column"] {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="productNameContainer--quickview"] {
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="product-identifier__label"],
|
|
|
|
[class*="product-identifier__separator"] {
|
|
|
|
font-size: 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="flexColChild"]:nth-of-type(2) {
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="flexColChild"]:nth-of-type(2) [class*="c-muted-1"] {
|
|
|
|
color: rgba(146, 146, 146, 0.48) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="sellingPrice"] {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px !important;
|
|
|
|
line-height: 38px;
|
|
|
|
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="installments"] {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="installmentsNumber"],
|
|
|
|
[class*="installmentValue"] {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorName"],
|
|
|
|
[class*="skuSelectorNameSeparator"],
|
|
|
|
[class*="skuSelectorSelectorImageValue"] {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2023-02-04 17:45:12 +00:00
|
|
|
[class*="skuSelectorSubcontainer--cor"] [class*="br2"] {
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorSubcontainer--cor"] [class*="frameAround"] [class*="bw1"],
|
|
|
|
[class*="br3"] {
|
|
|
|
border-width: 2px;
|
|
|
|
border-radius: 24px;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorItem"] [class*="br2"] {
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorItem"] [class*="pr5"] {
|
|
|
|
padding-right: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorItem"] [class*="pl5"] {
|
|
|
|
padding-left: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* [class*="frameAround"] [class*="br3"] {
|
|
|
|
border-radius: 24px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="frameAround"] [class*="b--action-primary"] {
|
|
|
|
color: black !important;
|
|
|
|
} */
|
|
|
|
|
2023-02-01 18:10:34 +00:00
|
|
|
/* [class*="skuSelectorTextContainer"] [class*="c-muted-1"] {
|
|
|
|
color: #929292;
|
|
|
|
} */
|