/* ============================================================
   VisionRuya — See Inside 120 Days of Becoming
   Editorial Planner Gallery — Swiper Slider
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;1,6..96,400&family=DM+Sans:wght@400;500;600&display=swap');

/* ============================================================
   VisionRuya — Design System Tokens
   ============================================================ */
:root {
    /* ── Fonts ─────────────────────────────────────────────── */
    --vr-font-heading: 'Bodoni Moda', Georgia, serif;
    --vr-font-body:    'DM Sans', sans-serif;

    /* ── Backgrounds ───────────────────────────────────────── */
    --vr-bg-cream:     #FFFFFF;   /* main page background       */
    --vr-bg-blush:     #E9D3C8;   /* soft supporting areas       */
    --vr-bg-card:      #F8F5F1;   /* card / review surfaces      */
    --vr-bg-white:     #FFFFFF;   /* inputs, overlays            */

    /* ── Accent ────────────────────────────────────────────── */
    --vr-accent:       #59000A;   /* burgundy — primary accent   */
    --vr-accent-hover: #6E1018;   /* burgundy hover              */
    --vr-accent-gold:  #C8A96B;   /* gold — star ratings         */

    /* ── Text ──────────────────────────────────────────────── */
    --vr-text-dark:    #1F1A17;   /* headings, strong text       */
    --vr-text-body:    #6F625C;   /* body paragraphs             */
    --vr-text-muted:   #9B8C84;   /* supporting / meta           */

    /* ── Borders ───────────────────────────────────────────── */
    --vr-border:       #E4DDD8;   /* subtle dividers             */
    --vr-border-input: #DDD5CE;   /* form inputs                 */

    /* ── Spacing ───────────────────────────────────────────── */
    --vr-section-py:   88px;      /* section top/bottom padding  */
    --vr-section-px:   48px;      /* section horizontal padding  */

    /* ── Components ────────────────────────────────────────── */
    --vr-card-radius:  18px;      /* card / panel corners        */
    --vr-btn-radius:   10px;      /* button corners              */
    --vr-card-border:  1px solid rgba(89, 0, 10, 0.06);
    --vr-card-shadow:  0 12px 36px rgba(40, 25, 20, 0.04);

    /* ── Override base-theme body background ───────────────── */
    --ts-body-bg:      #FFFFFF;
}

/* ============================================================
   VisionRuya — Unified CTA Buttons (targeted, CTA-only)
   ============================================================ */

/* ── Primary CTA hover fix: burgundy, not black ────────────── */
.vr-checklist-btn:hover,
.vr-hiw-btn:hover,
.vr-planner-gallery__btn:hover,
.vr-ugc-purchase__btn:hover,
.vr-newsletter-btn:hover,
.vrc2-hero__btn:hover,
.vr-contact__submit:hover,
.vr-explore__cta:hover,
.vr-blog-placeholder__btn:hover,
.vr-review-submit:hover:not(:disabled),
.vr-reviews-summary__write-btn:hover,
.vr-review-success__btn:hover,
.vr-methods-cta:hover,
.vr-hero-btn:hover,
.vr-shop-product__add-btn:hover {
    background: #72000D !important;
    border-color: #72000D !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(89, 0, 10, 0.18);
    transition: background 0.3s ease, border-color 0.3s ease,
                transform 0.2s ease, box-shadow 0.3s ease;
}

/* ── Primary CTA active/click ──────────────────────────────── */
.vr-checklist-btn:active,
.vr-hiw-btn:active,
.vr-planner-gallery__btn:active,
.vr-ugc-purchase__btn:active,
.vr-newsletter-btn:active,
.vrc2-hero__btn:active,
.vr-contact__submit:active,
.vr-explore__cta:active,
.vr-blog-placeholder__btn:active,
.vr-review-submit:active:not(:disabled),
.vr-reviews-summary__write-btn:active,
.vr-review-success__btn:active,
.vr-methods-cta:active,
.vr-hero-btn:active,
.vr-shop-product__add-btn:active {
    background: #430007 !important;
    border-color: #430007 !important;
    color: #FFFFFF !important;
    transform: translateY(0);
    box-shadow: none;
}

/* ── Hero button: override inline Elementor styles ─────────── */
.vr-hero-btn {
    background: #59000A !important;
    color: #FFFFFF !important;
    border: 1.5px solid #59000A !important;
    border-radius: 8px !important;
}

/* ============================================================
   VisionRuya — Homepage Hero Image Refresh
   ============================================================ */

body.home .vr-section-hero,
body.front-page .vr-section-hero {
    min-height: min(860px, 88vh) !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ead8c7 !important;
}

body.home .vr-hero-bg,
body.front-page .vr-hero-bg {
    background-image: url('/wp-content/themes/cozycorner/images/visionruya-hero-photo.png') !important;
    background-size: cover !important;
    background-position: center center !important;
}

body.home .vr-hero-overlay,
body.front-page .vr-hero-overlay {
    background: linear-gradient(90deg,
        rgba(246, 236, 225, 0.92) 0%,
        rgba(246, 236, 225, 0.72) 33%,
        rgba(246, 236, 225, 0.18) 58%,
        rgba(246, 236, 225, 0.02) 100%
    ) !important;
}

body.home .vr-hero-content,
body.front-page .vr-hero-content {
    width: min(560px, calc(100% - 48px)) !important;
    max-width: 560px !important;
    margin-left: max(24px, calc((100vw - 1180px) / 2)) !important;
    margin-right: auto !important;
    padding: 126px 0 104px !important;
    align-items: center !important;
    text-align: center !important;
}

body.home .vr-hero-eyebrow,
body.front-page .vr-hero-eyebrow {
    width: 100% !important;
    margin-bottom: 18px !important;
    color: rgba(89, 0, 10, 0.72) !important;
    font-size: 13px !important;
    letter-spacing: 4px !important;
    text-align: center !important;
}

body.home .vr-hero-headline,
body.front-page .vr-hero-headline {
    width: 100% !important;
    max-width: 560px !important;
    margin-bottom: 22px !important;
    color: #261f1b !important;
    font-size: clamp(40px, 4.8vw, 64px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.home .vr-hero-headline .accent,
body.front-page .vr-hero-headline .accent {
    color: #59000A !important;
    text-transform: none !important;
}

body.home .vr-hero-subhead,
body.front-page .vr-hero-subhead {
    width: 100% !important;
    max-width: 455px !important;
    margin: 0 auto 34px !important;
    color: #4e443d !important;
    font-size: clamp(15px, 1.45vw, 18px) !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

body.home .vr-hero-btn,
body.front-page .vr-hero-btn {
    align-self: center !important;
    margin: 0 !important;
    background: #59000A !important;
    color: #FFFFFF !important;
    border-color: #59000A !important;
    box-shadow: none !important;
}

body.home .vr-hero-btn:hover,
body.front-page .vr-hero-btn:hover {
    background: #FFFFFF !important;
    color: #59000A !important;
}

@media (max-width: 1024px) {
    body.home .vr-section-hero,
    body.front-page .vr-section-hero {
        min-height: 760px !important;
    }

    body.home .vr-hero-bg,
    body.front-page .vr-hero-bg {
        background-position: 57% center !important;
    }

    body.home .vr-hero-overlay,
    body.front-page .vr-hero-overlay {
        background: linear-gradient(90deg,
            rgba(246, 236, 225, 0.96) 0%,
            rgba(246, 236, 225, 0.74) 42%,
            rgba(246, 236, 225, 0.24) 72%,
            rgba(246, 236, 225, 0.04) 100%
        ) !important;
    }

    body.home .vr-hero-content,
    body.front-page .vr-hero-content {
        width: min(500px, calc(100% - 40px)) !important;
        max-width: 500px !important;
        margin-left: 20px !important;
        margin-right: auto !important;
        padding: 106px 0 86px !important;
    }
}

@media (max-width: 700px) {
    body.home .vr-section-hero,
    body.front-page .vr-section-hero {
        min-height: 720px !important;
        align-items: flex-start !important;
    }

    body.home .vr-hero-bg,
    body.front-page .vr-hero-bg {
        background-position: 62% center !important;
    }

    body.home .vr-hero-overlay,
    body.front-page .vr-hero-overlay {
        background: linear-gradient(180deg,
            rgba(246, 236, 225, 0.96) 0%,
            rgba(246, 236, 225, 0.82) 38%,
            rgba(246, 236, 225, 0.30) 70%,
            rgba(246, 236, 225, 0.10) 100%
        ) !important;
    }

    body.home .vr-hero-content,
    body.front-page .vr-hero-content {
        width: min(360px, calc(100% - 36px)) !important;
        max-width: 360px !important;
        margin-left: 18px !important;
        margin-right: auto !important;
        padding: 88px 0 58px !important;
        align-items: center !important;
        text-align: center !important;
    }

    body.home .vr-hero-headline,
    body.front-page .vr-hero-headline {
        max-width: 360px !important;
        font-size: clamp(32px, 10vw, 42px) !important;
        line-height: 1.09 !important;
    }

    body.home .vr-hero-subhead,
    body.front-page .vr-hero-subhead {
        max-width: 330px !important;
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }

    body.home .vr-hero-btn,
    body.front-page .vr-hero-btn {
        margin: 0 !important;
        padding: 14px 34px !important;
        min-height: 48px !important;
    }
}

/* ── Outlined buttons: fill burgundy on hover ──────────────── */
.vr-planner-gallery__btn,
.vr-review-success__btn {
    color: #59000A;
    background: transparent;
    border: 1.5px solid #59000A;
}
.vr-planner-gallery__btn:hover,
.vr-review-success__btn:hover {
    color: #FFFFFF !important;
}

/* ── Buy It Now: secondary, fills on hover ─────────────────── */
.vr-shop-product__buy-now-btn:hover {
    background: #72000D !important;
    border-color: #72000D !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(89, 0, 10, 0.18);
}
.vr-shop-product__buy-now-btn:active {
    background: #430007 !important;
    border-color: #430007 !important;
    color: #FFFFFF !important;
    transform: translateY(0);
    box-shadow: none;
}

/* ── Wishlist temporarily hidden ───────────────────────────── */
.my-wishlist-wrapper,
.mobile-menu-wrapper .my-wishlist-wrapper,
#group-icon-header .my-wishlist-wrapper,
.product-group-button .wishlist,
.product-group-button-meta .wishlist,
.single-product-buttons .ts-add-to-wishlist {
    display: none !important;
}

/* ============================================================
   VisionRuya — Contact Page Layout Fix
   ============================================================ */

/* Ensure contact form and info don't overlap */
.elementor-element-6c18f3c {
    overflow: visible !important;
}
.elementor-element-6c18f3c > .e-con-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 48px !important;
}
.elementor-element-04f0790 {
    flex: 1 1 400px !important;
    min-width: 0 !important;
}
.elementor-element-vr_contact_info {
    flex: 1 1 320px !important;
    min-width: 0 !important;
}

/* ============================================================
   VisionRuya — Instagram Section Refinement
   ============================================================ */

/* Instagram section — spacing on parent Elementor section */
.elementor-element-fa0eb14,
.elementor-element-acc939f {
    /* walk up: the closest .elementor-section or .e-con ancestor is the section */
}
.elementor-element:has(.elementor-element-fa0eb14) {
    padding-top: 48px !important;
    padding-bottom: 72px !important;
}

/* Instagram section — combined title: hide original text, replace via CSS */
.elementor-element-fa0eb14 {
    text-align: center !important;
    margin-bottom: 28px !important;
}
.elementor-element-fa0eb14 .elementor-heading-title {
    font-size: 0 !important;
    color: transparent !important;
    text-align: center !important;
}
.elementor-element-fa0eb14 .elementor-heading-title::after {
    content: "Follow Us on Instagram  @visionruyaplanner";
    font-family: var(--vr-font-heading) !important;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--vr-text-dark);
    white-space: nowrap;
    display: block;
    text-align: center;
}
/* Hide the separate handle element */
.elementor-element-acc939f {
    display: none !important;
}


/* ── Hide Blog from navigation (restore later) ─────────── */
.main-menu li a[href*="/blog"],
.mobile-menu li a[href*="/blog"],
.secondary-menu li a[href*="/blog"],
.footer-container li a[href*="/blog"],
.elementor-nav-menu li a[href*="/blog"],
.ts-menu li a[href*="/blog"] {
    display: none !important;
}
.main-menu li a[href*="/blog"] ~ ul,
.mobile-menu li a[href*="/blog"] ~ ul {
    display: none !important;
}
/* Hide parent li if it only contains the blog link */
.main-menu li:has(> a[href*="/blog"]),
.mobile-menu li:has(> a[href*="/blog"]),
.secondary-menu li:has(> a[href*="/blog"]),
.footer-container li:has(> a[href*="/blog"]),
.elementor-nav-menu li:has(> a[href*="/blog"]),
.ts-menu li:has(> a[href*="/blog"]) {
    display: none !important;
}

/* ── Global page background — #FFFFFF everywhere ─────────── */
body,
body.page,
body.archive,
body.single,
body.home,
body.woocommerce,
body.woocommerce-page,
#main,
#main.wrapper,
#primary,
#content,
.site-content,
.main-container,
.page-container,
.content-area,
.site {
    background-color: #FFFFFF !important;
}

/* ── Section ─────────────────────────────────────────────── */
.vr-planner-gallery-section {
    background-color: var(--vr-bg-cream);
    padding: 76px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-planner-gallery__header {
    text-align: center;
    margin-bottom: 56px;
    padding: 0 48px;
}

.vr-planner-gallery__eyebrow {
    display: block;
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vr-accent);
    margin-bottom: 18px;
}

.vr-planner-gallery__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--vr-text-dark);
    margin: 0;
    letter-spacing: -0.01em;
}

.vr-planner-gallery__title em {
    font-style: italic;
}

/* ── Slider wrapper (holds swiper + arrows) ──────────────── */
.vr-gallery-slider-wrap {
    position: relative;
    padding: 0 64px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ── Swiper container ────────────────────────────────────── */
.vr-gallery-swiper {
    overflow: hidden;
}

/* ── Slides ──────────────────────────────────────────────── */
.vr-gallery-slide {
    /* width is controlled by Swiper JS */
}

.vr-gallery-slide__media {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background-color: var(--vr-bg-blush);
    box-shadow: 0 2px 16px rgba(40, 25, 20, 0);
    transition: box-shadow 0.45s ease;
}

.vr-gallery-slide__media:hover {
    box-shadow: 0 8px 40px rgba(40, 25, 20, 0.10);
}

.vr-gallery-slide__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity   0.45s ease;
    will-change: transform;
}

.vr-gallery-slide__image--default {
    opacity: 1;
}

.vr-gallery-slide__image--hover {
    opacity: 0;
}

.vr-gallery-slide__media:hover .vr-gallery-slide__image--default {
    opacity: 0;
}

.vr-gallery-slide__media:hover .vr-gallery-slide__image--hover {
    opacity: 1;
}

.vr-gallery-slide__media:hover .vr-gallery-slide__image {
    transform: scale(1.04);
}

.vr-gallery-slide__see-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -44%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(89, 0, 10, 0.9);
    background: rgba(255, 255, 255, 0.94);
    color: #59000A;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 14px 30px rgba(40, 25, 20, 0.12);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.vr-gallery-slide__media:hover .vr-gallery-slide__see-btn,
.vr-gallery-slide__see-btn:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.vr-gallery-slide__see-btn:hover {
    background: #59000A;
    color: #FFFFFF;
}

/* ── Navigation arrows ───────────────────────────────────── */
.vr-gallery-prev,
.vr-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(40, 25, 20, 0.18);
    background: var(--vr-bg-cream);
    color: var(--vr-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    padding: 0;
}

.vr-gallery-prev { left: 8px; }
.vr-gallery-next { right: 8px; }

.vr-gallery-prev svg,
.vr-gallery-next svg {
    width: 18px;
    height: 18px;
    display: block;
}

.vr-gallery-prev:hover,
.vr-gallery-next:hover {
    background: var(--vr-text-dark);
    border-color: var(--vr-text-dark);
    color: var(--vr-bg-cream);
}

.vr-gallery-prev.swiper-button-disabled,
.vr-gallery-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ── Product info block ──────────────────────────────────── */
.vr-slide-info {
    padding: 16px 2px 0;
}

.vr-slide-info__title {
    font-family: var(--vr-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.3;
    margin: 0 0 6px;
}

.vr-slide-info__text {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.6;
    margin: 0;
}

/* ── Product summary ────────────────────────────────────── */
.vr-planner-product {
    max-width: 1040px;
    margin: 44px auto 0;
    padding: 22px 28px;
    background: #F6EEE9;
    border-radius: 14px;
    color: var(--vr-text-dark);
}

.vr-planner-product__inner {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr) 220px;
    align-items: center;
    gap: clamp(24px, 4vw, 44px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.vr-planner-product__image {
    width: 124px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 9px;
    background: #FFFFFF;
}

.vr-planner-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vr-planner-product__copy {
    margin-bottom: 0;
    min-width: 0;
}

.vr-planner-product__name {
    margin: 0 0 6px;
    font-family: var(--vr-font-heading);
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 400;
    line-height: 1.25;
    color: var(--vr-text-dark);
    white-space: nowrap;
}

.vr-planner-product__subtitle,
.vr-planner-product__price,
.vr-planner-product__helper {
    font-family: var(--vr-font-body);
    margin: 0;
}

.vr-planner-product__subtitle {
    font-size: 13px;
    color: var(--vr-text-body);
}

.vr-planner-product__price {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 700;
    color: var(--vr-text-dark);
}

.vr-planner-product__form {
    margin: 0;
}

.vr-planner-product__action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 9px;
}

.vr-planner-product__button {
    min-width: 190px;
}

.vr-planner-product__helper {
    margin-top: 0;
    font-size: 12px;
    color: rgba(43, 35, 31, 0.62);
    text-align: center;
    white-space: nowrap;
}

/* ── Responsive — tablet ─────────────────────────────────── */
@media (max-width: 900px) {
    .vr-planner-gallery-section {
        padding: 56px 0;
    }

    .vr-planner-gallery__header {
        padding: 0 32px;
        margin-bottom: 40px;
    }

    .vr-gallery-slider-wrap {
        padding: 0 52px;
    }

    .vr-planner-product {
        margin: 40px 32px 0;
        padding: 20px;
    }

    .vr-planner-product__inner {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 20px;
        max-width: none;
    }

    .vr-planner-product__image {
        width: 112px;
    }

    .vr-planner-product__action {
        grid-column: 1 / -1;
        align-items: stretch;
    }
}

/* ── Responsive — mobile ─────────────────────────────────── */
@media (max-width: 520px) {
    .vr-planner-gallery-section {
        padding: 44px 0;
    }

    .vr-planner-gallery__header {
        padding: 0 20px;
        margin-bottom: 32px;
    }

    .vr-gallery-slider-wrap {
        padding: 0 44px;
    }

    .vr-gallery-prev { left: 4px; }
    .vr-gallery-next { right: 4px; }

    .vr-planner-product {
        margin: 34px 20px 0;
        padding: 16px;
    }

    .vr-planner-product__inner {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 14px;
    }

    .vr-planner-product__image {
        width: 88px;
    }

    .vr-planner-product__name {
        font-size: 19px;
        white-space: normal;
    }

    .vr-planner-product__button {
        width: 100%;
        min-width: 0;
    }

    .vr-planner-product__helper {
        white-space: normal;
    }
}

@media (hover: none) {
    .vr-gallery-slide__see-btn {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%);
    }
}


/* ============================================================
   VisionRuya — Editorial Quote Section
   ============================================================ */

.vr-quote-section {
    background-color: #F8F5F1;
    padding: 56px 24px 60px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.vr-quote-inner {
    max-width: 680px;
    margin: 0 auto;
}

/* Decorative opening mark */
.vr-quote-mark {
    width: 22px;
    height: auto;
    color: var(--vr-border);
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
}

/* Quote text */
.vr-quote-text {
    font-family: var(--vr-font-heading);
    font-style: italic;
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 400;
    line-height: 1.55;
    color: var(--vr-text-dark);
    letter-spacing: 0.01em;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

/* Attribution */
.vr-quote-attribution {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vr-text-body);
    margin: 0;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 600px) {
    .vr-quote-section {
        padding: 36px 24px 40px;
    }

    .vr-quote-mark {
        width: 18px;
        margin-bottom: 16px;
    }
}


/* ============================================================
   VisionRuya — See It In Real Life  (UGC Video Section)
   ============================================================ */

/* ── Section ─────────────────────────────────────────────── */
.vr-ugc-section {
    background-color: var(--vr-bg-cream);
    padding: 68px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-ugc-header {
    text-align: center;
    padding: 0 48px;
    margin-bottom: 52px;
}

.vr-ugc-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 16px;
}

.vr-ugc-subtitle {
    font-family: var(--vr-font-body);
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
    letter-spacing: 0.02em;
}

/* ── Slider wrapper ──────────────────────────────────────── */
.vr-ugc-slider-wrap {
    position: relative;
    padding: 0 64px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.vr-ugc-swiper {
    overflow: hidden;
}

/* ── Video card ──────────────────────────────────────────── */
.vr-video-card {
    width: 100%;
}

.vr-video-card__thumb {
    position: relative;
    border-radius: var(--vr-card-radius);
    overflow: hidden;
    aspect-ratio: 9 / 16;
    background-color: var(--vr-bg-blush);
    cursor: pointer;
}

/* Layered warm-nude gradient placeholder */
.vr-video-card__placeholder {
    position: absolute;
    inset: 0;
    background: var(--vr-bg-blush);
}

/* Subtle grain texture overlay */
.vr-video-card__placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
    opacity: 0.35;
    pointer-events: none;
}

/* Play button */
.vr-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(248, 245, 241, 0.88);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vr-text-dark);
    transition: background 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2;
}

