@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Dela+Gothic+One&display=swap");

.product-filters ul li {
    display: inline-block;
    /* font-weight: 700; */
    font-size: 18px;
    margin: 5px;
    border: 2px solid #051922;
    color: #323232;
    cursor: pointer;
    padding: 13px 20px;
    border-radius: 24px;
    transition: 0.3s;
}
.product-filters ul {
    text-align: center;
}
.product-filters ul li.active {
    border: 2px solid #242d37;
    background-color: #242d37;
    color: #fff;
}
.sale-banner-thumb{
    width: 100%;
    position: relative;
}

.sale-ibanner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url("../image/catalog/promo/halloween2025m.jpg");
    background-position: 74% center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sale-ibanner::before {
    content: "";
    display: block;
    padding-top: 75%;
}

@supports (aspect-ratio: 1 / 1) {
    .sale-ibanner {
        aspect-ratio: 12 / 9;
    }

    .sale-ibanner::before {
        content: none;
        display: none;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .sale-ibanner {
        background-image: url("../image/catalog/promo/halloween2025.jpg");
        background-position: center;
    }

    .sale-ibanner::before {
        padding-top: 39%;
    }

    @supports (aspect-ratio: 1 / 1) {
        .sale-ibanner {
            aspect-ratio: 23 / 9;
        }

        .sale-ibanner::before {
            content: none;
            display: none;
            padding-top: 0;
        }
    }
}

.top-promo{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    padding: 20% 12% 16% 12%;
    text-align: center;
}
.top-promo__pretitle {
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: clamp(20px, 2.8vw, 42px);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
}

.top-promo__title {
    font-family: "Dela Gothic One", sans-serif;
    font-size: clamp(46px, 5vw, 120px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    color: #f57528;
    margin: 0;
    text-shadow: 0 7px 20px rgba(0, 0, 0, 0.6);
}

.top-promo__copy {
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: clamp(24px, 3.4vw, 54px);
    letter-spacing: 0.06em;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
}

.top-promo__copy-highlight {
    color: #8f4bff;
    text-shadow: 0 7px 18px rgba(0, 0, 0, 0.5);
}

.top-promo__note {
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: clamp(14px, 1.9vw, 22px);
    letter-spacing: 0.12em;
    color: #6d6d6d;
    margin: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 499px) {
    .top-promo__pretitle {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .top-promo__title {
        font-size: 38px;
        margin-bottom: 4%;
    }

    .top-promo__copy {
        font-size: 22px;
        margin-bottom: 4%;
    }

    .top-promo__note {
        font-size: 16px;
        color: white;
    }
    .top-promo{
        transform: translateY(-20%);
    }
}

@media (max-width: 599px) {
    .top-promo__pretitle {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .top-promo__title {
        font-size: 38px;
        margin-bottom: 4%;
    }

    .top-promo__copy {
        font-size: 22px;
        margin-bottom: 4%;
    }

    .top-promo__note {
        font-size: 16px;
        color: white;
    }
    .top-promo{
        padding: 18% 14% 16% 14%;
        transform: translateY(-15%) translateX(-5%);
    }
}
@media (max-width: 699px) {
    .top-promo__pretitle {
        font-size: 25px;
        margin-bottom: 4%;
    }

    .top-promo__title {
        font-size: 43px;
        margin-bottom: 4%;
    }

    .top-promo__copy {
        font-size: 27px;
        margin-bottom: 4%;
    }

    .top-promo__note {
        font-size: 21px;
        color: white;
    }
    .top-promo{
        padding: 16% 14% 15% 14%;
        transform: translateY(-15%) translateX(-5%);
    }
}

@media (max-width: 767px) {
    .top-promo__pretitle {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .top-promo__title {
        font-size: 38px;
        margin-bottom: 4%;
    }

    .top-promo__copy {
        font-size: 22px;
        margin-bottom: 4%;
    }

    .top-promo__note {
        font-size: 16px;
        color: white;
    }
    .top-promo{
        padding: 16% 14% 15% 14%;
        transform: translateY(-15%) translateX(-5%);
    }
}

@media (min-width: 768px) {
    .product-filters ul li {
        margin: 10px;
    }


    .top-promo__pretitle {
        margin-bottom: 4%;
    }

    .top-promo__title {
        margin-bottom: 4%;
    }

    .top-promo__copy {
        margin-bottom: 4%;
    }

    /* ------------------------ */
    .top-promo{
        align-items: center;
        text-align: center;
        max-width: 62%;
        padding: 10% 6% 12% 6%;
        margin: 0 auto;
        transform: translateX(-25%);
    }
}

@media (min-width: 992px) {
    #sortable {
        grid-template-columns: repeat(5,1fr)!important;
    }


    /* ------------------------ */
    .top-promo{
        max-width: 60%;
        padding: 8% 6% 10% 6%;
        transform: translateX(-25%);
    }
}
@media (min-width: 1200px) {
    .top-promo{
        max-width: 56%;
        padding: 7% 6% 9% 6%;
        transform: translateX(-25%);
    }
}

@media (min-width: 1500px) {
    .top-promo{
        max-width: 52%;
        padding: 6% 6% 8% 6%;
        transform: translateX(-25%);
    }
}