2023-02-01 01:27:22 +00:00
|
|
|
[class*="productImageTag--main"] {
|
|
|
|
max-width: 80.25%;
|
|
|
|
object-fit: none;
|
2023-01-27 01:34:05 +00:00
|
|
|
}
|
2023-02-01 18:43:28 +00:00
|
|
|
|
|
|
|
[class*="flexRow--button-cart"] :global(.vtex-button) {
|
|
|
|
background-color: black;
|
|
|
|
border-color: black;
|
|
|
|
width: 97.952%;
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
2023-02-01 21:30:25 +00:00
|
|
|
[class*="numeric-stepper__minus-button__text"] {
|
|
|
|
position: absolute !important;
|
|
|
|
left: 50%;
|
|
|
|
top: 85%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="numeric-stepper__plus-button__text"] {
|
|
|
|
position: absolute !important;
|
|
|
|
left: 50%;
|
|
|
|
top: 85%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
|
2023-02-01 18:43:28 +00:00
|
|
|
[class*="numeric-stepper__minus-button"] {
|
|
|
|
height: 49px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="numeric-stepper__input"] {
|
|
|
|
height: 49px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="numeric-stepper__plus-button"] {
|
|
|
|
height: 49px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-02-01 21:30:25 +00:00
|
|
|
|
|
|
|
[class*="skuSelectorInternalBox"] {
|
|
|
|
border-radius: 24px;
|
|
|
|
position: relative;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="frameAround"] {
|
|
|
|
border-radius: 24px;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="skuSelectorItemTextValue"] {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|