/* Håndklædetørrer.dk - Auros-isolated Elementor product layout */
.ht-v5-page {
  --ht-red:#ef233c;
  --ht-red-dark:#d81e33;
  --ht-green:#79c900;
  --ht-ink:#17191c;
  --ht-copy:#4d5560;
  --ht-muted:#77808b;
  --ht-line:#e5e8ec;
  --ht-soft:#f7f8fa;
  --ht-soft-2:#f3f5f7;
  --ht-radius:16px;
  width:100%;
  color:var(--ht-ink);
}
.ht-v5-page,.ht-v5-page *{box-sizing:border-box}
.ht-v5-page .elementor-widget{margin:0!important}
.ht-v5-page .elementor-widget-container{margin:0!important}
.ht-v5-page .e-con{--container-widget-spacing:0px!important}

.single-product .ht-v5-page div.product,
.single-product .ht-v5-page .images,
.single-product .ht-v5-page .woocommerce-product-gallery,
.single-product .ht-v5-page .entry-summary,
.single-product .ht-v5-page .summary{
  float:none!important;
  width:auto!important;
  max-width:none!important;
  flex:none!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
.single-product .ht-v5-page div.product{padding-bottom:0!important}

.ht-v5-gallery{
  width:100%;
  min-height:610px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border:1px solid var(--ht-line);
  border-radius:var(--ht-radius);
  background:#fff;
}
.single-product .ht-v5-gallery .woocommerce-product-gallery.images{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
.single-product .ht-v5-gallery .woocommerce-product-gallery__wrapper{margin:0!important}
.single-product .ht-v5-gallery .woocommerce-product-gallery__image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:500px;
}
.single-product .ht-v5-gallery .woocommerce-product-gallery__image img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:590px!important;
  margin:0 auto!important;
  object-fit:contain!important;
}
.single-product .ht-v5-gallery .flex-viewport{
  width:100%!important;
  max-width:100%!important;
  flex:1 1 100%!important;
  margin:0!important;
}
.single-product .ht-v5-gallery .flex-control-thumbs{
  display:flex!important;
  flex-wrap:wrap!important;
  width:100%!important;
  max-width:100%!important;
  gap:8px!important;
  margin:12px 0 0!important;
  padding:0!important;
}
.single-product .ht-v5-gallery .flex-control-thumbs li{
  flex:0 0 64px!important;
  width:64px!important;
  max-width:64px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid var(--ht-line);
  border-radius:8px;
  overflow:hidden;
}
.single-product .ht-v5-gallery .flex-control-thumbs li img{
  width:64px!important;
  height:64px!important;
  object-fit:contain!important;
  padding:4px;
  background:#fff;
}
.single-product .ht-v5-gallery .onsale{left:14px!important;top:14px!important}

.ht-v5-buybox{
  padding:24px!important;
  border:1px solid var(--ht-line);
  border-radius:var(--ht-radius);
  background:#fff;
  box-shadow:0 14px 40px rgba(16,24,40,.07);
}
.ht-v5-title{
  margin:0!important;
  color:var(--ht-ink)!important;
  font-size:34px!important;
  line-height:1.12!important;
  letter-spacing:-.55px!important;
  font-weight:800!important;
}
.ht-v5-price{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:8px 10px;
  margin-top:10px;
  line-height:1.1;
}
.ht-v5-price-prefix{
  color:var(--ht-muted);
  font-size:13px;
  font-weight:650;
}
.ht-v5-price del{
  color:#9ba1aa!important;
  font-size:15px!important;
  font-weight:500!important;
}
.ht-v5-price strong{
  color:var(--ht-green)!important;
  font-size:30px!important;
  font-weight:850!important;
}
.ht-v5-short-description{
  margin-top:14px;
  color:var(--ht-copy);
  font-size:14px;
  line-height:1.62;
}
.ht-v5-short-description p{margin:0 0 9px!important}
.ht-v5-short-description ul,.ht-v5-short-description ol{margin:7px 0 0!important;padding-left:19px!important}
.ht-v5-short-description li{margin:2px 0!important}
.ht-v5-short-description + button{display:none!important}

.ht-v5-cart{margin-top:12px}
.single-product .ht-v5-cart form.cart{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.single-product .ht-v5-cart table.variations{
  width:100%!important;
  margin:0 0 10px!important;
  border:0!important;
  font-size:13px!important;
}
.single-product .ht-v5-cart table.variations tr{
  display:grid!important;
  grid-template-columns:110px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:6px 0!important;
  border-bottom:1px solid var(--ht-line)!important;
}
.single-product .ht-v5-cart table.variations tr:first-child{padding-top:0!important}
.single-product .ht-v5-cart table.variations th,
.single-product .ht-v5-cart table.variations td{padding:0!important}
.single-product .ht-v5-cart table.variations label{
  line-height:1.3!important;
  font-size:13px!important;
  font-weight:750!important;
  white-space:normal!important;
}
.single-product .ht-v5-cart table.variations label:after{display:none!important}
.single-product .ht-v5-cart table.variations select{
  width:100%!important;
  height:44px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #d7dbe0!important;
  border-radius:9px!important;
  background:#fff!important;
  font-size:13px!important;
}
.single-product .ht-v5-cart a.reset_variations{
  position:static!important;
  display:inline-block!important;
  margin:6px 0 0!important;
  font-size:11px!important;
}
.single-product .ht-v5-cart .woocommerce-variation-price{display:none!important}
.single-product .ht-v5-cart .variations_button,
.single-product .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){
  display:flex!important;
  align-items:stretch!important;
  gap:10px!important;
  padding:0!important;
  margin-top:10px!important;
}
.single-product .ht-v5-cart form.cart .quantity{
  flex:0 0 74px!important;
  width:74px!important;
  height:50px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d7dbe0!important;
  border-radius:9px!important;
  background:#fff!important;
}
.single-product .ht-v5-cart .single_add_to_cart_button{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:9px!important;
  background:var(--ht-green)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  text-transform:none!important;
}
.single-product .ht-v5-cart .single_add_to_cart_button:before{display:none!important}

/* Feature cards */
.ht-v5-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.ht-v5-trust-card{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:13px 12px;
  border:1px solid var(--ht-line);
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%, var(--ht-soft) 100%);
}
.ht-v5-trust-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#fff1f3;
  color:var(--ht-red);
  box-shadow:inset 0 0 0 1px rgba(239,35,60,.08);
}
.ht-v5-trust-icon svg{width:22px;height:22px;display:block}
.ht-v5-trust-copy{min-width:0}
.ht-v5-trust-copy strong{
  display:block;
  font-size:13px;
  line-height:1.25;
  color:var(--ht-ink);
}
.ht-v5-trust-copy span{
  display:block;
  margin-top:3px;
  color:var(--ht-muted);
  font-size:11px;
  line-height:1.35;
}

.ht-v5-meta{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid var(--ht-line);
}
.ht-v5-meta-item{display:flex;gap:8px;align-items:baseline;font-size:11px;line-height:1.4}
.ht-v5-meta-item small{min-width:62px;color:var(--ht-muted)}
.ht-v5-meta-item strong{font-weight:600;color:#343a42}
.ht-v5-meta-item a{color:#343a42;text-decoration:none}

.ht-v5-section{
  padding:24px 26px!important;
  border:1px solid var(--ht-line);
  border-radius:var(--ht-radius);
  background:#fff;
}
.ht-v5-section-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
}
.ht-v5-section-head>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:10px;
  background:#fff0f2;
  color:var(--ht-red);
  font-size:11px;
  font-weight:850;
}
.ht-v5-section-head h2{margin:0!important;color:var(--ht-ink);font-size:22px!important;line-height:1.15!important}
.ht-v5-section-head p{margin:2px 0 0!important;color:var(--ht-muted);font-size:11px!important;line-height:1.35!important}
.ht-v5-long-description{
  max-width:960px;
  color:#3f4650;
  font-size:14px;
  line-height:1.72;
}
.ht-v5-long-description p{margin:0 0 11px!important}
.ht-v5-long-description h2{margin:20px 0 8px!important;font-size:21px!important}
.ht-v5-long-description h3{margin:17px 0 7px!important;font-size:17px!important}
.ht-v5-long-description ul,.ht-v5-long-description ol{margin:7px 0 13px!important;padding-left:20px!important}

.ht-v5-specs table{
  width:100%;
  margin:0!important;
  border:1px solid var(--ht-line)!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:11px;
  overflow:hidden;
}
.ht-v5-specs th,.ht-v5-specs td{
  padding:11px 13px!important;
  border:0!important;
  border-bottom:1px solid var(--ht-line)!important;
  text-align:left!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-style:normal!important;
}
.ht-v5-specs tr:last-child th,.ht-v5-specs tr:last-child td{border-bottom:0!important}
.ht-v5-specs tr:nth-child(even){background:var(--ht-soft)}
.ht-v5-specs th{width:30%;color:var(--ht-ink)!important;font-weight:750!important}
.ht-v5-spec-empty{color:var(--ht-muted);font-size:13px}

