
/* HS SOLID FUELS PREMIUM UI - OpenCart 3.x overlay
   Preserves OpenCart core functionality and payment/shipping extensions.
*/
:root{
  --hs-green:#10261e;
  --hs-green-2:#1b3429;
  --hs-paper:#f6f2e9;
  --hs-paper-2:#eee9df;
  --hs-gold:#ce9042;
  --hs-gold-2:#e2ae67;
  --hs-ink:#17221d;
  --hs-muted:#6d7771;
  --hs-line:#ddd8cd;
  --hs-white:#fff;
  --hs-danger:#a7423f;
  --hs-shadow:0 18px 48px rgba(10,28,20,.12);
}
html{scroll-behavior:smooth}
body{
  background:var(--hs-paper);
  color:var(--hs-ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.5;
  font-size:14px;
}
a{color:var(--hs-green);transition:.18s ease}
a:hover,a:focus{color:var(--hs-gold);text-decoration:none}
h1,h2,h3,h4,.hs-serif{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
  color:var(--hs-ink);
}
h1{font-size:42px}
h2{font-size:34px}
hr{border-color:var(--hs-line)}
.container{max-width:1210px}
.breadcrumb{
  background:transparent;
  padding:19px 0 8px;
  margin:0 0 14px;
  font-size:12px;
  color:#7a837e;
}
.breadcrumb>li+li:before{color:#a6ada9}
.breadcrumb a{color:#7a837e}
.form-control{
  border:1px solid var(--hs-line);
  box-shadow:none;
  border-radius:9px;
  min-height:42px;
  background:#fff;
}
.form-control:focus{
  border-color:#95a49d;
  box-shadow:0 0 0 3px rgba(16,38,30,.07);
}
.btn{
  border-radius:9px;
  font-weight:800;
  padding:10px 15px;
  border-width:1px;
}
.btn-primary{
  background:var(--hs-green);
  border-color:var(--hs-green);
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
  background:var(--hs-gold)!important;
  border-color:var(--hs-gold)!important;
  color:#172019!important;
}
.btn-default{
  background:#fff;
  border-color:var(--hs-line);
  color:var(--hs-green);
}
.btn-danger{background:var(--hs-danger);border-color:var(--hs-danger)}
.alert{border-radius:10px}
.panel,.well{
  border:1px solid var(--hs-line);
  box-shadow:none;
  border-radius:14px;
  background:#fff;
}
.panel-heading{
  border-radius:14px 14px 0 0;
  background:#fff!important;
  border-bottom:1px solid var(--hs-line)!important;
  padding:16px 18px;
}
.panel-title{font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:15px}

/* TOP PROMO */
.hs-promo{
  width:100%;
  background:#091711;
  color:#e9efec;
  min-height:36px;
  padding:9px 18px;
  text-align:center;
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
}
.hs-promo a{color:#fff}

/* HEADER */
#top{display:none!important}
.hs-header{
  background:rgba(246,242,233,.97);
  border-bottom:1px solid var(--hs-line);
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(10px);
}
.hs-header-inner{
  min-height:80px;
  display:flex;
  align-items:center;
  gap:22px;
}
.hs-brand-wrap{min-width:235px}
.hs-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.hs-logo-mark{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:50%;
  background:var(--hs-green);
  color:#fff;
  display:grid;
  place-items:center;
  font:900 20px Georgia,serif;
}
.hs-brand-name{
  font-weight:900;
  letter-spacing:.06em;
  color:var(--hs-green);
  font-size:15px;
  line-height:1.15;
}
.hs-brand-tag{
  color:var(--hs-muted);
  font-size:11px;
  margin-top:3px;
}
.hs-header-search{margin-left:auto;max-width:360px;flex:1}
.hs-header-search #search{margin-bottom:0}
.hs-header-search #search .form-control{
  border-radius:999px 0 0 999px;
  height:43px;
}
.hs-header-search #search .btn{
  border-radius:0 999px 999px 0;
  height:43px;
  background:var(--hs-green);
  color:#fff;
  border-color:var(--hs-green);
}
.hs-account{
  position:relative;
  white-space:nowrap;
}
.hs-account>a{
  font-weight:800;
  font-size:13px;
  padding:10px 3px;
  display:block;
}
.hs-cart-wrap{min-width:145px}
.hs-cart-wrap #cart{margin-bottom:0}
.hs-cart-wrap #cart>.btn{
  width:100%;
  border:0;
  border-radius:999px;
  background:var(--hs-green);
  color:#fff;
  min-height:43px;
}
.hs-cart-wrap #cart>.btn:hover{background:var(--hs-gold);color:#172019}
.hs-cart-wrap .dropdown-menu{
  border:1px solid var(--hs-line);
  border-radius:12px;
  box-shadow:var(--hs-shadow);
}

/* OC menu */
.hs-menu-wrap{
  background:#fff;
  border-bottom:1px solid var(--hs-line);
}
.hs-menu-wrap #menu{
  background:#fff;
  border:0;
  border-radius:0;
  min-height:46px;
  margin:0 auto;
  max-width:1210px;
}
.hs-menu-wrap #menu .nav>li>a{
  color:var(--hs-green);
  text-shadow:none;
  font-weight:800;
  padding:14px 15px;
  font-size:13px;
}
.hs-menu-wrap #menu .nav>li>a:hover,
.hs-menu-wrap #menu .nav>li.open>a{
  background:#f1ede4;
  color:var(--hs-gold);
}
.hs-menu-wrap #menu .dropdown-menu{
  border:1px solid var(--hs-line);
  box-shadow:var(--hs-shadow);
  border-radius:0 0 12px 12px;
  padding:12px;
}
.hs-menu-wrap #menu .dropdown-inner a{
  min-width:190px;
  color:var(--hs-green);
  padding:7px 10px;
}
.hs-menu-wrap #menu .see-all{
  color:var(--hs-gold);
  border-top:1px solid var(--hs-line);
  margin-top:8px;
  padding-top:10px;
}

