/* =========================================================
   CATALOG GLOBAL
========================================================= */

:root {
    --catalog-green: #087c5c;
    --catalog-green-dark: #034c3a;
    --catalog-navy: #062534;
    --catalog-gold: #ffb81f;
    --catalog-text: #17352c;
    --catalog-muted: #687b74;
    --catalog-border: #dce7e3;
    --catalog-surface: #f4f8f6;
    --catalog-white: #ffffff;
    --catalog-shadow: 0 22px 60px rgba(4, 62, 46, 0.11);
}

html {
    scroll-behavior: smooth;
}

.catalog-home-page {
    overflow: hidden;
    color: var(--catalog-text);
    background: var(--catalog-surface);
}

.catalog-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.catalog-section {
    padding: 100px 0;
}

/* =========================================================
   HERO
========================================================= */

.catalog-main-hero {
    position: relative;
    min-height: 710px;
    padding: 100px 0 90px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 22%, rgba(41, 127, 197, 0.32), transparent 27%),
        radial-gradient(circle at 15% 85%, rgba(255, 184, 31, 0.16), transparent 25%),
        linear-gradient(135deg, #031d29, #064c48 56%, #0c3766);
}

.catalog-main-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.catalog-hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.catalog-decoration-one {
    top: -210px;
    right: -130px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.022),
        0 0 0 140px rgba(255, 255, 255, 0.015);
}

.catalog-decoration-two {
    bottom: -230px;
    left: 15%;
    width: 430px;
    height: 430px;
    background: rgba(255, 184, 31, 0.05);
}

.catalog-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 75px;
}

.catalog-eyebrow {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 100px;
    color: #bff4e4;
    background: rgba(255, 255, 255, 0.07);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.catalog-hero-content h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 6vw, 86px);
    line-height: 0.98;
    letter-spacing: -4px;
}

.catalog-hero-content h1 span {
    display: block;
    margin-top: 7px;
    color: var(--catalog-gold);
}

.catalog-hero-content > p {
    max-width: 640px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.catalog-hero-search {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    max-width: 680px;
    min-height: 62px;
    align-items: center;
    margin-top: 32px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.catalog-hero-search > span {
    color: #789089;
    font-size: 21px;
    text-align: center;
}

.catalog-hero-search input {
    min-width: 0;
    height: 100%;
    border: 0;
    outline: none;
    color: #163a30;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
}

.catalog-hero-search button {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    color: #fff;
    background: var(--catalog-green);
    font-family: inherit;
    font-size: 10px;
    font-weight: 900;
}

.catalog-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 25px;
}

.catalog-hero-benefits div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 9px;
    font-weight: 700;
}

.catalog-hero-benefits span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #073c2d;
    background: #64dcb7;
    font-size: 9px;
}

/* =========================================================
   HERO GLOBE
========================================================= */

.catalog-hero-visual {
    display: flex;
    justify-content: center;
}

.catalog-world-card {
    position: relative;
    width: 430px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(17px);
}

.catalog-world-centre {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 145px;
    height: 145px;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #42bba8, #10507a);
    box-shadow:
        0 0 0 20px rgba(255, 255, 255, 0.03),
        0 25px 60px rgba(0, 0, 0, 0.27);
    font-size: 68px;
    transform: translate(-50%, -50%);
    animation: catalogFloat 4s ease-in-out infinite;
}

.catalog-world-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit-one {
    width: 280px;
    height: 280px;
}

.orbit-two {
    width: 365px;
    height: 365px;
    border-style: dashed;
    animation: catalogSpin 25s linear infinite;
}

.catalog-floating-region {
    position: absolute;
    z-index: 4;
    display: flex;
    min-width: 175px;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px;
    color: #17352c;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    animation: regionFloat 4s ease-in-out infinite;
}

.catalog-floating-region > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    background: #edf6f2;
    font-size: 19px;
}

.catalog-floating-region small,
.catalog-floating-region strong {
    display: block;
}

.catalog-floating-region small {
    color: #7b8d87;
    font-size: 7px;
    text-transform: uppercase;
}

.catalog-floating-region strong {
    margin-top: 3px;
    font-size: 10px;
}

.floating-asian {
    top: 50px;
    left: -25px;
}

.floating-african {
    top: 205px;
    right: -45px;
    animation-delay: -1.3s;
}

.floating-portuguese {
    bottom: 45px;
    left: -20px;
    animation-delay: -2.6s;
}

.catalog-floating-basket {
    position: absolute;
    right: 50px;
    bottom: 45px;
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    border-radius: 17px;
    background: var(--catalog-gold);
    box-shadow: 0 15px 35px rgba(255, 184, 31, 0.25);
    font-size: 25px;
}

/* =========================================================
   HEADINGS
========================================================= */

.catalog-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.catalog-section-heading > div > span,
.catalog-centred-heading > span,
.catalog-offer-heading > div > span {
    color: var(--catalog-green);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.catalog-section-heading h2,
.catalog-centred-heading h2,
.catalog-offer-heading h2 {
    margin: 8px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -2px;
}

.catalog-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--catalog-green);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

.catalog-centred-heading {
    max-width: 680px;
    margin: 0 auto 43px;
    text-align: center;
}

.catalog-centred-heading p {
    margin: 15px auto 0;
    color: var(--catalog-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   REGIONS
========================================================= */

.catalog-regions-section {
    background: #fff;
}

.catalog-regions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.catalog-region-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    background:
        linear-gradient(145deg, var(--region-accent), #082f3b);
    box-shadow: 0 20px 50px rgba(5, 54, 42, 0.13);
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.catalog-region-card:hover {
    color: #fff;
    transform: translateY(-9px);
    box-shadow: 0 30px 65px rgba(5, 54, 42, 0.2);
}

.catalog-region-background,
.catalog-region-background img,
.catalog-region-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.catalog-region-background img {
    object-fit: cover;
    transition: transform 0.6s ease;
}

.catalog-region-card:hover .catalog-region-background img {
    transform: scale(1.08);
}

.catalog-region-overlay {
    background:
        linear-gradient(to top, rgba(3, 25, 27, 0.96), rgba(3, 25, 27, 0.18)),
        linear-gradient(135deg, color-mix(in srgb, var(--region-accent) 45%, transparent), transparent);
}

.catalog-region-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.catalog-region-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(255, 255, 255, 0.18);
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: 900;
}

.catalog-region-icon {
    display: grid;
    width: 57px;
    height: 57px;
    margin-bottom: 22px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    font-size: 27px;
}

.catalog-region-content h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 31px;
}

.catalog-region-content p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    line-height: 1.65;
}

