ul.new-prod-slide {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.new-prod-slide:before,
ul.new-prod-slide:after {
    display: none !important;
}

ul.new-prod-slide > li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 12px !important;
    background: #fff;
    border: 1px solid #e7e2da;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    text-align: center;
}

ul.new-prod-slide > li.product .wrap-image-sale {
    width: 100%;
    margin-bottom: 10px;
}

ul.new-prod-slide > li.product .woocommerce-LoopProduct-link {
    display: block;
    color: #222831;
}

ul.new-prod-slide > li.product .product-title {
    color: #222831;
    font-size: 14px !important;
    line-height: 1.32;
    min-height: 56px;
    margin: 10px 0 6px !important;
    overflow-wrap: anywhere;
}

ul.new-prod-slide > li.product .price {
    display: block;
    margin: auto 0 8px;
    min-height: 24px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

ul.new-prod-slide > li.product .button {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    padding: 9px 10px;
}

@media (max-width: 768px) {
    ul.new-prod-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    ul.new-prod-slide > li.product {
        padding: 9px !important;
    }

    ul.new-prod-slide > li.product .product-title {
        font-size: 12px !important;
        min-height: 50px;
    }

    .woocs_auto_switcher {
        display: none !important;
    }
}

body.home .optstory-home-catalog {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home #wp_store_product-1.optstory-home-catalog-mounted {
    margin-top: 8px;
}

body.home #wp_store_product-1.optstory-home-catalog-mounted .widget-title {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #222831;
    font-size: 28px !important;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: left;
}

body.home #wp_store_product-1.optstory-home-catalog-mounted .widget-title span {
    display: inline;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
}

body.home .optstory-home-catalog__item {
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.home .optstory-home-catalog__item:before,
body.home .optstory-home-catalog__item:after,
body.home .optstory-home-catalog__link:before,
body.home .optstory-home-catalog__link:after {
    content: none !important;
    display: none !important;
}

body.home .optstory-home-catalog__link {
    position: relative;
    display: block;
    height: 252px;
    overflow: hidden;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

body.home .optstory-home-catalog__link:hover,
body.home .optstory-home-catalog__link:focus {
    color: #fff;
    transform: translateY(-2px);
}

body.home .optstory-home-catalog__image {
    width: 100%;
    height: 252px;
    object-fit: cover;
    display: block;
    opacity: 0.86;
    transition: transform 180ms ease, opacity 180ms ease;
}

body.home .optstory-home-catalog__link:hover .optstory-home-catalog__image,
body.home .optstory-home-catalog__link:focus .optstory-home-catalog__image {
    transform: scale(1.035);
    opacity: 0.72;
}

body.home .optstory-home-catalog__label {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 11px 13px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
}

body.home .optstory-home-catalog__label i {
    color: #f6a225;
    font-size: 14px;
    flex: 0 0 auto;
}

body.home .optstory-home-catalog__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 4px;
    background: #d72638;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.home #wp_store_product-1.optstory-home-catalog-mounted .prod-title-desc {
    margin: -6px 0 18px;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    body.home .optstory-home-catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.home #wp_store_product-1.optstory-home-catalog-mounted {
        margin: 0 0 18px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    body.home #wp_store_product-1.optstory-home-catalog-mounted .widget-title {
        margin: 0 0 6px !important;
        font-size: 23px !important;
        line-height: 1.15;
    }

    body.home #wp_store_product-1.optstory-home-catalog-mounted .prod-title-desc {
        margin: 0 0 14px !important;
        padding: 0 !important;
        font-size: 13px;
        line-height: 1.35;
        text-align: left;
    }

    body.home .optstory-home-catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.home .optstory-home-catalog__link {
        height: 206px;
    }

    body.home .optstory-home-catalog__image {
        height: 206px;
    }

    body.home .optstory-home-catalog__label {
        left: 8px;
        right: 8px;
        bottom: 8px;
        min-height: 42px;
        padding: 10px 11px;
        font-size: 15px;
    }
}

body.optstory-sale-view ul.products > li.product-category {
    display: none !important;
}

body.woocommerce-shop:not(.optstory-sale-view) ul.products li.optstory-shop-sale-category a {
    position: relative;
}

body.woocommerce-shop:not(.optstory-sale-view) ul.products li.optstory-shop-sale-category .optstory-shop-sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 4px;
    background: #d72638;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.woocommerce-shop:not(.optstory-sale-view) ul.products li.optstory-shop-sale-category .woocommerce-loop-category__title .count {
    border-color: #f4c7cb;
    background: #fff6f7;
    color: #b91c1c;
}

body.optstory-sale-view .optstory-sale-loading,
body.optstory-sale-view .optstory-sale-empty {
    grid-column: 1 / -1;
    width: 100%;
    padding: 18px;
    border: 1px solid #e7e2da;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    text-align: center;
}

body.optstory-sale-view ul.products.optstory-sale-folders {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

body.optstory-sale-view .optstory-sale-folder {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    min-width: 0;
}

body.optstory-sale-view .optstory-sale-folder:before,
body.optstory-sale-view .optstory-sale-folder:after {
    content: none !important;
    display: none !important;
}

body.optstory-sale-view .optstory-sale-folder__link {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

body.optstory-sale-view .optstory-sale-folder__link:hover,
body.optstory-sale-view .optstory-sale-folder__link:focus {
    color: #fff;
    transform: translateY(-2px);
}

body.optstory-sale-view .optstory-sale-folder__image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    opacity: 0.84;
}

body.optstory-sale-view .optstory-sale-folder__label {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

body.optstory-sale-view .optstory-sale-folder__label i {
    color: #f6a225;
    font-size: 14px;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    body.optstory-sale-view ul.products.optstory-sale-folders {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.optstory-sale-view .optstory-sale-folder__link {
        min-height: 172px;
    }

    body.optstory-sale-view .optstory-sale-folder__image {
        height: 172px;
    }

    body.optstory-sale-view .optstory-sale-folder__label {
        left: 8px;
        right: 8px;
        bottom: 8px;
        min-height: 38px;
        padding: 9px 10px;
        font-size: 14px;
    }
}
