/* =========================================================
   AFF Homepage — Exclusive editorial storefront
   Cinematic hero veil + mobile-first motion
   ========================================================= */

body.home.is-homepage {
    --ink: #0a0a0a;
    --mute: #6a6a6a;
    --line: #e6e6e6;
    --soft: #f2f2f2;
    --paper: #f7f7f7;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --spring: cubic-bezier(0.34, 1.35, 0.64, 1);
    background: #fff;
}

body.home.is-homepage #site-main {
    overflow-x: clip;
}

/* ---------- HERO ---------- */
body.home.is-homepage .section.section-small-padding.m-t-10 {
    margin: 0 !important;
    padding: 0 !important;
}

body.home.is-homepage .block-sliders.layout-12 {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

body.home.is-homepage .block-sliders.layout-12 .item-content {
    position: relative;
    min-height: min(92vh, 920px);
}

body.home.is-homepage .block-sliders.layout-12 .content-image {
    position: absolute;
    inset: 0;
}

body.home.is-homepage .block-sliders.layout-12 .content-image img {
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    filter: saturate(0.92) contrast(1.04) brightness(1.02);
    transition: transform 2.8s var(--ease), filter 0.8s ease;
    will-change: transform;
}

body.home.is-homepage .block-sliders.layout-12 .slick-active .content-image img {
    transform: scale(1);
    filter: saturate(0.92) contrast(1.06) brightness(1);
}

/* Soft black veil over light hero image — kept & elevated */
body.home.is-homepage .block-sliders.layout-12 .content-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0,0,0,0.72) 0%, transparent 58%),
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,0,0,0.5) 0%, transparent 55%),
        linear-gradient(180deg,
            rgba(0,0,0,0.48) 0%,
            rgba(0,0,0,0.14) 38%,
            rgba(0,0,0,0.22) 58%,
            rgba(0,0,0,0.68) 100%);
    z-index: 1;
    pointer-events: none;
}

body.home.is-homepage .block-sliders.layout-12 .content-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.06), transparent 35%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05), transparent 30%);
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: soft-light;
    animation: veilBreathe 8s ease-in-out infinite alternate;
}

body.home.is-homepage .aff-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.22) 0%, transparent 18%, transparent 82%, rgba(0,0,0,0.22) 100%);
    opacity: 0.85;
}

@keyframes veilBreathe {
    from { opacity: 0.55; }
    to { opacity: 1; }
}

body.home.is-homepage .block-sliders.layout-12 .item-info {
    z-index: 2;
    padding: 0 22px;
    width: 100%;
}

body.home.is-homepage .block-sliders.layout-12 .item-info .content {
    max-width: 780px;
    margin: 0 auto;
}

body.home.is-homepage .aff-hero-brand {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    margin-bottom: 16px;
    padding-bottom: 12px;
    position: relative;
    animation: homeFadeUp 0.9s var(--ease) both;
}

body.home.is-homepage .aff-hero-brand::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 1px;
    background: rgba(255,255,255,0.55);
    transform: translateX(-50%);
}

body.home.is-homepage .block-sliders.layout-12 .subtitle-slider {
    display: block !important;
    font-size: 12px !important;
    letter-spacing: 0.26em !important;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 14px !important;
    animation: homeFadeUp 0.95s 0.06s var(--ease) both;
}

body.home.is-homepage .block-sliders.layout-12 .title-slider {
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em;
    color: #fff !important;
    text-shadow: 0 20px 60px rgba(0,0,0,0.4);
    max-width: 13ch;
    margin: 0 auto 26px !important;
    animation: homeFadeUp 1.05s 0.12s var(--ease) both;
}

body.home.is-homepage .aff-hero-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    animation: homeFadeUp 1.1s 0.2s var(--ease) both;
}

body.home.is-homepage .block-sliders.layout-12 .button-slider {
    margin-top: 0 !important;
    padding: 14px 32px !important;
    border-radius: 4px !important;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #111 !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    text-transform: none !important;
    transition: transform 0.3s var(--ease), background 0.25s ease, color 0.25s ease, box-shadow 0.3s ease !important;
}

body.home.is-homepage .block-sliders.layout-12 .button-slider:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

body.home.is-homepage .aff-hero-ghost {
    display: inline-flex;
    align-items: center;
    padding: 14px 26px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.18);
    transition: background 0.25s ease, transform 0.3s var(--ease), border-color 0.25s ease;
}

body.home.is-homepage .aff-hero-ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.85);
    transform: translateY(-3px);
}

body.home.is-homepage .block-sliders .slick-dots {
    bottom: 28px !important;
    z-index: 3;
}

body.home.is-homepage .block-sliders .slick-dots li button:before {
    font-size: 8px !important;
    color: #fff !important;
    opacity: 0.3;
}

body.home.is-homepage .block-sliders .slick-dots li.slick-active button:before {
    opacity: 1;
}

body.home.is-homepage .aff-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    z-index: 4;
    width: 20px;
    height: 34px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    pointer-events: none;
}

body.home.is-homepage .aff-scroll-hint span {
    display: block;
    width: 3px;
    height: 7px;
    margin: 7px auto 0;
    background: #fff;
    border-radius: 4px;
    animation: scrollDot 1.6s ease-in-out infinite;
}

@keyframes scrollDot {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(12px); }
}

