/* =========================================================
   Eversline — design system
   Oakywood-inspired: paper ground, oak accent, quiet type.
   ========================================================= */
:root{
  --paper:#FCFBF8;
  --tile:#EFE9E0;
  --tile-2:#E6DED2;
  --ink:#14120F;
  --muted:#635C54;
  --line:#E5DFD5;
  --oak:#A56E38;
  --ok:#2F6B4F;
  --radius:2px;
  --display:'Inter','Helvetica Neue',Helvetica,Arial,system-ui,sans-serif;
  --body:'Inter','Helvetica Neue',Helvetica,Arial,system-ui,sans-serif;
  --maxw:1560px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
h1,h2,h3,h4,h5{font-family:var(--display);font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:0 0 .5em}
p{margin:0 0 1em}
:focus-visible{outline:2px solid var(--oak);outline-offset:2px}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

.ev-wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px;text-align:left}
@media(max-width:640px){.ev-wrap{padding:0 18px}}
.ev-eyebrow{font-family:var(--display);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:500}
.ev-muted{color:var(--muted)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}

/* ---------- buttons ---------- */
.ev-btn,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,
.wc-block-components-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 24px;border:0;border-radius:100px;background:var(--ink);color:#fff;
  font-family:var(--display);font-size:14px;font-weight:600;letter-spacing:0;
  text-transform:none;line-height:1;transition:.18s ease;cursor:pointer}
.ev-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:#332e27;color:#fff}
.ev-btn-ghost{background:none;border:1px solid var(--ink);color:var(--ink)}
.ev-btn-ghost:hover{background:var(--ink);color:#fff}
.ev-btn-block{width:100%}
.woocommerce a.button.wc-forward{background:var(--ink)}

/* ---------- announcement + header ---------- */
.ev-announce{background:var(--ink);color:#F4EFE7;text-align:center;font-family:var(--display);
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:9px 16px}
.ev-header{position:sticky;top:0;z-index:60;background:var(--paper);border-bottom:1px solid var(--line)}
.ev-hdr{display:flex;align-items:center;gap:24px;height:72px}
.ev-hdr .ev-burger{order:0}
.ev-logo{order:1;flex:none}
.ev-nav{order:2;flex:none;margin-left:auto}
.ev-searchbar{order:3}
.ev-actions{order:4;flex:none}
.ev-logo{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap}
.ev-logo span{color:var(--oak)}
.ev-nav{display:flex;align-items:center;gap:26px;margin-left:auto;list-style:none}
.ev-nav ul,.ev-nav li{list-style:none;margin:0;padding:0;display:flex;align-items:center}
.ev-nav > a,.ev-nav li > a,.ev-navtrig{font-family:var(--display);font-size:13px;font-weight:500;letter-spacing:.03em;
  padding:6px 0;position:relative;display:flex;align-items:center;gap:5px;background:none;border:0;color:inherit;white-space:nowrap}
.ev-nav > a::after,.ev-nav li > a::after,.ev-navtrig::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:var(--ink);transition:width .22s}
.ev-nav > a:hover::after,.ev-nav li > a:hover::after,.ev-navwrap:hover .ev-navtrig::after{width:100%}
.ev-navwrap{position:relative}
.ev-dropdown{position:absolute;top:calc(100% + 14px);left:auto;right:-20px;background:var(--paper);border:1px solid var(--line);
  padding:10px;min-width:262px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;
  box-shadow:0 20px 40px -28px rgba(20,18,15,.4)}
.ev-navwrap:hover .ev-dropdown,.ev-navwrap:focus-within .ev-dropdown{opacity:1;visibility:visible;transform:none}
.ev-dropdown a{display:flex;justify-content:space-between;gap:14px;padding:9px 12px;font-size:14px}
.ev-dropdown a:hover{background:var(--tile)}
.ev-dropdown a b{color:var(--muted);font-weight:400;font-size:12px}
.ev-dropdown a span{display:none}
.ev-actions{display:flex;align-items:center;gap:4px}
.ev-ico{width:40px;height:40px;display:grid;place-items:center;border-radius:100px;position:relative;background:none;border:0;color:inherit}
.ev-ico:hover{background:var(--tile)}
.ev-count{position:absolute;top:4px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:100px;
  background:var(--oak);color:#fff;font-family:var(--display);font-size:10px;font-weight:700;
  display:grid;place-items:center;font-style:normal}
.ev-searchbar{flex:0 1 320px;min-width:200px;max-width:320px;margin:0;display:flex;align-items:center;gap:9px;border:1px solid var(--line);
  border-radius:100px;padding:8px 16px;background:#fff;transition:.18s}
.ev-searchbar:focus-within{border-color:var(--ink)}
.ev-searchbar input{border:0;outline:0;background:none;width:100%;font:inherit;font-size:14px}
.ev-searchbar button{background:none;border:0;color:var(--muted);display:grid;place-items:center}
.ev-burger{display:none}
@media(max-width:1080px){.ev-nav{display:none}.ev-burger{display:grid}.ev-searchbar{display:none}.ev-actions{margin-left:auto}}

/* account dropdown */
.ev-usermenu{position:absolute;right:0;top:calc(100% + 8px);background:var(--paper);border:1px solid var(--line);
  min-width:200px;padding:8px;opacity:0;visibility:hidden;transition:.16s;z-index:70;text-align:left}
.ev-userwrap{position:relative}
.ev-userwrap:hover .ev-usermenu,.ev-userwrap:focus-within .ev-usermenu{opacity:1;visibility:visible}
.ev-usermenu a{display:block;padding:9px 12px;font-size:14px}
.ev-usermenu a:hover{background:var(--tile)}

/* mobile drawer (CSS only, :target free — uses checkbox) */
#ev-menu-toggle{display:none}
.ev-scrim{position:fixed;inset:0;background:rgba(20,18,15,.42);opacity:0;visibility:hidden;transition:.22s;z-index:80}
.ev-drawer{position:fixed;top:0;left:0;bottom:0;width:min(340px,88%);background:var(--paper);z-index:90;
  transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}
#ev-menu-toggle:checked ~ .ev-scrim{opacity:1;visibility:visible}
#ev-menu-toggle:checked ~ .ev-drawer{transform:none}
.ev-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}
.ev-drawer-head h3{font-family:var(--display);font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin:0}
.ev-drawer-body{flex:1;overflow:auto;padding:12px 24px 30px}
.ev-drawer-body a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-family:var(--display);font-size:15px;font-weight:500}
.ev-drawer-body form{margin:16px 0}

