<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --gray : #f1f1f1;
}
body{
    
}
.productgray .product{
    background: linear-gradient(181deg, rgba(250, 250, 255, 1) 0%, rgba(284, 284, 284, 1) 86%);
    border: 1px solid #eee;
}
.bgGray {
    background-color: #e3e3e3 !important;
}
.bgGray2 {
    background-color: #cbcbcb !important;
}
.productgray .product .item .itemInfo {
    background-color: transparent;
    background: linear-gradient(110deg, rgba(245, 245, 245, 1) 0%, rgba(284, 284, 284, 1) 86%);
    
    border-top: 2px solid #f3f3f3;
}

.productgray .product .input-number{
    background: radial-gradient(white, lightgrey);
    border: 1px solid #c5c5c5;
    color: black;
    box-shadow: 0 2px 8px -5px gray;
}
.productgray
.item.bgGray .itemImage&gt;div{
    mix-blend-mode: multiply;
}
.productgray .product .input-number__input,.plusminBtn {
    color: var(--bgdark);
}
</pre></body></html>