/** Shopify CDN: Minification failed

Line 49:33 "-" can only be used as an infix operator, not a prefix operator

**/

    .product-box .product-main-image img{
        border-radius: 0px !important;
    }
    .product-box .product-info{
        text-align:start;
    }
    .product-box .product-info .type{
        font-size:calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 400;
        color:rgb(var(--subtext-color));
        line-height:1;
        padding-top:calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
        text-transform:uppercase;
    }
    .product-box .product-info a h5{
        color: rgb(var(--text-color));
        font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 500;
        margin-block:7px 2px !important;
        font-family:"Playfair Display",serif;
        line-height:1.2;
        text-transform:capitalize;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .product-box .product-info .current-price{
        color: rgb(var(--primary-color));
        font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 500;
    }
    .product-box .product-info .compare-price{
        color: rgb(var(--subtext-color));
        font-size: 16px;
        font-weight: 400;
    }
    .product-box .product-timer{
        background: rgb(var(--white));
        border-radius: px;
        font-size: calc(15px + ( - 15) * ((100vw - 320px) / (1920 - 320)));
        color: rgb(var(--red));
        font-weight:;
    }
    .product-box .hover-icons{
        background: linear-gradient(320deg, rgba(56, 78, 197, 1) 16%, rgba(203, 68, 194, 1) 52%, rgba(255, 201, 104, 1) 87%);
        border-radius: 0px;
    }
    .product-box .hover-icons i{
        font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
        color: rgb(var(--text-color));
    }
    .product-box .cart-button{
        cursor:not-allowed !important;
    }
    .product-box .cart-btn.disabled{
    opacity: 0.4;
    pointer-events: none; 
    }