/* ---------- hero ---------- */
.ev-hero{display:grid;grid-template-columns:1fr 1.05fr;border-bottom:1px solid var(--line)}
.ev-hero-copy{padding:84px 60px 84px 0;display:flex;flex-direction:column;justify-content:center;gap:22px;text-align:left}
.ev-hero-copy h1,.ev-hero-copy p,.ev-hero-copy .ev-eyebrow,.ev-hero-copy .ev-stats{text-align:left}
.ev-hero h1{font-size:clamp(36px,4.4vw,58px);font-weight:600;margin:0}
.ev-hero h1 em{font-style:normal;color:var(--oak)}
.ev-hero p{max-width:44ch;color:var(--muted);font-size:16px;margin:0}
.ev-hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.ev-hero-art{background:var(--tile);display:grid;place-items:center;padding:0;min-height:520px;overflow:hidden}
.ev-hero-art img{width:100%;height:100%;object-fit:cover}
.ev-stats{display:flex;gap:36px;padding-top:14px;border-top:1px solid var(--line)}
.ev-stats b{font-family:var(--display);font-size:20px;display:block;font-weight:600}
.ev-stats span{font-size:12px;color:var(--muted)}
@media(max-width:900px){.ev-hero{grid-template-columns:1fr}.ev-hero-copy{padding:46px 0 36px}.ev-hero-art{min-height:300px;margin:0 -32px}}
@media(max-width:640px){.ev-hero-art{margin:0}}

/* ---------- sections ---------- */
.ev-sec{padding:64px 0}
.ev-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.ev-sec-head h2{font-size:clamp(23px,3vw,34px);margin:0}
.ev-sec-head a{font-family:var(--display);font-size:12px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:3px}

/* centred section head (used by Shop by category) */
.ev-sec-head.ev-sec-head--center{display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:10px;margin-bottom:34px}
.ev-sec-head.ev-sec-head--center h2{font-size:clamp(22px,2.6vw,30px);font-weight:600;text-align:center;width:100%}
.ev-sec-head.ev-sec-head--center a{font-size:11.5px;letter-spacing:.08em;border-bottom-color:var(--line)}
.ev-sec-head--center a:hover{border-bottom-color:var(--ink)}

/* ---------- category circles ---------- */
.ev-cats{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:30px 34px}
.ev-cat{background:none;width:132px;padding:0;text-align:center;border-radius:0;transition:.2s;overflow:visible}
.ev-cat:hover{background:none;transform:translateY(-3px)}
.ev-cat .ev-cat-img{width:132px;height:132px;border-radius:50%;background:var(--tile);
  display:grid;place-items:center;overflow:hidden;margin:0 auto 12px;transition:.25s}
.ev-cat .ev-cat-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .35s ease}
.ev-cat:hover .ev-cat-img{background:var(--tile-2);box-shadow:0 6px 18px rgba(0,0,0,.08)}
.ev-cat:hover .ev-cat-img img{transform:scale(1.06)}
.ev-cat b{font-family:var(--display);font-size:13px;font-weight:500;display:block;padding:0 4px}
.ev-cat span{font-size:11px;color:var(--muted)}
@media(max-width:900px){.ev-cats{gap:24px}
  .ev-cat,.ev-cat .ev-cat-img{width:112px}.ev-cat .ev-cat-img{height:112px}}
@media(max-width:520px){.ev-cats{gap:20px 18px}
  .ev-cat,.ev-cat .ev-cat-img{width:96px}.ev-cat .ev-cat-img{height:96px}}

/* =========================================================
   WooCommerce — product grids & cards
   ========================================================= */
.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid;grid-template-columns:repeat(4,1fr);gap:28px 20px;margin:0;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  width:auto!important;margin:0!important;float:none!important;text-align:left;position:relative;clear:none!important;
  display:flex;flex-direction:column}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{flex:1 1 auto;display:flex;flex-direction:column}
.woocommerce ul.products li.product a img,.ev-card-media img{margin:0;border-radius:var(--radius)}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block;position:relative}
.woocommerce ul.products li.product a img{
  background:var(--tile);aspect-ratio:1/1;object-fit:cover;transition:transform .4s ease,background .25s}
.woocommerce ul.products li.product:hover a img{transform:scale(1.03)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--body);font-size:15px;font-weight:400;line-height:1.35;letter-spacing:0;padding:12px 0 5px;margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
.woocommerce ul.products li.product .price{
  font-family:var(--display);font-weight:600;font-size:15px;color:var(--ink);display:flex;align-items:baseline;gap:8px;margin:auto 0 0}
.woocommerce ul.products li.product .price del{color:var(--muted);font-weight:400;font-size:13px;opacity:1}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--ink)}
.woocommerce ul.products li.product .star-rating{font-size:11px;color:var(--oak);margin:6px 0}
.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{
  position:absolute;top:10px;left:10px;right:auto;margin:0;background:var(--oak);color:#fff;
  font-family:var(--display);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  padding:5px 10px;min-height:0;min-width:0;line-height:1.4;border-radius:100px}
.woocommerce ul.products li.product .button{
  margin:12px 0 0;padding:11px 18px;font-size:13px;background:none;border:1px solid var(--line);color:var(--ink);
  align-self:stretch;order:9}
