:root {
    --salam-black: #090909;
    --salam-black-soft: #15130f;
    --salam-gold: #ad8436;
    --salam-gold-dark: #8e6827;
    --salam-gold-light: #d4b778;
    --salam-cream: #f7f3ea;
    --salam-cream-deep: #eee6d7;
    --salam-white: #ffffff;
    --salam-text: #1e1c19;
    --salam-muted: #756f66;
    --salam-border: #e8e0d2;
    --salam-radius: 18px;
    --salam-shadow: 0 18px 50px rgba(25, 19, 10, .08);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--salam-text);
    background: var(--salam-white);
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body a {
    text-decoration: none;
}

/* Header */
.site-header {
    position: relative;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 0 rgba(17, 14, 9, .08);
}

.site-header__utility {
    background: var(--salam-black);
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
}

.site-header__utility-inner {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header__welcome {
    letter-spacing: .025em;
}

.site-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--salam-gold-light);
    font-weight: 700;
}

.site-header__top {
    background: #fff;
}

.site-header__main {
    min-height: 100px;
    display: grid;
    grid-template-columns: 245px minmax(320px, 680px) auto;
    align-items: center;
    gap: clamp(22px, 4vw, 70px);
}

.main-logo img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
}

.header-search {
    position: relative;
    width: 100%;
    align-items: center;
}

.header-search .form-control {
    height: 52px;
    border: 1px solid var(--salam-border);
    border-radius: 100px;
    padding: 0 62px 0 22px;
    background: #faf9f6;
    color: var(--salam-text);
    box-shadow: none;
    font-size: 14px;
}

.header-search .form-control:focus {
    border-color: var(--salam-gold);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(173, 132, 54, .1);
}

.header-search button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--salam-black);
    transition: .25s ease;
}

.header-search button:hover {
    background: var(--salam-gold-dark);
}

.header-actions {
    display: flex;
    justify-content: flex-end;
}

.account-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--salam-text);
    white-space: nowrap;
}

.account-button__icon {
    width: 46px;
    height: 46px;
    border: 1px solid var(--salam-border);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: var(--salam-gold-dark);
    background: var(--salam-cream);
}

.account-button__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.account-button__text small {
    margin-bottom: 5px;
    color: var(--salam-muted);
    font-size: 11px;
}

.account-button__text strong {
    font-size: 13px;
    font-weight: 800;
}

.site-header__nav {
    background: var(--salam-cream);
    border-top: 1px solid var(--salam-border);
}

.main-menu {
    min-height: 52px;
    padding: 0;
}

.menu-list {
    gap: 5px;
}

.menu-list .nav-link {
    position: relative;
    padding: 15px 18px !important;
    color: #504b43;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease;
}

.menu-list .nav-link::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 8px;
    height: 2px;
    border-radius: 10px;
    background: var(--salam-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.menu-list .nav-link:hover,
.menu-list .nav-link.active {
    color: var(--salam-black);
}

.menu-list .nav-link:hover::after,
.menu-list .nav-link.active::after {
    transform: scaleX(1);
}

.site-header__mobile-search {
    padding: 10px 0 12px;
    background: #fff;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.navbar-brand {
    color: var(--salam-black);
    font-size: 14px;
    font-weight: 800;
}

.offcanvas-header__eyebrow {
    display: block;
    color: var(--salam-gold-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mobile-account-button {
    margin-top: 20px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    color: #fff;
    background: var(--salam-black);
    font-weight: 700;
}

/* Hero */
.home-hero-section {
    position: relative;
    width: 100%;
    background: var(--salam-black);
}

.main-swiper,
.hero-slide {
    width: 100%;
}

.hero-slide {
    position: relative;
    min-height: clamp(480px, 43vw, 720px);
    overflow: hidden;
    background: var(--salam-black);
}

.hero-slider-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .77) 0%, rgba(0, 0, 0, .56) 32%, rgba(0, 0, 0, .10) 66%, rgba(0, 0, 0, 0) 100%);
}

.hero-slide__container {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
}

.hero-slide__content {
    max-width: 610px;
    padding: 55px 0 95px;
    color: #fff;
}