@keyframes homeFadeUp {
    from { opacity: 0; transform: translateY(32px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes homeFadeScale {
    from { opacity: 0; transform: scale(0.96) translateY(20px); }
    to { opacity: 1; transform: none; }
}

/* ---------- INTRO ---------- */
body.home.is-homepage .aff-intro {
    padding: 80px 22px 36px;
    text-align: center;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.03), transparent 55%),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

body.home.is-homepage .aff-intro .eyebrow,
body.home.is-homepage .aff-section-head .eyebrow {
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 12px;
}

body.home.is-homepage .aff-intro h2 {
    font-size: clamp(26px, 4.5vw, 46px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.035em;
    line-height: 1.18;
    max-width: 15ch;
    margin: 0 auto 16px;
    color: var(--ink);
}

body.home.is-homepage .aff-intro p {
    max-width: 46ch;
    margin: 0 auto;
    color: var(--mute);
    font-size: 15px;
    line-height: 1.9;
}

body.home.is-homepage .aff-section-head {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 16px;
}

body.home.is-homepage .aff-section-head h2 {
    font-size: clamp(26px, 3.6vw, 40px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin: 0;
}

/* ---------- SECTION TITLES ---------- */
body.home.is-homepage .block-title.title-underline,
body.home.is-homepage .block-banners .block-title {
    text-align: center;
    margin-bottom: 36px;
}

body.home.is-homepage .block-title.title-underline h2,
body.home.is-homepage .block-banners .block-title.title-big h2 {
    font-size: clamp(26px, 3.4vw, 40px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    color: var(--ink);
}

body.home.is-homepage .block-title.title-underline h2::after,
body.home.is-homepage .block-banners .block-title.title-big h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--ink);
    transform: translateX(-50%);
}

body.home.is-homepage .block-title.title-underline .title-right {
    float: none !important;
    display: block;
    margin-top: 12px;
}

body.home.is-homepage .block-title.title-underline .title-right a {
    color: var(--mute);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

body.home.is-homepage .block-title.title-underline .title-right a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s var(--ease);
}

html[dir="rtl"] body.home.is-homepage .block-title.title-underline .title-right a::after {
    transform-origin: left;
}

body.home.is-homepage .block-title.title-underline .title-right a:hover {
    color: var(--ink);
}

body.home.is-homepage .block-title.title-underline .title-right a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

html[dir="rtl"] body.home.is-homepage .block-title.title-underline .title-right a:hover::after {
    transform-origin: right;
}

body.home.is-homepage .block-title.title-underline .title-right a.theme-arrow-kill:after {
    display: none !important;
}

/* ---------- CATEGORIES ---------- */
body.home.is-homepage .aff-cats-wrap {
    padding: 28px 14px 8px;
}

body.home.is-homepage .block-product-cats.layout-6 {
    padding: 0;
}

body.home.is-homepage .block-product-cats .row {
    margin: 0 -6px;
}

body.home.is-homepage .block-product-cats .cat-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #0a0a0a;
    margin: 6px;
    isolation: isolate;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

body.home.is-homepage .block-product-cats .cat-image {
    margin: 0 !important;
    overflow: hidden;
}

body.home.is-homepage .block-product-cats .cat-image a {
    display: block;
}

body.home.is-homepage .block-product-cats .cat-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 1s var(--ease), filter 0.55s ease;
    filter: grayscale(0.2) brightness(0.88);
}

body.home.is-homepage .block-product-cats .cat-item:hover .cat-image img,
body.home.is-homepage .block-product-cats .cat-item:focus-within .cat-image img {
    transform: scale(1.07);
    filter: grayscale(0) brightness(1);
}

/* Soft black over category images */
body.home.is-homepage .block-product-cats .cat-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.78) 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

body.home.is-homepage .block-product-cats .cat-image {
    position: relative;
}

body.home.is-homepage .block-product-cats .cat-title {
    position: absolute !important;
    inset: auto 0 0 0;
    margin: 0 !important;
    padding: 48px 20px 22px;
    background: transparent;
    text-align: start;
    z-index: 2;
}

body.home.is-homepage .block-product-cats .cat-title a {
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
}

body.home.is-homepage .block-product-cats .cat-title .aff-cat-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    transition: opacity 0.35s ease, transform 0.35s var(--ease), letter-spacing 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.home.is-homepage .block-product-cats .cat-title .aff-cat-link {
        transform: translateY(6px);
        opacity: 0;
    }
    body.home.is-homepage .block-product-cats .cat-item:hover .aff-cat-link {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.18em;
    }
}

/* ---------- PRODUCTS ---------- */
body.home.is-homepage .aff-products-section {
    padding-top: 36px;
    padding-bottom: 24px;
    background:
        radial-gradient(circle at top right, rgba(0,0,0,0.025), transparent 42%),
        #fff;
}

body.home.is-homepage .products-entry.product-wapper {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    border: 1px solid transparent;
    transition: transform 0.45s var(--ease), box-shadow 0.45s ease, border-color 0.3s ease;
}

body.home.is-homepage .products-entry.product-wapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.1);
    border-color: var(--line);
}

body.home.is-homepage .products-entry .products-thumb {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background: var(--soft);
}

body.home.is-homepage .products-entry .product-thumb-hover img {
    transition: transform 0.75s var(--ease), opacity 0.4s ease;
}

body.home.is-homepage .products-entry:hover .product-thumb-hover img.post-image {
    transform: scale(1.05);
}

body.home.is-homepage .products-entry .product-lable .hot {
    background: var(--ink) !important;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.home.is-homepage .products-entry .products-content {
    padding: 14px 12px 16px;
}

body.home.is-homepage .products-entry .products-content .product-title a {
    font-size: 14px;
    font-weight: 650;
    color: var(--ink);
}

body.home.is-homepage .products-entry .products-content .price {
    color: var(--mute);
    font-weight: 600;
    font-size: 13px;
}

/* ---------- COLLECTIONS — cinematic feature bands ---------- */
body.home.is-homepage .aff-collections {
    padding-top: 48px;
    padding-inline: 14px;
}

body.home.is-homepage .aff-collection-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

body.home.is-homepage .aff-collection-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 460px;
    border-radius: 10px;
    overflow: hidden;
    background: #0a0a0a;
    isolation: isolate;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

body.home.is-homepage .aff-collection-card.is-image-end {
    grid-template-columns: 0.85fr 1.15fr;
}

body.home.is-homepage .aff-collection-media {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
    min-height: 460px;
}

body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-media {
    grid-column: 2;
}

body.home.is-homepage .aff-collection-media img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    filter: saturate(0.94) contrast(1.02);
    transition: transform 0.9s var(--ease), filter 0.45s ease;
}

body.home.is-homepage .aff-collection-card.is-in .aff-collection-media img {
    transform: scale(1);
}

body.home.is-homepage .aff-collection-card:hover .aff-collection-media img {
    transform: scale(1.07);
    filter: saturate(1) contrast(1.06);
}

/* Soft black veil over the light image */
body.home.is-homepage .aff-collection-veil {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 42%, transparent 72%),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 30%, rgba(0,0,0,0.35) 100%);
    opacity: 0.95;
    transition: opacity 0.5s ease;
}

body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-veil {
    background:
        linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 42%, transparent 72%),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 30%, rgba(0,0,0,0.35) 100%);
}

html[dir="rtl"] body.home.is-homepage .aff-collection-card.is-image-start .aff-collection-veil {
    background:
        linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 42%, transparent 72%),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 30%, rgba(0,0,0,0.35) 100%);
}

html[dir="rtl"] body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-veil {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 42%, transparent 72%),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 30%, rgba(0,0,0,0.35) 100%);
}

body.home.is-homepage .aff-collection-card:hover .aff-collection-veil {
    opacity: 0.75;
}

body.home.is-homepage .aff-collection-copy {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 36px;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.06), transparent 50%),
        linear-gradient(160deg, #141414 0%, #0a0a0a 55%, #111 100%);
}

body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-copy {
    grid-column: 1;
}

body.home.is-homepage .aff-collection-panel {
    max-width: 34ch;
    width: 100%;
}

body.home.is-homepage .aff-collection-panel::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: rgba(255,255,255,0.55);
    margin-bottom: 18px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s 0.05s var(--ease);
}

html[dir="rtl"] body.home.is-homepage .aff-collection-panel::before {
    transform-origin: right;
}

body.home.is-homepage .aff-collection-card.is-in .aff-collection-panel::before {
    transform: scaleX(1);
}

body.home.is-homepage .aff-collection-index {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.28em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

body.home.is-homepage .aff-collection-title {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 38px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    line-height: 1.15;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.75s 0.08s var(--ease), transform 0.75s 0.08s var(--ease);
}

body.home.is-homepage .aff-collection-title a {
    color: #fff !important;
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.4s var(--ease);
}

body.home.is-homepage .aff-collection-title a:hover {
    background-size: 100% 1px;
}

body.home.is-homepage .aff-collection-desc {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.85;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.75s 0.16s var(--ease), transform 0.75s 0.16s var(--ease);
}

body.home.is-homepage .aff-collection-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 13px 22px 13px 26px;
    border-radius: 4px;
    background: #fff;
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.75s 0.24s var(--ease),
        transform 0.75s 0.24s var(--ease),
        box-shadow 0.3s ease,
        background 0.25s ease;
}

body.home.is-homepage .aff-collection-cta i {
    display: inline-block;
    width: 18px;
    height: 1.5px;
    background: currentColor;
    position: relative;
    transition: width 0.3s var(--ease);
}