.catalog-region-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--catalog-gold);
    font-size: 10px;
    font-weight: 900;
}

/* =========================================================
   CATEGORIES
========================================================= */

.catalog-categories-section {
    background: var(--catalog-surface);
}

.catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.catalog-category-card {
    position: relative;
    min-height: 200px;
    padding: 21px 16px;
    border: 1px solid var(--catalog-border);
    border-radius: 18px;
    color: var(--catalog-text);
    background: #fff;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.catalog-category-card:hover {
    color: var(--catalog-text);
    border-color: rgba(8, 124, 92, 0.4);
    box-shadow: 0 18px 40px rgba(5, 64, 47, 0.1);
    transform: translateY(-6px);
}

.catalog-category-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 15px;
    place-items: center;
    overflow: hidden;
    border-radius: 18px;
    background: #edf7f3;
}

.catalog-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-category-icon span {
    font-size: 28px;
}

.catalog-category-card h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 16px;
}

.catalog-category-card p {
    margin: 8px 0 0;
    color: var(--catalog-muted);
    font-size: 8px;
    line-height: 1.5;
}

.catalog-category-arrow {
    display: block;
    margin-top: 12px;
    color: var(--catalog-green);
    font-size: 14px;
}

/* =========================================================
   PRODUCT CARDS
========================================================= */

.catalog-products-section {
    background: #fff;
}

