/*
Theme Name: Hello Elementor Child
Theme URI: https://onepiecestore.org/
Description: Child theme of Hello Elementor for ONE Piece. Site-wide "Warm Gallery" design system (matches the homepage #ophome tokens) applied across WooCommerce shop/category/product/cart/checkout + reviews. Version-controlled here instead of the Customizer.
Author: ONE Piece store team
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
*/

/* =========================================================================
   CUSTOM HEADER + FOOTER (Elementor-free rebuild) — replaces theme-builder
   templates #103/#98. Rendered by child header.php / footer.php.
   ========================================================================= */
/* kill residual horizontal scroll from full-bleed bands (100vw vs scrollbar);
   clip (not hidden) so the sticky header keeps working */
html,body{overflow-x:clip;max-width:100%}
.op-skip{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.op-skip:focus{position:fixed;top:8px;inset-inline-start:8px;width:auto;height:auto;clip:auto;z-index:1000;background:var(--ink);color:#fff;padding:10px 16px;border-radius:8px}

.site-header{position:sticky;top:0;z-index:200;background:#FBF8F1;border-bottom:1px solid var(--line);max-width:none!important;width:100%;margin:0}
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;min-height:72px;padding:6px clamp(14px,4vw,48px)}
.site-header__nav{display:flex;align-items:center;justify-self:start}
.site-header__logo{justify-self:center;display:flex;align-items:center}
.site-header__logo .custom-logo,.site-header__logo img{height:46px!important;width:auto!important;max-width:min(52vw,300px);object-fit:contain;display:block}
.site-header__logo .custom-logo-link{display:block;line-height:0}
.op-logo-text{font-family:var(--fd);font-size:1.5rem;font-weight:700;color:var(--ink);text-decoration:none}
.site-header__actions{justify-self:end;display:flex;align-items:center;gap:4px}

.op-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:clamp(14px,1.9vw,30px)}
.op-nav__list li{margin:0}
.op-nav__list a{font-family:var(--fb);font-size:1.02rem;font-weight:500;color:var(--ink);text-decoration:none;padding:6px 0;position:relative;white-space:nowrap;transition:color .2s}
.op-nav__list a::after{content:"";position:absolute;bottom:0;inset-inline:0;height:2px;background:var(--brass);transform:scaleX(0);transition:transform .25s var(--ease)}
.op-nav__list a:hover{color:var(--brass-deep)}
.op-nav__list a:hover::after{transform:scaleX(1)}
.op-nav__list .current-menu-item>a{color:var(--brass-deep)}
.op-nav__list .current-menu-item>a::after{transform:scaleX(1)}

.op-nav-toggle,.op-search-toggle{display:inline-flex;align-items:center;justify-content:center;background:none!important;border:0!important;box-shadow:none!important;cursor:pointer;color:var(--ink);padding:8px;border-radius:8px;transition:color .2s}
.op-nav-toggle:hover,.op-search-toggle:hover{color:var(--brass-deep);background:none!important}
.op-search-toggle svg{width:22px;height:22px}

/* nav dropdown submenu (חנות → מזוזות / מעמד לנרות שבת) */
.op-nav__list li{position:relative}
.op-nav__list .sub-menu{list-style:none;margin:0;padding:8px 0;position:absolute;top:100%;inset-inline-start:0;min-width:210px;background:#FBF8F1;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);display:none;z-index:60}
.op-nav__list li.menu-item-has-children:hover>.sub-menu,.op-nav__list li.menu-item-has-children:focus-within>.sub-menu{display:block}
.op-nav__list .menu-item-has-children>a{display:inline-flex;align-items:center;gap:5px}
.op-nav__list .menu-item-has-children>a::before{content:"";width:7px;height:7px;border-inline-end:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-bottom:3px;opacity:.65}
.op-nav__list .sub-menu a{display:block;padding:9px 18px;white-space:nowrap;font-size:.98rem}
.op-nav__list .sub-menu a::after,.op-nav__list .sub-menu a::before{display:none}
.op-nav__list .sub-menu a:hover{background:var(--surface-2);color:var(--brass-deep)}
.op-cart{display:inline-flex;align-items:center;position:relative;color:var(--ink);padding:8px;border-radius:8px;transition:color .2s}
.op-cart:hover{color:var(--brass-deep)}
.op-cart svg{width:23px;height:23px}
.op-cart__count{position:absolute;top:2px;inset-inline-start:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--bordeaux);color:#fff;font-family:var(--fb);font-size:.66rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}
.op-cart__count.is-empty{display:none}

.op-nav-toggle{flex-direction:column;gap:5px;width:40px;height:40px}
.op-nav-toggle span{display:block;width:22px;height:2px;flex:0 0 2px;min-height:2px;background:currentColor;border-radius:2px;transition:transform .25s var(--ease),opacity .2s}
.site-header.nav-open .op-nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-header.nav-open .op-nav-toggle span:nth-child(2){opacity:0}
.site-header.nav-open .op-nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* search — inline pill on desktop (matches the original), icon+dropdown on mobile */
.op-search-form{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:4px;padding-inline-start:14px;width:clamp(170px,19vw,240px)}
.op-search-form input[type=search]{flex:1;min-width:0;border:0;background:none;font-family:var(--fb);font-size:.95rem;color:var(--ink);padding:7px 0}
.op-search-form input[type=search]:focus{outline:none}
.op-search-form:focus-within{border-color:var(--brass)}
.op-search-form button{background:var(--btn-bg)!important;color:var(--btn-ink)!important;border:0!important;border-radius:999px!important;width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none!important;padding:0!important}
.op-search-form button svg{width:18px;height:18px}

@media(min-width:1025px){
  .op-nav-toggle,.op-search-toggle{display:none}
  .op-nav{display:block!important}
}
@media(max-width:1024px){
  .op-nav{display:none;position:absolute;inset-inline:0;top:100%;background:#FBF8F1;border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm);padding:6px 0}
  .site-header.nav-open .op-nav{display:block}
  .op-nav__list{flex-direction:column;align-items:stretch;gap:0}
  .op-nav__list a{display:block;padding:13px clamp(14px,4vw,48px)}
  .op-nav__list a::after{display:none}
  .op-nav__list a:hover{background:var(--surface-2)}
  .op-nav__list .sub-menu{position:static;display:block;border:0;box-shadow:none;background:transparent;padding:0;min-width:0}
  .op-nav__list .sub-menu a{padding-inline-start:calc(clamp(14px,4vw,48px) + 18px);font-size:.94rem;opacity:.85}
  .op-nav__list .menu-item-has-children>a::before{display:none}
  .op-search-form{display:none;position:absolute;inset-inline:0;top:100%;width:auto;border-radius:0;border:0;border-bottom:1px solid var(--line);background:#FBF8F1;box-shadow:var(--shadow-sm);padding:14px clamp(14px,4vw,48px)}
  .site-header.search-open .op-search-form{display:flex}
  .op-search-form input[type=search]{background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 16px}
}

/* ---- Footer (espresso, premium) ---- */
.site-footer{background:#2A2320;color:#D9CFBF;padding:clamp(44px,6vw,72px) clamp(16px,5vw,64px) 28px;margin-top:64px;direction:rtl}
.site-footer__cols{display:grid;grid-template-columns:1.3fr .9fr .9fr .9fr 1.5fr;gap:34px;max-width:1220px;margin:0 auto;align-items:start}
.site-footer h4{font-family:var(--fd);color:#F6F1E8;font-size:1.1rem;margin:0 0 14px;font-weight:700}
.site-footer a{color:#D9CFBF;text-decoration:none;transition:color .2s}
.site-footer a:hover{color:var(--brass)}
.site-footer__brand .custom-logo{max-width:170px;height:auto;filter:brightness(0) invert(1);opacity:.92}
.site-footer__tagline{margin:14px 0 0;font-size:.95rem;line-height:1.7;color:#B8AC98}
.site-footer__studio{line-height:2;font-size:.96rem;margin:0}
.site-footer__menu{list-style:none;margin:0;padding:0;line-height:2.1;font-size:.96rem}
.site-footer__contact p{color:#B8AC98;font-size:.94rem;margin:0 0 14px;line-height:1.6}
.site-footer__wa{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff!important;font-weight:700;padding:11px 20px;border-radius:999px;font-size:.95rem;transition:transform .2s,background-color .2s}
.site-footer__wa:hover{background:#1FB457;color:#fff!important;transform:translateY(-2px)}
.site-footer__wa svg{width:18px;height:18px}
.site-footer__form{display:flex;flex-direction:column;gap:14px;width:100%}
.site-footer__form input[type=email]{width:100%;box-sizing:border-box}
.site-footer__form input[type=email]{background:transparent;border:0;border-bottom:1px solid var(--brass);color:#F6F1E8;padding:8px 2px;font-family:var(--fb);font-size:.95rem}
.site-footer__form input[type=email]::placeholder{color:#9A8E7B}
.site-footer__form input[type=email]:focus{outline:none;border-bottom-color:#F6F1E8}
.site-footer__form button{align-self:flex-start;background:transparent!important;border:1px solid var(--brass)!important;color:var(--brass)!important;font-family:var(--fb);font-weight:700;padding:10px 22px;border-radius:999px;cursor:pointer;box-shadow:none!important;transition:background-color .2s,color .2s}
.site-footer__form button:hover{background:var(--brass)!important;color:#2A2320!important}
.site-footer__news-ok{color:var(--brass);font-weight:600;margin:0}
.site-footer__bottom{max-width:1220px;margin:38px auto 0;padding-top:22px;border-top:1px solid rgba(246,241,232,.14);display:flex;flex-direction:column;align-items:center;gap:14px}
.site-footer__social{display:flex;gap:20px}
.site-footer__social a{color:#D9CFBF;line-height:0}
.site-footer__social a:hover{color:var(--brass)}
.site-footer__social svg{width:24px;height:24px}
.site-footer__copy{font-size:.85rem;color:#9A8E7B;letter-spacing:.02em;margin:0}
@media(max-width:900px){.site-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:520px){
  .site-footer__cols{grid-template-columns:1fr;text-align:center}
  .site-footer__wa,.site-footer__brand .custom-logo{margin-inline:auto}
}

/* =========================================================================
   ONE Piece — Warm Gallery design system (site-wide)
   Ported from the homepage (#ophome) token set so the whole site matches.
   Fonts (Frank Ruhl Libre + Heebo) are enqueued in functions.php.
   Supersedes the old teal "polish pack" (retired 2026-07-14).
   ========================================================================= */

:root{
  --canvas:#F6F1E8; --surface:#FFFFFF; --surface-2:#EFE7D8;
  --ink:#2A2320; --ink-soft:#655B4C; --line:#E4D9C6;
  --brass:#B08542; --brass-deep:#7D5A20; --bordeaux:#8A2C3B; --wood:#9C7A4E; --sand:#EADFC9;
  --btn-bg:#2A2320; --btn-ink:#F6F1E8;
  --shadow:0 22px 60px rgba(42,35,32,.18); --shadow-sm:0 8px 22px rgba(42,35,32,.12);
  --radius:18px; --ease:cubic-bezier(.2,.7,.2,1);
  --fd:'Frank Ruhl Libre','David Libre',serif;
  --fb:'Heebo','Assistant',Arial,sans-serif;
}

/* ---- base typography (WooCommerce + non-Elementor content) --------------
   Scoped to .woocommerce and Woo body classes so it never fights the
   scoped homepage (#ophome) or Elementor kit typography on other pages. */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.single-product,
body.post-type-archive-product,
body.tax-product_cat{
  font-family:var(--fb);
  color:var(--ink);
  background:var(--canvas);
  -webkit-font-smoothing:antialiased;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3,
.woocommerce-page h1,.woocommerce-page h2,.woocommerce-page h3{
  font-family:var(--fd); font-weight:700; color:var(--ink); line-height:1.15; text-wrap:balance;
}
.woocommerce a{color:var(--brass-deep)}
.woocommerce :focus-visible{outline:3px solid var(--brass-deep);outline-offset:3px;border-radius:5px}

/* =========================================================================
   BUTTONS — single espresso/brass pill system (replaces teal)
   ========================================================================= */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce .wc-block-components-button,
.wc-block-components-button,
.woocommerce-page a.button,
.woocommerce-page button.button{
  background:var(--btn-bg)!important; color:var(--btn-ink)!important; border:0!important;
  border-radius:999px!important; padding:14px 30px!important; font-family:var(--fb)!important;
  font-weight:700!important; font-size:1rem!important; line-height:1.2!important; min-height:52px;
  box-shadow:0 8px 20px rgba(42,35,32,.16)!important;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease),background-color .2s!important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce .wc-block-components-button:hover,
.wc-block-components-button:hover{
  background:var(--brass-deep)!important; color:#fff!important;
  transform:translateY(-3px)!important; box-shadow:0 16px 32px rgba(42,35,32,.24)!important;
}
/* Secondary / outline buttons (e.g. "View cart", "Continue shopping") */
.woocommerce a.button.wc-forward.wc-backward,
.woocommerce .button.alt.disabled{opacity:1}
.woocommerce a.added_to_cart{
  display:inline-flex;align-items:center;margin-inline-start:10px;
  color:var(--brass-deep)!important;font-weight:700;text-underline-offset:3px;
}

/* =========================================================================
   SHOP / CATEGORY ARCHIVE — product loop cards (match #ophome .card)
   ========================================================================= */
.woocommerce ul.products{
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin:0 auto 40px; padding:0; list-style:none;
  max-width:1240px; /* keep the grid readable on full-width Elementor shop page #774 */
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{content:none!important}
.woocommerce ul.products li.product{
  width:auto!important; margin:0!important; float:none!important; padding:0!important;
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
  overflow:hidden; display:flex; flex-direction:column;
  box-shadow:0 4px 14px rgba(42,35,32,.06);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-7px); box-shadow:var(--shadow); border-color:var(--brass);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block}
.woocommerce ul.products li.product a img{
  margin:0; width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:0;
  transition:transform .5s var(--ease);
}
.woocommerce ul.products li.product:hover a img{transform:scale(1.05)}
/* candle-stands are horizontal arrangements — a squarer crop shows both candles */
.woocommerce ul.products li.product.product_cat-candles-stand a img{aspect-ratio:1/1}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--fb)!important; font-weight:600; font-size:.98rem; color:var(--ink);
  padding:14px 16px 0; margin:0; min-height:2.6em; line-height:1.35;
}
.woocommerce ul.products li.product .price{
  padding:6px 16px 0; margin:0; color:var(--ink)!important; font-weight:400;
}
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins .amount{
  font-family:var(--fd); font-weight:700; font-size:1.28rem; color:var(--ink); text-decoration:none;
}
.woocommerce ul.products li.product .price del{opacity:.7}
.woocommerce ul.products li.product .price del .amount{
  font-family:var(--fb); font-size:.9rem; color:var(--ink-soft); font-weight:400;
}
.woocommerce ul.products li.product .button{
  margin:14px 16px 16px!important; align-self:flex-start;
}
/* single-piece uniqueness line injected via loop hook */
.woocommerce ul.products li.product .op-uniq{
  padding:0 16px; margin-top:8px; font-size:.78rem; color:var(--bordeaux); font-weight:600;
  display:flex; align-items:center; gap:6px;
}
.woocommerce ul.products li.product .op-uniq::before{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--bordeaux);
}

/* sale / stock badges on cards */
.woocommerce span.onsale{
  background:var(--bordeaux)!important; color:#fff!important; border-radius:999px!important;
  min-height:0; min-width:0; line-height:1; padding:6px 12px!important; font-weight:700; font-size:.73rem;
  top:12px; inset-inline-start:12px; inset-inline-end:auto; margin:0; box-shadow:0 4px 10px rgba(138,44,59,.3);
}

/* consistent full-bleed hero band (category archives; reusable) */
.op-hero-band{
  margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
  background:radial-gradient(125% 150% at 50% 0%,#F8F2E4 0%,#ECDEC7 68%,#E2D3B7 100%);
  padding:clamp(38px,6.5vw,72px) 20px; text-align:center; margin-bottom:34px;
  border-bottom:1px solid var(--line);
}
.op-hero-inner{max-width:760px; margin:0 auto}
.op-hero-kicker{
  display:inline-flex; align-items:center; gap:10px; font-family:var(--fb);
  font-size:.82rem; font-weight:700; letter-spacing:.02em; color:var(--brass-deep); margin-bottom:14px;
}
.op-hero-kicker::before,.op-hero-kicker::after{content:""; width:26px; height:1.5px; background:var(--brass)}
.op-hero-title{
  font-family:var(--fd)!important; font-weight:700; font-size:clamp(2.2rem,5.5vw,3.6rem)!important;
  color:var(--ink); line-height:1.08; margin:0; text-wrap:balance;
}
.op-hero-sub{color:var(--ink-soft); font-size:clamp(1rem,2vw,1.18rem); margin:15px auto 0; max-width:46ch; line-height:1.6}

/* ---- reusable content-page components (about / contact / etc.) ---------- */
.op-content{direction:rtl;color:var(--ink);font-family:var(--fb)}
.op-content h1,.op-content h2,.op-content h3{font-family:var(--fd);color:var(--ink);line-height:1.15}
.op-split{max-width:1160px;margin:0 auto;padding:clamp(38px,5.5vw,76px) clamp(16px,4vw,40px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}
.op-split__text h2{font-size:clamp(1.7rem,3.4vw,2.4rem);margin:0 0 18px}
.op-split__text p{color:var(--ink-soft);line-height:1.85;margin:0 0 14px;font-size:1.05rem}
.op-split__text strong{color:var(--ink)}
.op-split__img img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;display:block}
.op-split--rev .op-split__text{order:2}
.op-lead{font-weight:700;color:var(--ink)!important;margin-bottom:10px!important}
.op-values{list-style:none;margin:0 0 18px;padding:0}
.op-values li{position:relative;padding-inline-start:22px;margin:0 0 12px;color:var(--ink-soft);line-height:1.7;font-size:1.04rem}
.op-values li::before{content:"";position:absolute;inset-inline-start:0;top:11px;width:8px;height:8px;border-radius:50%;background:var(--brass)}
.op-vision{background:var(--surface-2);border-radius:14px;padding:18px 20px;color:var(--ink)!important;line-height:1.8}
.op-cta-band{text-align:center;background:radial-gradient(120% 140% at 50% 0%,#F8F2E4,#ECDEC7 70%,#E2D3B7);padding:clamp(44px,6vw,72px) 20px;margin-top:20px}
.op-cta-band h2{font-size:clamp(1.7rem,3.6vw,2.5rem);margin:0 0 22px}
.op-btn{display:inline-flex;align-items:center;gap:.5em;background:var(--btn-bg);color:var(--btn-ink);font-family:var(--fb);font-weight:700;font-size:1.04rem;padding:15px 34px;border-radius:999px;text-decoration:none;box-shadow:0 8px 20px rgba(42,35,32,.16);transition:transform .2s var(--ease),background-color .2s}
.op-btn:hover{transform:translateY(-3px);background:var(--brass-deep);color:#fff}
/* contact */
.op-contact-info{max-width:960px;margin:0 auto;padding:clamp(32px,5vw,60px) clamp(16px,4vw,40px);display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:center}
.op-contact-info .lbl{font-size:.82rem;font-weight:700;letter-spacing:.02em;color:var(--brass-deep);margin:0 0 8px}
.op-contact-info p{margin:0;color:var(--ink);line-height:1.9}
.op-contact-info a{color:var(--ink);text-decoration:none}.op-contact-info a:hover{color:var(--brass-deep)}
.op-contact-cta{max-width:560px;margin:0 auto;padding:0 20px clamp(44px,6vw,72px);text-align:center}
.op-contact-cta h2{font-size:clamp(1.6rem,3.4vw,2.3rem);margin:0 0 14px}
.op-contact-cta p{color:var(--ink-soft);margin:0 0 24px;line-height:1.7}
.op-wa-btn{display:inline-flex;align-items:center;gap:9px;background:#25D366;color:#fff!important;font-weight:800;text-decoration:none;padding:15px 30px;border-radius:999px;box-shadow:0 10px 24px rgba(37,211,102,.3);transition:transform .2s}
.op-wa-btn:hover{transform:translateY(-3px)}.op-wa-btn svg{width:20px;height:20px}
.op-contact-alt{margin-top:18px;color:var(--ink-soft)}
.op-contact-alt a{color:var(--brass-deep);font-weight:600}
@media(max-width:820px){
  .op-split{grid-template-columns:1fr;gap:22px}
  .op-split--rev .op-split__text{order:0}
  .op-split__img img{aspect-ratio:16/11;max-height:420px}
  .op-contact-info{grid-template-columns:1fr;gap:20px}
}

/* floating WhatsApp button (replaces Elementor floating-button #1156) */
.op-fab-wa{position:fixed;bottom:20px;inset-inline-end:20px;z-index:300;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,.45);transition:transform .2s}
.op-fab-wa:hover{transform:scale(1.08);color:#fff}
.op-fab-wa svg{width:32px;height:32px}

/* legal pages (terms / privacy / returns / shipping / accessibility) */
.op-legal{max-width:820px;margin:0 auto;padding:clamp(34px,5vw,60px) clamp(16px,4vw,28px);direction:rtl}
.op-legal h1{font-family:var(--fd);font-size:clamp(2rem,4.5vw,2.8rem);color:var(--ink);margin:0 0 22px;line-height:1.15}
.op-legal h2{font-family:var(--fd);font-size:clamp(1.3rem,2.6vw,1.6rem);color:var(--ink);margin:30px 0 10px}
.op-legal p,.op-legal li{color:var(--ink-soft);line-height:1.85;font-size:1.02rem}
.op-legal ul{padding-inline-start:22px;margin:0 0 14px}
.op-legal li{margin-bottom:8px}
.op-legal a{color:var(--brass-deep);font-weight:600}
.op-legal hr{border:0;border-top:1px solid var(--line);margin:26px 0}
.op-legal strong{color:var(--ink)}

/* gallery (masonry columns) */
.op-gallery{max-width:1220px;margin:0 auto;padding:clamp(28px,4vw,48px) clamp(16px,4vw,28px);columns:4;column-gap:16px}
.op-gallery img{width:100%;margin:0 0 16px;border-radius:14px;display:block;break-inside:avoid;box-shadow:0 4px 14px rgba(42,35,32,.08)}
@media(max-width:1024px){.op-gallery{columns:3}}
@media(max-width:700px){.op-gallery{columns:2}}
@media(max-width:420px){.op-gallery{columns:1}}

/* ---- core/image inside the about-page split -----------------------------
   The split is a 2-column grid with align-items:center. core/image wraps its
   <img> in <figure class="wp-block-image">, which carries margin:0 0 1em from
   the block library and would push the image off-centre against its text
   column. The existing `.op-split__img img` rules still apply through the
   figure, so only the wrapper margin needs clearing. */
.op-split__img .wp-block-image{margin:0}

/* ---- core/image lightbox scrim ------------------------------------------
   theme.json turns the native lightbox on site-wide. Against a cream #F6F1E8
   brand the default scrim reads clinical, so warm it.

   !important is load-bearing here and is NOT laziness: the Interactivity API
   writes the scrim colour as an INLINE style on the element
   (`style="background-color: var(--wp--preset--color--op-white)"`, derived from
   the theme's background colour), and an inline declaration outranks every
   selector. A (0,3,0) rule was tried first and lost — measured, not assumed.
   Verified in-browser: overlay covers the viewport, closes on Esc, restores
   body scroll, and adds no horizontal scrollbar. */
.wp-lightbox-overlay .scrim{background-color:var(--canvas) !important}

/* ---- core/button text colour -------------------------------------------
   theme.json styles.elements.button supplies the pill's background, radius and
   padding to BOTH the site and the editor canvas — but it emits
   `:root :where(.wp-element-button,…)` at (0,1,0), which LOSES to the theme's
   own `.op-legal a` / `.op-content a` link colour at (0,1,1). Measured result
   before this rule: correct dark background with brass #7D5A20 text, i.e. brown
   on brown. Reclaim just the text colour and weight at (0,2,1); everything else
   stays in theme.json so the two surfaces keep one source. */
.op-legal a.wp-block-button__link,.op-content a.wp-block-button__link{color:var(--btn-ink);font-weight:700}
.op-legal a.wp-block-button__link:hover,.op-content a.wp-block-button__link:hover{color:#fff}

/* ---- core/gallery rendered as the masonry wall --------------------------
   The gallery page is a core/gallery block carrying .op-gallery, so the owner
   can add photos from the media library instead of editing HTML.

   Core lays that block out with flexbox and sizes each figure to a fraction of
   the row — which fights the `columns` masonry above. Beating it needs care:
   core boosts its own specificity with `:not(#individual-image)`, an ID
   selector, so its rule scores (1,3,1). An ID outranks ANY number of classes,
   so a plain multi-class override silently loses and every photo collapses to
   ~33% of an already-narrow column. Mirror the same `:not(#individual-image)`
   trick to win legitimately, without !important. Scores here are
   (1,5,1) for the figure rule and (1,5,2) for the img rule — the duplicated
   .op-gallery buys the margin over core's (1,4,1), which a single .op-gallery
   would only TIE.

   `is-cropped` IS present in the saved markup (verified: the figure renders
   `has-nested-images columns-1 is-cropped op-gallery`). It cannot be removed by
   hand-authoring: gallery/block.json defaults `imageCrop:true`, so the editor
   re-adds it on every save. It forces height:100% + object-fit:cover, which
   would crop away the varied aspect ratios that make the wall look hand-made —
   so the img rule below explicitly restores `object-fit:initial;height:auto`.
   Do not "clean up" those two declarations; they are what defeat is-cropped.

   ORDER MATTERS on the next line: `gap` is shorthand for row-gap + column-gap,
   so writing `gap:0` AFTER `column-gap:28px` silently resets the columns to
   touching. `gap:0` must come first. (It is needed at all only to clear core's
   flex `gap`, which is meaningless once display:block + columns takes over.)
   Measured in-browser: column-gap resolved to 0px until this was reordered.

   Container geometry (max-width / margin / padding) is restated HERE rather
   than inherited from the single-class .op-gallery rules above. Two reasons:
   the element is now a <figure>, which carries a `margin: 1em 40px` UA
   default, and the old 1220px cap left ~390px of dead space per side on a wide
   monitor under a full-bleed hero. Setting it at this specificity makes the
   result deterministic instead of depending on which rule happens to win.
   Keep these breakpoints in step with the .op-gallery rules above. */
.op-gallery.op-gallery.wp-block-gallery.has-nested-images{display:block;columns:4;gap:0;column-gap:28px;max-width:1920px;margin:0 auto;padding:clamp(22px,2.5vw,36px) clamp(20px,3vw,44px)}
.op-gallery.op-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){display:block;width:100%;max-width:100%;margin:0 0 28px;break-inside:avoid;flex-grow:0}
.op-gallery.op-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img{width:100%;height:auto;object-fit:initial;border-radius:14px;display:block;box-shadow:0 4px 14px rgba(42,35,32,.08)}
@media(max-width:1024px){.op-gallery.op-gallery.wp-block-gallery.has-nested-images{columns:3}}
@media(max-width:700px){.op-gallery.op-gallery.wp-block-gallery.has-nested-images{columns:2}}
@media(max-width:420px){.op-gallery.op-gallery.wp-block-gallery.has-nested-images{columns:1}}

/* search results */
.op-search-page{max-width:820px;margin:0 auto;padding:clamp(28px,4vw,48px) 20px}
.op-search-list{list-style:none;margin:0;padding:0}
.op-search-list li{border-bottom:1px solid var(--line);padding:14px 0}
.op-search-list a{color:var(--ink);font-family:var(--fd);font-size:1.15rem;text-decoration:none}
.op-search-list a:hover{color:var(--brass-deep)}
.op-search-empty{text-align:center;color:var(--ink-soft);font-size:1.1rem;margin:20px 0 26px}

/* archive header (now title-less; holds the SEO intro) */
.woocommerce-products-header{margin:8px 0 26px; text-align:center}
.woocommerce-products-header__title,
.woocommerce .woocommerce-products-header__title{
  font-family:var(--fd)!important; font-size:clamp(2rem,4.6vw,3rem)!important; color:var(--ink);
}
.term-description,.woocommerce-archive-description{
  max-width:70ch; margin:0 auto 30px; color:var(--ink-soft); font-size:1.02rem; line-height:1.75; text-align:center;
}
.woocommerce .woocommerce-result-count{color:var(--ink-soft)}
.woocommerce .woocommerce-ordering select{
  border:1px solid var(--line); border-radius:999px; padding:8px 16px; background:var(--surface); color:var(--ink);
}

/* =========================================================================
   SINGLE PRODUCT
   ========================================================================= */
.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title{
  font-family:var(--fd)!important; font-size:clamp(1.8rem,3.6vw,2.6rem)!important; color:var(--ink); line-height:1.15;
}
.woocommerce div.product .price,
.woocommerce div.product p.price{color:var(--ink)!important}
.woocommerce div.product .price .amount,
.woocommerce div.product p.price .amount,
.woocommerce div.product p.price ins .amount{
  font-family:var(--fd); font-weight:700; font-size:1.9rem; color:var(--ink); text-decoration:none;
}
.woocommerce div.product p.price del .amount{
  font-family:var(--fb); font-size:1.05rem; color:var(--ink-soft); font-weight:400;
}
.woocommerce div.product form.cart div.quantity .qty{
  border:1px solid var(--line); border-radius:12px; padding:12px; background:var(--surface); color:var(--ink);
  font-family:var(--fb); min-height:52px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:16px 40px!important}

/* stock / scarcity */
.woocommerce div.product .stock,
.woocommerce .stock.in-stock{color:var(--brass-deep); font-weight:600}
.woocommerce div.product .op-scarcity{
  display:inline-flex; align-items:center; gap:8px; margin:6px 0 14px;
  background:rgba(138,44,59,.08); color:var(--bordeaux); font-weight:700; font-size:.92rem;
  padding:8px 16px; border-radius:999px; border:1px solid rgba(138,44,59,.22);
}
.woocommerce div.product .op-scarcity::before{content:"◆"; font-size:.7em}

/* trust row (injected after add-to-cart form) */
.op-trust{
  display:flex; flex-wrap:wrap; gap:10px 22px; margin:22px 0 6px; padding-top:18px;
  border-top:1px solid var(--line); font-size:.9rem; color:var(--ink-soft);
}
.op-trust span{display:inline-flex; align-items:center; gap:8px}
.op-trust svg{width:19px; height:19px; flex:0 0 auto; color:var(--brass-deep)}
.op-trust b{color:var(--ink)}

/* tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0; margin:0 0 24px}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:1px solid var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:transparent; border:0; border-radius:0; margin:0 0 -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family:var(--fd); font-weight:700; color:var(--ink-soft); padding:12px 4px; margin-inline-end:26px;
  border-bottom:2px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--ink); border-bottom-color:var(--brass)}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{border:0!important}
.woocommerce div.product .woocommerce-tabs .panel h2{font-family:var(--fd)}

/* gallery */
.woocommerce div.product div.images img{border-radius:var(--radius)}
.woocommerce div.product div.images .flex-control-thumbs li img{border-radius:10px}
.flex-viewport,.woocommerce-product-gallery__image{border-radius:var(--radius); overflow:hidden}

/* related products header */
.woocommerce .related.products h2,.woocommerce .upsells.products h2{
  font-family:var(--fd)!important; font-size:clamp(1.5rem,3vw,2.1rem); color:var(--ink);
}

/* =========================================================================
   REVIEWS (native WooCommerce comments) — styled to brand
   ========================================================================= */
.woocommerce #reviews h2,.woocommerce #reviews h3{font-family:var(--fd); color:var(--ink)}
.woocommerce .star-rating span,
.woocommerce p.stars a,
.woocommerce .comment-form-rating p.stars a{color:var(--brass)!important}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); padding:20px 22px;
  box-shadow:0 4px 14px rgba(42,35,32,.05);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  border:1px solid var(--line); border-radius:50%; background:var(--surface-2); padding:2px;
}
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond input[type=email]{
  border:1px solid var(--line); border-radius:12px; padding:12px; background:var(--surface);
  font-family:var(--fb); color:var(--ink); width:100%;
}
.woocommerce .woocommerce-product-rating a.woocommerce-review-link{color:var(--ink-soft)}

/* =========================================================================
   CART & CHECKOUT — premium 2-column layout on the native classic markup
   (research-backed; scoped to body.woocommerce-cart / .woocommerce-checkout,
   RTL-safe via logical props). General shop_table base for account/order tables.
   ========================================================================= */
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius)}
.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top-color:var(--brass)}
.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before{color:var(--brass)}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-block-components-text-input input{border:1px solid var(--line)!important;border-radius:12px!important;padding:12px 14px!important;background:var(--surface)!important;color:var(--ink)!important;font-family:var(--fb)!important}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{outline:3px solid var(--brass-deep);outline-offset:1px;border-color:var(--brass)}

/* --- shared: centre the shortcode wrapper (kills raw full-width look) --- */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{max-width:1180px;margin-inline:auto;padding:clamp(20px,4vw,44px) clamp(16px,4vw,30px)}
/* CRITICAL: WooCommerce's own layout CSS floats these at width:48%/30%, which was
   cramming them into half their grid cell (clumped summary, wrapped checkout names).
   Override so each fills its grid column. */
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cross-sells,
body.woocommerce-cart form.woocommerce-cart-form,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important;margin:0!important}

/* ===== CART ===== */
body.woocommerce-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 380px;column-gap:clamp(26px,3vw,44px);row-gap:32px;align-items:start}
body.woocommerce-cart .woocommerce>.woocommerce-notices-wrapper{grid-column:1 / -1}
body.woocommerce-cart form.woocommerce-cart-form{grid-column:1;grid-row:2;min-width:0;overflow-x:auto}
body.woocommerce-cart .cart-collaterals{display:contents}
body.woocommerce-cart .cart_totals{grid-column:2;grid-row:2}
/* de-table the items into flex card-rows so long RTL names never get squished */
body.woocommerce-cart table.shop_table.cart,
body.woocommerce-cart table.shop_table.cart tbody{display:block;border:0!important;background:transparent}
/* reset only the NON-item rows (e.g. the actions/coupon row); the item rows
   below are styled as flex cards and must not be flattened by this reset */
body.woocommerce-cart table.shop_table.cart tr:not(.woocommerce-cart-form__cart-item){display:block;border:0!important;background:transparent}
body.woocommerce-cart table.shop_table.cart{margin:0}
body.woocommerce-cart table.shop_table.cart thead{display:none}
body.woocommerce-cart tr.woocommerce-cart-form__cart-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--line)!important;border-radius:14px;margin-bottom:12px;transition:box-shadow .15s}
body.woocommerce-cart tr.woocommerce-cart-form__cart-item:hover{box-shadow:0 6px 20px -14px rgba(42,35,32,.4)}
body.woocommerce-cart tr.woocommerce-cart-form__cart-item td{display:block;border:0!important;padding:0!important;background:transparent!important;text-align:start}
body.woocommerce-cart td.product-thumbnail{flex:0 0 74px}
body.woocommerce-cart td.product-thumbnail img{width:74px;height:74px;object-fit:cover;border-radius:10px;border:1px solid var(--line);display:block}
body.woocommerce-cart td.product-name{flex:1 1 auto;min-width:0}
body.woocommerce-cart td.product-name a{font-family:var(--fb);font-weight:600;color:var(--ink);text-decoration:none;line-height:1.45}
body.woocommerce-cart td.product-name a:hover{color:var(--brass-deep)}
body.woocommerce-cart td.product-price{flex:0 0 auto;font-family:var(--fd);color:var(--ink-soft);font-size:.92rem;min-width:60px;text-align:center;white-space:nowrap}
body.woocommerce-cart td.product-quantity{flex:0 0 auto}
/* One-of-a-kind store: each piece is single-stock, so quantity is a locked
   hidden "1" and the unit price duplicates the line subtotal. Collapse the
   empty quantity cell and the redundant unit-price so each line shows one
   clean price (the line subtotal). If a multi-qty product ever ships, the
   stepper is not hidden (:has guard) and the subtotal stays the true total. */
body.woocommerce-cart td.product-quantity:has(input.qty[type="hidden"]){display:none}
body.woocommerce-cart tr.woocommerce-cart-form__cart-item td.product-price{display:none}
body.woocommerce-cart td.product-subtotal{flex:0 0 auto;font-family:var(--fd);font-weight:700;color:var(--ink);min-width:72px;text-align:end;white-space:nowrap}
body.woocommerce-cart td.product-remove{flex:0 0 auto;order:99}
body.woocommerce-cart td.product-remove a.remove{display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:18px;line-height:1;color:var(--ink-soft)!important;border:1px solid var(--line);background:var(--surface);transition:all .15s}
body.woocommerce-cart td.product-remove a.remove:hover{color:#fff!important;background:var(--bordeaux);border-color:var(--bordeaux)}
body.woocommerce-cart .quantity{display:inline-flex}
body.woocommerce-cart .quantity input.qty{width:56px;height:40px;text-align:center;font-family:var(--fd);font-size:1rem;color:var(--ink);border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:0 6px;-moz-appearance:textfield}
body.woocommerce-cart .quantity input.qty:focus{outline:3px solid var(--brass-deep);outline-offset:1px;border-color:var(--brass)}
body.woocommerce-cart td.actions{padding:16px!important;background:var(--surface-2);border:1px solid var(--line)!important;border-radius:14px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}
body.woocommerce-cart td.actions .coupon{display:flex;gap:8px;align-items:center;flex:1 1 260px;max-width:420px}
body.woocommerce-cart td.actions .coupon input#coupon_code{height:44px;border:1px solid var(--line)!important;border-radius:999px!important;padding:0 16px!important;background:var(--surface)!important;flex:1 1 auto;min-width:0}
body.woocommerce-cart td.actions button[name='apply_coupon'],
body.woocommerce-cart td.actions button[name='update_cart']{height:44px;padding:0 20px!important;border-radius:999px!important;background:transparent!important;color:var(--ink)!important;border:1.5px solid var(--line)!important;font-family:var(--fb);font-weight:700}
body.woocommerce-cart td.actions button[name='apply_coupon']:hover,
body.woocommerce-cart td.actions button[name='update_cart']:hover{border-color:var(--brass)!important;color:var(--brass-deep)!important}
body.woocommerce-cart td.actions button[name='update_cart']:disabled{opacity:.45}
body.woocommerce-cart .cart_totals{position:sticky;top:90px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 6px 24px -18px rgba(42,35,32,.35)}
body.woocommerce-cart .cart_totals>h2{font-family:var(--fd);font-size:1.3rem;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid var(--line)}
body.woocommerce-cart .cart_totals table.shop_table{border:0!important;border-radius:0;overflow:visible;width:100%;margin:0}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td{border:0;padding:10px 0;background:transparent;font-size:.97rem}
body.woocommerce-cart .cart_totals th{font-family:var(--fb);font-weight:600;color:var(--ink-soft);text-align:start}
body.woocommerce-cart .cart_totals td{text-align:end;color:var(--ink);font-family:var(--fd)}
body.woocommerce-cart .cart_totals tr.cart-subtotal td,
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td{border-bottom:1px solid var(--line)}
body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td{padding-top:16px;color:var(--ink);vertical-align:baseline}
body.woocommerce-cart .cart_totals tr.order-total th{font-size:1.05rem;font-weight:700;font-family:var(--fb)}
body.woocommerce-cart .cart_totals tr.order-total td{white-space:nowrap}
body.woocommerce-cart .cart_totals tr.order-total td .amount{font-family:var(--fd);font-weight:700;font-size:1.6rem;color:var(--brass-deep)}
body.woocommerce-cart .cart_totals tr.order-total td small.includes_tax{display:block;font-family:var(--fb);font-size:.74rem;color:var(--ink-soft);font-weight:400;margin-top:4px;white-space:nowrap}
body.woocommerce-cart .cart_totals tr.order-total small .amount{font-family:var(--fb);font-size:.74rem;color:var(--ink-soft);font-weight:400}
body.woocommerce-cart .cart_totals ul#shipping_method{margin:0;padding:0;list-style:none}
body.woocommerce-cart .cart_totals ul#shipping_method li{display:flex;align-items:center;gap:8px;padding:3px 0}
body.woocommerce-cart .cart_totals ul#shipping_method label{color:var(--ink);font-family:var(--fb);font-size:.95rem;margin:0}
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination{font-size:.82rem;color:var(--ink-soft);margin:6px 0 0}
body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator{display:none}
body.woocommerce-cart .wc-proceed-to-checkout{margin-top:16px;padding:0}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:block;width:100%;text-align:center;padding:16px 20px!important;font-family:var(--fb);font-weight:700;font-size:1.05rem;border-radius:999px!important}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{transform:translateY(-2px)}
@media (max-width:900px){
  body.woocommerce-cart .woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart form.woocommerce-cart-form{grid-column:1;grid-row:1}
  body.woocommerce-cart .cart_totals{grid-column:1;grid-row:2;position:static}
}
@media (max-width:600px){
  /* single-stock: price + quantity are hidden, so the mobile card is just
     thumb | name | remove on top, subtotal beneath — no empty price/qty rows */
  body.woocommerce-cart tr.woocommerce-cart-form__cart-item{display:grid;grid-template-columns:64px 1fr auto;grid-template-areas:'thumb name remove' 'thumb subtotal subtotal';column-gap:12px;row-gap:6px;align-items:center}
  body.woocommerce-cart td.product-thumbnail{grid-area:thumb;align-self:start;flex:none}
  body.woocommerce-cart td.product-thumbnail img{width:64px;height:64px}
  body.woocommerce-cart td.product-name{grid-area:name}
  body.woocommerce-cart td.product-remove{grid-area:remove;order:0}
  body.woocommerce-cart td.product-subtotal{grid-area:subtotal;text-align:start;min-width:0;font-size:1.05rem}
  body.woocommerce-cart td.product-subtotal::before{content:'סה״כ: ';color:var(--ink-soft);font-size:.8rem;font-weight:400}
}

/* ===== CHECKOUT ===== */
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{background:var(--surface-2);border-top:3px solid var(--brass);border-radius:10px;font-family:var(--fb);color:var(--ink-soft);margin:0 0 14px}
body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout form.checkout_coupon{border:1px solid var(--line)!important;border-radius:var(--radius);background:var(--surface)}
body.woocommerce-checkout form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1fr) 400px;column-gap:clamp(26px,3vw,44px);row-gap:8px;align-items:start}
body.woocommerce-checkout #customer_details{grid-column:1;grid-row:1 / span 2;min-width:0}
body.woocommerce-checkout h3#order_review_heading{grid-column:2;grid-row:1;margin:0 0 14px;font-family:var(--fd);color:var(--ink)}
body.woocommerce-checkout #order_review{grid-column:2;grid-row:2;position:sticky;top:90px}
body.woocommerce-checkout form.checkout>.op-trust--checkout{grid-column:1 / -1;grid-row:1}
body.woocommerce-checkout #customer_details.col2-set{display:block}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2{width:100%!important;float:none!important;padding:0}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide,
body.woocommerce-checkout p.form-row.notes{grid-column:1 / -1}
body.woocommerce-checkout p.form-row-first,
body.woocommerce-checkout p.form-row-last{float:none!important;width:auto!important;margin:0 0 16px}
body.woocommerce-checkout p.form-row{margin:0 0 16px}
body.woocommerce-checkout .col2-set .clear{display:none}
body.woocommerce-checkout .form-row label{font-family:var(--fb);font-weight:600;color:var(--ink);font-size:.92rem;margin-bottom:6px;display:block}
body.woocommerce-checkout .form-row .required{color:var(--bordeaux);text-decoration:none}
body.woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .form-row select{width:100%!important;box-sizing:border-box}
body.woocommerce-checkout .select2-container{width:100%!important}
body.woocommerce-checkout .select2-container--default .select2-selection--single{height:auto!important;border:1px solid var(--line)!important;border-radius:12px!important;padding:9px 12px!important;background:var(--surface)!important}
body.woocommerce-checkout .woocommerce-billing-fields>h3,
body.woocommerce-checkout #ship-to-different-address,
body.woocommerce-checkout .woocommerce-additional-fields>h3{font-family:var(--fd);color:var(--ink);font-size:1.25rem;margin:0 0 16px}
body.woocommerce-checkout #order_review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 6px 24px -18px rgba(42,35,32,.35)}
/* De-table the order review: table columns crammed the long courier label
   ("שליח עד הבית (7-10 ימי עסקים): 59.90 ₪") into a ~38% cell, wrapping it to
   4 lines. Rows are flex instead, so each row/label gets the full card width. */
body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-checkout #order_review table.shop_table thead,
body.woocommerce-checkout #order_review table.shop_table tbody,
body.woocommerce-checkout #order_review table.shop_table tfoot,
body.woocommerce-checkout #order_review table.shop_table tr,
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td{display:block;border:0!important;background:transparent;width:auto;padding:0;font-size:.96rem}
body.woocommerce-checkout #order_review table.shop_table{margin:0}
body.woocommerce-checkout #order_review table.shop_table thead{display:none}
/* product line: thumbnail + name grow, line price at the end */
body.woocommerce-checkout #order_review tr.cart_item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}
body.woocommerce-checkout #order_review td.product-name{flex:1 1 auto;min-width:0;font-family:var(--fb);color:var(--ink);text-align:start;line-height:1.5}
body.woocommerce-checkout #order_review td.product-total{flex:0 0 auto;font-family:var(--fd);color:var(--ink);text-align:end;white-space:nowrap}
body.woocommerce-checkout #order_review .cart_item .product-quantity{color:var(--ink-soft);font-size:.85rem}
body.woocommerce-checkout #order_review .op-review-item{display:flex;align-items:center;gap:12px}
body.woocommerce-checkout #order_review .op-review-thumb{width:46px;height:46px;object-fit:cover;border-radius:9px;border:1px solid var(--line);flex:0 0 46px;display:block}
body.woocommerce-checkout #order_review .op-review-name{line-height:1.4;font-size:.9rem;min-width:0;word-break:normal;overflow-wrap:break-word}
/* subtotal + total: label at start, value at end on one line */
body.woocommerce-checkout #order_review tr.cart-subtotal,
body.woocommerce-checkout #order_review tr.order-total{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0}
body.woocommerce-checkout #order_review tr.cart-subtotal{border-bottom:1px solid var(--line)}
body.woocommerce-checkout #order_review tr.cart-subtotal th,
body.woocommerce-checkout #order_review tr.order-total th{font-family:var(--fb);font-weight:600;color:var(--ink-soft);text-align:start}
body.woocommerce-checkout #order_review tr.cart-subtotal td,
body.woocommerce-checkout #order_review tr.order-total td{font-family:var(--fd);color:var(--ink);text-align:end;white-space:nowrap}
body.woocommerce-checkout #order_review tr.order-total{padding-top:14px}
body.woocommerce-checkout #order_review tr.order-total th{font-size:1.05rem;font-weight:700;color:var(--ink)}
body.woocommerce-checkout #order_review tr.order-total .amount{font-family:var(--fd);font-weight:700;font-size:1.45rem;color:var(--brass-deep)}
body.woocommerce-checkout #order_review tr.order-total small.includes_tax{display:block;font-family:var(--fb);font-size:.74rem;color:var(--ink-soft);font-weight:400;margin-top:4px}
/* shipping: label on its own line, methods full-width beneath it */
body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals{padding:12px 0;border-bottom:1px solid var(--line)}
body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals th{font-family:var(--fb);font-weight:600;color:var(--ink-soft);text-align:start;margin-bottom:8px}
body.woocommerce-checkout #order_review ul#shipping_method{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
body.woocommerce-checkout #order_review ul#shipping_method li{display:flex;align-items:flex-start;gap:9px;padding:0}
body.woocommerce-checkout #order_review ul#shipping_method li input{margin:3px 0 0;flex:0 0 auto}
body.woocommerce-checkout #order_review ul#shipping_method li label{color:var(--ink);font-family:var(--fb);font-size:.93rem;margin:0;line-height:1.5;flex:1 1 auto;white-space:normal}
body.woocommerce-checkout #order_review ul#shipping_method li label .amount{white-space:nowrap;font-family:var(--fd)}
body.woocommerce-checkout #payment.woocommerce-checkout-payment{background:transparent!important;border-radius:0;margin-top:8px}
body.woocommerce-checkout #payment ul.payment_methods{border:0;margin:0;padding:14px 0;list-style:none;border-top:1px solid var(--line)}
body.woocommerce-checkout #payment ul.payment_methods li{margin:0 0 8px}
body.woocommerce-checkout #payment ul.payment_methods label{font-family:var(--fb);font-weight:600;color:var(--ink)}
body.woocommerce-checkout #payment div.payment_box{background:var(--surface-2)!important;border-radius:12px;color:var(--ink-soft);font-family:var(--fb);font-size:.9rem;line-height:1.6}
body.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:var(--surface-2)!important}
body.woocommerce-checkout #order_review .op-trust--checkout{border-top:1px solid var(--line);border-bottom:0;padding:14px 0 0;margin:6px 0 0;gap:8px 16px;font-size:.84rem}
body.woocommerce-checkout #place_order{width:100%;display:block;padding:16px 20px!important;font-family:var(--fb);font-weight:700;font-size:1.08rem;border-radius:999px!important;background:var(--btn-bg)!important;color:var(--btn-ink)!important;border:0!important;margin-top:10px}
body.woocommerce-checkout #place_order:hover{background:var(--brass-deep)!important;color:#fff!important;transform:translateY(-2px)}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:.86rem;color:var(--ink-soft)}
@media (max-width:900px){
  body.woocommerce-checkout form.checkout.woocommerce-checkout{grid-template-columns:1fr}
  body.woocommerce-checkout #customer_details{grid-column:1;grid-row:1}
  body.woocommerce-checkout h3#order_review_heading{grid-column:1;grid-row:2}
  body.woocommerce-checkout #order_review{grid-column:1;grid-row:3;position:static}
}
@media (max-width:560px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}
}

/* ===== MY ACCOUNT (native WooCommerce; guest-checkout store, low traffic) ===== */
body.woocommerce-account .woocommerce{max-width:1080px;margin-inline:auto;padding:clamp(24px,4vw,48px) clamp(16px,4vw,30px)}
body.woocommerce-account h2,body.woocommerce-account h3{font-family:var(--fd);color:var(--ink)}
/* logged-out: login + register as two centered cards */
body.woocommerce-account .u-columns.col2-set{display:grid;grid-template-columns:1fr 1fr;gap:26px}
body.woocommerce-account .col2-set .col-1,
body.woocommerce-account .col2-set .col-2{width:auto!important;float:none!important}
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--surface);box-shadow:0 6px 24px -18px rgba(42,35,32,.35)}
body.woocommerce-account .woocommerce-form label{font-family:var(--fb);font-weight:600;color:var(--ink);display:block;margin-bottom:6px}
body.woocommerce-account .woocommerce-form button.button,
body.woocommerce-account .woocommerce-Button{width:100%;padding:14px!important;border-radius:999px!important;background:var(--btn-bg)!important;color:var(--btn-ink)!important;border:0!important;font-family:var(--fb);font-weight:700;margin-top:6px}
body.woocommerce-account .woocommerce-form button.button:hover{background:var(--brass-deep)!important;color:#fff!important}
/* logged-in: nav sidebar (right in RTL) + content card (left).
   .woocommerce carries a ::before/::after clearfix (display:table); under
   display:grid those pseudos become stray grid items and push the two real
   children into a diagonal, so neutralise them and place children by name. */
body.woocommerce-account.logged-in .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);grid-template-areas:"nav content";gap:clamp(20px,3vw,40px);align-items:start}
body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after{content:none;display:none}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{grid-area:nav}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{grid-area:content}
/* nav sidebar */
body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:0 6px 24px -18px rgba(42,35,32,.35)}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;border-bottom:1px solid var(--line)}
body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:14px 18px;color:var(--ink);text-decoration:none;font-family:var(--fb);font-weight:500;transition:background-color .15s,color .15s}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--surface-2);color:var(--brass-deep);font-weight:700}
body.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a{color:var(--ink-soft)}
/* content card */
body.woocommerce-account .woocommerce-MyAccount-content{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,3vw,34px);box-shadow:0 6px 24px -18px rgba(42,35,32,.35)}
body.woocommerce-account .woocommerce-MyAccount-content>*:first-child{margin-top:0}
body.woocommerce-account .woocommerce-MyAccount-content p{color:var(--ink-soft);line-height:1.85;margin:0 0 14px}
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-button){color:var(--brass-deep);text-decoration:underline;text-underline-offset:2px}
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-button):hover{color:var(--ink)}
body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button{display:inline-block;width:auto;padding:11px 22px!important;border-radius:999px!important;background:var(--btn-bg)!important;color:var(--btn-ink)!important;border:0!important;font-family:var(--fb);font-weight:700;text-decoration:none!important;transition:background-color .2s,transform .2s}
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover{background:var(--brass-deep)!important;color:#fff!important;transform:translateY(-1px)}
/* orders/downloads/addresses table — borderless inside the card */
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table{border:0;border-radius:0;width:100%;margin:0}
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th{border:0;border-bottom:2px solid var(--line);padding:0 10px 10px;font-family:var(--fb);color:var(--ink-soft);font-weight:600;text-align:start}
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td{border:0;border-bottom:1px solid var(--line);padding:14px 10px;font-family:var(--fb);color:var(--ink);vertical-align:middle}
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td{border-bottom:0}
/* account forms (edit-account, addresses) */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3{font-family:var(--fd);color:var(--ink);margin:0 0 14px}
body.woocommerce-account .woocommerce-MyAccount-content form .form-row label{font-family:var(--fb);font-weight:600;color:var(--ink);display:block;margin-bottom:6px}
body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content input.woocommerce-Input,
body.woocommerce-account .woocommerce-MyAccount-content select{width:100%;box-sizing:border-box;height:46px;border:1px solid var(--line);border-radius:12px;padding:0 14px;font-family:var(--fb);color:var(--ink);background:var(--surface)}
body.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
body.woocommerce-account .woocommerce-MyAccount-content select:focus{outline:3px solid var(--brass-deep);outline-offset:1px;border-color:var(--brass)}
@media(max-width:820px){
  body.woocommerce-account .u-columns.col2-set{grid-template-columns:1fr}
  body.woocommerce-account.logged-in .woocommerce{grid-template-columns:1fr;grid-template-areas:"nav" "content"}
}

/* ===== policy/legal page additions (ol, h3, tables, FAQ accordion) ===== */
.op-legal ol{padding-inline-start:22px;margin:0 0 14px}
.op-legal ol li{margin-bottom:8px;color:var(--ink-soft);line-height:1.85}
.op-legal h3{font-family:var(--fd);font-size:clamp(1.1rem,2.2vw,1.3rem);color:var(--ink);margin:22px 0 8px}
.op-legal>h1:first-child{margin-top:6px}
.op-legal table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:.98rem}
.op-legal th,.op-legal td{border:1px solid var(--line);padding:10px 12px;text-align:start;color:var(--ink-soft)}
.op-legal th{background:var(--surface-2);color:var(--ink);font-family:var(--fb)}
.op-legal details{border:1px solid var(--line);border-radius:12px;background:var(--surface);margin:0 0 12px;padding:0 18px}
.op-legal details>summary{font-family:var(--fb);font-weight:600;color:var(--ink);cursor:pointer;padding:16px 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.op-legal details>summary::-webkit-details-marker{display:none}
.op-legal details>summary::after{content:'+';color:var(--brass-deep);font-size:1.4rem;line-height:1;flex:0 0 auto}
.op-legal details[open]>summary::after{content:'\2013'}
.op-legal details[open]>summary{border-bottom:1px solid var(--line)}
.op-legal details>*:not(summary){padding-bottom:16px;color:var(--ink-soft);line-height:1.85}

/* =========================================================================
   ELEMENTOR pages (header, footer, about, contact) — match brand fonts
   The kit ships Playfair Display (no Hebrew glyphs!) + Assistant; unify the
   display font to Frank Ruhl Libre so Elementor headings match the homepage.
   Body stays Assistant (a fine Hebrew sans, ~= Heebo). Homepage is unaffected
   (its fonts are scoped to #ophome, not .elementor-*).
   ========================================================================= */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-theme-post-title .elementor-heading-title{font-family:var(--fd)!important}
/* Elementor form submit buttons (contact "שליחה", newsletter) → espresso pill */
.elementor-field-type-submit .elementor-button,
.elementor-button[type="submit"]{
  background-color:var(--btn-bg)!important; color:var(--btn-ink)!important;
  border-radius:999px!important; font-family:var(--fb)!important; font-weight:700!important;
  border:0!important; transition:background-color .2s,transform .2s!important;
}
.elementor-field-type-submit .elementor-button:hover,
.elementor-button[type="submit"]:hover{
  background-color:var(--brass-deep)!important; color:#fff!important; transform:translateY(-2px);
}

/* =========================================================================
   MINI-CART (Elementor side-cart menu widget) — buttons + polish
   These live outside .woocommerce, with their own classes, so they need
   explicit targeting to match the site button system.
   ========================================================================= */
.elementor-menu-cart__footer-buttons .elementor-button{
  border-radius:999px!important; font-family:var(--fb)!important; font-weight:700!important;
  padding:13px 22px!important; transition:transform .2s var(--ease),background-color .2s,border-color .2s!important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout{
  background-color:var(--btn-bg)!important; color:var(--btn-ink)!important; border:0!important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{
  background-color:var(--brass-deep)!important; color:#fff!important; transform:translateY(-2px);
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
  background-color:transparent!important; color:var(--ink)!important; border:1.5px solid var(--line)!important;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{
  border-color:var(--brass)!important; color:var(--brass-deep)!important;
}
.elementor-menu-cart__subtotal,.elementor-menu-cart__subtotal strong{font-family:var(--fd)!important;color:var(--ink)}
.woocommerce-mini-cart__total .amount,.elementor-menu-cart__subtotal .amount{color:var(--ink)}
.elementor-menu-cart__product-name a,.woocommerce-mini-cart-item a{color:var(--ink)}
.elementor-menu-cart__heading{font-family:var(--fd)!important}

/* Remove the legacy off-brand emoji "features" icon-list on single product pages
   (redundant with the new SVG trust row; owner-approved removal 2026-07-14) */
body.single-product .elementor-widget-icon-list{display:none}

/* =========================================================================
   Responsive — cards reflow (fuller mobile QA in Phase 8)
   ========================================================================= */
@media (max-width:1024px){
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:768px){
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr); gap:16px}
}
@media (max-width:480px){
  .woocommerce ul.products{gap:14px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.92rem}
}
/* Mobile single-product / trust-row / checkout ergonomics (~75% of traffic is mobile) */
@media (max-width:600px){
  .op-trust{gap:9px 16px;font-size:.86rem}
  .woocommerce div.product .product_title{font-size:1.55rem!important}
  .woocommerce div.product form.cart .button.single_add_to_cart_button{width:100%}
  .woocommerce div.product .price .amount,
  .woocommerce div.product p.price .amount{font-size:1.6rem}
  .woocommerce-products-header__title,
  .woocommerce .woocommerce-products-header__title{font-size:1.7rem!important}
  .op-trust.op-trust--checkout{gap:6px 14px;font-size:.8rem}
}


/* =========================================================================
   GIFT LANDING PAGE (/gift-housewarming/, page 2040)
   Lifted verbatim out of that page's inline <style> on 2026-07-27 so the page
   could become real blocks instead of one opaque HTML island. Every selector
   here is .op-gift / .opg-* and is globally unique, so there is no collision
   with the rest of the theme.
   ========================================================================= */
.op-gift{font-family:"Heebo","Assistant",system-ui,sans-serif;color:#2A2320;direction:rtl;text-align:right;line-height:1.7;max-width:1120px;margin:0 auto}
.op-gift *{box-sizing:border-box}
.op-gift h2,.op-gift h3{font-family:"Frank Ruhl Libre","David Libre",serif;font-weight:700}
.opg-hero{background:radial-gradient(130% 150% at 28% 18%,#453A31 0%,#2F271F 55%,#241D17 100%);color:#F6F1E8;border-radius:18px;padding:60px 40px;text-align:center;margin:8px 0 30px;box-shadow:0 22px 60px rgba(42,35,32,.22);position:relative;overflow:hidden}
.opg-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 82% 90%,rgba(176,133,66,.20),transparent 70%);pointer-events:none}
.opg-hero>*{position:relative;z-index:1}
.opg-kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.04em;color:#E8C88A;margin-bottom:16px}
.opg-kicker::before,.opg-kicker::after{content:"";width:26px;height:1.5px;background:rgba(232,200,138,.6)}
.opg-hero h1,.opg-hero h2{font-size:clamp(27px,4.6vw,42px);margin:0 0 14px;line-height:1.14;color:#fff}
/* The gift hero is an <h1>: it is the paid-traffic landing page and had no h1 at
   all, which is both an SEO gap and a WCAG 1.3.1 heading-structure failure. */
.opg-hero p{font-size:clamp(16px,2.2vw,19px);max-width:60ch;margin:0 auto 26px;color:#E7DFC9}
.opg-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.opg-btn{display:inline-block;background:#F6F1E8;color:#2A2320;font-weight:800;text-decoration:none;padding:15px 30px;border-radius:999px;font-size:16px;transition:transform .2s,box-shadow .2s}
.opg-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.28)}
.opg-btn.alt{background:transparent;color:#F6F1E8;border:2px solid rgba(246,241,232,.55)}
.opg-btn.alt:hover{background:rgba(246,241,232,.10)}
.opg-h3{font-size:clamp(22px,3.4vw,30px);text-align:center;margin:44px 0 6px;color:#2A2320}
.opg-sub{text-align:center;color:#7C6F5E;margin:0 0 24px}
.opg-vals{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 0 12px}
.opg-val{background:#FFFFFF;border:1px solid #E4D9C6;border-radius:16px;padding:22px 20px;box-shadow:0 4px 14px rgba(42,35,32,.06)}
.opg-val .ic{color:#7D5A20;display:block;margin-bottom:6px}
.opg-val .ic svg{width:28px;height:28px;display:block}
.opg-val b{display:block;margin:6px 0 5px;font-size:16px;color:#2A2320}
.opg-val span{color:#7C6F5E;font-size:14.5px}
.opg-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:6px 0 8px}
@media(max-width:768px){.opg-vals,.opg-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.opg-vals{grid-template-columns:1fr}}
.opg-card{display:block;background:#fff;border:1px solid #E4D9C6;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 14px rgba(42,35,32,.06);transition:transform .25s,box-shadow .25s,border-color .25s}
.opg-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(42,35,32,.16);border-color:#B08542}
.opg-imgwrap{aspect-ratio:3/4;background:#EFE7D8;display:flex;align-items:center;justify-content:center;overflow:hidden}
.opg-imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.opg-card:hover .opg-imgwrap img{transform:scale(1.05)}
.opg-cardbody{padding:14px 16px 17px}
.opg-name{font-weight:600;font-size:15px;min-height:44px;color:#2A2320}
.opg-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}
.opg-price{font-family:"Frank Ruhl Libre",serif;font-weight:700;color:#2A2320;font-size:19px}
.opg-link{color:#7D5A20;font-weight:700;font-size:14px}
.opg-strip{background:linear-gradient(135deg,#FBF6EC,#F1E7D3);border:1px solid #E4D9C6;border-radius:18px;padding:32px 26px;margin:38px 0;text-align:center;box-shadow:0 8px 24px rgba(42,35,32,.09)}
.opg-strip b{font-size:22px;font-family:"Frank Ruhl Libre",serif;color:#2A2320}
.opg-wa,.opg-wa:link,.opg-wa:visited{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff!important;font-weight:800;text-decoration:none;padding:16px 32px;border-radius:999px;margin-top:16px;font-size:17px;box-shadow:0 10px 24px rgba(37,211,102,.32);transition:transform .2s,box-shadow .2s,background-color .2s}
.opg-wa:hover{transform:translateY(-3px);background:#1FB457;box-shadow:0 16px 32px rgba(37,211,102,.42)}
.opg-wa svg{width:21px;height:21px}
.opg-final{text-align:center;margin:36px 0 10px}
.opg-final a{background:#8A2C3B;color:#fff;font-weight:800;text-decoration:none;padding:16px 36px;border-radius:999px;font-size:17px;display:inline-block;box-shadow:0 10px 24px rgba(138,44,59,.28);transition:transform .2s,box-shadow .2s}
.opg-final a:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(138,44,59,.36)}

/* ---- gift page: core blocks mapped onto the page's own look -------------
   The hero sits on a dark gradient, so its buttons are the INVERSE of the
   site default (cream on dark). theme.json paints .wp-block-button__link dark
   at (0,1,0); these are (0,2,0) and win. Without them, converting the hero to
   real buttons would have produced dark-on-dark. */
.opg-hero .wp-block-buttons{justify-content:center;gap:14px}
.opg-hero .wp-block-button__link{background:#F6F1E8;color:#2A2320;font-weight:800;padding:15px 30px;border-radius:999px;font-size:16px;box-shadow:none}
.opg-hero .wp-block-button__link:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.28);background:#F6F1E8;color:#2A2320}
.opg-hero .wp-block-button.is-style-outline .wp-block-button__link{background:transparent;color:#F6F1E8;border:2px solid rgba(246,241,232,.55)}
.opg-hero .wp-block-button.is-style-outline .wp-block-button__link:hover{background:rgba(246,241,232,.10);color:#F6F1E8}
.opg-final .wp-block-buttons{justify-content:center}
.opg-final .wp-block-button__link{background:#8A2C3B;color:#fff;font-weight:800;padding:16px 36px;border-radius:999px;font-size:17px;box-shadow:0 10px 24px rgba(138,44,59,.28)}
.opg-final .wp-block-button__link:hover{transform:translateY(-3px);background:#8A2C3B;color:#fff;box-shadow:0 16px 32px rgba(138,44,59,.36)}

/* ---- gift page: the owner's own photo strip -----------------------------
   A real core/gallery the owner fills from the media library — this is how she
   changes the pictures on this page, with no editor gymnastics and no stars.
   Doubled class reaches (1,5,1) to clear core's (1,4,1) columns-N rule, the
   same trap documented on .op-gallery above. Fixed 3/4 crop here (unlike the
   masonry wall) so a landing page stays tidy whatever she uploads. */
.opg-gallery.opg-gallery.wp-block-gallery.has-nested-images{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:6px 0 8px}
.opg-gallery.opg-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:100%;max-width:100%;margin:0;flex-grow:0}
.opg-gallery.opg-gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;border-radius:16px;border:1px solid #E4D9C6;box-shadow:0 4px 14px rgba(42,35,32,.06);display:block}
@media(max-width:768px){.opg-gallery.opg-gallery.wp-block-gallery.has-nested-images{grid-template-columns:repeat(2,1fr)}}


/* =========================================================================
   HOMEPAGE (front page, page 2075)
   Lifted verbatim out of that page's inline <style> on 2026-07-27.

   The `#ophome` ID scope is KEPT ON PURPOSE. The roadmap originally proposed
   rewriting it to a `.op-home` class, but that would drop every rule here from
   (1,x,0) to (0,x+1,0) — and this stylesheet now shares a cascade with
   theme.json global styles and core block CSS that it previously outranked
   automatically. Keeping the ID preserves the existing balance exactly. The
   page's outer block carries anchor:"ophome" so the ID survives conversion.

   The duplicate Google Fonts @import was dropped: byte-identical to the handle
   already enqueued in functions.php (compared, not assumed).
   ========================================================================= */
#ophome{
  --canvas:#F6F1E8;--surface:#FFFFFF;--surface-2:#EFE7D8;
  --ink:#2A2320;--ink-soft:#655B4C;--line:#E4D9C6;
  --brass:#B08542;--brass-deep:#7D5A20;--bordeaux:#8A2C3B;--wood:#9C7A4E;--sand:#EADFC9;
  --btn-bg:#2A2320;--btn-ink:#F6F1E8;
  --shadow:0 22px 60px rgba(42,35,32,.18);--shadow-sm:0 8px 22px rgba(42,35,32,.12);
  --radius:18px;--ease:cubic-bezier(.2,.7,.2,1);
  --fd:'Frank Ruhl Libre','David Libre',serif;--fb:'Heebo','Assistant',Arial,sans-serif;
  direction:rtl;background:var(--canvas);color:var(--ink);font-family:var(--fb);line-height:1.65;letter-spacing:0;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative;
}
#ophome *{box-sizing:border-box}
#ophome h1,#ophome h2,#ophome h3{font-family:var(--fd);line-height:1.13;font-weight:700;margin:0;color:var(--ink);text-wrap:balance}
#ophome p{margin:0}
#ophome img{max-width:100%;display:block}
#ophome a{color:inherit;text-decoration:none}
#ophome .ltr{direction:ltr;unicode-bidi:isolate}
#ophome .wrap{max-width:1220px;margin:0 auto;padding:0 24px}
#ophome :focus-visible{outline:3px solid var(--brass-deep);outline-offset:3px;border-radius:5px}
#ophome .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;border:0;cursor:pointer;font-family:var(--fb);font-weight:700;font-size:1.04rem;padding:16px 34px;border-radius:999px;background:var(--btn-bg);color:var(--btn-ink);min-height:54px;box-shadow:0 8px 20px rgba(42,35,32,.16);transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s,background-color .2s}
#ophome .btn:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(42,35,32,.24)}
#ophome .btn:active{transform:translateY(-1px)}
#ophome .btn.wa{background:#25623f;color:#fff}
#ophome .ic{display:inline-flex;vertical-align:-3px}#ophome .ic svg{display:block}
#ophome .kicker{font-size:.82rem;font-weight:700;letter-spacing:0;color:var(--brass-deep);margin-bottom:12px;display:inline-flex;align-items:center;gap:9px}
#ophome .kicker::before{content:"";width:28px;height:1.5px;background:var(--brass)}

/* hero: one warm field, a row of real mezuzahs (grounded) on the left, copy on the right */
#ophome .hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(84vh,720px);overflow:hidden;padding:48px 0;background:radial-gradient(125% 125% at 42% 42%,#F8F2E4 0%,#ECDEC7 66%,#E2D3B7 100%)}
#ophome .hero__inner{width:100%;max-width:1240px;margin:0 auto;padding:0 clamp(20px,4vw,48px);display:flex;align-items:center;gap:clamp(16px,4vw,56px)}
#ophome .hero__copy{flex:0 0 42%;display:flex;flex-direction:column;justify-content:center}
#ophome .hero__copyin{width:100%;text-align:right}
#ophome .hero h1{font-size:clamp(3rem,7vw,5.4rem);color:var(--ink);letter-spacing:-.01em;line-height:.97}
#ophome .hero h1 .lite{font-weight:300;display:block}
#ophome .hero h1 .heavy{font-weight:900;color:var(--bordeaux);display:block}
#ophome .hero__sub{font-size:clamp(1.06rem,2.1vw,1.26rem);color:var(--ink-soft);max-width:32ch;margin:22px 0 30px}
#ophome .hero__cta{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
#ophome .hero__link{color:var(--brass-deep);font-weight:700;text-underline-offset:3px}
#ophome .hero__link:hover{text-decoration:underline}
#ophome .hero__meta{margin-top:30px;display:flex;gap:12px 22px;flex-wrap:wrap;font-size:.9rem;color:var(--ink-soft);border-top:1px solid rgba(42,35,32,.14);padding-top:18px}
#ophome .hero__meta span{display:inline-flex;align-items:center;gap:7px}#ophome .hero__meta b{color:var(--brass-deep)}
#ophome .hero__stage{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:clamp(8px,1.8vw,28px)}
#ophome .hmz{position:relative;transform-origin:bottom center;animation:hsway 7s ease-in-out infinite}
#ophome .hmz img{display:block;width:auto;filter:drop-shadow(0 14px 20px rgba(40,24,10,.4));animation:opprod 1s var(--ease) both}
#ophome .hmz::after{content:"";position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);width:84%;height:15px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(28,16,7,.4),transparent 72%);filter:blur(5px)}
#ophome .hmz:nth-child(1) img{height:min(50vh,400px);animation-delay:.1s}
#ophome .hmz:nth-child(2) img{height:min(54vh,432px);animation-delay:.22s}
#ophome .hmz:nth-child(3) img{height:min(47vh,376px);animation-delay:.34s}
#ophome .hmz:nth-child(4) img{height:min(52vh,414px);animation-delay:.46s}
#ophome .hmz:nth-child(1){animation-delay:0s}#ophome .hmz:nth-child(2){animation-delay:1.4s}#ophome .hmz:nth-child(3){animation-delay:.6s}#ophome .hmz:nth-child(4){animation-delay:2s}
@keyframes opprod{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes hsway{0%,100%{transform:rotate(-.8deg)}50%{transform:rotate(.8deg)}}

#ophome .up{opacity:0;transform:translateY(24px);animation:opup .9s var(--ease) forwards}
#ophome .up.d1{animation-delay:.1s}#ophome .up.d2{animation-delay:.2s}#ophome .up.d3{animation-delay:.32s}#ophome .up.d4{animation-delay:.46s}
@keyframes opup{to{opacity:1;transform:none}}

#ophome .marq{background:var(--ink);color:var(--canvas);overflow:hidden;white-space:nowrap;padding:13px 0}
#ophome .marq__t{display:inline-block;font-family:var(--fd);font-size:1.12rem;font-weight:500;animation:opmarq 30s linear infinite}
#ophome .marq__t b{color:var(--brass)}#ophome .marq__t span{margin:0 20px;opacity:.45}
@keyframes opmarq{to{transform:translateX(50%)}}

#ophome .sec{padding:88px 0}
#ophome .sec.tint{background:var(--surface-2)}
#ophome .shead{margin-bottom:38px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
#ophome .shead h2{font-size:clamp(2rem,4.6vw,3rem)}
#ophome .shead p{color:var(--ink-soft);max-width:48ch;margin-top:10px;font-size:1.04rem}
#ophome .shead a{color:var(--brass-deep);font-weight:700;white-space:nowrap;text-underline-offset:2px;transition:text-underline-offset .2s}
#ophome .shead a:hover{text-decoration:underline;text-underline-offset:5px}
#ophome .g4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
#ophome .g3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#ophome .g2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}

#ophome .rev{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
#ophome .rev.in{opacity:1;transform:none}
#ophome .stg>:nth-child(2){transition-delay:.08s}#ophome .stg>:nth-child(3){transition-delay:.16s}#ophome .stg>:nth-child(4){transition-delay:.24s}

#ophome .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s;display:block;box-shadow:0 4px 14px rgba(42,35,32,.06)}
#ophome .card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--brass)}
#ophome .card__media{position:relative;overflow:hidden;background:#efe7d8}
#ophome .card__media img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .5s var(--ease)}
#ophome .card.stand .card__media img{aspect-ratio:1/1}
#ophome .card:hover .card__media img{transform:scale(1.05)}
#ophome .card__media::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 -42px 42px -32px rgba(30,18,8,.28)}
#ophome .badge{position:absolute;inset-block-start:12px;inset-inline-start:12px;background:var(--bordeaux);color:#fff;font-size:.73rem;font-weight:700;padding:6px 12px;border-radius:999px;z-index:2;box-shadow:0 4px 10px rgba(138,44,59,.3)}
#ophome .card__body{padding:16px 17px 19px}
#ophome .card__name{font-weight:600;font-size:.98rem;margin-bottom:10px;min-height:2.6em;color:var(--ink)}
#ophome .price{display:flex;align-items:baseline;gap:9px}
#ophome .price .now{font-family:var(--fd);font-weight:700;font-size:1.34rem;color:var(--ink)}
#ophome .price .was{font-size:.9rem;color:var(--ink-soft);text-decoration:line-through}
#ophome .uniq{font-size:.79rem;color:var(--bordeaux);font-weight:600;margin-top:9px;display:flex;align-items:center;gap:6px}
#ophome .uniq::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--bordeaux)}

#ophome .vidband{position:relative;overflow:hidden;min-height:54vh;display:flex;align-items:center;color:#F5EFE3;background:#1c150c}
#ophome .vidband video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
#ophome .vidband__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(to left,rgba(18,12,6,.82),rgba(18,12,6,.32) 58%,rgba(18,12,6,.5))}
#ophome .vidband .wrap{position:relative;z-index:2}
#ophome .vidband .kicker{color:#e6c48a}#ophome .vidband .kicker::before{background:#e6c48a}
#ophome .vidband h2{color:#fff;font-size:clamp(1.9rem,4.4vw,2.9rem);max-width:20ch}
#ophome .vidband p{color:#ece3d1;max-width:42ch;margin-top:14px;font-size:1.1rem}

#ophome .wall{column-count:4;column-gap:16px}
#ophome .wall a{display:block;margin-bottom:16px;break-inside:avoid;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 6px 18px rgba(42,35,32,.12);transition:transform .3s var(--ease),box-shadow .3s}
#ophome .wall a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
#ophome .wall img{width:100%;transition:transform .5s var(--ease)}
#ophome .wall a:hover img{transform:scale(1.04)}

#ophome .stats{border-radius:24px;padding:56px 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center;box-shadow:var(--shadow);background-size:cover;background-position:center}
#ophome .stat .n{font-family:var(--fd);font-weight:300;font-size:clamp(2.8rem,7vw,4.4rem);line-height:1;color:#e8c07a;font-variant-numeric:tabular-nums}
#ophome .stat .n b{font-weight:900}
#ophome .stat .l{margin-top:10px;font-size:1rem;color:#ece2ce}

#ophome .split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
#ophome .split h2{font-size:clamp(2rem,4.4vw,2.9rem);margin-bottom:18px}
#ophome .split p{color:var(--ink-soft);font-size:1.07rem;margin-bottom:14px}
#ophome .portrait{aspect-ratio:4/5;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#efe7d8}
#ophome .portrait img{width:100%;height:100%;object-fit:cover}

#ophome .custom{position:relative;border-radius:24px;overflow:hidden;padding:64px 46px;color:#F5EFE2;background-size:cover;background-position:center;box-shadow:var(--shadow)}
#ophome .custom h2{color:#fff;font-size:clamp(2rem,4.4vw,2.9rem);margin-bottom:14px;max-width:20ch}
#ophome .custom p{color:#efe6d4;font-size:1.1rem;max-width:52ch;margin-bottom:24px}
#ophome .custom .btn{background:#F5EFE2;color:#2A2320}
#ophome .custom .kicker{color:#eaca8f}#ophome .custom .kicker::before{background:#eaca8f}
#ophome .gift{position:relative;border-radius:var(--radius);overflow:hidden;padding:46px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;color:#F6F1E8;background-size:cover;background-position:center;transition:transform .3s var(--ease);box-shadow:var(--shadow-sm)}
#ophome .gift:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
#ophome .gift h3{font-size:2rem;color:#fff;margin-bottom:8px}
#ophome .gift p{opacity:.96;margin-bottom:18px}
#ophome .gift .btn{align-self:flex-start;background:#F6F1E8;color:#2A2320}

#ophome .quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm)}
#ophome .quote .st{color:var(--brass);letter-spacing:3px;margin-bottom:14px}
#ophome .quote p{font-family:var(--fd);font-size:1.18rem;line-height:1.5}
#ophome .quote .by{margin-top:18px;font-size:.9rem;color:var(--ink-soft);font-weight:600}#ophome .quote .by b{color:var(--ink)}

@media(max-width:1000px){#ophome .wall{column-count:3}}
@media(max-width:900px){
  #ophome .hero{min-height:auto;padding:24px 0}
  #ophome .hero__inner{flex-direction:column;gap:6px}
  #ophome .hero__stage{order:-1;padding:16px 0 4%;gap:8px}
  #ophome .hmz img{height:min(32vh,240px)!important}
  #ophome .hero__copy{flex:none;padding:22px 4px 6px}
  #ophome .hero__copyin{max-width:100%}
  #ophome .g4{grid-template-columns:repeat(2,1fr)}#ophome .g3{grid-template-columns:1fr}
  #ophome .split{grid-template-columns:1fr;gap:26px}#ophome .stats{grid-template-columns:1fr;gap:28px;padding:40px 22px}
}
@media(max-width:640px){#ophome .sec{padding:56px 0}#ophome .g2{grid-template-columns:1fr}#ophome .wall{column-count:2;column-gap:10px}#ophome .wall a{margin-bottom:10px}}
@media(prefers-reduced-motion:reduce){#ophome *{animation:none!important;transition:none!important}#ophome .up,#ophome .rev,#ophome .hmz,#ophome .hmz img{opacity:1!important;transform:none!important}}

/* The skip-link target is focusable (tabindex="-1") so the link actually works;
   suppress the focus ring on the wrapper itself, which is not an interactive
   element. Real interactive elements keep their focus styles. */
.op-main:focus{outline:none}

/* ---- generated product spec block (op-product-copy.php) -----------------
   The shared half of every product description is rendered, not written per
   product, so it cannot drift. Styled to sit continuously with the owner's own
   description above it. */
.op-prodspec{margin-top:6px}
.op-prodspec__unique{color:var(--ink-soft);line-height:1.85}
.op-prodspec__unique strong{color:var(--ink)}
.op-prodspec__list{list-style:none;margin:14px 0 16px;padding:0}
.op-prodspec__list li{position:relative;padding-inline-start:20px;margin:0 0 9px;color:var(--ink-soft);line-height:1.75}
.op-prodspec__list li::before{content:"";position:absolute;inset-inline-start:0;top:10px;width:7px;height:7px;border-radius:50%;background:var(--brass)}
.op-prodspec__list li strong{color:var(--bordeaux)}
.op-prodspec__gift{color:var(--ink-soft);margin:0}
