.all-products-page {
    overflow: hidden;
    color: #29160b;
    background: #fffdf9;
}

.shop-page-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
    min-height: 37rem;
    padding: 80px clamp(24px, 6vw, 96px);
    overflow: hidden;
    background: linear-gradient(115deg, #fff4e6, #fffaf4 58%, #f9e4ca);
}

.shop-page-intro__copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 42rem;
}

.shop-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .8rem;
    border: 1px solid #f3d3bc;
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    color: #f1661f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.shop-kicker i { color: #f1661f; }

.shop-page-intro h1 {
    margin: .9rem 0 1.25rem;
    font: 400 clamp(3.4rem, 6vw, 5.8rem) /.9 "Baloo 2", sans-serif;
    letter-spacing: -.055em;
}

.shop-page-intro h1 em {
    color: #f26b25;
    font-style: normal;
}

.shop-page-intro p {
    max-width: 34rem;
    margin: 0;
    color: #6b625d;
    font-size: 1.1rem;
    line-height: 1.65;
}

.shop-page-intro p strong {
    color: #29160b;
}

.shop-intro-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .9rem 1.15rem;
    border-radius: .8rem;
    background: #ff6b21;
    color: #fff !important;
    color: #29160b;
    font-weight: 900;
    text-decoration: none;
}

.shop-intro-link i {
    display: grid;
    width: 1.9rem;
    height: 1.9rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .19);
    color: #fff;
    font-size: .75rem;
}

.shop-page-intro__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }.shop-intro-link { box-shadow: 0 .85rem 1.4rem rgba(235, 84, 19, .18); }.shop-intro-link:hover { background: #e95716; color: #fff; transform: translateY(-.1rem); }.shop-intro-note { color: #685c54; font-size: .86rem; font-weight: 800; }.shop-intro-note i { margin-right: .35rem; color: #f26b25; }.shop-page-intro__benefits { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.2rem; }.shop-page-intro__benefits span { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .65rem; border: 1px solid rgba(230, 204, 184, .88); border-radius: 999px; background: rgba(255, 255, 255, .55); color: #5e554f; font-size: .76rem; font-weight: 850; }.shop-page-intro__benefits i { display: grid; width: 1.05rem; height: 1.05rem; place-items: center; border-radius: 50%; background: #fff; color: #df5a1d; font-size: .58rem; }

.shop-page-intro__art {
    position: relative;
    min-height: 20rem;
}

.shop-page-intro__art img {
    position: absolute;
    z-index: 2;
    right: 8%;
    bottom: 6%;
    width: min(31rem, 105%);
    filter: drop-shadow(0 1.5rem 2rem rgba(81, 36, 10, .19));
}

.shop-orbit {
    position: absolute;
    border: clamp(2.7rem, 5vw, 4.6rem) solid rgba(255, 113, 35, .16);
    border-radius: 50%;
}

.shop-orbit--one {
    width: 22rem;
    height: 22rem;
    top: -5rem;
    right: 1%;
}

.shop-orbit--two {
    width: 12rem;
    height: 12rem;
    right: 50%;
    bottom: 0;
    border-color: rgba(255, 188, 102, .3);
}
.shop-art-badge { position: absolute; z-index: 3; right: 0; bottom: 8%; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.85); border-radius: .9rem; background: rgba(255,255,255,.92); box-shadow: 0 1rem 2rem rgba(101, 45, 13, .13); color: #6f5545; font-size: .7rem; font-weight: 800; line-height: 1.35; }.shop-art-badge strong { display: block; color: #f26b25; font: 800 2rem/1 "Baloo 2", sans-serif; }

.shop-catalog {
    width: min(100% - clamp(3rem, 12vw, 12rem), 100rem);
    margin: 0 auto;
    padding: 3.75rem 0 6.5rem;
}

.shop-value-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .7rem 2.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid #f1e3d7;
    border-radius: .9rem;
    background: #fff;
    color: #6b625d;
    font-size: .83rem;
    font-weight: 700;
}

.shop-value-bar i {
    margin-right: .4rem;
    color: #f46c24;
}

.all-products-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 20px;
}

.all-products-heading h2 {
    margin: .35rem 0;
    font: 800 clamp(2.2rem, 4vw, 3.45rem) / .98 "Baloo 2", sans-serif;
    letter-spacing: -.04em;
}

.all-products-heading p {
    max-width: 36rem;
    margin: 0;
    color: #716865;
    line-height: 1.55;
}

.product-count {
    padding: .6rem .9rem;
    border-radius: 999px;
    background: #fff0e2;
    color: #d95717;
    font-size: 1.2rem;
    font-weight: 900;
    white-space: nowrap;
}

.product-count span {
    color: #896e60;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.fundraiser-picker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(17rem, 24rem);
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.75rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid #f0d8c1;
    border-radius: 1rem;
    background: linear-gradient(100deg, #fff3e7, #fffaf5);
}

.fundraiser-picker__icon {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border-radius: .8rem;
    background: #ff6b21;
    color: #fff;
}

.fundraiser-picker strong,
.fundraiser-picker span {
    display: block;
}

.fundraiser-picker strong {
    font-size: 1rem;
}

.fundraiser-picker span {
    margin-top: .15rem;
    color: #7c6e65;
    font-size: .84rem;
}

.fundraiser-picker select {
    width: 100%;
    min-height: 3rem;
    padding: .7rem 2.4rem .7rem .9rem;
    border: 1px solid #dec7b6;
    border-radius: .7rem;
    background: #fff;
    color: #29160b;
    font: 700 .9rem inherit;
}

.selected-fundraiser {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 2.75rem;
    padding: .9rem 1.1rem;
    border: 1px solid #d5edda;
    border-radius: .8rem;
    background: #f4fbf5;
    color: #397149;
}

.selected-fundraiser span {
    font-size: .85rem;
}

.selected-fundraiser strong {
    color: #285c37;
}

.shop-grid-notice {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.4rem;
    padding: .9rem 1.1rem;
    border-radius: .75rem;
    background: #e9f8eb;
    color: #276330;
    font-weight: 800;
}

.shop-grid-notice i {
    color: #2d9154;
}

.all-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.4rem 4rem;
}