.catalog-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.catalog-product-card {
    overflow: hidden;
    border: 1px solid var(--catalog-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(5, 61, 45, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.catalog-product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(5, 61, 45, 0.13);
}

.catalog-product-image-wrapper {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    background: #f3f7f5;
}

.catalog-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.catalog-product-card:hover .catalog-product-image {
    transform: scale(1.06);
}

.catalog-product-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    color: #84968f;
    text-align: center;
}

.catalog-product-placeholder span {
    font-size: 49px;
}

.catalog-product-placeholder small {
    margin-top: 8px;
    font-size: 9px;
}

.catalog-product-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.product-badge {
    padding: 5px 8px;
    border-radius: 100px;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-sale-badge {
    background: #d74535;
}

.product-halal-badge {
    background: var(--catalog-green);
}

.product-new-badge {
    background: #2469ad;
}

.product-offer-badge {
    color: #392800;
    background: var(--catalog-gold);
}

.catalog-stock-badge {
    position: absolute;
    right: 11px;
    bottom: 11px;
    padding: 6px 9px;
    border-radius: 100px;
    color: #146246;
    background: rgba(230, 249, 241, 0.95);
    font-size: 7px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-stock-badge.out-of-stock {
    color: #8a3028;
    background: rgba(255, 236, 233, 0.96);
}

.catalog-product-content {
    padding: 18px;
}

.catalog-product-regions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 17px;
}

.catalog-product-regions a,
.catalog-product-regions span {
    color: var(--catalog-green);
    font-size: 7px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-product-name {
    display: -webkit-box;
    min-height: 42px;
    margin-top: 7px;
    overflow: hidden;
    color: #173a30;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-product-name:hover {
    color: var(--catalog-green);
}

.catalog-product-brand,
.catalog-product-size {
    display: block;
    margin-top: 6px;
    color: #85968f;
    font-size: 8px;
}

.catalog-product-price-row {
    display: flex;
    min-height: 42px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 14px;
}

.catalog-product-price strong {
    color: #123b2f;
    font-size: 19px;
}

.catalog-product-price del {
    display: block;
    margin-top: 2px;
    color: #9ba9a4;
    font-size: 9px;
}

.catalog-low-stock {
    color: #ba7112;
    font-size: 7px;
    font-weight: 800;
}

.catalog-product-actions {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 8px;
    margin-top: 15px;
}

.catalog-product-view-button,
.catalog-add-button {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 900;
    text-decoration: none;
}

.catalog-product-view-button {
    color: #fff;
    background: var(--catalog-green);
    font-size: 9px;
}

.catalog-product-view-button:hover {
    color: #fff;
    background: var(--catalog-green-dark);
}

.catalog-add-button {
    color: #463200;
    background: var(--catalog-gold);
    font-size: 20px;
}

.catalog-add-button.unavailable {
    color: #8c9a95;
    cursor: not-allowed;
    background: #e7edeb;
}

/* =========================================================
   OFFERS, HALAL AND CTA
========================================================= */

.catalog-offers-section {
    background: #fff8e8;
}

.catalog-offer-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.catalog-offer-heading p {
    margin: 11px 0 0;
    color: #81704b;
    font-size: 10px;
}

.catalog-offer-button,
.catalog-halal-button,
.catalog-final-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 900;
    text-decoration: none;
}

.catalog-offer-button {
    color: #fff;
    background: #a76d08;
}

.catalog-halal-section {
    padding: 95px 0;
    background: #fff;
}

.catalog-halal-banner {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 184, 31, 0.24), transparent 28%),
        linear-gradient(135deg, #043f31, #087c5c);
    box-shadow: var(--catalog-shadow);
}

.catalog-halal-content {
    padding: 55px;
}

.catalog-halal-badge {
    color: var(--catalog-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.catalog-halal-content h2 {
    max-width: 620px;
    margin: 10px 0 0;
    font-family: Georgia, serif;
    font-size: clamp(35px, 4vw, 54px);
    line-height: 1.05;
}

.catalog-halal-content p {
    max-width: 590px;
    margin: 15px 0 23px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    line-height: 1.7;
}

.catalog-halal-button {
    color: #163122;
    background: var(--catalog-gold);
}

.catalog-halal-visual {
    display: flex;
    height: 100%;
    min-height: 340px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.catalog-halal-visual > span {
    display: grid;
    width: 85px;
    height: 85px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #143224;
    background: var(--catalog-gold);
    font-size: 35px;
}

.catalog-halal-visual strong {
    margin-top: 16px;
    font-family: Georgia, serif;
    font-size: 27px;
}

.catalog-halal-visual small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 8px;
}

.catalog-final-section {
    padding: 85px 0;
    background: var(--catalog-surface);
}

.catalog-final-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px;
    border-radius: 27px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 184, 31, 0.22), transparent 28%),
        linear-gradient(135deg, #082e45, #0b4f68);
}

.catalog-final-panel > div > span {
    color: var(--catalog-gold);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.catalog-final-panel h2 {
    max-width: 650px;
    margin: 8px 0 0;
    font-family: Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
}

.catalog-final-panel p {
    margin: 11px 0 0;
    color: rgba(255, 255, 255, 0.61);
    font-size: 10px;
}

.catalog-final-button {
    flex: 0 0 auto;
    color: #153125;
    background: var(--catalog-gold);
}

.catalog-empty-message {
    grid-column: 1 / -1;
    padding: 40px;
    border: 1px dashed var(--catalog-border);
    border-radius: 18px;
    color: var(--catalog-muted);
    background: #fff;
    text-align: center;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes catalogFloat {
    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes catalogSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes regionFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    .catalog-hero-layout {
        gap: 40px;
    }

    .catalog-category-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 880px) {
    .catalog-hero-layout {
        grid-template-columns: 1fr;
    }

    .catalog-hero-content {
        text-align: center;
    }

    .catalog-hero-content > p,
    .catalog-hero-search {
        margin-right: auto;
        margin-left: auto;
    }

    .catalog-hero-benefits {
        justify-content: center;
    }

    .catalog-world-card {
        width: min(470px, 100%);
    }

    .catalog-regions-grid {
        grid-template-columns: 1fr;
    }

    .catalog-region-card {
        min-height: 370px;
    }

    .catalog-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-halal-banner {
        grid-template-columns: 1fr;
    }

    .catalog-halal-visual {
        min-height: 240px;
    }
}

@media (max-width: 650px) {
    .catalog-container {
        width: min(100% - 24px, 1200px);
    }

    .catalog-main-hero {
        min-height: auto;
        padding: 65px 0;
    }

    .catalog-hero-content h1 {
        font-size: 47px;
        letter-spacing: -2.5px;
    }

    .catalog-hero-search {
        grid-template-columns: 38px 1fr;
        padding: 7px;
    }

    .catalog-hero-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .catalog-world-card {
        height: 430px;
    }

    .catalog-floating-region {
        min-width: 145px;
    }

    .floating-asian {
        left: 10px;
    }

    .floating-african {
        right: 8px;
    }

    .floating-portuguese {
        left: 8px;
    }

    .catalog-section {
        padding: 75px 0;
    }

    .catalog-section-heading,
    .catalog-offer-heading,
    .catalog-final-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-product-grid {
        grid-template-columns: 1fr;
    }

    .catalog-product-image-wrapper {
        height: 310px;
    }

    .catalog-halal-content,
    .catalog-final-panel {
        padding: 32px 24px;
    }

    .catalog-final-button {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-world-centre,
    .catalog-world-orbit,
    .catalog-floating-region {
        animation: none;
    }

    .catalog-region-card,
    .catalog-product-card,
    .catalog-category-card {
        transition: none;
    }
}




/* =========================================================
   BRIGHT REGIONAL STORE CARDS
========================================================= */

.catalog-region-card:nth-child(1) {
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 236, 112, 0.38), transparent 35%),
        linear-gradient(145deg, #f39b18 0%, #e75d26 52%, #a82d42 100%);
}

.catalog-region-card:nth-child(2) {
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 216, 119, 0.36), transparent 35%),
        linear-gradient(145deg, #df7135 0%, #b73d4e 50%, #613a80 100%);
}

.catalog-region-card:nth-child(3) {
    background:
        radial-gradient(circle at 80% 10%, rgba(141, 239, 183, 0.38), transparent 35%),
        linear-gradient(145deg, #13a36f 0%, #087d75 52%, #176294 100%);
}

.catalog-region-overlay {
    background:
        linear-gradient(
            to top,
            rgba(3, 23, 27, 0.76) 0%,
            rgba(3, 23, 27, 0.34) 48%,
            rgba(3, 23, 27, 0.05) 100%
        );
}

.catalog-region-content h3 {
    color: #ffffff !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

.catalog-region-content p {
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.catalog-region-icon {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.catalog-region-number {
    color: rgba(255, 255, 255, 0.36);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.catalog-region-link {
    color: #ffe36e !important;
    border-top-color: rgba(255, 255, 255, 0.3);
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.catalog-region-link b {
    color: #ffffff;
}

.catalog-region-card:hover {
    filter: saturate(1.12) brightness(1.05);
}

.catalog-region-card:hover .catalog-region-icon {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-4px) rotate(-3deg);
}

.catalog-region-icon {
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}



/* =========================================================
   PRODUCT LIST PAGE
========================================================= */

.catalog-list-page {
    min-height: 100vh;
    color: var(--catalog-text);
    background: #f3f7f5;
}

.catalog-list-hero {
    --page-accent: #087c5c;
    position: relative;
    min-height: 370px;
    padding: 65px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(255, 204, 78, 0.32), transparent 28%),
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--page-accent) 75%, #0a3042),
            #0a3764
        );
}

.catalog-list-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 54px 54px;
}

.catalog-list-hero-image,
.catalog-list-hero-image img,
.catalog-list-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.catalog-list-hero-image img {
    object-fit: cover;
}

.catalog-list-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(3, 26, 30, 0.92),
            rgba(3, 40, 44, 0.63) 55%,
            rgba(3, 34, 47, 0.38)
        );
}

.catalog-list-hero-content {
    position: relative;
    z-index: 2;
}

.catalog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 9px;
    font-weight: 700;
}

.catalog-breadcrumb a {
    color: var(--catalog-gold);
    text-decoration: none;
}

.catalog-list-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.catalog-list-heading > div:first-child {
    max-width: 760px;
}