.vr-play-btn svg {
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 2px; /* optical center for play icon */
}

.vr-video-card__thumb:hover .vr-play-btn {
    background: var(--vr-bg-cream);
    transform: translate(-50%, -50%) scale(1.08);
}

/* Category label */
.vr-video-card__label {
    position: absolute;
    bottom: 14px;
    left: 14px;
    font-family: var(--vr-font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vr-text-dark);
    background: rgba(248, 245, 241, 0.82);
    padding: 5px 10px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2;
    line-height: 1;
}

/* ── Navigation arrows ───────────────────────────────────── */
.vr-ugc-prev,
.vr-ugc-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(40, 25, 20, 0.18);
    background: var(--vr-bg-cream);
    color: var(--vr-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    padding: 0;
}

.vr-ugc-prev { left: 8px; }
.vr-ugc-next { right: 8px; }

.vr-ugc-prev svg,
.vr-ugc-next svg {
    width: 18px;
    height: 18px;
    display: block;
}

.vr-ugc-prev:hover,
.vr-ugc-next:hover {
    background: var(--vr-text-dark);
    border-color: var(--vr-text-dark);
    color: var(--vr-bg-cream);
}

.vr-ugc-prev.swiper-button-disabled,
.vr-ugc-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ── Purchase box ────────────────────────────────────────── */
.vr-ugc-purchase {
    margin-top: 52px;
    padding: 0 24px;
}

.vr-ugc-purchase__inner {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
    background: var(--vr-bg-cream);
    border-radius: 12px;
}

.vr-ugc-purchase__text {
    flex: 1 1 auto;
}

.vr-ugc-purchase__name {
    font-family: var(--vr-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    margin: 0 0 5px;
    line-height: 1.3;
}

.vr-ugc-purchase__sub {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 400;
    color: var(--vr-text-body);
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1.4;
}

.vr-ugc-purchase__btn {
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    padding: 14px 28px;
    border-radius: var(--vr-btn-radius);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s ease;
}

.vr-ugc-purchase__btn:hover {
    background: var(--vr-accent);
    color: var(--vr-bg-cream);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .vr-ugc-section     { padding: 56px 0; }
    .vr-ugc-header      { padding: 0 32px; margin-bottom: 40px; }
    .vr-ugc-slider-wrap { padding: 0 52px; }
}

@media (max-width: 600px) {
    .vr-ugc-section     { padding: 44px 0; }
    .vr-ugc-header      { padding: 0 20px; margin-bottom: 32px; }
    .vr-ugc-slider-wrap { padding: 0 44px; }

    .vr-ugc-purchase__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 24px;
    }

    .vr-ugc-purchase__btn { width: 100%; text-align: center; }

    .vr-ugc-prev { left: 4px; }
    .vr-ugc-next { right: 4px; }
}


/* ============================================================
   VisionRuya — Designed for Real Life (Checklist Section)
   ============================================================ */

/* Hide the old Elementor product block it replaces */
.elementor-element-a070728 {
    display: none !important;
}

/* Hide "Busy yet stuck / system for real life / Focus over force" section */
.elementor-element-bf70e38 {
    display: none !important;
}

/* ── Hide old Elementor About hero (replaced by vr-about-hero) ── */
.page-id-11048 .elementor-element-96a1f48,
.page-id-11048 .elementor-element-2973b18,
.page-id-11048 .elementor-element-1bc6854,
.page-id-11048 .elementor-element-af6dec4 {
    display: none !important;
}


/* ============================================================
   VisionRuya — About Page Hero (Full-width banner)
   ============================================================ */

.vr-about-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 680px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 88px 48px;
}

/* Dark overlay */
.vr-about-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 15, 12, 0.50);
    z-index: 1;
}

/* Centered content */
.vr-about-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 680px;
    width: 100%;
}

/* Title */
.vr-about-hero__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.15;
    margin: 0 0 24px;
}

/* Subtitle */
.vr-about-hero__subtitle {
    font-family: var(--vr-font-heading);
    font-style: italic;
    font-size: clamp(14px, 1.3vw, 17px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin: 0 auto;
    max-width: 540px;
    letter-spacing: 0.01em;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .vr-about-hero {
        min-height: 500px;
        padding: 64px 32px;
    }
}

@media (max-width: 520px) {
    .vr-about-hero {
        min-height: 420px;
        padding: 64px 24px;
    }

    .vr-about-hero__title {
        margin-bottom: 18px;
    }
}

/* ── About: Contained editorial sections ────────────────── */
.vr-about-sections {
    background-color: var(--vr-bg-cream);
    padding: 64px 32px;
}

/* ── Each row ─────────────────────────────────────────── */
.vr-about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto 72px;
}

.vr-about-row:last-child {
    margin-bottom: 0;
}

/* Reversed: swap visual order via direction trick */
.vr-about-row--reversed {
    direction: rtl;
}

.vr-about-row--reversed > * {
    direction: ltr;
}

/* On reversed rows, image is first child in DOM = left visually */

/* ── Text ─────────────────────────────────────────────── */
.vr-about-row__text {
    padding: 8px 0;
}

.vr-about-row__title {
    font-family: var(--vr-font-heading);
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--vr-accent);
    margin: 0 0 28px;
    line-height: 1.35;
}

.vr-about-row__body p {
    font-family: var(--vr-font-body);
    font-size: 16.5px;
    font-weight: 420;
    line-height: 1.8;
    color: var(--vr-text-dark);
    margin: 0 0 18px;
    max-width: 480px;
}

.vr-about-row__body p:last-child {
    margin-bottom: 0;
}

/* ── Image ────────────────────────────────────────────── */
.vr-about-row__image {
    border-radius: var(--vr-card-radius);
    overflow: hidden;
    background-color: var(--vr-bg-blush);
    aspect-ratio: 5 / 7;
    width: 100%;
    max-height: 620px;
}

.vr-about-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── Responsive — tablet ──────────────────────────────── */
@media (max-width: 900px) {
    .vr-about-sections {
        padding: 56px 24px;
    }

    .vr-about-row,
    .vr-about-row--reversed {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 56px;
        direction: ltr;
    }

    .vr-about-row__text {
        order: 1;
    }

    .vr-about-row__image {
        order: 2;
        border-radius: var(--vr-card-radius);
        max-width: 480px;
    }
}

/* ── Responsive — mobile ──────────────────────────────── */
@media (max-width: 520px) {
    .vr-about-sections {
        padding: 36px 16px 44px;
    }

    .vr-about-row {
        gap: 24px;
        margin-bottom: 44px;
    }

    .vr-about-row__image {
        border-radius: var(--vr-card-radius);
        max-width: 100%;
    }

    .vr-about-row__title {
        font-size: 22px;
        letter-spacing: 1.2px;
        margin-bottom: 20px;
    }

    .vr-about-row__body p {
        max-width: none;
    }

    .vr-about-row__body p {
        font-size: 15px;
    }
}

/* ── About: Community / Testimonials ────────────────────── */
.vr-about-community {
    background-color: transparent;
    padding: 80px 40px 88px;
    width: 100%;
    box-sizing: border-box;
}

.vr-about-community__inner {
    max-width: 1240px;
    margin: 0 auto;
}

.vr-about-community__header {
    text-align: center;
    margin-bottom: 56px;
}

.vr-about-community__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    color: var(--vr-accent);
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.vr-about-community__subtitle {
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 620px;
    white-space: nowrap;
}

.vr-about-community__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.vr-about-community__card {
    display: flex;
    flex-direction: column;
    background-color: var(--vr-bg-card);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.vr-about-community__card:hover {
    box-shadow: 0 8px 32px rgba(40, 25, 20, 0.08);
    transform: translateY(-3px);
}

.vr-about-community__card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--vr-bg-blush);
}

.vr-about-community__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}

.vr-about-community__card:hover .vr-about-community__card-image img {
    transform: scale(1.04);
}

.vr-about-community__card-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vr-about-community__stars {
    display: flex;
    gap: 3px;
    color: var(--vr-accent-gold);
}

.vr-about-community__stars svg {
    width: 13px;
    height: 13px;
    display: block;
}

.vr-about-community__name {
    font-family: var(--vr-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    margin: 0;
    line-height: 1.2;
}

.vr-about-community__text {
    font-family: var(--vr-font-body);
    font-size: 13.5px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.6;
    margin: 0;
}

/* Responsive — tablet */
@media (max-width: 900px) {
    .vr-about-community {
        padding: 56px 20px;
    }

    .vr-about-community__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Responsive — mobile */
@media (max-width: 520px) {
    .vr-about-community {
        padding: 48px 16px;
    }

    .vr-about-community__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 360px;
        margin: 0 auto;
    }

    .vr-about-community__header {
        margin-bottom: 40px;
    }
}

/* Hide old Elementor About page sections */
.page-id-11048 .elementor-element-16ae62c,
.page-id-11048 .elementor-element-90e7d15,
.page-id-11048 .elementor-element-3fc895c,
.page-id-11048 .elementor-element-abc843f,
.page-id-11048 .elementor-element-870a94d {
    display: none !important;
}

/* ── Section ─────────────────────────────────────────────── */
.vr-checklist-section {
    background-color: var(--vr-bg-blush);
    padding: 68px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-checklist-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ── Left column ─────────────────────────────────────────── */
.vr-checklist-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Header */
.vr-checklist-header {
    margin-bottom: 40px;
}

.vr-checklist-eyebrow {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vr-accent);
    margin: 0 0 14px;
}

.vr-checklist-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    margin: 0 0 18px;
}

.vr-checklist-title em {
    font-style: italic;
}

.vr-checklist-subtitle {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
}

/* ── Checklist ───────────────────────────────────────────── */
.vr-checklist-list {
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
}

.vr-checklist-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(89, 0, 10, 0.28);
}

.vr-checklist-item:first-child {
    border-top: none;
}

.vr-checklist-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='1' y='1' width='16' height='16' rx='2.5' stroke='%231F1A17' stroke-width='1.5'/%3E%3Cpath d='M5 9.5l2.5 2.5L13 6' stroke='%231F1A17' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    border: none;
    display: block;
    flex-shrink: 0;
    color: transparent;
}

.vr-checklist-icon svg {
    display: none;
}

.vr-checklist-text {
    font-family: var(--vr-font-body);
    font-size: 14.5px;
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

/* ── CTA button ──────────────────────────────────────────── */
.vr-checklist-btn {
    display: inline-block;
    align-self: flex-start;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    padding: 15px 36px;
    border-radius: var(--vr-btn-radius);
    text-decoration: none;
    transition: background 0.25s ease;
}

.vr-checklist-btn:hover {
    background: var(--vr-text-dark);
    color: var(--vr-bg-cream);
}

/* ── Right column — image ────────────────────────────────── */
.vr-checklist-image-wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--vr-border);
}

.vr-checklist-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .vr-checklist-section {
        padding: 56px 32px;
    }

    .vr-checklist-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    /* Image moves below on mobile */
    .vr-checklist-right {
        order: -1;
    }

    .vr-checklist-image-wrap {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 520px) {
    .vr-checklist-section {
        padding: 44px 20px;
    }


    .vr-checklist-inner {
        gap: 36px;
    }
}


/* ============================================================
   VisionRuya — Designed to Be Used (Soft Premium Card Grid)
   ============================================================ */

/* Hide the three old Elementor blocks this replaces */
.elementor-element-45e2ab3,
.elementor-element-56bcef7,
.elementor-element-629f31c {
    display: none !important;
}

/* Hide duplicate "Grounded in proven methods" heading + old methods grid + Revolution Slider */
.elementor-element-a5a670f,
.elementor-element-1cb17a2,
.elementor-element-d34aae5 {
    display: none !important;
}

/* Hide old Elementor "From the VisionRuya Community" section */
.elementor-element-65c20c5,
.elementor-element-a69f9e4 {
    display: none !important;
}

/* ── Section ─────────────────────────────────────────────── */
.vr-features-section {
    background-color: var(--vr-bg-cream);
    padding: 68px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-features-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-features-header {
    text-align: center;
    margin-bottom: 40px;
}

.vr-features-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 12px;
}

.vr-features-subtitle {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.65;
    margin: 0 auto;
    max-width: 400px;
}

/* ── Card row ────────────────────────────────────────────── */
.vr-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ── Card ────────────────────────────────────────────────── */
.vr-feature-card {
    background-color: var(--vr-bg-card);
    border-radius: var(--vr-card-radius);
    border: var(--vr-card-border);
    box-shadow: var(--vr-card-shadow);
    padding: 30px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    will-change: opacity, transform;
}

.vr-feature-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
}

.vr-feature-card.is-visible:hover {
    box-shadow: 0 16px 40px rgba(40, 25, 20, 0.08);
    transform: translateY(-3px) scale(1);
}

/* Reduced motion: show cards immediately */
@media (prefers-reduced-motion: reduce) {
    .vr-feature-card {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .vr-feature-card:hover {
        box-shadow: 0 16px 40px rgba(40, 25, 20, 0.08);
        transform: translateY(-2px);
    }
}

/* ── Number — inline, top-left ───────────────────────────── */
.vr-feature-num {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--vr-accent);
    margin-bottom: 14px;
    line-height: 1;
    opacity: 0.7;
}

/* ── Card title ──────────────────────────────────────────── */
.vr-feature-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.3;
    margin: 0 0 10px;
}

/* ── Card body ───────────────────────────────────────────── */
.vr-feature-body {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
}

/* ── Responsive — tablet: 2×2 ───────────────────────────── */
@media (max-width: 900px) {
    .vr-features-section {
        padding: 56px 32px;
    }

    .vr-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

/* ── Responsive — mobile: 1 column ──────────────────────── */
@media (max-width: 520px) {
    .vr-features-section {
        padding: 44px 20px;
    }


    .vr-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}


/* ============================================================
   VisionRuya — How It Works (Split Editorial Layout)
   ============================================================ */

/* Hide the old Revolution Slider + heading blocks */
.elementor-element-80e691f,
.elementor-element-6d83555,
.elementor-element-b6e1b13 {
    display: none !important;
}

/* ── Section ─────────────────────────────────────────────── */
.vr-hiw-section {
    background-color: var(--vr-bg-cream);
    padding: 68px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-hiw-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* ── Left: image ─────────────────────────────────────────── */
.vr-hiw-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--vr-border);
}

.vr-hiw-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── Right: content ──────────────────────────────────────── */
.vr-hiw-content-col {
    display: flex;
    flex-direction: column;
}

/* Header */
.vr-hiw-header {
    margin-bottom: 40px;
}

.vr-hiw-eyebrow {
    display: block;
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vr-accent);
    margin-bottom: 12px;
}

.vr-hiw-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 16px;
}

.vr-hiw-intro {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
    max-width: 380px;
}

/* ── Steps list ──────────────────────────────────────────── */
.vr-hiw-steps {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.vr-hiw-step {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(89, 0, 10, 0.28);
}

.vr-hiw-step:first-child {
    border-top: none;
}

.vr-hiw-step-num {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #59000A;
}

.vr-hiw-step-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vr-hiw-step-title {
    font-family: var(--vr-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    margin: 0;
    line-height: 1.4;
}

.vr-hiw-step-body {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.5;
    margin: 0;
}

/* ── CTA button ──────────────────────────────────────────── */
.vr-hiw-btn {
    display: inline-block;
    align-self: flex-start;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    padding: 15px 36px;
    border-radius: var(--vr-btn-radius);
    text-decoration: none;
    transition: background 0.25s ease;
}

.vr-hiw-btn:hover {
    background: var(--vr-text-dark);
    color: var(--vr-bg-cream);
}

/* ── Responsive — tablet ─────────────────────────────────── */
@media (max-width: 900px) {
    .vr-hiw-section {
        padding: 56px 32px;
    }

    .vr-hiw-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .vr-hiw-image-wrap {
        aspect-ratio: 4 / 3;
    }
}

/* ── Responsive — mobile ─────────────────────────────────── */
@media (max-width: 520px) {
    .vr-hiw-section {
        padding: 44px 20px;
    }

    .vr-hiw-inner {
        gap: 36px;
    }
}


/* ============================================================
   VisionRuya — Grounded in Proven Methods (Static 3×2 Grid)
   ============================================================ */

/* ── Section ─────────────────────────────────────────────── */
.vr-methods-section {
    background-color: var(--vr-bg-cream);
    padding: 48px 48px 68px;
    width: 100%;
    box-sizing: border-box;
}

.vr-methods-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-methods-header {
    text-align: center;
    margin-bottom: 56px;
}

.vr-methods-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 16px;
}

.vr-methods-subtitle {
    font-family: var(--vr-font-body);
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 620px;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* ── 3×2 grid ────────────────────────────────────────────── */
.vr-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

/* ── Method card ─────────────────────────────────────────── */
.vr-method-card {
    background-color: var(--vr-bg-card);
    border-radius: var(--vr-card-radius);
    border: var(--vr-card-border);
    box-shadow: var(--vr-card-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.vr-method-card:hover {
    box-shadow: 0 16px 40px rgba(40, 25, 20, 0.08);
    transform: translateY(-3px);
}

/* Image area — shorter ratio so text is the focus */
.vr-method-card__image-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--vr-bg-blush);
    flex-shrink: 0;
}

.vr-method-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vr-method-card:hover .vr-method-card__image-wrap img {
    transform: scale(1.04);
}

/* Card body — text is the main focus */
.vr-method-card__body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
}

/* Method label — "Method 01" */
.vr-method-card__label {
    display: block;
    font-family: var(--vr-font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vr-accent);
    opacity: 0.75;
    margin-bottom: 10px;
    line-height: 1;
}

/* Method title */
.vr-method-card__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.25;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

/* Method description */
.vr-method-card__text {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
    letter-spacing: 0.01em;
}

/* ── CTA below grid ──────────────────────────────────────── */
.vr-methods-cta-wrap {
    text-align: center;
    margin-top: 52px;
}

.vr-methods-cta {
    display: inline-block;
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    padding: 15px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s ease;
}

.vr-methods-cta:hover {
    background: var(--vr-accent-hover);
    color: var(--vr-bg-cream);
}

/* ── Responsive — tablet: 2 columns ─────────────────────── */
@media (max-width: 900px) {
    .vr-methods-section {
        padding: 56px 32px;
    }

    .vr-methods-header {
        margin-bottom: 40px;
    }

    .vr-methods-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .vr-methods-cta-wrap {
        margin-top: 40px;
    }
}

/* ── Responsive — mobile: 1 column ──────────────────────── */
@media (max-width: 520px) {
    .vr-methods-section {
        padding: 44px 20px;
    }

    .vr-methods-header {
        margin-bottom: 32px;
    }

    .vr-methods-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vr-methods-cta-wrap {
        margin-top: 36px;
    }
}


/* ============================================================
   VisionRuya — From the VisionRuya Community (Review Gallery)
   ============================================================ */

/* ── Section ─────────────────────────────────────────────── */
.vr-community-section {
    background-color: var(--vr-bg-cream);
    padding: 48px 48px 68px;
    width: 100%;
    box-sizing: border-box;
}

.vr-community-inner {
    max-width: 1240px;
    margin: 0 auto;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-community-header {
    text-align: center;
    margin-bottom: 60px;
}

.vr-community-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 16px;
}

.vr-community-subtitle {
    font-family: var(--vr-font-body);
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 620px;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* ── 4-column grid ───────────────────────────────────────── */
.vr-community-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

/* ── Review card ─────────────────────────────────────────── */
.vr-review-card {
    display: flex;
    flex-direction: column;
    background-color: var(--vr-bg-card);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.vr-review-card:hover {
    box-shadow: 0 8px 32px rgba(40, 25, 20, 0.08);
    transform: translateY(-3px);
}

/* Image — square crop for consistency */
.vr-review-card__image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--vr-bg-blush);
    flex-shrink: 0;
}

.vr-review-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vr-review-card:hover .vr-review-card__image-wrap img {
    transform: scale(1.04);
}

/* Card body */
.vr-review-card__body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

/* Stars */
.vr-review-stars {
    display: flex;
    gap: 3px;
    color: var(--vr-accent-gold);
}

.vr-review-stars svg {
    width: 13px;
    height: 13px;
    display: block;
    flex-shrink: 0;
}

/* Reviewer name */
.vr-review-name {
    font-family: var(--vr-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.005em;
}

/* Review text */
.vr-review-text {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
    letter-spacing: 0.01em;
}

/* ── Responsive — tablet: 2×2 ───────────────────────────── */
@media (max-width: 900px) {
    .vr-community-section {
        padding: 56px 32px;
    }

    .vr-community-header {
        margin-bottom: 44px;
    }

    .vr-community-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}

/* ── Responsive — mobile: single column ─────────────────── */
@media (max-width: 520px) {
    .vr-community-section {
        padding: 44px 20px;
    }

    .vr-community-header {
        margin-bottom: 36px;
    }

    .vr-community-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* On mobile: horizontal scroll carousel */
    .vr-community-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding-bottom: 4px;
        /* hide scrollbar */
        scrollbar-width: none;
    }

    .vr-community-grid::-webkit-scrollbar {
        display: none;
    }

    .vr-review-card {
        flex: 0 0 82vw;
        scroll-snap-align: start;
    }
}


/* ============================================================
   VisionRuya — Newsletter Signup Section
   ============================================================ */

/* ── Section ─────────────────────────────────────────────── */
.vr-newsletter-section {
    background-color: var(--vr-bg-blush);
    padding: 68px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-newsletter-inner {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* ── Header ──────────────────────────────────────────────── */
.vr-newsletter-header {
    margin-bottom: 44px;
}

.vr-newsletter-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 400;
    color: var(--vr-text-dark);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 18px;
}

.vr-newsletter-subtitle {
    font-family: var(--vr-font-body);
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.75;
    margin: 0;
    letter-spacing: 0.01em;
}

/* ── Form ────────────────────────────────────────────────── */
.vr-newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

/* Field wrapper */
.vr-newsletter-field-wrap {
    width: 100%;
}

/* Visually hidden label — accessible but invisible */
.vr-newsletter-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Input */
.vr-newsletter-input {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-dark);
    background: var(--vr-bg-cream);
    border: 1px solid rgba(40, 25, 20, 0.22);
    border-radius: 6px;
    padding: 16px 20px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
}

.vr-newsletter-input::placeholder {
    color: var(--vr-text-muted);
    font-weight: 400;
}

.vr-newsletter-input:focus {
    border-color: rgba(40, 25, 20, 0.55);
    box-shadow: 0 0 0 3px rgba(40, 25, 20, 0.06);
}

/* Button */
.vr-newsletter-btn {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    border: none;
    border-radius: var(--vr-btn-radius);
    padding: 15px 32px;
    cursor: pointer;
    transition: background 0.25s ease;
    line-height: 1;
}

.vr-newsletter-btn:hover {
    background: var(--vr-accent-hover);
    color: var(--vr-bg-cream);
}

/* ── Fine-print note ─────────────────────────────────────── */
.vr-newsletter-note {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 400;
    color: var(--vr-text-muted);
    letter-spacing: 0.04em;
    margin: 20px 0 0;
    line-height: 1.5;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 600px) {
    .vr-newsletter-section {
        padding: 56px 24px;
    }

    .vr-newsletter-header {
        margin-bottom: 36px;
    }
}


/* ============================================================
   VisionRuya — Contact Page
   ============================================================ */

/* ============================================================
   VisionRuya — Contact Hero: Full-width image + floating card
   ============================================================ */

/* ============================================================
   VisionRuya — Contact Hero v2  (vrc2- prefix, clean rebuild)
   ============================================================ */

/* ── Hero wrapper — full viewport, holds bg + card ── */
.vrc2-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 100vh;
    overflow: hidden;
}

