/* HDM Collection — custom collection template styles. Scoped under body.hdm-col-template. */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

body.hdm-col-template{
  --hdm-blue:#115FEB;--hdm-blue-hover:#0d4ec4;--blue-panel:#dbe7fb;--blue-tint:#eaf1fe;--spec-fill:#f4f8ff;
  --page-wash:#f7faff;--hdm-green:#37B44A;--green-dark:#2c9b3d;--green-bg:#ebf7ed;--green-text:#1f7a2e;
  --ink:#16243d;--body:#39435a;--muted:#9aa3b3;--label:#6b7686;--struck:#aab2bf;--border:#cdd9ef;--divider:#eef1f5;
  --star:#f5a623;--navy:#0b1b3a;--amber:#f5a623;
  --shadow:0 1px 2px rgba(16,36,61,.06),0 6px 18px rgba(16,36,61,.06);
  --shadow-hover:0 2px 4px rgba(16,36,61,.08),0 12px 28px rgba(16,36,61,.10);
  background:#fff;
}
.hdm-col{font-family:'Hanken Grotesk',sans-serif;color:var(--body);font-size:17px;line-height:1.55}
.hdm-col *{box-sizing:border-box}
.hdm-col img{max-width:100%;height:auto;display:block}
.hdm-col a{color:var(--hdm-blue);text-decoration:none}
.hdm-col a:hover{text-decoration:underline}
.hdm-col-wrap,.hdm-col-inner{max-width:1240px;margin:0 auto;padding:0 24px}

/* head + breadcrumb */
.hdm-col-head{padding:18px 0 4px}
/* the theme also renders a breadcrumb on this archive; show only ours (inside .hdm-col-head) */
body.hdm-col-template .woocommerce-breadcrumb{display:none}
body.hdm-col-template .hdm-col-head .woocommerce-breadcrumb{display:block}
.hdm-col .woocommerce-breadcrumb{font-size:13.5px;color:var(--label);font-weight:600;margin:0 0 6px}
.hdm-col .woocommerce-breadcrumb a{color:var(--label)}
.hdm-col-h1{font-size:30px;font-weight:800;color:var(--ink);line-height:1.15;margin:6px 0 12px}

/* ===== SUMMARY (read-more) ===== */
.hdm-col-summary{margin:0 0 26px;max-width:80ch}
.hdm-col-summary-body p{font-size:17px;line-height:1.6;color:var(--body);margin:0 0 12px}
.hdm-col-summary.is-clamped .hdm-col-summary-body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hdm-col-summary.is-clamped.is-open .hdm-col-summary-body{display:block;-webkit-line-clamp:unset;overflow:visible}
.hdm-col-readmore{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background:none;border:0;cursor:pointer;
  color:var(--hdm-blue);font-family:inherit;font-weight:700;font-size:16px;padding:6px 0;min-height:40px}
.hdm-col-readmore .less{display:none}
.hdm-col-summary.is-open .hdm-col-readmore .more{display:none}
.hdm-col-summary.is-open .hdm-col-readmore .less{display:inline}
.hdm-col-readmore svg{transition:transform .2s ease}
.hdm-col-summary.is-open .hdm-col-readmore svg{transform:rotate(180deg)}