.hero-slide__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--salam-gold-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.hero-slide__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.hero-slide__content h1 {
    margin: 0 0 28px;
    max-width: 590px;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.hero-slide__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 16px;
    padding: 0 22px;
    border-radius: 100px;
    color: var(--salam-black);
    background: var(--salam-gold-light);
    font-size: 13px;
    font-weight: 800;
    transition: transform .25s ease, background .25s ease;
}

.hero-slide__button:hover {
    color: var(--salam-black);
    background: #fff;
    transform: translateY(-2px);
}

.hero-controls {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 28px;
    pointer-events: none;
}

.hero-controls__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    pointer-events: auto;
}

.hero-nav {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
    transition: .2s ease;
}

.hero-nav:hover {
    border-color: var(--salam-gold-light);
    background: var(--salam-gold-dark);
}

.main-swiper .swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    opacity: .5;
    background: #fff;
}

.main-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 100px;
    opacity: 1;
    background: var(--salam-gold-light);
}

/* Feature tiles */
.home-feature-section {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    padding: 34px 0 15px;
    background: var(--salam-cream);
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-tile {
    position: relative;
    min-height: 255px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: var(--salam-radius);
    isolation: isolate;
    box-shadow: var(--salam-shadow);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .13);
}

/* Disable former image background system for all three feature tiles. */
.feature-tile::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -60px;
    right: -45px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: transparent;
    background-image: none !important;
    border: 1px solid rgba(255, 255, 255, .16);
    transition: transform .4s ease;
}

.feature-tile::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    right: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    transition: transform .4s ease;
}

.feature-tile:hover::before {
    transform: scale(1.12);
}

.feature-tile:hover::after {
    transform: translate(-8px, 8px);
}

.feature-tile__content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 28px;
}

.feature-tile__number {
    position: absolute;
    right: 0;
    bottom: -12px;
    color: rgba(255, 255, 255, .10);
    font-family: "Manrope", sans-serif;
    font-size: 86px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

.feature-tile__eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.feature-tile h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
    font-size: clamp(27px, 2.2vw, 38px);
    font-weight: 700;
    line-height: 1.05;
}

.feature-tile__link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
}

.feature-tile__link i {
    transition: transform .2s ease;
}

.feature-tile:hover .feature-tile__link i {
    transform: translateX(5px);
}

/* New Products - gold background, no image */
.feature-tile--new {
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, .20), transparent 32%),
        linear-gradient(135deg, #bd974c 0%, #ad8436 48%, #8e6826 100%);
}

.feature-tile--new .feature-tile__eyebrow {
    color: rgba(255, 255, 255, .78);
}

.feature-tile--new h2,
.feature-tile--new .feature-tile__link {
    color: #fff;
}

/* Promo Products - black background, no image */
.feature-tile--promo {
    background:
        radial-gradient(circle at 88% 15%, rgba(173, 132, 54, .22), transparent 34%),
        linear-gradient(135deg, #222 0%, #111 52%, #050505 100%);
}

.feature-tile--promo .feature-tile__eyebrow,
.feature-tile--promo .feature-tile__link {
    color: var(--salam-gold-light);
}

.feature-tile--promo h2 {
    color: #fff;
}


/* =========================================================
   PROMO BANNERS
   NEW PRODUCTS / PROMO PRODUCTS
   ========================================================= */

.promo-banner {
    position: relative;

    min-height: 200px;

    display: flex;
    align-items: flex-end;

    padding: 30px 32px;

    border-radius: 22px;

    overflow: hidden;

    text-decoration: none;

    isolation: isolate;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Decorative circles */

.promo-banner::before {
    content: "";

    position: absolute;

    z-index: -1;

    top: -15px;
    right: 18px;

    width: 105px;
    height: 105px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.06);

    transition:
        transform 0.4s ease;
}

.promo-banner::after {
    content: "";

    position: absolute;

    z-index: -1;

    top: -65px;
    right: -45px;

    width: 195px;
    height: 195px;

    border-radius: 50%;

    border:
        1px solid rgba(255, 255, 255, 0.16);

    transition:
        transform 0.4s ease;
}


.promo-banner:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.13);
}

.promo-banner:hover::before {
    transform: translate(-8px, 8px);
}

.promo-banner:hover::after {
    transform: scale(1.12);
}


/* =========================================================
   CONTENT
   ========================================================= */