.catalog-list-eyebrow {
    color: var(--catalog-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.catalog-list-heading h1 {
    margin: 10px 0 0;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -3px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.catalog-list-heading p {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.7;
}

.catalog-list-region-symbol {
    display: grid;
    flex: 0 0 115px;
    width: 115px;
    height: 115px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 31px;
    color: #153024;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(14px);
    font-family: Georgia, serif;
    font-size: 51px;
    font-weight: 900;
}

/* =========================================================
   CATEGORY SHORTCUTS
========================================================= */

.catalog-shortcuts {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid var(--catalog-border);
    background: #fff;
    box-shadow: 0 9px 30px rgba(6, 54, 42, 0.05);
}

.catalog-shortcut-track {
    display: flex;
    gap: 8px;
    padding: 15px 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.catalog-shortcut {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #dce6e2;
    border-radius: 100px;
    color: #49635a;
    background: #f8faf9;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.catalog-shortcut:hover,
.catalog-shortcut.active {
    color: #fff;
    border-color: var(--catalog-green);
    background: var(--catalog-green);
    transform: translateY(-2px);
}

.catalog-shortcut span {
    font-size: 17px;
}

/* =========================================================
   TOOLBAR
========================================================= */

.catalog-list-content {
    padding: 55px 0 100px;
}

.catalog-list-toolbar {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto auto;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.catalog-list-search {
    position: relative;
    max-width: 500px;
}

.catalog-list-search span {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #738880;
    font-size: 20px;
    transform: translateY(-50%);
}

.catalog-list-search input {
    width: 100%;
    min-height: 48px;
    padding: 0 15px 0 44px;
    border: 1px solid #d3e0db;
    border-radius: 12px;
    outline: none;
    color: var(--catalog-text);
    background: #fff;
    font-family: inherit;
    font-size: 11px;
}

.catalog-list-search input:focus {
    border-color: var(--catalog-green);
    box-shadow: 0 0 0 4px rgba(8, 124, 92, 0.09);
}

.catalog-result-information {
    color: var(--catalog-muted);
    font-size: 9px;
    white-space: nowrap;
}

.catalog-result-information strong {
    color: var(--catalog-green);
    font-size: 15px;
}

.catalog-sort-field {
    display: flex;
    align-items: center;
    gap: 9px;
}

.catalog-sort-field label {
    color: var(--catalog-muted);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.catalog-sort-field select {
    min-height: 43px;
    padding: 0 35px 0 12px;
    border: 1px solid #d3e0db;
    border-radius: 10px;
    outline: none;
    color: #29463d;
    background: #fff;
    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
}

.catalog-filter-toggle {
    display: none;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--catalog-green);
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
}

/* =========================================================
   FILTER AND PRODUCT LAYOUT
========================================================= */

.catalog-products-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 25px;
    align-items: start;
}

.catalog-filter-sidebar {
    overflow: hidden;
    border: 1px solid var(--catalog-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(5, 57, 43, 0.06);
}

.catalog-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 184, 31, 0.22), transparent 40%),
        linear-gradient(135deg, #063a36, #087c5c);
}

.catalog-filter-header span {
    color: var(--catalog-gold);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

.catalog-filter-header h2 {
    margin: 5px 0 0;
    color: #fff !important;
    font-family: Georgia, serif;
    font-size: 24px;
}

.catalog-filter-header button {
    display: none;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 23px;
}

.catalog-filter-group {
    padding: 19px;
    border-bottom: 1px solid #e4ebe8;
}

.catalog-filter-group h3 {
    margin: 0 0 11px;
    color: #24463b !important;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-filter-group select,
.catalog-price-fields input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d5e0dc;
    border-radius: 9px;
    outline: none;
    color: #355249;
    background: #fafcfc;
    font-family: inherit;
    font-size: 9px;
}

.catalog-filter-group select {
    padding: 0 11px;
}

.catalog-filter-group select:focus,
.catalog-price-fields input:focus {
    border-color: var(--catalog-green);
    box-shadow: 0 0 0 3px rgba(8, 124, 92, 0.08);
}

.catalog-price-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.catalog-price-fields label > span {
    display: block;
    margin-bottom: 6px;
    color: #7d8f89;
    font-size: 7px;
    font-weight: 700;
}

.catalog-price-fields label > div {
    position: relative;
}

.catalog-price-fields b {
    position: absolute;
    top: 50%;
    left: 10px;
    color: var(--catalog-green);
    font-size: 9px;
    transform: translateY(-50%);
}

.catalog-price-fields input {
    padding: 0 8px 0 24px;
}

.catalog-filter-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
    color: #536b62;
    font-size: 9px;
    line-height: 1.5;
}

.catalog-filter-checkbox input {
    width: 16px;
    height: 16px;
    accent-color: var(--catalog-green);
}

.catalog-filter-actions {
    padding: 19px;
}

.catalog-filter-actions button,
.catalog-filter-actions a {
    display: flex;
    width: 100%;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
}

.catalog-filter-actions button {
    border: 0;
    cursor: pointer;
    color: #fff;
    background: var(--catalog-green);
}

.catalog-filter-actions button:hover {
    background: var(--catalog-green-dark);
}

.catalog-filter-actions a {
    min-height: auto;
    margin-top: 12px;
    color: #7b8d87;
    text-decoration: none;
}

.catalog-filter-actions a:hover {
    color: #b83e33;
}

.catalog-list-results {
    min-width: 0;
}

.catalog-list-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* =========================================================
   EMPTY PRODUCTS
========================================================= */

.catalog-no-products {
    padding: 75px 35px;
    border: 1px solid var(--catalog-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--catalog-shadow);
    text-align: center;
}

.catalog-no-products > div {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 21px;
    place-items: center;
    border-radius: 20px;
    color: var(--catalog-gold);
    background: linear-gradient(145deg, #063744, #0a5c65);
    font-size: 30px;
}

.catalog-no-products > span {
    color: var(--catalog-green);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.catalog-no-products h2 {
    margin: 9px 0 0;
    color: #173c31 !important;
    font-family: Georgia, serif;
    font-size: 34px;
}

.catalog-no-products p {
    max-width: 480px;
    margin: 13px auto 22px;
    color: var(--catalog-muted);
    font-size: 10px;
    line-height: 1.7;
}

.catalog-no-products a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 8px;
    padding: 0 17px;
    border-radius: 10px;
    color: #fff;
    background: var(--catalog-green);
    font-size: 9px;
    font-weight: 900;
    text-decoration: none;
}

/* =========================================================
   PAGINATION
========================================================= */

.catalog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--catalog-border);
}

.catalog-pagination > div {
    display: flex;
    gap: 7px;
}

.catalog-pagination a,
.catalog-pagination span {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid #d1ded9;
    border-radius: 9px;
    color: #526a61;
    background: #fff;
    font-size: 8px;
    font-weight: 900;
    text-decoration: none;
}

.catalog-pagination a:hover,
.catalog-pagination span {
    color: #fff;
    border-color: var(--catalog-green);
    background: var(--catalog-green);
}

/* =========================================================
   MOBILE FILTER
========================================================= */

.catalog-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 9997;
    visibility: hidden;
    opacity: 0;
    background: rgba(3, 22, 25, 0.65);
    transition:
        visibility 0.25s ease,
        opacity 0.25s ease;
}

.catalog-filter-overlay.visible {
    visibility: visible;
    opacity: 1;
}

body.catalog-filters-open {
    overflow: hidden;
}

/* =========================================================
   PRODUCT LIST RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    .catalog-products-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .catalog-list-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .catalog-list-hero {
        min-height: 330px;
    }

    .catalog-list-heading {
        align-items: flex-start;
    }

    .catalog-list-region-symbol {
        flex-basis: 85px;
        width: 85px;
        height: 85px;
        border-radius: 23px;
        font-size: 39px;
    }

    .catalog-list-toolbar {
        grid-template-columns: 1fr auto;
    }

    .catalog-filter-toggle {
        display: inline-flex;
    }

    .catalog-result-information {
        order: 3;
    }

    .catalog-sort-field {
        order: 4;
        justify-self: end;
    }

    .catalog-products-layout {
        display: block;
    }

    .catalog-filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        width: min(360px, 90vw);
        height: 100vh;
        overflow-y: auto;
        border: 0;
        border-radius: 0 20px 20px 0;
        transform: translateX(-105%);
        transition: transform 0.3s ease;
    }

    .catalog-filter-sidebar.open {
        transform: translateX(0);
    }

    .catalog-filter-header button {
        display: block;
    }
}

@media (max-width: 600px) {
    .catalog-list-hero {
        min-height: auto;
        padding: 50px 0;
    }

    .catalog-breadcrumb {
        margin-bottom: 27px;
    }

    .catalog-list-heading h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .catalog-list-heading p {
        font-size: 11px;
    }

    .catalog-list-region-symbol {
        display: none;
    }

    .catalog-list-toolbar {
        grid-template-columns: 1fr;
    }

    .catalog-filter-toggle,
    .catalog-sort-field,
    .catalog-result-information {
        width: 100%;
        justify-self: stretch;
    }

    .catalog-sort-field select {
        flex: 1;
    }

    .catalog-list-product-grid {
        grid-template-columns: 1fr;
    }

    .catalog-pagination {
        align-items: flex-start;
        flex-direction: column;
    }
}



/* =========================================================
   PRODUCT DETAIL PAGE
========================================================= */

.catalog-detail-page {
    min-height: 100vh;
    color: var(--catalog-text);
    background:
        radial-gradient(circle at 5% 20%, rgba(8, 124, 92, 0.07), transparent 22%),
        #f3f7f5;
}

.catalog-detail-content {
    padding: 55px 0 100px;
}

.product-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 32px;
    color: #82938d;
    font-size: 9px;
    font-weight: 700;
}

.product-detail-breadcrumb a {
    color: var(--catalog-green);
    text-decoration: none;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 55px;
    align-items: start;
}

/* =========================================================
   PRODUCT GALLERY
========================================================= */

.product-gallery-section {
    min-width: 0;
}

.product-main-image-wrapper {
    position: relative;
    height: 610px;
    overflow: hidden;
    border: 1px solid var(--catalog-border);
    border-radius: 27px;
    background: #fff;
    box-shadow: var(--catalog-shadow);
}

.product-main-image-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 25px;
    transition: transform 0.5s ease;
}

