#alShop.al-shop {
    --al-shop-ink: #0b2018;
    --al-shop-green: #174d35;
    --al-shop-copper: #d29a69;
    --al-shop-hero-accent: var(--almx-color-brand, #2c6b4a);
    --al-shop-paper: #f8f6f1;
    --al-shop-line: #dfe5df;
    background: var(--al-shop-paper);
    color: var(--al-shop-ink);
    padding-bottom: 3rem;
}

#alShop .al-hero {
    background-color: #070b12;
    background-image: linear-gradient(90deg, rgba(4, 8, 14, .84) 0%, rgba(4, 8, 14, .62) 46%, rgba(4, 8, 14, .25) 100%), url('shop-hero-aquascape-v2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    margin: 0 calc(50% - 50vw);
    min-height: 428px;
    padding: 82px max(1.5rem, calc((100vw - 1520px) / 2)) !important;
    position: relative;
}

#alShop .al-hero > * {
    max-width: 470px;
    position: relative;
    z-index: 1;
}

#alShop .al-hero__eyebrow {
    color: var(--al-shop-hero-accent) !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    margin: 0 0 1.35rem !important;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,.82);
}

#alShop .al-hero h1 {
    color: #fff !important;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(3.05rem, 3.85vw, 4.25rem) !important;
    font-weight: 750 !important;
    letter-spacing: -.055em !important;
    line-height: .98 !important;
    margin: 0 !important;
    text-align: left !important;
    text-shadow: 0 3px 18px rgba(0,0,0,.7);
    text-wrap: balance;
}

#alShop .al-hero .al-sub {
    color: rgba(255,255,255,.9) !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    margin: 1.45rem 0 0 !important;
    max-width: 29rem !important;
    text-align: left !important;
    text-shadow: 0 2px 13px rgba(0,0,0,.82);
}

#alShop .al-featured {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    left: 55%;
    max-width: 260px;
    position: absolute;
    top: 145px;
    z-index: 2;
}

#alShop .al-featured__label {
    color: var(--al-shop-hero-accent) !important;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,.82);
}

#alShop .al-featured strong {
    color: #fff !important;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-size: 1.62rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 13px rgba(0,0,0,.82);
}

#alShop .al-featured b { color: #fff !important; font-size: 1.05rem; text-shadow: 0 2px 13px rgba(0,0,0,.82); }
#alShop .al-featured a {
    align-items: center;
    border: 1px solid var(--al-shop-hero-accent);
    border-radius: 999px;
    background: rgba(4,8,14,.68) !important;
    color: #fff !important;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    gap: .8rem;
    justify-content: center;
    margin-top: .45rem;
    padding: .62rem .95rem;
    text-decoration: none !important;
    width: max-content;
}
#alShop .al-featured a:hover { background: rgba(210,154,105,.28) !important; }
#alShop .al-featured a span { text-decoration: none !important; }

#alShop .al-toolbar {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(216,225,218,.9);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(5,28,18,.16);
    margin: -42px 0 2.2rem calc(50% - 50vw + 48px) !important;
    max-width: none !important;
    padding: .9rem 1.1rem;
    position: relative;
    width: calc(100vw - 96px) !important;
    z-index: 2;
}

#alShop .al-toolbar__inner,
#alShop .al-toolbar__row {
    align-items: center;
    display: flex;
    gap: .75rem;
    width: 100%;
}

#alShop .al-toolbar__row { flex-wrap: nowrap; }
#alShop .al-search { flex: 1 1 auto; min-width: 240px; }
#alShop .al-search input,
#alShop .al-selects select,
#alShop .al-priceRange input {
    background: #fff;
    border: 1px solid var(--al-shop-line);
    border-radius: 10px;
    box-shadow: none;
    color: var(--al-shop-ink);
    min-height: 44px;
}

#alShop .al-search input { width: 100%; }
#alShop .al-selects,
#alShop .al-quick {
    align-items: center;
    display: flex;
    gap: .55rem;
}

#alShop .al-selects { flex: 0 0 auto; }
#alShop .al-selects select { min-width: 140px; padding: 0 .95rem; }
#alShop .al-selects select:first-child { min-width: 185px; }
#alShop .al-quick { flex: 0 0 auto; flex-wrap: nowrap; }
#alShop .al-priceRange { align-items: center; display: flex; gap: .45rem; white-space: nowrap; }
#alShop .al-priceRange input { min-width: 96px; padding: 0 .65rem; width: 96px; }
#alShop .al-filtersBtn { display: none; }
#alShop .al-check { color: var(--al-shop-ink); font-weight: 700; }
#alShop .al-btn {
    background: var(--al-shop-green);
    border: 1px solid var(--al-shop-green);
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    font-weight: 800;
    min-height: 44px;
    padding: 0 1.05rem;
}