.promo-banner__content {
    position: relative;

    z-index: 3;

    width: 100%;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.promo-banner__eyebrow {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
   ========================================================= */

.promo-banner h2 {
    margin:
        0
        0 18px;

    font-family:
        "Nunito",
        sans-serif;

    font-size:
        clamp(24px, 2vw, 34px);

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -0.02em;
}


/* =========================================================
   LINK
   ========================================================= */

.promo-banner__link {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    font-size: 13px;
    font-weight: 700;
}

.promo-banner__link i {
    font-size: 14px;

    transition:
        transform 0.2s ease;
}

.promo-banner:hover .promo-banner__link i {
    transform: translateX(5px);
}


/* =========================================================
   NEW PRODUCTS
   GOLD BACKGROUND
   ========================================================= */

.promo-banner--new {
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(255, 255, 255, 0.20),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #bd974c 0%,
            #ad8436 48%,
            #8e6826 100%
        );
}

.promo-banner--new .promo-banner__eyebrow {
    color:
        rgba(255, 255, 255, 0.75);
}

.promo-banner--new h2 {
    color: #ffffff;
}

.promo-banner--new .promo-banner__link {
    color: #ffffff;
}


/* =========================================================
   PROMO PRODUCTS
   BLACK BACKGROUND
   ========================================================= */

.promo-banner--promo {
    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(173, 132, 54, 0.22),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #222222 0%,
            #111111 52%,
            #050505 100%
        );
}

.promo-banner--promo .promo-banner__eyebrow {
    color: #d4b778;
}

.promo-banner--promo h2 {
    color: #ffffff;
}

.promo-banner--promo .promo-banner__link {
    color: #d4b778;
}


/* Promo decorative gold tint */

.promo-banner--promo::before {
    background:
        rgba(173, 132, 54, 0.08);
}

.promo-banner--promo::after {
    border-color:
        rgba(173, 132, 54, 0.20);
}


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

@media (max-width: 767.98px) {

    .promo-banner {
        min-height: 155px;

        padding:
            24px 25px;

        border-radius: 17px;
    }

    .promo-banner h2 {
        margin-bottom: 13px;

        font-size: 26px;
    }

    .promo-banner__eyebrow {
        font-size: 10px;
    }

    .promo-banner__link {
        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

    .promo-banner {
        min-height: 145px;
    }

}


/* Household Products - cream/champagne background */
.feature-tile--household {
    background:
        radial-gradient(circle at 88% 15%, rgba(173, 132, 54, .16), transparent 32%),
        linear-gradient(135deg, #f5f0e7 0%, #ece2cf 100%);
    border: 1px solid #e3d7c0;
}

.feature-tile--household::before {
    border-color: rgba(173, 132, 54, .18);
}

.feature-tile--household::after {
    background: rgba(173, 132, 54, .08);
}

.feature-tile--household:hover {
    border-color: rgba(173, 132, 54, .35);
}

.feature-tile--household .feature-tile__number {
    color: rgba(173, 132, 54, .10);
}

.feature-tile--household .feature-tile__eyebrow,
.feature-tile--household .feature-tile__link {
    color: var(--salam-gold-dark);
}

.feature-tile--household h2 {
    color: var(--salam-black);
}

.feature-tile__icon {
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(173, 132, 54, .20);
    border-radius: 50%;
    color: var(--salam-gold);
    background: rgba(173, 132, 54, .11);
    font-size: 20px;
    line-height: 1;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.feature-tile--household:hover .feature-tile__icon {
    color: #fff;
    background: var(--salam-gold);
    transform: rotate(-5deg) scale(1.06);
}

/* Products */
.home-section {
    padding: 78px 0;
}

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

.home-section__heading {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--salam-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-title {
    margin: 0;
    color: var(--salam-black);
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 3.2vw, 50px);
    font-weight: 700;
    line-height: 1.05;
}

.section-description {
    margin: 10px 0 0;
    color: var(--salam-muted);
    font-size: 13px;
}

.text-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--salam-gold);
    color: var(--salam-text);
    font-size: 12px;
    font-weight: 800;
}

.text-link:hover {
    color: var(--salam-gold-dark);
}

.home-product-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--salam-border);
    border-radius: 16px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-product-card:hover {
    transform: translateY(-5px);
    border-color: #dccdad;
    box-shadow: 0 16px 38px rgba(28, 22, 14, .09);
}

.home-product-card__image-link {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fbfaf7;
}