/* ── Background image layer ── */
.vrc2-hero__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ── Dark overlay ── */
.vrc2-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(13, 13, 13, 0.08) 0%,
        rgba(13, 13, 13, 0.22) 40%,
        rgba(13, 13, 13, 0.38) 100%
    );
    pointer-events: none;
}

/* ── Grid layout — 2 columns, card right, vertically centered ── */
.vrc2-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: center;
    gap: 48px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 120px 56px 80px;
    min-height: 100vh;
    box-sizing: border-box;
}

/* ── Left column — empty, image shows through ── */
.vrc2-hero__left {
    min-height: 1px;
}

/* ── Card ── */
.vrc2-hero__card {
    background: #F8F5F1;
    border-radius: 28px;
    padding: 44px 40px 48px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.16),
                0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ── Card title ── */
.vrc2-hero__title {
    font-family: var(--vr-font-heading);
    font-size: 34px;
    font-weight: 400;
    color: var(--vr-accent);
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* ── Intro text ── */
.vrc2-hero__intro {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.6;
    margin: 0 0 24px;
}

/* ── Form ── */
.vrc2-hero__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ── Fields ── */
.vrc2-hero__field label {
    display: block;
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--vr-accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.vrc2-hero__field input,
.vrc2-hero__field textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E4DDD7;
    border-radius: 7px;
    padding: 13px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.vr-contact__field input,
.vr-contact__field textarea {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E4DDD7 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    outline: none !important;
}

.vrc2-hero__field input::placeholder,
.vrc2-hero__field textarea::placeholder {
    color: #a8a099;
    font-weight: 400;
}

.vrc2-hero__field input:focus,
.vrc2-hero__field textarea:focus {
    border-color: var(--vr-accent);
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.06);
}

.vr-contact__field input:focus,
.vr-contact__field textarea:focus {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: var(--vr-accent) !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.06) !important;
}

.vrc2-hero__field textarea {
    resize: vertical;
    min-height: 80px;
}

/* ── Button ── */
.vrc2-hero__btn {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--vr-accent);
    border: none;
    border-radius: var(--vr-btn-radius);
    padding: 15px 32px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
    margin-top: 4px;
}
.vrc2-hero__btn:hover {
    background: #72000D;
    transform: translateY(-1px);
}
.vrc2-hero__btn:active {
    background: #430007;
    transform: translateY(0);
}

/* ============================================================
   VisionRuya — Contact info section (below hero)
   ============================================================ */
.vrc2-info {
    background: #fff;
    padding: 64px 24px;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.vrc2-info__inner {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vrc2-info__lead {
    font-family: var(--vr-font-heading);
    font-size: 22px;
    font-weight: 400;
    color: var(--vr-accent);
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
}
.vrc2-info__body {
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0;
}
.vrc2-info__divider {
    width: 44px;
    height: 1px;
    background: var(--vr-accent);
    opacity: 0.22;
    margin: 28px 0;
}
.vrc2-info__label {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vr-text-body);
    margin: 0 0 12px;
}
.vrc2-info__email {
    font-family: var(--vr-font-heading);
    font-size: 21px;
    font-weight: 400;
    color: var(--vr-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(89, 0, 10, 0.18);
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}
.vrc2-info__email:hover {
    border-bottom-color: var(--vr-accent);
}

/* ── Contact Hero v2: Responsive — tablet ── */
@media (max-width: 1024px) {
    .vrc2-hero__layout {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 100px 32px 64px;
        min-height: 0;
    }
    .vrc2-hero__left {
        display: none;
    }
    .vrc2-hero__card {
        max-width: 520px;
    }
}

/* ── Contact Hero v2: Responsive — mobile ── */
@media (max-width: 767px) {
    .vrc2-hero {
        min-height: auto;
    }
    .vrc2-hero__layout {
        padding: 80px 16px 48px;
    }
    .vrc2-hero__card {
        max-width: 100%;
        padding: 32px 22px 34px;
        border-radius: 20px;
    }
    .vrc2-hero__title {
        font-size: 26px;
    }
    .vrc2-info {
        padding: 48px 20px;
    }
    .vrc2-info__lead {
        font-size: 19px;
    }
    .vrc2-info__email {
        font-size: 18px;
    }
}

/* ── Contact page: keep transparent header, hide Elementor leftovers ── */
.page-id-11049 .elementor-element-6c18f3c,
.page-id-11049 .elementor-element-vr_contact_info {
    display: none !important;
}
/* Hide breadcrumb/page-title on contact page */
.page-id-11049 .breadcrumb-title-wrapper {
    display: none !important;
}


/* ============================================================
   VisionRuya — Shop Page: Flagship Single-Product Layout
   ============================================================ */

/* ── Hide ALL WooCommerce archive / catalog UI ──────────── */
.post-type-archive-product .products,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product .ts-filter-widget-area,
.post-type-archive-product .ts-shop-result-count,
.post-type-archive-product .woocommerce-pagination,
.post-type-archive-product .ts-sidebar,
.post-type-archive-product .before-loop-wrapper,
.post-type-archive-product .ts-active-filters,
.post-type-archive-product .woocommerce-notices-wrapper,
.post-type-archive-product .ts_shop_top_categories,
.post-type-archive-product .breadcrumb-v1,
.post-type-archive-product .breadcrumb-v2,
.post-type-archive-product .breadcrumb-title-wrapper,
.post-type-archive-product .woocommerce-breadcrumb,
.post-type-archive-product #page-title-wrapper,
.post-type-archive-product .page-title-wrapper,
.post-type-archive-product .ts-filter-button-container,
.post-type-archive-product .ts-ads-banner-wrapper,
.post-type-archive-product .filter-widget-area-button,
.post-type-archive-product .ts-product-columns-selector,
.post-type-archive-product .style-filter-top {
    display: none !important;
}

/* Remove sidebar / column constraints */
.post-type-archive-product .main-content,
.post-type-archive-product .main-content-column {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
}

.post-type-archive-product #main {
    padding: 0 !important;
}


/* ── Breadcrumb ─────────────────────────────────────────── */
.vr-shop-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 48px 0;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 400;
    color: var(--vr-text-muted);
    letter-spacing: 0.04em;
}

.vr-shop-breadcrumb a {
    color: var(--vr-text-body);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vr-shop-breadcrumb a:hover {
    color: var(--vr-accent);
}

.vr-shop-breadcrumb__sep {
    margin: 0 8px;
    color: var(--vr-border);
}

.vr-shop-breadcrumb__current {
    color: var(--vr-text-dark);
    font-weight: 500;
}


/* ============================================================
   Shop — Flagship Single-Product Section
   ============================================================ */

.vr-shop-product {
    background-color: transparent;
    padding: 48px 48px 0;
    width: 100%;
    box-sizing: border-box;
}

.vr-shop-product__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: start;
}


/* ── Gallery: thumbnails + main image side by side ──────── */
.vr-shop-product__gallery {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 14px;
    position: sticky;
    top: 32px;
}

/* Vertical thumbnail strip */
.vr-shop-product__thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vr-shop-product__thumb {
    width: 68px;
    height: 68px;
    border-radius: var(--vr-btn-radius);
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--vr-bg-blush);
    padding: 0;
    transition: border-color 0.25s ease, opacity 0.25s ease;
    opacity: 0.5;
    flex-shrink: 0;
}

.vr-shop-product__thumb.is-active {
    border-color: var(--vr-accent);
    opacity: 1;
}

.vr-shop-product__thumb:hover {
    opacity: 0.85;
}

.vr-shop-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Empty thumbnail placeholder */
.vr-shop-product__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--vr-bg-blush);
}

/* Main image */
.vr-shop-product__main-image {
    width: 100%;
    border-radius: var(--vr-card-radius);
    overflow: hidden;
    background: var(--vr-bg-blush);
    aspect-ratio: 5 / 6;
}

.vr-shop-product__main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: opacity 0.35s ease;
}

.vr-shop-product__image-placeholder {
    width: 100%;
    height: 100%;
    background: var(--vr-bg-blush);
}


/* ── Product Info (right column) ────────────────────────── */
.vr-shop-product__info {
    padding-top: 4px;
}

/* Rating / social proof */
.vr-shop-product__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.vr-shop-product__stars {
    display: flex;
    gap: 2px;
    color: var(--vr-accent-gold);
}

.vr-shop-product__stars svg {
    display: block;
    flex-shrink: 0;
}

.vr-shop-product__rating-text {
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 400;
    color: var(--vr-text-muted);
    letter-spacing: 0.02em;
}

a.vr-shop-product__rating {
    text-decoration: none;
    cursor: pointer;
}

a.vr-shop-product__rating:hover .vr-shop-product__rating-text {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Reviews scroll highlight */
@keyframes vr-review-flash {
    0%   { box-shadow: 0 0 0 0 rgba(89, 0, 10, 0.12); }
    40%  { box-shadow: 0 0 0 6px rgba(89, 0, 10, 0.08); }
    100% { box-shadow: 0 0 0 0 rgba(89, 0, 10, 0); }
}

.vr-reviews-section.is-highlighted {
    animation: vr-review-flash 1s ease-out;
}

/* Title */
.vr-shop-product__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

.vr-shop-product__subtitle {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-body);
    margin: 0 0 18px;
    letter-spacing: 0.03em;
}

/* Price */
.vr-shop-product__price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 18px;
}

.vr-shop-product__price-current {
    font-family: var(--vr-font-heading);
    font-size: 30px;
    font-weight: 400;
    color: var(--vr-accent);
    letter-spacing: -0.01em;
}

.vr-shop-product__price-old {
    font-family: var(--vr-font-body);
    font-size: 17px;
    font-weight: 400;
    color: var(--vr-text-muted);
    text-decoration: line-through;
}

/* Short description */
.vr-shop-product__desc {
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 460px;
}

/* Benefits checklist — filled dark circles with white checkmarks */
.vr-shop-product__benefits {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vr-shop-product__benefits li {
    font-family: var(--vr-font-body);
    font-size: 14.5px;
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.8;
    padding-left: 38px;
    position: relative;
    list-style: none !important;
    list-style-type: none !important;
}

.vr-shop-product__benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--vr-text-dark);
}

.vr-shop-product__benefits li::after {
    content: '';
    position: absolute;
    left: 5.5px;
    top: 11px;
    width: 8px;
    height: 4.5px;
    border-left: 2px solid var(--vr-bg-white);
    border-bottom: 2px solid var(--vr-bg-white);
    transform: rotate(-45deg);
}

/* Divider — hidden */
.vr-shop-product__divider {
    display: none;
}

/* ── Purchase section ─────────────────────────────────────── */
.vr-shop-product__purchase {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}

.vr-shop-product__purchase-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.vr-shop-product__qty-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

.vr-shop-product__qty-label {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--vr-text-body);
}

.vr-shop-product__qty-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #D4CBC4 !important;
    border-radius: 6px !important;
    background: #FFFFFF !important;
    height: 48px;
    padding: 0 6px;
    box-shadow: none !important;
    overflow: visible;
}

.vr-shop-product__qty-box *  {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    outline: none !important;
}

.vr-shop-product__qty-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #1F1A17;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1;
    transition: opacity 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.vr-shop-product__qty-btn:hover {
    opacity: 0.6;
}

.vr-shop-product__qty-input {
    width: 32px;
    height: 100%;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1F1A17;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    line-height: 46px;
    font-variant-numeric: lining-nums;
}

.vr-shop-product__qty-input::-webkit-inner-spin-button,
.vr-shop-product__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}

/* Cart form — fills remaining space in row */
.vr-shop-product__cart-form,
.vr-shop-product__buy-now-form {
    display: flex;
    flex: 1;
}

.vr-shop-product__buy-now-form {
    width: 100%;
}

.vr-shop-product__add-btn {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #59000A;
    border: 1.5px solid #59000A;
    border-radius: 6px;
    height: 48px;
    padding: 0 32px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.vr-shop-product__add-btn:hover {
    background: #6E1018;
    border-color: #6E1018;
}

/* Buy Now — outlined secondary button, full width */
.vr-shop-product__buy-now-btn {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1F1A17;
    background: #FFFFFF;
    border: 1.5px solid #D4CBC4;
    border-radius: 6px;
    height: 48px;
    padding: 0 32px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vr-shop-product__buy-now-btn:hover {
    background: #59000A;
    border-color: #59000A;
    color: #FFFFFF;
}

/* More payment options link */
.vr-shop-product__more-payments {
    display: block;
    text-align: center;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 400;
    color: var(--vr-text-body);
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    padding: 2px 0;
}

.vr-shop-product__more-payments:hover {
    color: var(--vr-accent);
}

/* Shipping note */
.vr-shop-product__shipping-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--vr-font-body);
    font-size: 12.5px;
    font-weight: 400;
    color: var(--vr-text-body);
    letter-spacing: 0.02em;
    padding-top: 6px;
}

.vr-shop-product__shipping-note svg {
    flex-shrink: 0;
    color: var(--vr-text-body);
}


/* ── Tabbed info block ────────────────────────────────────── */
.vr-shop-tabs {
    margin-top: 32px;
    padding-top: 0;
}

.vr-shop-tabs__nav {
    display: flex;
    gap: 0;
    border: none;
    margin-bottom: 24px;
}

.vr-shop-tabs__tab {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #1F1A17;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 8px 14px 10px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.vr-shop-tabs__tab:first-child {
    padding-left: 0;
}

.vr-shop-tabs__tab:hover {
    color: #59000A;
}

.vr-shop-tabs__tab.is-active {
    color: #59000A;
    border-bottom-color: #59000A;
    font-weight: 600;
}

/* Panels */
.vr-shop-tabs__panel {
    display: none;
}

.vr-shop-tabs__panel.is-active {
    display: block;
}

.vr-shop-tabs__intro {
    font-family: var(--vr-font-body);
    font-size: 14.5px;
    font-weight: 400;
    color: #1F1A17;
    line-height: 1.6;
    margin: 0 0 20px;
}

.vr-shop-tabs__panel ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.vr-shop-tabs__panel li {
    display: grid !important;
    grid-template-columns: 7px 1fr;
    column-gap: 14px;
    align-items: start;
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #1F1A17;
    line-height: 1.45;
    list-style: none !important;
    list-style-type: none !important;
    position: static;
}

.vr-shop-tabs__panel li:last-child {
    margin-bottom: 0 !important;
}

.vr-shop-tabs__panel li::before {
    content: '' !important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1F1A17;
    margin-top: 0.55em;
    position: static;
    display: block;
}

.vr-shop-tabs__panel li::after {
    display: none !important;
}


/* ============================================================
   VisionRuya — Shop: Explore the Pages
   ============================================================ */

.vr-explore {
    background: transparent;
    padding: 64px 48px 56px;
    width: 100%;
    box-sizing: border-box;
}

.vr-explore__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: start;
}

/* ── Left column: content ────────────────────────────────── */
.vr-explore__content {
    padding-top: 8px;
}

.vr-explore__title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(28px, 2.8vw, 36px);
    font-weight: 400;
    color: #1F1A17;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.vr-explore__intro {
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #5F524C;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 480px;
}

/* ── Selectable boxes — 3×2 grid ──────────────────────────── */
.vr-explore__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 56px;
}

.vr-explore__tab {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1F1A17;
    background: #F8F5F1;
    border: 1.5px solid #E4DDD8;
    border-radius: 6px;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.vr-explore__tab:hover {
    color: #1F1A17;
    border-color: #D4CBC4;
    background: #EDE7E1;
}

.vr-explore__tab.is-active {
    background: #FFFFFF;
    border-color: #59000A;
    color: #59000A;
    font-weight: 600;
}

/* ── Checklist with square check icons + dividers ────────── */
.vr-explore__details {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: none;
}

.vr-explore__details.is-active {
    display: block;
}

.vr-explore__details li {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 14px;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #1F1A17;
    line-height: 1.4;
    padding: 13px 0;
    border-bottom: 1px solid #E4DDD8;
    list-style: none !important;
}

.vr-explore__details li:last-child {
    border-bottom: none;
}

/* Square checkbox with checkmark (SVG encoded) */
.vr-explore__details li::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='1' y='1' width='16' height='16' rx='2.5' stroke='%231F1A17' stroke-width='1.5'/%3E%3Cpath d='M5 9.5l2.5 2.5L13 6' stroke='%231F1A17' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.vr-explore__details li::after {
    display: none;
}

/* ── CTA button ───────────────────────────────────────────── */
.vr-explore__cta {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #59000A;
    border: 1.5px solid #59000A;
    border-radius: 6px;
    padding: 16px 44px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.vr-explore__cta:hover {
    background: #6E1018;
    border-color: #6E1018;
    color: #FFFFFF;
}

/* ── Right column: image ─────────────────────────────────── */
.vr-explore__visual {
    position: sticky;
    top: 32px;
}

.vr-explore__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: var(--vr-card-radius);
    overflow: hidden;
    background: var(--vr-bg-cream);
}

.vr-explore__image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vr-explore__image.is-active {
    opacity: 1;
}

.vr-explore__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vr-explore__image-placeholder {
    width: 100%;
    height: 100%;
    background: var(--vr-bg-blush);
}


/* ── Explore — Responsive — tablet ────────────────────────── */
@media (max-width: 1024px) {
    .vr-explore {
        padding: 48px 32px;
    }

    .vr-explore__inner {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }

    .vr-explore__visual {
        position: static;
    }

    .vr-explore__tabs {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── Explore — Responsive — mobile ────────────────────────── */
@media (max-width: 768px) {
    .vr-explore {
        padding: 40px 20px;
    }

    .vr-explore__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vr-explore__visual {
        order: -1;
    }

    .vr-explore__image-wrap {
        aspect-ratio: 1 / 1;
        border-radius: 16px;
    }

    .vr-explore__tabs {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .vr-explore__tab {
        font-size: 11.5px;
        padding: 11px 8px;
    }

    .vr-explore__cta {
        display: block;
        text-align: center;
        padding: 18px 32px;
    }
}


/* ============================================================
   VisionRuya — Shop: "See It in Real Life" Video Section
   ============================================================ */

.vr-shop-videos {
    background: var(--vr-bg-cream);
}

.vr-shop-videos .vr-ugc-header {
    padding-bottom: 8px;
}


/* ============================================================
   VisionRuya — Shop: Customer Reviews
   ============================================================ */

.vr-reviews-section {
    background: var(--vr-bg-cream);
    padding: 56px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-reviews-inner {
    max-width: 1240px;
    margin: 0 auto;
}

/* ── Summary row ──────────────────────────────────────────── */
.vr-reviews-summary {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--vr-border);
}

.vr-reviews-summary__stars {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--vr-accent-gold);
    margin-bottom: 10px;
}

.vr-reviews-summary__count {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-muted);
    margin-left: 10px;
    letter-spacing: 0.02em;
}

.vr-reviews-summary__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0;
}

.vr-reviews-summary__write-btn {
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-accent);
    background: transparent;
    border: 1.5px solid var(--vr-accent);
    border-radius: var(--vr-btn-radius);
    padding: 14px 28px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.vr-reviews-summary__write-btn:hover {
    background: var(--vr-accent);
    color: var(--vr-bg-cream);
}

/* ── Review grid ──────────────────────────────────────────── */
.vr-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.vr-review-item {
    background: var(--vr-bg-card);
    border: var(--vr-card-border);
    border-radius: var(--vr-card-radius);
    box-shadow: var(--vr-card-shadow);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.vr-review-item:hover {
    box-shadow: 0 16px 40px rgba(40, 25, 20, 0.08);
    transform: translateY(-3px);
}

.vr-review-item:hover {
    box-shadow: 0 4px 20px rgba(89, 0, 10, 0.04);
}

.vr-review-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.vr-review-item__stars {
    display: flex;
    gap: 2px;
    color: var(--vr-accent-gold);
}

.vr-review-item__verified {
    font-family: var(--vr-font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vr-text-muted);
    background: var(--vr-bg-cream);
    border-radius: 4px;
    padding: 3px 8px;
}

.vr-review-item__text {
    font-family: var(--vr-font-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.7;
    margin: 0 0 18px;
    flex: 1;
}

.vr-review-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--vr-border);
}

.vr-review-item__name {
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--vr-text-dark);
    letter-spacing: 0.02em;
}

