2023-01-25 21:59:38 +00:00
|
|
|
@media (min-width: 1920px) {
|
|
|
|
[class*="html--page-product"] {
|
|
|
|
|
|
|
|
margin-left: 320px;
|
|
|
|
padding-right: 320px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
[class*="html--quantidadeEBuy"] {
|
|
|
|
display: flex;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
[class*="html--quantidadeEBuy"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction:column;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 21:21:01 +00:00
|
|
|
|
2023-01-27 01:21:39 +00:00
|
|
|
[class*=""] {
|
|
|
|
|
|
|
|
}
|
2023-01-26 21:21:01 +00:00
|
|
|
|