.home-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    transition: transform .3s ease;
}

.home-product-card:hover .home-product-card__image {
    transform: scale(1.035);
}

.home-product-card__badge {
    position: absolute;
    top: 13px;
    left: 13px;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 100px;
    color: #fff;
    background: var(--salam-black);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-product-card__body {
    padding: 17px 17px 18px;
}

.home-product-card__meta {
    margin: 0 0 7px;
    color: var(--salam-gold-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-product-card__title {
    min-height: 42px;
    margin: 0 0 18px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.home-product-card__title a {
    color: var(--salam-text);
}

.home-product-card__view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--salam-muted);
    font-size: 11px;
    font-weight: 700;
}

.home-product-card__view i {
    color: var(--salam-gold-dark);
    transition: transform .2s ease;
}

.home-product-card:hover .home-product-card__view i {
    transform: translateX(4px);
}

/* Trade strip */
.home-trade-strip {
    padding: 0 0 70px;
    background: #fff;
}

.home-trade-strip__inner {
    min-height: 150px;
    display: grid;
    grid-template-columns: auto auto minmax(200px, 1fr) auto;
    align-items: center;
    gap: 26px;
    padding: 28px 34px;
    border-radius: var(--salam-radius);
    color: #fff;
    background: var(--salam-black);
    overflow: hidden;
}

.home-trade-strip__icon {
    width: 66px;
    height: 66px;
    border: 1px solid rgba(212, 183, 120, .38);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--salam-gold-light);
    font-size: 26px;
}

.home-trade-strip__copy span {
    color: var(--salam-gold-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-trade-strip__copy h2 {
    margin: 3px 0 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 28px;
}

.home-trade-strip__inner p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.7;
}

.home-trade-strip__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border-radius: 100px;
    color: var(--salam-black);
    background: var(--salam-gold-light);
    font-size: 12px;
    font-weight: 800;
}

.home-trade-strip__button:hover {
    color: var(--salam-black);
    background: #fff;
}

/* Footer */
.site-footer {
    position: relative;
    padding: 68px 0 58px;
    color: rgba(255, 255, 255, .72);
    background: var(--salam-black);
}

.site-footer__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--salam-gold-dark), var(--salam-gold-light), var(--salam-gold-dark));
}

.footer-brand__logo {
    display: inline-block;
    margin-bottom: 23px;
}

.footer-brand__logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.footer-brand__text {
    max-width: 340px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.8;
}

.footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.footer-contact__icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212, 183, 120, .32);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--salam-gold-light);
}

.footer-contact span:last-child {
    display: flex;
    flex-direction: column;
}

.footer-contact small {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-contact strong {
    margin-top: 2px;
    font-size: 13px;
}

.footer-widget__title {
    position: relative;
    margin: 0 0 23px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-widget__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--salam-gold);
}

.footer-links,
.footer-category-links {
    margin: 0;
}

.footer-links li + li {
    margin-top: 10px;
}

.footer-links a,
.footer-category-links a {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover,
.footer-category-links a:hover {
    color: var(--salam-gold-light);
}

.footer-category-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 10px;
}

.footer-category-links__all a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--salam-gold-light);
    font-weight: 700;
}

.footer-bottom {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-bottom__inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .38);
    font-size: 10px;
}

.footer-bottom a {
    color: var(--salam-gold-light);
}