/* FULL WIDTH HOME */
#common-home.container{max-width:none;width:100%;padding:0}
.hs-home-shell{overflow:hidden}
.hs-home{
  width:100%;
  overflow:hidden;
}
.hs-kicker{
  font-size:11px;
  font-weight:900;
  letter-spacing:.17em;
  color:var(--hs-gold-2);
}
.hs-hero{
  width:100%;
  background:var(--hs-green);
  color:#fff;
}
.hs-hero-inner{
  width:min(1240px,calc(100% - 30px));
  min-height:650px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
}
.hs-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px 50px 70px 0;
}
.hs-hero h1{
  color:#fff;
  font-size:clamp(52px,6vw,86px);
  line-height:.94;
  letter-spacing:-.05em;
  margin:16px 0 22px;
}
.hs-hero-copy>p{
  color:#d4dfd9;
  font-size:18px;
  max-width:620px;
}
.hs-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.hs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:45px;
  border-radius:9px;
  padding:12px 18px;
  font-weight:900;
}
.hs-btn-gold{background:var(--hs-gold);color:#172019}
.hs-btn-outline{border:1px solid rgba(255,255,255,.34);color:#fff}
.hs-btn-dark{background:var(--hs-green);color:#fff}
.hs-hero-products{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
  padding:42px 0 42px 30px;
}
.hs-hero-card{
  background:#fff;
  border-radius:18px;
  position:relative;
  overflow:hidden;
  min-height:250px;
}
.hs-hero-card:first-child{grid-row:1/3}
.hs-hero-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:24px;
}
.hs-hero-tag{
  position:absolute;
  left:16px;
  bottom:16px;
  background:rgba(16,38,30,.92);
  color:#fff;
  border-radius:8px;
  padding:8px 11px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.hs-servicebar{
  width:min(1180px,calc(100% - 30px));
  margin:-34px auto 0;
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border-radius:15px;
  box-shadow:var(--hs-shadow);
  overflow:hidden;
}
.hs-servicebar>div{
  padding:19px;
  border-right:1px solid var(--hs-line);
}
.hs-servicebar>div:last-child{border:0}
.hs-servicebar b{display:block;font-size:14px}
.hs-servicebar span{font-size:12px;color:var(--hs-muted)}
.hs-section{padding:78px 0}
.hs-section.alt{background:var(--hs-paper-2)}
.hs-wrap{width:min(1180px,calc(100% - 30px));margin:auto}
.hs-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:28px;
}
.hs-section h2{
  font-size:clamp(36px,4vw,53px);
  line-height:1.02;
  margin:8px 0;
}
.hs-lead{color:var(--hs-muted);max-width:700px}
.hs-category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.hs-category-card{
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:16px;
  overflow:hidden;
  min-height:230px;
  transition:.2s ease;
}
.hs-category-card:hover{transform:translateY(-3px);box-shadow:var(--hs-shadow)}
.hs-category-image{
  height:155px;
  background:linear-gradient(145deg,#8d7454,#21392e);
  overflow:hidden;
}
.hs-category-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hs-category-copy{padding:18px}
.hs-category-copy strong{
  display:block;
  font:700 20px Georgia,serif;
  color:var(--hs-ink);
}
.hs-category-copy span{font-size:12px;color:var(--hs-muted)}
.hs-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.hs-feature-product{
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:16px;
  overflow:hidden;
  transition:.2s ease;
}
.hs-feature-product:hover{transform:translateY(-3px);box-shadow:var(--hs-shadow)}
.hs-feature-image{height:280px;border-bottom:1px solid #eee;background:#fff}
.hs-feature-image img{width:100%;height:100%;object-fit:contain;padding:18px}
.hs-feature-copy{padding:18px}
.hs-feature-copy h3{font-size:20px;margin:7px 0}
.hs-feature-meta{
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  color:#9a6730;
}
.hs-feature-copy p{font-size:13px;color:var(--hs-muted);min-height:38px}
.hs-feature-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:15px}
.hs-feature-price{font-size:17px;font-weight:900}
.hs-trade{
  background:#172f25;
  color:#fff;
}
.hs-trade h2{color:#fff}
.hs-trade p{color:#eef4f0;font-weight:500}
.hs-trade-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:center;
}
.hs-delivery-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}
.hs-delivery-stats>div{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  padding:20px;
}
.hs-delivery-stats b{
  display:block;
  font:700 27px Georgia,serif;
  color:var(--hs-gold-2);
}
.hs-delivery-stats span{font-size:13px;color:#f3f7f5;font-weight:600}
.hs-hot{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--hs-shadow);
}
.hs-hot-image{min-height:500px;background:#ddd;overflow:hidden}
.hs-hot-image img{width:100%;height:100%;object-fit:cover}
.hs-hot-copy{padding:55px;align-self:center}
.hs-hot-copy h2{font-size:48px}
.hs-pills{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}
.hs-pill{
  background:#eee7da;
  border-radius:999px;
  padding:7px 10px;
  font-size:11px;
  font-weight:800;
}

/* CATEGORY - style stock OC3 markup into premium grid */
#product-category{padding-bottom:55px}
#product-category #content>h2{
  font-size:46px;
  margin:8px 0 15px;
}
#product-category #content>h3{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:900;
}
#product-category #content>h3 + .row ul{
  list-style:none;
  padding:0;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
#product-category #content>h3 + .row li{display:inline-block}
#product-category #content>h3 + .row li a{
  display:block;
  padding:9px 13px;
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:999px;
  font-weight:800;
  font-size:12px;
}
#product-category .product-layout{
  width:33.333333%;
  float:left;
  padding:0 8px;
  margin-bottom:16px;
}
#product-category .product-thumb{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:520px;
  border:1px solid var(--hs-line);
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  transition:.2s ease;
}
#product-category .product-thumb:hover{transform:translateY(-3px);box-shadow:var(--hs-shadow)}
#product-category .product-thumb .image{
  float:none!important;
  width:100%!important;
  height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid #eee;
  background:#fff;
}
#product-category .product-thumb .image img{
  max-width:100%;
  max-height:270px;
  object-fit:contain;
  padding:15px;
  margin:auto;
}
#product-category .product-thumb>div:not(.image){
  display:flex;
  flex-direction:column;
  flex:1;
}
#product-category .product-thumb .caption{
  min-height:0!important;
  padding:18px;
  flex:1;
}
#product-category .product-thumb h4{
  font-size:20px;
  margin:5px 0 8px;
}
#product-category .product-thumb .caption>p:not(.price){color:var(--hs-muted);font-size:13px}
#product-category .product-thumb .price{
  color:var(--hs-ink);
  font-weight:900;
  font-size:17px;
}
#product-category .product-thumb .price-tax{display:block;font-size:11px;color:var(--hs-muted);font-weight:400}
#product-category .product-thumb .button-group{
  position:static;
  display:flex;
  border-top:1px solid var(--hs-line);
  background:#fff;
}
#product-category .product-thumb .button-group button{
  border:0;
  border-right:1px solid var(--hs-line);
  background:#fff;
  color:var(--hs-green);
  min-height:46px;
}
#product-category .product-thumb .button-group button:first-child{
  flex:1;
  background:var(--hs-green);
  color:#fff;
}
#product-category .product-thumb .button-group button:first-child:hover{
  background:var(--hs-gold);
  color:#172019;
}
#product-category #list-view,#product-category #grid-view{display:none}
#product-category #compare-total{font-weight:700;color:var(--hs-muted)}

