2023-01-26 10:16:46 +00:00
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2023-02-01 22:57:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
[class*="html--add-to-cart-button"] button {
|
2023-02-02 00:52:20 +00:00
|
|
|
background-color: #000000 !important;
|
2023-02-01 22:57:33 +00:00
|
|
|
border: none;
|
|
|
|
width: 526px;
|
|
|
|
height: 49px;
|
|
|
|
padding: 12px 64px;
|
|
|
|
}
|
2023-02-02 00:52:20 +00:00
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 10px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] input{
|
|
|
|
height: 49px;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] button{
|
|
|
|
height: 49px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #000000;
|
|
|
|
}
|