/* Responsive */
@media (max-width: 1199.98px) {
    .site-header__main {
        grid-template-columns: 210px minmax(300px, 1fr) auto;
        gap: 30px;
    }

    .home-trade-strip__inner {
        grid-template-columns: auto 1fr auto;
    }

    .home-trade-strip__inner p {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .site-header__main {
        min-height: 82px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .main-logo img {
        max-width: 180px;
    }

    .account-button__text small {
        display: none;
    }

    .site-header__nav {
        background: var(--salam-cream);
    }

    .main-menu {
        min-height: 48px;
        justify-content: space-between;
    }

    .offcanvas-body .menu-list {
        gap: 0;
    }

    .offcanvas-body .menu-list .nav-link {
        padding: 13px 0 !important;
        border-bottom: 1px solid #eee8dc;
        font-size: 14px;
    }

    .offcanvas-body .menu-list .nav-link::after {
        display: none;
    }

    .hero-slide {
        min-height: 530px;
    }

    .hero-slide__overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .25));
    }

    .home-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .feature-tile--household {
        grid-column: 1 / -1;
        min-height: 220px;
    }

    .footer-category-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .site-header__main {
        min-height: 74px;
    }

    .main-logo img {
        max-width: 150px;
    }

    .account-button__icon {
        width: 42px;
        height: 42px;
    }

    .account-button__text strong {
        display: none;
    }

    .hero-slide {
        min-height: 500px;
    }

    .hero-slide__overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .72) 62%, rgba(0, 0, 0, .86) 100%);
    }

    .hero-slide__container {
        align-items: flex-end;
    }

    .hero-slide__content {
        max-width: none;
        padding: 80px 0 90px;
    }

    .hero-slide__content h1 {
        font-size: 42px;
        line-height: 1.02;
    }

    .hero-controls {
        bottom: 22px;
    }

    .home-feature-section {
        padding-top: 18px;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature-tile,
    .feature-tile--household {
        min-height: 205px;
        grid-column: auto;
    }

    .feature-tile__content {
        padding: 22px;
    }

    .feature-tile__icon {
        top: 22px;
        left: 22px;
    }

    .home-section {
        padding: 58px 0;
    }

    .home-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 24px;
    }

    .section-description {
        max-width: 340px;
    }

    .home-product-card__image {
        padding: 10px;
    }

    .home-product-card__body {
        padding: 13px;
    }

    .home-product-card__title {
        min-height: 38px;
        font-size: 12px;
    }

    .home-product-card__view {
        font-size: 10px;
    }

    .home-trade-strip {
        padding-bottom: 50px;
    }

    .home-trade-strip__inner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px;
        text-align: center;
    }

    .home-trade-strip__icon {
        margin: 0 auto;
    }

    .home-trade-strip__button {
        justify-content: center;
    }

    .site-footer {
        padding: 55px 0 42px;
    }

    .footer-brand__logo img {
        width: 190px;
    }

    .footer-category-links {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .footer-bottom__inner {
        min-height: 70px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .hero-slide {
        min-height: 470px;
    }

    .hero-slide__content h1 {
        font-size: 36px;
    }

    .hero-slide__button {
        min-height: 48px;
        padding: 0 18px;
    }

    .home-product-card__badge {
        top: 9px;
        left: 9px;
    }
}


/* =========================================================
   PRODUCTS DROPDOWN
========================================================= */

.main-menu .nav-item.dropdown {
    position: relative;
}

.main-menu .products-dropdown {
    min-width: 290px;
    padding: 10px;
    margin-top: 0;
    border: 1px solid #e6ded2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.main-menu .products-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 12px 14px;

    border-radius: 8px;

    color: #171512;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.main-menu .products-dropdown .dropdown-item:hover,
.main-menu .products-dropdown .dropdown-item:focus {
    background: #f7f3ea;
    color: #171512;
}

.main-menu .products-dropdown .dropdown-item.active {
    background: #090909;
    color: #fff;
}


/* Icon */

.products-dropdown__icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #f7f3ea;

    color: #ad8436;

    font-size: 18px;
}

.products-dropdown .dropdown-item.active
.products-dropdown__icon {
    background: #ad8436;
    color: #fff;
}


/* Text */

.products-dropdown .dropdown-item > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.products-dropdown .dropdown-item strong {
    font-size: 14px;
    font-weight: 700;
}

.products-dropdown .dropdown-item small {
    display: block;

    margin-top: 4px;

    color: #766f65;

    font-size: 11px;
    font-weight: 500;
}

.products-dropdown .dropdown-item.active small {
    color: rgba(255, 255, 255, 0.65);
}


/* Dropdown arrow */

.main-menu .dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: 2px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
}


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

@media (max-width: 991.98px) {

    .main-menu .products-dropdown {
        min-width: 0;
        width: 100%;

        margin: 5px 0 10px;
        padding: 6px;

        border: 0;
        border-radius: 10px;

        background: #f7f3ea;

        box-shadow: none;
    }

    .main-menu .products-dropdown .dropdown-item {
        padding: 11px 12px;
    }

    .products-dropdown__icon {
        flex-basis: 38px;

        width: 38px;
        height: 38px;

        background: #fff;
    }

    .main-menu .products-dropdown .dropdown-item.active {
        background: #090909;
    }
}