.woocommerce ul.products li.product .button:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.woocommerce ul.products li.product .added_to_cart{display:none}
/* compare/wishlist plugin buttons clutter the loop card — hide them */
.woocommerce ul.products li.product .wcboost-products-compare-button,
.woocommerce ul.products li.product .wcboost-wishlist-button{display:none}
.ev-hide{display:none}
/* price markup emitted by the site's custom price snippet */
.ev-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.ev-price__was{color:var(--muted);font-weight:400;font-size:13px;text-decoration:line-through}
.ev-price__off{color:var(--oak);font-size:12px;font-weight:600}
.woocommerce div.product p.price .ev-price__was{font-size:16px}
@media(max-width:1000px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr);gap:22px 14px}}

/* Tailwind's browser build turns WooCommerce's `columns-4` class into a CSS
   multi-column container, which shreds the product grid. Neutralise it. */
[class*="columns-"]{columns:auto!important;column-count:auto!important;column-width:auto!important}
.woocommerce.columns-4,.woocommerce.columns-3,.woocommerce.columns-2,.woocommerce.columns-1{display:block!important;width:100%}

/* ---------- product grid: bare selectors ----------
   The homepage <ul class="products"> is printed outside a .woocommerce
   wrapper, so the rules above don't reach it. Repeat the essentials with
   plain selectors so home, shop and category grids look identical. */
ul.products{
  display:grid!important;grid-template-columns:repeat(4,1fr);gap:34px 22px;
  margin:0!important;padding:0!important;list-style:none;width:100%}
ul.products::before,ul.products::after{content:none!important;display:none!important}
ul.products li.product{
  display:flex!important;flex-direction:column;width:auto!important;max-width:none!important;
  margin:0!important;padding:0!important;float:none!important;clear:none!important;
  text-align:left;position:relative;list-style:none}
ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex!important;flex-direction:column;flex:1 1 auto}
ul.products li.product img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;
  background:var(--tile);border-radius:var(--radius);margin:0}
ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--body);font-size:15px;font-weight:400;line-height:1.35;padding:12px 0 5px;margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
ul.products li.product .price{display:flex!important;align-items:baseline;gap:8px;margin:auto 0 0;
  font-family:var(--display);font-size:15px;font-weight:600;color:var(--ink)}
ul.products li.product .button{margin:12px 0 0;order:9;align-self:stretch;width:100%}
ul.products li.product .wcboost-products-compare-button,
ul.products li.product .wcboost-wishlist-button,
ul.products li.product .added_to_cart{display:none!important}
@media(max-width:1000px){ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){ul.products{grid-template-columns:repeat(2,1fr);gap:24px 14px}}

/* ---------- shop header / toolbar ---------- */
.ev-crumbs,.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--muted);padding:18px 0;margin:0}
.woocommerce .woocommerce-breadcrumb a{color:var(--muted)}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--ink);text-decoration:underline}
.ev-shop-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:26px}
.ev-shop-top h1{font-size:28px;margin:0 0 4px}
.woocommerce .woocommerce-result-count{margin:0;font-size:13px;color:var(--muted)}
.woocommerce .woocommerce-ordering{margin:0}
.woocommerce .woocommerce-ordering select,.ev-select{
  border:1px solid var(--line);border-radius:100px;padding:9px 14px;background:#fff;font-family:var(--display);font-size:13px}
.ev-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:26px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none!important}
.ev-chips{display:flex;gap:8px;flex-wrap:wrap;padding:4px 0 26px}
.ev-chip{border:1px solid var(--line);border-radius:100px;padding:8px 16px;font-size:13px;transition:.16s;white-space:nowrap}
.ev-chip:hover{border-color:var(--ink)}
.ev-chip.is-on{background:var(--ink);color:#fff;border-color:var(--ink)}
.woocommerce nav.woocommerce-pagination ul{border:0;margin:44px 0 0;display:flex;gap:8px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid var(--line);border-radius:100px;min-width:40px;height:40px;display:grid;place-items:center;padding:0;font-family:var(--display)}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---------- single product (Etsy-style) ---------- */
.woocommerce div.product{display:flex;flex-wrap:wrap;align-items:flex-start;gap:52px;padding-bottom:20px}
.woocommerce div.product::before,.woocommerce div.product::after{display:none}

/* gallery: vertical thumb rail on the left, one big main image.
   Theme-owned markup — no FlexSlider, so nothing rewrites these widths. */
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .ev-gallery{
  float:none!important;width:auto!important;margin:0;flex:1 1 62%;max-width:64%;min-width:340px;
  display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:start;position:relative;opacity:1!important}
.ev-gallery.ev-gallery--single{grid-template-columns:minmax(0,1fr)}
.ev-gallery__radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}

.ev-gallery__stage{grid-column:2;position:relative;border:1px solid var(--line);border-radius:12px;
  background:#fff;overflow:hidden;display:grid}
.ev-gallery--single .ev-gallery__stage{grid-column:1}
.ev-gallery__img{grid-area:1/1;width:100%;height:auto;display:block;object-fit:contain;
  background:#fff;border-radius:12px;opacity:0;visibility:hidden;position:absolute;inset:0;
  transition:opacity .18s}
.ev-gallery--single .ev-gallery__img{opacity:1;visibility:visible;position:relative;inset:auto}
/* first slide is visible before any radio interaction / without CSS :checked support */
.ev-gallery__stage .ev-slide-0{opacity:1;visibility:visible;position:relative;inset:auto}
.ev-gallery__link{display:block;width:100%}
.ev-gallery__main{width:100%;height:auto;display:block;object-fit:contain;background:#fff;border-radius:12px}

/* thumb rail — capped to the stage height, scrolls natively */
.ev-gallery__railwrap{grid-column:1;position:relative;align-self:stretch;display:flex;flex-direction:column;
  max-height:100%;min-height:0}
.ev-gallery__rail{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px;
  min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scroll-behavior:smooth}
.ev-gallery__rail li{margin:0;padding:0;list-style:none;flex:0 0 auto}
.ev-thumb{display:block;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--tile);
  cursor:pointer;overflow:hidden;width:82px;height:82px;transition:.15s}
.ev-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:7px}
.ev-thumb:hover{border-color:var(--muted)}
.ev-thumb.is-active{border:2px solid var(--ink)}