.vr-review-item__date {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 400;
    color: var(--vr-text-muted);
    letter-spacing: 0.02em;
}


/* ── Reviews — Responsive — tablet ────────────────────────── */
@media (max-width: 1024px) {
    .vr-reviews-section {
        padding: 48px 32px;
    }

    .vr-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* ── Reviews — Responsive — mobile ────────────────────────── */
@media (max-width: 768px) {
    .vr-reviews-section {
        padding: 40px 20px;
    }

    .vr-reviews-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .vr-reviews-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vr-review-item {
        padding: 24px 20px 20px;
    }
}


/* ============================================================
   VisionRuya — Review Modal (2-step popup)
   ============================================================ */

/* ── Overlay ─────────────────────────────────────────────── */
.vr-review-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(20, 15, 12, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 24px;
}

.vr-review-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* ── Modal ───────────────────────────────────────────────── */
.vr-review-modal {
    position: relative;
    background: var(--vr-bg-card);
    border-radius: var(--vr-card-radius);
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px 36px 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    transform: translateY(16px) scale(0.97);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.vr-review-overlay.is-open .vr-review-modal {
    transform: translateY(0) scale(1);
}

/* ── Close ───────────────────────────────────────────────── */
.vr-review-modal__close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: var(--vr-text-muted);
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.vr-review-modal__close:hover {
    color: var(--vr-text-dark);
}

/* ── Step 1: Rating ─────────────────────────────────────── */
.vr-review-modal__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.vr-review-modal__product-img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--vr-border);
    flex-shrink: 0;
}

.vr-review-modal__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr-review-modal__product-name {
    font-family: var(--vr-font-heading);
    font-size: 17px;
    font-weight: 400;
    color: var(--vr-text-dark);
    text-align: center;
    margin: 0;
    line-height: 1.35;
}

.vr-review-modal__prompt {
    font-family: var(--vr-font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--vr-text-muted);
    text-align: center;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

/* Stars row */
.vr-review-modal__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vr-review-star {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: var(--vr-border);
    transition: color 0.15s, transform 0.15s;
}

.vr-review-star svg {
    width: 36px;
    height: 36px;
    display: block;
}

.vr-review-star:hover {
    transform: scale(1.12);
}

.vr-review-star.is-active .vr-star-path,
.vr-review-star.is-hovered .vr-star-path {
    fill: var(--vr-accent);
    stroke: var(--vr-accent);
}

.vr-review-star.is-active,
.vr-review-star.is-hovered {
    color: var(--vr-accent);
}

/* ── Step 2: Form ───────────────────────────────────────── */
.vr-review-modal__header2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}

.vr-review-modal__rating-back {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.vr-review-modal__stars-small {
    display: flex;
    gap: 3px;
    color: var(--vr-accent);
}

.vr-review-modal__stars-small svg {
    width: 16px;
    height: 16px;
}

.vr-review-modal__change {
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 500;
    color: var(--vr-text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    letter-spacing: 0.04em;
}

.vr-review-modal__change:hover {
    color: var(--vr-accent);
}

/* Fields */
.vr-review-field {
    margin-bottom: 20px;
}

.vr-review-label {
    display: block;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--vr-text-dark);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.vr-review-label span {
    color: var(--vr-accent);
}

.vr-review-optional {
    font-weight: 400;
    text-transform: none;
    color: var(--vr-text-muted);
    letter-spacing: 0;
}

.vr-review-input,
.vr-review-textarea {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 14px;
    color: var(--vr-text-dark);
    background: var(--vr-bg-white);
    border: 1.5px solid var(--vr-border-input);
    border-radius: var(--vr-btn-radius);
    padding: 12px 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
    outline: none;
}

.vr-review-input:focus,
.vr-review-textarea:focus {
    border-color: var(--vr-accent);
}

.vr-review-textarea {
    resize: vertical;
    min-height: 100px;
}

/* Upload area */
.vr-review-upload {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.vr-review-upload__previews {
    display: contents;
}

.vr-review-upload__preview {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: var(--vr-btn-radius);
    overflow: hidden;
    border: 1.5px solid var(--vr-border-input);
    flex-shrink: 0;
}

.vr-review-upload__preview img,
.vr-review-upload__preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vr-review-upload__preview-remove {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: var(--vr-bg-white);
    border: none;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.vr-review-upload__add {
    width: 68px;
    height: 68px;
    border-radius: var(--vr-btn-radius);
    border: 1.5px dashed var(--vr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    flex-shrink: 0;
}

.vr-review-upload__add:hover {
    border-color: var(--vr-accent);
    background: var(--vr-bg-cream);
}

.vr-review-upload__add svg {
    width: 22px;
    height: 22px;
    color: var(--vr-text-muted);
}

.vr-review-upload__add:hover svg {
    color: var(--vr-accent);
}

/* Submit */
.vr-review-submit {
    width: 100%;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    border: none;
    border-radius: var(--vr-btn-radius);
    padding: 15px 24px;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
    margin-top: 4px;
}

.vr-review-submit:hover:not(:disabled) {
    background: var(--vr-accent-hover);
}

.vr-review-submit:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ── Step 3: Success ────────────────────────────────────── */
.vr-review-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0 8px;
}

.vr-review-success__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
}

.vr-review-success__title {
    font-family: var(--vr-font-heading);
    font-size: 22px;
    color: var(--vr-text-dark);
    margin: 0 0 10px;
}

.vr-review-success__text {
    font-family: var(--vr-font-body);
    font-size: 14px;
    color: var(--vr-text-muted);
    line-height: 1.55;
    margin: 0 0 28px;
    max-width: 320px;
}

.vr-review-success__btn {
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vr-accent);
    background: transparent;
    border: 1.5px solid var(--vr-accent);
    border-radius: var(--vr-btn-radius);
    padding: 12px 36px;
    cursor: pointer;
    transition: all 0.25s;
}

.vr-review-success__btn:hover {
    background: var(--vr-accent);
    color: var(--vr-bg-cream);
}

/* ── Review Modal — Responsive ──────────────────────────── */
@media (max-width: 520px) {
    .vr-review-modal {
        padding: 32px 22px 28px;
        border-radius: var(--vr-card-radius);
        max-height: 85vh;
    }

    .vr-review-star svg {
        width: 30px;
        height: 30px;
    }

    .vr-review-modal__product-img {
        width: 72px;
        height: 72px;
    }
}


/* ============================================================
   VisionRuya — Shop: FAQ Accordion
   ============================================================ */

.vr-faq-section {
    background: var(--vr-bg-cream);
    padding: 56px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-faq-inner {
    max-width: 820px;
    margin: 0 auto;
}

.vr-faq-header {
    text-align: center;
    margin-bottom: 52px;
}

.vr-faq-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}

.vr-faq-intro {
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.65;
    margin: 0;
}

/* ── Accordion items ──────────────────────────────────────── */
.vr-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vr-faq-item {
    border-bottom: 1px solid var(--vr-border);
}

.vr-faq-item:first-child {
    border-top: 1px solid var(--vr-border);
}

.vr-faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--vr-text-dark);
    line-height: 1.5;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}

.vr-faq-item__question:hover {
    color: var(--vr-accent);
}

.vr-faq-item__icon {
    flex-shrink: 0;
    color: var(--vr-text-muted);
    transition: transform 0.3s ease, color 0.2s ease;
}

.vr-faq-item.is-open .vr-faq-item__icon {
    transform: rotate(45deg);
    color: var(--vr-accent);
}

/* ── Answer panel ─────────────────────────────────────────── */
.vr-faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 0 0 0;
}

.vr-faq-item.is-open .vr-faq-item__answer {
    max-height: 300px;
    padding: 0 0 24px 0;
}

.vr-faq-item__answer p {
    font-family: var(--vr-font-body);
    font-size: 14.5px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.75;
    margin: 0;
    max-width: 680px;
}


/* ── FAQ — Responsive — mobile ────────────────────────────── */
@media (max-width: 768px) {
    .vr-faq-section {
        padding: 40px 20px;
    }

    .vr-faq-header {
        margin-bottom: 36px;
    }

    .vr-faq-item__question {
        font-size: 14px;
        padding: 18px 0;
    }

    .vr-faq-item__answer p {
        font-size: 13.5px;
    }
}


/* ============================================================
   VisionRuya — Method card link styles
   ============================================================ */

a.vr-method-card__image-wrap {
    display: block;
}

.vr-method-card__title-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.vr-method-card__title-link:hover {
    color: var(--vr-accent);
}

.vr-method-card__title-link h3 {
    margin: 0;
}


/* ============================================================
   VisionRuya — Blog Placeholder Page
   ============================================================ */

.vr-blog-placeholder {
    background: var(--vr-bg-cream);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 48px;
    width: 100%;
    box-sizing: border-box;
}

.vr-blog-placeholder__inner {
    text-align: center;
    max-width: 560px;
}

.vr-blog-placeholder__eyebrow {
    display: inline-block;
    font-family: var(--vr-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vr-accent);
    margin-bottom: 20px;
    opacity: 0.7;
}

.vr-blog-placeholder__title {
    font-family: var(--vr-font-heading);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
}

.vr-blog-placeholder__text {
    font-family: var(--vr-font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--vr-text-body);
    line-height: 1.75;
    margin: 0 0 40px;
}

.vr-blog-placeholder__btn {
    display: inline-block;
    font-family: var(--vr-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--vr-bg-cream);
    background: var(--vr-accent);
    border: none;
    border-radius: var(--vr-btn-radius);
    padding: 15px 40px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.vr-blog-placeholder__btn:hover {
    background: var(--vr-accent);
    color: var(--vr-bg-cream);
}

@media (max-width: 768px) {
    .vr-blog-placeholder {
        padding: 60px 20px 80px;
        min-height: 50vh;
    }

    .vr-blog-placeholder__text {
        font-size: 15px;
    }
}


/* ============================================================
   VisionRuya — Policy Pages
   ============================================================ */

.vr-policy-page {
    background: var(--vr-bg-cream);
    padding: 88px 48px;
    width: 100%;
    box-sizing: border-box;
    min-height: 60vh;
}

.vr-policy-inner {
    max-width: 720px;
    margin: 0 auto;
}

.vr-policy-title {
    font-family: var(--vr-font-heading);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 40px;
    text-align: center;
}

.vr-policy-content {
    font-family: var(--vr-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--vr-text-dark);
    line-height: 1.8;
}

.vr-policy-content p {
    margin: 0 0 20px;
}

.vr-policy-content h2 {
    font-family: var(--vr-font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--vr-text-dark);
    margin: 48px 0 16px;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.vr-policy-content h2:first-child {
    margin-top: 0;
}

.vr-policy-content ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.vr-policy-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    list-style: none !important;
    list-style-type: none !important;
}

.vr-policy-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--vr-border);
}

.vr-policy-content a {
    color: var(--vr-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.vr-policy-content a:hover {
    color: var(--vr-accent);
}

.vr-policy-content strong {
    font-weight: 600;
    color: var(--vr-text-dark);
}

@media (max-width: 768px) {
    .vr-policy-page {
        padding: 48px 20px 80px;
    }

    .vr-policy-content {
        font-size: 14.5px;
    }

    .vr-policy-content h2 {
        font-size: 16px;
        margin-top: 36px;
    }
}


/* ============================================================
   VisionRuya — Unified Header
   Reference: Shop page header (no transparent, no text-light).
   Every page and scroll state must match Shop exactly.
   ============================================================ */

/* ── 1. POSITION: always in normal document flow ──────────── */
/* Shop page has no header-transparent, so .ts-header is
   position:static in normal flow. Force that everywhere.      */
.header-transparent .ts-header {
    position: relative !important;
    top: 0 !important;
    z-index: 993 !important;
}

/* ── 2. HIDE top bar (Shop doesn't show it) ───────────────── */
.ts-header .header-top {
    display: none !important;
}

/* ── 3. BACKGROUND: solid #FFFFFF everywhere ──────────────── */
.header-middle,
.header-bottom,
.header-v4 .header-middle,
.header-v4 .header-sticky:not(.is-sticky) .header-middle,
.header-transparent .header-sticky:not(.is-sticky) .header-middle,
.header-transparent .header-sticky:not(.is-sticky) .header-bottom {
    background: #FFFFFF !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ts-header,
.ts-header .header-template,
.ts-header .header-template.is-sticky {
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(89, 0, 10, 0.06) !important;
    box-shadow: none !important;
}

.ts-header .header-template.is-sticky {
    box-shadow: 0 1px 8px rgba(31, 26, 23, 0.04) !important;
}

.ts-header .header-template.is-sticky .header-middle {
    background: #FFFFFF !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* ── 4. PADDING: identical in every state ─────────────────── */
/* Lock 16px for normal, sticky, non-sticky, all header
   versions, all breakpoints. Must beat every theme rule
   including .header-v4.product-style-v4 at min-width:1500px. */
.header-middle > .container,
.is-sticky .header-middle > .container,
.header-v4 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-v4.product-style-v4 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-v1 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-v2 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-v6 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-v8 .header-sticky:not(.is-sticky) .header-middle > .container,
.header-sticky.is-sticky .header-middle > .container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* Match regular pages: transparent-header pages should keep
   the same horizontal inset as Shop, account, wishlist, cart. */
.header-transparent .ts-header .header-middle > .container,
.header-transparent .header-sticky:not(.is-sticky) .header-middle > .container,
.header-transparent .header-sticky.is-sticky .header-middle > .container {
    padding-left: var(--ts-content-padding) !important;
    padding-right: var(--ts-content-padding) !important;
}

/* ── 5. STICKY: no animation, no layout shift ────────────── */
.header-sticky.is-sticky {
    animation-name: none !important;
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    animation-duration: 0ms !important;
    animation-fill-mode: none !important;
}

/* position:fixed makes width:100% = viewport width, which is
   wider than #page by the scrollbar. Use 100vw minus scrollbar
   so the container matches the normal (non-sticky) layout.    */
.header-sticky.is-sticky {
    width: calc(100vw - var(--vr-scrollbar-w, 0px)) !important;
    left: 0 !important;
    right: auto !important;
    box-sizing: border-box !important;
}

/* The sticky .container must keep the same padding as normal.
   Override the theme's reset.css rule that adds --ts-body-padding. */
.ts-header .is-sticky .container {
    padding-left: var(--ts-content-padding) !important;
    padding-right: var(--ts-content-padding) !important;
}

/* Keep header-bottom hidden in sticky (theme default) */
.header-sticky.is-sticky .header-bottom {
    display: none !important;
}

/* ── 6. LOGO: same image, same size, every page ───────────── */
header .logo img {
    width: clamp(130px, 12vw, 160px) !important;
    height: auto !important;
}

/* Always show the dark (sticky) logo. Hide white/mobile.
   Shop page shows sticky-logo because it has no transparent. */
.ts-header .logo .normal-logo,
.ts-header .logo .mobile-logo,
.header-transparent .ts-header .logo .normal-logo,
.header-transparent .ts-header .logo .mobile-logo,
.header-transparent.header-text-light .ts-header .logo .normal-logo,
.header-transparent.header-text-light .ts-header .logo .mobile-logo,
.header-sticky:not(.is-sticky) .logo .normal-logo,
.header-sticky:not(.is-sticky) .logo .mobile-logo,
.is-sticky .logo .normal-logo,
.is-sticky .logo .mobile-logo {
    display: none !important;
}
.ts-header .logo .sticky-logo,
.header-transparent .ts-header .logo .sticky-logo,
.header-transparent.header-text-light .ts-header .logo .sticky-logo,
.header-sticky:not(.is-sticky) .logo .sticky-logo {
    display: block !important;
}

/* ── 7. NAV TEXT: dark on every page (matches Shop) ───────── */
.ts-header nav > ul.menu > li > a,
.header-transparent.header-text-light .header-sticky:not(.is-sticky) nav > ul.menu > li > a,
.header-transparent.header-text-light .ts-header nav > ul.menu > li > a {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    color: #1F1A17 !important;
    text-transform: none !important;
    transition: color 0.25s ease !important;
}
.ts-header nav > ul.menu > li > a:hover,
.ts-header nav > ul.menu > li:hover > a {
    color: #59000A !important;
}
.ts-header nav > ul.menu > li[class*="current-"] > a,
.ts-header nav > ul > li[class*="current-"] > a {
    color: #59000A !important;
}

/* Active underline */
.header-middle nav > ul.menu > li:after {
    border-bottom: 1.5px solid #59000A !important;
    border-color: #59000A !important;
    bottom: -2px;
}
.header-middle nav > ul.menu > li:hover:after,
.header-middle nav > ul.menu > li[class*="current-"]:after {
    transform: scaleX(1);
    border-color: #59000A !important;
}

/* ── 8. ICON COLORS: dark on every page (matches Shop) ────── */
/* Kill the header-text-light white overrides via variables */
.header-transparent.header-text-light .header-sticky:not(.is-sticky) {
    --ts-hd-middle-color: #1F1A17 !important;
    --ts-main-menu-color: #1F1A17 !important;
    --ts-main-menu-hover-color: #59000A !important;
}
.header-transparent.header-text-light .ts-header {
    --ts-hd-bottom-color: #1F1A17 !important;
    --ts-2nd-menu-color: #1F1A17 !important;
}

/* Direct color on icon links */
.ts-header .header-right .my-account-wrapper a,
.ts-header .header-right .my-wishlist-wrapper a,
.ts-header .header-right .search-button,
.header-transparent.header-text-light .header-sticky:not(.is-sticky) .header-right .my-account-wrapper a,
.header-transparent.header-text-light .header-sticky:not(.is-sticky) .header-right .my-wishlist-wrapper a,
.header-transparent.header-text-light .header-sticky:not(.is-sticky) .header-right .search-button {
    color: #1F1A17 !important;
    transition: color 0.25s ease !important;
}
.ts-header .header-right .my-account-wrapper a:hover,
.ts-header .header-right .my-wishlist-wrapper a:hover,
.ts-header .header-right .search-button:hover {
    color: #59000A !important;
}

/* ── 9. CART BUTTON: same burgundy pill everywhere ────────── */
.product-style-v4 .shopping-cart-wrapper .cart-control {
    width: 42px !important;
    height: 42px !important;
    border-radius: 8px !important;
    background: #59000A !important;
    color: #FFFFFF !important;
    transition: background 0.25s ease !important;
}
.product-style-v4 .shopping-cart-wrapper .cart-control:hover,
.product-style-v4 .shopping-cart-wrapper a.cart-control:hover {
    background: #6E1018 !important;
    color: #FFFFFF !important;
}

/* ── 10. ICON GAPS: same spacing everywhere ───────────────── */
.ts-header .header-right {
    gap: 0 18px !important;
    align-items: center !important;
}

/* ── 11. TRANSPARENT-PAGE BORDER FIX ──────────────────────── */
/* Theme hides .container:after border-line on transparent
   pages. We want the same border as Shop.                    */
.header-transparent .header-sticky:not(.is-sticky) .header-middle > .container:after,
.header-transparent .header-sticky:not(.is-sticky) .header-bottom > .container:after {
    display: block !important;
    border-color: rgba(89, 0, 10, 0.06) !important;
}

/* ── RESPONSIVE — tablet ──────────────────────────────────── */
@media (max-width: 1024px) {
    header .logo img {
        width: 120px !important;
    }
    .header-middle > .container,
    .is-sticky .header-middle > .container,
    .header-sticky.is-sticky .header-middle > .container,
    .header-v4 .header-sticky:not(.is-sticky) .header-middle > .container,
    .header-v4.product-style-v4 .header-sticky:not(.is-sticky) .header-middle > .container {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
}

/* ── RESPONSIVE — mobile ──────────────────────────────────── */
@media (max-width: 768px) {
    header .logo img {
        width: 110px !important;
    }
    .header-middle > .container,
    .is-sticky .header-middle > .container,
    .header-sticky.is-sticky .header-middle > .container,
    .header-v4 .header-sticky:not(.is-sticky) .header-middle > .container,
    .header-v4.product-style-v4 .header-sticky:not(.is-sticky) .header-middle > .container {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .product-style-v4 .shopping-cart-wrapper .cart-control {
        width: 38px !important;
        height: 38px !important;
        border-radius: 7px !important;
    }
}


/* ============================================================
   VisionRuya — Footer: Rebuilt from scratch
   Clean premium dark rounded footer box
   ============================================================ */

/* ── 1. Footer container — solid black rounded box ── */
footer#colophon.footer-container {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 24px 24px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}
footer#colophon.footer-container.loading:before {
    background: transparent !important;
    border-radius: 24px !important;
}

/* ── 2. Elementor wrapper — transparent, no interference ── */
footer#colophon .elementor.elementor-12087 {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* ── 3. Outer container (5c9fb175) — the visible black rounded box ── */
footer#colophon .elementor-element-5c9fb175 {
    background: #0D0D0D !important;
    border-radius: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}
footer#colophon .elementor-element-5c9fb175 > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 4. Inner content container (4e628a6) — centered padded area ── */
footer#colophon .elementor-element-4e628a6 {
    background: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 64px 48px 48px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 48px !important;
}

/* ── 5. Main 3-column row (40ca713) ── */
footer#colophon .elementor-element-40ca713 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 40px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 6. Column 1 — Logo + brand (flexible, ~36%) ── */
footer#colophon .elementor-element-6cf2480 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex: 1 1 36% !important;
    max-width: 36% !important;
    width: 36% !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Logo sizing */
footer#colophon .elementor-element-c03dc86 img {
    width: 180px !important;
    max-width: 220px !important;
    height: auto !important;
}

/* Brand text */
footer#colophon .elementor-element-8cacd46 {
    color: #808080 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
footer#colophon .elementor-element-8cacd46 a {
    color: #b0b0b0 !important;
    text-decoration: underline !important;
}
footer#colophon .elementor-element-8cacd46 a:hover {
    color: #fff !important;
}