.product-main-image-wrapper:hover > img {
    transform: scale(1.035);
}

.product-detail-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #859790;
    background:
        radial-gradient(circle, #fff, #edf4f1);
}

.product-detail-placeholder span {
    font-size: 78px;
}

.product-detail-placeholder strong {
    margin-top: 15px;
    font-family: Georgia, serif;
    font-size: 18px;
}

.product-detail-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}

.product-thumbnail-list {
    display: flex;
    gap: 11px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.product-thumbnail {
    flex: 0 0 83px;
    width: 83px;
    height: 83px;
    padding: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 13px;
    cursor: pointer;
    background: #fff;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

.product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    object-fit: cover;
}

.product-thumbnail:hover,
.product-thumbnail.active {
    border-color: var(--catalog-green);
    transform: translateY(-3px);
}

/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.product-information-section {
    position: sticky;
    top: 25px;
}

.product-detail-regions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.product-detail-regions a {
    padding: 6px 9px;
    border-radius: 100px;
    color: var(--catalog-green);
    background: #e7f5f0;
    font-size: 7px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.product-information-section > h1 {
    margin: 14px 0 0;
    color: #112f27 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(39px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -2px;
}

.product-reference-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
    margin-top: 13px;
}

.product-reference-row span {
    color: #82928d;
    font-size: 8px;
    font-weight: 700;
}

.product-detail-summary {
    margin: 23px 0 0;
    color: #60746d;
    font-size: 12px;
    line-height: 1.75;
}

.product-detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 11px;
    margin-top: 27px;
}

.product-detail-price strong {
    color: var(--catalog-green);
    font-size: 38px;
    letter-spacing: -1px;
}

.product-detail-price del {
    color: #9eaaa6;
    font-size: 15px;
}

.product-detail-price span {
    padding: 6px 9px;
    border-radius: 100px;
    color: #9a372d;
    background: #fee9e6;
    font-size: 8px;
    font-weight: 900;
}