/* thumb rail leftovers from the old FlexSlider gallery (kept harmless) */
.woocommerce div.product .flex-control-thumbs{
  order:1;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px;
  height:100%;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;
  scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}
.woocommerce div.product .flex-control-thumbs::-webkit-scrollbar{width:0;height:0}
.woocommerce div.product .flex-control-thumbs li{width:100%!important;float:none!important;margin:0;list-style:none;flex:0 0 auto}
.woocommerce div.product .flex-control-thumbs img{
  width:70px;height:70px;object-fit:cover;border-radius:8px;background:var(--tile);
  border:1px solid var(--line);opacity:1;cursor:pointer;transition:.15s;display:block}
.woocommerce div.product .flex-control-thumbs img:hover{border-color:var(--muted)}
.woocommerce div.product .flex-control-thumbs img.flex-active{border:2px solid var(--ink)}

/* rail scroll arrows */
.ev-thumbnav{width:82px;height:26px;display:none;place-items:center;flex:0 0 auto;
  border:1px solid var(--line);border-radius:100px;background:#fff;color:var(--ink);
  cursor:pointer;padding:0;z-index:6;transition:.15s;margin:0 0 8px}
.ev-thumbnav--down{margin:8px 0 0}
.ev-thumbnav:hover{border-color:var(--ink)}
.ev-has-thumbnav .ev-thumbnav{display:grid}
.ev-has-thumbnav .ev-thumbnav.is-off{opacity:.35;pointer-events:none}

/* prev/next chevrons on the main image (labels — no JS) */
.ev-slidenav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;
  display:none;place-items:center;border:1px solid var(--line);border-radius:100px;
  background:rgba(255,255,255,.95);color:var(--ink);cursor:pointer;padding:0;z-index:7;
  box-shadow:0 2px 10px rgba(20,18,15,.12);transition:border-color .15s,background .15s}
.ev-slidenav:hover{border-color:var(--ink);background:#fff}
.ev-slidenav--prev{left:12px}
.ev-slidenav--next{right:12px}

/* zoom trigger sits on the main image, not in the thumb rail */
.woocommerce div.product .woocommerce-product-gallery__trigger{
  position:absolute;top:14px;right:14px;z-index:9;width:40px;height:40px;border-radius:100px;
  background:#fff;box-shadow:0 2px 10px rgba(20,18,15,.12);display:grid;place-items:center;font-size:0;color:var(--ink)}
.woocommerce div.product .woocommerce-product-gallery__trigger::after{content:"\1F50D";font-size:16px}

/* summary column */
.woocommerce div.product .summary{
  float:none!important;width:auto!important;margin:0;flex:1 1 32%;max-width:34%;min-width:300px;
  align-self:flex-start}
.woocommerce div.product .product_title{font-size:clamp(21px,2.2vw,27px);font-weight:600;line-height:1.3;margin:0 0 4px}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  font-family:var(--display);font-size:30px;font-weight:600;color:var(--ink);display:flex;align-items:baseline;gap:10px;margin:10px 0 4px}
.woocommerce div.product p.price del{font-size:16px;font-weight:400;color:var(--muted);opacity:1}
.woocommerce div.product p.price ins{text-decoration:none}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:6px}
.woocommerce .star-rating span::before,.woocommerce .star-rating::before{color:var(--oak)}
.woocommerce div.product form.cart{margin:22px 0}
.woocommerce div.product form.cart .variations{margin-bottom:18px;width:100%;border:0;display:grid;gap:14px}
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr{display:grid;gap:6px;width:100%}
.woocommerce div.product form.cart .variations td{display:block;padding:0;border:0}
.woocommerce div.product form.cart .variations label{
  font-family:var(--display);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);margin:0;display:block}