.shop-grid-card {
    min-width: 0;
    transition: transform .2s ease;
}

.shop-grid-card:hover {
    transform: translateY(-.25rem);
}

.shop-grid-image {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: .3rem;
    background: #ffe0c9;
}

.shop-grid-card:nth-child(3n+2) .shop-grid-image {
    background: #deedf7;
}

.shop-grid-card:nth-child(3n+3) .shop-grid-image {
    background: #e4efdb;
}

.shop-grid-card:nth-child(6n+4) .shop-grid-image {
    background: #f7e7bb;
}

.shop-grid-card:nth-child(6n+5) .shop-grid-image {
    background: #f3ddec;
}

.shop-grid-card:nth-child(6n+6) .shop-grid-image {
    background: #dfe9fd;
}

.shop-grid-image::after {
    display: none;
}

.shop-grid-image img {
    position: relative;
    z-index: 1;
    width: 76%;
    height: 76%;
    object-fit: contain;
    transition: transform .3s ease;
}

.shop-grid-card:hover img {
    transform: scale(1.055);
}

.stock-badge {
    position: absolute;
    z-index: 2;
    top: .75rem;
    left: .75rem;
    padding: .42rem .6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #3e5842;
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.stock-badge i {
    margin-right: .2rem;
    color: #3c9d59;
}

.shop-grid-body {
    padding: 1.25rem 0 0;
}

.shop-grid-body>small {
    color: #7d7169;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.shop-grid-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: .75rem;
}

.shop-grid-title h3 {
    margin: .45rem 0;
    font: 800 1.12rem / 1.25 "Nunito Sans", sans-serif;
    letter-spacing: 0;
}

.shop-grid-title strong {
    margin-top: .45rem;
    font-size: 1.05rem;
}

.shop-grid-body>p {
    min-height: 3.2rem;
    margin: .15rem 0 1.25rem;
    color: #584e48;
    font-size: .94rem;
    line-height: 1.55;
}

.shop-grid-card button,
.shop-grid-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    min-height: 3.45rem;
    border: 0;
    border-radius: 999px;
    background: #ff6b21;
    color: #fff;
    font: 900 .95rem inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.shop-grid-card button:not(:disabled):hover,
.shop-grid-action:hover {
    background: #e95716;
    transform: translateY(-.08rem);
}

.shop-grid-card button:disabled {
    background: #e5dfda;
    color: #958b84;
    cursor: not-allowed;
}

.shop-grid-empty {
    grid-column: 1 / -1;
    padding: 4rem 2rem;
    border: 1px dashed #dbcfc7;
    border-radius: 1rem;
    text-align: center;
}

.shop-grid-empty i {
    color: #ff6b21;
    font-size: 2rem;
}

.shop-grid-empty h2 {
    margin: .75rem 0 .25rem;
    font: 800 2rem "Baloo 2", sans-serif;
}

.shop-grid-empty p {
    margin: 0;
    color: #756e69;
}

.shop-closing {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    width: min(100% - clamp(3rem, 12vw, 12rem), 100rem);
    margin: 0 auto 6rem;
    padding: 2.5rem 3rem;
    border-radius: 1.4rem;
    background: #30170a;
    color: #fff;
}

.shop-closing h2 {
    margin: .4rem 0;
    font: 800 clamp(2rem, 4vw, 3rem) / 1 "Baloo 2", sans-serif;
}

.shop-closing p {
    max-width: 37rem;
    margin: 0;
    color: #e4cfc0;
    line-height: 1.55;
}

.shop-closing a {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    flex: 0 0 auto;
    padding: .9rem 1.1rem;
    border-radius: .7rem;
    background: #ff6b21;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 900px) {
    .shop-page-intro {
        grid-template-columns: 1fr;
    }

    .shop-page-intro__art {
        display: none;
    }

    .fundraiser-picker {
        grid-template-columns: auto 1fr;
    }

    .fundraiser-picker select {
        grid-column: 1 / -1;
    }

    .all-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-closing {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .shop-page-intro {
        min-height: 0;
        padding: 4.5rem 1.5rem;
    }

    .shop-page-intro__actions { align-items: flex-start; flex-direction: column; gap: .85rem; }

    .shop-page-intro h1 {
        font-size: 3.55rem;
    }

    .shop-catalog {
        width: min(100% - 2rem, 76rem);
        padding: 2.5rem 0 4rem;
    }

    .shop-value-bar {
        justify-content: start;
        flex-direction: column;
        gap: .6rem;
    }

    .all-products-heading {
        align-items: start;
        flex-direction: column;
        margin-top: 2.8rem;
    }

    .all-products-grid {
        grid-template-columns: 1fr;
        gap: 2.7rem;
    }

    .shop-grid-body>p {
        min-height: 0;
    }

    .shop-closing {
        width: min(100% - 2rem, 76rem);
        margin-bottom: 3rem;
        padding: 2rem 1.5rem;
    }
}