body.home.is-homepage .aff-collection-cta i::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-inline-end: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

html[dir="rtl"] body.home.is-homepage .aff-collection-cta i::after {
    transform: translateY(-50%) rotate(-135deg);
}

body.home.is-homepage .aff-collection-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.35);
    background: #f4f4f4;
}

body.home.is-homepage .aff-collection-cta:hover i {
    width: 28px;
}

body.home.is-homepage .aff-collection-card.is-in .aff-collection-index,
body.home.is-homepage .aff-collection-card.is-in .aff-collection-title,
body.home.is-homepage .aff-collection-card.is-in .aff-collection-desc,
body.home.is-homepage .aff-collection-card.is-in .aff-collection-cta {
    opacity: 1;
    transform: none;
}

/* ---------- CTA BAND ---------- */
body.home.is-homepage .aff-cta-band {
    margin: 36px 14px 18px;
    padding: 60px 24px;
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.1), transparent 45%),
        linear-gradient(145deg, #141414 0%, #0a0a0a 55%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.home.is-homepage .aff-cta-band::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 68%);
    top: -180px;
    inset-inline-end: -140px;
    pointer-events: none;
    animation: veilBreathe 7s ease-in-out infinite alternate;
}

body.home.is-homepage .aff-cta-band h2 {
    font-size: clamp(24px, 3.6vw, 38px);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    position: relative;
}

body.home.is-homepage .aff-cta-band p {
    color: rgba(255,255,255,0.68);
    max-width: 40ch;
    margin: 0 auto 24px;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
}

body.home.is-homepage .aff-cta-band a {
    position: relative;
    display: inline-flex;
    padding: 13px 30px;
    border-radius: 4px;
    background: #fff;
    color: #111 !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

body.home.is-homepage .aff-cta-band a:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.3);
}

/* ---------- TESTIMONIALS / SERVICES ---------- */
body.home.is-homepage .aff-testimonials {
    background:
        radial-gradient(ellipse at 15% 20%, rgba(255,255,255,0.07), transparent 40%),
        var(--ink);
    color: #fff;
    border-radius: 8px;
    padding: 56px 28px;
    margin: 18px 14px 32px;
    overflow: hidden;
    position: relative;
}

body.home.is-homepage .aff-testimonials::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
    top: -90px;
    inset-inline-end: -70px;
    pointer-events: none;
}

body.home.is-homepage .aff-testimonials .aff-section-label {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    opacity: 0.45;
    margin-bottom: 10px;
}

body.home.is-homepage .aff-testimonials .aff-section-title {
    color: #fff !important;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 32px;
}

body.home.is-homepage .aff-testimonials .testimonial-excerpt {
    font-size: clamp(17px, 2.2vw, 26px) !important;
    line-height: 1.65 !important;
    max-width: 38ch;
    margin: 0 auto 20px;
    text-align: center;
    color: rgba(255,255,255,0.92);
}

body.home.is-homepage .aff-testimonials .testimonial-customer-name {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.08em;
}

body.home.is-homepage .aff-services {
    padding-bottom: 64px;
}

body.home.is-homepage .aff-services .box {
    height: 100%;
    padding: 28px 20px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    text-align: center;
    transition: transform 0.4s var(--ease), box-shadow 0.4s ease, border-color 0.3s ease;
}

body.home.is-homepage .aff-services .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.07);
    border-color: var(--ink);
}

body.home.is-homepage .aff-services .box-icon span {
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--soft);
    margin-bottom: 8px;
    transition: transform 0.4s var(--spring);
}

body.home.is-homepage .aff-services .box:hover .box-icon span {
    transform: scale(1.08);
}

body.home.is-homepage .aff-services .box-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 6px;
}

body.home.is-homepage .aff-services .box-description {
    color: var(--mute);
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
}

/* ---------- REVEAL ---------- */
body.home.is-homepage .aff-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
    transition-delay: var(--d, 0s);
}

body.home.is-homepage .aff-reveal.is-in {
    opacity: 1;
    transform: none;
}