/* Social icons */
footer#colophon .elementor-element-1e3bc5f {
    margin: 4px 0 0 !important;
}
footer#colophon .elementor-element-1e3bc5f .list-items {
    display: flex !important;
    gap: 16px !important;
}
footer#colophon .elementor-element-1e3bc5f .elementor-social-icon i {
    font-size: 22px !important;
    color: rgba(255,255,255,0.6) !important;
    transition: color 0.2s !important;
}
footer#colophon .elementor-element-1e3bc5f .elementor-social-icon:hover i {
    color: #fff !important;
}

/* ── 7. Column 2 — Account (fixed ~22%) ── */
footer#colophon .elementor-element-7ade88b {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex: 0 0 22% !important;
    max-width: 22% !important;
    width: 22% !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 8. Column 3 — Information (fixed ~28%) ── */
footer#colophon .elementor-element-dbd32a6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
    width: 28% !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 9. Column headings (Account / Information) ── */
footer#colophon .elementor-element-5da2599,
footer#colophon .elementor-element-86a61ae {
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
}
footer#colophon .elementor-element-5da2599 .elementor-heading-title,
footer#colophon .elementor-element-86a61ae .elementor-heading-title {
    color: #808080 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-align: left !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
}

/* Override Elementor center alignment on footer icon-list widgets */
footer#colophon .elementor-element-d65695a.elementor-align-center .elementor-icon-list-item,
footer#colophon .elementor-element-d65695a.elementor-align-center .elementor-icon-list-item a,
footer#colophon .elementor-element-8e09fe0.elementor-align-center .elementor-icon-list-item,
footer#colophon .elementor-element-8e09fe0.elementor-align-center .elementor-icon-list-item a {
    justify-content: flex-start !important;
    text-align: left !important;
}
/* Override Elementor center alignment on footer heading widgets */
footer#colophon .elementor-element-5da2599 .elementor-widget-container,
footer#colophon .elementor-element-86a61ae .elementor-widget-container {
    text-align: left !important;
}

/* ── 10. Column link lists ── */
footer#colophon .elementor-element-d65695a,
footer#colophon .elementor-element-8e09fe0 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
footer#colophon .elementor-element-d65695a .elementor-icon-list-items,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    list-style: none !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    align-items: flex-start !important;
}
footer#colophon .elementor-element-d65695a .elementor-icon-list-item,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item {
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
}
footer#colophon .elementor-element-d65695a .elementor-icon-list-item a,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item a {
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}
footer#colophon .elementor-element-d65695a .elementor-icon-list-text,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-text {
    color: #fff !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    transition: color 0.2s !important;
}
footer#colophon .elementor-element-d65695a .elementor-icon-list-item:hover .elementor-icon-list-text,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #940817 !important;
}
/* Remove default spacing from Elementor list items */
footer#colophon .elementor-element-d65695a .elementor-icon-list-item,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item {
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 11. Bottom row — copyright + policy links ── */
footer#colophon .elementor-element-1056f8ef {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 28px 0 0 !important;
    margin: 0 !important;
}

/* Copyright text — single line, left side */
footer#colophon .elementor-element-7cae1e4 {
    color: #808080 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}
footer#colophon .elementor-element-7cae1e4 p {
    margin: 0 !important;
    white-space: nowrap !important;
}
footer#colophon .elementor-element-7cae1e4 a {
    color: #808080 !important;
}
footer#colophon .elementor-element-7cae1e4 a:hover {
    color: #fff !important;
}

/* Policy links — horizontal row, right side */
footer#colophon .elementor-element-4f63a903 {
    margin-left: auto !important;
    flex-shrink: 0 !important;
}
footer#colophon .elementor-element-4f63a903 .elementor-icon-list-items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}
footer#colophon .elementor-element-4f63a903 .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
}
footer#colophon .elementor-element-4f63a903 .elementor-icon-list-text {
    color: #808080 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    transition: color 0.2s !important;
}
footer#colophon .elementor-element-4f63a903 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #fff !important;
}

/* ── 12. Payment icons row ── */
footer#colophon .elementor-element-7072e7f {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 0 0 !important;
    margin: 0 !important;
}
footer#colophon .elementor-element-a6eff82 img {
    max-width: 280px !important;
    width: auto !important;
    height: 36px !important;
    object-fit: contain !important;
    opacity: 0.7 !important;
}

/* ── 13. Empty trailing spacer — hide ── */
footer#colophon .elementor-element-7d91faa9 {
    display: none !important;
}

/* ── 14. Close gap between page content and footer ── */
#main.wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#page {
    padding-bottom: 0 !important;
}

/* ── 15. Override theme v6 rounded footer ── */
.product-style-v6 .footer-container {
    border-radius: 0 !important;
}

/* ── 16. Responsive — Tablet (≤1024px) ── */
@media (max-width: 1024px) {
    footer#colophon.footer-container {
        padding: 20px 16px 0 !important;
    }
    footer#colophon .elementor-element-5c9fb175 {
        border-radius: 20px !important;
    }
    footer#colophon .elementor-element-4e628a6 {
        padding: 48px 32px 40px !important;
        gap: 40px !important;
    }
    footer#colophon .elementor-element-40ca713 {
        flex-wrap: wrap !important;
        gap: 36px 32px !important;
    }
    footer#colophon .elementor-element-6cf2480 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    footer#colophon .elementor-element-7ade88b {
        flex: 0 0 calc(50% - 16px) !important;
        max-width: calc(50% - 16px) !important;
        width: calc(50% - 16px) !important;
    }
    footer#colophon .elementor-element-dbd32a6 {
        flex: 0 0 calc(50% - 16px) !important;
        max-width: calc(50% - 16px) !important;
        width: calc(50% - 16px) !important;
    }
}

/* ── 17. Responsive — Mobile (≤767px) ── */
@media (max-width: 767px) {
    footer#colophon.footer-container {
        padding: 16px 12px 0 !important;
    }
    footer#colophon .elementor-element-5c9fb175 {
        border-radius: 16px !important;
    }
    footer#colophon .elementor-element-4e628a6 {
        padding: 40px 20px 32px !important;
        gap: 32px !important;
    }
    footer#colophon .elementor-element-40ca713 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 32px !important;
    }
    footer#colophon .elementor-element-6cf2480 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }
    footer#colophon .elementor-element-7ade88b,
    footer#colophon .elementor-element-dbd32a6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        align-items: center !important;
    }
    footer#colophon .elementor-element-5da2599 .elementor-heading-title,
    footer#colophon .elementor-element-86a61ae .elementor-heading-title {
        text-align: center !important;
    }
    footer#colophon .elementor-element-d65695a .elementor-icon-list-items,
    footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-items {
        align-items: center !important;
    }
    footer#colophon .elementor-element-c03dc86 {
        text-align: center !important;
    }
    footer#colophon .elementor-element-8cacd46 {
        text-align: center !important;
    }
    footer#colophon .elementor-element-1e3bc5f .list-items {
        justify-content: center !important;
    }
    footer#colophon .elementor-element-1056f8ef {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
    }
    footer#colophon .elementor-element-4f63a903 .elementor-icon-list-items {
        justify-content: center !important;
    }
    footer#colophon .elementor-element-a6eff82 img {
        max-width: 220px !important;
        height: 28px !important;
    }
}

/* ── Footer refinement — cleaner premium structure ───────── */
footer#colophon .elementor-element-4e628a6 {
    max-width: 1140px !important;
    padding: 56px 44px 36px !important;
    gap: 46px !important;
}

footer#colophon .elementor-element-40ca713 {
    display: grid !important;
    grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.7fr) minmax(190px, 0.9fr) !important;
    align-items: start !important;
    justify-content: stretch !important;
    column-gap: clamp(42px, 6vw, 78px) !important;
    row-gap: 32px !important;
    margin-bottom: 0 !important;
}

footer#colophon .elementor-element-6cf2480,
footer#colophon .elementor-element-7ade88b,
footer#colophon .elementor-element-dbd32a6 {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    min-width: 0 !important;
}

footer#colophon .elementor-element-6cf2480 {
    gap: 17px !important;
    padding-top: 0 !important;
}

footer#colophon .elementor-element-c03dc86 img {
    width: 156px !important;
    max-width: 156px !important;
}

footer#colophon .elementor-element-8cacd46 {
    max-width: 360px !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: rgba(255,255,255,0.58) !important;
}

footer#colophon .elementor-element-1e3bc5f {
    margin-top: 7px !important;
    padding-bottom: 4px !important;
}

footer#colophon .elementor-element-1e3bc5f .list-items {
    gap: 10px !important;
    align-items: center !important;
}

footer#colophon .elementor-element-1e3bc5f .elementor-social-icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.04) !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease !important;
}

footer#colophon .elementor-element-1e3bc5f .elementor-social-icon i {
    font-size: 15px !important;
    line-height: 1 !important;
    color: rgba(255,255,255,0.68) !important;
}

footer#colophon .elementor-element-1e3bc5f .elementor-social-icon:hover {
    border-color: rgba(255,255,255,0.32) !important;
    background: rgba(255,255,255,0.08) !important;
    transform: translateY(-1px) !important;
}

footer#colophon .elementor-element-7ade88b,
footer#colophon .elementor-element-dbd32a6 {
    gap: 0 !important;
    padding-top: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
}

footer#colophon .elementor-element-5da2599,
footer#colophon .elementor-element-86a61ae {
    margin-bottom: 15px !important;
}

footer#colophon .elementor-element-5da2599,
footer#colophon .elementor-element-86a61ae,
footer#colophon .elementor-element-d65695a,
footer#colophon .elementor-element-8e09fe0,
footer#colophon .elementor-element-5da2599 .elementor-widget-container,
footer#colophon .elementor-element-86a61ae .elementor-widget-container,
footer#colophon .elementor-element-d65695a .elementor-widget-container,
footer#colophon .elementor-element-8e09fe0 .elementor-widget-container {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
}

footer#colophon .elementor-element-5da2599 .elementor-heading-title,
footer#colophon .elementor-element-86a61ae .elementor-heading-title {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255,255,255,0.48) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}

footer#colophon .elementor-element-d65695a .elementor-icon-list-items,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-items {
    gap: 9px !important;
    align-items: flex-start !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

footer#colophon .elementor-element-d65695a .elementor-icon-list-item,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item,
footer#colophon .elementor-element-d65695a .elementor-icon-list-item a,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-item a {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
    gap: 0 !important;
}

footer#colophon .elementor-element-d65695a .elementor-icon-list-icon,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-icon {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer#colophon .elementor-element-d65695a .elementor-icon-list-text,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-text {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

footer#colophon .elementor-element-d65695a .elementor-icon-list-text,
footer#colophon .elementor-element-8e09fe0 .elementor-icon-list-text {
    font-size: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em !important;
}

footer#colophon .elementor-element-1056f8ef {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 24px !important;
    border-top-color: rgba(255,255,255,0.08) !important;
    padding-top: 24px !important;
}

footer#colophon .elementor-element-7cae1e4,
footer#colophon .elementor-element-7cae1e4 p,
footer#colophon .elementor-element-4f63a903 .elementor-icon-list-text {
    font-size: 12px !important;
    line-height: 1.45 !important;
    color: rgba(255,255,255,0.48) !important;
}

footer#colophon .elementor-element-4f63a903 .elementor-icon-list-items {
    gap: 18px !important;
}

footer#colophon .elementor-element-7072e7f {
    justify-content: flex-end !important;
    padding-top: 8px !important;
}

footer#colophon .elementor-element-a6eff82 img {
    max-width: 244px !important;
    height: 30px !important;
    opacity: 0.62 !important;
}

@media (max-width: 1024px) {
    footer#colophon .elementor-element-4e628a6 {
        padding: 46px 32px 34px !important;
        gap: 40px !important;
    }

    footer#colophon .elementor-element-40ca713 {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 44px !important;
    }

    footer#colophon .elementor-element-6cf2480 {
        grid-column: 1 / -1 !important;
        max-width: 520px !important;
    }
}

@media (max-width: 767px) {
    footer#colophon .elementor-element-4e628a6 {
        padding: 38px 22px 30px !important;
        gap: 34px !important;
    }

    footer#colophon .elementor-element-40ca713 {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 28px !important;
    }

    footer#colophon .elementor-element-6cf2480 {
        max-width: 100% !important;
    }

    footer#colophon .elementor-element-1056f8ef {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 12px !important;
        padding-top: 22px !important;
    }

    footer#colophon .elementor-element-4f63a903 .elementor-icon-list-items {
        flex-wrap: wrap !important;
        gap: 10px 16px !important;
    }

    footer#colophon .elementor-element-7072e7f {
        justify-content: center !important;
        padding-top: 4px !important;
    }
}


/* ── Shop hero — Responsive — tablet ────────────────────── */
@media (max-width: 1024px) {
    .vr-shop-product {
        padding: 40px 32px 0;
    }

    .vr-shop-product__inner {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }

    .vr-shop-product__gallery {
        grid-template-columns: 64px 1fr;
        gap: 12px;
        position: static;
    }

    .vr-shop-product__thumb {
        width: 64px;
        height: 64px;
    }

    .vr-shop-breadcrumb {
        padding: 20px 32px 0;
    }
}

/* ── Responsive — mobile ────────────────────────────────── */
@media (max-width: 768px) {
    .vr-shop-product {
        padding: 32px 20px 0;
    }

    .vr-shop-product__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* On mobile: thumbs go horizontal below main image */
    .vr-shop-product__gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vr-shop-product__thumbs {
        flex-direction: row;
        order: 2;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
    }

    .vr-shop-product__thumbs::-webkit-scrollbar {
        display: none;
    }

    .vr-shop-product__thumb {
        width: 60px;
        height: 60px;
        border-radius: var(--vr-btn-radius);
    }

    .vr-shop-product__main-image {
        aspect-ratio: 1 / 1;
        order: 1;
        border-radius: 16px;
    }

    .vr-shop-product__price-current {
        font-size: 26px;
    }

    .vr-shop-breadcrumb {
        padding: 16px 20px 0;
    }

    .vr-shop-product__purchase-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .vr-shop-product__add-btn,
    .vr-shop-product__buy-now-btn {
        height: 50px;
    }
}


/* ── Hide the hover DROPDOWN on cart icon — sidebar drawer only ── */
.shopping-cart-wrapper .cart-dropdown-form {
    display: none !important;
}

.shopping-cart-wrapper .cart-control {
    pointer-events: auto !important;
}

.shopping-cart-wrapper .ts-tiny-cart-wrapper {
    position: static !important;
}


/* ================================================================
   VisionRuya — Mini Cart Drawer
   Styles for woocommerce_mini_cart() output inside
   #ts-shopping-cart-sidebar
   ================================================================ */

/* ── Panel ─────────────────────────────────────────────────── */
#ts-shopping-cart-sidebar .ts-sidebar-content {
    background: #FBF8F4 !important;
    padding: 0 !important;
    width: 420px !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#ts-shopping-cart-sidebar.active .ts-sidebar-content {
    box-shadow: -8px 0 40px rgba(31, 26, 23, 0.12) !important;
}

/* ── Overlay ───────────────────────────────────────────────── */
#ts-shopping-cart-sidebar > .overlay {
    background: rgba(31, 26, 23, 0.40) !important;
}

/* ── Header bar (close button repurposed) ─────────────────── */
#ts-shopping-cart-sidebar .close {
    position: static !important;
    order: -1;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 24px 28px !important;
    border-bottom: 1px solid rgba(89,0,10,0.08) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    background: transparent !important;
}

#ts-shopping-cart-sidebar .close::before {
    content: 'Shopping Cart' !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #2A2522 !important;
    letter-spacing: 0.01em !important;
}

#ts-shopping-cart-sidebar .close::after {
    content: '\e9c4' !important;
    font-family: 'icomoon' !important;
    font-size: 13px !important;
    color: #5F5752 !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(89, 0, 10, 0.05) !important;
    transition: background 0.25s ease, color 0.25s ease !important;
}

#ts-shopping-cart-sidebar .close:hover::after {
    background: var(--vr-accent, #59000A) !important;
    color: #FFFFFF !important;
}

/* ── Cart content wrapper ─────────────────────────────────── */
#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper {
    flex: 1 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#ts-shopping-cart-sidebar .widget_shopping_cart_content {
    flex: 1 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* ── Product list (ul.cart_list) ───────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart.cart_list {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 8px 28px !important;
    margin: 0 !important;
    list-style: none !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(89,0,10,0.10) transparent !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart.cart_list::-webkit-scrollbar {
    width: 4px !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb {
    background: rgba(89,0,10,0.10) !important;
    border-radius: 4px !important;
}

/* ── Single cart item ─────────────────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item {
    display: grid !important;
    grid-template-columns: 140px 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 10px 22px !important;
    align-items: start !important;
    padding: 26px 28px !important;
    border-bottom: 1px solid rgba(89,0,10,0.06) !important;
    position: relative !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item:last-child {
    border-bottom: none !important;
}

/* ── Remove — below the quantity control ─────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a.remove {
    grid-column: 2 !important;
    grid-row: 4 !important;
    justify-self: start !important;
    align-self: start !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    color: #1F1A17 !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a.remove:hover {
    background: transparent !important;
    color: #1F1A17 !important;
    opacity: 0.55 !important;
}

/* use a clean trash icon instead of WooCommerce's text */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a.remove::before {
    content: "" !important;
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px 25px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a.remove::after {
    display: none !important;
}

/* ── Product link (image + name) — col 1-2, row 1 ─────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove) {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    display: contents !important;
    text-decoration: none !important;
    color: #2A2522 !important;
    min-width: 0 !important;
}

/* Thumbnail */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove) img {
    grid-column: 1 !important;
    grid-row: 1 / 5 !important;
    width: 140px !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    display: block !important;
    background: #DDDAD1 !important;
    border: 1px solid rgba(89,0,10,0.06) !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove) img + img {
    display: none !important;
}

/* Product name — text after the img inside the <a> */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .vr-mini-cart-product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    color: #2A2522 !important;
    transition: color 0.2s !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove):hover .vr-mini-cart-product-name {
    color: #59000A !important;
}

/* ── Price + quantity control ────────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .vr-mini-cart-line-price {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    display: block !important;
    margin-top: 0 !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #6C6560 !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity {
    grid-column: 2 !important;
    grid-row: 3 !important;
    width: 124px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity > label,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity label.ts-screen-reader-text,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity label.screen-reader-text {
    display: none !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .number-button::before,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .number-button::after {
    content: none !important;
    display: none !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .number-button {
    all: unset !important;
    width: 124px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    border: 1.5px solid #1F1A17 !important;
    border-radius: 999px !important;
    background: #FFFFFF !important;
    box-sizing: border-box !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .minus,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .plus {
    all: unset !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 18px 18px !important;
    font-size: 0 !important;
    color: transparent !important;
    transition: opacity 0.2s ease !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='2.6' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .minus:hover,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .plus:hover {
    opacity: 0.55 !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity input.qty {
    all: unset !important;
    width: 36px !important;
    height: 44px !important;
    display: block !important;
    flex-shrink: 0 !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    color: #1F1A17 !important;
    text-align: center !important;
    background: transparent !important;
    -moz-appearance: textfield !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity input.qty::-webkit-inner-spin-button,
#ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    display: none !important;
    margin: 0 !important;
}

/* ── Subtotal ─────────────────────────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__total {
    padding: 18px 28px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(89,0,10,0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3A332F !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #2A2522 !important;
}

/* ── Buttons: Checkout + View Cart ────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 28px 28px !important;
    margin: 0 !important;
}

/* View Cart — text link */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button:not(.checkout) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 4px 0 !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #59000A !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-transform: none !important;
    transition: color 0.2s !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    background: transparent !important;
    color: #72000D !important;
    transform: none !important;
}