/* PRODUCT - stock template, premium skin */
#product-product{padding-bottom:70px}
#product-product #content>.row{
  display:flex;
  align-items:flex-start;
}
#product-product #content>.row>div:first-child{
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:18px;
  padding:18px;
}
#product-product .thumbnails{overflow:visible}
#product-product .thumbnails>li:first-child{
  width:100%;
  margin-bottom:12px;
}
#product-product .thumbnails .thumbnail{
  border:0;
  box-shadow:none;
  border-radius:12px;
  margin-bottom:0;
}
#product-product .thumbnails>li:first-child img{
  max-height:530px;
  object-fit:contain;
  margin:auto;
}
#product-product .image-additional{margin-left:8px}
#product-product #content>.row>div:last-child{
  padding-left:35px;
}
#product-product h1{
  font-size:48px;
  line-height:1.03;
  margin:10px 0 16px;
}
#product-product h2{font-size:31px;color:var(--hs-green)}
#product-product #product{
  margin-top:20px;
  border-top:1px solid var(--hs-line);
  padding-top:8px;
}
#product-product #product h3{
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
#product-product #product .form-group{margin-bottom:14px}
#product-product #product .radio label,
#product-product #product .checkbox label{
  width:100%;
  padding:12px 13px 12px 34px;
  border:1px solid var(--hs-line);
  background:#fff;
  border-radius:9px;
  min-height:46px;
}
#product-product #product select{min-height:46px}
#product-product #button-cart{
  background:var(--hs-gold);
  border-color:var(--hs-gold);
  color:#172019;
  border-radius:9px;
  font-weight:900;
  min-height:50px;
}
#product-product .nav-tabs{
  margin-top:22px;
  border-bottom:1px solid var(--hs-line);
}
#product-product .nav-tabs>li>a{
  border:0!important;
  background:transparent!important;
  color:var(--hs-muted);
  font-weight:800;
}
#product-product .nav-tabs>li.active>a{
  color:var(--hs-green);
  border-bottom:3px solid var(--hs-gold)!important;
}
#product-product .tab-content{padding:20px 4px}
#product-product #tab-specification table{
  border:0;
}
#product-product #tab-specification td{
  border:0;
  border-bottom:1px solid var(--hs-line);
  padding:11px 8px;
}

