/* ============================================================
   SARVRAG — homepage styles (scoped under .srv-home)
   Built on Ohio. Palette: warm ink-on-plaster, brass accent.
   ============================================================ */

/* ============================================================
   Retint Ohio's accent (crimson) to the Sarvrag brass, site-wide.
   Ohio drives nav/buttons/links/WooCommerce from --clb-color-primary.
   (--clb-color-danger stays red for genuine error states.)
   ============================================================ */
:root{
  --clb-color-primary:#9c7628 !important;
  --clb-color-button:#9c7628 !important;
  --clb-color-button-hover:#87641f !important;
  --clb-color-link-hover:#9c7628 !important;
  --clb-color-paginator-button-hover:#9c7628 !important;
  /* Slimmer header. Ohio's default (12vh / 9vh sticky) balloons to ~115-130px on
     large screens; fixed px keeps the bar compact and consistent everywhere.
     These vars also drive the fixed-header content offset, so it stays aligned. */
  --clb-header-height:80px !important;
  --clb-sticky-header-height:64px !important;
  /* Reference-matched fonts across the theme-native areas (nav, shop, product pages). */
  --clb-text-font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif !important;
  --clb-title-font-family:"Inter Tight","Inter",system-ui,sans-serif !important;
}
@media (max-width:768px){
  :root{--clb-header-height:64px !important;--clb-sticky-header-height:58px !important}
  /* Compact inner-page / shop archive header on phones. Ohio forces the title
     block to min-height:30vh (+ 4x-gutter padding + breadcrumb padding), which
     leaves a large empty void under the fixed nav. Desktop is left untouched. */
  .page-headline{min-height:0 !important}
  .page-headline .holder{padding-top:1.3rem !important;padding-bottom:.6rem !important}
  .page-headline .headline-meta{margin-bottom:0 !important}
  .page-headline + .page-container:not(.post-page-container){padding-top:.2rem !important}
  .breadcrumb-holder{padding-top:.25rem !important;padding-bottom:.9rem !important}
}

/* Product page: keep Ohio's "Back" button pinned below the nav while scrolling.
   Ohio's own position:fixed was being trapped by an ancestor's containing block, so a
   tiny footer script (functions.php) relocates the button to <body>; these rules then
   pin it. Desktop only, matching Ohio's vc_hidden-md/sm/xs intent. */
@media (min-width:1025px){
  .single-product .back-link{position:fixed !important;margin-top:0 !important;
    top:calc(var(--clb-header-height) + .9rem) !important;left:clamp(1rem,3vw,2rem) !important;z-index:20 !important}
}
/* Hide it across the whole mobile range (mobile menu is active ≤1024), not just ≤991 */
@media (max-width:1024px){ .single-product .back-link{display:none !important} }

/* ============================================================
   Elegant mobile header. Ohio's default is heavy — big pale-grey filled
   circles (3.5rem) behind the hamburger + bag, plus a crowded ₹0 subtotal.
   We drop the circles for clean ink line-icons, compact the tap targets,
   hide the redundant subtotal, and give the cart count a small brass badge.
   Scoped to #masthead within the mobile-menu range (≤1024px); literal brand
   hex since #masthead sits outside the .srv-home token scope. Desktop untouched.
   ============================================================ */
/* Injected "Cart" link lives inside .menu-optional so it travels with it, but is
   only meant for the slide-in menu — hide it everywhere by default; the overlay
   rule (inside the mobile query) turns it back on. Keeps the desktop bar clean. */
#masthead .menu-optional .srv-cart-row{display:none}
@media (max-width:1024px){
  #masthead{border-bottom:1px solid rgba(28,23,18,.09)}
  #masthead .header-wrap-inner{align-items:center}
  #masthead .mobile-hamburger{min-width:auto}

  /* Clean, compact, ink line-icons — no filled circles */
  #masthead .hamburger.icon-button,
  #masthead .icon-button.favorites-global,
  #masthead .icon-button.cart{
    background-color:transparent !important;
    width:2.75rem;height:2.75rem;min-width:2.75rem;color:#000000}
  #masthead .hamburger.icon-button:hover,
  #masthead .icon-button.favorites-global:hover,
  #masthead .icon-button.cart:hover{background-color:transparent !important}
  #masthead .hamburger.icon-button > .icon::before,
  #masthead .hamburger.icon-button > .icon::after{background-color:#000000}

  /* Tighten the right cluster; hide the redundant ₹0 subtotal (bag still opens the cart) */
  #masthead .menu-optional{gap:.15rem}
  #masthead .cart-button-total{display:none}

  /* Small, refined brass cart-count badge */
  #masthead .cart-button .badge{
    background:#9c7628 !important;color:#fff !important;border:none !important;
    font-size:.62rem;font-weight:600}

  /* Wishlist + cart relocated INTO the slide-in menu panel (white bg → dark rows).
     Rendered as clean icon+label rows below the menu links. */
  #masthead .slide-in-overlay .menu-optional{
    list-style:none;margin:1.6rem 0 0;padding:1.4rem 0 .4rem;
    border-top:1px solid rgba(28,23,18,.12);
    display:flex;flex-direction:column;gap:.15rem;width:100%}
  #masthead .slide-in-overlay .menu-optional .icon-button-holder{margin:0;width:100%}
  #masthead .slide-in-overlay .menu-optional .cart-button{display:flex;align-items:center;width:100%}
  #masthead .slide-in-overlay .menu-optional .cart-button > .holder{display:inline-flex;align-items:center}
  #masthead .slide-in-overlay .menu-optional .icon-button{
    background:transparent !important;width:auto !important;height:auto !important;min-width:0 !important;
    display:inline-flex;align-items:center;gap:.8rem;color:#000000 !important;padding:.6rem 0}
  /* Labels are pure CSS ::after, rendered ONLY inside the menu overlay — so the
     desktop bar stays icons-only and nothing can overlap the nav. */
  #masthead .slide-in-overlay .menu-optional .icon-button::after{
    content:attr(aria-label);font-family:"Inter",system-ui,sans-serif;font-size:1.02rem;font-weight:500;letter-spacing:.01em;color:#000000;white-space:nowrap}
  #masthead .slide-in-overlay .menu-optional .badge{display:none}
  #masthead .slide-in-overlay .menu-optional svg{width:22px;height:22px;fill:#000000 !important}
  #masthead .slide-in-overlay .menu-optional svg path{fill:currentColor}
  /* Native cart widget renders unreliably here (nested mini-cart markup collapses),
     so we hide it inside the menu and show a clean injected "Cart" link instead.
     The desktop bar keeps the native cart icon — this is scoped to the overlay only. */
  #masthead .slide-in-overlay .menu-optional .srv-native-cart{display:none !important}
  #masthead .slide-in-overlay .menu-optional .srv-cart-row{display:flex}
}

/* ---- Logo in Ohio header (unscoped, override Ohio's sizing) ---- */
.branding .logo,
.branding .logo-sticky{height:auto !important;overflow:visible !important}
.branding .logo img.srv-logo-img,
.branding .logo-sticky img.srv-logo-img,
.srv-branding .srv-logo-img{height:48px !important;width:auto !important;max-height:none !important;display:block}
@media (max-width:600px){
  .branding .logo img.srv-logo-img,
  .branding .logo-sticky img.srv-logo-img,
  .srv-branding .srv-logo-img{height:38px !important}
}