/* ---------- TABLET ---------- */
@media (max-width: 991px) {
    body.home.is-homepage .block-sliders.layout-12 .item-content {
        min-height: 70vh;
    }
    body.home.is-homepage .block-product-cats .cat-image img {
        height: 280px;
    }
    body.home.is-homepage .aff-collection-card,
    body.home.is-homepage .aff-collection-card.is-image-end {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    body.home.is-homepage .aff-collection-media,
    body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-media {
        grid-column: 1;
        grid-row: 1;
        min-height: 280px;
    }
    body.home.is-homepage .aff-collection-media img {
        min-height: 280px;
        height: 280px;
        transform: none;
    }
    body.home.is-homepage .aff-collection-card.is-in .aff-collection-media img,
    body.home.is-homepage .aff-collection-card:hover .aff-collection-media img {
        transform: none;
    }
    body.home.is-homepage .aff-collection-veil {
        display: none !important;
    }
    body.home.is-homepage .aff-collection-copy,
    body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-copy {
        grid-column: 1;
        grid-row: 2;
        padding: 24px 20px 28px;
        justify-content: flex-start;
    }
    body.home.is-homepage .aff-collection-title {
        font-size: 24px !important;
    }
}

/* ---------- MOBILE — primary focus ---------- */
@media (max-width: 767px) {
    /* Faster, clearer motion — no delayed image scaling */
    body.home.is-homepage .block-sliders.layout-12 .content-image img,
    body.home.is-homepage .block-sliders.layout-12 .slick-active .content-image img {
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    body.home.is-homepage .aff-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.home.is-homepage .aff-collection-index,
    body.home.is-homepage .aff-collection-title,
    body.home.is-homepage .aff-collection-desc,
    body.home.is-homepage .aff-collection-cta,
    body.home.is-homepage .aff-collection-panel::before {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* HERO: clean image on top, text below — no black shade */
    body.home.is-homepage .block-sliders.layout-12 .item-content {
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    body.home.is-homepage .block-sliders.layout-12 .content-image {
        position: relative !important;
        inset: auto !important;
        width: 100%;
        height: 52vw !important;
        min-height: 220px !important;
        max-height: 320px !important;
    }

    body.home.is-homepage .block-sliders.layout-12 .content-image img,
    body.home.is-homepage .block-sliders.auto-height.layout-12 .item-content .content-image img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    body.home.is-homepage .block-sliders.layout-12 .content-image::before,
    body.home.is-homepage .block-sliders.layout-12 .content-image::after,
    body.home.is-homepage .aff-hero-veil,
    body.home.is-homepage .aff-scroll-hint {
        display: none !important;
        content: none !important;
        background: none !important;
        animation: none !important;
    }

    body.home.is-homepage .block-sliders.layout-12 .item-info,
    body.home.is-homepage .block-sliders.layout-12 .item-info.vertical-middle,
    body.home.is-homepage .block-sliders.layout-12 .item-info.horizontal-center {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        -webkit-transform: none !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        padding: 22px 16px 28px !important;
        background: #fff;
        z-index: 2;
    }

    body.home.is-homepage .block-sliders.layout-12 .item-info .content {
        max-width: none;
        text-align: center;
    }

    body.home.is-homepage .aff-hero-brand {
        font-size: 11px;
        letter-spacing: 0.22em;
        color: var(--mute) !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    body.home.is-homepage .aff-hero-brand::after {
        background: rgba(0,0,0,0.25);
    }

    body.home.is-homepage .block-sliders.layout-12 .subtitle-slider {
        font-size: 12px !important;
        letter-spacing: 0.08em !important;
        color: var(--mute) !important;
        margin-bottom: 8px !important;
    }

    body.home.is-homepage .block-sliders.layout-12 .title-slider {
        font-size: clamp(24px, 7vw, 30px) !important;
        max-width: none !important;
        margin: 0 auto 18px !important;
        line-height: 1.25 !important;
        color: var(--ink) !important;
        text-shadow: none !important;
    }

    body.home.is-homepage .aff-hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    body.home.is-homepage .block-sliders.layout-12 .button-slider {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 14px 18px !important;
        font-size: 14px;
        border-radius: 6px !important;
        background: var(--ink) !important;
        color: #fff !important;
        border-color: var(--ink) !important;
    }

    body.home.is-homepage .aff-hero-ghost {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 13px 18px;
        font-size: 14px;
        border-radius: 6px;
        color: var(--ink) !important;
        border-color: var(--line) !important;
        background: #fff !important;
        backdrop-filter: none;
    }

    body.home.is-homepage .block-sliders .slick-dots {
        position: relative !important;
        bottom: auto !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
    }

    body.home.is-homepage .block-sliders .slick-dots li button:before {
        color: #111 !important;
        opacity: 0.25;
    }

    body.home.is-homepage .block-sliders .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    /* Intro */
    body.home.is-homepage .aff-intro {
        padding: 32px 16px 18px;
    }

    body.home.is-homepage .aff-intro h2 {
        font-size: clamp(22px, 6.5vw, 28px) !important;
        max-width: none;
    }

    body.home.is-homepage .aff-intro p {
        font-size: 14px;
        line-height: 1.75;
    }

    body.home.is-homepage .aff-section-head {
        margin-bottom: 14px;
    }

    /* Categories: clear photo, title under image — no black shade */
    body.home.is-homepage .aff-cats-wrap {
        padding: 8px 12px 0;
    }

    body.home.is-homepage .block-product-cats .row {
        margin: 0;
    }

    body.home.is-homepage .block-product-cats .cat-item {
        border-radius: 8px;
        margin: 0 0 12px;
        background: #fff;
        border: 1px solid var(--line);
        box-shadow: none;
    }

    body.home.is-homepage .block-product-cats .cat-image::after {
        display: none !important;
    }

    body.home.is-homepage .block-product-cats .cat-image img {
        height: 200px;
        filter: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body.home.is-homepage .block-product-cats .cat-item:hover .cat-image img {
        transform: none !important;
        filter: none !important;
    }

    body.home.is-homepage .block-product-cats .cat-title {
        position: static !important;
        inset: auto !important;
        padding: 14px 14px 16px !important;
        background: #fff !important;
        text-align: start;
    }

    body.home.is-homepage .block-product-cats .cat-title a {
        color: var(--ink) !important;
        font-size: 16px !important;
    }

    body.home.is-homepage .block-product-cats .cat-title .aff-cat-link {
        opacity: 1 !important;
        transform: none !important;
        color: var(--mute) !important;
        font-size: 11px;
        margin-top: 4px;
    }

    /* Products */
    body.home.is-homepage .aff-products-section {
        padding-top: 16px;
        padding-inline: 8px;
    }

    body.home.is-homepage .block-title.title-underline h2,
    body.home.is-homepage .block-banners .block-title.title-big h2 {
        font-size: 24px !important;
    }

    body.home.is-homepage .products-entry.product-wapper:hover {
        transform: none;
        box-shadow: none;
    }

    /* Collections: clean image, no veil, copy below */
    body.home.is-homepage .aff-collections {
        padding-top: 20px;
        padding-inline: 12px;
    }

    body.home.is-homepage .aff-collection-list {
        gap: 14px;
    }

    body.home.is-homepage .aff-collection-card,
    body.home.is-homepage .aff-collection-card.is-image-end {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    }

    body.home.is-homepage .aff-collection-media,
    body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-media {
        grid-column: 1;
        grid-row: 1;
        min-height: 200px;
    }

    body.home.is-homepage .aff-collection-media img {
        min-height: 200px;
        height: 200px;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    body.home.is-homepage .aff-collection-veil {
        display: none !important;
    }

    body.home.is-homepage .aff-collection-copy,
    body.home.is-homepage .aff-collection-card.is-image-end .aff-collection-copy {
        grid-column: 1;
        grid-row: 2;
        padding: 20px 16px 22px;
        justify-content: flex-start;
        background: #111;
    }

    body.home.is-homepage .aff-collection-panel {
        max-width: none;
    }

    body.home.is-homepage .aff-collection-index {
        margin-bottom: 8px;
    }

    body.home.is-homepage .aff-collection-title {
        font-size: 22px !important;
        margin-bottom: 8px;
    }

    body.home.is-homepage .aff-collection-desc {
        font-size: 13px;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body.home.is-homepage .aff-collection-cta {
        width: 100%;
        justify-content: center;
        margin-top: 16px;
        padding: 12px 18px;
    }

    body.home.is-homepage .aff-collection-cta:hover {
        transform: none;
    }

    /* CTA / testimonials / services */
    body.home.is-homepage .aff-testimonials,
    body.home.is-homepage .aff-cta-band {
        margin: 12px 0 0;
        border-radius: 0;
        padding: 36px 18px;
    }

    body.home.is-homepage .aff-testimonials .testimonial-excerpt {
        font-size: 16px !important;
    }

    body.home.is-homepage .aff-cta-band h2 {
        font-size: 22px;
    }

    body.home.is-homepage .aff-cta-band a {
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    body.home.is-homepage .aff-services {
        padding-bottom: 40px;
        padding-inline: 12px;
    }

    body.home.is-homepage .aff-services .box {
        padding: 20px 14px;
        margin-bottom: 8px;
    }

    body.home.is-homepage .aff-services .box:hover {
        transform: none;
    }
}

@media (max-width: 420px) {
    body.home.is-homepage .block-sliders.layout-12 .content-image {
        height: 58vw;
        min-height: 200px;
        max-height: 260px;
    }
    body.home.is-homepage .block-product-cats .cat-image img {
        height: 180px;
    }
    body.home.is-homepage .aff-collection-media img {
        height: 180px;
        min-height: 180px;
    }
}

/* ---------- INDEX SAUDI ARABIA EXPO BANNER ---------- */
body.home.is-homepage .aff-expo {
    --gold: #c5a070;
    --gold-soft: rgba(197, 160, 112, 0.35);
    margin: 28px 14px 10px;
}

body.home.is-homepage .aff-expo-shell {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(197,160,112,0.18), transparent 42%),
        radial-gradient(ellipse at 90% 80%, rgba(197,160,112,0.12), transparent 40%),
        linear-gradient(145deg, #0d0d0d 0%, #000 48%, #14110d 100%);
    border: 1px solid rgba(197,160,112,0.28);
    box-shadow:
        0 20px 60px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.06);
    padding: clamp(22px, 4vw, 36px);
}

body.home.is-homepage .aff-expo-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(197,160,112,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197,160,112,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
    pointer-events: none;
    opacity: 0.55;
}

body.home.is-homepage .aff-expo-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    animation: affExpoOrb 8s ease-in-out infinite alternate;
}

body.home.is-homepage .aff-expo-orb-a {
    width: 220px;
    height: 220px;
    background: rgba(197,160,112,0.22);
    top: -80px;
    inset-inline-start: -40px;
}

body.home.is-homepage .aff-expo-orb-b {
    width: 180px;
    height: 180px;
    background: rgba(197,160,112,0.16);
    bottom: -70px;
    inset-inline-end: -30px;
    animation-delay: -3s;
}

@keyframes affExpoOrb {
    from { transform: translate(0, 0) scale(1); opacity: 0.7; }
    to { transform: translate(18px, -12px) scale(1.15); opacity: 1; }
}

body.home.is-homepage .aff-expo-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 1.2fr;
    gap: clamp(18px, 3vw, 36px);
    align-items: center;
}

body.home.is-homepage .aff-expo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    font-weight: 650;
}

body.home.is-homepage .aff-expo-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 rgba(197,160,112,0.55);
    animation: affExpoPulse 1.8s ease-out infinite;
}

@keyframes affExpoPulse {
    0% { box-shadow: 0 0 0 0 rgba(197,160,112,0.55); }
    70% { box-shadow: 0 0 0 12px rgba(197,160,112,0); }
    100% { box-shadow: 0 0 0 0 rgba(197,160,112,0); }
}

body.home.is-homepage .aff-expo-title {
    margin: 0 0 14px;
    color: #fff;
    line-height: 1;
}

body.home.is-homepage .aff-expo-title span {
    display: block;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #fff 20%, var(--gold) 55%, #fff 90%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: affExpoShine 4.5s linear infinite;
}

body.home.is-homepage .aff-expo-title small {
    display: block;
    margin-top: 8px;
    font-size: clamp(12px, 1.5vw, 15px);
    letter-spacing: 0.32em;
    color: rgba(255,255,255,0.72);
    font-weight: 600;
}

@keyframes affExpoShine {
    to { background-position: 200% center; }
}

body.home.is-homepage .aff-expo-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 12px;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
}

body.home.is-homepage .aff-expo-meta strong {
    color: #fff;
    font-weight: 700;
}

body.home.is-homepage .aff-expo-stand {
    margin: 0 0 22px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

body.home.is-homepage .aff-expo-stand em {
    display: inline-block;
    margin-inline-start: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: var(--gold);
    letter-spacing: 0.06em;
    animation: affExpoStand 2.4s ease-in-out infinite;
}

@keyframes affExpoStand {
    0%, 100% { transform: translateY(0); text-shadow: 0 0 0 transparent; }
    50% { transform: translateY(-2px); text-shadow: 0 0 18px rgba(197,160,112,0.55); }
}

body.home.is-homepage .aff-expo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.home.is-homepage .aff-expo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid var(--gold);
    color: #111 !important;
    background: linear-gradient(135deg, #e2c59a, var(--gold) 45%, #a88452);
    text-decoration: none !important;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgba(197,160,112,0.45);
    animation: affExpoCtaGlow 2.8s ease-in-out infinite;
    transition: transform 0.3s var(--ease), filter 0.25s ease;
}

body.home.is-homepage .aff-expo-cta:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
    color: #111 !important;
}

@keyframes affExpoCtaGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(197,160,112,0.35); }
    50% { box-shadow: 0 0 28px 2px rgba(197,160,112,0.45); }
}

body.home.is-homepage .aff-expo-ghost {
    display: inline-flex;
    align-items: center;
    padding: 13px 18px;
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 650;
    font-size: 13px;
    border-radius: 4px;
    backdrop-filter: blur(6px);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.3s var(--ease);
}

body.home.is-homepage .aff-expo-ghost:hover {
    border-color: var(--gold);
    background: rgba(197,160,112,0.08);
    transform: translateY(-3px);
    color: #fff !important;
}

body.home.is-homepage .aff-expo-visual {
    position: relative;
    display: block;
    text-decoration: none;
}

body.home.is-homepage .aff-expo-frame {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(197,160,112,0.45);
    background: #000;
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
    transition: transform 0.45s var(--ease), box-shadow 0.45s ease;
}

body.home.is-homepage .aff-expo-visual:hover .aff-expo-frame {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 22px 50px rgba(197,160,112,0.22);
}

body.home.is-homepage .aff-expo-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    background: #000;
}