/* Checkout — solid burgundy */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button.checkout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 14px 24px !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    color: #FFFFFF !important;
    background: #59000A !important;
    border: 1.5px solid #59000A !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: background 0.3s, border-color 0.3s,
                transform 0.2s, box-shadow 0.3s !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button.checkout:hover {
    background: #72000D !important;
    border-color: #72000D !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(89, 0, 10, 0.18) !important;
}

/* hide WC ::after arrows on buttons */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button::after {
    display: none !important;
}

/* ── Empty cart state ─────────────────────────────────────── */
#ts-shopping-cart-sidebar .woocommerce-mini-cart__empty-message {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 28px !important;
    text-align: center !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #5F5752 !important;
    margin: 0 !important;
}

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 767px) {
    #ts-shopping-cart-sidebar .ts-sidebar-content {
        width: 100vw !important;
    }
    #ts-shopping-cart-sidebar .close {
        padding: 20px 20px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart.cart_list {
        padding: 8px 20px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart__total {
        padding: 18px 20px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons {
        padding: 0 20px 24px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item {
        grid-template-columns: 108px 1fr !important;
        gap: 10px 16px !important;
        padding: 22px 20px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove) {
        font-size: 15px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item > a:not(.remove) img {
        width: 108px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item .vr-mini-cart-product-name {
        font-size: 15px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item .vr-mini-cart-line-price {
        margin-top: 0 !important;
        font-size: 16px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity {
        width: 116px !important;
    }
    #ts-shopping-cart-sidebar .woocommerce-mini-cart-item .quantity .number-button {
        width: 116px !important;
        height: 42px !important;
        padding: 0 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #ts-shopping-cart-sidebar .ts-sidebar-content {
        width: 380px !important;
    }
}


/* ================================================================
   VisionRuya — WooCommerce Customer Pages
   Shared foundation for: Login/My Account, Wishlist, Shopping Cart
   ================================================================ */

/* ── Scope selector ───────────────────────────────────────────── */
/* All rules below target ONLY these pages:                        */
/*   body.woocommerce-account   (Login / My Account)               */
/*   body.woocommerce-cart      (Shopping Cart)                    */
/*   .ts-wishlist-table-wrapper (Wishlist — theme custom wrapper)  */

/* ============================================================
   1. PAGE TITLE BAND — Burgundy hero strip
   ============================================================ */
/* The theme renders .breadcrumb-title-wrapper on these pages
   with a .page-title <h1> inside .breadcrumb-title > .page-title.
   This is pure CSS — no template edit needed.                     */

body.woocommerce-account .breadcrumb-title-wrapper,
body.woocommerce-cart .breadcrumb-title-wrapper {
    background-color: var(--vr-accent) !important;
    padding: 48px 0 !important;
    text-align: center !important;
    border-bottom: none !important;
}

body.woocommerce-account .breadcrumb-title-wrapper .page-title,
body.woocommerce-cart .breadcrumb-title-wrapper .page-title {
    font-family: var(--vr-font-heading) !important;
    font-weight: 500 !important;
    font-size: clamp(28px, 4vw, 40px) !important;
    color: #FFFFFF !important;
    letter-spacing: 0.01em !important;
    margin: 0 !important;
}

/* Hide breadcrumbs inside the band — keep it clean */
body.woocommerce-account .breadcrumb-title-wrapper .breadcrumbs,
body.woocommerce-cart .breadcrumb-title-wrapper .breadcrumbs {
    display: none !important;
}


/* ============================================================
   2. SHARED PAGE SPACING
   ============================================================ */
body.woocommerce-account .page-container,
body.woocommerce-cart .page-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 56px 32px 80px !important;
}

@media (max-width: 991px) {
    body.woocommerce-account .page-container,
    body.woocommerce-cart .page-container {
        padding: 44px 24px 64px !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce-account .page-container,
    body.woocommerce-cart .page-container {
        padding: 36px 16px 56px !important;
    }
}

/* Remove sidebar — full width content */
body.woocommerce-account .page-container > .main-content,
body.woocommerce-cart .page-container > .main-content {
    width: 100% !important;
    float: none !important;
}

body.woocommerce-account .ts-sidebar,
body.woocommerce-cart .ts-sidebar {
    display: none !important;
}


/* ============================================================
   3. SHARED TYPOGRAPHY
   ============================================================ */
body.woocommerce-account,
body.woocommerce-cart {
    background-color: #FFFFFF !important;
}

body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3,
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
.ts-wishlist-table-wrapper h1,
.ts-wishlist-table-wrapper h2,
.ts-wishlist-table-wrapper h3 {
    font-family: var(--vr-font-heading) !important;
    color: var(--vr-text-dark) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
}

body.woocommerce-account p,
body.woocommerce-account label,
body.woocommerce-account td,
body.woocommerce-account th,
body.woocommerce-account span,
body.woocommerce-account li,
body.woocommerce-cart p,
body.woocommerce-cart label,
body.woocommerce-cart td,
body.woocommerce-cart th,
body.woocommerce-cart span,
body.woocommerce-cart li,
.ts-wishlist-table-wrapper p,
.ts-wishlist-table-wrapper td,
.ts-wishlist-table-wrapper th,
.ts-wishlist-table-wrapper span {
    font-family: var(--vr-font-body) !important;
    color: var(--vr-text-body) !important;
}

body.woocommerce-account a:not(.button),
body.woocommerce-cart a:not(.button),
.ts-wishlist-table-wrapper a:not(.button) {
    color: var(--vr-accent) !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

body.woocommerce-account a:not(.button):hover,
body.woocommerce-cart a:not(.button):hover,
.ts-wishlist-table-wrapper a:not(.button):hover {
    color: var(--vr-accent-hover) !important;
}


/* ============================================================
   4. SHARED BUTTON STYLE
   ============================================================ */
body.woocommerce-account .button,
body.woocommerce-account button[type="submit"],
body.woocommerce-account input[type="submit"],
body.woocommerce-cart .button,
body.woocommerce-cart button[type="submit"],
body.woocommerce-cart input[type="submit"],
.ts-wishlist-table-wrapper .button,
.ts-wishlist-table-wrapper button[type="submit"] {
    font-family: var(--vr-font-body) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    background: var(--vr-accent) !important;
    color: #FFFFFF !important;
    border: 1.5px solid var(--vr-accent) !important;
    border-radius: var(--vr-btn-radius) !important;
    padding: 13px 32px !important;
    cursor: pointer !important;
    transition: background 0.3s ease, border-color 0.3s ease,
                transform 0.2s ease, box-shadow 0.3s ease !important;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button[type="submit"]:hover,
body.woocommerce-account input[type="submit"]:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart button[type="submit"]:hover,
body.woocommerce-cart input[type="submit"]:hover,
.ts-wishlist-table-wrapper .button:hover,
.ts-wishlist-table-wrapper button[type="submit"]:hover {
    background: #72000D !important;
    border-color: #72000D !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(89, 0, 10, 0.18) !important;
}

body.woocommerce-account .button:active,
body.woocommerce-cart .button:active,
.ts-wishlist-table-wrapper .button:active {
    background: #430007 !important;
    border-color: #430007 !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
}


/* ============================================================
   5. SHARED FORM / INPUT STYLE
   ============================================================ */
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account input[type="number"],
body.woocommerce-account select,
body.woocommerce-account textarea,
body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="email"],
body.woocommerce-cart input[type="number"],
body.woocommerce-cart input[type="tel"],
body.woocommerce-cart select,
body.woocommerce-cart textarea {
    font-family: var(--vr-font-body) !important;
    font-size: 14px !important;
    color: var(--vr-text-dark) !important;
    background: #FFFFFF !important;
    border: 1px solid var(--vr-border-input) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
    outline: none !important;
}

body.woocommerce-account input:focus,
body.woocommerce-account select:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-cart input:focus,
body.woocommerce-cart select:focus,
body.woocommerce-cart textarea:focus {
    border-color: var(--vr-accent) !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.08) !important;
}

body.woocommerce-account label,
body.woocommerce-cart label {
    font-family: var(--vr-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--vr-text-dark) !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 6px !important;
    display: block !important;
}


/* ============================================================
   6. SHARED TABLE STYLE
   ============================================================ */
body.woocommerce-account table.shop_table,
body.woocommerce-cart table.shop_table,
.ts-wishlist-table-wrapper {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid var(--vr-border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
}

body.woocommerce-account table.shop_table thead th,
body.woocommerce-cart table.shop_table thead th,
.ts-wishlist-table-wrapper .heading-row {
    font-family: var(--vr-font-body) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: var(--vr-text-muted) !important;
    background: var(--vr-bg-card) !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid var(--vr-border) !important;
}

body.woocommerce-account table.shop_table td,
body.woocommerce-cart table.shop_table td,
.ts-wishlist-table-wrapper .wishlist-item {
    font-family: var(--vr-font-body) !important;
    font-size: 14px !important;
    color: var(--vr-text-body) !important;
    padding: 18px 20px !important;
    border-bottom: 1px solid var(--vr-border) !important;
    vertical-align: middle !important;
}

body.woocommerce-account table.shop_table tr:last-child td,
body.woocommerce-cart table.shop_table tr:last-child td,
.ts-wishlist-table-wrapper .wishlist-item:last-child {
    border-bottom: none !important;
}


/* ============================================================
   7. SHARED EMPTY-STATE STYLE
   ============================================================ */
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .cart-empty,
.ts-wishlist-table-wrapper.empty-wishlist {
    font-family: var(--vr-font-body) !important;
    font-size: 15px !important;
    color: var(--vr-text-body) !important;
    background: var(--vr-bg-card) !important;
    border: 1px solid var(--vr-border) !important;
    border-left: 3px solid var(--vr-accent) !important;
    border-radius: 8px !important;
    padding: 20px 24px !important;
    text-align: left !important;
}

body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .cart-empty::before {
    color: var(--vr-accent) !important;
}

/* ── WooCommerce notice styling ───────────────────────────────── */
body.woocommerce-account .woocommerce-error,
body.woocommerce-cart .woocommerce-error {
    font-family: var(--vr-font-body) !important;
    border: 1px solid #dc3545 !important;
    border-left: 3px solid #dc3545 !important;
    border-radius: 8px !important;
    padding: 20px 24px !important;
    background: #fff5f5 !important;
}



/* ================================================================
   VisionRuya — Full Cart Page (TPM-inspired editorial layout)
   Classic shortcode cart on /cart/ (page 11)
   Template overrides: woocommerce/cart/cart.php, cart-totals.php
   ================================================================ */

/* ── Title band ───────────────────────────────────────────── */
body.woocommerce-cart .breadcrumb-title-wrapper {
    background: #59000A !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

body.woocommerce-cart .breadcrumb-title-wrapper .page-title {
    font-family: var(--vr-font-heading) !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    color: #FFFFFF !important;
}

body.woocommerce-cart .breadcrumb-title-wrapper .ts-breadcrumbs {
    display: none !important;
}

/* ── Page wrapper — wide like TPM ─────────────────────────── */
body.woocommerce-cart .page-container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 72px 60px 100px !important;
}

body.woocommerce-cart .page-container:has(.cart-empty) {
    padding-top: 42px !important;
    padding-bottom: 76px !important;
}

/* Kill theme sidebar/right-column layout if any */
body.woocommerce-cart .page-container > .row,
body.woocommerce-cart .page-container > .main-content-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── Layout — cart form + collaterals stacked ─────────────── */
body.woocommerce-cart .woocommerce {
    display: flex !important;
    flex-direction: column !important;
}

body.woocommerce-cart .woocommerce-cart-form {
    width: 100% !important;
}

body.woocommerce-cart .cross-sells {
    display: none !important;
}

/* ============================================================
   Cart Table Header
   ============================================================ */
.vr-cart-table {
    width: 100% !important;
}

.vr-cart-header {
    display: flex !important;
    align-items: center !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid #D4CFC9 !important;
}

.vr-cart-header .vr-cart-col {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #3A332F !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.vr-cart-col--product { flex: 0 0 50% !important; text-align: left !important; }
.vr-cart-col--price   { flex: 0 0 16% !important; text-align: left !important; }
.vr-cart-col--qty     { flex: 0 0 18% !important; text-align: center !important; }
.vr-cart-col--total   { flex: 0 0 16% !important; text-align: right !important; }


/* ============================================================
   Product Row
   ============================================================ */
.vr-cart-row {
    display: flex !important;
    align-items: center !important;
    padding: 40px 0 !important;
    border-bottom: 1px solid #D4CFC9 !important;
}

/* ── Product cell: image + info ────────────────────────────── */
.vr-cart-product {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.vr-cart-product__img {
    flex-shrink: 0 !important;
    width: 100px !important;
}

.vr-cart-product__img img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    background: #F5F2EF !important;
}

.vr-cart-product__info {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.vr-cart-product__name {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1F1A17 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.vr-cart-product__name a {
    color: #1F1A17 !important;
    text-decoration: none !important;
}

.vr-cart-product__name a:hover {
    color: #59000A !important;
}

/* ── Remove link — small text under product name ─────────── */
.vr-cart-product__remove {
    font-size: 12px !important;
    line-height: 1 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #6F655F !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    transition: color 0.2s ease !important;
}

.vr-cart-product__remove::before {
    display: none !important;
}

.vr-cart-product__remove:hover {
    color: #59000A !important;
}

/* ── Price column ──────────────────────────────────────────── */
.vr-cart-row .vr-cart-col--price {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2A2522 !important;
}

/* ── Total column ──────────────────────────────────────────── */
.vr-cart-row .vr-cart-col--total {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2A2522 !important;
}


/* ============================================================
   Quantity Selector — Pill  [ trash ]  [ 1 ]  [ + ]
   ============================================================ */

/* Hide ALL quantity labels */
body.woocommerce-cart .quantity > label,
body.woocommerce-cart .quantity label.ts-screen-reader-text,
body.woocommerce-cart .quantity label.screen-reader-text {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
}

/* Outer .quantity wrapper */
body.woocommerce-cart .quantity {
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 125px !important;
    display: flex !important;
    justify-content: center !important;
    position: static !important;
}

/* ── Kill theme's icomoon arrow pseudo-elements ──────────── */
body.woocommerce-cart .quantity .number-button::before,
body.woocommerce-cart .quantity .number-button::after {
    content: none !important;
    display: none !important;
}

/* ── Pill container ──────────────────────────────────────── */
body.woocommerce-cart .quantity .number-button {
    all: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 125px !important;
    height: 42px !important;
    border: 1.3px solid #1F1A17 !important;
    border-radius: 999px !important;
    background: #FFFFFF !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    position: static !important;
    overflow: visible !important;
}

/* ── Shared reset for minus + plus buttons ───────────────── */
body.woocommerce-cart .quantity .number-button input.minus,
body.woocommerce-cart .quantity .number-button input.plus {
    all: unset !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 16px 16px !important;
    font-size: 0 !important;
    color: transparent !important;
    position: static !important;
    transition: opacity 0.2s ease !important;
}

/* ── Minus = trash icon ──────────────────────────────────── */
body.woocommerce-cart .quantity .number-button input.minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") !important;
}

/* ── Plus = + icon ───────────────────────────────────────── */
body.woocommerce-cart .quantity .number-button input.plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") !important;
}

body.woocommerce-cart .quantity .number-button input.minus:hover,
body.woocommerce-cart .quantity .number-button input.plus:hover {
    opacity: 0.5 !important;
}

/* ── Quantity number — centered ──────────────────────────── */
body.woocommerce-cart .quantity .number-button input.qty {
    all: unset !important;
    display: block !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1F1A17 !important;
    text-align: center !important;
    width: 36px !important;
    height: 40px !important;
    line-height: 40px !important;
    flex-shrink: 0 !important;
    -moz-appearance: textfield !important;
    background: transparent !important;
    position: static !important;
}

/* Kill browser spin arrows */
body.woocommerce-cart .quantity .number-button input.qty::-webkit-inner-spin-button,
body.woocommerce-cart .quantity .number-button input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    display: none !important;
    margin: 0 !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}


/* ============================================================
   Actions Row — hidden (nonce still in DOM for form)
   ============================================================ */
.vr-cart-actions {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}


/* ============================================================
   Cart Summary — clean, right-aligned, NO border/box
   ============================================================ */

/* Outer collaterals wrapper — strip everything */
body.woocommerce-cart .cart-collaterals {
    display: block !important;
    width: 100% !important;
    margin: 56px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
    float: none !important;
}

/* .cart_totals wrapper — strip the theme's 40px padding and any box */
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals.vr-cart-summary,
.vr-cart-summary {
    display: block !important;
    width: 360px !important;
    margin: 0 40px 0 auto !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
    float: none !important;
}

/* Kill any default WooCommerce table/heading */
body.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals .shop_table {
    display: none !important;
}

/* ── Subtotal row — label left, price right ──────────────── */
.vr-cart-summary__row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

.vr-cart-summary__label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1F1A17 !important;
}

.vr-cart-summary__value {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1F1A17 !important;
}

/* ── Tax / shipping note ─────────────────────────────────── */
.vr-cart-summary__note {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    color: #5F5752 !important;
    text-align: left !important;
    margin: 10px 0 24px !important;
    line-height: 1.5 !important;
}

/* ── Checkout button ─────────────────────────────────────── */
body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 360px !important;
    height: 58px !important;
    padding: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    color: #FFFFFF !important;
    background: #59000A !important;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: background 0.25s ease !important;
    margin: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #72000D !important;
    transform: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
}

/* Hide payment method icons */
body.woocommerce-cart #payment-method-message {
    display: none !important;
}


/* ============================================================
   Empty Cart State
   ============================================================ */
body.woocommerce-cart .cart-empty {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 34px 24px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
    color: #6F655F !important;
    border: none !important;
    border-left: none !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

body.woocommerce-cart .cart-empty::before {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    font-size: 84px !important;
    line-height: 1 !important;
    color: #59000A !important;
}

body.woocommerce-cart .return-to-shop {
    text-align: center !important;
    margin-top: 28px !important;
}

body.woocommerce-cart .return-to-shop .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    background: #59000A !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
    min-width: 250px !important;
    height: 54px !important;
    padding: 0 36px !important;
    box-shadow: none !important;
    transition: background 0.25s ease !important;
}

body.woocommerce-cart .return-to-shop .button:hover {
    background: #72000D !important;
    transform: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
}


/* ============================================================
   Cart Page — Responsive
   ============================================================ */
@media (max-width: 991px) {
    body.woocommerce-cart .page-container {
        padding: 40px 24px 72px !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart .page-container {
        padding: 28px 16px 56px !important;
    }

    .vr-cart-header {
        display: none !important;
    }

    .vr-cart-row {
        display: grid !important;
        grid-template-columns: 90px 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 12px 16px !important;
        padding: 20px 0 !important;
    }

    .vr-cart-row .vr-cart-col--product {
        grid-column: 1 / -1 !important;
        flex: none !important;
    }

    .vr-cart-product__img { width: 90px !important; }
    .vr-cart-product__img img { width: 90px !important; height: 90px !important; }

    .vr-cart-row .vr-cart-col--price,
    .vr-cart-row .vr-cart-col--qty,
    .vr-cart-row .vr-cart-col--total {
        flex: none !important;
        text-align: left !important;
    }

    .vr-cart-row .vr-cart-col--price { grid-column: 1; grid-row: 2; }
    .vr-cart-row .vr-cart-col--qty   { grid-column: 2; grid-row: 2; }
    .vr-cart-row .vr-cart-col--total { display: none !important; }

    .vr-cart-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .vr-cart-actions .coupon {
        width: 100% !important;
    }

    .vr-cart-actions .coupon .input-text {
        flex: 1 !important;
        width: auto !important;
    }

    .vr-cart-actions > .button[name="update_cart"] {
        margin-left: 0 !important;
    }

    body.woocommerce-cart .cart-collaterals {
        margin-top: 28px !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        width: 100% !important;
    }
}


/* ================================================================
   VisionRuya — Wishlist Page (matches Shopping Cart style)
   Page ID 11575 — ThemeSky custom wishlist [ts_wishlist]
   ================================================================ */

/* ── Title band — burgundy, matches cart ─────────────────── */
body.page-id-11575 .breadcrumb-title-wrapper {
    background: #59000A !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

body.page-id-11575 .breadcrumb-title-wrapper .page-title {
    font-family: var(--vr-font-heading) !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    color: #FFFFFF !important;
}

body.page-id-11575 .breadcrumb-title-wrapper .ts-breadcrumbs {
    display: none !important;
}

/* ── Page wrapper — wide, matches cart ───────────────────── */
body.page-id-11575 .page-container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 72px 60px 100px !important;
}

body.page-id-11575 .page-container > .row,
body.page-id-11575 .page-container > .main-content-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── Wishlist table wrapper — strip theme box ────────────── */
body.page-id-11575 .ts-wishlist-table-wrapper {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* ── Header row — Product Name / Price / Stock Status ────── */
body.page-id-11575 .ts-wishlist-table-wrapper .heading-row {
    display: flex !important;
    align-items: center !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid #D4CFC9 !important;
    background: transparent !important;
    border-top: none !important;
    margin: 0 !important;
}

/* Hide empty header columns (remove, thumbnail, add-to-cart) */
body.page-id-11575 .heading-row .product-remove,
body.page-id-11575 .heading-row .product-thumbnail,
body.page-id-11575 .heading-row .product-add-to-cart {
    display: none !important;
}

/* Visible header labels */
body.page-id-11575 .heading-row .product-name,
body.page-id-11575 .heading-row .product-price,
body.page-id-11575 .heading-row .product-stock-status {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #3A332F !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

body.page-id-11575 .heading-row .product-name {
    flex: 0 0 50% !important;
    text-align: left !important;
}

body.page-id-11575 .heading-row .product-price {
    flex: 0 0 25% !important;
    text-align: left !important;
}

body.page-id-11575 .heading-row .product-stock-status {
    flex: 0 0 25% !important;
    text-align: left !important;
}

/* ── Product rows ────────────────────────────────────────── */
body.page-id-11575 .ts-wishlist-table-wrapper .items {
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-11575 .ts-wishlist-table-wrapper .items .item,
body.page-id-11575 .ts-wishlist-table-wrapper .items .wishlist-item {
    display: flex !important;
    align-items: center !important;
    padding: 28px 0 !important;
    border-bottom: 1px solid #D4CFC9 !important;
    border-top: none !important;
    background: transparent !important;
    margin: 0 !important;
}

/* Remove button — small text link */
body.page-id-11575 .items .item .product-remove {
    display: none !important;
}

/* Product thumbnail */
body.page-id-11575 .items .item .product-thumbnail {
    flex-shrink: 0 !important;
    width: 100px !important;
    margin-right: 20px !important;
    padding: 0 !important;
    border: none !important;
}

body.page-id-11575 .items .item .product-thumbnail img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    background: #F5F2EF !important;
}

/* Product name */
body.page-id-11575 .items .item .product-name {
    flex: 1 !important;
    padding: 0 !important;
    border: none !important;
}

body.page-id-11575 .items .item .product-name > a {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1F1A17 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}

body.page-id-11575 .items .item .product-name > a:hover {
    color: #59000A !important;
}

/* Price */
body.page-id-11575 .items .item .product-price {
    flex: 0 0 25% !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2A2522 !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
}

/* Stock status */
body.page-id-11575 .items .item .product-stock-status {
    flex: 0 0 25% !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3A332F !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
}

body.page-id-11575 .items .item .product-stock-status .in-stock {
    color: #2E7D32 !important;
}

body.page-id-11575 .items .item .product-stock-status .out-of-stock {
    color: #C62828 !important;
}

/* Add to cart button in row */
body.page-id-11575 .items .item .product-add-to-cart {
    display: none !important;
}

/* ── Empty wishlist state ────────────────────────────────── */
body.page-id-11575 .ts-wishlist-table-wrapper.empty-wishlist .items .item {
    display: block !important;
    padding: 60px 0 40px !important;
    border-bottom: none !important;
    text-align: center !important;
}

body.page-id-11575 .ts-wishlist-table-wrapper.empty-wishlist .items .item span {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #5F5752 !important;
}

/* ── Wishlist — Responsive ───────────────────────────────── */
@media (max-width: 991px) {
    body.page-id-11575 .page-container {
        padding: 40px 24px 72px !important;
    }
}

@media (max-width: 767px) {
    body.page-id-11575 .page-container {
        padding: 28px 16px 56px !important;
    }

    body.page-id-11575 .heading-row {
        display: none !important;
    }

    body.page-id-11575 .items .item,
    body.page-id-11575 .items .wishlist-item {
        flex-wrap: wrap !important;
        gap: 12px !important;
        padding: 20px 0 !important;
    }

    body.page-id-11575 .items .item .product-thumbnail {
        width: 80px !important;
    }

    body.page-id-11575 .items .item .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
    }

    body.page-id-11575 .items .item .product-price,
    body.page-id-11575 .items .item .product-stock-status {
        flex: none !important;
    }
}


/* ================================================================
   VisionRuya — Login Page (centered form, matches cart style)
   body.woocommerce-account when not logged in
   ================================================================ */

/* Title band already styled via shared .woocommerce-account rules.
   Ensure it matches cart: 150px, centered, serif font. */
body.woocommerce-account .breadcrumb-title-wrapper {
    background: #59000A !important;
    background-color: #59000A !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

body.woocommerce-account .breadcrumb-title-wrapper .page-title {
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
}

body.woocommerce-account .breadcrumb-title-wrapper.no-title::before {
    content: 'Login' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

body.woocommerce-account .breadcrumb-title-wrapper .ts-breadcrumbs {
    display: none !important;
}

/* ── Hide the "Login" h2 heading inside the content area ──── */
body.woocommerce-account .woocommerce > h2 {
    display: none !important;
}

/* ── Center the login form in a narrow column ────────────── */
body.woocommerce-account .woocommerce-form-login {
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 24px !important;
    row-gap: 0 !important;
}

/* ── Form spacing ────────────────────────────────────────── */
body.woocommerce-account .woocommerce-form-login .form-row {
    margin: 0 !important;
}

body.woocommerce-account .woocommerce-form-login .form-row-wide {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}

body.woocommerce-account .woocommerce-form-login .form-row-wide:first-of-type {
    grid-row: 1 !important;
    margin-bottom: 26px !important;
}

body.woocommerce-account .woocommerce-form-login .form-row-wide + .form-row-wide {
    grid-row: 2 !important;
    margin-bottom: 14px !important;
}

/* ── Log in button — full width within the form column ──── */
body.woocommerce-account .woocommerce-form-login__submit {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 52px !important;
    padding: 0 !important;
    margin-top: 26px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
}

/* ── Remember me + lost password row ─────────────────────── */
body.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
    display: contents !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
    grid-column: 1 !important;
    grid-row: 3 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3A332F !important;
    margin: 0 !important;
    align-self: center !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    accent-color: #59000A !important;
}

/* ── Lost password link ──────────────────────────────────── */
body.woocommerce-account .lost_password {
    grid-column: 2 !important;
    grid-row: 3 !important;
    text-align: right !important;
    margin: 0 !important;
    align-self: center !important;
}

body.woocommerce-account .lost_password a {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #5F5752 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    vertical-align: baseline !important;
}

body.woocommerce-account .lost_password a:hover {
    color: #59000A !important;
}

/* ── "New customer? Create your account" ─────────────────── */
.vr-login-newcustomer {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    margin: 28px 0 0 !important;
    padding-top: 24px !important;
    border-top: 1px solid #D4CFC9 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5F5752 !important;
}

.vr-login-newcustomer a {
    font-weight: 500 !important;
    color: #59000A !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.vr-login-newcustomer a:hover {
    color: #72000D !important;
}


/* ================================================================
   VisionRuya — Premium Checkout
   Scoped to WooCommerce checkout only.
   ================================================================ */

body.woocommerce-checkout {
    background: #FBF8F4 !important;
}

body.woocommerce-checkout .ts-header {
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(89, 0, 10, 0.10) !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .ts-header .header-top,
body.woocommerce-checkout .ts-header .menu-wrapper,
body.woocommerce-checkout .ts-header .group-icons-left,
body.woocommerce-checkout .ts-header .my-account-wrapper,
body.woocommerce-checkout .ts-header .my-wishlist-wrapper,
body.woocommerce-checkout .ts-header .search-button,
body.woocommerce-checkout .ts-header .hotline,
body.woocommerce-checkout .ts-header .header-language-currency,
body.woocommerce-checkout .ts-mobile-icon-toggle {
    display: none !important;
}

body.woocommerce-checkout .ts-header .header-middle,
body.woocommerce-checkout .ts-header .header-template {
    background: #FFFFFF !important;
}

body.woocommerce-checkout .ts-header .header-middle > .container {
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.woocommerce-checkout .ts-header .header-left,
body.woocommerce-checkout .ts-header .header-right {
    display: flex !important;
    align-items: center !important;
}

body.woocommerce-checkout .ts-header .logo-wrapper img {
    max-height: 34px !important;
    width: auto !important;
}

body.woocommerce-checkout .shopping-cart-wrapper {
    display: block !important;
    margin-left: auto !important;
}

body.woocommerce-checkout .shopping-cart-wrapper .cart-control {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #59000A !important;
    color: #FFFFFF !important;
}

body.woocommerce-checkout .shopping-cart-wrapper .cart-control .cart-number {
    background: #FFFFFF !important;
    color: #59000A !important;
}

body.woocommerce-checkout .breadcrumb-title-wrapper,
body.woocommerce-checkout .ts-breadcrumbs,
body.woocommerce-checkout #page-title-wrapper,
body.woocommerce-checkout .page-title-wrapper {
    display: none !important;
}

body.woocommerce-checkout .page-container {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 54px 24px 86px !important;
}

body.woocommerce-checkout #main-content,
body.woocommerce-checkout article.page,
body.woocommerce-checkout article.page > .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper {
    max-width: 1180px !important;
    margin: 0 0 22px !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 13px 18px !important;
    border: 1px solid rgba(89, 0, 10, 0.10) !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    color: #5F5752 !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    text-transform: none !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info a,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info button {
    color: #59000A !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

body.woocommerce-checkout .woocommerce form.checkout_coupon {
    margin-top: 12px !important;
    padding: 18px !important;
    border: 1px solid rgba(89, 0, 10, 0.10) !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
}

body.woocommerce-checkout .woocommerce > form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    gap: 28px 34px !important;
    align-items: start !important;
    margin-top: 0 !important;
    overflow: visible !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #customer_details {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 30px !important;
    border: 1px solid rgba(89, 0, 10, 0.10) !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #2A2522 !important;
    text-transform: none !important;
    font-size: 0 !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading::before {
    content: "Order summary" !important;
    font-size: 26px !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review {
    display: contents !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    margin-top: 44px !important;
    padding: 24px !important;
    border: 1px solid rgba(89, 0, 10, 0.10) !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout #payment {
    grid-column: 1 !important;
    padding: 30px !important;
    border: 1px solid rgba(89, 0, 10, 0.10) !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout #payment::before {
    display: block !important;
    margin: 0 0 22px !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #2A2522 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
    content: "Contact and delivery" !important;
    font-size: 26px !important;
}

body.woocommerce-checkout #payment::before {
    content: "Payment" !important;
}

body.woocommerce-checkout .woocommerce-additional-fields > h3 {
    margin-top: 28px !important;
    font-size: 22px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    gap: 16px !important;
    margin: 0 !important;
}

body.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper > p.form-row,
body.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields__field-wrapper > p.form-row {
    margin: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-first,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-last,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-last {
    width: calc(50% - 8px) !important;
}

body.woocommerce-checkout .woocommerce form.checkout .form-row {
    margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce form .form-row label {
    padding-bottom: 7px !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    color: #4A423D !important;
    text-transform: uppercase !important;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row .select2-selection,
body.woocommerce-checkout .woocommerce form .form-row select {
    min-height: 48px !important;
    border: 1px solid rgba(89, 0, 10, 0.12) !important;
    border-radius: 8px !important;
    background: #FBF8F4 !important;
    color: #2A2522 !important;
    box-shadow: none !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
}

body.woocommerce-checkout .woocommerce form .form-row textarea {
    min-height: 112px !important;
    padding-top: 14px !important;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout .woocommerce form .form-row .select2-container--open .select2-selection,
body.woocommerce-checkout .woocommerce form .form-row select:focus {
    border-color: #59000A !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.08) !important;
}

body.woocommerce-checkout .vr-checkout-product {
    display: grid !important;
    grid-template-columns: 68px 1fr !important;
    gap: 14px !important;
    align-items: center !important;
}

body.woocommerce-checkout .vr-checkout-product__image {
    position: relative !important;
    display: block !important;
}

body.woocommerce-checkout .vr-checkout-product__image img {
    width: 68px !important;
    height: 68px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid rgba(89, 0, 10, 0.08) !important;
    background: #FBF8F4 !important;
}

body.woocommerce-checkout .vr-checkout-product__name {
    display: block !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout .vr-checkout-product__qty {
    min-width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 6px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    background: #59000A !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

body.woocommerce-checkout #order_review table.shop_table tr {
    padding: 16px 0 !important;
    border-color: rgba(89, 0, 10, 0.10) !important;
}

body.woocommerce-checkout #order_review table.shop_table thead {
    display: none !important;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    color: #4A423D !important;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td,
body.woocommerce-checkout #order_review table.shop_table .order-total .amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout .vr-checkout-trust {
    display: table-row !important;
}

body.woocommerce-checkout .vr-checkout-trust td {
    padding: 18px 0 0 !important;
    border: 0 !important;
}

body.woocommerce-checkout .vr-checkout-trust strong,
body.woocommerce-checkout .vr-checkout-trust span {
    display: block !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
}

body.woocommerce-checkout .vr-checkout-trust strong {
    margin-bottom: 4px !important;
    color: #59000A !important;
    font-size: 14px !important;
}

body.woocommerce-checkout .vr-checkout-trust span {
    color: #6F655F !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 20px !important;
    border-bottom: 1px solid rgba(89, 0, 10, 0.10) !important;
}

body.woocommerce-checkout #payment ul.payment_methods .woocommerce-info {
    padding: 14px 16px !important;
    border-radius: 8px !important;
    background: #FBF8F4 !important;
    color: #6F655F !important;
}

body.woocommerce-checkout #payment .place-order {
    padding-top: 20px !important;
}

body.woocommerce-checkout #payment #place_order {
    min-height: 54px !important;
    border: 1.5px solid #59000A !important;
    border-radius: 8px !important;
    background: #59000A !important;
    color: #FFFFFF !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    box-shadow: none !important;
}

body.woocommerce-checkout #payment #place_order:hover {
    background: #72000D !important;
    border-color: #72000D !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #6F655F !important;
}

@media (max-width: 991px) {
    body.woocommerce-checkout .page-container {
        padding: 34px 18px 68px !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout #customer_details,
    body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table,
    body.woocommerce-checkout #payment {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table {
        margin-top: 0 !important;
    }
}


/* ================================================================
   VisionRuya — Checkout refinement
   Softer Shopify-inspired treatment, checkout only.
   ================================================================ */

body.woocommerce-checkout {
    background: #FBF8F4 !important;
    color: #2A2522 !important;
}

body.woocommerce-checkout .page-container {
    max-width: 1180px !important;
    padding: 56px 24px 88px !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    gap: 34px !important;
    margin: 0 !important;
}

body.woocommerce-checkout .checkout-coupon-wrapper {
    display: none !important;
}

body.woocommerce-checkout .checkout-login-wrapper {
    grid-column: 1 !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    min-height: auto !important;
    color: #6F655F !important;
    font-size: 14px !important;
}

body.woocommerce-checkout .woocommerce form.checkout_coupon {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon p:not(.form-row-first):not(.form-row-last) {
    display: none !important;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .button {
    height: 48px !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    border: 1px solid #E6DDD8 !important;
    background: #FFFFFF !important;
    color: #59000A !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .woocommerce > form.checkout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    gap: 34px !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #customer_details,
body.woocommerce-checkout #payment {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #payment {
    padding: 0 0 34px !important;
    border-bottom: 1px solid #E6DDD8 !important;
}

body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #payment {
    padding-top: 34px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #payment::before,
body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
    margin: 0 0 20px !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: #2A2522 !important;
    letter-spacing: 0 !important;
    text-transform: lowercase !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
    content: "contact" !important;
    font-size: 24px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 0 !important;
    line-height: 1.25 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
    display: inline-block !important;
    line-height: 1.25 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::before {
    content: none !important;
    display: none !important;
}

body.woocommerce-checkout .vr-checkout-contact-note {
    width: 100% !important;
    margin: -10px 0 14px !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #6F655F !important;
    text-transform: none !important;
}

body.woocommerce-checkout .vr-checkout-contact-note a {
    color: #59000A !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

body.woocommerce-checkout #billing_first_name_field::before {
    content: "delivery" !important;
    display: block !important;
    width: 100% !important;
    margin: 14px 0 2px !important;
    font-family: var(--vr-font-heading, 'Bodoni Moda', serif) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: #2A2522 !important;
    text-transform: lowercase !important;
}

body.woocommerce-checkout #billing_first_name_field {
    width: calc(50% - 8px) !important;
}

body.woocommerce-checkout .woocommerce form .form-row label {
    padding-bottom: 7px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #4A423D !important;
    text-transform: lowercase !important;
}

body.woocommerce-checkout .woocommerce form .form-row .required {
    color: #59000A !important;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row .select2-selection,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .woocommerce form.checkout_coupon input.input-text {
    min-height: 48px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    color: #2A2522 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout .woocommerce form .form-row .select2-container--open .select2-selection,
body.woocommerce-checkout .woocommerce form .form-row select:focus,
body.woocommerce-checkout .woocommerce form.checkout_coupon input.input-text:focus {
    border-color: #59000A !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.07) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #customer_details {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: none !important;
}

body.woocommerce-checkout .woocommerce > form.checkout .woocommerce-checkout-review-order-table {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
}

body.woocommerce-checkout #payment {
    grid-column: 1 !important;
    grid-row: 2 !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
    margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading::before {
    content: "order summary" !important;
    font-size: 24px !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    display: block !important;
}

body.woocommerce-checkout #order_review table.shop_table tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 9px 0 !important;
    border: 0 !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody tr {
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 22px !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody td.product-name {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    padding: 0 !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody td.product-total {
    flex: 0 0 auto !important;
    align-self: center !important;
    padding: 0 !important;
    color: #2A2522 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    transform: translateY(-9px) !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody tr.vr-checkout-summary-coupon {
    display: block !important;
    padding: 6px 0 22px !important;
    border: 0 !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody tr.vr-checkout-summary-coupon td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}

body.woocommerce-checkout .vr-checkout-summary-coupon__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    width: 100% !important;
}

body.woocommerce-checkout .vr-checkout-summary-coupon__inner input {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 7px !important;
    background: #FFFFFF !important;
    color: #2A2522 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .vr-checkout-summary-coupon__inner input:focus {
    border-color: #59000A !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.07) !important;
}

body.woocommerce-checkout .vr-checkout-summary-coupon__inner .button {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 15px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 7px !important;
    background: #FFFFFF !important;
    color: #59000A !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .vr-checkout-summary-coupon__inner .button.loading {
    opacity: 0.65 !important;
}

body.woocommerce-checkout .vr-checkout-product {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    min-width: 0 !important;
}

body.woocommerce-checkout .vr-checkout-product__image img {
    width: 58px !important;
    height: 58px !important;
    border-radius: 8px !important;
    display: block !important;
    object-fit: cover !important;
}

body.woocommerce-checkout .vr-checkout-product__name {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #2A2522 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .vr-checkout-product__qty {
    background: #59000A !important;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #2A2522 !important;
    text-transform: none !important;
}

body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout #order_review table.shop_table tfoot td {
    padding: 7px 0 !important;
}

body.woocommerce-checkout #order_review table.shop_table tfoot td,
body.woocommerce-checkout #order_review table.shop_table tfoot .amount,
body.woocommerce-checkout #order_review table.shop_table tbody .amount {
    color: #2A2522 !important;
    font-weight: 500 !important;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td,
body.woocommerce-checkout #order_review table.shop_table .order-total .amount {
    font-size: 22px !important;
    font-weight: 700 !important;
}

body.woocommerce-checkout .vr-checkout-trust {
    display: none !important;
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-checkout .woocommerce-shipping-methods label,
body.woocommerce-checkout #order_review .shipping td,
body.woocommerce-checkout #order_review .shipping th {
    font-size: 14px !important;
    color: #2A2522 !important;
    text-transform: none !important;
}

body.woocommerce-checkout #order_review table.shop_table tr.shipping {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 7px 0 !important;
}

body.woocommerce-checkout #order_review .shipping th {
    text-align: left !important;
}

body.woocommerce-checkout #order_review .shipping td {
    text-align: right !important;
    min-width: 0 !important;
}

body.woocommerce-checkout #order_review .shipping td:not(:has(#shipping_method))::before {
    content: "calculated at checkout" !important;
    color: #6F655F !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout .vr-shipping-help {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 5px !important;
    border: 1px solid #B8AAA3 !important;
    border-radius: 50% !important;
    color: #6F655F !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: help !important;
    vertical-align: middle !important;
}

body.woocommerce-checkout .vr-shipping-help::after {
    content: attr(data-note) !important;
    position: absolute !important;
    left: 50% !important;
    bottom: calc(100% + 10px) !important;
    z-index: 20 !important;
    width: min(300px, 76vw) !important;
    padding: 12px 14px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    color: #4A423D !important;
    box-shadow: 0 12px 28px rgba(42, 37, 34, 0.12) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    white-space: pre-line !important;
    text-align: left !important;
    text-transform: none !important;
    transform: translate(-50%, 4px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.woocommerce-checkout .vr-shipping-help:hover::after,
body.woocommerce-checkout .vr-shipping-help:focus::after {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 18px !important;
    border-bottom: 1px solid #E6DDD8 !important;
}

body.woocommerce-checkout #payment ul.payment_methods .woocommerce-info {
    padding: 16px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    color: #6F655F !important;
    font-size: 14px !important;
}

body.woocommerce-checkout #payment #place_order {
    min-height: 54px !important;
    border-radius: 8px !important;
    background: #59000A !important;
    border-color: #59000A !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    font-size: 13px !important;
    color: #6F655F !important;
    text-transform: none !important;
}

@media (max-width: 991px) {
    body.woocommerce-checkout .checkout-login-coupon-wrapper,
    body.woocommerce-checkout .woocommerce > form.checkout {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    body.woocommerce-checkout .checkout-coupon-wrapper,
    body.woocommerce-checkout .checkout-login-wrapper {
        grid-column: 1 !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table {
        margin-top: 0 !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout #customer_details {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-checkout #payment {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
        grid-column: 1 !important;
        grid-row: 3 !important;
        display: none !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout .woocommerce-checkout-review-order-table {
        grid-column: 1 !important;
        grid-row: 4 !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce-checkout .page-container {
        padding: 34px 18px 64px !important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-first,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-last,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-last,
    body.woocommerce-checkout #billing_first_name_field {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce-checkout .ts-header .header-middle > .container {
        min-height: 64px !important;
    }

    body.woocommerce-checkout .woocommerce > form.checkout #customer_details,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table,
    body.woocommerce-checkout #payment {
        padding: 22px !important;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-first,
    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row-last,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
    body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row-last {
        width: 100% !important;
    }
}

/* ── Contact form field refinement ───────────────────────── */
body.page-id-11049 .vrc2-hero__field input,
body.page-id-11049 .vrc2-hero__field textarea,
body.page-id-11907 .vrc2-hero__field input,
body.page-id-11907 .vrc2-hero__field textarea,
body.page-id-11049 .vr-contact__field input,
body.page-id-11049 .vr-contact__field textarea,
body.page-id-11907 .vr-contact__field input,
body.page-id-11907 .vr-contact__field textarea {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E4DDD7 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

body.page-id-11049 .vrc2-hero__field input:focus,
body.page-id-11049 .vrc2-hero__field textarea:focus,
body.page-id-11907 .vrc2-hero__field input:focus,
body.page-id-11907 .vrc2-hero__field textarea:focus,
body.page-id-11049 .vr-contact__field input:focus,
body.page-id-11049 .vr-contact__field textarea:focus,
body.page-id-11907 .vr-contact__field input:focus,
body.page-id-11907 .vr-contact__field textarea:focus {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #59000A !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.06) !important;
}

/* ── Global writable field refinement ─────────────────────── */
body input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]),
body textarea {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E4DDD7 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    outline: none !important;
}

body input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]):focus,
body textarea:focus {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #59000A !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.06) !important;
}

body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--multiple {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E4DDD7 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

/* ── VisionRuya mini login drawer / popup ─────────────────── */
.my-account-wrapper .account-dropdown-form.dropdown-container,
#ts-login-popup-modal .login-popup-container.popup-container {
    background: #FBF8F4 !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 48px rgba(42, 37, 34, 0.14) !important;
    color: #2A2522 !important;
}

.my-account-wrapper .account-dropdown-form .form-content,
#ts-login-popup-modal .login-popup-content .form-content {
    background: #FBF8F4 !important;
}

.my-account-wrapper #ts-login-form,
#ts-login-popup-modal #ts-login-form {
    gap: 14px !important;
}

.my-account-wrapper #ts-login-form label,
#ts-login-popup-modal #ts-login-form label,
.my-account-wrapper .create-account-wrapper,
#ts-login-popup-modal .create-account-wrapper {
    color: #4A423D !important;
}

.my-account-wrapper #ts-login-form input.input,
.my-account-wrapper #ts-login-form input[type="text"],
.my-account-wrapper #ts-login-form input[type="password"],
#ts-login-popup-modal #ts-login-form input.input,
#ts-login-popup-modal #ts-login-form input[type="text"],
#ts-login-popup-modal #ts-login-form input[type="password"] {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    color: #2A2522 !important;
}

.my-account-wrapper #ts-login-form input.input:focus,
.my-account-wrapper #ts-login-form input[type="text"]:focus,
.my-account-wrapper #ts-login-form input[type="password"]:focus,
#ts-login-popup-modal #ts-login-form input.input:focus,
#ts-login-popup-modal #ts-login-form input[type="text"]:focus,
#ts-login-popup-modal #ts-login-form input[type="password"]:focus {
    border-color: #59000A !important;
    box-shadow: 0 0 0 3px rgba(89, 0, 10, 0.06) !important;
}

.my-account-wrapper #ts-login-form .login-submit .button,
#ts-login-popup-modal #ts-login-form .login-submit .button {
    background: #59000A !important;
    border: 1px solid #59000A !important;
    border-radius: 7px !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    text-transform: none !important;
}

.my-account-wrapper #ts-login-form .login-submit .button:hover,
#ts-login-popup-modal #ts-login-form .login-submit .button:hover {
    background: #72000D !important;
    border-color: #72000D !important;
    color: #FFFFFF !important;
}