/* ============================================================
   HOMEPAGE ONLY — transparent nav bar blended into the hero.
   Ohio's header is already position:absolute + background:transparent; the
   solid white look comes from the Customizer menu-background applied to
   .header:not(.-sticky), plus a .header-cap spacer (= header height) that
   pushes content below the bar. On the homepage we drop that background,
   collapse the spacer so the hero rises UNDER the bar, and flip the logo +
   hamburger to light for legibility over the photo (a soft top scrim on the
   hero guarantees contrast on any slide). Only the initial :not(.-sticky)
   state is touched — on scroll Ohio adds .-sticky and its normal solid header
   with the dark .logo-sticky returns automatically. Desktop sticks on scroll;
   the mobile header is absolute and simply scrolls away (never over white).
   Scoped to body.home so every other page keeps its solid white header.
   #masthead carries the ID so these beat Ohio's own #masthead / dynamic-CSS
   rules on specificity as well as via !important.
   ============================================================ */
/* Frame: leave white space above the nav bar and down both sides. The header +
   hero are inset by --srv-frame so the page background (white) shows around them.
   The header-cap (top spacer) becomes the top white band; the header is pinned
   over the hero's top so its light text/logo stay legible on the photo. Only the
   initial :not(.-sticky) state is inset — on scroll Ohio's solid full-width
   sticky header returns as normal. */
/* --srv-frame-t = gap above the nav; --srv-frame = left + right gap; --srv-frame-b = gap below the hero.
   --srv-nav-drop = how far the nav sits BELOW the hero's top edge, so it reads as inside the image. */
body.home{--srv-frame-t:clamp(.5rem,1.1vw,.9rem);--srv-frame:clamp(.4rem,.9vw,.7rem);--srv-frame-b:clamp(.85rem,2.4vw,2rem);--srv-nav-drop:clamp(1rem,2.2vw,2rem)}
/* Top white band above the nav: applied as margin-top on the hero itself — the
   same mechanism that gives the side gutters + bottom gap (margins on .srv-heroc),
   which render reliably here, whereas a spacer/padding on the wrappers did not.
   .srv-home is a flow-root so the hero's top margin can't collapse through it;
   the header is pinned at top:--srv-frame to sit over the hero's top edge. */
body.home .header-cap{height:0 !important}
body.home .srv-home{display:flow-root}
body.home #masthead:not(.-sticky){
  position:absolute !important;top:calc(var(--srv-frame-t) + var(--srv-nav-drop)) !important;
  left:var(--srv-frame) !important;right:var(--srv-frame) !important;
  width:auto !important}
body.home #masthead:not(.-sticky),
body.home #masthead:not(.-sticky) .header-wrap-inner{
  background-color:transparent !important;background-image:none !important;
  border-bottom:0 !important;box-shadow:none !important}
/* Top-down scrim removed per client — the hero photo shows at full brightness.
   The logo + hamburger + nav stay legible via soft text/drop shadows instead (below). */
/* Light logo at the top: whiten the dark lockup with a filter (+tiny shadow).
   The dark .logo-sticky shown after scroll is untouched → dark on the solid bar. */
body.home #masthead:not(.-sticky) .logo .srv-logo-img{
  filter:brightness(0) invert(1) drop-shadow(0 1px 6px rgba(0,0,0,.35))}
/* White hamburger. The bars are ONLY the .icon ::before/::after pseudo-elements
   (each height:2px, background:currentColor); .icon itself is an empty flex
   container — never give it a background or it fills into a solid box. */
body.home #masthead:not(.-sticky) .hamburger.icon-button{color:#fff !important}
body.home #masthead:not(.-sticky) .hamburger.icon-button > .icon{filter:drop-shadow(0 1px 4px rgba(0,0,0,.5))}
body.home #masthead:not(.-sticky) .hamburger.icon-button > .icon::before,
body.home #masthead:not(.-sticky) .hamburger.icon-button > .icon::after{background-color:#fff !important}
/* Nudge the floating hero badge below the now-overlapping bar so they never touch. */
body.home .srv-heroc__badge{top:calc(var(--clb-header-height, 80px) + 1rem + var(--srv-nav-drop))}
/* Inset the hero panel to match the framed header — even white frame on all four
   sides (top band from .srv-home padding, sides + bottom from the hero's own
   margins). Rounded corners per client — .srv-heroc's overflow:hidden clips the
   slide images to the same radius. */
body.home .srv-heroc{width:auto;margin-top:var(--srv-frame-t);margin-inline:var(--srv-frame);margin-bottom:var(--srv-frame-b);border-radius:clamp(6px,0.7vw,10px)}

/* Desktop (≥1025px): header-1 shows the FULL inline menu (links + counters +
   wishlist/cart/subtotal) in the bar. Over the hero those are dark → invisible,
   so flip them to white. On ≤1024 the bar is just the hamburger (already white)
   and these live inside the white slide-in panel, so this stays desktop-only.
   Literal hex — #masthead is outside the .srv-* token scope. */
@media (min-width:1025px){
  body.home #masthead:not(.-sticky) .menu > li > a,
  body.home #masthead:not(.-sticky) .menu-blank,
  body.home #masthead:not(.-sticky) .menu > li > a .menu-text{
    color:#fff !important;-webkit-text-fill-color:#fff !important}
  /* small "01–05" counters: white but subtle (covers ::before or a span impl) */
  body.home #masthead:not(.-sticky) .menu > li > a::before,
  body.home #masthead:not(.-sticky) .menu-item-counter,
  body.home #masthead:not(.-sticky) .menu > li > a .counter{
    color:rgba(255,255,255,.6) !important;-webkit-text-fill-color:rgba(255,255,255,.6) !important;opacity:1}
  /* keep the current page distinct — light brass instead of white */
  body.home #masthead:not(.-sticky) .menu > li.current-menu-item > a,
  body.home #masthead:not(.-sticky) .menu > li.current-menu-parent > a,
  body.home #masthead:not(.-sticky) .menu > li.current-menu-ancestor > a{
    color:#c2a163 !important;-webkit-text-fill-color:#c2a163 !important}
  /* optional icons: wishlist heart, cart bag, and the ₹0 subtotal → white */
  body.home #masthead:not(.-sticky) .menu-optional .icon-button:not(.-overlay-button),
  body.home #masthead:not(.-sticky) .menu-optional .cart-button-total,
  body.home #masthead:not(.-sticky) .menu-optional .cart-button-total a{
    color:#fff !important;-webkit-text-fill-color:#fff !important}
  body.home #masthead:not(.-sticky) .menu-optional .icon-button:not(.-overlay-button) svg,
  body.home #masthead:not(.-sticky) .menu-optional .icon-button:not(.-overlay-button) svg path{
    fill:#fff !important;stroke:#fff !important}
  /* With the dark overlay gone, keep the light nav legible on bright slides via
     soft shadows (text-shadow on labels/subtotal, drop-shadow on the icons). */
  body.home #masthead:not(.-sticky) .menu > li > a,
  body.home #masthead:not(.-sticky) .menu-optional .cart-button-total,
  body.home #masthead:not(.-sticky) .menu-optional .cart-button-total a{text-shadow:0 1px 6px rgba(0,0,0,.55)}
  body.home #masthead:not(.-sticky) .menu-optional .icon-button:not(.-overlay-button) svg{
    filter:drop-shadow(0 1px 4px rgba(0,0,0,.55))}
}