body.home.is-homepage .aff-expo-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 30%,
        rgba(255,255,255,0.18) 48%,
        transparent 62%
    );
    transform: translateX(-120%);
    animation: affExpoShimmer 3.6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes affExpoShimmer {
    0%, 35% { transform: translateX(-120%); }
    65%, 100% { transform: translateX(120%); }
}

body.home.is-homepage .aff-expo-scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    top: 0;
    opacity: 0.75;
    animation: affExpoScan 4s linear infinite;
    pointer-events: none;
}

@keyframes affExpoScan {
    from { top: 0; opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    to { top: 100%; opacity: 0; }
}

body.home.is-homepage .aff-expo-chevrons {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    display: flex;
    gap: 4px;
    z-index: 2;
    pointer-events: none;
}

body.home.is-homepage .aff-expo-chevrons i {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--gold);
    border-inline-end: 2px solid var(--gold);
    transform: rotate(45deg);
    opacity: 0.35;
    animation: affExpoChev 1.4s ease-in-out infinite;
}

html[dir="rtl"] body.home.is-homepage .aff-expo-chevrons i {
    transform: rotate(-135deg);
}

body.home.is-homepage .aff-expo-chevrons i:nth-child(2) { animation-delay: 0.15s; }
body.home.is-homepage .aff-expo-chevrons i:nth-child(3) { animation-delay: 0.3s; }

@keyframes affExpoChev {
    0%, 100% { opacity: 0.25; transform: rotate(45deg) translate(0, 0); }
    50% { opacity: 1; transform: rotate(45deg) translate(2px, -2px); }
}

html[dir="rtl"] body.home.is-homepage .aff-expo-chevrons i {
    animation-name: affExpoChevRtl;
}

@keyframes affExpoChevRtl {
    0%, 100% { opacity: 0.25; transform: rotate(-135deg) translate(0, 0); }
    50% { opacity: 1; transform: rotate(-135deg) translate(2px, -2px); }
}

@media (max-width: 991px) {
    body.home.is-homepage .aff-expo-layout {
        grid-template-columns: 1fr;
    }
    body.home.is-homepage .aff-expo-frame img {
        max-height: none;
    }
}

@media (max-width: 767px) {
    body.home.is-homepage .aff-expo {
        margin: 18px 10px 6px;
    }
    body.home.is-homepage .aff-expo-shell {
        padding: 20px 16px 18px;
        border-radius: 12px;
    }
    body.home.is-homepage .aff-expo-frame {
        max-width: 180px;
        margin-inline: auto;
    }
    body.home.is-homepage .aff-expo-frame img {
        max-height: 360px;
        object-fit: cover;
    }
    body.home.is-homepage .aff-expo-actions {
        justify-content: flex-start;
    }
    body.home.is-homepage .aff-expo-copy {
        text-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home.is-homepage .aff-expo-orb,
    body.home.is-homepage .aff-expo-title span,
    body.home.is-homepage .aff-expo-pulse,
    body.home.is-homepage .aff-expo-stand em,
    body.home.is-homepage .aff-expo-cta,
    body.home.is-homepage .aff-expo-shimmer,
    body.home.is-homepage .aff-expo-scan,
    body.home.is-homepage .aff-expo-chevrons i {
        animation: none !important;
    }
}

/* ---------- INTERACTIVE DEPTH ---------- */
body.home.is-homepage .aff-tilt {
    transform-style: preserve-3d;
    transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
    will-change: transform;
}

body.home.is-homepage .aff-magnetic {
    display: inline-flex;
    transition: transform 0.25s var(--spring);
    will-change: transform;
}

body.home.is-homepage .aff-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: radial-gradient(
        420px circle at var(--mx, 50%) var(--my, 50%),
        rgba(255,255,255,0.16),
        transparent 55%
    );
    mix-blend-mode: soft-light;
}