/* CART */
#checkout-cart{padding-bottom:65px}
#checkout-cart h1{font-size:46px}
#checkout-cart .table-responsive{
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:15px;
  padding:8px;
}
#checkout-cart .table-bordered{border:0;margin:0}
#checkout-cart .table-bordered>thead>tr>td{
  border:0;
  border-bottom:1px solid var(--hs-line);
  font-weight:900;
  color:var(--hs-muted);
  font-size:11px;
  text-transform:uppercase;
}
#checkout-cart .table-bordered>tbody>tr>td{
  border:0;
  border-bottom:1px solid #eee;
  vertical-align:middle;
}
#checkout-cart .img-thumbnail{
  border:0;
  max-width:85px;
}
#checkout-cart #content>.row .table-bordered{
  background:#fff;
  border:1px solid var(--hs-line);
  border-radius:12px;
}

/* CHECKOUT */
#checkout-checkout{padding-bottom:70px;max-width:1000px}
#checkout-checkout h1{font-size:46px}
#checkout-checkout #accordion>.panel{
  overflow:hidden;
  margin-bottom:10px;
}
#checkout-checkout #accordion .panel-title a{
  display:block;
  color:var(--hs-green);
}
#checkout-checkout .panel-body{padding:22px}
#checkout-checkout label{font-weight:700}

/* ACCOUNT / INFORMATION / CONTACT */
#account-login,#account-register,#account-account,
#information-information,#information-contact,
#account-return,#account-order,#account-wishlist{
  padding-bottom:70px;
}
#account-login h1,#account-register h1,#information-information h1,#information-contact h1{
  font-size:44px;
}
#account-login .well{
  min-height:300px;
  padding:26px;
}
#information-information #content{
  font-size:15px;
}
#information-information #content h2{
  margin-top:30px;
  font-size:28px;
}
#information-information #content ul{padding-left:20px}
#information-information #content li{margin-bottom:7px}

/* FOOTER */
.hs-footer{
  margin-top:55px;
  background:#0b1812;
  color:#bdc9c2;
  padding:52px 0 22px;
}
.hs-footer h5{
  color:#fff;
  font-size:14px;
  font-weight:900;
  margin:0 0 12px;
}
.hs-footer a{color:#bdc9c2}
.hs-footer a:hover{color:var(--hs-gold)}
.hs-footer .list-unstyled li{margin:7px 0}
.hs-footer-brand{
  color:#fff;
  font:700 22px Georgia,serif;
  margin-bottom:10px;
}
.hs-footer-tagline{max-width:320px;font-size:13px}
.hs-footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:35px;
  padding-top:18px;
  font-size:11px;
  color:#87958e;
}

