2023-01-26 10:16:46 +00:00
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2023-02-01 22:57:33 +00:00
|
|
|
|
2023-02-03 19:57:10 +00:00
|
|
|
[class*="html--product-main"],
|
|
|
|
[class*="html--product-availability"] {
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 94.4444%;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.8% 51.2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--stack"] {
|
|
|
|
grid-area: 1/1;
|
|
|
|
}
|
|
|
|
|
2023-02-03 19:57:10 +00:00
|
|
|
[class*="html--right-col"],
|
|
|
|
[class*="html--info-availability"] {
|
2023-02-02 23:03:37 +00:00
|
|
|
grid-area: 1/2;
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--buy-button"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
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-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-01 22:57:33 +00:00
|
|
|
border: none;
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 100%;
|
2023-02-01 22:57:33 +00:00
|
|
|
height: 49px;
|
2023-02-02 23:03:37 +00:00
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
2023-02-01 22:57:33 +00:00
|
|
|
}
|
2023-02-02 00:52:20 +00:00
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 16px;
|
2023-02-02 23:03:37 +00:00
|
|
|
gap: 10px;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
2023-02-02 00:52:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] input{
|
|
|
|
height: 49px;
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 32px;
|
2023-02-02 00:52:20 +00:00
|
|
|
|
|
|
|
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;
|
2023-02-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-02 00:52:20 +00:00
|
|
|
}
|
2023-02-03 05:14:49 +00:00
|
|
|
|
|
|
|
[class*="html--shipping-simulator"] button {
|
|
|
|
background-color: #000000;
|
2023-02-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-03 05:14:49 +00:00
|
|
|
border: none;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
2023-02-03 17:58:57 +00:00
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
left: 228px;
|
2023-02-03 05:14:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--shipping-simulator"] a {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--shipping-simulator"] svg {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-02-03 22:14:51 +00:00
|
|
|
|
|
|
|
[class*="html--message-availability"] form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--info-availability"] .html--sku-selector-m3 {
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|