body.home.is-homepage .block-sliders.layout-12 .item-content:hover .aff-spotlight,
body.home.is-homepage .aff-collection-card:hover .aff-spotlight {
    opacity: 1;
}

body.home.is-homepage .aff-intro {
    position: relative;
}

body.home.is-homepage .aff-intro::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(220px, 40vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ink), transparent);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 1s 0.2s var(--ease);
}

body.home.is-homepage .aff-intro.is-in::after {
    transform: translateX(-50%) scaleX(1);
}

body.home.is-homepage .block-product-cats .cat-item {
    transition: transform 0.45s var(--ease), box-shadow 0.45s ease;
}

body.home.is-homepage .block-product-cats .cat-item.aff-tilt-active {
    box-shadow: 0 22px 50px rgba(0,0,0,0.18);
}

body.home.is-homepage .products-entry.product-wapper {
    position: relative;
}

body.home.is-homepage .products-entry.product-wapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

body.home.is-homepage .products-entry.product-wapper:hover::after {
    opacity: 1;
}

body.home.is-homepage .aff-cta-band .aff-magnetic {
    position: relative;
    overflow: hidden;
}

body.home.is-homepage .aff-cta-band .aff-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(0,0,0,0.12);
    transform: scale(0);
    animation: affRipple 0.65s var(--ease) forwards;
    pointer-events: none;
}

@keyframes affRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

body.home.is-homepage .aff-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    z-index: 9999;
    background: linear-gradient(90deg, #111, #666);
    transform-origin: left center;
    pointer-events: none;
}

html[dir="rtl"] body.home.is-homepage .aff-scroll-progress {
    left: auto;
    right: 0;
    transform-origin: right center;
}

/* ---------- INDEX HEADER TOP BAR ---------- */
.aff-index-topbar {
    --gold: #c5a070;
    position: relative;
    z-index: 30;
    background:
        linear-gradient(90deg, #050505 0%, #16120c 48%, #050505 100%);
    border-bottom: 1px solid rgba(197,160,112,0.4);
    overflow: hidden;
}

.aff-index-topbar::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(197,160,112,0.14), transparent);
    animation: affIndexSweep 4.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes affIndexSweep {
    from { transform: translateX(-30%); }
    to { transform: translateX(220%); }
}

.aff-index-topbar-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(8px, 1.2vw, 12px) clamp(10px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(8px, 1.5vw, 18px);
    flex-wrap: wrap;
}

.aff-index-topbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #fff !important;
    min-width: 0;
}

.aff-index-zags {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
}

.aff-index-zags i {
    display: block;
    width: 14px;
    height: 3px;
    background: var(--gold);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    opacity: 0.55;
    animation: affIndexZag 1.4s ease-in-out infinite;
}

.aff-index-zags i:nth-child(2) { animation-delay: 0.12s; width: 12px; }
.aff-index-zags i:nth-child(3) { animation-delay: 0.24s; width: 10px; }

@keyframes affIndexZag {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 1; }
}

.aff-index-name {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.aff-index-name strong {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.aff-index-name small {
    font-size: 9px;
    letter-spacing: 0.22em;
    color: var(--gold);
    font-weight: 700;
}

.aff-index-topbar-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: rgba(255,255,255,0.82);
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.aff-index-topbar-meta strong {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
}

/* Shared stand number badge */
.aff-index-stand-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(197,160,112,0.65);
    background:
        linear-gradient(135deg, rgba(197,160,112,0.18), rgba(0,0,0,0.35)),
        #111;
    box-shadow: 0 0 24px rgba(197,160,112,0.18);
    white-space: nowrap;
}

.aff-index-stand-badge span {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    font-weight: 700;
}

.aff-index-stand-badge em {
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #f0d7ad;
    text-shadow: 0 0 18px rgba(197,160,112,0.55);
    line-height: 1;
    animation: affExpoStand 2.4s ease-in-out infinite;
}

.aff-index-stand-badge.is-lg {
    padding: 12px 18px;
    border-radius: 4px;
    gap: 12px;
}

.aff-index-stand-badge.is-lg span {
    font-size: 11px;
}

.aff-index-stand-badge.is-lg em {
    font-size: 34px;
    letter-spacing: 0.1em;
}

.aff-index-topbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border: 1px solid var(--gold);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 0 0 rgba(197,160,112,0.35);
    animation: affExpoCtaGlow 2.8s ease-in-out infinite;
}

.aff-index-topbar-cta:hover {
    background: var(--gold);
    color: #111 !important;
    transform: translateY(-1px);
}

/* ---------- INDEX FOOTER STRIP ---------- */
.aff-index-footerbar {
    --gold: #c5a070;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(197,160,112,0.12), transparent 45%),
        #080808;
    border-bottom: 1px solid rgba(197,160,112,0.3);
}

.aff-index-footerbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 22px 20px 18px;
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.aff-index-footer-stand {
    text-align: start;
}

.aff-index-footer-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.28em;
    color: var(--gold);
    margin-bottom: 8px;
    font-weight: 800;
}

.aff-index-footer-meet {
    margin: 0 0 12px;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    font-weight: 600;
}

.aff-index-footer-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(197,160,112,0.5);
    border-radius: 8px;
    background: #000;
    box-shadow: 0 14px 36px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aff-index-footer-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,0.12) 50%, transparent 60%);
    transform: translateX(-120%);
    animation: affIndexSideShine 4.5s ease-in-out infinite;
    pointer-events: none;
}

.aff-index-footer-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(197,160,112,0.22);
}

.aff-index-footer-banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: clamp(90px, 12vw, 150px);
    object-fit: contain;
    object-position: center;
    background: #000;
}

.aff-index-footer-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}

.aff-index-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.aff-index-footer-cta.is-primary {
    border-color: var(--gold);
    background: linear-gradient(135deg, #e2c59a, var(--gold) 50%, #a88452);
    color: #111 !important;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.aff-index-footer-cta:hover {
    border-color: var(--gold);
    background: rgba(197,160,112,0.12);
    color: #fff !important;
}

.aff-index-footer-cta.is-primary:hover {
    filter: brightness(1.08);
    color: #111 !important;
    background: linear-gradient(135deg, #e2c59a, var(--gold) 50%, #a88452);
}

/* ========== RESPONSIVE: ALL SCREENS ========== */

/* Large desktop */
@media (min-width: 1400px) {
    .aff-index-topbar-inner,
    .aff-index-footerbar-inner {
        max-width: 1520px;
        padding-inline: 28px;
    }
    .aff-index-footerbar-inner {
        grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) auto;
        gap: 28px;
    }
    .aff-index-footer-banner img {
        max-height: 160px;
    }
}

/* Desktop with side room for sticky banner */
@media (min-width: 1200px) {
    .page-wrapper,
    #page.hfeed.page-wrapper {
        padding-inline-start: 0;
    }
}