.woocommerce div.product form.cart .variations select{
  border:1px solid var(--line);border-radius:10px;padding:13px 40px 13px 14px;background:#fff;
  width:100%;max-width:none;font:inherit;font-size:15px;color:var(--ink);appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314120F' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:16px}
.woocommerce div.product form.cart .variations select:focus{border-color:var(--ink);outline:0}
.woocommerce div.product form.cart .reset_variations{
  font-size:12px;color:var(--muted);text-decoration:underline;display:inline-block;margin-top:2px}
.woocommerce div.product .woocommerce-variation-price{margin:0 0 14px}
.woocommerce div.product .woocommerce-variation-availability p{font-size:13px;color:var(--muted);margin:0 0 10px}
.woocommerce .quantity .qty{width:76px;height:46px;border:1px solid var(--line);border-radius:100px;
  text-align:center;font-family:var(--display);font-weight:600;background:#fff}
.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:18px 0 0}
.woocommerce div.product form.cart .quantity{flex:0 0 auto}
.woocommerce div.product form.cart .button{flex:1 1 100%;width:100%;min-width:0;padding:15px 24px;
  background:var(--ink);color:#fff;border:1px solid var(--ink);font-size:14px;font-weight:600}
.woocommerce div.product form.cart .button:hover{background:#000;border-color:#000}
.woocommerce div.product form.cart.variations_form{display:block}
.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart{display:flex;gap:12px;flex-wrap:wrap}
.woocommerce div.product .product_meta{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;margin-top:20px}
.ev-trust{display:grid;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.ev-trust div{display:flex;gap:10px;align-items:flex-start}
.ev-trust svg{flex:none;margin-top:3px}
/* assurance list emitted by the site's own product snippet */
.ev-assurance{list-style:none;margin:20px 0 0;padding:18px 0 0;border-top:1px solid var(--line);display:grid;gap:9px;font-size:13px;color:var(--muted)}
.ev-assurance li{position:relative;padding-left:20px}
.ev-assurance li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:100px;background:var(--oak)}
.ev-assurance li strong{color:var(--ink);font-weight:600}
.ev-tax-note{font-size:13px;color:var(--muted);margin:0 0 14px}
.woocommerce div.product form.cart .motta-buy-now-button{flex:1 1 100%;width:100%;background:none;border:1px solid var(--ink);color:var(--ink);
  border-radius:100px;padding:14px 24px;font-family:var(--display);font-size:14px;font-weight:600;letter-spacing:0;text-transform:none;margin-top:2px}
.woocommerce div.product form.cart .motta-buy-now-button:hover{background:var(--ink);color:#fff}
.wcboost-wishlist-button,.wcboost-products-compare-button{display:inline-flex;align-items:center;gap:7px;background:none!important;
  border:0!important;color:var(--muted)!important;padding:8px 0!important;font-size:13px;text-transform:none;letter-spacing:0;font-family:var(--body)}
.wcboost-wishlist-button:hover,.wcboost-products-compare-button:hover{color:var(--ink)!important}
.wcboost-wishlist-button svg,.wcboost-products-compare-button svg{width:16px;height:16px;fill:currentColor}
.woocommerce div.product .woocommerce-tabs{flex:0 0 100%;width:100%;clear:both;border-top:1px solid var(--line);
  margin-top:64px;padding-top:14px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 22px;display:flex;gap:26px}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border:0;border-radius:0;margin:0;padding:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family:var(--display);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:var(--muted);padding:16px 0;border-bottom:2px solid transparent}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink);border-color:var(--ink)}
.woocommerce div.product .related,.woocommerce div.product .upsells{flex:0 0 100%;width:100%;clear:both;
  margin-top:56px;padding-top:44px;border-top:1px solid var(--line)}
.woocommerce div.product .related ul.products,.woocommerce div.product .upsells ul.products{width:100%}
.woocommerce div.product .related > h2,.woocommerce div.product .upsells > h2{font-size:26px;margin-bottom:26px}
@media(max-width:900px){.woocommerce div.product{gap:28px}
  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .summary{flex:0 0 100%;max-width:100%;min-width:0}
  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .ev-gallery{grid-template-columns:minmax(0,1fr);gap:10px;align-items:start}
  .ev-gallery__stage{grid-column:1}
  .ev-gallery__railwrap{grid-column:1;flex-direction:row;align-items:center;max-height:none}
  .ev-gallery__rail{flex-direction:row;overflow-x:auto;overflow-y:hidden}
  .ev-thumbnav{width:26px;height:70px;margin:0 8px 0 0}
  .ev-thumbnav--up{transform:rotate(-90deg)}
  .ev-thumbnav--down{transform:rotate(-90deg);margin:0 0 0 8px}
  .ev-thumb{width:70px;height:70px}
  .ev-slidenav{display:none}
  .woocommerce div.product .flex-control-thumbs li{width:auto!important;flex:0 0 auto}
  .woocommerce div.product .flex-control-thumbs img{width:62px;height:62px}}

/* ---------- cart & checkout ---------- */
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius);border-collapse:collapse}
.woocommerce table.shop_table th{font-family:var(--display);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:var(--line);padding:16px 14px}
.woocommerce table.cart img{width:74px;background:var(--tile);border-radius:var(--radius)}
.woocommerce .cart_totals h2,.woocommerce-checkout h3,.woocommerce-billing-fields h3{
  font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.woocommerce .cart-collaterals .cart_totals{width:100%;float:none}
.woocommerce-cart .cart-collaterals .cart_totals table{border:0}
.woocommerce form .form-row{padding:0;margin:0 0 14px}
.woocommerce form .form-row label{font-family:var(--display);font-size:11px;letter-spacing:.08em;
  text-transform:uppercase;color:var(--muted);margin-bottom:6px;display:block}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select,.select2-container .select2-selection--single,
.ev-input{
  width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:12px 13px;background:#fff;
  font:inherit;font-size:15px;height:auto;outline:0}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row select:focus{border-color:var(--ink)}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.6;padding:0}
.woocommerce-checkout #payment{background:var(--tile);border-radius:var(--radius)}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:var(--radius)}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--line)}
.woocommerce-checkout .woocommerce-checkout-review-order{background:var(--tile);padding:26px;border-radius:var(--radius)}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table{border:0;background:none}
.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error{
  border-top-color:var(--oak);background:var(--tile);border-radius:var(--radius)}
.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before{color:var(--oak)}
.woocommerce-order .woocommerce-order-overview{border:1px solid var(--line);padding:20px;border-radius:var(--radius)}

/* my account */
.woocommerce-account .woocommerce-MyAccount-navigation{width:24%}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--radius)}
.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line)}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:13px 16px;font-size:14px}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:var(--tile);font-weight:600}
.woocommerce-account .woocommerce-MyAccount-content{width:72%}
.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{width:48%}
.woocommerce form.login,.woocommerce form.register{border:0;border-radius:0;padding:0}

/* ---------- account: single sign in / register card ---------- */
.ev-auth{max-width:460px;margin:36px auto 70px}
.ev-auth-radio{position:absolute;opacity:0;pointer-events:none}
.ev-auth-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:32px}
.ev-auth-head{text-align:center;margin-bottom:22px}
.ev-auth-head h2{font-size:20px;margin:8px 0 0;line-height:1.3}
.ev-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:var(--tile);border-radius:100px;padding:5px;margin-bottom:24px}
.ev-auth-tabs label{text-align:center;padding:10px 6px;border-radius:100px;cursor:pointer;
  font-family:var(--display);font-size:13px;font-weight:600;letter-spacing:.03em;color:var(--muted);transition:.18s}