/* Documents */
.ht-v5-page #htai-documents-section{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.ht-v5-page #htai-documents-section .htai-documents-head{
  display:none!important;
}
.ht-v5-page .htai-document-cards{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.ht-v5-page .htai-document-card{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  min-height:136px!important;
  margin:0!important;
  padding:18px!important;
  border:1px solid var(--ht-line)!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#ffffff 0%, var(--ht-soft) 100%)!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.ht-v5-page .htai-document-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 28px rgba(16,24,40,.08)!important;
  border-color:#d9dfe6!important;
}
.ht-v5-page .htai-document-card::before{
  content:"";
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:14px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ef233c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cpath d='M9 15h6'/%3E%3Cpath d='M9 11h6'/%3E%3Cpath d='M9 19h4'/%3E%3C/svg%3E") center/22px 22px no-repeat,
    #fff1f3;
}
.ht-v5-page .htai-document-copy{
  flex:1 1 auto;
  min-width:0;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.ht-v5-page .htai-document-copy small{
  display:inline-flex!important;
  margin:0 0 8px!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--ht-red-dark)!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.ht-v5-page .htai-document-copy strong{
  display:block!important;
  margin:0 0 7px!important;
  color:var(--ht-ink)!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.24!important;
  word-break:break-word!important;
}
.ht-v5-page .htai-document-copy span{
  display:block!important;
  margin-top:auto!important;
  color:var(--ht-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.ht-v5-page .htai-document-file{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  margin-left:auto!important;
  padding:6px 9px!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--ht-ink)!important;
  font-size:11px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
.ht-v5-page .htai-documents-empty{
  padding:16px 18px!important;
  border:1px dashed #d9dfe6!important;
  border-radius:14px!important;
  color:var(--ht-muted)!important;
  font-size:13px!important;
  background:var(--ht-soft)!important;
}

/* Related products */
.ht-v5-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.ht-v5-related-card{
  position:relative;
  min-width:0;
  padding:14px 14px 16px;
  border:1px solid var(--ht-line);
  border-radius:16px;
  background:#fff;
  text-align:center;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ht-v5-related-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(16,24,40,.08);
  border-color:#d9dfe6;
}
.ht-v5-related-badge{
  position:absolute;
  z-index:2;
  top:10px;
  left:10px;
  padding:5px 8px;
  border-radius:7px;
  background:#b30f1d;
  color:#fff;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.ht-v5-related-image{
  display:flex;
  align-items:center;
  justify-content:center;
  height:240px;
  padding:10px;
  border-radius:12px;
  background:linear-gradient(180deg,#fff 0%, var(--ht-soft-2) 100%);
}
.ht-v5-related-image img{
  display:block;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:220px!important;
  margin:0!important;
  object-fit:contain!important;
}
.ht-v5-related-stock{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:32px;
  margin-top:10px;
  color:#3b424b;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  text-transform:uppercase;
}
.ht-v5-related-stock i{display:block;width:8px;height:8px;border-radius:50%}
.ht-v5-related-stock i.is-green{background:#91d72d}
.ht-v5-related-stock i.is-red{background:#d92b2b}
.ht-v5-related-title{
  display:-webkit-box;
  min-height:46px;
  margin:6px 0 0;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:var(--ht-ink)!important;
  font-size:14px;
  font-weight:700;
  line-height:1.42;
  text-decoration:none!important;
}
.ht-v5-related-price{
  display:flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px 7px;
  margin-top:6px;
}
.ht-v5-related-price del{color:#9ba1aa;font-size:11px}
.ht-v5-related-price strong{color:var(--ht-green);font-size:16px;font-weight:850}
.ht-v5-card-from{color:var(--ht-muted);font-size:10px;text-transform:uppercase}
.ht-v5-related-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  margin-top:6px;
  padding:0 18px;
  border-radius:999px;
  background:var(--ht-green);
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}
.ht-v5-related-empty{color:var(--ht-muted);font-size:13px}

.ht-v5-page ~ .related.products,
.ht-v5-page ~ .up-sells.products{display:none!important}

.ht-v5-mobile-bar{display:none}

@media(min-width:1025px){
  .single-product .ht-v5-gallery .woocommerce-product-gallery.images{width:94%!important;margin-left:auto!important;margin-right:0!important;}
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image{justify-content:flex-end!important;}
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image img{max-width:96%!important;}
}
@media(min-width:1025px){
  .ht-v5-buybox{position:sticky;top:126px}
}
@media(max-width:1024px){
  .ht-v5-gallery{min-height:470px}
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image{min-height:360px}
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image img{max-height:410px!important}
  .ht-v5-title{font-size:29px!important}
  .ht-v5-page .htai-document-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ht-v5-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ht-v5-related-image{height:210px}
  .ht-v5-related-image img{max-height:195px!important}
}
@media(max-width:767px){
  .ht-v5-page{padding-bottom:0}
  .ht-v5-gallery{
    min-height:0;
    padding:12px;
    border-radius:12px;
  }
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image{min-height:300px}
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image img{max-height:340px!important}
  .single-product .ht-v5-gallery .flex-control-thumbs li{
    flex-basis:54px!important;
    width:54px!important;
    max-width:54px!important;
  }
  .single-product .ht-v5-gallery .flex-control-thumbs li img{width:54px!important;height:54px!important}
  .ht-v5-buybox{
    padding:16px!important;
    border-radius:12px;
    box-shadow:none;
  }
  .ht-v5-title{font-size:24px!important;line-height:1.16!important}
  .ht-v5-price{margin-top:8px}
  .ht-v5-price strong{font-size:25px!important}
  .single-product .ht-v5-cart table.variations tr{
    grid-template-columns:1fr!important;
    gap:5px!important;
    padding:8px 0!important;
  }
  .single-product .ht-v5-cart table.variations label{font-size:12px!important}
  .single-product .ht-v5-cart .variations_button,
  .single-product .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){
    margin-top:8px!important;
  }
  .ht-v5-trust{
    grid-template-columns:1fr;
    gap:8px
  }
  .ht-v5-trust-card{
    padding:12px;
    border-radius:12px;
  }
  .ht-v5-trust-icon{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  .ht-v5-section{padding:17px 15px!important;border-radius:12px}
  .ht-v5-section-head{margin-bottom:13px}
  .ht-v5-section-head h2{font-size:19px!important}
  .ht-v5-long-description{font-size:13px;line-height:1.68}
  .ht-v5-specs th,.ht-v5-specs td{padding:9px 10px!important;font-size:11px!important}
  .ht-v5-specs th{width:40%}
  .ht-v5-page .htai-document-cards{grid-template-columns:1fr!important;gap:10px!important}
  .ht-v5-page .htai-document-card{
    min-height:unset!important;
    padding:14px!important;
    gap:12px!important;
  }
  .ht-v5-page .htai-document-card::before{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  .ht-v5-page .htai-document-copy strong{font-size:16px!important}
  .ht-v5-page .htai-document-copy span{font-size:11px!important}
  .ht-v5-page .htai-document-file{font-size:10px!important;padding:5px 8px!important}
  .ht-v5-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .ht-v5-related-card{padding:10px;border-radius:13px}
  .ht-v5-related-image{height:170px}
  .ht-v5-related-image img{max-height:155px!important}
  .ht-v5-related-stock{font-size:8.5px;min-height:26px}
  .ht-v5-related-title{font-size:11.5px;min-height:38px}
  .ht-v5-related-price{min-height:42px}
  .ht-v5-related-price strong{font-size:13px}
  .ht-v5-related-button{min-height:33px;padding:0 12px;font-size:10px}

  .ht-v5-mobile-bar{
    position:fixed;
    z-index:99999;
    left:8px;
    right:8px;
    bottom:8px;
    display:none;
    align-items:center;
    gap:9px;
    padding:8px 10px;
    border:1px solid #dfe2e6;
    border-radius:14px;
    background:rgba(255,255,255,.98);
    box-shadow:0 8px 24px rgba(16,24,40,.14);
    backdrop-filter:blur(9px);
  }
  .ht-v5-mobile-copy{flex:1;min-width:0}
  .ht-v5-mobile-price{
    display:block;
    overflow:hidden;
    color:var(--ht-green);
    font-size:15px;
    font-weight:850;
    line-height:1.15;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .ht-v5-mobile-variant{
    display:block;
    overflow:hidden;
    margin-top:2px;
    color:var(--ht-muted);
    font-size:9.5px;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .ht-v5-mobile-bar button{
    min-height:42px;
    padding:0 14px;
    border:0;
    border-radius:9px;
    background:var(--ht-green);
    color:#fff;
    font-size:12px;
    font-weight:800;
  }
  .ht-v5-mobile-bar button:disabled{opacity:.5}
  body.ht-v5-mobile-bar-active{padding-bottom:74px!important}
}

/* v1.0.3 visual refinement */
.ht-v5-long-description{
  max-width:980px;
  font-size:16px;
  line-height:1.76;
}
.ht-v5-long-description p{margin-bottom:14px!important}
.ht-v5-long-description h2{font-size:24px!important;margin:24px 0 10px!important}
.ht-v5-long-description h3{font-size:20px!important;margin:20px 0 9px!important}
.ht-v5-long-description li{margin:4px 0!important}

/* Keep the specification table readable instead of stretching across the whole section */
.ht-v5-specs{max-width:880px;width:100%}
.ht-v5-specs th,.ht-v5-specs td{
  padding:13px 15px!important;
  font-size:14px!important;
  line-height:1.52!important;
}
.ht-v5-specs th{width:32%}
.ht-v5-section-head h2{font-size:24px!important}
.ht-v5-section-head p{font-size:12px!important}

/* The Elementor template already owns the Documents heading. No nested visual box/head. */
.ht-v5-page #htai-documents-section{
  margin:-4px 0 0!important;
  padding:0!important;
}
.ht-v5-page #htai-documents-section .htai-documents-head{display:none!important}
.ht-v5-page .htai-document-cards{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.ht-v5-page .htai-document-card{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) auto!important;
  align-items:center!important;
  min-height:110px!important;
  padding:16px!important;
  gap:14px!important;
}
.ht-v5-page .htai-document-card::before{grid-column:1;grid-row:1}
.ht-v5-page .htai-document-copy{
  grid-column:2;
  grid-row:1;
  width:100%!important;
  min-width:0!important;
}
.ht-v5-page .htai-document-copy strong{
  font-size:16px!important;
  line-height:1.35!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
.ht-v5-page .htai-document-copy small{margin-bottom:6px!important}
.ht-v5-page .htai-document-file{grid-column:3;grid-row:1;margin:0!important}

/* Larger, calmer related products */
.ht-v5-related-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.ht-v5-related-card{padding:16px 16px 18px}
.ht-v5-related-image{height:300px;padding:14px}
.ht-v5-related-image img{max-height:274px!important}
.ht-v5-related-stock{font-size:10.5px;min-height:30px;margin-top:11px}
.ht-v5-related-title{
  min-height:50px;
  font-size:16px;
  line-height:1.4;
  margin-top:7px;
}
.ht-v5-related-price{
  min-height:60px;
  flex-direction:column;
  flex-wrap:nowrap;
  gap:2px;
  margin-top:8px;
}
.ht-v5-related-price del{font-size:12px;line-height:1.2}
.ht-v5-related-price .ht-v5-card-from{font-size:10px;line-height:1.2}
.ht-v5-related-price strong{font-size:18px;line-height:1.2}
.ht-v5-related-button{min-height:42px;padding:0 20px;font-size:13px}

/* Mobile purchase bar: only selected price + action */
.ht-v5-mobile-copy{display:flex;flex-direction:column;justify-content:center}
.ht-v5-mobile-label{
  display:block;
  margin-bottom:1px;
  color:var(--ht-muted);
  font-size:10px;
  font-weight:650;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.ht-v5-mobile-variant{display:none!important}

@media(max-width:1024px){
  .ht-v5-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .ht-v5-related-image{height:250px}
  .ht-v5-related-image img{max-height:228px!important}
  .ht-v5-long-description{font-size:15px}
  .ht-v5-specs th,.ht-v5-specs td{font-size:13.5px!important}
}

@media(max-width:767px){
  .ht-v5-section{padding:14px 13px!important}
  .ht-v5-section-head{margin-bottom:10px}
  .ht-v5-section-head>span{width:30px;height:30px;flex-basis:30px}
  .ht-v5-section-head h2{font-size:20px!important}
  .ht-v5-section-head p{font-size:11px!important}
  .ht-v5-long-description{
    max-width:none;
    font-size:15px;
    line-height:1.72;
  }
  .ht-v5-long-description p{margin-bottom:12px!important}
  .ht-v5-long-description h2{font-size:21px!important;margin:19px 0 8px!important}
  .ht-v5-long-description h3{font-size:18px!important;margin:17px 0 7px!important}
  .ht-v5-specs{max-width:none}
  .ht-v5-specs th,.ht-v5-specs td{
    padding:10px 9px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  .ht-v5-specs th{width:38%}
  .ht-v5-page #htai-documents-section{margin:-2px 0 0!important}
  .ht-v5-page .htai-document-card{
    grid-template-columns:42px minmax(0,1fr) auto!important;
    min-height:92px!important;
    padding:12px!important;
    gap:10px!important;
  }
  .ht-v5-page .htai-document-card::before{width:42px;height:42px;flex-basis:42px}
  .ht-v5-page .htai-document-copy strong{font-size:15px!important}
  .ht-v5-page .htai-document-copy span{font-size:11px!important}

  /* Horizontal swipe list makes related items larger and removes a very long mobile page. */
  .ht-v5-related-grid{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    margin:0 -13px!important;
    padding:0 13px 6px!important;
    scrollbar-width:none;
  }
  .ht-v5-related-grid::-webkit-scrollbar{display:none}
  .ht-v5-related-card{
    flex:0 0 76vw!important;
    max-width:330px!important;
    scroll-snap-align:start;
    padding:13px!important;
  }
  .ht-v5-related-image{height:250px}
  .ht-v5-related-image img{max-height:228px!important}
  .ht-v5-related-title{font-size:15px;min-height:44px}
  .ht-v5-related-price{min-height:54px}
  .ht-v5-related-price del{font-size:12px}
  .ht-v5-related-price strong{font-size:17px}
  .ht-v5-related-button{min-height:39px;font-size:12px}

  .ht-v5-mobile-bar{
    left:10px;
    right:10px;
    bottom:10px;
    padding:9px 10px 9px 13px;
    border-radius:13px;
  }
  .ht-v5-mobile-price{font-size:18px}
  .ht-v5-mobile-bar button{min-height:44px;padding:0 18px;font-size:13px}
}

/* v1.0.4 mobile sticky CTA */
@media(max-width:767px){
  .ht-v5-mobile-bar{left:10px!important;right:10px!important;bottom:10px!important;min-height:62px!important;padding:8px 9px 8px 14px!important;gap:12px!important;border-radius:15px!important;border:1px solid #dfe3e8!important;background:rgba(255,255,255,.985)!important;box-shadow:0 10px 30px rgba(16,24,40,.16)!important;}
  .ht-v5-mobile-copy{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
  .ht-v5-mobile-label{display:none!important;}
  .ht-v5-mobile-regular{display:none;margin:0 0 2px;color:#969ca5;font-size:10px;font-weight:600;line-height:1.05;text-decoration:line-through;}
  .ht-v5-mobile-regular.is-visible{display:block;}
  .ht-v5-mobile-price{display:block!important;color:#17191c!important;font-size:20px!important;font-weight:850!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .ht-v5-mobile-price.is-prompt{font-size:15px!important;color:#4d5560!important;font-weight:750!important;}
  .ht-v5-mobile-bar button{min-width:132px!important;min-height:46px!important;padding:0 16px!important;border-radius:11px!important;background:var(--ht-green)!important;color:#fff!important;font-size:13px!important;font-weight:850!important;box-shadow:0 6px 14px rgba(121,201,0,.22)!important;}
}

/* v1.0.5 - robust colours, clearer pricing, tighter desktop hero */
:root{
  --ht-green:#79c900;
  --ht-red:#ef233c;
  --ht-ink:#17191c;
  --ht-muted:#77808b;
  --ht-line:#e5e8ec;
}

.ht-v5-title{
  font-size:30px!important;
  line-height:1.14!important;
  letter-spacing:-.35px!important;
}

.ht-v5-price{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin-top:10px!important;
}
.ht-v5-price-values{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  gap:7px 10px!important;
}
.ht-v5-main-regular{
  color:#8f96a0!important;
  font-size:16px!important;
  font-weight:600!important;
  text-decoration-thickness:1.5px!important;
}
.ht-v5-main-current{
  color:#111318!important;
  font-size:32px!important;
  font-weight:900!important;
  line-height:1!important;
}
.ht-v5-saving{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px 9px!important;
  border-radius:9px!important;
  background:#edf9df!important;
  color:#397d00!important;
  line-height:1!important;
}
.ht-v5-saving span{font-size:12px!important;font-weight:850!important}
.ht-v5-saving small{font-size:11px!important;font-weight:700!important;color:#5b7b42!important}

.single-product .ht-v5-cart .single_add_to_cart_button{
  background:var(--ht-green,#79c900)!important;
  background-color:var(--ht-green,#79c900)!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
  font-size:15px!important;
  font-weight:850!important;
}
.single-product .ht-v5-cart .single_add_to_cart_button:hover{
  background:#67ad00!important;
  background-color:#67ad00!important;
  color:#fff!important;
}
.ht-v5-mobile-bar button,
.ht-v5-related-button{
  background:var(--ht-green,#79c900)!important;
  background-color:var(--ht-green,#79c900)!important;
}

@media(min-width:1025px){
  .ht-v5-gallery{
    min-height:590px!important;
    padding:8px 10px 10px!important;
  }
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image{
    min-height:520px!important;
    justify-content:flex-end!important;
  }
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image a{
    display:flex!important;
    width:100%!important;
    min-height:520px!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  .single-product .ht-v5-gallery .woocommerce-product-gallery__image img{
    width:100%!important;
    height:620px!important;
    max-height:620px!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:right center!important;
  }
  .single-product .ht-v5-gallery .flex-control-thumbs{
    justify-content:flex-end!important;
  }
}

@media(max-width:767px){
  .ht-v5-title{font-size:22px!important;line-height:1.18!important}
  .ht-v5-main-regular{font-size:13px!important}
  .ht-v5-main-current{font-size:27px!important}
  .ht-v5-saving{padding:5px 8px!important}
  .ht-v5-saving span{font-size:11px!important}
  .ht-v5-saving small{font-size:10px!important}
  .ht-v5-mobile-bar button{background:var(--ht-green,#79c900)!important;background-color:var(--ht-green,#79c900)!important;color:#fff!important}
}

/* ========================================================================== */
/* v1.1.0 - premium single product direction inspired by clean bathroom retail */
/* ========================================================================== */
:root{
  --ht-green:#79c900;
  --ht-red:#ef233c;
  --ht-sale:#d94b34;
  --ht-ink:#1c1d1f;
  --ht-muted:#777b80;
  --ht-line:#dedfdf;
  --ht-soft:#f4f4f2;
}
.single-product .ht-v6-page{
  --ht-green:#79c900;
  --ht-red:#ef233c;
  --ht-sale:#d94b34;
  --ht-ink:#1c1d1f;
  --ht-muted:#777b80;
  --ht-line:#dedfdf;
  --ht-soft:#f4f4f2;
  font-size:15px;
}

/* Top layout */
.single-product .ht-v6-page .ht-v6-hero{
  align-items:flex-start!important;
  gap:34px!important;
  margin-bottom:16px!important;
}
.single-product .ht-v6-page .ht-v6-gallery-col{width:58%!important;max-width:58%!important}
.single-product .ht-v6-page .ht-v6-buy-col{width:42%!important;max-width:42%!important}
.single-product .ht-v6-page .ht-v5-gallery{
  min-height:610px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f3f3f1!important;
}
@media(min-width:1025px){
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery.images{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-areas:"thumbs main"!important;
    align-items:start!important;
    column-gap:12px!important;
    padding:18px!important;
  }
  .single-product .ht-v6-page .ht-v5-gallery .flex-viewport,
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery__wrapper{
    grid-area:main!important;
    min-width:0!important;
  }
  .single-product .ht-v6-page .ht-v5-gallery .flex-control-thumbs{
    grid-area:thumbs!important;
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    margin:0!important;
    width:76px!important;
  }
  .single-product .ht-v6-page .ht-v5-gallery .flex-control-thumbs li{
    flex:0 0 70px!important;
    width:70px!important;
    max-width:70px!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    background:#fff!important;
  }
  .single-product .ht-v6-page .ht-v5-gallery .flex-control-thumbs li img{width:70px!important;height:70px!important;padding:5px!important}
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery__image{
    min-height:565px!important;
    justify-content:flex-end!important;
  }
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery__image img{
    max-height:565px!important;
    width:auto!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
}

/* Clean purchase column - no boxed card */
.single-product .ht-v6-page .ht-v5-buybox{
  position:static!important;
  padding:4px 0 0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.single-product .ht-v6-page .ht-v5-title{
  font-size:27px!important;
  line-height:1.15!important;
  letter-spacing:-.25px!important;
  margin:0 0 8px!important;
}
.single-product .ht-v6-page .ht-v5-price{margin:0 0 12px!important;display:flex!important;align-items:center!important;gap:12px!important}
.single-product .ht-v6-page .ht-v5-price-values{display:flex!important;align-items:baseline!important;gap:9px!important;flex-wrap:wrap!important}
.single-product .ht-v6-page .ht-v5-main-regular{font-size:14px!important;color:#999!important;font-weight:500!important}
.single-product .ht-v6-page .ht-v5-main-current{font-size:23px!important;color:var(--ht-sale,#d94b34)!important;font-weight:800!important}
.single-product .ht-v6-page .ht-v5-price-prefix{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#777!important}
.single-product .ht-v6-page .ht-v5-saving{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:5px 8px!important;
  margin:0!important;
  border-radius:3px!important;
  background:#f6e9e5!important;
  color:#a73d2d!important;
  font-size:11px!important;
  font-weight:700!important;
}
.single-product .ht-v6-page .ht-v5-saving small{font-size:10px!important;color:#a73d2d!important}
.single-product .ht-v6-page .ht-v5-cart{margin-top:12px!important}
.single-product .ht-v6-page .ht-v5-cart table.variations tr{
  grid-template-columns:112px minmax(0,1fr)!important;
  padding:5px 0!important;
  border-bottom:0!important;
}
.single-product .ht-v6-page .ht-v5-cart table.variations select{
  height:42px!important;
  border-radius:0!important;
  border-color:#ddd!important;
  background:#f8f8f7!important;
}
.single-product .ht-v6-page .ht-v5-cart .variations_button,
.single-product .ht-v6-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){gap:6px!important;margin-top:8px!important}
.single-product .ht-v6-page .ht-v5-cart form.cart .quantity{height:44px!important;border-radius:0!important}
.single-product .ht-v6-page .ht-v5-cart .single_add_to_cart_button{
  min-height:44px!important;
  border-radius:0!important;
  background:#5e8d79!important;
  box-shadow:none!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
  font-size:12px!important;
}
.single-product .ht-v6-page .ht-v5-cart .single_add_to_cart_button:hover{background:#4e7967!important}
.single-product .ht-v6-page .ht-v5-short-description{
  margin-top:14px!important;
  font-size:13px!important;
  line-height:1.55!important;
  color:#45484c!important;
}

/* Stock line */
.ht-v6-stock{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:11px;color:#5e6468}
.ht-v6-stock strong{font-weight:650;color:#3d4144}
.ht-v6-stock-dot{width:9px;height:9px;border-radius:50%;background:#aaa;box-shadow:0 0 0 2px rgba(0,0,0,.03)}
.ht-v6-stock-dot.is-green{background:#68bc67}.ht-v6-stock-dot.is-red{background:#c94d4d}
.ht-v6-stock-delivery{padding-left:8px;border-left:1px solid #ddd}

/* Premium benefits as a vertical icon list */
.ht-v6-benefits{display:grid;gap:8px;margin:16px 0 4px;padding:0;list-style:none!important}
.ht-v6-benefit{display:flex;align-items:center;gap:9px;color:#404448;font-size:12px;line-height:1.35}
.ht-v6-benefit-icon{display:flex;align-items:center;justify-content:center;width:23px;height:23px;flex:0 0 23px;border-radius:50%;background:#efefed;color:#5d625f}
.ht-v6-benefit-icon svg{width:13px;height:13px}

/* Accordions */
.ht-v6-accordions{margin-top:17px;border-top:1px solid #dcdcdc}
.ht-v6-accordion{margin:0;border:0;border-bottom:1px solid #dcdcdc;background:transparent}
.ht-v6-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;cursor:pointer;list-style:none;font-size:13px;font-weight:650;color:#2d3032}
.ht-v6-accordion summary::-webkit-details-marker{display:none}
.ht-v6-accordion summary i{position:relative;width:14px;height:14px;flex:0 0 14px}
.ht-v6-accordion summary i:before,.ht-v6-accordion summary i:after{content:"";position:absolute;left:2px;right:2px;top:6px;height:1px;background:#777}
.ht-v6-accordion summary i:after{transform:rotate(90deg);transition:transform .15s ease}
.ht-v6-accordion[open] summary i:after{transform:rotate(0)}
.ht-v6-accordion-body{padding:0 0 15px;color:#555;font-size:12px;line-height:1.55}
.ht-v6-accordion-body p:last-child{margin-bottom:0}
.ht-v6-accordion .ht-v5-specs{max-width:none!important}
.ht-v6-accordion .ht-v5-specs table{border:0!important;border-radius:0!important;background:transparent!important}
.ht-v6-accordion .ht-v5-specs tr{background:transparent!important}
.ht-v6-accordion .ht-v5-specs th,.ht-v6-accordion .ht-v5-specs td{padding:5px 0!important;border-bottom:0!important;font-size:11px!important;vertical-align:top!important}
.ht-v6-accordion .ht-v5-specs th{width:42%!important;color:#555!important}
.ht-v6-documents-body .htai-document-cards{grid-template-columns:1fr!important;gap:7px!important}
.ht-v6-documents-body .htai-document-card{min-height:0!important;padding:10px!important;border-radius:0!important;background:#f7f7f5!important}
.ht-v6-documents-body .htai-document-card::before{width:36px!important;height:36px!important;flex-basis:36px!important;border-radius:3px!important}
.ht-v6-documents-body .htai-document-copy strong{font-size:12px!important;margin-bottom:2px!important}
.ht-v6-documents-body .htai-document-copy small{font-size:8px!important;margin-bottom:4px!important}
.ht-v6-documents-body .htai-document-copy span{font-size:9px!important}

/* Product description */
.single-product .ht-v6-page .ht-v6-description-section{
  border:0!important;
  border-top:1px solid #e0e0df!important;
  border-radius:0!important;
  padding:28px 0 20px!important;
  background:#fff!important;
}
.ht-v6-description-title{margin:0 0 14px;font-size:18px;font-weight:700;color:#202224}
.single-product .ht-v6-page .ht-v5-long-description{max-width:820px!important;font-size:15px!important;line-height:1.65!important;color:#404347!important}
.single-product .ht-v6-page .ht-v5-long-description h2{font-size:19px!important;margin-top:23px!important}
.single-product .ht-v6-page .ht-v5-long-description h3{font-size:16px!important}

/* Husk at tilkøbe - real product cards */
.single-product .ht-v6-page .ht-v6-accessories-section{
  border:0!important;
  border-top:1px solid #e0e0df!important;
  border-radius:0!important;
  padding:26px 0 8px!important;
  background:#fff!important;
}
.ht-v6-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:17px}
.ht-v6-section-title h2{margin:0!important;font-size:20px!important;font-weight:500!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#474b4e!important}
.ht-v6-section-title p{margin:4px 0 0!important;color:#888;font-size:11px}
.ht-v6-page .htai-accessories-section{margin:0!important}
.ht-v6-page .htai-accessory-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.ht-v6-page .htai-accessory-card{
  display:grid!important;
  grid-template-columns:130px minmax(0,1fr)!important;
  gap:13px!important;
  padding:10px!important;
  border:1px solid #e2e2e0!important;
  border-radius:0!important;
  background:#fff!important;
  min-height:150px!important;
}
.ht-v6-page .htai-accessory-image{height:130px!important;flex-basis:130px!important;border-radius:0!important;background:#f3f3f1!important}
.ht-v6-page .htai-accessory-title{font-size:13px!important;line-height:1.35!important;font-weight:650!important}
.ht-v6-page .htai-accessory-type{font-size:8px!important;letter-spacing:.08em!important}
.ht-v6-page .htai-accessory-price{margin-top:6px!important}
.ht-v6-page .htai-accessory-price del{font-size:10px!important}.ht-v6-page .htai-accessory-price strong{font-size:14px!important;color:#333!important}
.ht-v6-page .htai-accessory-button{margin-top:auto!important;border-radius:0!important;background:#5e8d79!important;text-transform:uppercase!important;letter-spacing:.02em!important;font-size:9px!important}

/* One related-product section */
.single-product .ht-v6-page .ht-v6-related-section{
  border:0!important;
  border-top:1px solid #e0e0df!important;
  border-radius:0!important;
  padding:30px 0 0!important;
  background:#fff!important;
}
.ht-v6-page .ht-v5-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}
.ht-v6-page .ht-v5-related-card{padding:0 0 12px!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:left!important}
.ht-v6-page .ht-v5-related-card:hover{transform:none!important;box-shadow:none!important}
.ht-v6-page .ht-v5-related-image{height:270px!important;padding:10px!important;border-radius:0!important;background:#f3f3f1!important}
.ht-v6-page .ht-v5-related-image img{max-height:250px!important}
.ht-v6-page .ht-v5-related-stock{justify-content:flex-start!important;min-height:20px!important;margin-top:8px!important;font-size:8px!important}
.ht-v6-page .ht-v5-related-title{min-height:42px!important;font-size:12px!important;font-weight:600!important;text-align:left!important}
.ht-v6-page .ht-v5-related-price{justify-content:flex-start!important;align-items:flex-start!important;flex-direction:column!important;min-height:46px!important;gap:1px!important}
.ht-v6-page .ht-v5-related-price del{font-size:10px!important}.ht-v6-page .ht-v5-related-price strong{font-size:14px!important;color:#333!important}
.ht-v6-page .ht-v5-related-button{display:none!important}
.ht-v6-page .ht-v5-related-badge{top:8px!important;left:8px!important;border-radius:0!important;background:#1f2224!important;font-size:8px!important}

/* Mobile sticky price + CTA */
@media(max-width:767px){
  .single-product .ht-v6-page{font-size:14px}
  .single-product .ht-v6-page .ht-v6-hero{gap:8px!important}
  .single-product .ht-v6-page .ht-v6-gallery-col,.single-product .ht-v6-page .ht-v6-buy-col{width:100%!important;max-width:100%!important}
  .single-product .ht-v6-page .ht-v5-gallery{min-height:0!important;background:#f3f3f1!important}
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery.images{padding:0!important}
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery__image{min-height:325px!important}
  .single-product .ht-v6-page .ht-v5-gallery .woocommerce-product-gallery__image img{max-height:325px!important}
  .single-product .ht-v6-page .ht-v5-gallery .flex-control-thumbs{margin:7px 0 0!important;padding:0 4px 8px!important;justify-content:flex-start!important}
  .single-product .ht-v6-page .ht-v5-buybox{padding:7px 0 0!important}
  .single-product .ht-v6-page .ht-v5-title{font-size:22px!important;line-height:1.18!important;margin-bottom:6px!important}
  .single-product .ht-v6-page .ht-v5-main-current{font-size:20px!important}
  .single-product .ht-v6-page .ht-v5-saving{font-size:9px!important;padding:4px 6px!important}
  .single-product .ht-v6-page .ht-v5-cart table.variations tr{grid-template-columns:1fr!important;gap:3px!important;padding:5px 0!important}
  .single-product .ht-v6-page .ht-v5-short-description{font-size:13px!important;line-height:1.55!important}
  .ht-v6-benefit{font-size:11px}
  .ht-v6-accordion summary{padding:12px 0;font-size:12px}
  .ht-v6-accordion-body{font-size:11px}
  .single-product .ht-v6-page .ht-v6-description-section{padding:20px 0 12px!important}
  .single-product .ht-v6-page .ht-v5-long-description{font-size:14px!important;line-height:1.6!important}
  .single-product .ht-v6-page .ht-v6-accessories-section{padding:20px 0 4px!important}
  .ht-v6-section-title{margin-bottom:12px}
  .ht-v6-section-title h2{font-size:17px!important;letter-spacing:.10em!important}
  .ht-v6-page .htai-accessory-cards{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding-bottom:4px!important}
  .ht-v6-page .htai-accessory-cards::-webkit-scrollbar{display:none!important}
  .ht-v6-page .htai-accessory-card{flex:0 0 84%!important;grid-template-columns:105px minmax(0,1fr)!important;min-height:120px!important;scroll-snap-align:start!important}
  .ht-v6-page .htai-accessory-image{height:105px!important;flex-basis:105px!important}
  .single-product .ht-v6-page .ht-v6-related-section{padding:23px 0 0!important}
  .ht-v6-page .ht-v5-related-grid{display:flex!important;overflow-x:auto!important;grid-template-columns:none!important;gap:10px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
  .ht-v6-page .ht-v5-related-grid::-webkit-scrollbar{display:none!important}
  .ht-v6-page .ht-v5-related-card{flex:0 0 47%!important;scroll-snap-align:start!important}
  .ht-v6-page .ht-v5-related-image{height:190px!important}.ht-v6-page .ht-v5-related-image img{max-height:176px!important}
  .ht-v6-page .ht-v5-related-title{font-size:11px!important;min-height:38px!important}

  .ht-v5-mobile-bar{
    left:8px!important;right:8px!important;bottom:8px!important;min-height:58px!important;padding:7px 8px 7px 13px!important;border-radius:12px!important;background:#fff!important;
  }
  .ht-v5-mobile-regular{font-size:9px!important}
  .ht-v5-mobile-price{font-size:18px!important;color:#1c1d1f!important}
  .ht-v5-mobile-bar button{min-width:126px!important;min-height:43px!important;border-radius:0!important;background:#5e8d79!important;background-color:#5e8d79!important;font-size:12px!important;text-transform:uppercase!important}
}

/* ========================================================================== */
/* v1.2.0 / Premium Product v6.1 - description sits directly below gallery   */
/* ========================================================================== */
@media(min-width:1025px){
  .single-product .ht-v61-page .ht-v61-top{
    display:grid!important;
    grid-template-columns:minmax(0,59%) minmax(0,41%)!important;
    grid-template-rows:auto auto!important;
    column-gap:26px!important;
    row-gap:18px!important;
    align-items:start!important;
  }
  .single-product .ht-v61-page .ht-v61-gallery-col{
    grid-column:1!important;
    grid-row:1!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
  }
  .single-product .ht-v61-page .ht-v61-buy-col{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    align-self:start!important;
    position:sticky!important;
    top:118px!important;
  }
  .single-product .ht-v61-page .ht-v61-description{
    grid-column:1!important;
    grid-row:2!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
  }
  .single-product .ht-v61-page .ht-v5-gallery{
    min-height:560px!important;
  }
  .single-product .ht-v61-page .ht-v5-gallery .woocommerce-product-gallery__image{
    min-height:515px!important;
  }
  .single-product .ht-v61-page .ht-v5-gallery .woocommerce-product-gallery__image img{
    max-height:515px!important;
  }
  .single-product .ht-v61-page .ht-v61-description.ht-v6-description-section{
    border-top:0!important;
    padding:10px 2px 12px!important;
  }
  .single-product .ht-v61-page .ht-v61-description .ht-v6-description-title{
    margin-bottom:12px!important;
  }
  .single-product .ht-v61-page .ht-v61-description .ht-v5-long-description{
    max-width:100%!important;
    font-size:15px!important;
    line-height:1.65!important;
  }
  .single-product .ht-v61-page .ht-v6-accordion-body{
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  .single-product .ht-v61-page .ht-v6-accordion .ht-v5-specs th,
  .single-product .ht-v61-page .ht-v6-accordion .ht-v5-specs td{
    font-size:12px!important;
    line-height:1.4!important;
    padding:6px 0!important;
  }
  .single-product .ht-v61-page .ht-v5-related-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:18px!important;
  }
  .single-product .ht-v61-page .ht-v5-related-image{
    height:238px!important;
  }
  .single-product .ht-v61-page .ht-v5-related-image img{
    max-height:220px!important;
  }
  .single-product .ht-v61-page .ht-v5-related-title{
    min-height:44px!important;
    font-size:12px!important;
    line-height:1.38!important;
  }
}

@media(max-width:1024px){
  .single-product .ht-v61-page .ht-v61-top{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .single-product .ht-v61-page .ht-v61-gallery-col,
  .single-product .ht-v61-page .ht-v61-buy-col,
  .single-product .ht-v61-page .ht-v61-description{
    width:100%!important;
    max-width:100%!important;
  }
  .single-product .ht-v61-page .ht-v61-gallery-col{order:1!important}
  .single-product .ht-v61-page .ht-v61-buy-col{order:2!important;position:static!important}
  .single-product .ht-v61-page .ht-v61-description{order:3!important}
}

@media(max-width:767px){
  .single-product .ht-v61-page .ht-v61-top{gap:8px!important}
  .single-product .ht-v61-page .ht-v61-description.ht-v6-description-section{
    border-top:1px solid #e0e0df!important;
    padding:18px 0 9px!important;
  }
  .single-product .ht-v61-page .ht-v61-description .ht-v6-description-title{
    font-size:17px!important;
    margin-bottom:10px!important;
  }
  .single-product .ht-v61-page .ht-v61-description .ht-v5-long-description{
    font-size:14px!important;
    line-height:1.6!important;
  }
  .single-product .ht-v61-page .ht-v6-accordion .ht-v5-specs th,
  .single-product .ht-v61-page .ht-v6-accordion .ht-v5-specs td{
    font-size:11.5px!important;
    padding:6px 0!important;
  }
}


/* ========================================================================== */
/* v1.2.1 / Premium Product v6.2 - stable two-column structure                */
/* ========================================================================== */

.single-product .ht-v62-page{
  --ht-v62-max:1180px;
  width:100%!important;
  max-width:var(--ht-v62-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.single-product .ht-v62-page .ht-v62-top{
  width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:34px!important;
}

.single-product .ht-v62-page .ht-v62-left{
  width:60%!important;
  max-width:60%!important;
  min-width:0!important;
}

.single-product .ht-v62-page .ht-v62-right{
  width:40%!important;
  max-width:40%!important;
  min-width:0!important;
}

.single-product .ht-v62-page .ht-v62-left,
.single-product .ht-v62-page .ht-v62-right{
  flex:0 0 auto!important;
}

/* Gallery - closer to the reference: large neutral canvas + left thumbnails */
@media(min-width:1025px){
  .single-product .ht-v62-page .ht-v5-gallery{
    min-height:610px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#f3f3f1!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .woocommerce-product-gallery.images{
    position:relative!important;
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    gap:12px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .flex-viewport,
  .single-product .ht-v62-page .ht-v5-gallery .woocommerce-product-gallery__wrapper{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    margin:0!important;
    background:#f3f3f1!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .flex-control-thumbs{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
    width:76px!important;
    margin:0!important;
    padding:0!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .flex-control-thumbs li{
    flex:0 0 76px!important;
    width:76px!important;
    max-width:76px!important;
    height:76px!important;
    margin:0!important;
    border:1px solid #e1e1df!important;
    border-radius:0!important;
    background:#fff!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .flex-control-thumbs li img{
    width:76px!important;
    height:76px!important;
    padding:5px!important;
    object-fit:contain!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .woocommerce-product-gallery__image{
    min-height:610px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .single-product .ht-v62-page .ht-v5-gallery .woocommerce-product-gallery__image img{
    max-width:94%!important;
    max-height:590px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
}

/* Buy column - cleaner and flatter like the supplied reference */
.single-product .ht-v62-page .ht-v62-right .ht-v5-buybox{
  width:100%!important;
  padding:2px 0 0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

@media(min-width:1025px){
  .single-product .ht-v62-page .ht-v62-right .ht-v5-buybox{
    position:sticky!important;
    top:118px!important;
  }
}

.single-product .ht-v62-page .ht-v5-title{
  max-width:520px!important;
  margin-bottom:5px!important;
  font-size:28px!important;
  line-height:1.14!important;
  font-weight:720!important;
  letter-spacing:-.025em!important;
}

.single-product .ht-v62-page .ht-v5-price{
  margin:0 0 13px!important;
}

.single-product .ht-v62-page .ht-v5-main-regular{
  font-size:14px!important;
}

.single-product .ht-v62-page .ht-v5-main-current{
  font-size:24px!important;
  font-weight:800!important;
}

.single-product .ht-v62-page .ht-v5-short-description{
  margin-top:9px!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}

.single-product .ht-v62-page .ht-v5-cart{
  margin-top:14px!important;
}

/* Description really sits directly under gallery */
.single-product .ht-v62-page .ht-v62-description{
  margin-top:18px!important;
  padding:0 2px 10px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}

.single-product .ht-v62-page .ht-v62-description .ht-v6-description-title{
  margin:0 0 12px!important;
  font-size:17px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.single-product .ht-v62-page .ht-v62-description .ht-v5-long-description{
  max-width:100%!important;
  font-size:14.5px!important;
  line-height:1.62!important;
}

.single-product .ht-v62-page .ht-v62-description .ht-v5-long-description h2{
  margin-top:21px!important;
  font-size:19px!important;
}

.single-product .ht-v62-page .ht-v62-description .ht-v5-long-description h3{
  margin-top:18px!important;
  font-size:16px!important;
}

/* Full-width sections below */
.single-product .ht-v62-page .ht-v62-accessories,
.single-product .ht-v62-page .ht-v62-related{
  width:100%!important;
  max-width:100%!important;
  margin-top:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}

.single-product .ht-v62-page .ht-v6-section-title{
  display:block!important;
  margin:0 0 22px!important;
  text-align:center!important;
}

.single-product .ht-v62-page .ht-v6-section-title h2{
  margin:0!important;
  font-size:20px!important;
  font-weight:400!important;
  letter-spacing:.28em!important;
  text-transform:uppercase!important;
  color:#55585b!important;
}

.single-product .ht-v62-page .ht-v6-section-title p{
  max-width:680px!important;
  margin:7px auto 0!important;
  font-size:11px!important;
  color:#8a8c8d!important;
}

/* Accessory cards - flatter, wider, reference-like */
.single-product .ht-v62-page .htai-accessory-cards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

.single-product .ht-v62-page .htai-accessory-card{
  padding:0 0 12px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  text-align:left!important;
}

.single-product .ht-v62-page .htai-accessory-image{
  width:100%!important;
  height:230px!important;
  min-height:230px!important;
  border-radius:0!important;
  background:#f3f3f1!important;
}

.single-product .ht-v62-page .htai-accessory-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.single-product .ht-v62-page .htai-accessory-title{
  margin-top:9px!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

.single-product .ht-v62-page .htai-accessory-button{
  display:none!important;
}

/* Related products - redesigned to match the flat Bad & Stil product strip */
.single-product .ht-v62-page .ht-v62-related-slider{
  position:relative!important;
  width:100%!important;
}

.single-product .ht-v62-page .ht-v62-related-track{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 72px) / 5)!important;
  gap:18px!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  padding:0 1px 8px!important;
}

.single-product .ht-v62-page .ht-v62-related-track::-webkit-scrollbar{
  display:none!important;
}

.single-product .ht-v62-page .ht-v62-related-card{
  position:relative!important;
  min-width:0!important;
  scroll-snap-align:start!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}

.single-product .ht-v62-page .ht-v62-related-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:245px!important;
  padding:12px!important;
  background:#f3f3f1!important;
  overflow:hidden!important;
}

.single-product .ht-v62-page .ht-v62-related-image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
}

.single-product .ht-v62-page .ht-v62-related-badge{
  position:absolute!important;
  z-index:2!important;
  top:8px!important;
  right:8px!important;
  padding:5px 8px!important;
  background:#18191a!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}

.single-product .ht-v62-page .ht-v62-related-title{
  display:block!important;
  min-height:43px!important;
  margin:10px 0 0!important;
  color:#27292b!important;
  font-size:11.5px!important;
  line-height:1.38!important;
  font-weight:500!important;
  text-decoration:none!important;
}

.single-product .ht-v62-page .ht-v62-related-prices{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:4px 8px!important;
  min-height:24px!important;
  margin-top:6px!important;
}

.single-product .ht-v62-page .ht-v62-related-prices del{
  color:#a5a5a5!important;
  font-size:10px!important;
  font-weight:400!important;
}

.single-product .ht-v62-page .ht-v62-related-prices strong{
  color:#292b2d!important;
  font-size:13px!important;
  font-weight:700!important;
}

.single-product .ht-v62-page .ht-v62-related-from{
  color:#888!important;
  font-size:9px!important;
  text-transform:uppercase!important;
}

.single-product .ht-v62-page .ht-v62-related-stock{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-top:6px!important;
  color:#6e7274!important;
  font-size:8.5px!important;
  line-height:1.25!important;
  text-transform:none!important;
}

.single-product .ht-v62-page .ht-v62-related-stock i{
  display:block!important;
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  border-radius:50%!important;
}

.single-product .ht-v62-page .ht-v62-related-stock i.is-green{background:#5fbf68!important}
.single-product .ht-v62-page .ht-v62-related-stock i.is-red{background:#bd4d4d!important}

.single-product .ht-v62-page .ht-v62-related-arrow{
  position:absolute!important;
  z-index:4!important;
  top:104px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#2f3132!important;
  color:#fff!important;
  font-size:27px!important;
  font-weight:300!important;
  line-height:1!important;
  box-shadow:0 2px 8px rgba(0,0,0,.14)!important;
  cursor:pointer!important;
}

.single-product .ht-v62-page .ht-v62-related-arrow.is-prev{left:-17px!important}
.single-product .ht-v62-page .ht-v62-related-arrow.is-next{right:-17px!important}

/* Tablet */
@media(max-width:1024px){
  .single-product .ht-v62-page .ht-v62-top{
    gap:20px!important;
  }
  .single-product .ht-v62-page .ht-v62-left{
    width:55%!important;
    max-width:55%!important;
  }
  .single-product .ht-v62-page .ht-v62-right{
    width:45%!important;
    max-width:45%!important;
  }
  .single-product .ht-v62-page .ht-v62-related-track{
    grid-auto-columns:calc((100% - 36px) / 3)!important;
  }
  .single-product .ht-v62-page .htai-accessory-cards{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Mobile - stable single column, no artificial whitespace */
@media(max-width:767px){
  .single-product .ht-v62-page{
    width:100%!important;
    max-width:100%!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .single-product .ht-v62-page .ht-v62-top{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }

  .single-product .ht-v62-page .ht-v62-left,
  .single-product .ht-v62-page .ht-v62-right{
    width:100%!important;
    max-width:100%!important;
  }

  .single-product .ht-v62-page .ht-v62-left{
    display:contents!important;
  }

  .single-product .ht-v62-page .ht-v62-gallery-wrap{order:1!important}
  .single-product .ht-v62-page .ht-v62-right{order:2!important}
  .single-product .ht-v62-page .ht-v62-description{order:3!important}

  .single-product .ht-v62-page .ht-v5-gallery{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    background:#f3f3f1!important;
  }

  .single-product .ht-v62-page .ht-v5-title{
    font-size:22px!important;
    line-height:1.18!important;
  }

  .single-product .ht-v62-page .ht-v62-description{
    margin-top:15px!important;
    padding:15px 0 5px!important;
    border-top:1px solid #e3e3e1!important;
  }

  .single-product .ht-v62-page .ht-v62-description .ht-v5-long-description{
    font-size:14px!important;
    line-height:1.6!important;
  }

  .single-product .ht-v62-page .ht-v62-accessories,
  .single-product .ht-v62-page .ht-v62-related{
    margin-top:28px!important;
  }

  .single-product .ht-v62-page .ht-v6-section-title{
    margin-bottom:15px!important;
  }

  .single-product .ht-v62-page .ht-v6-section-title h2{
    font-size:16px!important;
    letter-spacing:.20em!important;
  }

  .single-product .ht-v62-page .ht-v6-section-title p{
    font-size:10px!important;
  }

  .single-product .ht-v62-page .htai-accessory-cards{
    display:flex!important;
    overflow-x:auto!important;
    gap:10px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }

  .single-product .ht-v62-page .htai-accessory-cards::-webkit-scrollbar{
    display:none!important;
  }

  .single-product .ht-v62-page .htai-accessory-card{
    flex:0 0 72%!important;
    scroll-snap-align:start!important;
  }

  .single-product .ht-v62-page .htai-accessory-image{
    height:190px!important;
    min-height:190px!important;
  }

  .single-product .ht-v62-page .ht-v62-related-track{
    grid-auto-columns:46%!important;
    gap:10px!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .single-product .ht-v62-page .ht-v62-related-image{
    height:185px!important;
    padding:8px!important;
  }

  .single-product .ht-v62-page .ht-v62-related-title{
    min-height:42px!important;
    font-size:10.5px!important;
  }

  .single-product .ht-v62-page .ht-v62-related-prices strong{
    font-size:12px!important;
  }

  .single-product .ht-v62-page .ht-v62-related-arrow{
    width:30px!important;
    height:30px!important;
    top:78px!important;
    font-size:23px!important;
  }

  .single-product .ht-v62-page .ht-v62-related-arrow.is-prev{left:-6px!important}
  .single-product .ht-v62-page .ht-v62-related-arrow.is-next{right:-6px!important}
}


/* ========================================================================== */
/* v1.3.0 - modern gallery, unified controls, Bad & Stil-style product strip  */
/* ========================================================================== */

:root{
  --ht-product-cta:#648f79;
  --ht-product-cta-hover:#557e69;
  --ht-product-surface:#f2f2f0;
  --ht-product-line:#dedfdd;
  --ht-product-text:#282b2d;
}

/* Admin preview marker */
body.ht-product-layout-admin-preview::before{
  content:"ADMIN PREVIEW - kunder ser fortsat live-layoutet";
  position:fixed;
  z-index:1000000;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  padding:7px 13px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font:600 11px/1.2 Arial,sans-serif;
  letter-spacing:.02em;
  pointer-events:none;
  opacity:.88;
}

/* Completely isolated modern gallery */
.single-product .ht-v62-page .ht-v63-gallery{
  display:grid!important;
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:12px!important;
  width:100%!important;
  min-height:610px!important;
  background:transparent!important;
}
.single-product .ht-v62-page .ht-v63-thumbs{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  width:82px!important;
}
.single-product .ht-v62-page .ht-v63-thumb{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:82px!important;
  height:82px!important;
  padding:4px!important;
  border:1px solid #e4e4e2!important;
  border-radius:0!important;
  background:#f7f7f5!important;
  cursor:pointer!important;
  opacity:.78!important;
  transition:border-color .15s ease,opacity .15s ease,background .15s ease!important;
}
.single-product .ht-v62-page .ht-v63-thumb:hover,
.single-product .ht-v62-page .ht-v63-thumb.is-active{
  opacity:1!important;
  border-color:#858783!important;
  background:#fff!important;
}
.single-product .ht-v62-page .ht-v63-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.single-product .ht-v62-page .ht-v63-stage{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:610px!important;
  padding:22px!important;
  overflow:hidden!important;
  background:var(--ht-product-surface)!important;
}
.single-product .ht-v62-page .ht-v63-main-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
}
.single-product .ht-v62-page .ht-v63-main-image{
  display:block!important;
  width:auto!important;
  max-width:96%!important;
  height:auto!important;
  max-height:575px!important;
  object-fit:contain!important;
  transition:opacity .12s ease!important;
}
.single-product .ht-v62-page .ht-v63-main-image.is-changing{opacity:.25!important}
.single-product .ht-v62-page .ht-v63-zoom-hint{
  position:absolute!important;
  right:14px!important;
  bottom:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.9)!important;
  color:#555!important;
  font-size:22px!important;
  font-weight:300!important;
  box-shadow:0 2px 8px rgba(0,0,0,.08)!important;
}

/* Buy controls - same visual family */
.single-product .ht-v62-page .ht-v5-cart table.variations{
  display:block!important;
  width:100%!important;
  margin:0 0 12px!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations tbody{
  display:block!important;
  width:100%!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations tr{
  display:block!important;
  width:100%!important;
  padding:0 0 11px!important;
  border:0!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations th,
.single-product .ht-v62-page .ht-v5-cart table.variations td{
  display:block!important;
  width:100%!important;
  padding:0!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations .label{
  margin:0 0 6px!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations label{
  display:block!important;
  margin:0!important;
  color:#343638!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations select{
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 42px 0 14px!important;
  border:1px solid #dedfdd!important;
  border-radius:0!important;
  outline:0!important;
  background:#f3f3f1!important;
  color:#313334!important;
  font-size:13px!important;
  font-weight:400!important;
  box-shadow:none!important;
  text-align:left!important;
}
.single-product .ht-v62-page .ht-v5-cart table.variations select:focus{
  border-color:#888b88!important;
  background:#fff!important;
}
.single-product .ht-v62-page .ht-v5-cart a.reset_variations{
  display:inline-block!important;
  margin:6px 0 0!important;
  color:#787b7d!important;
  font-size:10px!important;
  text-decoration:underline!important;
}
.single-product .ht-v62-page .ht-v5-cart .single_variation_wrap{
  margin-top:2px!important;
}
.single-product .ht-v62-page .ht-v5-cart .variations_button,
.single-product .ht-v62-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
}
.single-product .ht-v62-page .ht-v5-cart .quantity{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px 46px 34px!important;
  flex:0 0 114px!important;
  width:114px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #dedfdd!important;
  border-radius:0!important;
  background:#f3f3f1!important;
}
.single-product .ht-v62-page .ht-v5-cart .quantity input.qty{
  grid-column:2!important;
  width:46px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#303233!important;
  text-align:center!important;
  font-size:13px!important;
  -moz-appearance:textfield!important;
}
.single-product .ht-v62-page .ht-v5-cart .quantity input.qty::-webkit-outer-spin-button,
.single-product .ht-v62-page .ht-v5-cart .quantity input.qty::-webkit-inner-spin-button{
  margin:0!important;
  -webkit-appearance:none!important;
}
.single-product .ht-v62-page .ht-v63-qty-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:46px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#737679!important;
  font-size:17px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.single-product .ht-v62-page .ht-v63-qty-button.is-minus{grid-column:1!important;grid-row:1!important}
.single-product .ht-v62-page .ht-v63-qty-button.is-plus{grid-column:3!important;grid-row:1!important}
.single-product .ht-v62-page .ht-v5-cart .single_add_to_cart_button{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:180px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--ht-product-cta)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.single-product .ht-v62-page .ht-v5-cart .single_add_to_cart_button:hover{
  background:var(--ht-product-cta-hover)!important;
}

/* Related products - deliberately flat / catalogue-like, 5 visible on desktop */
.single-product .ht-v62-page .ht-v63-related-slider{
  position:relative!important;
  width:100%!important;
}
.single-product .ht-v62-page .ht-v63-related-track{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 64px)/5)!important;
  gap:16px!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  padding:0!important;
}
.single-product .ht-v62-page .ht-v63-related-track::-webkit-scrollbar{display:none!important}
.single-product .ht-v62-page .ht-v63-related-card{
  position:relative!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
  scroll-snap-align:start!important;
}
.single-product .ht-v62-page .ht-v63-related-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:250px!important;
  padding:8px!important;
  overflow:hidden!important;
  background:#f2f2f0!important;
}
.single-product .ht-v62-page .ht-v63-related-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  transition:transform .18s ease!important;
}
.single-product .ht-v62-page .ht-v63-related-card:hover .ht-v63-related-image img{
  transform:scale(1.025)!important;
}
.single-product .ht-v62-page .ht-v63-related-badge{
  position:absolute!important;
  z-index:3!important;
  top:8px!important;
  right:8px!important;
  padding:4px 7px!important;
  background:#171819!important;
  color:#fff!important;
  font-size:7.5px!important;
  font-weight:700!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
.single-product .ht-v62-page .ht-v63-related-category{
  display:block!important;
  margin-top:9px!important;
  color:#9a9c9d!important;
  font-size:8px!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.single-product .ht-v62-page .ht-v63-related-title{
  display:block!important;
  min-height:40px!important;
  margin:4px 0 0!important;
  color:#282a2b!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.35!important;
  text-decoration:none!important;
}
.single-product .ht-v62-page .ht-v63-related-prices{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:3px 7px!important;
  min-height:21px!important;
  margin-top:5px!important;
}
.single-product .ht-v62-page .ht-v63-related-prices del{
  color:#a5a6a7!important;
  font-size:9px!important;
  font-weight:400!important;
}
.single-product .ht-v62-page .ht-v63-related-prices strong{
  color:#303233!important;
  font-size:12px!important;
  font-weight:700!important;
}
.single-product .ht-v62-page .ht-v63-related-from{
  color:#999!important;
  font-size:8px!important;
  text-transform:uppercase!important;
}
.single-product .ht-v62-page .ht-v63-related-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin-top:6px!important;
}
.single-product .ht-v62-page .ht-v63-related-stock{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#777a7b!important;
  font-size:8px!important;
  line-height:1.2!important;
}
.single-product .ht-v62-page .ht-v63-related-stock i{
  display:block!important;
  width:6px!important;
  height:6px!important;
  flex:0 0 6px!important;
  border-radius:50%!important;
}
.single-product .ht-v62-page .ht-v63-related-stock i.is-green{background:#5fbf68!important}
.single-product .ht-v62-page .ht-v63-related-stock i.is-red{background:#bd4d4d!important}
.single-product .ht-v62-page .ht-v63-related-icons{
  color:#b1b3b4!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}
.single-product .ht-v62-page .ht-v63-related-arrow{
  position:absolute!important;
  z-index:5!important;
  top:108px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:31px!important;
  height:31px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#333536!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 2px 8px rgba(0,0,0,.12)!important;
}
.single-product .ht-v62-page .ht-v63-related-arrow.is-prev{left:-15px!important}
.single-product .ht-v62-page .ht-v63-related-arrow.is-next{right:-15px!important}

@media(max-width:1024px){
  .single-product .ht-v62-page .ht-v63-gallery{
    grid-template-columns:68px minmax(0,1fr)!important;
    min-height:500px!important;
  }
  .single-product .ht-v62-page .ht-v63-thumbs{width:68px!important}
  .single-product .ht-v62-page .ht-v63-thumb{
    width:68px!important;
    height:68px!important;
  }
  .single-product .ht-v62-page .ht-v63-stage{min-height:500px!important}
  .single-product .ht-v62-page .ht-v63-main-image{max-height:465px!important}
  .single-product .ht-v62-page .ht-v63-related-track{
    grid-auto-columns:calc((100% - 32px)/3)!important;
  }
}

@media(max-width:767px){
  body.ht-product-layout-admin-preview::before{
    bottom:72px!important;
    max-width:calc(100% - 20px)!important;
    text-align:center!important;
    white-space:normal!important;
  }
  .single-product .ht-v62-page .ht-v63-gallery{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    gap:8px!important;
  }
  .single-product .ht-v62-page .ht-v63-stage{
    order:1!important;
    width:100%!important;
    min-height:390px!important;
    padding:12px!important;
  }
  .single-product .ht-v62-page .ht-v63-main-image{
    max-width:100%!important;
    max-height:365px!important;
  }
  .single-product .ht-v62-page .ht-v63-thumbs{
    order:2!important;
    display:flex!important;
    flex-direction:row!important;
    gap:7px!important;
    width:100%!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  .single-product .ht-v62-page .ht-v63-thumbs::-webkit-scrollbar{display:none!important}
  .single-product .ht-v62-page .ht-v63-thumb{
    flex:0 0 62px!important;
    width:62px!important;
    height:62px!important;
  }

  .single-product .ht-v62-page .ht-v5-cart .variations_button,
  .single-product .ht-v62-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){
    display:flex!important;
    flex-direction:row!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }
  .single-product .ht-v62-page .ht-v5-cart .quantity{
    flex:0 0 106px!important;
    width:106px!important;
    grid-template-columns:30px 46px 30px!important;
  }
  .single-product .ht-v62-page .ht-v5-cart .single_add_to_cart_button{
    min-width:0!important;
    font-size:11px!important;
    padding:0 12px!important;
  }

  .single-product .ht-v62-page .ht-v63-related-track{
    grid-auto-columns:48%!important;
    gap:10px!important;
  }
  .single-product .ht-v62-page .ht-v63-related-image{
    height:190px!important;
  }
  .single-product .ht-v62-page .ht-v63-related-title{
    min-height:39px!important;
    font-size:10px!important;
  }
  .single-product .ht-v62-page .ht-v63-related-arrow{
    top:82px!important;
    width:29px!important;
    height:29px!important;
    font-size:22px!important;
  }
  .single-product .ht-v62-page .ht-v63-related-arrow.is-prev{left:-6px!important}
  .single-product .ht-v62-page .ht-v63-related-arrow.is-next{right:-6px!important}
}


/* ==========================================================================
   v1.3.1 fallback styles - v6.4 also embeds these critical rules inline.
   ========================================================================== */
.ht-v63-page .ht-v63-gallery{display:grid!important;grid-template-columns:84px minmax(0,1fr)!important;gap:12px!important}
.ht-v63-page .ht-v63-thumbs{display:flex!important;flex-direction:column!important;gap:8px!important;width:84px!important}
.ht-v63-page .ht-v63-thumb{display:flex!important;width:84px!important;height:84px!important;flex:0 0 84px!important;align-items:center!important;justify-content:center!important;padding:5px!important;border:1px solid #e1e1df!important;background:#f5f5f3!important}
.ht-v63-page .ht-v63-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}
.ht-v63-page .ht-v63-stage{display:flex!important;min-height:610px!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:#f1f1ef!important}
.ht-v63-page .ht-v63-main-image{width:auto!important;max-width:96%!important;height:auto!important;max-height:570px!important;object-fit:contain!important}

.ht-v63-page .ht-v64-lifestyle-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;width:100%!important;margin-top:38px!important}
.ht-v63-page .ht-v64-lifestyle-item{display:block!important;height:290px!important;overflow:hidden!important;background:#f1f1ef!important}
.ht-v63-page .ht-v64-lifestyle-item img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}

.ht-v63-page .ht-v64-related-slider{position:relative!important;width:100%!important}
.ht-v63-page .ht-v64-related-track{display:flex!important;flex-wrap:nowrap!important;gap:16px!important;width:100%!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
.ht-v63-page .ht-v64-related-track::-webkit-scrollbar{display:none!important}
.ht-v63-page .ht-v64-related-card{position:relative!important;flex:0 0 calc((100% - 64px)/5)!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;scroll-snap-align:start!important;text-align:left!important}
.ht-v63-page .ht-v64-related-image{display:flex!important;width:100%!important;height:245px!important;align-items:center!important;justify-content:center!important;padding:10px!important;overflow:hidden!important;background:#f1f1ef!important}
.ht-v63-page .ht-v64-related-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.ht-v63-page .ht-v64-related-badge{position:absolute!important;z-index:2!important;top:8px!important;right:8px!important;padding:4px 7px!important;background:#171819!important;color:#fff!important;font-size:8px!important;font-weight:700!important;text-transform:uppercase!important}
.ht-v63-page .ht-v64-related-category{display:block!important;margin-top:9px!important;color:#999!important;font-size:8px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.ht-v63-page .ht-v64-related-title{display:block!important;min-height:42px!important;margin-top:4px!important;color:#2a2b2c!important;font-size:11px!important;font-weight:500!important;line-height:1.36!important;text-decoration:none!important}
.ht-v63-page .ht-v64-related-prices{display:flex!important;align-items:baseline!important;gap:4px 7px!important;flex-wrap:wrap!important;margin-top:5px!important;min-height:22px!important}
.ht-v63-page .ht-v64-related-prices del{color:#aaa!important;font-size:9px!important}
.ht-v63-page .ht-v64-related-prices strong{color:#2c2e2f!important;font-size:12px!important;font-weight:700!important}
.ht-v63-page .ht-v64-related-from{color:#999!important;font-size:8px!important;text-transform:uppercase!important}
.ht-v63-page .ht-v64-related-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:6px!important}
.ht-v63-page .ht-v64-related-stock{display:flex!important;align-items:center!important;gap:5px!important;color:#777!important;font-size:8px!important}
.ht-v63-page .ht-v64-related-stock i{display:block!important;width:6px!important;height:6px!important;border-radius:50%!important}
.ht-v63-page .ht-v64-related-stock i.is-green{background:#5fc069!important}
.ht-v63-page .ht-v64-related-stock i.is-red{background:#bd4d4d!important}
.ht-v63-page .ht-v64-related-icons{display:flex!important;gap:8px!important;color:#b3b4b5!important;font-size:12px!important}
.ht-v63-page .ht-v64-related-arrow{position:absolute!important;z-index:5!important;top:106px!important;display:flex!important;width:31px!important;height:31px!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:50%!important;background:#333536!important;color:#fff!important;font-size:25px!important;line-height:1!important;cursor:pointer!important}
.ht-v63-page .ht-v64-related-arrow.is-prev{left:-15px!important}
.ht-v63-page .ht-v64-related-arrow.is-next{right:-15px!important}

@media(max-width:767px){
  .ht-v63-page .ht-v63-gallery{display:flex!important;flex-direction:column!important;gap:8px!important}
  .ht-v63-page .ht-v63-stage{order:1!important;min-height:390px!important;padding:12px!important}
  .ht-v63-page .ht-v63-main-image{max-width:100%!important;max-height:365px!important}
  .ht-v63-page .ht-v63-thumbs{order:2!important;display:flex!important;flex-direction:row!important;width:100%!important;gap:7px!important;overflow-x:auto!important;scrollbar-width:none!important}
  .ht-v63-page .ht-v63-thumb{width:62px!important;height:62px!important;flex:0 0 62px!important}
  .ht-v63-page .ht-v64-lifestyle-strip{display:flex!important;overflow-x:auto!important;gap:8px!important;margin-top:24px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
  .ht-v63-page .ht-v64-lifestyle-item{flex:0 0 82%!important;height:245px!important;scroll-snap-align:start!important}
  .ht-v63-page .ht-v64-related-track{gap:10px!important}
  .ht-v63-page .ht-v64-related-card{flex:0 0 47%!important}
  .ht-v63-page .ht-v64-related-image{height:190px!important}
  .ht-v63-page .ht-v64-related-arrow{top:80px!important;width:29px!important;height:29px!important;font-size:22px!important}
  .ht-v63-page .ht-v64-related-arrow.is-prev{left:-6px!important}
  .ht-v63-page .ht-v64-related-arrow.is-next{right:-6px!important}
}


/* ========================================================================== */
/* v1.4.0 - premium buy column + robust inline-driven gallery / related strip */
/* ========================================================================== */
.single-product .ht-v65-page .ht-v5-title{margin:0 0 7px!important;font-size:27px!important;line-height:1.13!important;font-weight:700!important;letter-spacing:-.025em!important;color:#252729!important}
.single-product .ht-v65-page .ht-v5-price{display:block!important;margin:0 0 11px!important}
.single-product .ht-v65-page .ht-v5-price-values{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important}
.single-product .ht-v65-page .ht-v5-main-regular{color:#a1a3a4!important;font-size:13px!important;font-weight:400!important}
.single-product .ht-v65-page .ht-v5-main-current{color:#60936f!important;font-size:24px!important;font-weight:800!important}
.single-product .ht-v65-page .ht-v5-saving{display:flex!important;align-items:center!important;gap:6px!important;margin-top:4px!important;color:#5e6264!important;font-size:10px!important}
.single-product .ht-v65-page .ht-v5-saving span{font-weight:700!important}.single-product .ht-v65-page .ht-v5-saving small{font-size:9px!important;color:#8a8d8e!important}
.single-product .ht-v65-page .ht-v5-short-description{margin:0 0 12px!important;font-size:13px!important;line-height:1.5!important;color:#4c5052!important}
.single-product .ht-v65-page .ht-v6-stock{display:flex!important;align-items:center!important;gap:6px!important;margin:8px 0 13px!important;color:#737678!important;font-size:10px!important}
.single-product .ht-v65-page .ht-v6-stock strong{font-weight:600!important;color:#535657!important}.single-product .ht-v65-page .ht-v6-stock-dot{width:7px!important;height:7px!important;flex:0 0 7px!important;border-radius:50%!important}.single-product .ht-v65-page .ht-v6-stock-dot.is-green{background:#5fc069!important}.single-product .ht-v65-page .ht-v6-stock-dot.is-red{background:#bd4d4d!important}
.single-product .ht-v65-page .ht-v140-benefits{list-style:none!important;margin:13px 0 18px!important;padding:0!important;border-top:1px solid #ececea!important}
.single-product .ht-v65-page .ht-v140-benefits li{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:0!important;padding:7px 0!important;border-bottom:1px solid #f0f0ee!important;color:#56595b!important;font-size:10.5px!important;line-height:1.35!important}
.single-product .ht-v65-page .ht-v140-benefits .icon{display:flex!important;align-items:center!important;justify-content:center!important;width:17px!important;height:17px!important;flex:0 0 17px!important;margin-top:0!important;border-radius:50%!important;background:#777b7c!important;color:#fff!important;font-size:10px!important;font-weight:800!important}
.single-product .ht-v65-page .ht-v6-accordions{margin:4px 0 0!important;border-top:1px solid #dddeda!important}
.single-product .ht-v65-page .ht-v6-accordion{margin:0!important;border:0!important;border-bottom:1px solid #dddeda!important;background:transparent!important}
.single-product .ht-v65-page .ht-v6-accordion summary{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:42px!important;padding:0!important;cursor:pointer!important;list-style:none!important;color:#424547!important;font-size:11.5px!important;font-weight:600!important}
.single-product .ht-v65-page .ht-v6-accordion summary::-webkit-details-marker{display:none!important}
.single-product .ht-v65-page .ht-v6-accordion summary i{position:relative!important;display:block!important;width:12px!important;height:12px!important}.single-product .ht-v65-page .ht-v6-accordion summary i:before,.single-product .ht-v65-page .ht-v6-accordion summary i:after{content:""!important;position:absolute!important;left:1px!important;top:5px!important;width:10px!important;height:1px!important;background:#8e9192!important}.single-product .ht-v65-page .ht-v6-accordion summary i:after{transform:rotate(90deg)!important;transition:transform .15s ease!important}.single-product .ht-v65-page .ht-v6-accordion[open] summary i:after{transform:rotate(0deg)!important}
.single-product .ht-v65-page .ht-v6-accordion-body{padding:2px 0 13px!important;color:#626668!important;font-size:10.5px!important;line-height:1.5!important}
.single-product .ht-v65-page .ht-v5-meta{margin-top:12px!important;padding-top:0!important;border:0!important;font-size:9px!important}
.single-product .ht-v65-page .ht-v5-meta-item{font-size:9px!important}.single-product .ht-v65-page .ht-v5-meta-item small{min-width:54px!important}
.single-product .ht-v65-page .ht-v6-section-title{text-align:center!important;margin:0 0 20px!important}.single-product .ht-v65-page .ht-v6-section-title h2{margin:0!important;font-size:18px!important;font-weight:400!important;letter-spacing:.28em!important;text-transform:uppercase!important;color:#5d6062!important}.single-product .ht-v65-page .ht-v6-section-title p{margin:6px auto 0!important;font-size:10px!important;color:#999!important}
@media(max-width:767px){.single-product .ht-v65-page .ht-v5-title{font-size:22px!important}.single-product .ht-v65-page .ht-v5-main-current{font-size:22px!important}.single-product .ht-v65-page .ht-v140-benefits li{font-size:10px!important}.single-product .ht-v65-page .ht-v6-section-title h2{font-size:15px!important;letter-spacing:.20em!important}}

/* ========================================================================== */
/* v1.4.1 - typography, quantity, trust rows, mobile buy bar, related cards   */
/* ========================================================================== */
.single-product .ht-v141-page{
  --ht141-green:#67956f;
  --ht141-green-dark:#557e61;
  --ht141-text:#292c2e;
  --ht141-muted:#74787b;
  --ht141-line:#e4e5e2;
  --ht141-soft:#f3f3f1;
}

/* General readability */
.single-product .ht-v141-page .ht-v5-title{font-size:28px!important;line-height:1.14!important}
.single-product .ht-v141-page .ht-v5-short-description{font-size:14.5px!important;line-height:1.62!important;color:#414548!important}
.single-product .ht-v141-page .ht-v5-short-description p{margin-bottom:10px!important}
.single-product .ht-v141-page .ht-v5-long-description{font-size:15.5px!important;line-height:1.7!important;color:#3e4245!important}
.single-product .ht-v141-page .ht-v5-long-description h2{font-size:21px!important;line-height:1.25!important;margin:28px 0 10px!important}
.single-product .ht-v141-page .ht-v5-long-description h3{font-size:18px!important;line-height:1.3!important;margin:23px 0 8px!important}
.single-product .ht-v141-page .ht-v5-long-description li{margin:4px 0!important}
.single-product .ht-v141-page .ht-v6-stock{font-size:12px!important;margin:9px 0 14px!important}
.single-product .ht-v141-page .ht-v5-meta-item{font-size:10.5px!important;line-height:1.45!important}

/* Professional advisory / trust rows */
.single-product .ht-v141-page .ht-v141-benefits{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  margin:15px 0 18px!important;
  padding:0!important;
  list-style:none!important;
  border-top:1px solid var(--ht141-line)!important;
}
.single-product .ht-v141-page .ht-v141-benefit{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:42px!important;
  margin:0!important;
  padding:8px 0!important;
  border-bottom:1px solid #ededeb!important;
  color:#3d4143!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
.single-product .ht-v141-page .ht-v141-benefit-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  border-radius:50%!important;
  background:#f0f1ef!important;
  color:#5f6964!important;
}
.single-product .ht-v141-page .ht-v141-benefit-icon svg{display:block!important;width:15px!important;height:15px!important}
.single-product .ht-v141-page .ht-v141-benefit strong{font-weight:600!important;color:#35383a!important}

/* Accordions and specs - larger, calmer */
.single-product .ht-v141-page .ht-v6-accordion summary{min-height:46px!important;font-size:13px!important;font-weight:600!important;color:#383b3d!important}
.single-product .ht-v141-page .ht-v6-accordion-body{font-size:12.5px!important;line-height:1.55!important;padding-bottom:15px!important}
.single-product .ht-v141-page .ht-v5-specs table{max-width:100%!important}
.single-product .ht-v141-page .ht-v5-specs th,
.single-product .ht-v141-page .ht-v5-specs td{font-size:12.5px!important;line-height:1.45!important;padding:8px 6px!important}
.single-product .ht-v141-page .ht-v5-specs th{width:38%!important;font-weight:650!important}

/* Quantity - reset Auros/native controls and use one clean component */
.single-product .ht-v141-page .ht-v5-cart .quantity{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 116px!important;
  width:116px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d9dbd8!important;
  border-radius:0!important;
  background:#f4f4f2!important;
  box-shadow:none!important;
}
.single-product .ht-v141-page .ht-v5-cart .quantity > *{box-sizing:border-box!important}
.single-product .ht-v141-page .ht-v5-cart .quantity .minus:not(.ht-v63-qty-button),
.single-product .ht-v141-page .ht-v5-cart .quantity .plus:not(.ht-v63-qty-button),
.single-product .ht-v141-page .ht-v5-cart .quantity button:not(.ht-v63-qty-button){display:none!important}
.single-product .ht-v141-page .ht-v5-cart .quantity .ht-v63-qty-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#686c6e!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1!important;
  cursor:pointer!important;
  order:0!important;
}
.single-product .ht-v141-page .ht-v5-cart .quantity input.qty{
  display:block!important;
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #e2e3e0!important;
  border-right:1px solid #e2e3e0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#303335!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:46px!important;
  box-shadow:none!important;
  -moz-appearance:textfield!important;
  order:1!important;
}
.single-product .ht-v141-page .ht-v5-cart .quantity .ht-v63-qty-button.is-minus{order:0!important}
.single-product .ht-v141-page .ht-v5-cart .quantity .ht-v63-qty-button.is-plus{order:2!important}
.single-product .ht-v141-page .ht-v5-cart .quantity input.qty::-webkit-outer-spin-button,
.single-product .ht-v141-page .ht-v5-cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}
.single-product .ht-v141-page .ht-v5-cart .single_add_to_cart_button{
  min-height:48px!important;
  height:48px!important;
  background:var(--ht141-green)!important;
  background-color:var(--ht141-green)!important;
  font-size:12.5px!important;
  font-weight:750!important;
  text-transform:uppercase!important;
}
.single-product .ht-v141-page .ht-v5-cart .single_add_to_cart_button:hover{background:var(--ht141-green-dark)!important;background-color:var(--ht141-green-dark)!important}

/* Related products - readable text/pricing + subtle CTA */
.single-product .ht-v141-page .ht-v141-related-slider{position:relative!important;width:100%!important;max-width:100%!important}
.single-product .ht-v141-page .ht-v141-related-track{
  display:flex!important;
  flex-flow:row nowrap!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 0 5px!important;
  margin:0!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
}
.single-product .ht-v141-page .ht-v141-related-track::-webkit-scrollbar{display:none!important}
.single-product .ht-v141-page .ht-v141-related-card{
  position:relative!important;
  flex:0 0 calc((100% - 72px)/5)!important;
  min-width:0!important;
  padding:0 0 12px!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  scroll-snap-align:start!important;
  text-align:left!important;
}
.single-product .ht-v141-page .ht-v141-related-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:255px!important;
  padding:10px!important;
  overflow:hidden!important;
  background:#f2f2f0!important;
  text-decoration:none!important;
}
.single-product .ht-v141-page .ht-v141-related-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important}
.single-product .ht-v141-page .ht-v141-related-badge{position:absolute!important;z-index:3!important;top:8px!important;right:8px!important;padding:5px 8px!important;background:#171819!important;color:#fff!important;font-size:8.5px!important;font-weight:700!important;text-transform:uppercase!important}
.single-product .ht-v141-page .ht-v141-related-category{display:block!important;margin:10px 0 0!important;color:#8a8d8f!important;font-size:9.5px!important;line-height:1.25!important;text-transform:uppercase!important;letter-spacing:.045em!important}
.single-product .ht-v141-page .ht-v141-related-title{display:block!important;min-height:45px!important;margin:5px 0 0!important;color:#25282a!important;font-size:13.5px!important;font-weight:600!important;line-height:1.38!important;text-decoration:none!important}
.single-product .ht-v141-page .ht-v141-related-prices{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-height:43px!important;margin:8px 0 0!important}
.single-product .ht-v141-page .ht-v141-related-prices del{display:block!important;color:#9a9d9f!important;font-size:11px!important;font-weight:400!important;line-height:1.25!important}
.single-product .ht-v141-page .ht-v141-related-from{color:#8a8d8f!important;font-size:9px!important;text-transform:uppercase!important}
.single-product .ht-v141-page .ht-v141-related-prices strong{display:block!important;color:#5d916c!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important}
.single-product .ht-v141-page .ht-v141-related-footer{display:flex!important;align-items:center!important;justify-content:flex-start!important;margin-top:6px!important}
.single-product .ht-v141-page .ht-v141-related-stock{display:flex!important;align-items:center!important;gap:5px!important;color:#6f7375!important;font-size:9.5px!important}
.single-product .ht-v141-page .ht-v141-related-stock i{display:block!important;width:7px!important;height:7px!important;border-radius:50%!important}.single-product .ht-v141-page .ht-v141-related-stock i.is-green{background:#5fc069!important}.single-product .ht-v141-page .ht-v141-related-stock i.is-red{background:#bd4d4d!important}
.single-product .ht-v141-page .ht-v141-related-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;margin-top:10px!important;padding:0 15px!important;border:1px solid #6d9878!important;background:#fff!important;color:#527b5e!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important;text-transform:uppercase!important;transition:.15s ease!important}
.single-product .ht-v141-page .ht-v141-related-cta:hover{background:#6d9878!important;color:#fff!important}
.single-product .ht-v141-page .ht-v141-related-arrow{position:absolute!important;z-index:5!important;top:111px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#323536!important;color:#fff!important;font-size:26px!important;line-height:1!important;cursor:pointer!important}.single-product .ht-v141-page .ht-v141-related-arrow.is-prev{left:-16px!important}.single-product .ht-v141-page .ht-v141-related-arrow.is-next{right:-16px!important}

/* Mobile-only / desktop-only description slots */
.single-product .ht-v141-page .ht-v141-mobile-description{display:none!important}
.single-product .ht-v141-page .ht-v141-desktop-description{display:block!important}

@media(max-width:767px){
  .single-product .ht-v141-page .ht-v5-title{font-size:23px!important;line-height:1.18!important}
  .single-product .ht-v141-page .ht-v5-short-description{font-size:14px!important;line-height:1.58!important;margin-bottom:10px!important}
  .single-product .ht-v141-page .ht-v141-desktop-description{display:none!important}
  .single-product .ht-v141-page .ht-v141-mobile-description{display:block!important;margin:18px 0 5px!important;padding:18px 0 0!important;border-top:1px solid #e5e6e3!important}
  .single-product .ht-v141-page .ht-v141-mobile-description .ht-v5-long-description{font-size:15px!important;line-height:1.68!important}
  .single-product .ht-v141-page .ht-v141-benefit{font-size:12px!important;min-height:40px!important}
  .single-product .ht-v141-page .ht-v6-accordion summary{font-size:12.5px!important}
  .single-product .ht-v141-page .ht-v6-accordion-body{font-size:12px!important}
  .single-product .ht-v141-page .ht-v5-specs th,.single-product .ht-v141-page .ht-v5-specs td{font-size:12px!important;padding:7px 4px!important}

  .single-product .ht-v141-page .ht-v141-related-track{gap:11px!important}
  .single-product .ht-v141-page .ht-v141-related-card{flex:0 0 48%!important}
  .single-product .ht-v141-page .ht-v141-related-image{height:195px!important;padding:8px!important}
  .single-product .ht-v141-page .ht-v141-related-category{font-size:8.5px!important}
  .single-product .ht-v141-page .ht-v141-related-title{font-size:12px!important;min-height:41px!important}
  .single-product .ht-v141-page .ht-v141-related-prices del{font-size:10px!important}
  .single-product .ht-v141-page .ht-v141-related-prices strong{font-size:14px!important}
  .single-product .ht-v141-page .ht-v141-related-cta{min-height:32px!important;padding:0 11px!important;font-size:10px!important}
  .single-product .ht-v141-page .ht-v141-related-arrow{top:82px!important;width:29px!important;height:29px!important;font-size:23px!important}.single-product .ht-v141-page .ht-v141-related-arrow.is-prev{left:-6px!important}.single-product .ht-v141-page .ht-v141-related-arrow.is-next{right:-6px!important}

  /* Floating bar: compact and visible early once the customer starts scrolling */
  .single-product .ht-v5-mobile-bar{
    left:8px!important;right:8px!important;bottom:8px!important;z-index:99999!important;
    min-height:60px!important;padding:7px 8px 7px 13px!important;gap:10px!important;
    border:1px solid #dedfdd!important;border-radius:13px!important;background:rgba(255,255,255,.985)!important;
    box-shadow:0 8px 26px rgba(16,24,40,.17)!important;backdrop-filter:blur(9px)!important;
  }
  .single-product .ht-v5-mobile-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;flex:1!important}
  .single-product .ht-v5-mobile-regular{display:none!important;color:#999!important;font-size:10px!important;line-height:1.15!important}
  .single-product .ht-v5-mobile-regular.is-visible{display:block!important}
  .single-product .ht-v5-mobile-price{display:block!important;color:#2d3133!important;font-size:18px!important;font-weight:800!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .single-product .ht-v5-mobile-price.is-prompt{font-size:14px!important;font-weight:650!important;color:#555!important}
  .single-product .ht-v5-mobile-bar button{min-width:126px!important;min-height:46px!important;height:46px!important;padding:0 15px!important;border:0!important;border-radius:0!important;background:var(--ht141-green)!important;background-color:var(--ht141-green)!important;color:#fff!important;font-size:11.5px!important;font-weight:750!important;text-transform:uppercase!important}
  body.ht-v5-mobile-bar-active{padding-bottom:76px!important}
}


/* ========================================================================== */
/* v1.4.2 - preserve v6.5 layout, one movable long description, safe USP UI  */
/* ========================================================================== */
.single-product .ht-v142-page .ht-v142-description{display:block!important;margin-top:18px!important;padding:0!important;border:0!important;background:transparent!important}
.single-product .ht-v142-page .ht-v142-description .ht-v5-long-description{display:block!important;max-width:100%!important;font-size:15.5px!important;line-height:1.68!important;color:#3f4447!important}
.single-product .ht-v142-page .ht-v142-description .ht-v5-long-description p{margin:0 0 12px!important}
.single-product .ht-v142-page .ht-v142-description .ht-v5-long-description h2{margin:24px 0 9px!important;font-size:20px!important;line-height:1.25!important}
.single-product .ht-v142-page .ht-v142-description .ht-v5-long-description h3{margin:20px 0 8px!important;font-size:17px!important;line-height:1.3!important}
.single-product .ht-v142-page .ht-v142-description-anchor{display:none!important}

.single-product .ht-v142-page .ht-v142-benefits{display:flex!important;flex-direction:column!important;gap:0!important;margin:14px 0 17px!important;padding:0!important;list-style:none!important;border-top:1px solid #e7e8e5!important}
.single-product .ht-v142-page .ht-v142-benefit{display:flex!important;align-items:center!important;gap:10px!important;min-height:40px!important;margin:0!important;padding:7px 0!important;border-bottom:1px solid #ececea!important;color:#414547!important;font-size:12.5px!important;line-height:1.35!important}
.single-product .ht-v142-page .ht-v142-benefit-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:27px!important;height:27px!important;min-width:27px!important;max-width:27px!important;flex:0 0 27px!important;border-radius:50%!important;background:#f1f2ef!important;color:#66716a!important;overflow:hidden!important}
.single-product .ht-v142-page .ht-v142-benefit-icon svg{display:block!important;width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important;max-height:15px!important}
.single-product .ht-v142-page .ht-v142-benefit strong{font-weight:650!important;color:#34383a!important}

/* Critical related-product sizing duplicated here intentionally - Auros must never stack these cards. */
.single-product .ht-v142-page .ht-v141-related-slider{position:relative!important;width:100%!important;max-width:100%!important}
.single-product .ht-v142-page .ht-v141-related-track{display:flex!important;flex-flow:row nowrap!important;align-items:flex-start!important;gap:18px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 5px!important;margin:0!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important}
.single-product .ht-v142-page .ht-v141-related-track::-webkit-scrollbar{display:none!important}
.single-product .ht-v142-page .ht-v141-related-card{position:relative!important;display:block!important;flex:0 0 calc((100% - 72px)/5)!important;width:calc((100% - 72px)/5)!important;min-width:0!important;padding:0 0 12px!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;scroll-snap-align:start!important;text-align:left!important}
.single-product .ht-v142-page .ht-v141-related-image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:255px!important;padding:10px!important;overflow:hidden!important;background:#f2f2f0!important;text-decoration:none!important}
.single-product .ht-v142-page .ht-v141-related-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important}

@media(max-width:767px){
  .single-product .ht-v142-page .ht-v142-description{margin:17px 0 4px!important;padding:17px 0 0!important;border-top:1px solid #e4e5e2!important}
  .single-product .ht-v142-page .ht-v142-description .ht-v5-long-description{font-size:15px!important;line-height:1.68!important}
  .single-product .ht-v142-page .ht-v142-benefit{font-size:12px!important;min-height:38px!important}
  .single-product .ht-v142-page .ht-v141-related-track{gap:11px!important}
  .single-product .ht-v142-page .ht-v141-related-card{flex:0 0 48%!important;width:48%!important}
  .single-product .ht-v142-page .ht-v141-related-image{height:195px!important;padding:8px!important}
}


/* ========================================================================== */
/* v1.4.3 - hard fixes: quantity, mobile flow/bar, related products            */
/* ========================================================================== */
:root{
  --ht141-green:#67956f;
  --ht141-green-dark:#557e61;
  --ht143-green:#67956f;
  --ht143-green-dark:#557e61;
}

/* Description copies: only one is visible per breakpoint. No DOM moving. */
.single-product .ht-v143-page .ht-v143-mobile-description{display:none!important}
.single-product .ht-v143-page .ht-v143-desktop-description{display:block!important;margin-top:18px!important}
.single-product .ht-v143-page .ht-v143-desktop-description .ht-v5-long-description,
.single-product .ht-v143-page .ht-v143-mobile-description .ht-v5-long-description{font-size:15.5px!important;line-height:1.7!important;color:#3e4245!important}

/* Rebuild quantity visually from scratch. */
.single-product .ht-v143-page .ht-v5-cart .variations_button,
.single-product .ht-v143-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;margin:10px 0 0!important;padding:0!important}
.single-product .ht-v143-page .ht-v5-cart .quantity{
  display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:flex-start!important;
  flex:0 0 118px!important;width:118px!important;min-width:118px!important;max-width:118px!important;height:48px!important;min-height:48px!important;
  margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid #d7d9d6!important;border-radius:0!important;background:#f3f3f1!important;box-shadow:none!important
}
.single-product .ht-v143-page .ht-v5-cart .quantity input.minus,
.single-product .ht-v143-page .ht-v5-cart .quantity input.plus,
.single-product .ht-v143-page .ht-v5-cart .quantity button:not(.ht-v143-qty-button){display:none!important}
.single-product .ht-v143-page .ht-v5-cart .quantity .ht-v143-qty-button{
  display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 35px!important;width:35px!important;height:46px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#f3f3f1!important;color:#626668!important;font-size:18px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important
}
.single-product .ht-v143-page .ht-v5-cart .quantity input.qty{
  display:block!important;flex:0 0 46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;
  margin:0!important;padding:0!important;border:0!important;border-left:1px solid #dedfdd!important;border-right:1px solid #dedfdd!important;border-radius:0!important;
  background:#fff!important;color:#292d2f!important;text-align:center!important;font-size:14px!important;font-weight:650!important;line-height:46px!important;box-shadow:none!important;-moz-appearance:textfield!important
}
.single-product .ht-v143-page .ht-v5-cart .quantity input.qty::-webkit-inner-spin-button,
.single-product .ht-v143-page .ht-v5-cart .quantity input.qty::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}
.single-product .ht-v143-page .ht-v5-cart .single_add_to_cart_button{
  flex:1 1 auto!important;width:auto!important;min-width:0!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:0!important;
  background:#67956f!important;background-color:#67956f!important;color:#fff!important;font-size:12.5px!important;font-weight:750!important;text-transform:uppercase!important;box-shadow:none!important
}
.single-product .ht-v143-page .ht-v5-cart .single_add_to_cart_button:hover{background:#557e61!important;background-color:#557e61!important}

/* Related product band - deliberately strong selectors and readable content. */
.single-product .ht-v143-page .ht-v143-related-slider{position:relative!important;width:100%!important;max-width:100%!important}
.single-product .ht-v143-page .ht-v143-related-track{display:flex!important;flex-flow:row nowrap!important;gap:18px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 6px!important;margin:0!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important}
.single-product .ht-v143-page .ht-v143-related-track::-webkit-scrollbar{display:none!important}
.single-product .ht-v143-page .ht-v143-related-card{position:relative!important;flex:0 0 calc((100% - 72px)/5)!important;width:calc((100% - 72px)/5)!important;min-width:0!important;padding:0 0 12px!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;scroll-snap-align:start!important;text-align:left!important}
.single-product .ht-v143-page .ht-v143-related-image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:245px!important;padding:10px!important;overflow:hidden!important;background:#f2f2f0!important;text-decoration:none!important}
.single-product .ht-v143-page .ht-v143-related-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important}
.single-product .ht-v143-page .ht-v143-related-badge{position:absolute!important;z-index:3!important;top:8px!important;right:8px!important;padding:5px 8px!important;background:#171819!important;color:#fff!important;font-size:8.5px!important;font-weight:700!important;text-transform:uppercase!important}
.single-product .ht-v143-page .ht-v143-related-category{display:block!important;margin:10px 0 0!important;color:#85898b!important;font-size:10px!important;line-height:1.25!important;text-transform:uppercase!important;letter-spacing:.04em!important}
.single-product .ht-v143-page .ht-v143-related-title{display:block!important;min-height:48px!important;margin:5px 0 0!important;color:#25282a!important;font-size:13.5px!important;font-weight:600!important;line-height:1.4!important;text-decoration:none!important}
.single-product .ht-v143-page .ht-v143-related-prices{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-height:46px!important;margin:8px 0 0!important}
.single-product .ht-v143-page .ht-v143-related-prices del{display:block!important;color:#929699!important;font-size:11px!important;font-weight:400!important;line-height:1.25!important}
.single-product .ht-v143-page .ht-v143-related-from{color:#85898b!important;font-size:9.5px!important;text-transform:uppercase!important}
.single-product .ht-v143-page .ht-v143-related-prices strong{display:block!important;color:#4f8b60!important;font-size:17px!important;font-weight:800!important;line-height:1.2!important}
.single-product .ht-v143-page .ht-v143-related-footer{display:flex!important;align-items:center!important;justify-content:flex-start!important;margin-top:5px!important}
.single-product .ht-v143-page .ht-v143-related-stock{display:flex!important;align-items:center!important;gap:5px!important;color:#696e71!important;font-size:9.5px!important}
.single-product .ht-v143-page .ht-v143-related-stock i{display:block!important;width:7px!important;height:7px!important;border-radius:50%!important}
.single-product .ht-v143-page .ht-v143-related-stock i.is-green{background:#5fc069!important}.single-product .ht-v143-page .ht-v143-related-stock i.is-red{background:#bd4d4d!important}
.single-product .ht-v143-page .ht-v143-related-cta{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:36px!important;margin-top:10px!important;padding:0 12px!important;border:1px solid #67956f!important;background:#fff!important;color:#527b5e!important;font-size:11px!important;font-weight:750!important;text-decoration:none!important;text-transform:uppercase!important}
.single-product .ht-v143-page .ht-v143-related-cta:hover{background:#67956f!important;color:#fff!important}
.single-product .ht-v143-page .ht-v143-related-arrow{position:absolute!important;z-index:6!important;top:106px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#323536!important;color:#fff!important;font-size:26px!important;line-height:1!important;cursor:pointer!important}
.single-product .ht-v143-page .ht-v143-related-arrow.is-prev{left:-16px!important}.single-product .ht-v143-page .ht-v143-related-arrow.is-next{right:-16px!important}

/* Mobile floating bar lives outside .ht-v143-page, so never depend on scoped CSS variables. */
@media(max-width:767px){
  .single-product .ht-v143-page .ht-v143-desktop-description{display:none!important}
  .single-product .ht-v143-page .ht-v143-mobile-description{display:block!important;margin:18px 0 4px!important;padding:17px 0 0!important;border-top:1px solid #e4e5e2!important}
  .single-product .ht-v143-page .ht-v143-mobile-description .ht-v5-long-description{font-size:15px!important;line-height:1.68!important}
  .single-product .ht-v143-page .ht-v143-related-track{gap:11px!important}
  .single-product .ht-v143-page .ht-v143-related-card{flex:0 0 48%!important;width:48%!important}
  .single-product .ht-v143-page .ht-v143-related-image{height:195px!important;padding:8px!important}
  .single-product .ht-v143-page .ht-v143-related-category{font-size:9px!important}
  .single-product .ht-v143-page .ht-v143-related-title{font-size:12px!important;min-height:43px!important}
  .single-product .ht-v143-page .ht-v143-related-prices del{font-size:10px!important}.single-product .ht-v143-page .ht-v143-related-prices strong{font-size:15px!important}
  .single-product .ht-v143-page .ht-v143-related-cta{min-height:34px!important;font-size:10px!important}
  .single-product .ht-v143-page .ht-v143-related-arrow{top:82px!important;width:29px!important;height:29px!important;font-size:23px!important}.single-product .ht-v143-page .ht-v143-related-arrow.is-prev{left:-6px!important}.single-product .ht-v143-page .ht-v143-related-arrow.is-next{right:-6px!important}

  .single-product .ht-v5-mobile-bar{left:8px!important;right:8px!important;bottom:8px!important;z-index:99999!important;min-height:60px!important;padding:7px 8px 7px 13px!important;gap:10px!important;border:1px solid #dedfdd!important;border-radius:13px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 8px 26px rgba(16,24,40,.17)!important;backdrop-filter:blur(9px)!important}
  .single-product .ht-v5-mobile-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;flex:1!important}
  .single-product .ht-v5-mobile-regular{display:none!important;color:#999!important;font-size:10px!important;line-height:1.15!important}.single-product .ht-v5-mobile-regular.is-visible{display:block!important}
  .single-product .ht-v5-mobile-price{display:block!important;color:#2d3133!important;font-size:18px!important;font-weight:800!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .single-product .ht-v5-mobile-price.is-prompt{font-size:14px!important;font-weight:650!important;color:#555!important}
  .single-product .ht-v5-mobile-bar button{min-width:126px!important;min-height:46px!important;height:46px!important;padding:0 15px!important;border:0!important;border-radius:0!important;background:#67956f!important;background-color:#67956f!important;color:#fff!important;font-size:11.5px!important;font-weight:750!important;text-transform:uppercase!important}
  body.ht-v5-mobile-bar-active{padding-bottom:76px!important}
}


/* ========================================================================== */
/* v1.4.4 - single description, visual quantity, stable related product strip */
/* ========================================================================== */
:root{--ht141-green:#67956f;--ht141-green-dark:#557e61}
.single-product .ht-v144-page .ht-v144-description .ht-v5-long-description{font-size:15.5px!important;line-height:1.7!important;color:#3e4245!important}
.single-product .ht-v144-page .ht-v144-buy-main .ht-v5-short-description{font-size:14.5px!important;line-height:1.58!important}
.single-product .ht-v144-page .ht-v5-cart .quantity{display:none!important}
.single-product .ht-v144-page .ht-v144-qty-ui{display:flex!important;flex:0 0 116px!important;width:116px!important;height:48px!important;align-items:stretch!important;border:1px solid #d7d9d6!important;background:#f3f3f1!important;box-sizing:border-box!important}
.single-product .ht-v144-page .ht-v144-qty-ui button{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px!important;width:34px!important;height:46px!important;padding:0!important;margin:0!important;border:0!important;background:#f3f3f1!important;color:#555!important;font-size:18px!important;box-shadow:none!important;cursor:pointer!important}
.single-product .ht-v144-page .ht-v144-qty-value{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 46px!important;width:46px!important;height:46px!important;border-left:1px solid #dedfdd!important;border-right:1px solid #dedfdd!important;background:#fff!important;color:#292c2e!important;font-size:14px!important;font-weight:600!important;box-sizing:border-box!important}
.single-product .ht-v144-page .ht-v5-cart .variations_button,.single-product .ht-v144-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important}
.single-product .ht-v144-page .ht-v5-cart .single_add_to_cart_button{flex:1 1 auto!important;min-width:0!important;height:48px!important;min-height:48px!important;background:#67956f!important;background-color:#67956f!important;color:#fff!important;border:0!important;border-radius:0!important}
.single-product .ht-v144-page .ht-v144-related-track{scrollbar-width:none!important}
.single-product .ht-v144-page .ht-v144-related-track::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.single-product .ht-v144-page .ht-v144-related-prices .woocommerce-Price-amount,.single-product .ht-v144-page .ht-v144-related-prices .woocommerce-Price-currencySymbol{font-size:inherit!important;color:inherit!important;font-weight:inherit!important}
.single-product .ht-v144-page .ht-v144-related-cta:hover{background:#67956f!important;color:#fff!important}
@media(max-width:767px){
  .single-product .ht-v144-page .ht-v62-left,.single-product .ht-v144-page .ht-v62-right{display:contents!important}
  .single-product .ht-v144-page .ht-v62-gallery-wrap{order:1!important;width:100%!important}
  .single-product .ht-v144-page .ht-v144-buy-main{order:2!important;width:100%!important}
  .single-product .ht-v144-page .ht-v144-description{order:3!important;width:100%!important;margin:18px 0 0!important;padding:17px 0 0!important;border-top:1px solid #e4e5e2!important}
  .single-product .ht-v144-page .ht-v144-buy-extra{order:4!important;width:100%!important}
  .single-product .ht-v144-page .ht-v144-description .ht-v5-long-description{font-size:15px!important;line-height:1.68!important}
  .single-product .ht-v144-page .ht-v144-related-card{flex:0 0 48%!important;width:48%!important}
  .single-product .ht-v144-page .ht-v144-related-image{height:195px!important}
  .single-product .ht-v144-page .ht-v144-related-title{font-size:12px!important;min-height:43px!important}
  .single-product .ht-v144-page .ht-v144-related-cta{min-height:35px!important;font-size:10.5px!important}
  .single-product .ht-v5-mobile-bar{left:8px!important;right:8px!important;bottom:8px!important;z-index:99999!important;min-height:60px!important;padding:7px 8px 7px 13px!important;gap:10px!important;border:1px solid #dedfdd!important;border-radius:13px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 8px 26px rgba(16,24,40,.17)!important;backdrop-filter:blur(9px)!important}
  .single-product .ht-v5-mobile-bar button{min-width:126px!important;min-height:46px!important;height:46px!important;background:#67956f!important;background-color:#67956f!important;color:#fff!important;border:0!important;border-radius:0!important}
  body.ht-v5-mobile-bar-active{padding-bottom:76px!important}
}


/* v1.4.5 fixes */
.single-product .ht-v144-page .ht-v142-benefits{display:flex!important;flex-direction:column!important;gap:0!important;margin:14px 0 17px!important;padding:0!important;list-style:none!important;border-top:1px solid #e7e8e5!important}
.single-product .ht-v144-page .ht-v142-benefit{display:flex!important;align-items:center!important;gap:10px!important;min-height:42px!important;margin:0!important;padding:8px 0!important;border-bottom:1px solid #ececea!important;color:#414547!important;font-size:13px!important;line-height:1.4!important}
.single-product .ht-v144-page .ht-v142-benefit-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;flex:0 0 30px!important;border-radius:50%!important;background:#f1f2ef!important;color:#66716a!important;overflow:hidden!important}
.single-product .ht-v144-page .ht-v142-benefit-icon svg{display:block!important;width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important;max-height:15px!important}
.single-product .ht-v144-page .ht-v142-benefit strong{font-weight:650!important;color:#34383a!important}
.single-product .ht-v144-page .ht-v144-qty-ui{display:flex!important;flex:0 0 126px!important;width:126px!important;min-width:126px!important;max-width:126px!important;height:48px!important;align-items:stretch!important;border:1px solid #d7d9d6!important;background:#f3f3f1!important;box-sizing:border-box!important;overflow:hidden!important}
.single-product .ht-v144-page .ht-v144-qty-ui button{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;min-width:40px!important;height:46px!important;padding:0!important;margin:0!important;border:0!important;background:#f3f3f1!important;color:#2d3133!important;font-size:22px!important;font-weight:500!important;line-height:1!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important}
.single-product .ht-v144-page .ht-v144-qty-ui .ht-v144-qty-value{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;min-width:44px!important;height:46px!important;border-left:1px solid #dedfdd!important;border-right:1px solid #dedfdd!important;background:#fff!important;color:#2d3133!important;font-size:14px!important;font-weight:600!important;line-height:1!important}
.single-product .ht-v144-page .ht-v145-related-track{scrollbar-width:none!important}.single-product .ht-v144-page .ht-v145-related-track::-webkit-scrollbar{display:none!important;height:0!important}
.single-product .ht-v144-page .ht-v145-related-card{display:flex!important;flex-direction:column!important}
.single-product .ht-v144-page .ht-v145-related-title{min-height:52px!important}
.single-product .ht-v144-page .ht-v145-related-prices .woocommerce-Price-amount,.single-product .ht-v144-page .ht-v145-related-prices .woocommerce-Price-currencySymbol{font-size:inherit!important;color:inherit!important;font-weight:inherit!important}
.single-product .ht-v144-page .ht-v145-related-cta:hover{background:#67956f!important;color:#fff!important}
.ht-v145-lightbox{position:fixed!important;inset:0!important;z-index:99999!important;display:none!important;align-items:center!important;justify-content:center!important;background:rgba(17,18,19,.86)!important;padding:26px!important}
.ht-v145-lightbox.is-open{display:flex!important}
.ht-v145-lightbox-dialog{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;max-width:min(1200px,96vw)!important;max-height:92vh!important}
.ht-v145-lightbox-close{position:absolute!important;top:-16px!important;right:-16px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#1e2022!important;font-size:26px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 8px 26px rgba(0,0,0,.24)!important}
.ht-v145-lightbox img{display:block!important;max-width:min(1200px,96vw)!important;max-height:92vh!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#fff!important}
@media(max-width:767px){
  .single-product .ht-v144-page .ht-v142-benefit{font-size:12px!important;min-height:40px!important}
  .single-product .ht-v144-page .ht-v144-qty-ui{flex:0 0 116px!important;width:116px!important;min-width:116px!important;max-width:116px!important}
  .single-product .ht-v144-page .ht-v144-qty-ui button{width:36px!important;min-width:36px!important}
  .single-product .ht-v144-page .ht-v144-qty-ui .ht-v144-qty-value{width:44px!important;min-width:44px!important}
}


/* v1.4.6 focused fixes: quantity, mobile order, professional benefits */
.single-product .ht-v146-page .ht-v5-cart .quantity{display:grid!important;grid-template-columns:40px 44px 40px!important;align-items:stretch!important;flex:0 0 124px!important;width:124px!important;min-width:124px!important;height:48px!important;margin:0!important;padding:0!important;border:1px solid #d7d9d6!important;border-radius:0!important;background:#f3f3f1!important;overflow:hidden!important;box-sizing:border-box!important}
.single-product .ht-v146-page .ht-v5-cart .quantity .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}
.single-product .ht-v146-page .ht-v5-cart .quantity input.qty{display:block!important;grid-column:2!important;grid-row:1!important;width:44px!important;min-width:44px!important;height:46px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #dedfdd!important;border-right:1px solid #dedfdd!important;border-radius:0!important;background:#fff!important;color:#2d3133!important;font-size:14px!important;font-weight:600!important;line-height:46px!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield!important;appearance:textfield!important}
.single-product .ht-v146-page .ht-v5-cart .quantity input.qty::-webkit-outer-spin-button,.single-product .ht-v146-page .ht-v5-cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}
.single-product .ht-v146-page .ht-v5-cart .quantity .ht-v146-qty-button{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;min-width:40px!important;height:46px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#f3f3f1!important;color:#2d3133!important;font-size:22px!important;font-weight:500!important;line-height:1!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}
.single-product .ht-v146-page .ht-v5-cart .quantity .ht-v146-qty-minus{grid-column:1!important;grid-row:1!important}.single-product .ht-v146-page .ht-v5-cart .quantity .ht-v146-qty-plus{grid-column:3!important;grid-row:1!important}
.single-product .ht-v146-page .ht-v5-cart .variations_button,.single-product .ht-v146-page .ht-v5-cart form.cart:not(.variations_form):not(.grouped_form){display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important}
.single-product .ht-v146-page .ht-v5-cart .single_add_to_cart_button{height:48px!important;min-height:48px!important;flex:1 1 auto!important}
.single-product .ht-v146-page .ht-v142-benefits{display:flex!important;flex-direction:column!important;gap:0!important;margin:15px 0 18px!important;padding:0!important;list-style:none!important;border-top:1px solid #e8e9e6!important}
.single-product .ht-v146-page .ht-v142-benefit{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:44px!important;margin:0!important;padding:8px 0!important;border-bottom:1px solid #ececea!important;list-style:none!important;color:#4b4f51!important;font-size:12.75px!important;line-height:1.38!important}
.single-product .ht-v146-page .ht-v142-benefit::marker{content:""!important}.single-product .ht-v146-page .ht-v142-benefit:before{display:none!important;content:none!important}
.single-product .ht-v146-page .ht-v142-benefit-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;border-radius:50%!important;background:#f3f4f1!important;color:#5f6b64!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #e6e8e4!important}
.single-product .ht-v146-page .ht-v142-benefit-icon svg{display:block!important;width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important;max-height:15px!important}
.single-product .ht-v146-page .ht-v142-benefit span:last-child{display:block!important;min-width:0!important}.single-product .ht-v146-page .ht-v142-benefit strong{font-weight:700!important;color:#2e3234!important}
@media(max-width:767px){
  .single-product .ht-v146-page .ht-v62-top{display:flex!important;flex-direction:column!important;gap:8px!important}
  .single-product .ht-v146-page .ht-v62-left,.single-product .ht-v146-page .ht-v62-right{display:block!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important}
  .single-product .ht-v146-page .ht-v62-gallery-wrap{width:100%!important}
  .single-product .ht-v146-page .ht-v144-buy-main{width:100%!important}
  .single-product .ht-v146-page .ht-v144-description{width:100%!important;margin:16px 0 0!important;padding:16px 0 0!important;border-top:1px solid #e4e5e2!important}
  .single-product .ht-v146-page .ht-v144-buy-extra{width:100%!important}
  .single-product .ht-v146-page .ht-v142-benefit{font-size:12px!important;min-height:42px!important}
  .single-product .ht-v146-page .ht-v5-cart .quantity{grid-template-columns:36px 44px 36px!important;flex:0 0 116px!important;width:116px!important;min-width:116px!important}
  .single-product .ht-v146-page .ht-v5-cart .quantity .ht-v146-qty-button{width:36px!important;min-width:36px!important}
}

/* v1.4.7 focused fixes: quantity, mobile description order, professional benefits */
.single-product .ht-v147-page .ht-v147-cart .quantity{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex:0 0 126px!important;width:126px!important;min-width:126px!important;height:48px!important;margin:0!important;padding:0!important;border:1px solid #d8dad7!important;border-radius:0!important;background:#f4f4f2!important;overflow:hidden!important;box-sizing:border-box!important}
.single-product .ht-v147-page .ht-v147-cart .quantity input.qty{display:block!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #dedfdd!important;border-right:1px solid #dedfdd!important;border-radius:0!important;background:#fff!important;color:#2e3133!important;font-size:14px!important;font-weight:600!important;line-height:46px!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield!important;appearance:textfield!important}
.single-product .ht-v147-page .ht-v147-cart .quantity input.qty::-webkit-outer-spin-button,.single-product .ht-v147-page .ht-v147-cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}
.single-product .ht-v147-page .ht-v147-cart .ht-v147-qty-btn{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#f4f4f2!important;color:#2e3133!important;font-size:20px!important;font-weight:500!important;line-height:1!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}
.single-product .ht-v147-page .ht-v147-cart .variations_button,.single-product .ht-v147-page .ht-v147-cart form.cart:not(.variations_form):not(.grouped_form){display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important}
.single-product .ht-v147-page .ht-v147-cart .single_add_to_cart_button{height:48px!important;min-height:48px!important;flex:1 1 auto!important}
.single-product .ht-v147-page .ht-v147-benefits{display:flex!important;flex-direction:column!important;margin:16px 0 18px!important;border-top:1px solid #e7e8e5!important}
.single-product .ht-v147-page .ht-v147-benefit{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-height:46px!important;padding:8px 0!important;border-bottom:1px solid #ececea!important;color:#4a4e50!important;font-size:12.75px!important;line-height:1.35!important}
.single-product .ht-v147-page .ht-v147-benefit-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#f3f4f1!important;color:#5f6b64!important;box-shadow:inset 0 0 0 1px #e6e8e4!important}
.single-product .ht-v147-page .ht-v147-benefit-icon svg{display:block!important;width:15px!important;height:15px!important}
.single-product .ht-v147-page .ht-v147-benefit-copy strong{display:block!important;color:#2f3335!important;font-size:12.75px!important;font-weight:700!important;line-height:1.25!important}
.single-product .ht-v147-page .ht-v147-benefit-copy span{display:block!important;margin-top:2px!important;color:#727678!important;font-size:11.5px!important;line-height:1.3!important}
@media(max-width:767px){
  .single-product .ht-v147-page .ht-v62-top{display:flex!important;flex-direction:column!important;gap:0!important}
  .single-product .ht-v147-page .ht-v62-left,.single-product .ht-v147-page .ht-v62-right,.single-product .ht-v147-page .ht-v62-buybox{display:contents!important}
  .single-product .ht-v147-page .ht-v62-gallery-wrap{order:1!important;width:100%!important}
  .single-product .ht-v147-page .ht-v144-buy-main{order:2!important;width:100%!important;margin-top:12px!important}
  .single-product .ht-v147-page .ht-v144-description{order:3!important;width:100%!important;margin:18px 0 0!important;padding:18px 0 0!important;border-top:1px solid #e5e6e3!important}
  .single-product .ht-v147-page .ht-v144-buy-extra{order:4!important;width:100%!important}
  .single-product .ht-v147-page .ht-v147-cart .quantity{flex:0 0 116px!important;width:116px!important;min-width:116px!important}
  .single-product .ht-v147-page .ht-v147-cart .ht-v147-qty-btn{flex-basis:36px!important;width:36px!important;min-width:36px!important}
  .single-product .ht-v147-page .ht-v147-benefit{font-size:12px!important;min-height:44px!important}
}


/* v1.4.8 - shortcode typography controls */
.single-product .ht-sc-title{font-size:var(--ht-sc-title-size,28px)!important;line-height:var(--ht-sc-title-line,1.14)!important;font-weight:var(--ht-sc-title-weight,700)!important;color:var(--ht-sc-title-color,#252729)!important}
.single-product .ht-sc-price .ht-v5-main-current{font-size:var(--ht-sc-price-current-size,24px)!important;color:var(--ht-sc-price-current-color,#60936f)!important}
.single-product .ht-sc-price .ht-v5-main-regular{font-size:var(--ht-sc-price-regular-size,13px)!important;color:var(--ht-sc-price-regular-color,#a1a3a4)!important}
.single-product .ht-sc-price .ht-v5-saving,.single-product .ht-sc-price .ht-v5-saving span,.single-product .ht-sc-price .ht-v5-saving small{font-size:var(--ht-sc-price-saving-size,11px)!important;color:var(--ht-sc-price-saving-color,inherit)!important}
.single-product .ht-sc-short{font-size:var(--ht-sc-short-size,14.5px)!important;line-height:var(--ht-sc-short-line,1.62)!important;color:var(--ht-sc-short-color,#414548)!important}
.single-product .ht-sc-description{font-size:var(--ht-sc-description-size,15.5px)!important;line-height:var(--ht-sc-description-line,1.7)!important;color:var(--ht-sc-description-color,#3e4245)!important}
.single-product .ht-sc-description h2{font-size:var(--ht-sc-description-h2-size,21px)!important}
.single-product .ht-sc-description h3{font-size:var(--ht-sc-description-h3-size,18px)!important}
.single-product .ht-sc-cart .single_add_to_cart_button{font-size:var(--ht-sc-cart-button-size,12px)!important}
.single-product .ht-sc-cart table.variations select{font-size:var(--ht-sc-cart-select-size,13px)!important}
.single-product .ht-sc-cart table.variations label{font-size:var(--ht-sc-cart-label-size,12px)!important}
.single-product .ht-sc-cart input.qty,.single-product .ht-sc-cart .ht-v147-qty-btn,.single-product .ht-sc-cart .ht-v146-qty-button{font-size:var(--ht-sc-cart-qty-size,14px)!important}
.single-product .ht-sc-stock{font-size:var(--ht-sc-stock-size,11px)!important}
.single-product .ht-sc-stock .ht-v6-stock-delivery{font-size:var(--ht-sc-stock-delivery-size,10px)!important}
.single-product .ht-sc-meta .ht-v5-meta-item,.single-product .ht-sc-meta .ht-v5-meta-item strong{font-size:var(--ht-sc-meta-size,10.5px)!important}
.single-product .ht-sc-meta .ht-v5-meta-item small{font-size:var(--ht-sc-meta-label-size,10.5px)!important}
.single-product .ht-sc-accordions .ht-v6-accordion summary{font-size:var(--ht-sc-accordion-title-size,13px)!important}
.single-product .ht-sc-accordions .ht-v6-accordion-body{font-size:var(--ht-sc-accordion-content-size,12.5px)!important}
.single-product .ht-sc-accordions .ht-v5-specs th,.single-product .ht-sc-accordions .ht-v5-specs td{font-size:var(--ht-sc-spec-size,11px)!important}
.single-product .ht-sc-accessories .htai-accessory-title{font-size:var(--ht-sc-accessory-title-size,13px)!important}
.single-product .ht-sc-accessories .htai-accessory-price strong{font-size:var(--ht-sc-accessory-price-size,15px)!important}
.single-product .ht-sc-accessories .htai-accessory-button{font-size:var(--ht-sc-accessory-button-size,11px)!important}
.single-product .ht-sc-related .ht-v145-related-category{font-size:var(--ht-sc-related-category-size,10.5px)!important}
.single-product .ht-sc-related .ht-v145-related-title{font-size:var(--ht-sc-related-title-size,13.5px)!important}
.single-product .ht-sc-related .ht-v145-related-prices del{font-size:var(--ht-sc-related-regular-size,12px)!important}
.single-product .ht-sc-related .ht-v145-related-prices strong{font-size:var(--ht-sc-related-price-size,19px)!important}
.single-product .ht-sc-related .ht-v145-related-saving{font-size:var(--ht-sc-related-saving-size,10px)!important}
.single-product .ht-sc-related .ht-v145-related-stock{font-size:var(--ht-sc-related-stock-size,10px)!important}
.single-product .ht-sc-related .ht-v145-related-cta{font-size:var(--ht-sc-related-button-size,11.5px)!important}
@media(max-width:767px){
 .single-product .ht-sc-title{font-size:var(--ht-sc-title-size-mobile,var(--ht-sc-title-size,23px))!important;line-height:var(--ht-sc-title-line-mobile,var(--ht-sc-title-line,1.18))!important}
 .single-product .ht-sc-price .ht-v5-main-current{font-size:var(--ht-sc-price-current-size-mobile,var(--ht-sc-price-current-size,22px))!important}
 .single-product .ht-sc-price .ht-v5-main-regular{font-size:var(--ht-sc-price-regular-size-mobile,var(--ht-sc-price-regular-size,12px))!important}
 .single-product .ht-sc-price .ht-v5-saving,.single-product .ht-sc-price .ht-v5-saving span,.single-product .ht-sc-price .ht-v5-saving small{font-size:var(--ht-sc-price-saving-size-mobile,var(--ht-sc-price-saving-size,10px))!important}
 .single-product .ht-sc-short{font-size:var(--ht-sc-short-size-mobile,var(--ht-sc-short-size,14px))!important;line-height:var(--ht-sc-short-line-mobile,var(--ht-sc-short-line,1.58))!important}
 .single-product .ht-sc-description{font-size:var(--ht-sc-description-size-mobile,var(--ht-sc-description-size,15px))!important;line-height:var(--ht-sc-description-line-mobile,var(--ht-sc-description-line,1.68))!important}
 .single-product .ht-sc-description h2{font-size:var(--ht-sc-description-h2-size-mobile,var(--ht-sc-description-h2-size,20px))!important}
 .single-product .ht-sc-description h3{font-size:var(--ht-sc-description-h3-size-mobile,var(--ht-sc-description-h3-size,17px))!important}
 .single-product .ht-sc-cart .single_add_to_cart_button{font-size:var(--ht-sc-cart-button-size-mobile,var(--ht-sc-cart-button-size,11px))!important}
 .single-product .ht-sc-cart table.variations select{font-size:var(--ht-sc-cart-select-size-mobile,var(--ht-sc-cart-select-size,13px))!important}
 .single-product .ht-sc-cart table.variations label{font-size:var(--ht-sc-cart-label-size-mobile,var(--ht-sc-cart-label-size,12px))!important}
 .single-product .ht-sc-cart input.qty,.single-product .ht-sc-cart .ht-v147-qty-btn,.single-product .ht-sc-cart .ht-v146-qty-button{font-size:var(--ht-sc-cart-qty-size-mobile,var(--ht-sc-cart-qty-size,14px))!important}
 .single-product .ht-sc-stock{font-size:var(--ht-sc-stock-size-mobile,var(--ht-sc-stock-size,11px))!important}
 .single-product .ht-sc-stock .ht-v6-stock-delivery{font-size:var(--ht-sc-stock-delivery-size-mobile,var(--ht-sc-stock-delivery-size,10px))!important}
 .single-product .ht-sc-meta .ht-v5-meta-item,.single-product .ht-sc-meta .ht-v5-meta-item strong{font-size:var(--ht-sc-meta-size-mobile,var(--ht-sc-meta-size,10px))!important}
 .single-product .ht-sc-meta .ht-v5-meta-item small{font-size:var(--ht-sc-meta-label-size-mobile,var(--ht-sc-meta-label-size,10px))!important}
 .single-product .ht-sc-accordions .ht-v6-accordion summary{font-size:var(--ht-sc-accordion-title-size-mobile,var(--ht-sc-accordion-title-size,12.5px))!important}
 .single-product .ht-sc-accordions .ht-v6-accordion-body{font-size:var(--ht-sc-accordion-content-size-mobile,var(--ht-sc-accordion-content-size,12px))!important}
 .single-product .ht-sc-accordions .ht-v5-specs th,.single-product .ht-sc-accordions .ht-v5-specs td{font-size:var(--ht-sc-spec-size-mobile,var(--ht-sc-spec-size,11px))!important}
 .single-product .ht-sc-accessories .htai-accessory-title{font-size:var(--ht-sc-accessory-title-size-mobile,var(--ht-sc-accessory-title-size,12px))!important}
 .single-product .ht-sc-accessories .htai-accessory-price strong{font-size:var(--ht-sc-accessory-price-size-mobile,var(--ht-sc-accessory-price-size,14px))!important}
 .single-product .ht-sc-accessories .htai-accessory-button{font-size:var(--ht-sc-accessory-button-size-mobile,var(--ht-sc-accessory-button-size,10.5px))!important}
 .single-product .ht-sc-related .ht-v145-related-category{font-size:var(--ht-sc-related-category-size-mobile,var(--ht-sc-related-category-size,9.5px))!important}
 .single-product .ht-sc-related .ht-v145-related-title{font-size:var(--ht-sc-related-title-size-mobile,var(--ht-sc-related-title-size,12px))!important}
 .single-product .ht-sc-related .ht-v145-related-prices del{font-size:var(--ht-sc-related-regular-size-mobile,var(--ht-sc-related-regular-size,10px))!important}
 .single-product .ht-sc-related .ht-v145-related-prices strong{font-size:var(--ht-sc-related-price-size-mobile,var(--ht-sc-related-price-size,15px))!important}
 .single-product .ht-sc-related .ht-v145-related-saving{font-size:var(--ht-sc-related-saving-size-mobile,var(--ht-sc-related-saving-size,9px))!important}
 .single-product .ht-sc-related .ht-v145-related-stock{font-size:var(--ht-sc-related-stock-size-mobile,var(--ht-sc-related-stock-size,9px))!important}
 .single-product .ht-sc-related .ht-v145-related-cta{font-size:var(--ht-sc-related-button-size-mobile,var(--ht-sc-related-button-size,10.5px))!important}
 .single-product .ht-sc-mobilebar .ht-v5-mobile-price{font-size:var(--ht-sc-mobilebar-price-size,18px)!important}
 .single-product .ht-sc-mobilebar .ht-v5-mobile-regular{font-size:var(--ht-sc-mobilebar-regular-size,11px)!important}
 .single-product .ht-sc-mobilebar button{font-size:var(--ht-sc-mobilebar-button-size,12px)!important}
}

/* v1.4.8 high-specificity bridge for user-edited Elementor v6.13 baseline */
body.single-product .ht-v144-page .ht-v5-title.ht-sc-title{font-size:var(--ht-sc-title-size,28px)!important;line-height:var(--ht-sc-title-line,1.14)!important;font-weight:var(--ht-sc-title-weight,700)!important;color:var(--ht-sc-title-color,#252729)!important}
body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-main-current{font-size:var(--ht-sc-price-current-size,24px)!important;color:var(--ht-sc-price-current-color,#60936f)!important}
body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-main-regular{font-size:var(--ht-sc-price-regular-size,13px)!important;color:var(--ht-sc-price-regular-color,#a1a3a4)!important}
body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-saving,body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-saving *{font-size:var(--ht-sc-price-saving-size,11px)!important;color:var(--ht-sc-price-saving-color,inherit)!important}
body.single-product .ht-v144-page .ht-v5-short-description.ht-sc-short{font-size:var(--ht-sc-short-size,14.5px)!important;line-height:var(--ht-sc-short-line,1.62)!important;color:var(--ht-sc-short-color,#414548)!important}
body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description{font-size:var(--ht-sc-description-size,15.5px)!important;line-height:var(--ht-sc-description-line,1.7)!important;color:var(--ht-sc-description-color,#3e4245)!important}
body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description h2{font-size:var(--ht-sc-description-h2-size,21px)!important}
body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description h3{font-size:var(--ht-sc-description-h3-size,18px)!important}
body.single-product .ht-v144-page .ht-sc-cart .single_add_to_cart_button{font-size:var(--ht-sc-cart-button-size,12px)!important}
body.single-product .ht-v144-page .ht-sc-cart table.variations select{font-size:var(--ht-sc-cart-select-size,13px)!important}
body.single-product .ht-v144-page .ht-sc-cart table.variations label{font-size:var(--ht-sc-cart-label-size,12px)!important}
body.single-product .ht-v144-page .ht-sc-cart input.qty,body.single-product .ht-v144-page .ht-sc-cart .ht-v147-qty-btn,body.single-product .ht-v144-page .ht-sc-cart .ht-v146-qty-button{font-size:var(--ht-sc-cart-qty-size,14px)!important}
body.single-product .ht-v144-page .ht-v6-stock.ht-sc-stock{font-size:var(--ht-sc-stock-size,11px)!important}
body.single-product .ht-v144-page .ht-v6-stock.ht-sc-stock .ht-v6-stock-delivery{font-size:var(--ht-sc-stock-delivery-size,10px)!important}
body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item,body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item strong{font-size:var(--ht-sc-meta-size,10.5px)!important}
body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item small{font-size:var(--ht-sc-meta-label-size,10.5px)!important}
body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v6-accordion summary{font-size:var(--ht-sc-accordion-title-size,13px)!important}
body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v6-accordion-body{font-size:var(--ht-sc-accordion-content-size,12.5px)!important}
body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v5-specs th,body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v5-specs td{font-size:var(--ht-sc-spec-size,11px)!important}
@media(max-width:767px){
 body.single-product .ht-v144-page .ht-v5-title.ht-sc-title{font-size:var(--ht-sc-title-size-mobile,var(--ht-sc-title-size,23px))!important;line-height:var(--ht-sc-title-line-mobile,var(--ht-sc-title-line,1.18))!important}
 body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-main-current{font-size:var(--ht-sc-price-current-size-mobile,var(--ht-sc-price-current-size,22px))!important}
 body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-main-regular{font-size:var(--ht-sc-price-regular-size-mobile,var(--ht-sc-price-regular-size,12px))!important}
 body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-saving,body.single-product .ht-v144-page .ht-v5-price.ht-sc-price .ht-v5-saving *{font-size:var(--ht-sc-price-saving-size-mobile,var(--ht-sc-price-saving-size,10px))!important}
 body.single-product .ht-v144-page .ht-v5-short-description.ht-sc-short{font-size:var(--ht-sc-short-size-mobile,var(--ht-sc-short-size,14px))!important;line-height:var(--ht-sc-short-line-mobile,var(--ht-sc-short-line,1.58))!important}
 body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description{font-size:var(--ht-sc-description-size-mobile,var(--ht-sc-description-size,15px))!important;line-height:var(--ht-sc-description-line-mobile,var(--ht-sc-description-line,1.68))!important}
 body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description h2{font-size:var(--ht-sc-description-h2-size-mobile,var(--ht-sc-description-h2-size,20px))!important}
 body.single-product .ht-v144-page .ht-v5-long-description.ht-sc-description h3{font-size:var(--ht-sc-description-h3-size-mobile,var(--ht-sc-description-h3-size,17px))!important}
 body.single-product .ht-v144-page .ht-sc-cart .single_add_to_cart_button{font-size:var(--ht-sc-cart-button-size-mobile,var(--ht-sc-cart-button-size,11px))!important}
 body.single-product .ht-v144-page .ht-sc-cart table.variations select{font-size:var(--ht-sc-cart-select-size-mobile,var(--ht-sc-cart-select-size,13px))!important}
 body.single-product .ht-v144-page .ht-sc-cart table.variations label{font-size:var(--ht-sc-cart-label-size-mobile,var(--ht-sc-cart-label-size,12px))!important}
 body.single-product .ht-v144-page .ht-sc-cart input.qty,body.single-product .ht-v144-page .ht-sc-cart .ht-v147-qty-btn,body.single-product .ht-v144-page .ht-sc-cart .ht-v146-qty-button{font-size:var(--ht-sc-cart-qty-size-mobile,var(--ht-sc-cart-qty-size,14px))!important}
 body.single-product .ht-v144-page .ht-v6-stock.ht-sc-stock{font-size:var(--ht-sc-stock-size-mobile,var(--ht-sc-stock-size,11px))!important}
 body.single-product .ht-v144-page .ht-v6-stock.ht-sc-stock .ht-v6-stock-delivery{font-size:var(--ht-sc-stock-delivery-size-mobile,var(--ht-sc-stock-delivery-size,10px))!important}
 body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item,body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item strong{font-size:var(--ht-sc-meta-size-mobile,var(--ht-sc-meta-size,10px))!important}
 body.single-product .ht-v144-page .ht-v5-meta.ht-sc-meta .ht-v5-meta-item small{font-size:var(--ht-sc-meta-label-size-mobile,var(--ht-sc-meta-label-size,10px))!important}
 body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v6-accordion summary{font-size:var(--ht-sc-accordion-title-size-mobile,var(--ht-sc-accordion-title-size,12.5px))!important}
 body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v6-accordion-body{font-size:var(--ht-sc-accordion-content-size-mobile,var(--ht-sc-accordion-content-size,12px))!important}
 body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v5-specs th,body.single-product .ht-v144-page .ht-v6-accordions.ht-sc-accordions .ht-v5-specs td{font-size:var(--ht-sc-spec-size-mobile,var(--ht-sc-spec-size,11px))!important}
}

/* v1.5.2 - price polish, saving badge colors, explicit cart text sizing */
.single-product .ht-sc-price .ht-v5-saving{
  background:var(--ht-sc-price-saving-bg,#eef6ef)!important;
}
body.single-product .ht-v144-page .ht-sc-cart button.single_add_to_cart_button,
body.single-product .ht-v144-page .ht-sc-cart .single_add_to_cart_button.button,
body.single-product .ht-v147-page .ht-sc-cart button.single_add_to_cart_button,
body.single-product .ht-v147-page .ht-sc-cart .single_add_to_cart_button.button{
  font-size:var(--ht-sc-cart-button-size,12px)!important;
}
.single-product .ht-sc-related .ht-v152-related-regular-row{
  min-height:17px!important;
}
.single-product .ht-sc-related .ht-v152-related-price-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 22px!important;
  width:22px!important;
  min-width:22px!important;
  color:#909497!important;
  font-size:9px!important;
  font-weight:650!important;
  line-height:1!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.single-product .ht-sc-related .ht-v152-related-price-label.is-empty{
  visibility:hidden!important;
}
.single-product .ht-sc-related .ht-v152-related-regular-row del{
  color:var(--ht-sc-related-regular-color,#8d9295)!important;
  font-size:var(--ht-sc-related-regular-size,12px)!important;
  font-weight:500!important;
  line-height:1.15!important;
  text-decoration-thickness:1px!important;
  text-decoration-color:color-mix(in srgb,var(--ht-sc-related-regular-color,#8d9295) 75%,transparent)!important;
}
.single-product .ht-sc-related .ht-v152-related-current-row strong{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  color:var(--ht-sc-related-price-color,#4f8b60)!important;
  font-size:var(--ht-sc-related-price-size,19px)!important;
  font-weight:800!important;
  line-height:1.05!important;
  letter-spacing:-.015em!important;
}
.single-product .ht-sc-related .ht-v145-related-saving{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-height:21px!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  background:var(--ht-sc-related-saving-bg,#edf6ef)!important;
  color:var(--ht-sc-related-saving-color,#3f7c50)!important;
  font-size:var(--ht-sc-related-saving-size,10px)!important;
  font-weight:750!important;
  line-height:1!important;
  white-space:nowrap!important;
}
@media(max-width:767px){
  body.single-product .ht-v144-page .ht-sc-cart button.single_add_to_cart_button,
  body.single-product .ht-v144-page .ht-sc-cart .single_add_to_cart_button.button,
  body.single-product .ht-v147-page .ht-sc-cart button.single_add_to_cart_button,
  body.single-product .ht-v147-page .ht-sc-cart .single_add_to_cart_button.button{
    font-size:var(--ht-sc-cart-button-size-mobile,var(--ht-sc-cart-button-size,11px))!important;
  }
  .single-product .ht-sc-related .ht-v152-related-regular-row del{
    font-size:var(--ht-sc-related-regular-size-mobile,var(--ht-sc-related-regular-size,10px))!important;
  }
  .single-product .ht-sc-related .ht-v152-related-current-row strong{
    font-size:var(--ht-sc-related-price-size-mobile,var(--ht-sc-related-price-size,15px))!important;
  }
  .single-product .ht-sc-related .ht-v145-related-saving{
    font-size:var(--ht-sc-related-saving-size-mobile,var(--ht-sc-related-saving-size,9px))!important;
  }
}


/* ========================================================================== */
/* v1.5.3 - single-source WooCommerce quantity control                        */
/* ========================================================================== */
.single-product .ht-v5-cart .quantity.ht-v153-quantity{
  display:grid!important;
  grid-template-columns:40px 44px 40px!important;
  align-items:stretch!important;
  flex:0 0 126px!important;
  width:126px!important;
  min-width:126px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d8dad7!important;
  border-radius:6px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > .screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
}
/* Theme and legacy bridge controls must never be visible beside the v1.5.3 controls. */
.single-product .ht-v5-cart .quantity > input.minus,
.single-product .ht-v5-cart .quantity > input.plus,
.single-product .ht-v5-cart .quantity > button.minus,
.single-product .ht-v5-cart .quantity > button.plus,
.single-product .ht-v5-cart .quantity > .ht-v63-qty-button,
.single-product .ht-v5-cart .quantity > .ht-v143-qty-button,
.single-product .ht-v5-cart .quantity > .ht-v146-qty-button,
.single-product .ht-v5-cart .quantity > .ht-v147-qty-btn,
.single-product .ht-v5-cart .quantity > .ht-v144-qty-ui{
  display:none!important;
}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > input.qty.ht-v153-qty-input{
  display:block!important;
  grid-column:2!important;
  grid-row:1!important;
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #e1e3e0!important;
  border-right:1px solid #e1e3e0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#2e3133!important;
  font-size:var(--ht-sc-cart-qty-size,14px)!important;
  font-weight:600!important;
  line-height:46px!important;
  text-align:center!important;
  box-shadow:none!important;
  -moz-appearance:textfield!important;
  -webkit-appearance:none!important;
  appearance:textfield!important;
}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > input.qty.ht-v153-qty-input::-webkit-inner-spin-button,
.single-product .ht-v5-cart .quantity.ht-v153-quantity > input.qty.ht-v153-qty-input::-webkit-outer-spin-button{
  -webkit-appearance:none!important;
  appearance:none!important;
  margin:0!important;
}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > .ht-v153-qty-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-row:1!important;
  width:40px!important;
  min-width:40px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f6f7f5!important;
  color:#2e3133!important;
  font-size:20px!important;
  font-weight:500!important;
  line-height:1!important;
  box-shadow:none!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  cursor:pointer!important;
  z-index:1!important;
}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > .ht-v153-qty-minus{grid-column:1!important}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > .ht-v153-qty-plus{grid-column:3!important}
.single-product .ht-v5-cart .quantity.ht-v153-quantity > .ht-v153-qty-btn:hover{background:#eceeeb!important}
@media(max-width:767px){
  .single-product .ht-v5-cart .quantity.ht-v153-quantity{
    grid-template-columns:36px 42px 36px!important;
    flex-basis:114px!important;
    width:114px!important;
    min-width:114px!important;
  }
  .single-product .ht-v5-cart .quantity.ht-v153-quantity > input.qty.ht-v153-qty-input{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    font-size:var(--ht-sc-cart-qty-size-mobile,var(--ht-sc-cart-qty-size,14px))!important;
  }
  .single-product .ht-v5-cart .quantity.ht-v153-quantity > .ht-v153-qty-btn{
    width:36px!important;
    min-width:36px!important;
  }
}

/* v1.5.5 - campaign tool slot immediately above Add to Cart */
.single-product .ht-v5-cart .ht-v155-campaign-slot{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 12px!important;padding:0!important;box-sizing:border-box!important}.single-product .ht-v5-cart .ht-v155-campaign-slot:empty{display:none!important}.single-product .ht-v5-cart .ht-v155-campaign-slot>style:first-child+*{margin-top:0!important}.single-product .ht-v5-cart .ht-v155-campaign-slot img{max-width:100%;height:auto}


/* v1.5.6 - saved designer values are injected at root/body and integer prices use ,- */
.single-product .ht-price-dash{font:inherit!important;color:inherit!important;letter-spacing:inherit!important}