/* Laptop / small desktop — keep side banner available but slightly smaller */
@media (max-width: 1199px) {
    .aff-index-topbar-inner {
        padding: 10px 16px;
        gap: 12px;
    }
    .aff-index-footerbar-inner {
        padding: 20px 16px 16px;
        gap: 16px;
        grid-template-columns: minmax(160px, 210px) minmax(0, 1fr) auto;
    }
    .aff-index-stand-badge.is-lg em {
        font-size: 28px;
    }
    .aff-index-footer-banner img {
        min-height: 0;
        max-height: 120px;
        object-fit: contain;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .aff-index-topbar-inner {
        justify-content: center;
        gap: 10px 14px;
        padding: 10px 14px;
    }
    .aff-index-topbar-meta {
        order: 3;
        flex: 1 1 100%;
    }
    .aff-index-footerbar-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 14px;
        padding: 18px 14px 16px;
    }
    .aff-index-footer-stand {
        text-align: center;
        width: 100%;
    }
    .aff-index-footer-actions {
        width: 100%;
        max-width: 420px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .aff-index-footer-cta {
        flex: 1 1 160px;
        min-height: 44px;
        padding: 12px 14px;
        font-size: 13px;
    }
    .aff-index-footer-banner {
        width: 100%;
        max-width: 720px;
    }
    .aff-index-footer-banner img {
        min-height: 0;
        max-height: none;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        background: #000;
    }
    .aff-footer .aff-footer-brand img {
        max-width: 200px;
        width: 70% !important;
    }
    .aff-footer .footer-bottom {
        padding: 16px 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .aff-index-topbar-inner {
        justify-content: center;
        text-align: center;
        padding: 8px 10px;
        gap: 8px;
    }
    .aff-index-topbar-brand {
        gap: 8px;
    }
    .aff-index-name strong {
        font-size: 13px;
    }
    .aff-index-name small {
        font-size: 8px;
        letter-spacing: 0.16em;
    }
    .aff-index-topbar-meta {
        display: none;
    }
    .aff-index-stand-badge {
        padding: 6px 10px;
        gap: 8px;
    }
    .aff-index-stand-badge span {
        font-size: 9px;
        letter-spacing: 0.14em;
    }
    .aff-index-stand-badge em {
        font-size: 16px;
    }
    .aff-index-stand-badge.is-lg {
        padding: 10px 14px;
        display: inline-flex;
        margin: 0 auto;
    }
    .aff-index-stand-badge.is-lg em {
        font-size: clamp(22px, 7vw, 28px);
    }
    .aff-index-topbar-cta {
        padding: 8px 12px;
        font-size: 10px;
        letter-spacing: 0.08em;
        width: auto;
        min-width: 132px;
        max-width: 100%;
    }

    .aff-index-footerbar {
        margin: 0;
    }
    .aff-index-footerbar-inner {
        padding: 14px 12px 12px;
        gap: 12px;
    }
    .aff-index-footer-label {
        font-size: 10px;
        letter-spacing: 0.16em;
        margin-bottom: 4px;
    }
    .aff-index-footer-meet {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .aff-index-footer-banner {
        border-radius: 6px;
        max-width: 100%;
        box-shadow: 0 8px 22px rgba(0,0,0,0.28);
    }
    .aff-index-footer-banner::after {
        display: none;
    }
    .aff-index-footer-banner img {
        width: 100%;
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .aff-index-footer-actions {
        gap: 8px;
        max-width: 100%;
    }
    .aff-index-footer-cta {
        flex: 1 1 calc(50% - 8px);
        min-height: 46px;
        border-radius: 4px;
    }

    .aff-footer .footer .section-padding {
        padding-top: 24px !important;
        padding-bottom: 16px !important;
        padding-inline: 12px !important;
    }
    .aff-footer .footer .block {
        margin-bottom: 20px !important;
    }
    .aff-footer .footer .row > [class*="col-"] {
        margin-bottom: 8px;
    }
    .aff-footer .aff-footer-brand img {
        width: 52% !important;
        max-width: 160px;
        margin: 0 auto;
    }
    .aff-footer .aff-footer-social-main {
        margin-top: 14px !important;
        margin-bottom: 0 !important;
    }
    .aff-footer .aff-social-link {
        justify-content: center !important;
        gap: 10px;
    }
    .aff-footer .aff-social-link a,
    .aff-footer .aff-social-link span,
    #site-footer.aff-footer .aff-social-link a,
    #site-footer.aff-footer .aff-social-link span {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px;
        min-height: 42px;
        border-radius: 12px !important;
    }
    .aff-footer .aff-social-link a i,
    .aff-footer .aff-social-link span i,
    #site-footer.aff-footer .aff-social-link a i {
        font-size: 18px !important;
    }
    .aff-footer .block-title {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }
    .aff-footer .newsletter-text {
        font-size: 13px;
        line-height: 1.6;
    }
    .aff-footer .footer-bottom {
        padding: 14px 12px calc(78px + env(safe-area-inset-bottom, 0px));
    }
    .aff-footer .footer-bottom .copyright {
        font-size: 11px;
        line-height: 1.55;
        padding: 0 8px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .aff-index-topbar-inner {
        padding: 8px;
        gap: 8px;
    }
    .aff-index-zags {
        display: none;
    }
    .aff-index-topbar-cta {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        width: auto;
    }
    .aff-index-footer-actions {
        flex-direction: column;
    }
    .aff-index-footer-cta {
        flex: 1 1 100%;
        width: 100%;
    }
    .aff-footer .aff-social-link a,
    .aff-footer .aff-social-link span,
    #site-footer.aff-footer .aff-social-link a,
    #site-footer.aff-footer .aff-social-link span {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        min-height: 40px;
    }
}

/* Landscape phones */
@media (max-width: 900px) and (orientation: landscape) {
    .aff-index-topbar-inner {
        flex-wrap: nowrap;
        padding: 6px 12px;
        gap: 10px;
    }
    .aff-index-topbar-meta {
        display: flex;
        order: 0;
        flex: 0 1 auto;
        width: auto;
    }
    .aff-index-topbar-cta {
        width: auto;
        max-width: none;
    }
    .aff-index-footerbar-inner {
        padding: 12px;
        gap: 10px;
    }
    .aff-index-footer-actions {
        flex-direction: row;
        max-width: 100%;
    }
    .aff-footer .footer-bottom {
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .aff-index-stand-badge em,
    .aff-index-topbar-cta,
    .aff-index-topbar::before,
    .aff-index-footer-banner::after,
    .aff-index-side-shine,
    .aff-index-zags i {
        animation: none !important;
    }
}

/* ---------- INDEX STICKY SIDE BANNER ---------- */
.aff-index-side {
    --gold: #c5a070;
    position: fixed;
    top: 50%;
    left: 12px;
    right: auto;
    z-index: 1040;
    transform: translateY(-50%);
    width: 120px;
    max-height: min(600px, 78vh);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(197,160,112,0.45);
    background: #000;
    box-shadow:
        0 18px 48px rgba(0,0,0,0.38),
        0 0 0 1px rgba(255,255,255,0.04);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.aff-index-side.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(-130%);
}

.aff-index-side-link {
    position: relative;
    display: block;
    text-decoration: none;
}

.aff-index-side-link img {
    display: block;
    width: 120px;
    height: auto;
    max-height: min(600px, 78vh);
    object-fit: contain;
    object-position: top center;
    background: #000;
}

.aff-index-side-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        transparent 35%,
        rgba(255,255,255,0.18) 48%,
        transparent 62%
    );
    transform: translateX(-130%);
    animation: affIndexSideShine 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes affIndexSideShine {
    0%, 40% { transform: translateX(-130%); }
    70%, 100% { transform: translateX(130%); }
}

.aff-index-side-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.aff-index-side-close:hover {
    background: var(--gold);
    color: #111;
    transform: scale(1.08);
}

.aff-index-side-tab {
    position: fixed;
    top: 50%;
    left: 0;
    right: auto;
    z-index: 1040;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 1px solid rgba(197,160,112,0.55);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: #0a0a0a;
    color: #c5a070;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    padding: 16px 8px;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0,0,0,0.3);
    transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}

.aff-index-side-tab:hover {
    background: #c5a070;
    color: #111;
}

.aff-index-side-tab[hidden] {
    display: none !important;
}

/* Phones & tablets — compact INDEX side control */
@media (max-width: 1199px) {
    .aff-index-side {
        left: 8px;
        width: min(96px, 26vw);
        max-height: min(420px, 62vh);
        border-radius: 8px;
        z-index: 1055;
    }
    .aff-index-side-link img {
        width: 100%;
        max-height: min(420px, 62vh);
    }
    .aff-index-side-close {
        width: 22px;
        height: 22px;
        top: 4px;
        right: 4px;
        font-size: 14px;
    }
    .aff-index-side-tab {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: auto;
        bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        transform: none;
        writing-mode: vertical-rl;
        padding: 14px 7px;
        font-size: 10px;
        letter-spacing: 0.18em;
        border-radius: 0 10px 10px 0;
        z-index: 1055;
        box-shadow: 0 8px 24px rgba(0,0,0,0.35);
        animation: affIndexTabPulse 2.6s ease-in-out infinite;
    }
    .aff-index-side.is-hidden {
        transform: translateY(-50%) translateX(-140%);
    }
}

@media (max-width: 767px) {
    .aff-index-side {
        left: 6px;
        width: min(88px, 24vw);
        max-height: min(360px, 55vh);
    }
    .aff-index-side-link img {
        max-height: min(360px, 55vh);
    }
    .aff-index-side-tab {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        padding: 12px 6px;
        font-size: 9px;
    }
}

@keyframes affIndexTabPulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
    50% { box-shadow: 0 8px 28px rgba(197,160,112,0.45); }
}

@media (prefers-reduced-motion: reduce) {
    .aff-index-side-shine,
    .aff-index-topbar::before,
    .aff-index-side-tab {
        animation: none !important;
    }
}

/* ---------- FOOTER SOCIAL — clear brand icons ---------- */
.aff-footer .footer-bottom .block-social {
    margin: 0;
}

.aff-footer .aff-footer-brand {
    margin-bottom: 0 !important;
}

.aff-footer .aff-footer-social-main {
    margin-top: 22px !important;
    margin-bottom: 8px !important;
}

.aff-footer .aff-footer-social-main .aff-social-link {
    justify-content: center !important;
}

.aff-footer .aff-social-link {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html[dir="rtl"] .aff-footer .aff-social-link {
    justify-content: flex-start;
}

.aff-footer .aff-social-link li,
#site-footer.aff-footer .aff-social-link li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    float: none !important;
}

.aff-footer .aff-social-link a,
.aff-footer .aff-social-link span,
#site-footer.aff-footer .aff-social-link a,
#site-footer.aff-footer .aff-social-link span {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
    border-radius: 14px !important;
    border: none !important;
    color: #fff !important;
    text-decoration: none !important;
    overflow: visible;
    box-shadow: 0 6px 16px rgba(0,0,0,0.28);
    transition:
        transform 0.3s cubic-bezier(0.34, 1.35, 0.64, 1),
        box-shadow 0.3s ease,
        filter 0.25s ease;
}

