<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.products{padding:40px 0;gap:30px}.products .product{border:1px solid rgb(221,120,145);position:relative;cursor:pointer;overflow:hidden}.products .product .product-photo{transition:all .2s ease-in-out}.products .product:hover .product-photo{transform:scale(1.02)}.products .product .product-body{padding:20px;background-color:#fff}.products .product .product-body .title{font-size:16px;font-weight:500;text-transform:uppercase;color:#dd7891;margin-bottom:20px;transition:all .2s ease-in-out}.products .product .product-body .brand{font-size:14px;font-weight:500;color:#dd7891bf}.products .product:hover .product-body .title{text-decoration:underline}.products .product .product-body .categories-container{white-space:nowrap;overflow:auto;margin-right:10px;padding:10px 0;width:180px}.products .product .product-body .categories-container .category{border:1px solid rgb(221,120,145);padding:0 10px;border-radius:13px;color:#dd7891}.products .product .product-body .volume-selector{color:#dd7891;position:relative;white-space:nowrap}.products .product .product-body .volume-selector img{margin-bottom:0;height:auto}.products .product .product-body .volume-selector .volumes-dropdown{position:absolute;background-color:#fef7ef;transform:translateY(100%);bottom:0;padding:5px;border:1px solid;width:100%;display:none;transition:opacity .2s ease-in-out}.products .product .product-body .volume-selector .volumes-dropdown span:hover{font-weight:500}.products .product .product-body .volume-selector .volumes-dropdown.show{display:flex}.products .product .product-body .price{color:#dd7891;font-size:20px;font-weight:500;font-family:Displace;position:relative}.products .product .product-body .price .old-price{position:absolute;font-size:14px;top:-16px;text-decoration:line-through;font-weight:500;font-family:Displace}.products .product .product-body img{height:28px;margin-bottom:5px}.products .product .sale-label{position:absolute;right:0;top:-16px;height:60px;z-index:1}.products .product .sale-value{position:absolute;right:0;top:-16px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:2}.products .product .sale-value span{font-size:14px;color:#fff;font-family:Displace;font-weight:600;margin-top:5px}
</pre></body></html>