/* MOBILE */
@media(max-width:991px){
  .hs-header-inner{flex-wrap:wrap;min-height:72px;padding:10px 0}
  .hs-brand-wrap{min-width:200px}
  .hs-header-search{order:3;max-width:none;flex:0 0 100%}
  .hs-account{margin-left:auto}
  .hs-menu-wrap #menu{margin-bottom:0}
  .hs-hero-inner{grid-template-columns:1fr;min-height:auto}
  .hs-hero-copy{padding:60px 0 28px}
  .hs-hero-products{padding:12px 0 52px;min-height:430px}
  .hs-servicebar{grid-template-columns:1fr 1fr}
  .hs-category-grid{grid-template-columns:1fr 1fr}
  .hs-feature-grid{grid-template-columns:1fr 1fr}
  .hs-trade-grid,.hs-hot{grid-template-columns:1fr}
  .hs-hot-image{min-height:390px}
  #product-category .product-layout{width:50%}
  #product-product #content>.row{display:block}
  #product-product #content>.row>div:last-child{padding-left:15px;margin-top:20px}
}
@media(max-width:767px){
  h1{font-size:36px}
  .container{width:100%}
  .hs-promo{font-size:9px;padding:8px 10px}
  .hs-header{position:relative}
  .hs-header-inner{width:calc(100% - 20px)}
  .hs-brand-wrap{min-width:0;flex:1}
  .hs-brand-name{font-size:13px}
  .hs-brand-tag{display:none}
  .hs-account{display:none}
  .hs-cart-wrap{min-width:125px}
  .hs-menu-wrap #menu{border-radius:0}
  .hs-menu-wrap #menu .navbar-header{background:var(--hs-green)}
  .hs-menu-wrap #menu .navbar-header .btn-navbar{background:transparent;border:0}
  .hs-menu-wrap #menu .navbar-collapse{background:#fff}
  .hs-hero-copy{padding:48px 0 20px}
  .hs-hero h1{font-size:47px}
  .hs-hero-copy>p{font-size:16px}
  .hs-hero-products{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    min-height:310px;
    gap:8px;
    padding:10px 0 42px;
  }
  .hs-hero-card{min-height:145px}
  .hs-hero-card:first-child{grid-row:auto;grid-column:1/-1;min-height:210px}
  .hs-hero-card img{padding:10px}
  .hs-servicebar{margin-top:-24px}
  .hs-servicebar>div{padding:14px}
  .hs-section{padding:58px 0}
  .hs-section-head{align-items:flex-start;flex-direction:column}
  .hs-category-grid{gap:10px}
  .hs-category-image{height:115px}
  .hs-category-copy{padding:13px}
  .hs-category-copy strong{font-size:16px}
  .hs-feature-grid{grid-template-columns:1fr}
  .hs-feature-image{height:260px}
  .hs-hot-copy{padding:32px 22px}
  .hs-hot-copy h2{font-size:38px}
  .hs-delivery-stats{grid-template-columns:1fr 1fr}
  #product-category #content>h2{font-size:38px}
  #product-category .product-layout{width:100%;float:none}
  #product-category .product-thumb{min-height:0}
  #product-category .product-thumb .image{height:255px}
  #product-product h1{font-size:38px}
  #product-product #content>.row>div:first-child{border-radius:12px}
  #checkout-cart h1,#checkout-checkout h1{font-size:38px}
  .hs-footer .row>div{margin-bottom:25px}
}
@media(max-width:480px){
  .hs-logo-mark{width:40px;height:40px;flex-basis:40px}
  .hs-cart-wrap{min-width:112px}
  .hs-servicebar{grid-template-columns:1fr 1fr}
  .hs-servicebar b{font-size:12px}
  .hs-servicebar span{font-size:10px}
  .hs-category-grid{grid-template-columns:1fr 1fr}
  .hs-delivery-stats{grid-template-columns:1fr}
}