#ev-tab-login:checked ~ .ev-auth-card .ev-auth-tabs label[for="ev-tab-login"],
#ev-tab-register:checked ~ .ev-auth-card .ev-auth-tabs label[for="ev-tab-register"]{background:var(--ink);color:#fff}
.ev-auth-panel{display:none}
#ev-tab-login:checked ~ .ev-auth-card .ev-panel-login,
#ev-tab-register:checked ~ .ev-auth-card .ev-panel-register{display:block}
.ev-auth-social{display:grid;gap:10px;margin-bottom:18px}
.ev-auth-social a,.ev-auth-social .nsl-button{width:100%;border-radius:100px!important}
.ev-auth-or{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:var(--muted);font-size:12px}
.ev-auth-or::before,.ev-auth-or::after{content:"";flex:1;height:1px;background:var(--line)}
.ev-auth .woocommerce-form-row{margin-bottom:16px}
.ev-auth .ev-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 20px;font-size:13px}
.ev-auth .ev-auth-row label{display:flex;align-items:center;gap:8px;margin:0;font-family:var(--body);
  font-size:13px;letter-spacing:0;text-transform:none;color:var(--ink);cursor:pointer}
.ev-auth-link{color:var(--muted);text-decoration:underline}
.ev-auth-link:hover{color:var(--ink)}
.ev-auth button.button{width:100%;padding:15px 24px}
.ev-auth-switch{text-align:center;margin:18px 0 0;font-size:13px;color:var(--muted)}
.ev-auth-switch label{color:var(--ink);font-weight:600;text-decoration:underline;cursor:pointer}
.ev-auth-note,.ev-auth-fineprint{font-size:12px;color:var(--muted);margin:0 0 16px;line-height:1.5}
.woocommerce-account .woocommerce-form-login__rememberme{margin:0}
@media(max-width:520px){.ev-auth-card{padding:24px 20px}}

/* ---------- banner ---------- */
.ev-banner{background:var(--tile);border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;
  align-items:center;gap:40px;padding:54px}
.ev-banner h2{font-size:clamp(23px,3vw,34px)}
.ev-banner p{color:var(--muted)}
.ev-banner ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:9px;font-size:14px}
.ev-banner li{display:flex;gap:10px;align-items:flex-start}
.ev-banner li svg{flex:none;margin-top:3px}
.ev-banner-art{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--tile-2)}
.ev-banner-art img{width:100%;height:100%;object-fit:cover}
@media(max-width:820px){.ev-banner{grid-template-columns:1fr;padding:32px}}

/* ---------- page / prose ---------- */
.ev-page{padding:36px 0 80px;max-width:820px;margin:0 auto}
.ev-page h1{font-size:clamp(28px,4vw,40px);margin-bottom:16px}
.ev-page h2{font-size:24px;margin-top:34px}
.ev-page img{border-radius:var(--radius);margin:22px 0}
.ev-page ul,.ev-page ol{padding-left:20px}
.ev-page blockquote{border-left:2px solid var(--oak);margin:24px 0;padding:4px 0 4px 20px;color:var(--muted);font-size:17px}
.ev-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 24px;padding:10px 0 70px}
@media(max-width:860px){.ev-archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ev-archive-grid{grid-template-columns:1fr}}
.ev-post-card .ev-thumb{background:var(--tile);border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden;margin-bottom:12px}
.ev-post-card .ev-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.ev-post-card:hover .ev-thumb img{transform:scale(1.04)}
.ev-post-card h3{font-family:var(--body);font-size:17px;font-weight:600;margin:0 0 6px}
.ev-post-card time{font-size:12px;color:var(--muted)}