.aff-footer .aff-social-link span.is-muted {
    opacity: 0.55;
    cursor: default;
}

.aff-footer .aff-social-link a::before {
    display: none !important;
}

.aff-footer .aff-social-link a i,
.aff-footer .aff-social-link span i,
#site-footer.aff-footer .aff-social-link a i,
#site-footer.aff-footer.dark .aff-social-link a i {
    position: relative;
    z-index: 1;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #fff !important;
    opacity: 1 !important;
    transition: transform 0.3s ease;
}

.aff-footer .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
}

.aff-footer .footer-bottom .copyright {
    margin: 0;
    padding: 4px 0;
    line-height: 1.6;
}

/* Brand-colored solid buttons — readable at a glance */
.aff-footer .aff-social-linkedin {
    background: #0a66c2 !important;
}
.aff-footer .aff-social-x {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}
.aff-footer .aff-social-instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%) !important;
}
.aff-footer .aff-social-whatsapp {
    background: #25d366 !important;
}

.aff-footer .aff-x-icon {
    display: block;
    position: relative;
    z-index: 1;
}

.aff-footer .aff-social-link a:hover,
.aff-footer .aff-social-link a:focus-visible {
    transform: translateY(-5px) scale(1.08);
    filter: brightness(1.08);
    outline: none;
}

.aff-footer .aff-social-link a:hover i,
.aff-footer .aff-social-link a:focus-visible i,
.aff-footer .aff-social-link a:hover .aff-x-icon,
.aff-footer .aff-social-link a:focus-visible .aff-x-icon {
    color: #fff !important;
    transform: scale(1.1);
}

.aff-footer .aff-social-linkedin:hover,
.aff-footer .aff-social-linkedin:focus-visible { box-shadow: 0 14px 28px rgba(10,102,194,0.55); }
.aff-footer .aff-social-x:hover,
.aff-footer .aff-social-x:focus-visible { box-shadow: 0 14px 28px rgba(255,255,255,0.22); }
.aff-footer .aff-social-instagram:hover,
.aff-footer .aff-social-instagram:focus-visible { box-shadow: 0 14px 28px rgba(221,42,123,0.55); }
.aff-footer .aff-social-whatsapp:hover,
.aff-footer .aff-social-whatsapp:focus-visible { box-shadow: 0 14px 28px rgba(37,211,102,0.55); }

@media (max-width: 767px) {
    .aff-footer .aff-social-link {
        justify-content: center !important;
        gap: 10px;
        margin-top: 0 !important;
    }
    .aff-footer .aff-social-link a,
    .aff-footer .aff-social-link span,
    #site-footer.aff-footer .aff-social-link a,
    #site-footer.aff-footer .aff-social-link span {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px;
        min-height: 42px;
        border-radius: 12px !important;
    }
    .aff-footer .aff-social-link a i,
    .aff-footer .aff-social-link span i,
    #site-footer.aff-footer .aff-social-link a i {
        font-size: 18px !important;
    }
}

.aff-footer .block-menu .block-content ul li a {
    transition: color 0.25s ease, padding-inline-start 0.3s ease;
}

.aff-footer .block-menu .block-content ul li a:hover {
    padding-inline-start: 6px;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    body.home.is-homepage .block-sliders.layout-12 .content-image img,
    body.home.is-homepage .aff-reveal,
    body.home.is-homepage .content-image::after,
    body.home.is-homepage .aff-cta-band::before,
    .aff-footer .aff-social-link a {
        animation: none !important;
        transition: none !important;
    }
    body.home.is-homepage .aff-reveal {
        opacity: 1;
        transform: none;
    }
    body.home.is-homepage .aff-scroll-progress {
        display: none;
    }
}
