/* ==========================================================================
   Refurbished Mobile — theme.css  (lightweight, system fonts, no bloat)
   Colour tokens are injected from the Customizer; defaults below.
   ========================================================================== */
:root{
  --rm-acc:#0d7a58;--rm-acc-600:#0b6a4d;--rm-acc-700:#095a41;--rm-acc-050:#e9f6f1;
  --rm-deal:#e8590c;--rm-sale:#d6432e;--rm-ink:#0f1b2d;--rm-text:#3d4655;--rm-muted:#6b7280;
  --rm-line:#e7e9ee;--rm-line-2:#eef0f4;--rm-surface:#f6f7f9;--rm-white:#fff;--rm-tp:#00b67a;
  --rm-maxw:1280px;--rm-radius:12px;--rm-shadow:0 8px 24px rgba(16,27,45,.10);--rm-shadow-lg:0 18px 50px rgba(16,27,45,.16);
  --rm-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
body.rm-theme{margin:0;font-family:var(--rm-font);color:var(--rm-text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
.rm-theme a{color:var(--rm-acc-700);text-decoration:none}
.rm-theme a:hover{color:var(--rm-acc)}
.rm-theme img{max-width:100%;height:auto;display:block}
.rm-theme h1,.rm-theme h2,.rm-theme h3,.rm-theme h4{color:var(--rm-ink);line-height:1.2;letter-spacing:-.01em}
.rm-wrap{max-width:var(--rm-maxw);margin:0 auto;padding:0 22px}
.rm-skip{position:absolute;left:-9999px}.rm-skip:focus{left:12px;top:12px;background:#fff;padding:10px 16px;z-index:2000;border-radius:8px}
svg{display:block}
.rm-btn{display:inline-flex;align-items:center;gap:8px;background:var(--rm-acc);color:#fff;padding:12px 22px;border-radius:11px;font-weight:700;font-size:14.5px;border:0;cursor:pointer;transition:background .15s}
.rm-btn:hover{background:var(--rm-acc-600);color:#fff}
.rm-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);color:#fff;padding:12px 22px;border-radius:11px;font-weight:700;font-size:14.5px;border:1px solid rgba(255,255,255,.25)}
.rm-ico{width:22px;height:22px}

/* ---------------- TRUST BAR ---------------- */
.rm-trustbar{background:var(--rm-ink);color:#dfe4ec;font-size:12.5px;line-height:1}
.rm-trustbar .rm-wrap{min-height:38px;display:flex;align-items:center;gap:18px}
.rm-tb-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#cdd4df}
.rm-tb-item .rm-ico{width:15px;height:15px;stroke:var(--rm-acc)}
.rm-tb-center{margin:0 auto;font-weight:500;color:#fff}
.rm-tb-center .rm-ico{stroke:#8fe3c6}
.rm-tb-right{margin-left:auto;display:inline-flex;align-items:center;gap:16px}
.rm-tb-links{display:inline-flex;gap:16px;list-style:none;margin:0;padding:0}
.rm-tb-links a{color:#cdd4df}.rm-tb-links a:hover{color:#fff}
.rm-tb-score{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:600}
.rm-stars{display:inline-flex;gap:1px}.rm-stars svg{width:13px;height:13px;fill:var(--rm-tp)}

/* ---------------- STICKY + MAIN ROW ---------------- */
.rm-sticky{background:#fff}
.rm-is-sticky{position:sticky;top:0;z-index:60}
.rm-scrolled .rm-is-sticky{box-shadow:var(--rm-shadow)}
.rm-mainrow{border-bottom:1px solid var(--rm-line)}
.rm-mainrow .rm-wrap{height:74px;display:flex;align-items:center;gap:26px}
.rm-logo{flex-shrink:0;display:flex;align-items:center}
.rm-logo img{max-height:44px;width:auto}
.rm-logo-text{display:flex;align-items:center;gap:10px}
.rm-logo-text .rm-mark{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,var(--rm-acc),#12a074);display:grid;place-items:center;box-shadow:0 6px 16px rgba(13,122,88,.28)}
.rm-logo-text .rm-mark svg{width:22px;height:22px;stroke:#fff}
.rm-logo-text .rm-name{font-size:19px;font-weight:800;color:var(--rm-ink);letter-spacing:-.02em}

.rm-search{flex:1;max-width:640px}
.rm-searchform{display:flex;align-items:center;height:48px;border:1.5px solid var(--rm-line);border-radius:12px;background:var(--rm-surface);overflow:hidden;transition:border-color .18s,box-shadow .18s,background .18s}
.rm-searchform:focus-within{border-color:var(--rm-acc);background:#fff;box-shadow:0 0 0 4px var(--rm-acc-050)}
.rm-searchform input[type=search]{flex:1;border:0;outline:0;background:transparent;height:100%;padding:0 16px;font-size:14.5px;color:var(--rm-ink)}
.rm-searchform .rm-go{height:100%;padding:0 20px;background:var(--rm-acc);color:#fff;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;border:0;cursor:pointer}
.rm-searchform .rm-go:hover{background:var(--rm-acc-600)}
.rm-searchform .rm-go svg{width:20px;height:20px;stroke:#fff}

.rm-actions{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}
.rm-act{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 12px;border-radius:11px;color:var(--rm-ink);min-width:64px}
.rm-act:hover{background:var(--rm-surface);color:var(--rm-acc)}
.rm-act .rm-lbl{font-size:11.5px;font-weight:600}
.rm-badge{position:absolute;top:2px;right:12px;min-width:18px;height:18px;padding:0 5px;background:var(--rm-acc);color:#fff;font-size:11px;font-weight:700;border-radius:9px;display:grid;place-items:center;line-height:1;border:2px solid #fff}
.rm-cart{background:var(--rm-acc);color:#fff;flex-direction:row;gap:10px;min-width:auto;padding:11px 16px;border-radius:12px;box-shadow:0 6px 16px rgba(13,122,88,.24)}
.rm-cart:hover{background:var(--rm-acc-600);color:#fff}
.rm-cart .rm-ct-txt{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}
.rm-cart .rm-ct-txt small{font-size:10.5px;opacity:.85;font-weight:600}
.rm-cart .rm-ct-txt b{font-size:13.5px;font-weight:700}
.rm-cart .rm-badge{position:static;border:0;background:#fff;color:var(--rm-deal)}

/* ---------------- NAV + CSS MEGA MENU (from wp_nav_menu) ---------------- */
.rm-navrow{border-bottom:1px solid var(--rm-line);position:relative}
.rm-nav{display:flex;align-items:stretch;gap:2px;list-style:none;margin:0;padding:0}
.rm-nav>li{position:static}
.rm-nav>li>a{display:flex;align-items:center;gap:7px;height:52px;padding:0 15px;font-size:14.5px;font-weight:600;color:var(--rm-ink);position:relative}
.rm-nav>li>a::before{display:none}
.rm-nav>li.menu-item-has-children>a::after{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.5;transition:transform .2s}
.rm-nav>li>a::after{content:"";position:absolute}
.rm-nav>li>a{border-bottom:3px solid transparent}
.rm-nav>li:hover>a{color:var(--rm-acc);border-bottom-color:var(--rm-acc)}
.rm-nav>li.menu-item-has-children:hover>a::after{transform:rotate(-135deg) translateY(-2px);opacity:.9}
.rm-nav .rm-hot>a{color:var(--rm-deal)}
.rm-nav .rm-hot>a::before{content:"HOT";display:inline-block;font-size:9px;font-weight:800;color:#fff;background:var(--rm-deal);padding:2px 5px;border-radius:5px;margin-right:6px}
.rm-nav .rm-navcta{margin-left:auto;align-self:center}
.rm-nav .rm-navcta>a{border:1.5px solid var(--rm-acc);color:var(--rm-acc);border-radius:10px;padding:9px 15px;height:auto;font-weight:700}
.rm-nav .rm-navcta>a:hover{background:var(--rm-acc);color:#fff}

/* the mega panel = a top item's first sub-menu */
.rm-nav>li>.sub-menu{position:absolute;left:0;right:0;top:100%;z-index:80;background:#fff;border-top:1px solid var(--rm-line);box-shadow:var(--rm-shadow-lg);list-style:none;margin:0;
  padding:26px 22px 28px;max-width:var(--rm-maxw);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;pointer-events:none}
.rm-nav>li:hover>.sub-menu{opacity:1;visibility:visible;transform:none;pointer-events:auto}
/* column heading = 2nd level item link */
.rm-nav>li>.sub-menu>li{list-style:none}
.rm-nav>li>.sub-menu>li>a{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--rm-muted);padding:0 0 9px;margin-bottom:6px;border-bottom:1px solid var(--rm-line-2)}
/* link list = 3rd level */
.rm-nav>li>.sub-menu>li>.sub-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.rm-nav>li>.sub-menu>li>.sub-menu>li>a{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:9px;font-size:14px;color:var(--rm-text);font-weight:500}
.rm-nav>li>.sub-menu>li>.sub-menu>li>a:hover{background:var(--rm-acc-050);color:var(--rm-acc-700)}
/* promo column */
.rm-nav>li>.sub-menu>li.rm-promo{background:linear-gradient(160deg,#0f2f27,var(--rm-acc));border-radius:14px;padding:20px;color:#fff;align-self:stretch}
.rm-nav>li>.sub-menu>li.rm-promo>a{color:#fff;border:0;text-transform:none;letter-spacing:0;font-size:17px;font-weight:800;padding:0}
.rm-nav>li>.sub-menu>li.rm-promo .sub-menu a{color:#d5efe5}

/* ---------------- MOBILE HEADER + DRAWER ---------------- */
.rm-mheader{display:none;border-bottom:1px solid var(--rm-line)}
.rm-mtop{display:flex;align-items:center;gap:12px;padding:11px 16px}
.rm-burger,.rm-mic{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;color:var(--rm-ink);background:var(--rm-surface);border:0;cursor:pointer;position:relative}
.rm-mic{background:none}
.rm-burger svg,.rm-mic svg{width:24px;height:24px}
.rm-mactions{margin-left:auto;display:flex;gap:6px}
.rm-msearch{padding:0 16px 12px}
.rm-mlogo .rm-logo-text .rm-name{font-size:16px}
.rm-scrim{position:fixed;inset:0;background:rgba(15,27,45,.5);opacity:0;visibility:hidden;transition:opacity .25s;z-index:1000}
.rm-scrim.rm-open{opacity:1;visibility:visible}
.rm-drawer{position:fixed;top:0;left:0;bottom:0;width:340px;max-width:88vw;background:#fff;z-index:1001;transform:translateX(-102%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--rm-shadow-lg)}
.rm-drawer.rm-open{transform:none}
.rm-dr-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid var(--rm-line)}
.rm-dr-close{width:40px;height:40px;border-radius:10px;background:var(--rm-surface);border:0;display:grid;place-items:center;cursor:pointer}
.rm-dr-search{padding:13px 16px;border-bottom:1px solid var(--rm-line)}
.rm-dr-body{flex:1;overflow-y:auto}
.rm-dr-nav,.rm-dr-nav .sub-menu{list-style:none;margin:0;padding:0}
.rm-dr-nav>li{border-bottom:1px solid var(--rm-line-2)}
.rm-dr-nav>li>a{display:block;padding:14px 16px;font-size:15px;font-weight:600;color:var(--rm-ink)}
.rm-dr-nav .sub-menu{display:none;background:var(--rm-surface);padding:4px 16px 12px 28px}
.rm-dr-nav>li.rm-open>.sub-menu{display:block}
.rm-dr-nav .sub-menu a{display:block;padding:8px 0;font-size:14px;color:var(--rm-text)}
.rm-dr-toggle{position:absolute;right:8px;top:8px;width:34px;height:34px;border:0;background:var(--rm-surface);border-radius:8px}
.rm-dr-nav>li{position:relative}
.rm-dr-foot{border-top:1px solid var(--rm-line);padding:14px 16px}
.rm-acct{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;background:var(--rm-acc);color:#fff;border-radius:11px;font-weight:700}

/* ---------------- HOMEPAGE ---------------- */
.rm-hero{padding:26px 0 8px}
.rm-hero-card{border-radius:18px;padding:40px 40px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(120deg,#0f2f27 0%,var(--rm-acc) 62%,#12a074 100%)}
.rm-eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#a9ecd2}
.rm-hero-card h1{margin:10px 0 12px;font-size:34px;max-width:560px;color:#fff}
.rm-hero-card p{margin:0 0 22px;font-size:15px;color:#d5efe5;max-width:480px}
.rm-hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.rm-usps{padding:18px 0}
.rm-usps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.rm-usp{display:flex;align-items:center;gap:12px;padding:15px 16px;background:#fff;border:1px solid var(--rm-line);border-radius:13px}
.rm-usp svg{width:26px;height:26px;stroke:var(--rm-acc);fill:none;flex-shrink:0}
.rm-usp .rm-stars svg{width:16px;height:16px;fill:var(--rm-tp);stroke:none}
.rm-usp b{display:block;font-size:13.5px;color:var(--rm-ink)}
.rm-usp small{font-size:12px;color:var(--rm-muted)}
.rm-home-sec{padding:26px 0}
.rm-h2{font-size:22px;font-weight:800;margin:0 0 16px}
.rm-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.rm-sec-head .rm-h2{margin:0}

/* ---------------- WOOCOMMERCE ---------------- */
.rm-shop{display:block;padding:26px 22px 40px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0;list-style:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--rm-line);border-radius:14px;padding:14px;position:relative;transition:box-shadow .18s,transform .18s}
.woocommerce ul.products li.product:hover{box-shadow:var(--rm-shadow);transform:translateY(-2px)}
.woocommerce ul.products li.product a img{border-radius:10px;margin-bottom:12px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px;font-weight:700;color:var(--rm-ink);padding:0;margin:0 0 4px}
.woocommerce ul.products li.product .price{color:var(--rm-ink);font-weight:800;font-size:16px}
.woocommerce ul.products li.product .price del{color:#a2abb8;font-weight:500;font-size:12.5px;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.rm-from{font-size:12px;color:var(--rm-muted);font-weight:600}
.rm-card-badges{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;pointer-events:none;z-index:2}
.rm-badge-disc{background:var(--rm-sale);color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:7px}
.rm-badge-cond{background:#fff;border:1px solid var(--rm-line);color:var(--rm-acc-700);font-size:10.5px;font-weight:700;padding:3px 7px;border-radius:6px;margin-left:auto}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button.alt,.woocommerce #respond input#submit.alt{background:var(--rm-acc);color:#fff;border-radius:10px;font-weight:700;padding:.7em 1.1em}
.woocommerce ul.products li.product .button:hover,.woocommerce a.button:hover,.woocommerce button.button.alt:hover{background:var(--rm-acc-600)}
.woocommerce .onsale{background:var(--rm-sale);border-radius:7px;min-height:auto;min-width:auto;padding:3px 8px;font-weight:800}
/* shop header */
.woocommerce-products-header__title.page-title{font-size:26px;color:var(--rm-ink)}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:18px}
/* single product */
.single-product div.product .product_title{font-size:28px;color:var(--rm-ink)}
.single-product div.product p.price,.single-product div.product span.price{color:var(--rm-ink);font-weight:800}
.single-product div.product .price ins{text-decoration:none}
.rm-pdp-trust{list-style:none;display:flex;flex-wrap:wrap;gap:16px;margin:16px 0 0;padding:16px 0 0;border-top:1px solid var(--rm-line)}
.rm-pdp-trust li{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--rm-text);font-weight:600}
.rm-pdp-trust svg{width:18px;height:18px;stroke:var(--rm-acc);fill:none}
.woocommerce div.product form.cart .button{padding:.9em 1.6em}
/* category grid on homepage */
.woocommerce.columns-4 ul.products li.product-category{text-align:center}
.woocommerce ul.products li.product-category a img{background:var(--rm-surface);padding:14px}

/* ---------------- POSTS / LAYOUT ---------------- */
.rm-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;padding:30px 22px 50px}
.rm-layout-full{grid-template-columns:1fr}
.rm-main{min-width:0}
.rm-post{background:#fff;border:1px solid var(--rm-line);border-radius:14px;overflow:hidden;margin-bottom:22px}
.rm-post-thumb img{width:100%;object-fit:cover;max-height:260px}
.rm-post-body{padding:18px 20px}
.rm-post-title{font-size:20px;margin:0 0 6px}
.rm-post-title a{color:var(--rm-ink)}
.rm-post-meta{font-size:12.5px;color:var(--rm-muted);margin-bottom:10px}
.rm-entry{font-size:15px;line-height:1.7}
.rm-entry img{border-radius:10px}
.rm-sidebar .widget{background:#fff;border:1px solid var(--rm-line);border-radius:14px;padding:18px;margin-bottom:20px}
.widget-title{font-size:15px;color:var(--rm-ink);margin:0 0 12px}
.rm-page-title{font-size:30px;margin:0 0 16px}
.rm-archive-head{margin-bottom:20px}
.rm-404{text-align:center;padding:60px 22px;max-width:560px;margin:0 auto}
.rm-404 .rm-searchform{margin:22px 0}
.rm-none{background:#fff;border:1px solid var(--rm-line);border-radius:14px;padding:30px}

/* ---------------- FOOTER ---------------- */
.rm-footer{background:var(--rm-ink);color:#c7cede;margin-top:40px}
.rm-footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:44px 22px 30px}
.rm-footer .widget-title{color:#fff}
.rm-footer a{color:#c7cede}.rm-footer a:hover{color:#fff}
.rm-footer ul{list-style:none;margin:0;padding:0}
.rm-footer li{margin:6px 0}
.rm-footer-bar{border-top:1px solid rgba(255,255,255,.1)}
.rm-footer-bar .rm-wrap{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;font-size:13px}
.rm-foot-links{display:flex;gap:16px;list-style:none;margin:0;padding:0}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width:1180px){
  .rm-usps-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
  .rm-search{max-width:420px}
  .rm-act .rm-lbl{display:none}
  .rm-act{min-width:48px;padding:8px}
}
@media (max-width:1000px){
  .rm-trustbar,.rm-mainrow,.rm-navrow{display:none}
  .rm-mheader{display:block}
  .rm-layout{grid-template-columns:1fr}
}
@media (max-width:760px){
  .rm-hero-card h1{font-size:26px}
  .rm-usps-grid{grid-template-columns:1fr}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
  .rm-footer-cols{grid-template-columns:repeat(2,1fr)}
  .rm-footer-bar .rm-wrap{flex-direction:column;gap:8px}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important}}