.product-unit-information {
    margin-top: 5px;
    color: #7b8d86;
    font-size: 9px;
}

.product-availability-panel,
.product-halal-information {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 15px;
    border: 1px solid #cbe8dc;
    border-radius: 13px;
    background: #edfaf5;
}

.product-availability-panel.unavailable {
    border-color: #efcac5;
    background: #fff0ee;
}

.availability-dot {
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #12a273;
    box-shadow: 0 0 0 3px rgba(18, 162, 115, 0.16);
}

.product-availability-panel.unavailable .availability-dot {
    background: #cd4b3e;
    box-shadow: 0 0 0 3px rgba(205, 75, 62, 0.14);
}

.product-availability-panel strong,
.product-availability-panel small,
.product-halal-information strong,
.product-halal-information small {
    display: block;
}

.product-availability-panel strong {
    color: #185b45;
    font-size: 10px;
}

.product-availability-panel.unavailable strong {
    color: #8d3128;
}

.product-availability-panel small {
    margin-top: 4px;
    color: #6d827a;
    font-size: 8px;
}

.product-halal-information {
    border-color: #ebd797;
    background: #fff9e7;
}

.product-halal-information > span {
    display: grid;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--catalog-green);
    font-weight: 900;
}

.product-halal-information strong {
    color: #6e510f;
    font-size: 10px;
}

.product-halal-information small {
    margin-top: 4px;
    color: #887443;
    font-size: 8px;
}

/* =========================================================
   PURCHASE PANEL
========================================================= */

.product-purchase-panel {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 11px;
    margin-top: 25px;
}

.product-quantity-control {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    min-height: 54px;
    overflow: hidden;
    border: 1px solid #ceddd8;
    border-radius: 12px;
    background: #fff;
}

.product-quantity-control button,
.product-quantity-control input {
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    text-align: center;
}

.product-quantity-control button {
    cursor: pointer;
    color: var(--catalog-green);
    font-size: 18px;
    font-weight: 900;
}

.product-quantity-control button:hover {
    background: #edf7f3;
}

.product-quantity-control input {
    width: 100%;
    color: #29483e;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    appearance: textfield;
}

.product-quantity-control input::-webkit-inner-spin-button,
.product-quantity-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.product-add-to-cart-button {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    color: #163126;
    background: var(--catalog-gold);
    box-shadow: 0 13px 30px rgba(255, 184, 31, 0.2);
    font-family: inherit;
    font-size: 11px;
    font-weight: 900;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.product-add-to-cart-button:hover {
    background: #ffc84d;
    transform: translateY(-2px);
}

.product-add-to-cart-button.unavailable {
    grid-column: 1 / -1;
    color: #879791;
    cursor: not-allowed;
    background: #e4ebe8;
    box-shadow: none;
}

.product-cart-development-note {
    margin: 9px 0 0;
    color: #98a59f;
    font-size: 7px;
    text-align: center;
}

.product-service-benefits {
    display: grid;
    gap: 12px;
    margin-top: 25px;
    padding: 19px;
    border: 1px solid var(--catalog-border);
    border-radius: 15px;
    background: #fff;
}

.product-service-benefits > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-service-benefits > div > span {
    display: grid;
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    place-items: center;
    border-radius: 9px;
    color: var(--catalog-green);
    background: #eaf6f1;
    font-size: 13px;
    font-weight: 900;
}

.product-service-benefits strong,
.product-service-benefits small {
    display: block;
}

.product-service-benefits strong {
    color: #29493e;
    font-size: 9px;
}

.product-service-benefits small {
    margin-top: 3px;
    color: #80918b;
    font-size: 7px;
}

.product-detail-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #687c74;
    font-size: 8px;
}

.product-detail-categories a {
    padding: 5px 8px;
    border-radius: 100px;
    color: #4d675e;
    background: #e9efed;
    text-decoration: none;
}

/* =========================================================
   DESCRIPTION TABS
========================================================= */

.product-description-section {
    margin-top: 85px;
    overflow: hidden;
    border: 1px solid var(--catalog-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(5, 57, 43, 0.06);
}

.product-description-navigation {
    display: flex;
    gap: 4px;
    padding: 12px 17px 0;
    overflow-x: auto;
    border-bottom: 1px solid var(--catalog-border);
}

.product-tab-button {
    position: relative;
    flex: 0 0 auto;
    min-height: 49px;
    padding: 0 16px;
    border: 0;
    cursor: pointer;
    color: #74877f;
    background: transparent;
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
}

.product-tab-button::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: -1px;
    left: 15px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: transparent;
}

.product-tab-button.active {
    color: var(--catalog-green);
}

.product-tab-button.active::after {
    background: var(--catalog-green);
}

.product-description-content {
    padding: 35px;
}

.product-tab-panel {
    display: none;
    max-width: 900px;
    color: #5f746c;
    font-size: 11px;
    line-height: 1.8;
}

.product-tab-panel.active {
    display: block;
    animation: productTabAppear 0.3s ease;
}

.product-tab-panel h2 {
    margin: 0 0 16px;
    color: #173d32 !important;
    font-family: Georgia, serif;
    font-size: 28px;
}

.product-tab-panel p {
    margin: 0;
}

.product-tab-panel p + p {
    margin-top: 12px;
}

/* =========================================================
   RELATED PRODUCTS
========================================================= */

.related-products-section {
    margin-top: 95px;
}

@keyframes productTabAppear {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   PRODUCT DETAIL RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
    .product-detail-layout {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .product-main-image-wrapper {
        height: 520px;
    }
}

@media (max-width: 800px) {
    .product-detail-layout {
        grid-template-columns: 1fr;
    }

    .product-information-section {
        position: static;
    }

    .product-main-image-wrapper {
        height: 570px;
    }
}

@media (max-width: 550px) {
    .catalog-detail-content {
        padding-top: 35px;
    }

    .product-main-image-wrapper {
        height: 410px;
        border-radius: 20px;
    }

    .product-main-image-wrapper > img {
        padding: 15px;
    }

    .product-information-section > h1 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }

    .product-purchase-panel {
        grid-template-columns: 1fr;
    }

    .product-add-to-cart-button.unavailable {
        grid-column: auto;
    }

    .product-description-content {
        padding: 24px 20px;
    }

    .related-products-section {
        margin-top: 70px;
    }
}