.my-account-wrapper #ts-login-form .login-forget-password a,
.my-account-wrapper .create-account-wrapper a,
#ts-login-popup-modal #ts-login-form .login-forget-password a,
#ts-login-popup-modal .create-account-wrapper a {
    color: #59000A !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.my-account-wrapper #ts-login-form .login-forget-password a:hover,
.my-account-wrapper .create-account-wrapper a:hover,
#ts-login-popup-modal #ts-login-form .login-forget-password a:hover,
#ts-login-popup-modal .create-account-wrapper a:hover {
    color: #72000D !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

#ts-login-popup-modal .close {
    color: #2A2522 !important;
}

/* ── Global VisionRuya CTA button system ──────────────────── */
:root {
    --vr-cta-bg: #59000A;
    --vr-cta-text: #FFFFFF;
    --vr-cta-border: #59000A;
    --vr-cta-radius: 8px;
    --vr-cta-shadow: 0 8px 20px rgba(89, 0, 10, 0.14);
}

body a.vr-hero-btn,
body .vr-checklist-btn,
body .vr-hiw-btn,
body .vr-planner-gallery__btn,
body .vr-planner-product__button,
body .vr-ugc-purchase__btn,
body .vr-newsletter-btn,
body .vrc2-hero__btn,
body .vr-contact__submit,
body .vr-explore__cta,
body .vr-blog-placeholder__btn,
body .vr-review-submit:not(:disabled),
body .vr-review-success__btn,
body .vr-methods-cta,
body .vr-shop-product__add-btn,
body .vr-shop-cta__btn,
body .vr-shop-product__add-form button[type="submit"],
body .woocommerce a.button:not(.remove):not(.wc-forward):not(.product_type_simple):not(.add_to_wishlist):not(.ts-add-to-wishlist),
body .woocommerce button.button:not(.minus):not(.plus):not(.disabled),
body .woocommerce input.button:not(.minus):not(.plus),
body .woocommerce #respond input#submit,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .return-to-shop .button,
body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout .vr-checkout-summary-coupon__inner .button,
body.woocommerce-checkout form.checkout_coupon .button,
body.woocommerce-account .woocommerce-form-login__submit,
body .my-account-wrapper #ts-login-form .login-submit .button,
body #ts-login-popup-modal #ts-login-form .login-submit .button,
body #ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button,
body .woocommerce-mini-cart__buttons .button,
body .wc-proceed-to-checkout .button,
body .cart_totals .checkout-button,
body .button[name="apply_coupon"],
body button[name="apply_coupon"],
body input[name="apply_coupon"] {
    min-height: 48px !important;
    padding: 14px 34px !important;
    border: 1px solid var(--vr-cta-border) !important;
    border-radius: var(--vr-cta-radius) !important;
    background: var(--vr-cta-bg) !important;
    color: var(--vr-cta-text) !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}