/* ===== TOP PICK (handoff blue hero) ===== */
.hdm-tp{font-family:'Plus Jakarta Sans',sans-serif;margin:0 0 30px}
.hdm-tp *{box-sizing:border-box}
/* header blue (#115FEB) with a light gradient for depth — brighter than the old navy */
.hdm-tp-card{position:relative;background:linear-gradient(160deg,#2f7ef2 0%,#115FEB 46%,#0f52cc 100%);border-radius:22px;
  box-shadow:none;overflow:hidden;color:#fff}
/* blue info panel — blue -> lavender gradient over the card's blue base. No image: a pure CSS gradient
   is not a contentful image, so this panel is no longer an LCP candidate (the LCP falls to the preloaded
   product photo instead). */
.hdm-tp-info{
  background:linear-gradient(155deg,rgb(15 72 200 / 90%) 0%,rgb(191 158 255 / 63%) 100%);}
/* contained OUR TOP PICK badge — hangs from the card top-left and overflows down over the product image */
.hdm-tp-banner{position:absolute;top:0;left:24px;z-index:6;display:inline-flex;align-items:center;gap:11px;
  background:linear-gradient(180deg,#f9c953,#f0a017);color:#13243f;padding:12px 26px;border-radius:0 0 16px 16px;
  box-shadow:0 8px 18px rgba(11,27,58,.34)}
.hdm-tp-banner span{font-weight:800;font-size:16px;letter-spacing:.13em;white-space:nowrap}
.hdm-tp-main{padding:18px 20px 0}
.hdm-tp-stage{position:relative;height:250px;border-radius:12px;background:#fff;border:1px solid rgba(255,255,255,.5);
  display:flex;align-items:flex-end;justify-content:center;padding:12px}
.hdm-tp-disc{position:absolute;top:10px;right:10px;background:#f5a623;color:#fff;font-weight:800;font-size:12px;padding:6px 10px;border-radius:4px}
.hdm-tp-ground{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);width:54%;height:13px;background:rgba(20,36,61,.16);border-radius:50%;filter:blur(9px)}
.hdm-tp-img{position:relative;max-height:224px;width:auto;object-fit:contain;margin-bottom:4px}
/* head = title (+rating) on the left, price on the right (stacks on mobile) */
.hdm-tp-head{margin-top:16px;display:flex;flex-direction:column;gap:12px}
.hdm-tp-headmain{min-width:0}
.hdm-tp-title{margin:0;font-size:20px;font-weight:800;line-height:1.25}
.hdm-tp-rating{display:flex;align-items:center;gap:8px;margin-top:10px}
.hdm-tp-rating .n{color:#c5d6f5;font-size:13px;font-weight:600}
.hdm-tp-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:0}
.hdm-tp-price .now{font-size:30px;font-weight:800;letter-spacing:-.02em}
.hdm-tp-price .was{color:#9bb6e6;font-size:14px;text-decoration:line-through}
.hdm-tp-price .was del{color:inherit;text-decoration:line-through}
.hdm-tp-price .save{margin-left:auto;background:#f5a623;color:#3a2c00;font-weight:800;font-size:10.5px;letter-spacing:.04em;line-height:1.15;padding:6px 11px;border-radius:6px;text-align:left}
.hdm-tp-price .save b{display:block;font-size:14px}
.hdm-tp-cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:16px;padding:14px;border-radius:12px;
  background:linear-gradient(180deg,#f7c34e,#f3a31c);color:#13243f;font-weight:800;font-size:16px;text-decoration:none;transition:filter .15s ease}
.hdm-tp-cta:hover{filter:brightness(1.05);text-decoration:none}
/* pros as their own bubbles; the single icon sits in a gold chip so it reads as a designed feature tag */
.hdm-tp-pros{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.hdm-tp-pros .pro{display:flex;align-items:center;gap:11px;background:rgb(50 56 149 / 9%);border:1px solid rgba(255,255,255,.14);border-radius:0;padding:10px 13px;font-size:14px;font-weight:700;color:#fff}
.hdm-tp-pros .pro svg{flex:none;width:15px;height:15px;color:#0f2f6b;background:#f5c451;border-radius:50%;padding:6px;box-sizing:content-box}
/* spec BUBBLES — each spec is its own rounded chip (was a bordered table) */
.hdm-tp-specs{margin:18px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.hdm-tp-specs .sp{padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.08)}
.hdm-tp-specs .l{display:block;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#bcd0f2}
.hdm-tp-specs .v{display:block;font-size:15px;font-weight:800;color:#fff;margin-top:3px}
/* delivery / trust row — always two flags */
.hdm-tp-ship{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 26px;margin:16px 0 20px;color:#cfe0fb;font-size:12.5px;font-weight:700}
.hdm-tp-ship .tflag{display:inline-flex;align-items:center;gap:7px}
.hdm-tp-ship .tflag svg{flex:none;color:#f5c451}

/* ===== SHOP (left filter rail + product grid) ===== */
.hdm-col-shop{display:grid;grid-template-columns:296px 1fr;gap:30px;align-items:start;margin-top:4px}
/* sticky filter rail travels with the product grid on desktop */
/* top:148px clears the full sticky header stack (hdm-hdr-top 88px + hdm-hdr-nav 47px = 135px) so the
   Price filter isn't hidden under it when the rail sticks */
.hdm-col-filters{min-width:0;position:sticky;top:148px;align-self:start;max-height:calc(100vh - 164px);overflow-y:auto;overflow-x:hidden}
.hdm-col-main{min-width:0}
.hdm-col-main .products-list{display:grid;gap:18px;margin-top:4px}

/* ===== GRID CARD (V5 two-tone, square) ===== */
.hdm-col-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);
  display:grid;grid-template-columns:272px 1fr;overflow:hidden;transition:box-shadow .15s ease}
.hdm-col-card:hover{box-shadow:var(--shadow-hover)}
.hdm-col-stage{position:relative;background:#fff;border-right:1px solid var(--divider);display:flex;align-items:center;justify-content:center;padding:8px;min-height:236px}
.hdm-col-stage .hdm-col-img{max-width:100%;max-height:228px;width:auto;object-fit:contain}
.hdm-col-disc{position:absolute;top:0;left:0;background:var(--hdm-blue);color:#fff;font-size:12.5px;font-weight:800;padding:5px 12px;z-index:1}
/* desktop body = TWO real columns: c1 = review + bullets (stacked), c2 = price + View Product (CTA
   directly under the price). spec + trust + (mobile CTA) full width below. */
.hdm-col-body{padding:20px 22px;display:grid;grid-template-columns:1fr auto;column-gap:26px;align-content:start;
  grid-template-areas:"title title" "c1 c2" "spec spec" "trust trust" "ctam ctam"}
.hdm-col-title{grid-area:title;font-size:20px;font-weight:700;line-height:1.25;margin:0 0 10px}
.hdm-col-title a{color:var(--ink)}
.hdm-col-c1{grid-area:c1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hdm-col-c2{grid-area:c2;min-width:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right}
.hdm-col-rating{display:flex;align-items:center;gap:7px;min-height:18px;flex-wrap:wrap;margin-bottom:10px}
.hdm-col-rating .meta{font-size:13px;color:#8a93a3;font-weight:500}
.hdm-col-stars{display:inline-flex;gap:1px;vertical-align:middle}
.hdm-col-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.hdm-col-price .struck,.hdm-col-price .struck del{font-size:13px;color:var(--struck);text-decoration:line-through;display:block}
.hdm-col-price .now{font-size:26px;font-weight:800;color:var(--ink);line-height:1.05;letter-spacing:-.02em}
.hdm-col-price .now .woocommerce-Price-amount{color:var(--ink)}
.hdm-col-callprice{font-size:15px;font-weight:800;color:var(--green-dark)}
/* savings pill — an exciting green "amount saved" badge under the sale price */
.hdm-col-save{display:inline-flex;align-items:baseline;gap:5px;margin-top:7px;padding:4px 11px;border-radius:999px;
  background:linear-gradient(180deg,#22c55e,#15a244);color:#fff;font-weight:800;font-size:13.5px;line-height:1.1;
  letter-spacing:-.01em;box-shadow:0 2px 7px rgba(21,163,74,.34)}
.hdm-col-save .woocommerce-Price-amount{color:#fff !important;font-weight:800}
.hdm-col-save em{font-style:normal;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.05em;opacity:.95}
.hdm-col-bullets{list-style:none;margin:0;padding:0;display:grid;gap:7px;align-content:start}
.hdm-col-bullets li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:var(--body);font-weight:600;line-height:1.35}
.hdm-col-bullets li .ic{flex:none;margin-top:1px;color:var(--hdm-green)}
.hdm-col-cta{background:var(--hdm-blue);color:#fff;font-size:16px;font-weight:700;padding:12px 30px;border-radius:8px;
  text-decoration:none;transition:background .15s ease;white-space:nowrap;text-align:center}
.hdm-col-cta:hover{background:var(--hdm-blue-hover);text-decoration:none;color:#fff}
.hdm-col a.hdm-col-cta,.hdm-col a.hdm-col-cta:hover{color:#fff}
.hdm-col a.hdm-tp-cta,.hdm-col a.hdm-tp-cta:hover{color:#13243f}
.hdm-col-cta-d{margin-top:12px}        /* CTA directly under the price, small spacing */
.hdm-col-cta-m{grid-area:ctam;display:none}   /* mobile-only CTA; hidden on desktop */
/* spec BUBBLES — each spec is its own rounded chip in a 3-col x 2-row layout (was a bordered table) */
.hdm-col-spec-wrap{grid-area:spec;position:relative;margin-top:16px}
.hdm-col-spec{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.hdm-col-spec .cell{background:var(--spec-fill);border:1px solid var(--border);border-radius:10px;padding:8px 12px;min-width:0}
.hdm-col-spec .v{display:block;font-size:14.5px;font-weight:800;color:var(--ink);line-height:1.2;white-space:normal;overflow-wrap:break-word}
.hdm-col-spec .l{display:block;margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--label)}
/* trust flags centered below the spec table */
.hdm-col-trust{grid-area:trust;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:14px}
.hdm-col-trust .tflag{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700}
.hdm-col-trust .tflag svg{flex:none}
.hdm-col-trust .tflag.warr{color:var(--green-text)}
.hdm-col-trust .tflag.ship{color:var(--hdm-blue)}
.hdm-col-trust .tflag.match{color:#c07f12}
.hdm-col-trust .tflag.auth{color:var(--navy)}

/* sort/results bar + pagination tweaks (markup comes from the products shortcode) */
.hdm-col-main .pagination{margin-top:24px}
/* right-size the sort dropdown so "Sort products default" fits (was truncated on mobile / stretched on desktop) */
body.hdm-col-template .custom-woo-products .sorting-dropdown-wrapper{width:auto;min-width:185px;max-width:62%;margin-left:auto}
body.hdm-col-template .custom-woo-products #orderby{font-size:13.5px}

/* ===== BELOW-FOLD GUIDE (clean prose — own typography, no inherited background) ===== */
.hdm-col-guide{background:#fff;padding:44px 0;margin-top:30px;border-top:1px solid var(--divider)}
.hdm-col-prose{max-width:880px;margin:0 auto;padding:0 24px;font-size:16.5px;line-height:1.7;color:var(--body)}
.hdm-col-prose>*:first-child{margin-top:0}
.hdm-col-prose h2{font-size:25px;font-weight:800;color:var(--ink);line-height:1.2;margin:34px 0 12px}
.hdm-col-prose h3{font-size:20px;font-weight:800;color:var(--ink);line-height:1.25;margin:26px 0 10px}
.hdm-col-prose h4{font-size:17px;font-weight:700;color:var(--ink);margin:20px 0 8px}
.hdm-col-prose p{margin:0 0 16px}
.hdm-col-prose a{color:var(--hdm-blue);text-decoration:underline}
.hdm-col-prose ul,.hdm-col-prose ol{margin:0 0 18px;padding-left:24px}
.hdm-col-prose ul{list-style:disc}
.hdm-col-prose ol{list-style:decimal}
.hdm-col-prose li{margin:0 0 8px;padding-left:4px}
.hdm-col-prose img{height:auto;max-width:min(100%,380px);border-radius:10px;margin:16px auto;display:block}
/* consecutive content images grouped into a responsive grid (small, multiple per row, not full-screen) */
.hdm-col-prose .hdm-col-imgrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:14px;margin:18px 0;align-items:start}
.hdm-col-prose .hdm-col-imgrow img{margin:0;width:100%;max-width:none}
.hdm-col-prose figure{margin:16px 0}
.hdm-col-prose figure img{margin:0 auto}
.hdm-col-prose img.alignleft{float:left;max-width:46%;margin:6px 22px 14px 0}
.hdm-col-prose img.alignright{float:right;max-width:46%;margin:6px 0 14px 22px}
.hdm-col-prose table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15px}
.hdm-col-prose th,.hdm-col-prose td{border:1px solid var(--border);padding:10px 12px;text-align:left;vertical-align:top}
.hdm-col-prose th{background:var(--blue-tint);font-weight:700;color:var(--ink)}
.hdm-col-prose iframe,.hdm-col-prose .wp-video,.hdm-col-prose video{max-width:100%;margin:16px 0}

/* ===== FAQ ===== */
.hdm-col-faq{padding:48px 0}
.hdm-col-faq h2,.hdm-col-relcol h2,.hdm-col-relblog h2{font-size:26px;font-weight:800;color:var(--ink);margin:0 0 18px;line-height:1.15}
.hdm-col-faq-list{border-top:1px solid var(--divider)}
details.hdm-col-faq-item{border-bottom:1px solid var(--divider)}
details.hdm-col-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 8px;min-height:44px;font-size:17px;font-weight:600;color:var(--ink)}
details.hdm-col-faq-item summary::-webkit-details-marker{display:none}
details.hdm-col-faq-item summary svg{flex:none;color:var(--label);transition:transform .2s ease}
details.hdm-col-faq-item[open] summary svg{transform:rotate(180deg)}
details.hdm-col-faq-item .ans{padding:0 8px 20px;font-size:16px;line-height:1.6;color:var(--body);max-width:72ch}

/* ===== RELATED COLLECTIONS ===== */
.hdm-col-relcol{background:var(--page-wash);padding:48px 0;border-top:1px solid var(--divider)}
.hdm-col-relcol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hdm-col-relcol-card{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--border);border-radius:14px;
  box-shadow:var(--shadow);padding:16px 18px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.hdm-col-relcol-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);text-decoration:none}
.hdm-col-relcol-card .ic{flex:none;width:54px;height:54px;border-radius:10px;overflow:hidden;background:var(--blue-tint);display:flex;align-items:center;justify-content:center}
.hdm-col-relcol-card .ic img{width:100%;height:100%;object-fit:cover}
.hdm-col-relcol-card .tx{flex:1;min-width:0}
.hdm-col-relcol-card .nm{display:block;font-size:16.5px;font-weight:800;color:var(--ink);line-height:1.2}
.hdm-col-relcol-card .ds{display:block;font-size:13px;color:var(--body);margin-top:2px}
.hdm-col-relcol-card .ar{flex:none;color:var(--hdm-blue);font-size:21px;font-weight:700}

/* ===== RELATED ARTICLES ===== */
.hdm-col-relblog{padding:48px 0}
.hdm-col-relblog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hdm-col-blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;
  box-shadow:var(--shadow);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.hdm-col-blog-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);text-decoration:none}
.hdm-col-blog-card .img{aspect-ratio:16/9;overflow:hidden;background:var(--blue-tint)}
.hdm-col-blog-card .img img{width:100%;height:100%;object-fit:cover}
.hdm-col-blog-card .bd{padding:18px 20px 20px;display:flex;flex-direction:column}
.hdm-col-blog-card .tag{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--hdm-blue)}
.hdm-col-blog-card .h3{display:block;font-size:18.5px;font-weight:800;color:var(--ink);line-height:1.25;margin:8px 0 12px}
.hdm-col-blog-card .rd{font-size:14.5px;font-weight:700;color:var(--hdm-blue)}

/* ===== DESKTOP TOP PICK (image left, info right) ===== */
@media (min-width:769px){
  /* contained card, centered; WHITE left media panel + blue right info, defined border */
  .hdm-tp-card{max-width:900px;margin-left:auto;margin-right:auto;border:1px solid #d3ddf0;box-shadow:0 3px 14px rgba(16,36,61,.08)}
  .hdm-tp-banner{padding:13px 30px}
  .hdm-tp-banner span{font-size:17px;letter-spacing:.14em}
  /* left = WHITE panel (image + trust); right = blue info. Edge-to-edge split, media fills full height */
  .hdm-tp-main{display:flex;align-items:stretch;gap:0;padding:0}
  .hdm-tp-media{flex:0 0 40%;display:flex;flex-direction:column;justify-content:center;gap:16px;background:#fff;padding:24px 22px}
  .hdm-tp-stage{height:300px;background:transparent;border:none;border-radius:0;padding:0}
  .hdm-tp-img{max-height:284px}
  .hdm-tp-info{flex:1;min-width:0;display:flex;flex-direction:column;padding:24px 28px}
  /* price moves to the TOP-RIGHT, title shrinks + wraps beside it */
  .hdm-tp-head{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:22px;margin-top:0}
  .hdm-tp-headmain{flex:1;min-width:0}
  .hdm-tp-title{margin:0;font-size:23px;line-height:1.2}
  .hdm-tp-price{flex:none;flex-direction:column;align-items:flex-end;text-align:right;gap:5px;margin-top:2px}
  .hdm-tp-price .now{font-size:28px}
  .hdm-tp-price .save{margin-left:0}
  /* pro bubbles in a 3-up horizontal grid (short height) */
  .hdm-tp-pros{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:15px}
  .hdm-tp-cta{align-self:stretch;width:auto;padding:13px 40px;margin-top:15px}
  /* specs sit UNDER the button inside the info column (3-up) */
  .hdm-tp-specs{grid-template-columns:repeat(3,1fr);margin:15px 0 0;gap:8px}
  /* trust flags centered on the WHITE panel — dark text, blue icons; discount moved off the badge */
  .hdm-tp-ship{justify-content:center;margin:0;gap:8px 20px;color:#1f2d47}
  .hdm-tp-ship .tflag svg{color:#115FEB}
  .hdm-tp-disc{top:auto;bottom:12px;right:12px}
}

/* filter drawer chrome — hidden on desktop (left rail), shown as an overlay on mobile */
.hdm-col-filters-head{display:none}
.hdm-col-filters-backdrop{display:none;position:fixed;inset:0;background:rgba(11,27,58,.5);z-index:9998}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .hdm-col{font-size:16px}
  .hdm-col-wrap,.hdm-col-inner,.hdm-col-guide .below-woocommerce-category{padding:0 16px}
  .hdm-col-h1{font-size:24px}
  /* shop stacks; filters become an off-canvas overlay toggled by the products-bar "Filters" button */
  .hdm-col-shop{display:block}
  /* grid cards go vertical (image on top) */
  .hdm-col-card{grid-template-columns:1fr}
  .hdm-col-stage{min-height:0;padding:10px;border-right:none;border-bottom:1px solid var(--divider)}
  .hdm-col-stage .hdm-col-img{max-height:230px}
  /* single column; swap price (left) <-> review (right); bullets hidden; CTA full-width at the bottom */
  .hdm-col-body{padding:15px 15px 17px;column-gap:14px;grid-template-columns:auto 1fr;
    grid-template-areas:"title title" "c2 c1" "spec spec" "trust trust" "ctam ctam"}
  .hdm-col-title{font-size:18px;margin:0 0 6px}
  .hdm-col-c1{align-items:flex-end;justify-self:end;align-self:center}
  .hdm-col-c2{align-items:flex-start;text-align:left}
  .hdm-col-rating{margin-bottom:0}
  .hdm-col-price{text-align:left;align-items:flex-start}
  .hdm-col-price .now{font-size:23px}
  .hdm-col-bullets{display:none}
  .hdm-col-cta-d{display:none}
  .hdm-col-cta-m{display:block;width:100%;text-align:center;margin-top:14px;padding:13px}
  /* spec bubbles stay a 3-col x 2-row grid; a long value just grows its own bubble (no clamp, no
     horizontal scroll — bubbles wrap vertically so the full spec is always readable) */
  .hdm-col-spec-wrap{margin-top:12px}
  .hdm-col-spec{gap:7px}
  .hdm-col-spec .cell{min-width:0;padding:7px 10px}
  .hdm-col-relcol-grid,.hdm-col-relblog-grid{grid-template-columns:1fr}
  /* top pick: WHITE top panel + border (mirrors desktop), badge centered, discount moved off it */
  .hdm-tp-card{border:1px solid #d3ddf0;box-shadow:0 3px 14px rgba(16,36,61,.08)}
  .hdm-tp-main{padding:0}
  .hdm-tp-media{background:#fff;padding:16px 16px 18px}
  .hdm-tp-stage{height:270px;background:transparent;border:none;border-radius:0}
  .hdm-tp-img{max-height:242px}
  .hdm-tp-info{padding:18px 16px}
  .hdm-tp-price .now{font-size:28px}
  .hdm-tp-specs{grid-template-columns:repeat(2,1fr);min-width:0}
  .hdm-tp-specs .sp{min-width:0}
  .hdm-tp-ship{color:#1f2d47;flex-wrap:wrap}
  .hdm-tp-ship .tflag svg{color:#115FEB}
  .hdm-tp-banner{left:50%;right:auto;transform:translateX(-50%)}
  .hdm-tp-disc{top:auto;bottom:12px;right:12px}

  /* ----- mobile filter overlay drawer (reuses the theme's .mobilesidebartoggle + .sidebaropen) ----- */
  #mobile-filters{position:fixed;top:0;left:-100%;width:86%;max-width:340px;height:100dvh;z-index:9999;background:#fff;
    box-shadow:0 0 40px rgba(11,27,58,.35);overflow-y:auto;-webkit-overflow-scrolling:touch;transition:left .28s ease;margin:0;border-radius:0;padding:0}
  #mobile-filters.sidebaropen{left:0}
  .hdm-col-filters-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:2;
    background:var(--hdm-blue);color:#fff;padding:15px 18px;font-size:18px;font-weight:800}
  .hdm-col-filters-close{background:none;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:0 6px;min-height:44px}
  body.hdm-col-filters-locked{overflow:hidden}
  /* beat the Customizer "#mobile-filters{z-index:102}" rule so the drawer sits ABOVE its backdrop */
  body.hdm-col-template #mobile-filters{z-index:100002 !important}
  #mobile-filters.sidebaropen ~ .hdm-col-filters-backdrop{display:block;z-index:100001}
  /* pagination stays on ONE line down to ~370px: compact, no wrap, scroll only if truly needed */
  body.hdm-col-template .hdm-col-main .pagination{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}
  body.hdm-col-template .hdm-col-main .pagination a,body.hdm-col-template .hdm-col-main .pagination span{padding:8px 11px;margin:0;font-size:13.5px;white-space:nowrap;flex:0 0 auto}
}
@media (max-width:980px) and (min-width:769px){
  .hdm-col-relcol-grid,.hdm-col-relblog-grid{grid-template-columns:repeat(2,1fr)}
}
/* narrow desktops (tablet / small windows): the fixed 292px image column squeezes the horizontal
   card body so the spec cells collapse (values char-wrap to vertical). Stack the card image on top
   so the body — and the 3-up spec strip — get the full card width. */
@media (max-width:1100px) and (min-width:769px){
  .hdm-col-card{grid-template-columns:1fr}
  .hdm-col-stage{min-height:230px;border-right:none;border-bottom:1px solid var(--divider)}
}