#alShop .al-btn--ghost {
    background: transparent;
    border-color: transparent;
    color: var(--al-shop-green);
}

#alShop .al-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1.2rem;
}

#alShop .al-card {
    background: #fff;
    border: 1px solid #e3e7e2;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(20,45,31,.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: box-shadow .22s ease, transform .22s ease;
}

#alShop .al-card:hover {
    box-shadow: 0 18px 34px rgba(13,52,34,.14);
    transform: translateY(-5px);
}

#alShop .al-media {
    align-items: center;
    aspect-ratio: 1 / .66;
    background: #f4f4f0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#alShop .al-media img {
    height: 100%;
    object-fit: contain;
    padding: .45rem;
    transition: transform .3s ease;
    width: 100%;
}

#alShop .al-media img { transform: scale(1.14); }
#alShop .al-card:hover .al-media img { transform: scale(1.19); }
#alShop .al-body { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
#alShop .al-title,
#alShop .al-title a {
    color: var(--al-shop-ink);
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-decoration: none;
}

#alShop .al-cardPrice {
    color: var(--al-shop-ink);
    font-size: 1rem;
    font-weight: 800;
    margin-top: .85rem;
    min-height: 1.5rem;
}

#alShop .al-cardPrice del { color: #7c8781; font-weight: 500; }
#alShop .al-actions { margin-top: auto; padding-top: 1.15rem; }
#alShop .al-linkBtn {
    align-items: center;
    border: 1px solid var(--al-shop-hero-accent);
    border-radius: 999px;
    color: #23603a !important;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: .45rem;
    padding: .45rem .7rem;
    text-decoration: none;
}

#alShop .al-linkBtn::after { content: none !important; }
#alShop .al-linkBtn:hover { background: #edf9ef; color: #214f3a !important; }
#alShop .al-trust {
    background: #fff;
    border: 1px solid var(--al-shop-line);
    border-radius: 16px;
    margin: 2.8rem auto 0;
    max-width: 1080px;
    padding: 1.1rem 1.5rem;
}

#alShop .al-trust__item { color: #28483a; font-weight: 700; }
#alShop .al-cta { margin-top: 1.35rem; }
#alShop .al-cta a { color: var(--al-shop-green); font-weight: 800; }

@media (max-width: 1300px) {
    #alShop .al-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #alShop .al-hero { min-height: 380px; }
    #alShop .al-toolbar__row { flex-wrap: wrap; }
    #alShop .al-toolbar { margin-left: 1.25rem !important; width: calc(100vw - 2.5rem) !important; }
    #alShop .al-quick { flex-wrap: wrap; }
}

@media (max-width: 680px) {
    #alShop .al-hero {
        background-position: 61% center;
        min-height: 408px;
        padding: 70px 1.5rem 145px !important;
    }
    #alShop .al-hero__eyebrow { font-size: .68rem; margin-bottom: 1rem !important; }
    #alShop .al-hero h1 { font-size: clamp(2.55rem, 13vw, 3.55rem) !important; max-width: 100%; }
    #alShop .al-hero .al-sub { font-size: .98rem !important; line-height: 1.55 !important; max-width: 20rem !important; }
    #alShop .al-featured { display: none; }
    #alShop .al-toolbar {
        left: auto !important;
        right: auto !important;
        margin: -42px auto 1.75rem !important;
        padding: .9rem !important;
        transform: none !important;
        width: calc(100% - 2rem) !important;
    }
    #alShop .al-toolbar__row,
    #alShop .al-selects,
    #alShop .al-quick { align-items: stretch; flex-direction: column; width: 100%; }
    #alShop .al-toolbar__row { gap: .75rem; }
    #alShop .al-search { flex-basis: auto; min-width: 0; }
    #alShop .al-selects,
    #alShop .al-quick .al-check,
    #alShop .al-quick .al-priceRange { display: none !important; }
    #alShop .al-quick {
        display: grid !important;
        flex-direction: unset;
        gap: .7rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #alShop .al-filtersBtn,
    #alShop .al-btn--sm {
        align-items: center;
        display: inline-flex !important;
        justify-content: center;
        margin: 0 !important;
        min-height: 44px;
        width: 100%;
    }
    #alShop .al-grid {
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 430px;
        padding: 0 1rem;
    }
    #alShop .al-card { border-radius: 14px; }
    #alShop .al-body { padding: .9rem; }
    #alShop .al-media { aspect-ratio: 1 / .64; }
    #alShop .al-media img { padding: .5rem; }
    #alShop .al-title,
    #alShop .al-title a { font-size: 1rem !important; }
    #alShop .al-trust { border-radius: 0; border-left: 0; border-right: 0; }
}