.srv-home,.srv-product-page,.srv-card,.srv-rma,.srv-rma-thanks{
  --ink:#000000; --ink-soft:#413a31; --plaster:#efe9df; --plaster-deep:#e6dccd;
  --paper:#ffffff; --brass:#9c7628; --brass-lite:#c2a163; --stone:#8c8377;
  --line:rgba(28,23,18,.14);
  --serif:"Inter Tight","Inter",system-ui,sans-serif;   /* display headings */
  --sans:"Inter",system-ui,-apple-system,sans-serif;     /* body / UI */
  --serif-accent:"Times New Roman",Times,Georgia,serif;  /* italic serif accents */
  --gsans:"General Sans","Inter",sans-serif;             /* small uppercase labels */
  --deva:"Noto Sans Devanagari","Inter",sans-serif;      /* सर्वराग */
  --wrap:1280px; --gut:clamp(1.25rem,4vw,4rem);
  font-family:var(--sans); color:var(--ink-soft); background:var(--paper);
  font-size:16px; line-height:1.6; overflow-x:hidden;
}
.srv-home *,.srv-product-page *{box-sizing:border-box}
.srv-home img,.srv-product-page img{max-width:100%;display:block}
.srv-home h1,.srv-home h2,.srv-home h3,.srv-home h4,
.srv-product-page h1,.srv-product-page h2,.srv-product-page h3,.srv-product-page h4{font-family:var(--serif);color:var(--ink);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin:0}
.srv-home [lang="hi"],.srv-product-page [lang="hi"]{font-family:var(--deva)}
.srv-home p,.srv-product-page p{margin:0}
.srv-home a,.srv-product-page a{color:inherit;text-decoration:none}

.srv-wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut)}
.srv-section{padding-block:clamp(3.5rem,7vw,7rem)}
.srv-section--tint{background:var(--plaster)}

.srv-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--gsans);
  font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--brass);margin-bottom:1rem}
.srv-eyebrow::before{content:"";width:26px;height:1px;background:var(--brass);opacity:.6}
.srv-eyebrow--gold{color:var(--brass-lite)}
.srv-eyebrow--gold::before{background:var(--brass-lite)}
.srv-lede{font-size:clamp(1rem,1.4vw,1.15rem);color:var(--ink-soft);max-width:38rem}
.srv-star{color:var(--brass);font-size:1.4rem;display:block}

.srv-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:clamp(1.6rem,3vw,2.6rem)}
.srv-head h2{font-size:clamp(1.8rem,3.6vw,2.9rem)}
.srv-head--center{flex-direction:column;align-items:center;text-align:center}
.srv-head--center .srv-eyebrow::before{display:none}
.srv-link{font-size:.85rem;font-weight:600;letter-spacing:.02em;color:var(--ink);white-space:nowrap;border-bottom:1px solid var(--brass);padding-bottom:2px}
.srv-link:hover{color:var(--brass)}

/* ---- Buttons ---- */
.srv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--sans);font-size:.86rem;font-weight:600;letter-spacing:.04em;
  padding:.95rem 1.9rem;border-radius:100px;border:1px solid transparent;cursor:pointer;transition:.25s;line-height:1}
.srv-btn--solid{background:var(--ink);color:var(--paper)}
.srv-btn--solid:hover{background:#000}
.srv-btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.srv-btn--ghost:hover{border-color:var(--ink)}
.srv-btn--gold{background:var(--brass);color:#fff}
.srv-btn--gold:hover{background:#87641f}
.srv-btn--light{background:transparent;color:var(--paper);border-color:rgba(255,255,255,.4)}
.srv-btn--light:hover{background:rgba(255,255,255,.12)}

/* Shared CTA row (hero carousel + newsletter section) */
.srv-hero__cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}

/* ---- Hero carousel (full-bleed, edge-to-edge like the reference) ---- */
/* min-height (not height) + flex-end lets the hero GROW to fit tall copy instead of
   clipping the top line under the nav on short desktop viewports. */
.srv-heroc{position:relative;width:100%;overflow:hidden;background:var(--ink);
  min-height:clamp(560px,82vh,820px);isolation:isolate;
  display:flex;flex-direction:column;justify-content:flex-end}
.srv-heroc__slides{position:absolute;inset:0}
.srv-heroc__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;will-change:opacity}
.srv-heroc__slide.is-active{opacity:1}
.srv-heroc__slide img{width:100%;height:100%;object-fit:cover;object-position:50% 36%;
  transform:scale(1.05);transition:transform 8s ease}
.srv-heroc__slide.is-active img{transform:scale(1.13)} /* slow ken-burns on the visible slide */
/* Overlay removed per client — the hero photo shows at full brightness with no
   dark scrim. Legibility of the light copy is carried by text-shadows instead. */
.srv-heroc__scrim{display:none}
.srv-heroc .srv-btn--light{text-shadow:0 1px 6px rgba(0,0,0,.55)}
/* Copy block — bottom-left, over the scrim.
   On desktop the copy is TALLER than the hero's min-height, so the block is
   content-driven: the title is pinned padding-top below the hero top, and
   padding-bottom only sets the gap between the CTA row and the slide dots/arrows
   (absolutely pinned near the hero bottom). Because the transparent header now
   overlaps the hero top, we push the copy down with a bigger padding-top on
   desktop only (see the ≥1025px override below) so the title clears the nav.
   Mobile keeps the small padding-top (there the copy fits and sits low already). */
.srv-heroc__inner{position:relative;z-index:2;width:100%;max-width:var(--wrap);margin-inline:auto;
  padding-inline:var(--gut);padding-top:clamp(1.5rem,4vh,3rem);padding-bottom:clamp(4rem,7.5vh,5.5rem)}
/* Desktop: start the copy below the overlapping nav so the title clears it, and
   the extra height also carries the dots/arrows a little lower down the hero. */
@media (min-width:1025px){
  .srv-heroc__inner{padding-top:calc(var(--clb-header-height, 80px) + 1.5rem)}
}
.srv-heroc__copy{max-width:40rem}
.srv-eyebrow--onphoto{color:var(--brass-lite)}
.srv-eyebrow--onphoto::before{background:var(--brass-lite);opacity:.9}
.srv-home .srv-heroc__title{color:var(--paper);font-size:clamp(2.4rem,6vw,5rem);
  margin:.4rem 0 1.2rem;text-shadow:0 2px 34px rgba(0,0,0,.4)}
.srv-home .srv-heroc__title em{font-family:var(--serif-accent);font-style:italic;font-weight:400;color:var(--brass-lite)}
.srv-heroc__lede{font-size:clamp(1rem,1.4vw,1.18rem);color:#efe6d6;max-width:34rem;
  margin-bottom:.5rem;text-shadow:0 1px 18px rgba(0,0,0,.5)}
/* Floating craftsmanship wafer — the signature carried over from the old hero */
.srv-heroc__badge{position:absolute;z-index:3;top:clamp(1.5rem,4vw,2.6rem);right:clamp(1.5rem,4vw,3.4rem);
  width:106px;height:106px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;color:var(--paper);background:rgba(20,15,10,.5);border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.srv-heroc__badge b{font-family:var(--serif);font-size:1.42rem;color:var(--brass-lite);line-height:1}
.srv-heroc__badge span{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.3rem;color:#e7dcc9}
/* Controls — dots bottom-left, arrows bottom-right (like the reference) */
.srv-heroc__controls{position:absolute;z-index:3;left:0;right:0;bottom:clamp(1.5rem,3.5vh,2.6rem);
  max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut);
  display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:none}
.srv-heroc__dots{display:flex;gap:.5rem;pointer-events:auto}
.srv-heroc__dot{width:34px;height:4px;padding:0;border:none;border-radius:100px;cursor:pointer;
  background:rgba(255,255,255,.42);transition:.3s}
.srv-heroc__dot:hover{background:rgba(255,255,255,.75)}
.srv-heroc__dot.is-active{background:var(--brass-lite);width:52px}
.srv-heroc__arrows{display:flex;gap:.6rem;pointer-events:auto}
.srv-heroc__arrow{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.45);
  background:rgba(20,15,10,.28);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.25s}
.srv-heroc__arrow:hover{background:var(--brass);border-color:var(--brass)}
.srv-heroc__arrow:focus-visible{outline:2px solid var(--brass-lite);outline-offset:3px}
.srv-heroc__dot:focus-visible{outline:2px solid var(--brass-lite);outline-offset:4px}
@media (prefers-reduced-motion:reduce){
  .srv-heroc__slide{transition:none}
  .srv-heroc__slide img,.srv-heroc__slide.is-active img{transition:none;transform:none}
}

/* ---- Promise strip (auto-scrolling carousel/marquee) ---- */
.srv-strip{background:var(--ink);color:var(--paper);overflow:hidden}
.srv-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.srv-marquee__track{display:flex;width:max-content;animation:srv-scroll 34s linear infinite;will-change:transform}
.srv-strip:hover .srv-marquee__track{animation-play-state:paused}
.srv-strip__item{flex:0 0 auto;display:inline-flex;align-items:center;gap:.6rem;padding:1.25rem 2.4rem;font-size:.84rem;letter-spacing:.05em;color:#e7ddcd;white-space:nowrap}
.srv-strip__item b{font-weight:500}
.srv-strip__item::before{content:"✦";color:var(--brass-lite);font-size:.7rem}
@keyframes srv-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.srv-marquee__track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}}