/* ---------- footer ---------- */
.ev-footer{border-top:1px solid var(--line);margin-top:20px;padding:60px 0 30px;background:var(--paper)}
.ev-fintro{margin-bottom:0}
.ev-fintro p{font-size:14px;max-width:34ch}
.ev-fcols{display:contents}
.ev-fgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}
.ev-footer .ev-wrap{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;align-items:start}
.ev-footer .ev-fbot{grid-column:1/-1}
.ev-fcol__head{display:block;font-family:var(--display);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-weight:600}
@media(max-width:820px){.ev-fgrid{grid-template-columns:1fr 1fr}}
.ev-footer h5{font-family:var(--display);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px}
.ev-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px;font-size:14px;color:var(--muted)}
.ev-footer ul a:hover{color:var(--ink)}
.ev-news{display:flex;border:1px solid var(--ink);border-radius:100px;overflow:hidden;max-width:330px;margin-top:14px}
.ev-news input{border:0;outline:0;padding:12px 16px;flex:1;background:#fff;font:inherit}
.ev-news button{background:var(--ink);color:#fff;border:0;padding:0 20px;font-family:var(--display);
  font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.ev-fbot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:44px;
  padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}

/* ---------- misc ---------- */
.ev-empty{text-align:center;padding:70px 10px;color:var(--muted)}
.ev-empty h2{color:var(--ink)}
.admin-bar .ev-header{top:32px}
@media(max-width:782px){.admin-bar .ev-header{top:46px}}
.elementor-section{max-width:100%}

/* =========================================================
   MOBILE — its own layout, not a squeezed desktop
   ========================================================= */
@media(max-width:900px){
  /* header: compact bar, thumb-friendly icons */
  .ev-announce{font-size:10px;letter-spacing:.1em;padding:8px 14px}
  .ev-hdr{height:60px;gap:10px}
  .ev-logo{font-size:17px;letter-spacing:.18em}
  .ev-ico{width:42px;height:42px}
  .ev-count{top:2px;right:0}

  /* hero: picture first, then the pitch */
  .ev-hero{border-bottom:0}
  .ev-hero-art{order:-1;min-height:0;aspect-ratio:4/3;border-radius:var(--radius);margin:14px 0 0}
  .ev-hero-copy{padding:26px 0 34px;gap:16px}
  .ev-hero h1{font-size:clamp(28px,8vw,38px);line-height:1.1}
  .ev-hero p{font-size:15px;max-width:none}
  .ev-hero-cta{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .ev-hero-cta .ev-btn{width:100%;padding:14px 12px;font-size:11.5px;letter-spacing:.02em}
  .ev-stats{gap:0;justify-content:space-between;padding-top:16px}
  .ev-stats b{font-size:16px}
  .ev-stats span{font-size:10.5px}

  /* sections: less air, smaller headings */
  .ev-sec{padding:40px 0}
  .ev-sec-head{margin-bottom:18px;align-items:center}
  .ev-sec-head h2{font-size:21px}
  .ev-sec-head a{font-size:11px;white-space:nowrap}

  /* category circles: centred, wrap as they grow */
  .ev-cats{gap:20px 16px}
  .ev-cat b{font-size:12px;line-height:1.3}

  /* product grid: 2 up, tighter cards */
  .woocommerce ul.products,.woocommerce-page ul.products{gap:24px 12px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13.5px;padding:8px 0 3px}
  .woocommerce ul.products li.product .price{font-size:14px}
  .woocommerce ul.products li.product .button{width:100%;margin-top:9px;padding:12px 10px}
  .woocommerce span.onsale{font-size:9px;padding:4px 8px;top:8px;left:8px}

  /* shop toolbar: chips swipe sideways instead of wrapping */
  .ev-shop-top{margin-top:6px;padding-bottom:14px}
  .ev-shop-top h1{font-size:22px}
  .ev-chips{flex-wrap:nowrap;overflow-x:auto;padding:2px 18px 18px;margin:0 -18px;
    scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .ev-chips::-webkit-scrollbar{display:none}
  .ev-chip{flex:none;font-size:12.5px;padding:9px 15px}
  .ev-toolbar{gap:10px;padding-bottom:14px;margin-bottom:18px}
  .woocommerce .woocommerce-result-count{font-size:12px}
  .woocommerce .woocommerce-ordering select{font-size:12px;padding:8px 12px}
  .ev-crumbs,.woocommerce .woocommerce-breadcrumb{padding:12px 0;font-size:11.5px}

  /* product page */
  .woocommerce div.product .product_title{font-size:23px}
  .woocommerce div.product p.price{font-size:23px;margin:12px 0 4px}
  .woocommerce div.product form.cart{gap:10px}
  .woocommerce div.product form.cart .button,
  .woocommerce div.product form.cart .motta-buy-now-button{flex:1 1 100%;width:100%;padding:16px 20px}
  .woocommerce .quantity .qty{height:50px}
  .woocommerce div.product .woocommerce-tabs ul.tabs{gap:18px;overflow-x:auto;white-space:nowrap;
    scrollbar-width:none;padding-bottom:2px}
  .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .woocommerce div.product .related > h2{font-size:20px}

  /* banner: stack, image on top */
  .ev-banner{padding:24px 20px;gap:22px}
  .ev-banner-art{order:-1;aspect-ratio:16/10}
  .ev-banner h2{font-size:21px}
  .ev-banner .ev-btn{width:100%}

  /* journal cards */
  .ev-archive-grid{gap:26px 14px;padding-bottom:44px}
  .ev-post-card h3{font-size:15.5px}
  .ev-page{padding:20px 0 54px}
  .ev-page h1{font-size:26px}

  /* cart + checkout: stack the tables into cards */
  .woocommerce table.shop_table{border:0}
  .woocommerce-cart table.cart tbody tr{display:grid;grid-template-columns:76px 1fr;gap:0 14px;
    align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:12px;margin-bottom:12px}
  .woocommerce-cart table.cart td{border:0;padding:3px 0}
  .woocommerce-cart table.cart td.product-thumbnail{grid-row:1/4}
  .woocommerce-cart table.cart img{width:100%}
  .woocommerce-checkout .woocommerce-checkout-review-order{padding:18px}
  .woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;margin-bottom:18px}
  .woocommerce #payment .form-row,.woocommerce .row2{grid-template-columns:1fr}

  /* buttons: comfortable thumb targets everywhere */
  .ev-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
  .woocommerce #respond input#submit{min-height:46px}

  /* footer: collapsible sections instead of one endless list */
  .ev-footer{padding:34px 0 20px;margin-top:0}
  .ev-footer .ev-wrap{display:block}
  .ev-fintro{text-align:center;padding-bottom:26px;border-bottom:1px solid var(--line)}
  .ev-fintro p{margin:8px auto 14px;max-width:32ch;font-size:13.5px}
  .ev-news{margin:0 auto;max-width:none}
  .ev-fcols{display:block}
  .ev-fcol{border-bottom:1px solid var(--line)}
  .ev-fcol__head{display:flex;align-items:center;justify-content:space-between;margin:0;padding:16px 2px;
    font-size:12px;letter-spacing:.12em;cursor:pointer}
  .ev-fcol__head::after{content:"+";font-family:var(--body);font-size:18px;font-weight:400;color:var(--muted);line-height:1}
  .ev-fcol input:checked ~ .ev-fcol__head::after{content:"\2013"}
  .ev-fcol > ul{display:none;padding:0 2px 18px}
  .ev-fcol input:checked ~ ul{display:grid;gap:14px}
  .ev-fcol > ul a{display:block;padding:2px 0;font-size:14.5px}
  .ev-fbot{margin-top:22px;padding-top:16px;font-size:11px;gap:6px;flex-direction:column;text-align:center;align-items:center}
}

@media(max-width:560px){
  .ev-hero-cta{grid-template-columns:1fr}
  .ev-drawer{width:86%}
}

/* ---- mobile chrome: search row, buy bar, drawer, touch polish ---- */
.ev-vis-hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}
.ev-searchtoggle{display:none}
.ev-searchrow{display:none}
.ev-drawer-title{font-family:var(--display);font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin:0;font-weight:600}
.ev-buybar{display:none}
.ev-tabbar{display:none}

@media(max-width:1080px){
  /* search always visible, Etsy-style pill under the bar */
  .ev-searchtoggle{display:none}
  .ev-searchrow{display:block;padding:0 18px 12px}
  .ev-searchbar--row{display:flex!important;flex:1 1 auto;max-width:none;width:100%;min-width:0;
    background:var(--tile);border-color:transparent;padding:11px 16px}
  .ev-searchbar--row:focus-within{background:#fff;border-color:var(--ink)}
}

@media(max-width:900px){
  html{-webkit-text-size-adjust:100%}
  body{-webkit-tap-highlight-color:transparent;padding-bottom:66px}
  .ev-searchbar input,.woocommerce form .form-row input.input-text,
  .woocommerce form .form-row select,.woocommerce form .form-row textarea,
  .woocommerce .quantity .qty{font-size:16px}

  /* bottom tab bar */
  .ev-tabbar{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:75;
    background:var(--paper);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}
  .ev-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
    padding:9px 2px 8px;color:var(--muted);min-height:58px}
  .ev-tab__ico{position:relative;display:grid;place-items:center}
  .ev-tab__label{font-family:var(--display);font-size:10px;letter-spacing:.02em;font-weight:500}
  .ev-tab.is-on{color:var(--ink)}
  .ev-tab.is-on .ev-tab__label{font-weight:700}
  .ev-tab__badge{position:absolute;top:-5px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:100px;
    background:var(--oak);color:#fff;font-family:var(--display);font-size:9.5px;font-weight:700;
    display:grid;place-items:center;font-style:normal}

  /* product pages: one bar only — the buy bar replaces the tab bar */
  .single-product .ev-tabbar{display:none}
  .single-product .ev-buybar{display:flex;position:fixed;left:0;right:0;bottom:0;
    z-index:78;align-items:center;gap:14px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));
    background:#fff;border-top:1px solid var(--line);box-shadow:0 -14px 34px -20px rgba(20,18,15,.45)}
  .ev-buybar__info{display:flex;flex-direction:column;min-width:0;line-height:1.3}
  .ev-buybar__name{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:38vw}
  .ev-buybar__price{font-family:var(--display);font-weight:700;font-size:17px;color:var(--ink)}
  .ev-buybar__price del,.ev-buybar__price .ev-price__was,.ev-buybar__price .ev-price__off,
  .ev-buybar__price .ev-tax-note{display:none}
  .ev-buybar .ev-btn{margin-left:auto;flex:none;padding:16px 26px;font-size:12.5px;min-height:52px}
  body.single-product{padding-bottom:96px}

  /* product cards: clean like a marketplace listing — no button in the grid */
  .woocommerce ul.products li.product .button{display:none}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13.5px}
  .woocommerce ul.products li.product .star-rating{margin:5px 0 3px}

  /* drawer polish */
  .ev-drawer-head{padding:18px 22px}
  .ev-drawer-body{padding:8px 22px 32px}
  .ev-drawer-body a{padding:15px 0;font-size:15.5px;display:flex;align-items:center;justify-content:space-between}
  .ev-drawer-body a::after{content:"\203A";color:var(--muted);font-size:18px;line-height:1}
  .ev-drawer-body form{margin:14px 0 6px}
  .ev-drawer-body .ev-searchbar{display:flex!important;max-width:none;width:100%}
}