/* =========================================================
   CHECKOUT READABILITY OVERRIDE
========================================================= */

.checkout-back-link {
    font-size: 14px;
    font-weight: 800;
}

.checkout-header-content > div:first-child > span {
    font-size: 13px;
    font-weight: 900;
}

.checkout-header-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.checkout-security-badge strong {
    font-size: 14px;
    font-weight: 900;
}

.checkout-security-badge small {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.checkout-card-heading small {
    font-size: 12px;
    font-weight: 900;
}

.checkout-card-heading h2 {
    font-size: 31px;
    font-weight: 800;
}

.checkout-card-heading p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.checkout-step-number {
    font-size: 17px;
}

.checkout-field label {
    margin-bottom: 10px;
    color: #183c31;
    font-size: 14px;
    font-weight: 900;
}

.checkout-input {
    min-height: 54px;
    padding-right: 16px;
    padding-left: 16px;
    color: #183c31;
    font-size: 14px;
    font-weight: 600;
}

.checkout-input::placeholder {
    color: #8a9a94;
    font-size: 13px;
    font-weight: 500;
}

textarea.checkout-input {
    min-height: 125px;
    padding-top: 15px;
}

.checkout-field-error {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
}

.checkout-form-errors {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.checkout-choice-content strong {
    font-size: 15px;
    font-weight: 900;
}

.checkout-choice-content small {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
}

.checkout-choice-icon {
    font-size: 22px;
}

.checkout-choice-check {
    font-size: 11px;
}

.checkout-subheading span {
    font-size: 11px;
    font-weight: 900;
}

.checkout-subheading h3 {
    font-size: 26px;
    font-weight: 800;
}

.checkout-checkbox-card strong {
    font-size: 14px;
    font-weight: 900;
}

.checkout-checkbox-card small {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.checkout-payment-notice {
    padding: 16px;
}

.checkout-payment-notice i {
    font-size: 18px;
}

.checkout-payment-notice p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
}

/* ORDER SUMMARY */

.checkout-summary-heading span {
    font-size: 12px;
    font-weight: 900;
}

.checkout-summary-heading h2 {
    font-size: 34px;
    font-weight: 800;
}

.checkout-summary-product strong {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.45;
}

.checkout-summary-product small {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
}

.checkout-summary-product > span {
    font-size: 13px;
    font-weight: 900;
}

.checkout-product-image b {
    width: 23px;
    height: 23px;
    font-size: 10px;
}

.checkout-summary-lines {
    padding: 24px 26px;
}

.checkout-summary-lines > div + div {
    margin-top: 18px;
}

.checkout-summary-lines span {
    font-size: 14px;
    font-weight: 700;
}

.checkout-summary-lines strong {
    font-size: 14px;
    font-weight: 900;
}

.checkout-summary-total {
    margin-right: 26px;
    margin-left: 26px;
    padding: 24px 0;
}

.checkout-summary-total span {
    font-size: 17px;
    font-weight: 900;
}

.checkout-summary-total small {
    max-width: 190px;
    margin-top: 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.checkout-summary-total > strong {
    font-size: 30px;
    font-weight: 900;
}

.checkout-submit-button {
    width: calc(100% - 52px);
    min-height: 58px;
    margin-right: 26px;
    margin-left: 26px;
    font-size: 14px;
    font-weight: 900;
}

.checkout-summary-security {
    margin: 18px 26px 26px;
    padding: 15px;
}

.checkout-summary-security i {
    font-size: 16px;
}

.checkout-summary-security p {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.65;
}

/* RADIO AND CHECKBOX SIZE */

.checkout-choice-card {
    min-height: 88px;
    padding: 18px;
}

.checkout-choice-card > input,
.checkout-checkbox-card > input {
    width: 20px;
    height: 20px;
}

@media (max-width: 600px) {
    .checkout-card-heading h2 {
        font-size: 27px;
    }

    .checkout-header-content p {
        font-size: 14px;
    }

    .checkout-choice-content strong {
        font-size: 14px;
    }

    .checkout-input {
        font-size: 16px;
    }
}






/* =========================================================
   PRODUCT DETAIL READABILITY OVERRIDE
========================================================= */

.product-availability-panel {
    padding: 18px;
}

.product-availability-panel strong {
    font-size: 15px;
    font-weight: 900;
}

.product-availability-panel small {
    margin-top: 6px;
    color: #4f6f63;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.availability-dot {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
}

.product-halal-information {
    padding: 18px;
}

.product-halal-information strong {
    font-size: 15px;
    font-weight: 900;
}

.product-halal-information small {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.product-service-benefits {
    gap: 17px;
    padding: 23px;
}

.product-service-benefits > div {
    gap: 14px;
}

.product-service-benefits > div > span {
    flex-basis: 43px;
    width: 43px;
    height: 43px;
    font-size: 18px;
}

.product-service-benefits strong {
    color: #1c4035;
    font-size: 14px;
    font-weight: 900;
}

.product-service-benefits small {
    margin-top: 5px;
    color: #647a72;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.product-cart-development-note {
    margin-top: 12px;
    font-size: 11px;
    font-weight: 600;
}

.product-detail-categories {
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
}

.product-detail-categories a {
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800;
}

.product-detail-regions a {
    padding: 7px 11px;
    font-size: 10px;
    font-weight: 900;
}

.product-reference-row span {
    font-size: 11px;
    font-weight: 700;
}

.product-unit-information {
    font-size: 12px;
    font-weight: 700;
}

.product-cart-development-note {
    display: none;
}









/* =========================================================
   PRODUCT CARD READABILITY OVERRIDE
========================================================= */

.catalog-product-content {
    padding: 21px;
}

.catalog-product-regions {
    min-height: 22px;
    gap: 7px;
}

.catalog-product-regions a,
.catalog-product-regions span {
    font-size: 10px;
    font-weight: 900;
    line-height: 1.4;
}

.catalog-product-name {
    min-height: 52px;
    margin-top: 9px;
    color: #15382e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.catalog-product-brand {
    margin-top: 9px;
    color: #526c62;
    font-size: 13px;
    font-weight: 800;
}

.catalog-product-size {
    margin-top: 6px;
    color: #60766e;
    font-size: 13px;
    font-weight: 700;
}

.catalog-product-price-row {
    min-height: 52px;
    margin-top: 17px;
}

.catalog-product-price strong {
    color: #123c2f;
    font-size: 23px;
    font-weight: 900;
}

.catalog-product-price del {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
}

.catalog-low-stock {
    max-width: 100px;
    color: #a85e05;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.4;
    text-align: right;
}

.catalog-stock-badge {
    right: 13px;
    bottom: 13px;
    padding: 8px 11px;
    font-size: 10px;
    font-weight: 900;
}

.product-badge {
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 900;
}

.catalog-product-actions {
    grid-template-columns: 1fr 48px;
    margin-top: 18px;
}

.catalog-product-view-button,
.catalog-add-button {
    min-height: 48px;
}

.catalog-product-view-button {
    font-size: 12px;
    font-weight: 900;
}

.catalog-add-button {
    font-size: 23px;
}

.catalog-product-placeholder small {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

/* CATEGORY CARD READABILITY */

.catalog-category-card h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.catalog-category-card p {
    margin-top: 10px;
    color: #5d746b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
}

/* PRODUCT LIST TOOLBAR READABILITY */

.catalog-result-information {
    font-size: 12px;
    font-weight: 700;
}

.catalog-result-information strong {
    font-size: 18px;
    font-weight: 900;
}

.catalog-sort-field label {
    font-size: 12px;
    font-weight: 900;
}

.catalog-sort-field select {
    font-size: 12px;
    font-weight: 800;
}

.catalog-list-search input {
    font-size: 14px;
    font-weight: 600;
}

/* FILTER READABILITY */

.catalog-filter-header span {
    font-size: 10px;
}

.catalog-filter-header h2 {
    font-size: 29px;
}

.catalog-filter-group h3 {
    font-size: 12px;
}

.catalog-filter-group select,
.catalog-price-fields input {
    font-size: 12px;
    font-weight: 700;
}

.catalog-price-fields label > span {
    font-size: 10px;
    font-weight: 800;
}

.catalog-filter-checkbox {
    font-size: 12px;
    font-weight: 700;
}

.catalog-filter-actions button,
.catalog-filter-actions a {
    font-size: 12px;
}




/* =========================================================
   PRODUCT WISHLIST HEART
========================================================= */

.catalog-product-card {
    position: relative;
}

.catalog-wishlist-button {
    position: absolute;
    z-index: 8;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #164c3c;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(7, 55, 42, 0.2);
    font-size: 1.25rem;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.catalog-wishlist-button:hover {
    color: #d6293d;
    transform: scale(1.1);
}

.catalog-wishlist-button.active {
    color: #ffffff;
    border-color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #ef4055,
            #b8152b
        );
}

.catalog-wishlist-button.active i {
    animation: wishlistHeartBeat 0.45s ease;
}

.catalog-wishlist-button.loading {
    opacity: 0.65;
    cursor: wait;
}

.catalog-wishlist-button.loading i {
    animation: wishlistHeartLoading 0.8s infinite linear;
}

@keyframes wishlistHeartBeat {
    0% {
        transform: scale(0.7);
    }

    50% {
        transform: scale(1.35);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes wishlistHeartLoading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   WISHLIST TOAST
========================================================= */

.wishlist-toast {
    position: fixed;
    z-index: 9999;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(390px, calc(100% - 30px));
    padding: 17px 20px;
    color: #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(5, 44, 33, 0.28);
    font-size: 0.98rem;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transform: translateY(25px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

.wishlist-toast.success {
    background:
        linear-gradient(
            135deg,
            #09845f,
            #034c39
        );
}

.wishlist-toast.error {
    background:
        linear-gradient(
            135deg,
            #dc3d4b,
            #971522
        );
}

.wishlist-toast.visible {
    opacity: 1;
    transform: translateY(0);
}

.wishlist-toast i {
    flex: 0 0 auto;
    font-size: 1.35rem;
}

.wishlist-toast strong {
    font-weight: 900;
    line-height: 1.45;
}


/* =========================================================
   NAVBAR WISHLIST COUNTER ANIMATION
========================================================= */

#navbar-wishlist-count {
    min-width: 19px;
    font-weight: 900;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

#navbar-wishlist-count.wishlist-count-updated {
    color: #ffffff;
    background: #dc2e43;
    transform: scale(1.45);
}


/* =========================================================
   RESPONSIVE WISHLIST CONTROLS
========================================================= */

@media (max-width: 768px) {
    .catalog-wishlist-button {
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
    }

    .wishlist-toast {
        right: 15px;
        bottom: 15px;
        left: 15px;
        max-width: none;
    }
}



/* =========================================================
   FORCE WISHLIST HEART VISIBILITY
========================================================= */

.catalog-product-card,
.catalog-product-grid > article,
.catalog-products-grid > article {
    position: relative !important;
}

button.catalog-wishlist-button {
    position: absolute !important;
    z-index: 999 !important;
    top: 16px !important;
    right: 16px !important;
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    place-items: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    color: #c82138 !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

button.catalog-wishlist-button i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #c82138 !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

button.catalog-wishlist-button:hover,
button.catalog-wishlist-button.active {
    color: #ffffff !important;
    background: #d32840 !important;
    transform: scale(1.08);
}

button.catalog-wishlist-button.active i,
button.catalog-wishlist-button:hover i {
    color: #ffffff !important;
}






.catalog-product-rating {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.7rem;
    color: #526a62;
    text-decoration: none;
}

.catalog-product-rating:hover {
    color: #087c5c;
}

.catalog-product-rating > span {
    display: inline-flex;
    gap: 0.08rem;
    color: #efa912;
    font-size: 0.82rem;
}

.catalog-product-rating > strong {
    color: #294a40;
    font-size: 0.82rem;
    font-weight: 900;
}

.catalog-product-rating > small {
    color: #697e77;
    font-size: 0.76rem;
    font-weight: 750;
}