body a.vr-hero-btn:hover,
body .vr-checklist-btn:hover,
body .vr-hiw-btn:hover,
body .vr-planner-gallery__btn:hover,
body .vr-planner-product__button:hover,
body .vr-ugc-purchase__btn:hover,
body .vr-newsletter-btn:hover,
body .vrc2-hero__btn:hover,
body .vr-contact__submit:hover,
body .vr-explore__cta:hover,
body .vr-blog-placeholder__btn:hover,
body .vr-review-submit:hover:not(:disabled),
body .vr-review-success__btn:hover,
body .vr-methods-cta:hover,
body .vr-shop-product__add-btn:hover,
body .vr-shop-cta__btn:hover,
body .vr-shop-product__add-form button[type="submit"]:hover,
body .woocommerce a.button:hover:not(.remove):not(.wc-forward):not(.product_type_simple):not(.add_to_wishlist):not(.ts-add-to-wishlist),
body .woocommerce button.button:hover:not(.minus):not(.plus):not(.disabled),
body .woocommerce input.button:hover:not(.minus):not(.plus),
body .woocommerce #respond input#submit:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .return-to-shop .button:hover,
body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout .vr-checkout-summary-coupon__inner .button:hover,
body.woocommerce-checkout form.checkout_coupon .button:hover,
body.woocommerce-account .woocommerce-form-login__submit:hover,
body .my-account-wrapper #ts-login-form .login-submit .button:hover,
body #ts-login-popup-modal #ts-login-form .login-submit .button:hover,
body #ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button:hover,
body .woocommerce-mini-cart__buttons .button:hover,
body .wc-proceed-to-checkout .button:hover,
body .cart_totals .checkout-button:hover,
body .button[name="apply_coupon"]:hover,
body button[name="apply_coupon"]:hover,
body input[name="apply_coupon"]:hover {
    background: #FFFFFF !important;
    color: var(--vr-cta-bg) !important;
    border-color: var(--vr-cta-border) !important;
    box-shadow: var(--vr-cta-shadow) !important;
    transform: translateY(-2px) !important;
}

body a.vr-hero-btn:active,
body .vr-checklist-btn:active,
body .vr-hiw-btn:active,
body .vr-planner-gallery__btn:active,
body .vr-planner-product__button:active,
body .vr-ugc-purchase__btn:active,
body .vr-newsletter-btn:active,
body .vrc2-hero__btn:active,
body .vr-contact__submit:active,
body .vr-explore__cta:active,
body .vr-blog-placeholder__btn:active,
body .vr-review-submit:active:not(:disabled),
body .vr-review-success__btn:active,
body .vr-methods-cta:active,
body .vr-shop-product__add-btn:active,
body .vr-shop-cta__btn:active,
body .vr-shop-product__add-form button[type="submit"]:active,
body .woocommerce a.button:active:not(.remove):not(.wc-forward):not(.product_type_simple):not(.add_to_wishlist):not(.ts-add-to-wishlist),
body .woocommerce button.button:active:not(.minus):not(.plus):not(.disabled),
body .woocommerce input.button:active:not(.minus):not(.plus),
body .woocommerce #respond input#submit:active,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
body.woocommerce-cart .return-to-shop .button:active,
body.woocommerce-checkout #payment #place_order:active,
body.woocommerce-checkout .vr-checkout-summary-coupon__inner .button:active,
body.woocommerce-checkout form.checkout_coupon .button:active,
body.woocommerce-account .woocommerce-form-login__submit:active,
body .my-account-wrapper #ts-login-form .login-submit .button:active,
body #ts-login-popup-modal #ts-login-form .login-submit .button:active,
body #ts-shopping-cart-sidebar .woocommerce-mini-cart__buttons .button:active,
body .woocommerce-mini-cart__buttons .button:active,
body .wc-proceed-to-checkout .button:active,
body .cart_totals .checkout-button:active,
body .button[name="apply_coupon"]:active,
body button[name="apply_coupon"]:active,
body input[name="apply_coupon"]:active {
    background: #FFFFFF !important;
    color: var(--vr-cta-bg) !important;
    border-color: var(--vr-cta-border) !important;
    box-shadow: 0 4px 12px rgba(89, 0, 10, 0.10) !important;
    transform: translateY(-1px) scale(0.99) !important;
}

body .quantity .button,
body .quantity button,
body .quantity input[type="button"],
body .quantity .minus,
body .quantity .plus,
body .number-button input,
body button[class*="paypal"],
body a[class*="paypal"],
body button[class*="apple-pay"],
body a[class*="apple-pay"],
body button[class*="google-pay"],
body a[class*="google-pay"],
body .wc-stripe-payment-request-button,
body .wc-block-components-express-payment__button,
body .express-payment-methods button {
    letter-spacing: inherit !important;
    text-transform: none !important;
}

/* ── Shop exceptions: keep secondary actions white ─────────── */
body.woocommerce-shop .vr-shop-product__buy-now-btn,
body.post-type-archive-product .vr-shop-product__buy-now-btn,
body.woocommerce-shop .vr-shop-product__buy-now-form button[type="submit"],
body.post-type-archive-product .vr-shop-product__buy-now-form button[type="submit"],
body.woocommerce-shop .vr-reviews-summary__write-btn,
body.post-type-archive-product .vr-reviews-summary__write-btn {
    min-height: 48px !important;
    padding: 14px 34px !important;
    background: #FFFFFF !important;
    color: #59000A !important;
    border: 1px solid #59000A !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: var(--vr-font-body, 'DM Sans', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}

body.woocommerce-shop .vr-shop-product__buy-now-btn:hover,
body.post-type-archive-product .vr-shop-product__buy-now-btn:hover,
body.woocommerce-shop .vr-shop-product__buy-now-form button[type="submit"]:hover,
body.post-type-archive-product .vr-shop-product__buy-now-form button[type="submit"]:hover,
body.woocommerce-shop .vr-reviews-summary__write-btn:hover,
body.post-type-archive-product .vr-reviews-summary__write-btn:hover {
    background: #59000A !important;
    color: #FFFFFF !important;
    border-color: #59000A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(89, 0, 10, 0.14) !important;
}

/* ── Mini login drawer final refinement ───────────────────── */
body .my-account-wrapper .account-dropdown-form.dropdown-container,
body #ts-login-popup-modal .login-popup-container.popup-container {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 15px !important;
    box-shadow: 0 18px 46px rgba(42, 37, 34, 0.13) !important;
    overflow: hidden !important;
}

body .my-account-wrapper .account-dropdown-form .form-content,
body #ts-login-popup-modal .login-popup-content,
body #ts-login-popup-modal .login-popup-content .form-content {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
}

body .my-account-wrapper #ts-login-form input.input,
body .my-account-wrapper #ts-login-form input[type="text"],
body .my-account-wrapper #ts-login-form input[type="password"],
body #ts-login-popup-modal #ts-login-form input.input,
body #ts-login-popup-modal #ts-login-form input[type="text"],
body #ts-login-popup-modal #ts-login-form input[type="password"] {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

body .my-account-wrapper #ts-login-form .login-submit .button,
body #ts-login-popup-modal #ts-login-form .login-submit .button {
    background: #59000A !important;
    border: 1px solid #59000A !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}

body .my-account-wrapper #ts-login-form .login-submit .button:hover,
body #ts-login-popup-modal #ts-login-form .login-submit .button:hover,
body .my-account-wrapper #ts-login-form .login-submit .button:active,
body #ts-login-popup-modal #ts-login-form .login-submit .button:active {
    background: #59000A !important;
    border-color: #59000A !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 20px rgba(89, 0, 10, 0.12) !important;
}

body .my-account-wrapper .create-account-wrapper,
body #ts-login-popup-modal .create-account-wrapper {
    position: relative !important;
    border-top: 1px solid #E6DDD8 !important;
}

body .my-account-wrapper .create-account-wrapper::before,
body #ts-login-popup-modal .create-account-wrapper::before {
    content: "" !important;
    position: absolute !important;
    top: -5px !important;
    left: 50% !important;
    width: 9px !important;
    height: 9px !important;
    border: 1px solid #E6DDD8 !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    transform: translateX(-50%) !important;
}

body #ts-login-popup-modal .overlay {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
}

/* ── Footer final structural fix using rendered selectors ─── */
body footer#colophon.footer-container {
    padding: 24px 24px 0 !important;
}

body footer#colophon.footer-container .elementor-element-5c9fb175 {
    background: #0D0D0D !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

body footer#colophon.footer-container .elementor-element-4e628a6 {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 56px 44px 36px !important;
    gap: 0 !important;
}

body footer#colophon.footer-container .elementor-element-40ca713 {
    display: grid !important;
    grid-template-columns: minmax(300px, 1.35fr) minmax(160px, 0.65fr) minmax(220px, 0.9fr) !important;
    align-items: start !important;
    justify-items: stretch !important;
    column-gap: clamp(44px, 6vw, 76px) !important;
    margin: 0 0 42px !important;
    padding: 0 !important;
}

body footer#colophon.footer-container .elementor-element-6cf2480,
body footer#colophon.footer-container .elementor-element-7ade88b,
body footer#colophon.footer-container .elementor-element-dbd32a6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    flex: initial !important;
}

body footer#colophon.footer-container .elementor-element-6cf2480 {
    gap: 16px !important;
}

body footer#colophon.footer-container .elementor-element-c03dc86 img {
    width: 156px !important;
    max-width: 156px !important;
    height: auto !important;
}

body footer#colophon.footer-container .elementor-element-8cacd46 {
    max-width: 360px !important;
    margin: 0 !important;
    color: rgba(255,255,255,0.58) !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-1e3bc5f {
    margin: 8px 0 0 !important;
    padding: 0 0 6px !important;
}

body footer#colophon.footer-container .elementor-element-1e3bc5f .list-items {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer#colophon.footer-container .elementor-element-1e3bc5f .elementor-social-icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.04) !important;
}

body footer#colophon.footer-container .elementor-element-1e3bc5f .elementor-social-icon i {
    font-size: 15px !important;
    color: rgba(255,255,255,0.68) !important;
}

body footer#colophon.footer-container .elementor-element-7ade88b,
body footer#colophon.footer-container .elementor-element-dbd32a6 {
    gap: 15px !important;
}

body footer#colophon.footer-container .elementor-element-5da2599,
body footer#colophon.footer-container .elementor-element-86a61ae,
body footer#colophon.footer-container .elementor-element-d65695a,
body footer#colophon.footer-container .elementor-element-8e09fe0 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-5da2599 .elementor-widget-container,
body footer#colophon.footer-container .elementor-element-86a61ae .elementor-widget-container,
body footer#colophon.footer-container .elementor-element-d65695a .elementor-widget-container,
body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-5da2599 .elementor-heading-title,
body footer#colophon.footer-container .elementor-element-86a61ae .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,0.48) !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-items,
body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-items {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-item,
body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-item,
body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-item a,
body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-item a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-text,
body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-text {
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
}

body footer#colophon.footer-container .elementor-element-1056f8ef {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
}

body footer#colophon.footer-container .elementor-element-7cae1e4,
body footer#colophon.footer-container .elementor-element-7cae1e4 p,
body footer#colophon.footer-container .elementor-element-4f63a903 .elementor-icon-list-text {
    margin: 0 !important;
    color: rgba(255,255,255,0.48) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body footer#colophon.footer-container .elementor-element-4f63a903 .elementor-icon-list-items {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer#colophon.footer-container .elementor-element-7072e7f {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
}

body footer#colophon.footer-container .elementor-element-a6eff82 img {
    max-width: 244px !important;
    height: 30px !important;
    object-fit: contain !important;
    opacity: 0.62 !important;
}

@media (max-width: 1024px) {
    body footer#colophon.footer-container .elementor-element-4e628a6 {
        padding: 46px 32px 34px !important;
    }

    body footer#colophon.footer-container .elementor-element-40ca713 {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 44px !important;
        row-gap: 34px !important;
    }

    body footer#colophon.footer-container .elementor-element-6cf2480 {
        grid-column: 1 / -1 !important;
        max-width: 520px !important;
    }
}

@media (max-width: 767px) {
    body footer#colophon.footer-container {
        padding: 16px 12px 0 !important;
    }

    body footer#colophon.footer-container .elementor-element-5c9fb175 {
        border-radius: 16px !important;
    }

    body footer#colophon.footer-container .elementor-element-4e628a6 {
        padding: 38px 22px 30px !important;
    }

    body footer#colophon.footer-container .elementor-element-40ca713,
    body footer#colophon.footer-container .elementor-element-1056f8ef {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
    }

    body footer#colophon.footer-container .elementor-element-6cf2480,
    body footer#colophon.footer-container .elementor-element-7ade88b,
    body footer#colophon.footer-container .elementor-element-dbd32a6 {
        align-items: center !important;
        text-align: center !important;
    }

    body footer#colophon.footer-container .elementor-element-8cacd46,
    body footer#colophon.footer-container .elementor-element-5da2599 .elementor-heading-title,
    body footer#colophon.footer-container .elementor-element-86a61ae .elementor-heading-title,
    body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-text,
    body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-text {
        text-align: center !important;
    }

    body footer#colophon.footer-container .elementor-element-1e3bc5f .list-items,
    body footer#colophon.footer-container .elementor-element-d65695a .elementor-icon-list-items,
    body footer#colophon.footer-container .elementor-element-8e09fe0 .elementor-icon-list-items,
    body footer#colophon.footer-container .elementor-element-4f63a903 .elementor-icon-list-items {
        align-items: center !important;
        justify-content: center !important;
    }

    body footer#colophon.footer-container .elementor-element-4f63a903 .elementor-icon-list-items {
        flex-wrap: wrap !important;
        gap: 10px 16px !important;
    }

    body footer#colophon.footer-container .elementor-element-7072e7f {
        justify-content: center !important;
    }
}