/* ===================================================================
   Overrides for the old "Etsy layout" WPCode CSS snippet.

   That snippet is injected inline in <head>, so it lands AFTER this
   stylesheet and wins every tie — it sets its own single-product grid,
   gallery flex layout and column widths. These body-prefixed rules
   out-specify it so the theme's own gallery controls the page. The
   snippet should be deleted in WPCode; until then, this holds the line.
   =================================================================== */
body.single-product div.product{
  display:flex!important;flex-wrap:wrap;align-items:flex-start;gap:52px!important;
  grid-template-columns:none!important}
body.single-product div.product > .ev-gallery{
  flex:1 1 62%!important;max-width:64%!important;min-width:340px;width:auto!important;
  display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:14px!important;
  align-items:start!important;margin:0!important;position:relative}
body.single-product div.product > .ev-gallery.ev-gallery--single{grid-template-columns:minmax(0,1fr)!important}
body.single-product .ev-gallery__stage{grid-column:2;width:100%}
body.single-product .ev-gallery--single .ev-gallery__stage{grid-column:1}
body.single-product .ev-gallery__main{width:100%!important;height:auto!important;max-width:none!important}
body.single-product .ev-gallery__railwrap{grid-column:1}
body.single-product div.product > .summary{
  flex:1 1 32%!important;max-width:34%!important;min-width:300px;width:auto!important;
  position:static!important;margin:0!important}
body.single-product div.product > .woocommerce-tabs,
body.single-product div.product > .related,
body.single-product div.product > .up-sells{flex:0 0 100%;width:100%}

/* the snippet forces form.cart into a column flex and squashes the variation
   table; keep the theme's grid layout for the option rows and buttons */
body.single-product form.cart .variations{display:grid!important;gap:14px!important;width:100%!important;border:0!important}
body.single-product form.cart .variations tbody,
body.single-product form.cart .variations tr{display:grid!important;gap:6px!important;width:100%!important}
body.single-product form.cart .variations td,
body.single-product form.cart .variations th{display:block!important;padding:0!important;border:0!important;width:auto!important}
body.single-product form.cart .variations select{width:100%!important;max-width:none!important;min-width:0!important}
body.single-product .woocommerce-variation-add-to-cart{display:flex!important;flex-direction:column;gap:10px;width:100%}
body.single-product .woocommerce-variation-add-to-cart .quantity{align-self:flex-start}

@media(max-width:900px){
  body.single-product div.product > .ev-gallery,
  body.single-product div.product > .summary{flex:0 0 100%!important;max-width:100%!important;min-width:0}
  body.single-product div.product > .ev-gallery{grid-template-columns:minmax(0,1fr)!important}
  body.single-product .ev-gallery__stage,
  body.single-product .ev-gallery__railwrap{grid-column:1}
}
