:root{
  --rhtech-primary:#f39800;
  --rhtech-secondary:#1f2937;
  --rhtech-accent:#2563eb;
  --rhtech-page-bg:#eef2f8;
  --rhtech-card:#ffffff;
  --rhtech-text:#111827;
  --rhtech-muted:#64748b;
  --rhtech-border:#dbe3ef;
  --rhtech-radius:14px;
  --rhtech-shadow:0 12px 32px rgba(15,23,42,.09);
  --rhtech-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Helvetica Neue",sans-serif;
}
*{box-sizing:border-box}
body.rhtech-full-width{margin:0;background:var(--rhtech-page-bg);color:var(--rhtech-text);font-family:var(--rhtech-font);font-size:14px;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.screen-reader-text,.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:12px;z-index:99999}
.rhtech-wide-inner{width:100%;max-width:none;padding-left:22px;padding-right:22px;margin:0 auto}
.rhtech-site-main{min-height:55vh}

/* Header */
.rhtech-site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 14px rgba(15,23,42,.12)}
.admin-bar .rhtech-site-header{top:32px}
.rhtech-topbar{background:linear-gradient(90deg,#0b1120,var(--rhtech-secondary));color:#dbeafe;font-size:12px}
.rhtech-topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.rhtech-topnav{display:flex;align-items:center;gap:16px;white-space:nowrap}
.rhtech-topnav ul{display:flex;gap:16px;list-style:none;margin:0;padding:0}
.rhtech-mainbar{background:linear-gradient(135deg,#fff,#f8fafc)}
.rhtech-mainbar-inner{height:78px;display:grid;grid-template-columns:260px minmax(250px,1fr) 250px;gap:22px;align-items:center}
.rhtech-branding .custom-logo-link{display:inline-flex;align-items:center}
.rhtech-branding img{max-height:56px;width:auto;display:block}
.rhtech-text-logo{display:flex;flex-direction:column;color:#0f172a;font-weight:900;line-height:1}
.rhtech-text-logo span{font-size:25px;letter-spacing:-.04em}.rhtech-text-logo small{font-size:11px;color:var(--rhtech-muted);font-weight:600;margin-top:4px}
.rhtech-search-wrap form{display:flex;width:100%;height:46px;border:2px solid var(--rhtech-primary);border-radius:999px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(243,152,0,.12)}
.rhtech-search-wrap input[type="search"],.rhtech-search-wrap .search-field{border:0;outline:0;flex:1;padding:0 18px;font-size:15px;min-width:0;background:#fff}
.rhtech-search-wrap button,.rhtech-search-wrap input[type="submit"]{border:0;background:var(--rhtech-primary);color:#111827;font-weight:900;padding:0 24px;cursor:pointer;text-transform:uppercase;letter-spacing:.02em}
.rhtech-header-actions{display:flex;justify-content:flex-end;gap:10px}.rhtech-action{height:48px;display:flex;align-items:center;gap:8px;border:1px solid var(--rhtech-border);padding:0 13px;border-radius:999px;background:#fff;font-size:13px;font-weight:800;position:relative}.rhtech-action span{font-size:18px}.rhtech-action em{position:absolute;top:-8px;right:-5px;background:var(--rhtech-primary);color:#111827;border-radius:999px;min-width:20px;height:20px;font-style:normal;font-size:11px;display:grid;place-items:center;border:2px solid #fff}
.rhtech-mobile-menu-toggle{display:none;border:0;background:#111827;color:#fff;border-radius:10px;width:42px;height:42px;font-size:22px}
.rhtech-navrow{background:#fff;border-top:1px solid var(--rhtech-border);border-bottom:1px solid var(--rhtech-border)}
.rhtech-navrow-inner{height:46px;display:flex;align-items:center;gap:16px;position:relative}
.rhtech-departments{position:relative;height:46px;display:flex;align-items:center}.rhtech-departments-button{height:38px;border:0;border-radius:10px;background:#111827;color:#fff;font-weight:900;padding:0 18px;cursor:pointer;min-width:210px;text-align:left;font-size:14px}
.rhtech-primary-menu ul{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.rhtech-primary-menu a{display:flex;align-items:center;height:38px;padding:0 14px;border-radius:999px;font-weight:800;color:#334155}.rhtech-primary-menu a:hover{background:#f1f5f9;color:#0f172a}

/* Mega menu */
.rhtech-mega-panel{display:none;position:absolute;top:46px;left:0;width:min(1180px,calc(100vw - 44px));background:#fff;border:1px solid var(--rhtech-border);box-shadow:var(--rhtech-shadow);border-radius:0 0 18px 18px;min-height:430px;overflow:hidden;z-index:1005}.rhtech-departments:hover .rhtech-mega-panel,.rhtech-departments.is-open .rhtech-mega-panel{display:grid;grid-template-columns:280px 1fr}.rhtech-mega-tabs{background:#f8fafc;border-right:1px solid var(--rhtech-border);padding:8px;max-height:520px;overflow:auto}.rhtech-mega-tab{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:#0f172a;font-weight:800}.rhtech-mega-tab b{background:#e2e8f0;color:#475569;border-radius:999px;font-size:11px;padding:3px 7px}.rhtech-mega-tab:hover,.rhtech-mega-tab.is-active{background:linear-gradient(90deg,var(--rhtech-primary),#ffd27a);color:#111827}.rhtech-mega-content-wrap{padding:20px;background:linear-gradient(135deg,#fff,#f8fafc)}.rhtech-mega-content{display:none}.rhtech-mega-content.is-active{display:block}.rhtech-mega-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.rhtech-mega-heading strong{font-size:23px;letter-spacing:-.03em}.rhtech-mega-heading a{font-weight:900;color:var(--rhtech-accent)}.rhtech-mega-columns{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:18px}.rhtech-mega-col{background:#fff;border:1px solid var(--rhtech-border);border-radius:14px;padding:14px;min-height:130px}.rhtech-mega-col-title{font-weight:900;display:block;margin-bottom:8px;color:#0f172a}.rhtech-mega-col ul{list-style:none;margin:0;padding:0}.rhtech-mega-col li a{display:block;padding:4px 0;color:#475569;font-size:13px}.rhtech-mega-col li a:hover{color:var(--rhtech-accent)}

/* Mobile menu */
.rhtech-mobile-panel{position:fixed;inset:0 auto 0 0;width:min(420px,92vw);background:#fff;z-index:1200;transform:translateX(-105%);transition:.25s ease;box-shadow:0 0 0 999px rgba(15,23,42,0);overflow:auto}.rhtech-mobile-panel.is-open{transform:translateX(0);box-shadow:0 0 0 999px rgba(15,23,42,.45)}.rhtech-mobile-panel-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--rhtech-border)}.rhtech-mobile-close{border:0;background:#f1f5f9;border-radius:50%;width:36px;height:36px;font-size:24px}.rhtech-mobile-search{padding:14px}.rhtech-mobile-search form{display:flex}.rhtech-mobile-search input{flex:1;padding:12px;border:1px solid var(--rhtech-border);border-radius:10px 0 0 10px}.rhtech-mobile-search button,.rhtech-mobile-search input[type=submit]{border:0;background:var(--rhtech-primary);padding:0 14px;border-radius:0 10px 10px 0}.rhtech-mobile-cats{padding:0 14px 30px}

/* Category trees */
.rhtech-cat-tree{list-style:none;margin:0;padding:0}.rhtech-cat-tree li{position:relative}.rhtech-cat-tree a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border-radius:9px;color:#334155;font-weight:700}.rhtech-cat-tree a:hover{background:#f1f5f9;color:#0f172a}.rhtech-cat-tree em{font-size:11px;color:#64748b;font-style:normal;background:#e2e8f0;border-radius:999px;padding:2px 7px}.rhtech-cat-tree .rhtech-cat-tree{padding-left:14px;display:none}.rhtech-cat-tree li:hover>.rhtech-cat-tree,.rhtech-mobile-panel .rhtech-cat-tree .rhtech-cat-tree{display:block}.rhtech-cat-filter{width:100%;height:38px;border:1px solid var(--rhtech-border);border-radius:10px;padding:0 12px;margin:0 0 10px;background:#fff}.rhtech-cat-hidden{display:none!important}

/* Homepage */
.rhtech-home{padding:20px 0 42px;background:radial-gradient(circle at 15% 0%,#fff6e8 0,#eef2f8 38%,#edf5ff 100%)}
.rhtech-home-hero{display:grid;grid-template-columns:285px 1fr 280px;gap:18px;align-items:stretch}.rhtech-home-categories,.rhtech-hero-banner,.rhtech-mini-ad,.rhtech-ad-tile,.rhtech-section,.rhtech-category-strip,.rhtech-filter-block,.rhtech-product-summary-card,.rhtech-product-tabs-wrap{border:1px solid var(--rhtech-border);border-radius:var(--rhtech-radius);background:#fff;box-shadow:var(--rhtech-shadow)}.rhtech-home-categories{padding:16px;max-height:520px;overflow:auto}.rhtech-home-categories h2{margin:0 0 12px;font-size:18px}.rhtech-hero-banner{min-height:360px;background:linear-gradient(135deg,#101827,#1e3a8a 56%,#f39800);background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}.rhtech-hero-copy{max-width:590px;color:#fff;padding:36px}.rhtech-kicker{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:6px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:11px}.rhtech-hero-copy h1{font-size:52px;line-height:.96;margin:18px 0 12px;letter-spacing:-.055em}.rhtech-hero-copy p{font-size:18px;opacity:.88;margin-bottom:22px}.rhtech-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 22px;font-weight:900}.rhtech-button.primary{background:var(--rhtech-primary);color:#111827}.rhtech-hero-side-ads{display:grid;grid-template-rows:1fr 1fr;gap:18px}.rhtech-mini-ad{display:flex;flex-direction:column;justify-content:flex-end;min-height:170px;padding:18px;background:linear-gradient(135deg,#111827,#1e3a8a);background-size:cover;background-position:center;color:#fff;overflow:hidden}.rhtech-mini-ad strong{font-size:22px;line-height:1.05}.rhtech-mini-ad span{color:#dbeafe;margin-top:6px}.rhtech-ad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:18px}.rhtech-ad-tile{min-height:125px;padding:18px;background:linear-gradient(135deg,#fff,#eaf2ff);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center}.rhtech-ad-tile span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--rhtech-accent);font-weight:900}.rhtech-ad-tile strong{font-size:22px;letter-spacing:-.03em}.rhtech-ad-tile em{font-style:normal;color:var(--rhtech-muted)}

/* Product rails/cards */
.rhtech-section,.rhtech-category-strip{margin-top:22px;padding:18px}.rhtech-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.rhtech-section-head h2{margin:0;font-size:24px;letter-spacing:-.035em}.rhtech-section-head p{margin:3px 0 0;color:var(--rhtech-muted)}.rhtech-rail-controls{display:flex;gap:8px}.rhtech-rail-controls button{width:36px;height:36px;border:1px solid var(--rhtech-border);background:#fff;border-radius:50%;font-size:23px;cursor:pointer}.rhtech-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.rhtech-product-rail::-webkit-scrollbar{height:8px}.rhtech-product-rail::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.rhtech-product-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:14px;position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.18s ease;scroll-snap-align:start}.rhtech-product-card:hover{box-shadow:0 12px 28px rgba(15,23,42,.14);transform:translateY(-2px)}.rhtech-card-image{height:190px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8fafc);padding:14px;position:relative}.rhtech-card-image img{max-height:162px;width:auto;object-fit:contain}.rhtech-badges{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:5px;z-index:3}.rhtech-product-summary-card>.rhtech-badges{position:static;margin-bottom:10px}.rhtech-badge{font-size:10px;font-weight:950;letter-spacing:.04em;padding:4px 7px;border-radius:999px;color:#fff;background:#334155}.rhtech-badge.sale{background:#ef4444}.rhtech-badge.featured{background:#7c3aed}.rhtech-badge.new{background:#0ea5e9}.rhtech-badge.low{background:#f97316}.rhtech-card-body{padding:13px;display:flex;flex-direction:column;gap:7px;flex:1}.rhtech-card-title{font-weight:700;line-height:1.28;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.rhtech-card-rating{min-height:18px}.star-rating{float:none;color:#f59e0b}.rhtech-card-price{font-size:20px;font-weight:950;color:#111827}.rhtech-card-price del{font-size:12px;color:#94a3b8;margin-right:5px}.rhtech-card-price ins{text-decoration:none}.rhtech-card-meta{font-size:12px}.stock.in-stock{color:#15803d;font-weight:900}.stock.out-stock,.out-of-stock{color:#dc2626;font-weight:900}.rhtech-card-actions{margin-top:auto;display:flex;gap:8px}.rhtech-card-add,.rhtech-card-actions .button{flex:1;border:0!important;background:var(--rhtech-primary)!important;color:#111827!important;border-radius:999px!important;padding:9px 10px!important;text-align:center;font-weight:900!important;font-size:12px!important;line-height:1!important}.rhtech-card-view{border:1px solid var(--rhtech-border);border-radius:999px;padding:9px 11px;font-weight:900;font-size:12px;background:#fff}.rhtech-category-pills{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.rhtech-category-pills a{display:flex;flex-direction:column;gap:3px;background:linear-gradient(135deg,#111827,#334155);color:#fff;border-radius:14px;padding:18px;min-height:92px;justify-content:flex-end}.rhtech-category-pills span{color:#cbd5e1;font-size:12px}

/* Shop archive */
.rhtech-shop-layout{display:grid;grid-template-columns:290px 1fr;gap:20px;padding-top:22px;padding-bottom:40px}.rhtech-shop-sidebar{display:flex;flex-direction:column;gap:16px}.rhtech-filter-block{padding:16px}.rhtech-filter-block h2{font-size:18px;margin:0 0 12px}.rhtech-shop-main{min-width:0}.woocommerce-breadcrumb{font-size:12px;color:#64748b;margin:0 0 10px}.rhtech-shop-header{background:#fff;border:1px solid var(--rhtech-border);border-radius:14px;padding:18px;box-shadow:var(--rhtech-shadow);margin-bottom:14px}.rhtech-shop-header h1{font-size:30px;margin:0;letter-spacing:-.04em}.rhtech-shop-toolbar{height:auto;min-height:54px;padding:10px 14px;background:#fff;border:1px solid var(--rhtech-border);border-radius:14px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.rhtech-shop-toolbar select{height:36px;border:1px solid var(--rhtech-border);border-radius:8px;padding:0 9px}.woocommerce .products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px!important;margin:0!important;padding:0!important}.woocommerce .products:before,.woocommerce .products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important;list-style:none}.rhtech-loop-card-wrap{height:100%}.rhtech-loop-card-wrap .rhtech-product-card{height:100%}.woocommerce nav.woocommerce-pagination{margin-top:24px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;justify-content:center;gap:8px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border-radius:10px;background:#fff;border:1px solid var(--rhtech-border);padding:10px 14px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--rhtech-primary);color:#111827}

/* Single product */
.rhtech-single-product-wrap{padding-top:22px;padding-bottom:42px}.rhtech-single-product{display:grid;grid-template-columns:minmax(420px,48%) 1fr;gap:22px;align-items:start}.rhtech-product-gallery-col,.rhtech-product-summary-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow);padding:18px}.woocommerce div.product div.images{float:none!important;width:100%!important;margin:0!important}.woocommerce div.product div.summary{float:none!important;width:100%!important}.rhtech-product-title{font-size:31px;line-height:1.1;margin:0 0 10px;letter-spacing:-.04em}.rhtech-single-price{font-size:32px;font-weight:950;margin:14px 0;color:#0f172a}.rhtech-single-price del{font-size:18px;color:#94a3b8}.rhtech-single-price ins{text-decoration:none}.rhtech-short-description{color:#334155;margin:12px 0}.rhtech-purchase-box{background:#f8fafc;border:1px solid var(--rhtech-border);border-radius:14px;padding:14px;margin-top:14px}.rhtech-purchase-box .cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.rhtech-purchase-box .quantity input{height:44px;border:1px solid var(--rhtech-border);border-radius:10px}.rhtech-purchase-box .single_add_to_cart_button{height:46px;border-radius:999px!important;background:var(--rhtech-primary)!important;color:#111827!important;font-weight:950!important;padding:0 28px!important}.rhtech-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.rhtech-trust-grid span{background:#ecfdf5;color:#166534;border-radius:10px;padding:10px;font-size:12px;font-weight:900;text-align:center}.rhtech-product-tabs-wrap{margin-top:22px;padding:18px;background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow)}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 16px}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:999px!important;border:1px solid var(--rhtech-border)!important;background:#f8fafc!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--rhtech-primary)!important;color:#111827!important}

/* Footer */
.rhtech-site-footer{background:#0f172a;color:#cbd5e1;margin-top:34px}.rhtech-footer-top{display:grid;grid-template-columns:320px 1fr;gap:28px;padding-top:34px;padding-bottom:34px}.rhtech-footer-brand img{max-height:56px;width:auto}.rhtech-footer-brand strong{font-size:24px;color:#fff}.rhtech-footer-brand p{color:#94a3b8}.rhtech-footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.rhtech-footer-widget h3{color:#fff;margin-top:0}.rhtech-footer-widget a{color:#dbeafe}.rhtech-footer-bottom{background:#020617;border-top:1px solid rgba(255,255,255,.08);font-size:12px}.rhtech-footer-bottom .rhtech-wide-inner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px}.rhtech-footer-bottom ul{list-style:none;margin:0;padding:0;display:flex;gap:14px}
.rhtech-page-content{padding-top:28px;padding-bottom:42px}.rhtech-post-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:14px;padding:22px;margin-bottom:18px;box-shadow:var(--rhtech-shadow)}

/* Responsive */
@media (max-width:1300px){.rhtech-home-hero{grid-template-columns:250px 1fr}.rhtech-hero-side-ads{grid-column:1 / -1;grid-template-columns:1fr 1fr;grid-template-rows:auto}.rhtech-mini-ad{min-height:130px}.woocommerce .products{grid-template-columns:repeat(4,minmax(0,1fr))}.rhtech-category-pills{grid-template-columns:repeat(4,1fr)}}
@media (max-width:1024px){.admin-bar .rhtech-site-header{top:0}.rhtech-mainbar-inner{grid-template-columns:44px 180px 1fr 116px;gap:12px;height:auto;min-height:72px}.rhtech-mobile-menu-toggle{display:block}.rhtech-branding img{max-height:46px}.rhtech-header-actions{gap:6px}.rhtech-action{width:48px;padding:0;justify-content:center}.rhtech-action b{display:none}.rhtech-navrow{display:none}.rhtech-home-hero{grid-template-columns:1fr}.rhtech-home-categories{display:none}.rhtech-hero-banner{min-height:285px}.rhtech-hero-copy h1{font-size:40px}.rhtech-ad-grid{grid-template-columns:repeat(2,1fr)}.rhtech-shop-layout{grid-template-columns:1fr}.rhtech-shop-sidebar{order:2}.woocommerce .products{grid-template-columns:repeat(3,minmax(0,1fr))}.rhtech-single-product{grid-template-columns:1fr}.rhtech-footer-top{grid-template-columns:1fr}.rhtech-footer-columns{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){.rhtech-wide-inner{padding-left:12px;padding-right:12px}.rhtech-topbar{display:none}.rhtech-mainbar-inner{grid-template-columns:40px 135px 1fr 48px}.rhtech-search-wrap{grid-column:1 / -1;order:5;margin-bottom:12px}.rhtech-search-wrap form{height:42px}.rhtech-search-wrap button,.rhtech-search-wrap input[type=submit]{padding:0 14px;font-size:12px}.rhtech-header-actions .rhtech-action:first-child{display:none}.rhtech-hero-banner{min-height:240px}.rhtech-hero-copy{padding:24px}.rhtech-hero-copy h1{font-size:34px}.rhtech-hero-copy p{font-size:15px}.rhtech-hero-side-ads{grid-template-columns:1fr}.rhtech-ad-grid{grid-template-columns:1fr}.rhtech-section-head h2{font-size:20px}.rhtech-product-rail{grid-auto-columns:72%}.rhtech-card-image{height:170px}.woocommerce .products{grid-template-columns:repeat(2,minmax(0,1fr))}.rhtech-shop-toolbar{align-items:flex-start;flex-direction:column}.rhtech-product-title{font-size:24px}.rhtech-single-price{font-size:27px}.rhtech-trust-grid{grid-template-columns:1fr}.rhtech-category-pills{grid-template-columns:1fr 1fr}.rhtech-footer-columns{grid-template-columns:1fr}.rhtech-footer-bottom .rhtech-wide-inner{flex-direction:column;align-items:flex-start;padding-top:12px;padding-bottom:12px}.rhtech-footer-bottom ul{flex-wrap:wrap}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block!important;margin:0 0 8px!important}}
@media (max-width:480px){.woocommerce .products{grid-template-columns:1fr 1fr;gap:10px!important}.rhtech-card-body{padding:10px}.rhtech-card-title{font-size:12px}.rhtech-card-price{font-size:16px}.rhtech-card-actions{flex-direction:column}.rhtech-card-view{text-align:center}.rhtech-product-rail{grid-auto-columns:82%}.rhtech-category-pills{grid-template-columns:1fr}.rhtech-mainbar-inner{grid-template-columns:40px 1fr 48px}.rhtech-branding{grid-column:2}.rhtech-header-actions{grid-column:3}.rhtech-branding img{max-width:130px}.rhtech-text-logo span{font-size:19px}.rhtech-text-logo small{display:none}}


/* Cart page - RH Tech Commerce v1.1 */
.rhtech-cart-page{padding-top:24px;padding-bottom:46px}.rhtech-cart-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.rhtech-cart-title-row h1{font-size:32px;letter-spacing:-.05em;margin:0;color:#0f172a}.rhtech-cart-title-row p{margin:4px 0 0;color:#64748b}.rhtech-cart-continue{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--rhtech-border);background:#fff;border-radius:999px;padding:0 16px;font-weight:900;box-shadow:var(--rhtech-shadow)}.rhtech-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}.rhtech-cart-list,.rhtech-order-summary-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow)}.rhtech-cart-list{padding:0;overflow:hidden}.rhtech-cart-list-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--rhtech-border);background:linear-gradient(135deg,#fff,#f8fafc)}.rhtech-cart-list-head strong{font-size:18px}.rhtech-cart-list-head span{font-size:13px;color:#64748b;font-weight:800}.rhtech-cart-item{display:grid;grid-template-columns:132px minmax(0,1fr) 260px;gap:18px;padding:20px;border-bottom:1px solid var(--rhtech-border);background:#fff}.rhtech-cart-item:last-of-type{border-bottom:0}.rhtech-cart-item-media a,.rhtech-cart-item-media{display:flex;align-items:center;justify-content:center}.rhtech-cart-item-media img{max-width:120px;max-height:120px;width:auto;height:auto;object-fit:contain}.rhtech-cart-item-title{font-weight:850;line-height:1.35;color:#0f172a}.rhtech-cart-item-title a{color:#0f172a}.rhtech-cart-item-title .variation{margin:7px 0 0;font-size:12px;color:#64748b}.rhtech-cart-item-meta{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:9px;font-size:12px;color:#64748b}.rhtech-cart-item-meta .in-stock{color:#15803d;font-weight:950}.rhtech-cart-item-links{display:flex;flex-wrap:wrap;gap:0;margin-top:12px}.rhtech-cart-item-links a{font-size:13px;font-weight:900;color:var(--rhtech-accent);padding:0 10px;border-right:1px solid var(--rhtech-border)}.rhtech-cart-item-links a:first-child{padding-left:0}.rhtech-cart-item-links a:last-child{border-right:0}.rhtech-cart-item-links .remove{font-size:13px!important;line-height:1!important;width:auto!important;height:auto!important;text-indent:0!important;color:var(--rhtech-accent)!important;background:transparent!important;border-radius:0!important}.rhtech-cart-item-controls{display:grid;grid-template-columns:1fr;gap:12px;justify-items:end;text-align:right}.rhtech-cart-price span,.rhtech-cart-subtotal span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900}.rhtech-cart-price strong,.rhtech-cart-subtotal strong{display:block;font-size:18px;color:#111827}.rhtech-cart-subtotal strong{font-size:21px}.rhtech-cart-qty .quantity{display:inline-flex;align-items:center}.rhtech-cart-qty .qty{width:76px;height:36px;border:1px solid var(--rhtech-border);border-radius:999px;text-align:center;font-weight:900}.rhtech-cart-actions-row{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:16px 20px;border-top:1px solid var(--rhtech-border);background:#f8fafc}.rhtech-cart-actions-row #coupon_code{height:40px;min-width:190px;border:1px solid var(--rhtech-border);border-radius:10px;padding:0 12px}.rhtech-outline-button,.rhtech-update-cart{height:40px!important;border-radius:999px!important;font-weight:900!important}.rhtech-outline-button{background:#fff!important;color:#0f172a!important;border:1px solid var(--rhtech-border)!important}.rhtech-update-cart{background:var(--rhtech-secondary)!important;color:#fff!important;border:0!important}.rhtech-order-summary-card{position:sticky;top:112px;padding:20px}.rhtech-order-summary-card h2{margin:0 0 14px;font-size:23px;letter-spacing:-.04em}.rhtech-order-summary-card h2 span{font-size:13px;color:#64748b;font-weight:700}.rhtech-order-summary-card dl{margin:0;padding:0 0 12px;border-bottom:1px solid var(--rhtech-border)}.rhtech-order-summary-card dl div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:7px 0;font-size:14px}.rhtech-order-summary-card dt{color:#475569}.rhtech-order-summary-card dd{margin:0;font-weight:900;text-align:right;color:#111827}.rhtech-summary-discount dd,.rhtech-summary-discount dt{color:#15803d}.rhtech-order-total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0 18px}.rhtech-order-total span{font-weight:900;color:#111827}.rhtech-order-total strong{font-size:23px;color:#111827}.rhtech-checkout-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;background:var(--rhtech-primary);color:#111827!important;border-radius:999px;font-size:16px;font-weight:950;box-shadow:0 10px 18px rgba(243,152,0,.25)}.rhtech-summary-note{font-size:12px;color:#15803d;font-weight:850;text-align:center;margin:12px 0 0}.rhtech-cart-product-rail-section{margin-top:22px}.rhtech-cart-product-rail-section .rhtech-product-rail{grid-auto-columns:220px}.woocommerce-cart .cart-collaterals{display:none}.woocommerce-cart .woocommerce-notices-wrapper{max-width:var(--rhtech-max);margin:0 auto;padding-left:20px;padding-right:20px}.woocommerce-cart .woocommerce-message,.woocommerce-cart .woocommerce-info,.woocommerce-cart .woocommerce-error{border-radius:14px;background:#fff;border:1px solid var(--rhtech-border);box-shadow:var(--rhtech-shadow);margin-top:14px}.rhtech-cart-page .woocommerce-shipping-calculator{font-size:12px}.rhtech-cart-page .blockUI.blockOverlay{border-radius:16px!important}

/* Checkout page polish */
.woocommerce-checkout .rhtech-page-content,.woocommerce-checkout main,.woocommerce-checkout .site-main{background:var(--rhtech-page-bg)}.woocommerce-checkout form.checkout{max-width:var(--rhtech-max);margin:24px auto 46px;padding:0 20px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow);padding:20px}.woocommerce-checkout #order_review_heading{grid-column:2;margin:0 0 -6px;align-self:end}.woocommerce-checkout #order_review{grid-column:2;position:sticky;top:112px}.woocommerce-checkout #customer_details{grid-column:1;grid-row:1 / span 2}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .select2-container .select2-selection--single{border:1px solid var(--rhtech-border);border-radius:10px;min-height:42px;padding:8px 11px}.woocommerce-checkout #place_order{width:100%;min-height:48px;border-radius:999px;background:var(--rhtech-primary);color:#111827;font-weight:950;border:0}

@media (max-width:1100px){.rhtech-cart-layout{grid-template-columns:1fr}.rhtech-order-summary-card{position:relative;top:auto;order:-1}.rhtech-cart-item{grid-template-columns:116px minmax(0,1fr) 210px}.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto;position:relative;top:auto}}
@media (max-width:760px){.rhtech-cart-title-row{align-items:flex-start;flex-direction:column}.rhtech-cart-layout{gap:14px}.rhtech-cart-item{grid-template-columns:90px minmax(0,1fr);gap:12px;padding:15px}.rhtech-cart-item-controls{grid-column:1 / -1;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:start;text-align:left;background:#f8fafc;border-radius:12px;padding:12px}.rhtech-cart-subtotal{text-align:right;justify-self:end}.rhtech-cart-item-media img{max-width:86px;max-height:86px}.rhtech-cart-actions-row{align-items:stretch;flex-direction:column}.rhtech-cart-actions-row #coupon_code{width:100%;min-width:0}.rhtech-cart-product-rail-section .rhtech-product-rail{grid-auto-columns:72%}.rhtech-order-summary-card{padding:16px}.woocommerce-checkout form.checkout{padding:0 12px}}
@media (max-width:480px){.rhtech-cart-item-controls{grid-template-columns:1fr;gap:9px}.rhtech-cart-subtotal{text-align:left;justify-self:start}.rhtech-cart-product-rail-section .rhtech-product-rail{grid-auto-columns:82%}}

/* Standard pages and forced WooCommerce pages */
.rhtech-standard-page{padding-top:24px;padding-bottom:48px}.rhtech-page-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow);padding:24px}.rhtech-page-header h1{margin:0 0 18px;font-size:32px;letter-spacing:-.05em}.rhtech-entry-content:after{content:"";display:table;clear:both}.rhtech-checkout-shell{padding-top:1px}.rhtech-empty-cart-page{padding-top:24px;padding-bottom:46px}.rhtech-empty-cart-page .cart-empty,.rhtech-empty-cart-page .return-to-shop{max-width:760px;margin-left:auto;margin-right:auto;background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow);padding:22px}.rhtech-empty-cart-page .return-to-shop{text-align:center;margin-top:14px}.rhtech-empty-cart-page .return-to-shop .button{border-radius:999px!important;background:var(--rhtech-primary)!important;color:#111827!important;font-weight:950!important;padding:13px 24px!important}


/* RH Tech Commerce v1.1.2 - Cart desktop alignment fix.
   Keeps price, quantity and subtotal in proper columns so currency values do not wrap. */
@media (min-width: 761px) {
  .rhtech-cart-item {
    grid-template-columns: 132px minmax(0, 1fr) 420px;
    align-items: start;
  }

  .rhtech-cart-item-controls {
    display: grid;
    grid-template-columns: minmax(95px, 1fr) 96px minmax(105px, 1fr);
    gap: 18px;
    align-items: start;
    justify-items: stretch;
    text-align: left;
  }

  .rhtech-cart-price {
    text-align: right;
  }

  .rhtech-cart-qty {
    text-align: center;
    padding-top: 24px;
  }

  .rhtech-cart-subtotal {
    text-align: right;
  }

  .rhtech-cart-price span,
  .rhtech-cart-subtotal span,
  .rhtech-cart-price strong,
  .rhtech-cart-subtotal strong,
  .rhtech-cart-price .amount,
  .rhtech-cart-subtotal .amount,
  .rhtech-cart-price .woocommerce-Price-amount,
  .rhtech-cart-subtotal .woocommerce-Price-amount {
    white-space: nowrap;
  }

  .rhtech-cart-qty .quantity {
    display: flex;
    justify-content: center;
  }

  .rhtech-cart-qty .qty {
    width: 78px;
    max-width: 78px;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .rhtech-cart-item {
    grid-template-columns: 116px minmax(0, 1fr) 350px;
  }

  .rhtech-cart-item-controls {
    grid-template-columns: minmax(82px, 1fr) 82px minmax(95px, 1fr);
    gap: 12px;
  }
}


/* RH Tech Commerce v1.1.3 - refined cart price/quantity/subtotal layout */
@media (min-width: 761px) {
  .rhtech-cart-item {
    grid-template-columns: 132px minmax(360px, 1fr) 460px;
    align-items: stretch;
    gap: 20px;
  }

  .rhtech-cart-item-main {
    min-width: 0;
  }

  .rhtech-cart-item-controls {
    display: grid;
    grid-template-columns: 132px 92px 150px;
    gap: 22px;
    align-items: center;
    justify-content: end;
    justify-items: stretch;
    text-align: right;
    align-self: center;
    min-width: 0;
  }

  .rhtech-cart-price,
  .rhtech-cart-subtotal {
    min-width: 0;
  }

  .rhtech-cart-price span,
  .rhtech-cart-subtotal span {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .rhtech-cart-price strong,
  .rhtech-cart-subtotal strong,
  .rhtech-cart-money {
    display: inline-flex !important;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0;
    max-width: 100%;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.02em;
    line-height: 1.15;
    white-space: nowrap !important;
    font-variant-numeric: tabular-nums;
  }

  .rhtech-cart-subtotal strong,
  .rhtech-cart-money-subtotal {
    font-size: 20px;
  }

  .rhtech-cart-price .woocommerce-Price-amount,
  .rhtech-cart-subtotal .woocommerce-Price-amount,
  .rhtech-cart-price .amount,
  .rhtech-cart-subtotal .amount,
  .rhtech-cart-price bdi,
  .rhtech-cart-subtotal bdi,
  .rhtech-cart-price .woocommerce-Price-currencySymbol,
  .rhtech-cart-subtotal .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
    line-height: inherit !important;
  }

  .rhtech-cart-price .woocommerce-Price-currencySymbol,
  .rhtech-cart-subtotal .woocommerce-Price-currencySymbol {
    margin-right: 3px;
    font-size: .82em;
    font-weight: 950;
    vertical-align: baseline;
  }

  .rhtech-cart-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
  }

  .rhtech-cart-qty .quantity,
  .rhtech-cart-qty .quantity input.qty {
    margin: 0 !important;
  }

  .rhtech-cart-qty .qty {
    width: 74px;
    max-width: 74px;
    height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
    text-align: center;
  }
}

@media (min-width: 761px) and (max-width: 1280px) {
  .rhtech-cart-item {
    grid-template-columns: 116px minmax(280px, 1fr) 390px;
  }

  .rhtech-cart-item-controls {
    grid-template-columns: 112px 78px 132px;
    gap: 16px;
  }

  .rhtech-cart-price strong,
  .rhtech-cart-subtotal strong,
  .rhtech-cart-money {
    font-size: 16px;
  }

  .rhtech-cart-subtotal strong,
  .rhtech-cart-money-subtotal {
    font-size: 18px;
  }

  .rhtech-cart-qty .qty {
    width: 66px;
    max-width: 66px;
  }
}

@media (max-width: 760px) {
  .rhtech-cart-item-controls {
    grid-template-columns: 1fr 92px 1fr;
  }

  .rhtech-cart-price strong,
  .rhtech-cart-subtotal strong,
  .rhtech-cart-money,
  .rhtech-cart-price .woocommerce-Price-amount,
  .rhtech-cart-subtotal .woocommerce-Price-amount,
  .rhtech-cart-price bdi,
  .rhtech-cart-subtotal bdi,
  .rhtech-cart-price .woocommerce-Price-currencySymbol,
  .rhtech-cart-subtotal .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
  }
}


/* RH Tech Commerce v1.1.5 - three-column desktop product page */
.rhtech-single-product-v2{padding-top:22px;padding-bottom:42px}
.rhtech-product-three-col{display:grid;grid-template-columns:minmax(360px,38%) minmax(360px,1fr) minmax(290px,340px);gap:20px;align-items:start}
.rhtech-product-media-panel,.rhtech-product-info-card,.rhtech-buy-card{background:#fff;border:1px solid var(--rhtech-border);border-radius:16px;box-shadow:var(--rhtech-shadow)}
.rhtech-product-media-panel{padding:18px;min-height:520px;display:flex;align-items:center;justify-content:center}
.rhtech-product-media-panel .woocommerce-product-gallery{width:100%!important;max-width:760px;margin:0!important}
.rhtech-product-media-panel .woocommerce-product-gallery__image img{max-height:560px;object-fit:contain;width:100%;height:auto}
.rhtech-product-info-card{padding:18px 20px}
.rhtech-product-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px;color:#64748b;font-size:12px;font-weight:800}
.rhtech-product-cats a{color:var(--rhtech-accent);text-decoration:none;font-weight:950}.rhtech-product-cats a:hover{text-decoration:underline}.rhtech-product-sku{color:#64748b}
.rhtech-product-info-card .rhtech-badges{margin:0 0 10px}.rhtech-product-info-card .rhtech-product-title{font-size:28px;line-height:1.12;margin:0 0 12px;letter-spacing:-.045em;color:#071126}
.rhtech-product-review-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--rhtech-border);padding-bottom:13px;margin-bottom:14px}.rhtech-product-review-row .woocommerce-product-rating{margin:0!important}.rhtech-review-link{font-size:13px;font-weight:900;color:#0057b8;text-decoration:none}.rhtech-review-link:hover{text-decoration:underline}
.rhtech-key-details-box{background:#f8fafc;border:1px solid #e5eaf2;border-radius:14px;padding:14px 16px;margin:0 0 14px}.rhtech-key-details-box h2,.rhtech-spec-preview h2{font-size:15px;margin:0 0 10px;color:#111827;letter-spacing:-.02em}.rhtech-visible-summary{font-size:14px;line-height:1.5;color:#334155;margin:0}.rhtech-visible-summary p{margin:0 0 9px}.rhtech-visible-summary ul{margin:0 0 0 18px;padding:0}.rhtech-visible-summary li{margin-bottom:6px}
.rhtech-spec-preview{border:1px solid #e5eaf2;border-radius:14px;padding:14px 16px;background:#fff;margin-bottom:14px}.rhtech-spec-preview dl{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin:0}.rhtech-spec-preview div{min-width:0;border-bottom:1px dashed #e5eaf2;padding-bottom:7px}.rhtech-spec-preview dt{font-size:11px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.rhtech-spec-preview dd{font-size:13px;font-weight:800;color:#111827;margin:2px 0 0;overflow-wrap:anywhere}.rhtech-product-meta-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rhtech-product-meta-strip span{background:#ecfdf5;color:#166534;border-radius:10px;padding:10px;font-size:12px;font-weight:900;text-align:center}
.rhtech-product-buy-col{position:relative}.rhtech-buy-card{padding:18px;position:sticky;top:112px}.rhtech-buy-price{font-size:38px;font-weight:950;line-height:1.05;letter-spacing:-.05em;color:#0f172a;margin-bottom:8px}.rhtech-buy-price .price{display:block}.rhtech-buy-price del{font-size:17px;color:#94a3b8;font-weight:800;margin-left:6px}.rhtech-buy-price ins{text-decoration:none}.rhtech-buy-saving{display:inline-flex;align-items:center;background:#dc2626;color:#fff;border-radius:5px;font-size:12px;font-weight:950;padding:4px 7px;margin:0 0 10px}.rhtech-buy-saving .woocommerce-Price-amount{color:#fff}.rhtech-buy-stock{font-size:14px;font-weight:900;margin:8px 0 12px}.rhtech-buy-stock .stock{margin:0!important;color:#15803d}.rhtech-delivery-note{display:flex;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e5eaf2;border-radius:12px;padding:11px 12px;font-size:13px;color:#475569;margin-bottom:14px}.rhtech-delivery-note strong{color:#0f172a}.rhtech-delivery-note span{text-align:right;font-weight:900}.rhtech-buy-form{background:transparent;border:0;border-radius:0;padding:0;margin:0 0 14px}.rhtech-buy-form .cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.rhtech-buy-form .quantity input{height:46px;min-width:64px;border:1px solid var(--rhtech-border);border-radius:999px;text-align:center;font-weight:900}.rhtech-buy-form .single_add_to_cart_button{flex:1;min-width:170px;height:48px;border-radius:999px!important;background:var(--rhtech-primary)!important;color:#111827!important;font-weight:950!important;padding:0 24px!important}.rhtech-buy-help{display:grid;gap:7px;padding-top:14px;border-top:1px solid var(--rhtech-border);font-size:12px;font-weight:800;color:#166534}.rhtech-product-share-meta{margin-top:14px;padding-top:14px;border-top:1px solid var(--rhtech-border);font-size:12px;color:#64748b}.rhtech-product-share-meta a{color:#0057b8;text-decoration:none}.rhtech-product-share-meta a:hover{text-decoration:underline}
.rhtech-single-product-v2 .rhtech-product-tabs-wrap{margin-top:22px}.rhtech-single-product-v2 .rhtech-product-gallery-col,.rhtech-single-product-v2 .rhtech-product-summary-card{padding:18px}
@media (max-width:1180px){.rhtech-product-three-col{grid-template-columns:minmax(330px,44%) minmax(0,1fr);}.rhtech-product-buy-col{grid-column:1 / -1}.rhtech-buy-card{position:static;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.rhtech-buy-form,.rhtech-buy-help,.rhtech-product-share-meta{grid-column:1 / -1}.rhtech-buy-price{font-size:34px}}
@media (max-width:760px){.rhtech-product-three-col{grid-template-columns:1fr;gap:14px}.rhtech-product-media-panel{min-height:auto;padding:12px}.rhtech-product-media-panel .woocommerce-product-gallery__image img{max-height:420px}.rhtech-product-info-card .rhtech-product-title{font-size:24px}.rhtech-spec-preview dl{grid-template-columns:1fr}.rhtech-product-meta-strip{grid-template-columns:1fr}.rhtech-buy-card{display:block;padding:16px}.rhtech-buy-price{font-size:32px}.rhtech-delivery-note{display:block}.rhtech-delivery-note span{display:block;text-align:left;margin-top:2px}.rhtech-buy-form .cart{display:grid;grid-template-columns:78px 1fr}.rhtech-buy-form .single_add_to_cart_button{min-width:0;width:100%;padding:0 12px!important}.rhtech-product-review-row{align-items:flex-start}}