/* ---- Intro ---- */
.srv-intro__inner{max-width:52rem;margin-inline:auto;text-align:center}
.srv-intro p{font-family:var(--serif);font-size:clamp(1.15rem,2.2vw,1.6rem);line-height:1.5;color:var(--ink);margin-top:1rem}

/* ---- Product grid + cards ---- */
.srv-grid{display:grid;gap:clamp(1rem,2vw,1.6rem)}
.srv-grid--4{grid-template-columns:repeat(4,1fr)}
.srv-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.3s;cursor:pointer}
.srv-card:hover{transform:translateY(-4px);box-shadow:0 24px 44px rgba(28,23,18,.12)}
.srv-card__media{display:block;position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--plaster)}
.srv-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.srv-card:hover .srv-card__media img{transform:scale(1.05)}
.srv-card__tag{position:absolute;top:12px;left:12px;z-index:2;pointer-events:none;background:var(--brass);color:#fff;font-size:.64rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .7rem;border-radius:100px}
.srv-card__imglink{display:block;width:100%;height:100%}
.srv-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:1rem 1.1rem 1.3rem}
.srv-card__cat{display:block;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--stone);margin-bottom:.4rem}
.srv-card__title{display:block;font-family:var(--serif);font-size:1.1rem;color:var(--ink);margin-bottom:.4rem;text-decoration:none}
/* Stretched link: the title's invisible ::after covers the whole card, so the
   entire card is one tap target to the product page. Wishlist (z-index:3) and
   the sale tag sit above/outside it, so they keep their own behaviour. */
.srv-card__title::after{content:"";position:absolute;inset:0;z-index:1}
.srv-card__price{display:block;font-size:.98rem;color:var(--ink-soft);margin-bottom:0}
.srv-card__price del{color:var(--stone);margin-right:.4rem;opacity:.8}
.srv-card__price ins{text-decoration:none;color:var(--brass);font-weight:600}
/* Wishlist — icon-only heart toggle in the media corner.
   YITH 4.x hydrates its button client-side and its markup varies, so we decouple:
   the VISIBLE heart is our own ::before (always clean); YITH's real control is
   stretched invisibly on top to capture the click (add AND remove toggle).
   :has() swaps to a filled brass heart when the product is already in the list. */
.srv-card__wish{position:absolute;top:10px;right:10px;z-index:3;width:40px;height:40px}
.srv-card__wish::before{content:"\2661";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
	background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:50%;
	font:20px/1 Arial,"Helvetica Neue",sans-serif;color:var(--ink);-webkit-text-fill-color:var(--ink);
	box-shadow:0 4px 12px rgba(28,23,18,.14);pointer-events:none;transition:.2s;z-index:1}
.srv-card__wish:hover::before{color:var(--brass);-webkit-text-fill-color:var(--brass);background:#fff}
/* YITH's real control(s) — fill the icon area, invisible but clickable */
.srv-card__wish .yith-wcwl-add-to-wishlist,.srv-card__wish .yith-add-to-wishlist-button-block{position:absolute;inset:0;margin:0}
.srv-card__wish a,.srv-card__wish button,.srv-card__wish [role="button"]{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;z-index:2;cursor:pointer}
.srv-card__wish .feedback,.srv-card__wish .yith-wcwl-icon{display:none !important}
/* Added-to-wishlist state → filled brass heart */
.srv-card__wish:has(.exists)::before,
.srv-card__wish:has(.added)::before,
.srv-card__wish:has(.yith-wcwl-wishlistaddedbrowse)::before,
.srv-card__wish:has(.yith-wcwl-wishlistexistsbrowse)::before{content:"\2665";color:var(--brass);-webkit-text-fill-color:var(--brass)}

/* ---- Categories ---- */
.srv-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.8rem,1.6vw,1.3rem)}
.srv-cat{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/3.6;background:var(--plaster-deep);border:1px solid var(--line)}
.srv-cat img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.srv-cat:hover img{transform:scale(1.06)}
.srv-cat__label{position:absolute;inset:auto 0 0 0;padding:1.1rem 1rem;color:#fff;
  background:linear-gradient(to top,rgba(20,16,12,.82),rgba(20,16,12,0))}
.srv-cat__label span{display:block;font-family:var(--serif);font-size:1.12rem}
.srv-cat__label small{display:block;font-size:.7rem;letter-spacing:.08em;opacity:.8;margin-top:.15rem}

/* ---- Shoppable reels (horizontal video carousel; replaces Featured Categories) ----
   No heading per client. Each card is a placeholder <video> that shows its poster
   (a live product image) until a real clip is dropped in; foot = product + Shop Now. */
.srv-reels-sec{background:var(--plaster);padding-block:clamp(2.5rem,5vw,4.5rem)}
.srv-reels-wrap{position:relative;max-width:var(--wrap);margin-inline:auto}
.srv-reels{display:flex;gap:clamp(.8rem,1.4vw,1.15rem);overflow-x:auto;scroll-snap-type:x mandatory;
  padding-inline:var(--gut);scroll-padding-inline:var(--gut);padding-block:.4rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.srv-reels::-webkit-scrollbar{display:none}
.srv-reel{flex:0 0 auto;width:clamp(232px,21vw,286px);scroll-snap-align:start;background:var(--paper);
  border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 12px 32px -20px rgba(28,23,18,.4)}
.srv-reel__media{position:relative;display:block;aspect-ratio:9/16;background:var(--ink);overflow:hidden}
.srv-reel__video{width:100%;height:100%;object-fit:cover;display:block}
.srv-reel__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.srv-reel__media[data-yt-id]{cursor:pointer}
.srv-reel__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:5}
.srv-reel__media.is-playing .srv-reel__poster,
.srv-reel__media.is-playing .srv-reel__play,
.srv-reel__media.is-playing .srv-reel__views,
.srv-reel__media.is-playing .srv-reel__actions,
.srv-reel__media.is-playing::after{display:none}
.srv-reel__media::after{content:"";position:absolute;inset:auto 0 0 0;height:42%;z-index:1;pointer-events:none;
  background:linear-gradient(0deg,rgba(8,6,3,.5),rgba(8,6,3,0))}
.srv-reel__views{position:absolute;top:.7rem;left:.7rem;z-index:2;background:rgba(10,8,5,.55);color:#fff;
  font-size:.66rem;font-weight:500;letter-spacing:.02em;padding:.25rem .55rem;border-radius:100px}
.srv-reel__play{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);width:52px;height:52px;
  border-radius:50%;background:rgba(10,8,5,.4);border:1px solid rgba(255,255,255,.6);display:grid;place-items:center;
  transition:.25s;pointer-events:none}