/* ===== v2 CURATED NAVIGATION ===== */
.hs-curated-menu{margin:0!important;border:0!important;background:#fff!important;min-height:48px}
.hs-curated-menu>.container{max-width:1210px}
.hs-curated-menu .nav>li>a{color:var(--hs-green)!important;background:transparent!important;font-weight:900!important;font-size:13px;padding:15px 16px!important}
.hs-curated-menu .nav>li>a:hover{color:var(--hs-gold)!important;background:#f2eee6!important}
.hs-curated-menu .hs-mega-menu{min-width:470px;padding:18px;border:1px solid var(--hs-line);border-radius:0 0 14px 14px;box-shadow:var(--hs-shadow);grid-template-columns:1fr 1fr;gap:18px}
.hs-curated-menu li.open>.hs-mega-menu{display:grid}
.hs-curated-menu .hs-mega-menu-small{min-width:280px;grid-template-columns:1fr}
.hs-menu-column strong{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#8d6a40;padding:5px 9px 9px}
.hs-menu-column a{display:block;padding:8px 9px;border-radius:7px;font-size:13px;font-weight:700;color:var(--hs-green)}
.hs-menu-column a:hover{background:#f2eee6;color:var(--hs-gold)}

/* ===== v2 PREMIUM CATEGORY TEMPLATE ===== */
.hs-category-page{padding-bottom:70px}
.hs-category-page #content{min-height:500px}
.hs-category-hero{display:grid;grid-template-columns:1fr;min-height:245px;background:var(--hs-green);color:#fff;border-radius:20px;overflow:hidden;margin-bottom:22px}
.hs-category-hero.has-image{grid-template-columns:1.35fr .65fr}
.hs-category-hero-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}
.hs-category-hero h1{color:#fff;font-size:clamp(40px,5vw,62px);line-height:1;margin:9px 0 15px}
.hs-category-hero-image{background:#fff;min-height:245px}
.hs-category-hero-image img{width:100%;height:100%;object-fit:cover}
.hs-category-points{display:flex;gap:7px;flex-wrap:wrap}
.hs-category-points span{font-size:11px;font-weight:800;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 9px;color:#dfe8e3}
.hs-refine{margin:20px 0 28px}
.hs-refine-title{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--hs-muted);margin-bottom:9px}
.hs-refine-grid{display:flex;gap:8px;flex-wrap:wrap}
.hs-refine-grid a{background:#fff;border:1px solid var(--hs-line);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}
.hs-product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0 16px;border-top:1px solid var(--hs-line)}
.hs-compare{color:var(--hs-muted);font-size:12px;font-weight:700}
.hs-toolbar-controls{display:flex;align-items:center;gap:8px}
.hs-toolbar-controls label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--hs-muted);margin:0}
.hs-toolbar-controls select{width:auto;min-width:145px;height:38px;min-height:38px;padding:6px 10px}
.hs-category-products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hs-category-product{background:#fff;border:1px solid var(--hs-line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.2s ease}
.hs-category-product:hover{box-shadow:var(--hs-shadow);transform:translateY(-3px)}
.hs-category-product-image{height:270px;background:#fff;display:grid;place-items:center;border-bottom:1px solid #eee}
.hs-category-product-image img{width:100%;height:100%;object-fit:contain;padding:18px}
.hs-category-product-copy{padding:18px;flex:1}
.hs-product-kicker{font-size:10px;letter-spacing:.11em;font-weight:900;color:#956735}
.hs-category-product-copy h2{font-size:20px;margin:7px 0 8px;line-height:1.15}
.hs-category-product-copy p{font-size:13px;color:var(--hs-muted);min-height:42px}
.hs-card-price{font-size:18px;font-weight:900;margin-top:12px}
.hs-card-price small{display:block;font-size:10px;color:var(--hs-muted);font-weight:400;margin-top:2px}
.hs-category-product-actions{display:grid;grid-template-columns:1fr 45px 45px;border-top:1px solid var(--hs-line)}
.hs-category-product-actions .btn{border-radius:0!important;border:0!important;border-right:1px solid var(--hs-line)!important;min-height:47px}
.hs-category-product-actions .btn-primary{background:var(--hs-green)!important;color:#fff!important}
.hs-category-product-actions .btn-primary:hover{background:var(--hs-gold)!important;color:#172019!important}
.hs-pagination-row{margin-top:25px}
.hs-category-description{margin-top:45px;padding:28px;background:#fff;border:1px solid var(--hs-line);border-radius:15px;color:#4f5c55;font-size:14px}
.hs-category-description h2{font-size:28px;margin:0 0 14px}
.hs-empty{padding:45px 0}
/* Garden houses and outdoor products need photo-led cards */
.hs-category-184 .hs-category-product-image,.hs-category-203 .hs-category-product-image,.hs-category-178 .hs-category-product-image,.hs-category-180 .hs-category-product-image,.hs-category-181 .hs-category-product-image{height:245px;background:#eee}
.hs-category-184 .hs-category-product-image img,.hs-category-203 .hs-category-product-image img,.hs-category-178 .hs-category-product-image img,.hs-category-180 .hs-category-product-image img,.hs-category-181 .hs-category-product-image img{object-fit:cover;padding:0}
.hs-category-184 .hs-category-hero,.hs-category-182 .hs-category-hero{background:linear-gradient(135deg,#10261e,#6e4d2e)}
.hs-category-211 .hs-category-hero{background:linear-gradient(135deg,#0e211a,#715126)}
.hs-category-211 .hs-category-products{grid-template-columns:repeat(2,1fr)}
.hs-category-211 .hs-category-product-image{height:220px}
.hs-category-212 .hs-category-hero{background:linear-gradient(135deg,#142b22,#9a6a32)}

/* ===== PRODUCT PAGE TRUST + ADD-ONS ===== */
.hs-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:13px 0 18px}
.hs-product-trust>div{border:1px solid var(--hs-line);background:#fff;border-radius:9px;padding:10px;text-align:center}
.hs-product-trust b{display:block;font-size:11px}.hs-product-trust span{font-size:10px;color:var(--hs-muted)}
#product-product .radio.hs-selected label,#product-product .checkbox.hs-selected label{border-color:var(--hs-gold)!important;box-shadow:0 0 0 2px rgba(206,144,66,.12)}
.hs-addons-section{margin-top:55px;padding-top:45px;border-top:1px solid var(--hs-line)}
.hs-addons-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.hs-addons-heading h2{font-size:36px;margin:7px 0}.hs-addons-heading p{color:var(--hs-muted);margin:0}
.hs-addons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.hs-addon-card{background:#fff;border:1px solid var(--hs-line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.hs-addon-image{height:170px;background:#fff;display:grid;place-items:center;border-bottom:1px solid #eee}
.hs-addon-image img{width:100%;height:100%;object-fit:contain;padding:12px}
.hs-addon-copy{padding:13px;flex:1}.hs-addon-copy h3{font-size:15px;margin:0 0 8px;font-family:Arial,Helvetica,sans-serif;letter-spacing:0}.hs-addon-copy strong{font-size:15px}
.hs-addon-action{padding:0 12px 12px}

/* ===== CHECKOUT & CART CONFIDENCE BARS ===== */
.hs-checkout-confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:5px 0 20px}
.hs-checkout-confidence>div{background:#fff;border:1px solid var(--hs-line);border-radius:9px;padding:11px 12px}
.hs-checkout-confidence b{display:block;font-size:12px}.hs-checkout-confidence span{font-size:10px;color:var(--hs-muted)}

/* search, specials and manufacturer grids inherit premium card styling */
#product-search .product-thumb,#product-special .product-thumb,#product-manufacturer .product-thumb{background:#fff;border:1px solid var(--hs-line);border-radius:14px;overflow:hidden;box-shadow:none}
#product-search .product-thumb .image,#product-special .product-thumb .image,#product-manufacturer .product-thumb .image{background:#fff}
#product-search .product-thumb .image img,#product-special .product-thumb .image img,#product-manufacturer .product-thumb .image img{max-height:250px;object-fit:contain;margin:auto;padding:10px}

/* side modules */
.list-group a.list-group-item{border-color:var(--hs-line);color:var(--hs-green);font-weight:700}
.list-group a.list-group-item.active,.list-group a.list-group-item.active:hover{background:var(--hs-green);border-color:var(--hs-green);color:#fff}

@media(max-width:991px){
  .hs-curated-menu .hs-mega-menu{min-width:100%;box-shadow:none;border-radius:0;grid-template-columns:1fr 1fr}
  .hs-category-products{grid-template-columns:1fr 1fr}
  .hs-category-211 .hs-category-products{grid-template-columns:1fr 1fr}
  .hs-addons-grid{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:767px){
  .hs-curated-menu .navbar-header{background:var(--hs-green);color:#fff}.hs-curated-menu #category{padding:14px 15px;display:inline-block!important;font-weight:900}.hs-curated-menu .btn-navbar{color:#fff;margin:8px}
  .hs-curated-menu .navbar-nav{margin:0}.hs-curated-menu .nav>li>a{padding:12px 15px!important}
  .hs-curated-menu .hs-mega-menu{position:static;float:none;display:none!important;border:0;padding:7px 14px;background:#f8f5ef;grid-template-columns:1fr}
  .hs-curated-menu li.open>.hs-mega-menu{display:grid!important}
  .hs-category-hero,.hs-category-hero.has-image{grid-template-columns:1fr}.hs-category-hero-copy{padding:30px 22px}.hs-category-hero-image{min-height:190px}.hs-category-hero h1{font-size:39px}
  .hs-product-toolbar{align-items:flex-start;flex-direction:column}.hs-toolbar-controls{width:100%;display:grid;grid-template-columns:auto 1fr}.hs-toolbar-controls select{width:100%}
  .hs-category-products,.hs-category-211 .hs-category-products{grid-template-columns:1fr}.hs-category-product-image{height:260px}
  .hs-category-description{padding:20px}
  .hs-product-trust{grid-template-columns:1fr 1fr 1fr}.hs-product-trust>div{padding:8px 5px}
  .hs-addons-heading{align-items:flex-start;flex-direction:column}.hs-addons-grid{grid-template-columns:1fr 1fr}
  .hs-checkout-confidence{grid-template-columns:1fr}
}
@media(max-width:480px){.hs-addons-grid{grid-template-columns:1fr}.hs-product-trust{grid-template-columns:1fr}.hs-category-product-copy p{min-height:0}}


/* ===== V3 PRE-LAUNCH ===== */
.hs-delivery-ack{margin:18px 0;padding:16px;background:#fff8ec;border:1px solid #ead4ae;border-radius:11px}
.hs-delivery-ack strong{display:block;margin-bottom:8px;color:var(--hs-green)}
.hs-delivery-ack label{display:block;font-weight:600;margin:8px 0}
.hs-delivery-ack .hs-access-options{display:grid;grid-template-columns:1fr;gap:5px;margin:10px 0}
.hs-delivery-ack small{display:block;color:var(--hs-muted);line-height:1.45}

.hs-cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:3000;background:#fff;border:1px solid var(--hs-line);border-radius:15px;box-shadow:0 18px 60px rgba(0,0,0,.22)}
.hs-cookie-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px 20px}
.hs-cookie-inner strong{font-size:15px}.hs-cookie-inner p{margin:4px 0;font-size:12px;color:var(--hs-muted)}.hs-cookie-inner a{font-size:11px;text-decoration:underline}
.hs-cookie-actions{display:flex;gap:8px;white-space:nowrap}

.hs-chat{position:fixed;right:20px;bottom:20px;z-index:2500;font-family:Arial,Helvetica,sans-serif}
.hs-chat-launch{border:0;background:var(--hs-green);color:#fff;border-radius:999px;padding:13px 17px;box-shadow:0 12px 32px rgba(0,0,0,.2);font-weight:900}
.hs-chat-launch i{margin-right:6px}
.hs-chat-panel{display:none;position:absolute;right:0;bottom:58px;width:360px;max-height:570px;background:#fff;border:1px solid var(--hs-line);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.24)}
.hs-chat-panel.open{display:flex;flex-direction:column}
.hs-chat-head{background:var(--hs-green);color:#fff;padding:15px 16px;display:flex;justify-content:space-between;align-items:center}
.hs-chat-head strong{display:block}.hs-chat-head small{display:block;color:#cdd9d3;font-size:10px;margin-top:2px}
.hs-chat-close{border:0;background:transparent;color:#fff;font-size:25px;line-height:1}
.hs-chat-messages{padding:14px;overflow:auto;min-height:180px;max-height:300px;background:#f7f4ee}
.hs-chat-msg{max-width:88%;padding:9px 11px;border-radius:11px;margin-bottom:8px;font-size:12px;white-space:pre-wrap}
.hs-chat-msg.bot{background:#fff;border:1px solid var(--hs-line);margin-right:auto}.hs-chat-msg.user{background:var(--hs-green);color:#fff;margin-left:auto}
.hs-chat-msg.typing{opacity:.7}
.hs-chat-quick{display:flex;gap:6px;overflow:auto;padding:9px 10px;border-top:1px solid #eee;background:#fff}
.hs-chat-quick button{white-space:nowrap;border:1px solid var(--hs-line);border-radius:999px;background:#fff;padding:6px 8px;font-size:10px}
.hs-chat-form{display:grid;grid-template-columns:1fr 43px;border-top:1px solid var(--hs-line)}
.hs-chat-form input{border:0;outline:0;padding:12px;font-size:12px}.hs-chat-form button{border:0;background:var(--hs-gold);color:#172019}
.hs-chat-note{font-size:9px;color:#7a837e;text-align:center;padding:5px;background:#fff}

.hs-error-page{padding-bottom:70px}.hs-error-card{max-width:800px;margin:35px auto;background:var(--hs-green);color:#fff;border-radius:20px;padding:60px}.hs-error-card h1{color:#fff;font-size:50px}.hs-error-card p{color:#d4dfd9;font-size:16px}

@media(max-width:767px){
  .hs-cookie-banner{left:10px;right:10px;bottom:10px}.hs-cookie-inner{align-items:flex-start;flex-direction:column;gap:12px}.hs-cookie-actions{width:100%}.hs-cookie-actions .btn{flex:1}
  .hs-chat{right:12px;bottom:12px}.hs-chat-panel{position:fixed;left:10px;right:10px;bottom:72px;width:auto;max-height:70vh}
  .hs-chat-launch span{display:none}.hs-chat-launch i{margin:0;font-size:18px}
  .hs-error-card{padding:35px 24px}.hs-error-card h1{font-size:38px}
}


/* ===== V4 COMMERCE / PAYMENT METHODS ===== */
.hs-bank-payment{background:#fff;border:1px solid var(--hs-line);border-radius:14px;padding:18px;margin:12px 0}
.hs-bank-preview{background:#f7f4ee;border-radius:10px;padding:14px;margin:12px 0}
.hs-bank-preview .well{margin:10px 0;background:#fff;border-color:var(--hs-line)}
#checkout-checkout .radio label:has(input[name="payment_method"]){padding:13px 14px 13px 34px;border:1px solid var(--hs-line);border-radius:10px;background:#fff;margin-bottom:6px;width:100%}
#checkout-checkout .radio label:has(input[name="payment_method"]:checked){border-color:var(--hs-gold);box-shadow:0 0 0 2px rgba(206,144,66,.12)}