.srv-reel__play::before{content:"";margin-left:3px;border-style:solid;border-width:8px 0 8px 13px;
  border-color:transparent transparent transparent #fff}
.srv-reel:hover .srv-reel__play{background:var(--brass);border-color:var(--brass)}
.srv-reel__actions{position:absolute;right:.6rem;bottom:.65rem;z-index:2;display:flex;gap:.55rem;align-items:center}
.srv-reel__act{color:#fff;line-height:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55))}
.srv-reel__act svg{width:20px;height:20px;display:block}
.srv-reel__foot{display:flex;flex-direction:column;gap:.65rem;padding:.85rem .9rem 1rem}
.srv-reel__info{display:flex;align-items:center;gap:.55rem;min-width:0}
.srv-reel__thumb{flex:0 0 auto;width:34px;height:34px;border-radius:50%;overflow:hidden;border:1px solid var(--line);background:var(--plaster)}
.srv-reel__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.srv-reel__name{font-size:.86rem;font-weight:500;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.srv-reel__price{font-size:.9rem;color:var(--brass);font-weight:600}
.srv-reel__price del{color:var(--stone);font-weight:400;font-size:.82rem;margin-left:.4rem}
.srv-reel__price ins{text-decoration:none;background:none;color:var(--brass)}
.srv-reel__btn{display:block;text-align:center;background:var(--ink);color:var(--paper);-webkit-text-fill-color:var(--paper);
  font-size:.82rem;font-weight:600;letter-spacing:.03em;padding:.7rem 1rem;border-radius:100px;transition:.25s;margin-top:.15rem}
.srv-reel__btn:hover{background:#000}
.srv-reels__arrow{position:absolute;top:38%;z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);
  background:rgba(255,255,255,.94);color:var(--ink);font-size:1.15rem;display:grid;place-items:center;cursor:pointer;
  transition:.25s;box-shadow:0 8px 20px -8px rgba(28,23,18,.5)}
.srv-reels__arrow:hover{background:var(--ink);color:#fff}
.srv-reels__arrow--prev{left:calc(var(--gut) - 22px)}
.srv-reels__arrow--next{right:calc(var(--gut) - 22px)}
/* Hide the scroll arrows on mobile + tablet (touch = swipe); matches the site's
   1024px mobile threshold, so iPads don't show them either. */
@media (max-width:1024px){
  .srv-reels__arrow{display:none}
}
@media (max-width:768px){
  .srv-reel{width:min(72vw,300px)}
}

/* ---- Craft band ---- */
.srv-craft{background:var(--ink);color:#e7ddcd}
.srv-craft__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,5rem);align-items:center;padding-block:clamp(3.5rem,7vw,7rem)}
.srv-craft__media{border-radius:16px;overflow:hidden}
.srv-craft__media img{width:100%;aspect-ratio:4/4.4;object-fit:cover}
.srv-craft__copy h2{color:var(--paper);font-size:clamp(1.9rem,3.6vw,3rem);margin:.3rem 0 1rem}
.srv-craft__lines{font-family:var(--serif-accent);font-style:italic;color:var(--brass-lite);font-size:1.2rem;margin-bottom:1.2rem;line-height:1.6}

/* ---- Wedding banner ---- */
.srv-wed{background:#fff}
.srv-wed__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;padding-block:clamp(3rem,6vw,6rem)}
.srv-wed__copy h2{font-size:clamp(1.7rem,3.2vw,2.6rem);margin:.4rem 0 1.1rem}
.srv-wed__copy p{margin-bottom:1.8rem;max-width:32rem}
.srv-wed__media{border-radius:16px;overflow:hidden;border:1px solid var(--line)}
.srv-wed__media img{width:100%;aspect-ratio:4/3.4;object-fit:cover}

/* ---- Why choose us ---- */
.srv-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.srv-why__item{display:flex;align-items:center;gap:.7rem;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:1.1rem 1.2rem;font-size:.92rem;color:var(--ink);font-weight:500}
.srv-why__mark{color:var(--brass);font-size:.9rem}

/* ---- Process ---- */
.srv-process{display:grid;grid-template-columns:repeat(7,1fr);gap:.8rem}
.srv-step{text-align:center;padding:1.2rem .6rem;border-top:2px solid var(--line)}
.srv-step__no{font-family:var(--serif);font-size:1.6rem;color:var(--brass);display:block;margin-bottom:.5rem}
.srv-step h4{font-size:.82rem;letter-spacing:.02em;color:var(--ink);font-family:var(--sans);font-weight:600}

/* ---- Newsletter / CTA ---- */
.srv-news{background:var(--ink);color:var(--paper)}
.srv-news__inner{max-width:44rem;margin-inline:auto;text-align:center;padding-block:clamp(3.5rem,7vw,6.5rem)}
.srv-news__inner h2{color:var(--paper);font-size:clamp(1.9rem,3.6vw,3rem);margin:.6rem 0 1rem}
.srv-news__inner p{color:#cdbfa9;margin-bottom:1.8rem}
.srv-news__cta{justify-content:center}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:1024px){
  .srv-grid--4{grid-template-columns:repeat(2,1fr)}
  .srv-cats{grid-template-columns:repeat(2,1fr)}
  .srv-why{grid-template-columns:repeat(2,1fr)}
  .srv-process{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:900px){
  .srv-craft__grid,.srv-wed__grid{grid-template-columns:1fr}
  .srv-craft__media{order:2}
  .srv-wed__media{order:-1}
  .srv-heroc{min-height:clamp(480px,74vh,660px)}
  .srv-heroc__badge{width:84px;height:84px}
  .srv-heroc__badge b{font-size:1.15rem}
}
@media (max-width:560px){
  .srv-grid--4{grid-template-columns:1fr;gap:1.4rem}
  .srv-cats{grid-template-columns:1fr 1fr}
  .srv-why{grid-template-columns:1fr}
  .srv-process{grid-template-columns:1fr 1fr}
  .srv-head{flex-direction:column;align-items:flex-start}
  /* Shop / category archives: 1 product per row on phones (Ohio ships columns-sm-2).
     Ohio's Masonry uses percentPosition + measures .product width, so forcing the
     item to full width makes it lay out a single column. */
  .columns-sm-2 .woo-products.masonry .product{width:100% !important}
  .srv-heroc{min-height:clamp(460px,80vh,600px)}
  .srv-heroc__badge{display:none}
  .srv-heroc__inner{padding-bottom:clamp(4.5rem,15vh,6rem)}
  .srv-heroc__controls{bottom:1.1rem}
  .srv-heroc__arrow{width:44px;height:44px;font-size:1rem}
  .srv-home .srv-heroc__title{font-size:clamp(2rem,8.5vw,2.9rem)}
}

/* ============================================================
   Footer (scoped .srv-footer — rendered inside Ohio's footer)
   ============================================================ */
.srv-footer{background:#000000;color:#cdbfa9;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6}
.srv-footer__wrap{width:100%;max-width:1280px;margin-inline:auto;padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,4rem) 2rem}
.srv-footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(1.5rem,3vw,3rem)}
.srv-footer__logo{height:34px;width:auto;margin-bottom:1.1rem}
.srv-footer__brand p{color:#a99c86;max-width:24rem;margin:0 0 .8rem}
.srv-footer__deva{font-family:"Noto Sans Devanagari","Inter",sans-serif;color:#c2a163 !important;font-size:1rem}
.srv-footer__social{display:flex;gap:.7rem;margin-top:1.2rem}
.srv-footer__social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:#cdbfa9;transition:.25s}
.srv-footer__social a:hover{background:#9c7628;border-color:#9c7628;color:#fff}
.srv-footer__social svg{width:17px;height:17px}
.srv-footer__col h4{font-family:"Inter Tight","Inter",sans-serif;color:#ffffff;font-size:1.05rem;font-weight:600;margin:0 0 1rem}
.srv-footer__col a{display:block;color:#a99c86;padding:.32rem 0;transition:.2s}
.srv-footer__col a:hover{color:#c2a163;padding-left:4px}
.srv-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;
  margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem;color:#8c8377}
.srv-footer__pay{display:flex;gap:.5rem;flex-wrap:wrap}
.srv-footer__pay span{border:1px solid rgba(255,255,255,.16);border-radius:5px;padding:.25rem .55rem;font-size:.7rem;letter-spacing:.04em}
@media (max-width:820px){ .srv-footer__top{grid-template-columns:1fr 1fr} .srv-footer__brand{grid-column:1/-1} }
@media (max-width:520px){ .srv-footer__top{grid-template-columns:1fr} .srv-footer__bottom{flex-direction:column;align-items:flex-start} }

/* ============================================================
   Guard against Ohio's anchor/button hover fill on our components
   (our elements are <a> tags; force our own colours so text stays legible)
   ============================================================ */
/* kill any Ohio pseudo-element fill overlay on our anchors */
.srv-home .srv-btn::before,.srv-home .srv-btn::after,
.srv-card::before,.srv-card::after,
.srv-home .srv-cat::before,.srv-home .srv-cat::after{content:none !important;background:none !important;display:none !important}

/* Buttons — literal colours + text-fill lock so the theme can never hide the label.
   (-webkit-text-fill-color defeats any inherited gradient-text/transparent-fill;
   `background` shorthand clears any theme background-image.) */
.srv-home a.srv-btn{text-decoration:none !important}
.srv-home a.srv-btn--solid,.srv-home a.srv-btn--solid:link,.srv-home a.srv-btn--solid:visited,.srv-home a.srv-btn--solid:focus{background:#000000 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#000000 !important}
.srv-home a.srv-btn--solid:hover{background:#000 !important;color:#fff !important;-webkit-text-fill-color:#fff !important}
.srv-home a.srv-btn--ghost,.srv-home a.srv-btn--ghost:link,.srv-home a.srv-btn--ghost:visited{background:transparent !important;color:#000000 !important;-webkit-text-fill-color:#000000 !important;border-color:rgba(28,23,18,.3) !important}
.srv-home a.srv-btn--ghost:hover,.srv-home a.srv-btn--ghost:focus{background:#000000 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#000000 !important}
.srv-home a.srv-btn--gold,.srv-home a.srv-btn--gold:link,.srv-home a.srv-btn--gold:visited,.srv-home a.srv-btn--gold:focus{background:#9c7628 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#9c7628 !important}
.srv-home a.srv-btn--gold:hover{background:#87641f !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border-color:#87641f !important}
.srv-home a.srv-btn--light,.srv-home a.srv-btn--light:link,.srv-home a.srv-btn--light:visited,.srv-home a.srv-btn--light:focus{background:transparent !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important}
.srv-home a.srv-btn--light:hover{background:rgba(255,255,255,.14) !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important}

/* Product cards — keep the paper card, never fill with accent, keep text colours */
/* Global (not .srv-home-scoped) so the same card renders identically on the
   shop / category / search archives, which have no .srv-home wrapper. */
.srv-card,.srv-card:hover,.srv-card:focus{background-color:var(--paper) !important;color:var(--ink-soft) !important;text-decoration:none !important}
.srv-card__body{background:var(--paper)}
a.srv-card__title,a.srv-card__title:focus{color:var(--ink) !important;text-decoration:none !important;background-color:transparent !important}
a.srv-card__title:hover{color:var(--brass) !important}
.srv-card:hover .srv-card__cat{color:var(--stone) !important}
.srv-card:hover .srv-card__price{color:var(--ink-soft) !important}
.srv-card:hover .srv-card__price ins{color:var(--brass) !important}
.srv-card__wish a,.srv-card__wish a:hover{text-decoration:none !important;background-color:rgba(255,255,255,.92) !important}
.srv-card__wish a:hover{background-color:#fff !important}

/* Category tiles + text links — no accent fill on hover */
.srv-home a.srv-cat,.srv-home a.srv-cat:hover,.srv-home a.srv-cat:focus{background-color:var(--plaster-deep) !important}
.srv-home a.srv-link,.srv-home a.srv-link:hover{background-color:transparent !important;text-decoration:none !important}
.srv-home a.srv-link:hover{color:var(--brass) !important}

/* ============================================================
   SINGLE PRODUCT PAGE (.srv-product-page)
   ============================================================ */
.srv-product-page{padding-block:clamp(1.5rem,4vw,3rem) clamp(3rem,7vw,6rem)}
.srv-crumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.76rem;letter-spacing:.05em;color:var(--stone);text-transform:uppercase;margin-bottom:clamp(1.2rem,3vw,2.2rem)}
.srv-crumbs a{color:var(--stone)}.srv-crumbs a:hover{color:var(--brass)}
.srv-pdp{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,4rem);align-items:start}

/* Gallery */
.srv-pdp__main{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:var(--plaster)}
.srv-pdp__main img{width:100%;aspect-ratio:3/3.8;object-fit:cover}
.srv-pdp__tag{position:absolute;top:16px;left:16px;z-index:2;background:var(--brass);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .8rem;border-radius:100px}
.srv-pdp__thumbs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}
.srv-pdp__thumb{width:72px;height:90px;border-radius:9px;overflow:hidden;border:1px solid var(--line);background:none;padding:0;cursor:pointer;opacity:.65;transition:.2s}
.srv-pdp__thumb.is-active,.srv-pdp__thumb:hover{opacity:1;border-color:var(--brass)}
.srv-pdp__thumb img{width:100%;height:100%;object-fit:cover}

/* Summary */
.srv-pdp__cat{display:inline-block;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brass);margin-bottom:.7rem}
.srv-pdp__cat a{color:var(--brass)}
.srv-pdp__title{font-size:clamp(1.8rem,3.6vw,2.9rem);margin-bottom:.8rem}
.srv-pdp__rating{display:flex;align-items:center;gap:.8rem;margin-bottom:1.1rem;font-size:.82rem;color:var(--stone)}
.srv-pdp__rating .star-rating{color:var(--brass);font-size:.9rem}
.srv-pdp__price{font-family:var(--serif);font-size:1.7rem;color:var(--ink);margin-bottom:1.2rem}
.srv-pdp__price del{color:var(--stone);opacity:.7;font-size:1.2rem;margin-right:.6rem}
.srv-pdp__price ins{text-decoration:none;color:var(--brass)}
.srv-pdp__price .woocommerce-Price-amount{white-space:nowrap}
.srv-pdp__excerpt{color:var(--ink-soft);margin-bottom:1.6rem;max-width:34rem}
.srv-pdp__excerpt p{margin-bottom:.6rem}

/* Add-to-cart / variations form */
.srv-pdp__cart{margin-bottom:1.2rem}
.srv-pdp__cart .variations{width:100%;border:none;margin-bottom:1rem}
.srv-pdp__cart .variations td,.srv-pdp__cart .variations th{border:none;padding:.3rem 0;vertical-align:middle}
.srv-pdp__cart .variations th.label label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);font-weight:600;padding-right:1rem}
.srv-pdp__cart select{width:100%;max-width:16rem;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:.75rem 1rem;font-size:.95rem;color:var(--ink);font-family:var(--sans)}
.srv-pdp__cart .reset_variations{display:inline-block;font-size:.78rem;color:var(--stone);margin-top:.4rem}
.srv-pdp__cart .woocommerce-variation-price{margin:.8rem 0;font-family:var(--serif);font-size:1.3rem;color:var(--ink)}
.srv-pdp__cart .woocommerce-variation-availability{font-size:.85rem;color:var(--brass);margin-bottom:.6rem}
.srv-pdp__cart .woocommerce-variation-add-to-cart,.srv-pdp__cart form.cart:not(.variations_form){display:flex;gap:.8rem;align-items:stretch;flex-wrap:wrap;margin-top:.5rem}
.srv-pdp__cart .quantity{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:100px;overflow:hidden;background:var(--paper)}
.srv-pdp__cart .quantity input.qty{width:56px;border:none;background:none;text-align:center;font-size:1rem;padding:.85rem .3rem;-moz-appearance:textfield}
.srv-pdp__cart .quantity input.qty::-webkit-outer-spin-button,.srv-pdp__cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.srv-pdp__cart .single_add_to_cart_button{flex:1;min-width:12rem;background:var(--ink) !important;color:var(--paper) !important;border:none !important;border-radius:100px !important;padding:1rem 2rem !important;font-family:var(--sans) !important;font-size:.9rem !important;font-weight:600 !important;letter-spacing:.04em;cursor:pointer;transition:.25s !important;text-transform:none}
.srv-pdp__cart .single_add_to_cart_button:hover{background:#000 !important;color:var(--paper) !important}
.srv-pdp__cart .single_add_to_cart_button.disabled,.srv-pdp__cart .single_add_to_cart_button:disabled{opacity:.4;cursor:not-allowed}

/* Wishlist */
.srv-pdp__wishlist{margin-bottom:1.6rem}
.srv-pdp__wishlist .yith-wcwl-add-to-wishlist{margin:0}
.srv-pdp__wishlist a{color:var(--ink-soft);font-size:.88rem}
.srv-pdp__wishlist a:hover{color:var(--brass)}

/* Assurances + meta */
.srv-pdp__assure{list-style:none;padding:1.3rem 0;margin:0 0 1.2rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:.5rem}
.srv-pdp__assure li{font-size:.88rem;color:var(--ink-soft)}
.srv-pdp__meta{display:flex;flex-direction:column;gap:.35rem;font-size:.84rem;color:var(--stone)}
.srv-pdp__meta b{color:var(--ink);font-weight:600}
.srv-pdp__meta a{color:var(--stone)}.srv-pdp__meta a:hover{color:var(--brass)}

/* Tabs */
.srv-pdp__tabs{margin-top:clamp(2.5rem,6vw,5rem)}
.srv-pdp__tabs .wc-tabs,.srv-pdp__tabs ul.tabs{list-style:none;display:flex;gap:.5rem;flex-wrap:wrap;padding:0;margin:0 0 1.5rem;border-bottom:1px solid var(--line)}
.srv-pdp__tabs ul.tabs li{margin:0}
.srv-pdp__tabs ul.tabs li a{display:inline-block;padding:.8rem 1.3rem;font-family:var(--serif);font-size:1.05rem;color:var(--stone);border-bottom:2px solid transparent;margin-bottom:-1px}
.srv-pdp__tabs ul.tabs li.active a,.srv-pdp__tabs ul.tabs li a:hover{color:var(--ink);border-bottom-color:var(--brass)}
.srv-pdp__tabs .panel{color:var(--ink-soft);max-width:48rem}
.srv-pdp__tabs .panel h2{font-size:1.4rem;margin-bottom:.8rem}
.srv-pdp__tabs .panel p{margin-bottom:.8rem}
.srv-pdp__tabs table.shop_attributes{width:100%;border-collapse:collapse}
.srv-pdp__tabs table.shop_attributes th,.srv-pdp__tabs table.shop_attributes td{text-align:left;padding:.6rem 0;border-bottom:1px solid var(--line);font-size:.9rem}

/* Related products */
.srv-pdp__related{margin-top:clamp(2.5rem,6vw,5rem)}
.srv-pdp__related>h2{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:1.5rem;text-align:center}
.srv-pdp__related ul.products{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;padding:0;margin:0}
.srv-pdp__related ul.products li.product{margin:0;text-align:left}
.srv-pdp__related ul.products li.product img{border-radius:12px;margin-bottom:.7rem}
.srv-pdp__related ul.products li.product .woocommerce-loop-product__title{font-family:var(--serif);font-size:1rem;color:var(--ink);padding:0;margin-bottom:.3rem}
.srv-pdp__related ul.products li.product .price{color:var(--ink-soft);font-size:.92rem}
.srv-pdp__related ul.products li.product a.button{display:inline-block;margin-top:.5rem;background:transparent;border:1px solid var(--line);color:var(--ink);border-radius:100px;padding:.5rem 1.1rem;font-size:.8rem}
.srv-pdp__related ul.products li.product a.button:hover{background:var(--ink);color:var(--paper)}

/* ---- Product page responsive ---- */
@media (max-width:900px){
  .srv-pdp{grid-template-columns:1fr;gap:1.5rem}
  .srv-pdp__main img{aspect-ratio:3/3.4}
  .srv-pdp__related ul.products{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .srv-pdp__cart .single_add_to_cart_button{width:100%;flex:1 1 100%}
  .srv-pdp__related ul.products{grid-template-columns:1fr 1fr;gap:.8rem}
  .srv-pdp__title{font-size:1.6rem}
}

/* ============================================================
   OHIO-NATIVE SINGLE PRODUCT — make the "choose a size" step obvious
   (products are size-required by design; the Add to Cart button only
   enables once a size is picked. These cues make that unmistakable.)
   ============================================================ */
/* Highlight the size selector */
.single-product table.variations th.label label{font-weight:600 !important;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;color:#000000}
.single-product table.variations td.value select,
.single-product table.variations td select{border:1.5px solid rgba(28,23,18,.35) !important;border-radius:9px !important;padding:.6rem .85rem !important;min-width:190px;font-size:.95rem;background-color:#fff}
.single-product table.variations select:focus{border-color:#9c7628 !important;outline:none;box-shadow:0 0 0 3px rgba(156,118,40,.18)}

/* Helper line + clearly-disabled button while no size is selected */
.single-product .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button{opacity:.4 !important;cursor:not-allowed !important}
.single-product .woocommerce-variation-add-to-cart-disabled::before{
	content:"\261E  Please choose a size above to enable Add to Cart";
	display:block;margin-bottom:.85rem;padding:.6rem .9rem;border-radius:9px;
	background:rgba(156,118,40,.1);border:1px solid rgba(156,118,40,.4);
	color:#7a5c1e;font-size:.83rem;font-weight:500;letter-spacing:.01em}
.single-product .woocommerce-variation-add-to-cart-enabled::before{content:none}

/* ============================================================
   WISHLIST PAGE (YITH) — card grid, matching the reference site.
   Each saved item is a card: image (with a remove toggle in the corner),
   name, price. We flatten YITH's table into a CSS grid we fully control.
   Scoped to body.woocommerce-wishlist; literal brand hex (outside .srv-* scope).
   ============================================================ */
.woocommerce-wishlist .wishlist-title-container{display:none} /* Ohio's page headline already shows "Wishlist" */
/* table = the grid, tbody = display:contents so the <tr>s become the grid items.
   (display:grid on <tbody> is unreliable — browsers keep its table semantics.) */
.woocommerce-wishlist .wishlist_table{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:clamp(1.1rem,2.5vw,1.9rem);width:100%;border:0;margin:0;background:transparent;font-family:"Inter",system-ui,sans-serif}
.woocommerce-wishlist .wishlist_table thead{display:none}
.woocommerce-wishlist .wishlist_table tbody{display:contents}
.woocommerce-wishlist .wishlist_table tr{
  display:flex;flex-direction:column;position:relative;padding:0;margin:0;border:0;background:transparent}
.woocommerce-wishlist .wishlist_table td{display:block;border:0;padding:0;margin:0;background:transparent;width:auto}

/* image card */
.woocommerce-wishlist .wishlist_table td.product-thumbnail{order:1;position:relative;margin-bottom:.85rem}
.woocommerce-wishlist .wishlist_table td.product-thumbnail a{display:block}
.woocommerce-wishlist .wishlist_table td.product-thumbnail img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:14px;border:1px solid rgba(28,23,18,.1);background:#efe9df;display:block}

/* name */
.woocommerce-wishlist .wishlist_table td.product-name{order:2}
.woocommerce-wishlist .wishlist_table td.product-name a{font-family:"Inter Tight","Inter",sans-serif;font-weight:600;font-size:1.02rem;line-height:1.25;letter-spacing:-.01em;color:#000000;text-decoration:none}
.woocommerce-wishlist .wishlist_table td.product-name a:hover{color:#9c7628}

/* price */
.woocommerce-wishlist .wishlist_table td.product-price{order:3;margin-top:.35rem;font-family:"Inter Tight",sans-serif;font-weight:600;font-size:1rem;color:#9c7628}
.woocommerce-wishlist .wishlist_table td.product-price del{color:#8c8377;font-weight:400;margin-right:.35rem;opacity:.8}
.woocommerce-wishlist .wishlist_table td.product-price ins{text-decoration:none}

/* hide stock + add-to-cart to match the reference (buy from the product page) */
.woocommerce-wishlist .wishlist_table td.product-stock-status,
.woocommerce-wishlist .wishlist_table td.product-add-to-cart{display:none}

/* remove — round toggle in the image's top-right corner */
.woocommerce-wishlist .wishlist_table td.product-remove{order:0;position:absolute;top:.7rem;right:.7rem;z-index:2;margin:0}
.woocommerce-wishlist .wishlist_table td.product-remove a{
  display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;
  background:transparent !important;border:none !important;box-shadow:none !important;
  color:#000000 !important;-webkit-text-fill-color:#000000 !important;font-size:0;line-height:0;text-decoration:none;transition:.2s}
.woocommerce-wishlist .wishlist_table td.product-remove a::before{content:"";width:20px;height:20px;background-color:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z'/%3E%3C/svg%3E") center/contain no-repeat}
.woocommerce-wishlist .wishlist_table td.product-remove a:hover{color:#b5462f !important;-webkit-text-fill-color:#b5462f !important}
.woocommerce-wishlist .wishlist_table td.product-remove a i,
.woocommerce-wishlist .wishlist_table td.product-remove a svg,
.woocommerce-wishlist .wishlist_table td.product-remove a img{display:none !important}

.woocommerce-wishlist .wishlist-empty{font-family:"Inter",sans-serif;color:#413a31;font-size:1.05rem;padding:1.25rem 0}

/* Footer / social share */
.woocommerce-wishlist .yith_wcwl_wishlist_footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(28,23,18,.12);font-family:"Inter",sans-serif}
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share ul{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:.6rem 0 0;list-style:none}
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share li{margin:0}
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share a{width:38px;height:38px;border-radius:50%}

/* ============================================================
   RETURN / EXCHANGE REQUEST FORM ([sarvrag_return_form])
   Responsive: 2-col on desktop, 1-col on phones. Not .srv-home
   scoped (lives on the Return & Exchange page), so tokens come
   from the token block which now includes .srv-rma.
   ============================================================ */
.srv-rma{max-width:760px;margin:clamp(2.5rem,6vw,4rem) auto 0;padding-top:clamp(1.5rem,4vw,2.5rem);border-top:1px solid var(--line)}
.srv-rma__intro{margin-bottom:1.6rem}
.srv-rma__title{font-family:var(--serif);color:var(--ink);font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem}
.srv-rma__lede{color:var(--ink-soft);font-size:1rem;line-height:1.6;max-width:56ch;margin:0}
.srv-rma__alert{margin:0 0 1.2rem;padding:.85rem 1rem;border-radius:10px;background:#fbeaea;border:1px solid #e6b8b8;color:#8a2b2b;font-size:.92rem}
.srv-rma__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem 1.2rem}
.srv-rma__field{display:flex;flex-direction:column;gap:.4rem;min-width:0}
.srv-rma__field--wide{grid-column:1 / -1}
.srv-rma__label{font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--ink);display:flex;align-items:center;gap:.35rem}
.srv-rma__label i{color:var(--brass);font-style:normal}
.srv-rma__label em{color:var(--stone);font-weight:400;font-style:normal;font-size:.78rem}
.srv-rma__field input,.srv-rma__field select,.srv-rma__field textarea{
  width:100%;font-family:var(--sans);font-size:.98rem;color:var(--ink);background:var(--paper);
  border:1px solid var(--line);border-radius:10px;padding:.72rem .85rem;line-height:1.4;
  transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}
.srv-rma__field textarea{resize:vertical;min-height:110px}
.srv-rma__field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238c8377' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.2rem}
.srv-rma__field input:focus,.srv-rma__field select:focus,.srv-rma__field textarea:focus{
  outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(156,118,40,.14)}
.srv-rma__field input[type=file]{padding:.6rem .7rem;font-size:.9rem;background:#faf7f2;cursor:pointer}
.srv-rma__field input[type=file]::file-selector-button{font-family:var(--sans);font-weight:600;font-size:.82rem;
  margin-right:.8rem;padding:.5rem .9rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer}
.srv-rma__hint{font-size:.78rem;color:var(--stone)}
.srv-rma__err{font-size:.8rem;color:#b03636;font-weight:500}
.srv-rma__submit{margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--sans);font-size:.86rem;font-weight:600;letter-spacing:.04em;
  padding:.95rem 2.2rem;border-radius:100px;cursor:pointer;transition:.25s}
/* !important + text-fill lock so Ohio's brass button accent can't override our
   black primary-action styling (same pattern as the .srv-btn hardening block). */
.srv-rma__submit,.srv-rma__submit:link,.srv-rma__submit:visited,.srv-rma__submit:focus{
  background:#000000 !important;color:#ffffff !important;-webkit-text-fill-color:#ffffff !important;border:1px solid #000000 !important}
.srv-rma__submit:hover{background:#111 !important;border-color:#111 !important;color:#fff !important;-webkit-text-fill-color:#fff !important}
/* Honeypot — visually removed but still in the DOM for bots */
.srv-rma__hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
@media (max-width:600px){
  .srv-rma__grid{grid-template-columns:1fr}
  .srv-rma__submit{width:100%}
}

/* Thank-You panel ([sarvrag_return_thanks]) */
.srv-rma-thanks{max-width:620px;margin:clamp(2rem,6vw,4.5rem) auto;padding:0 1.25rem;text-align:center}
/* Thank-You PAGE (body.srv-thanks): drop the blog sidebar + the redundant page
   title/breadcrumb, go full-width, and center the panel on the screen. */
body.srv-thanks .page-sidebar{display:none !important}
body.srv-thanks .page-content.-with-left-sidebar{float:none !important;width:100% !important;padding-left:0 !important}
body.srv-thanks .page-headline,
body.srv-thanks .breadcrumb-holder{display:none !important}
body.srv-thanks .srv-rma-thanks{min-height:calc(100vh - var(--clb-header-height, 80px) - 6rem);
  margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}
.srv-rma-thanks__mark{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;
  border-radius:50%;background:rgba(156,118,40,.12);color:var(--brass);margin-bottom:1.4rem}
.srv-rma-thanks__title{font-family:var(--serif);color:var(--ink);font-size:clamp(1.7rem,4.2vw,2.6rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .7rem}
.srv-rma-thanks__text{color:var(--ink-soft);font-size:1.1rem;line-height:1.6;margin:0 0 2rem}
.srv-rma-thanks__cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}
.srv-rma-thanks .srv-btn--solid{background:var(--ink)!important;color:var(--paper)!important;-webkit-text-fill-color:var(--paper)!important;border-color:var(--ink)!important}
.srv-rma-thanks .srv-btn--ghost{background:transparent!important;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;border-color:var(--line)!important}
.srv-rma-thanks .srv-btn--ghost:hover{background:var(--ink)!important;color:var(--paper)!important;-webkit-text-fill-color:var(--paper)!important;border-color:var(--ink)!important}
