/*
Theme Name: Glowscent Lagoa Santa
Theme URI: https://glowscent.com.br/
Author: RentBiz
Description: Tema WooCommerce mobile-first para a Glowscent, loja de vitaminas, suplementos e bem-estar, com carrinho e fechamento de pedidos pelo WhatsApp.
Version: 1.53.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: herbalife-lagoa-santa
*/

:root{
  --hls-primary:#008f9c;
  --hls-primary-dark:#006b73;
  --hls-accent:#74d9e2;
  --hls-bg:#ffffff;
  --hls-soft:#f3fafb;
  --hls-text:#17383c;
  --hls-muted:#64777a;
  --hls-border:#dcebed;
  --hls-radius:18px;
  --hls-shadow:0 10px 30px rgba(25,56,32,.08);
  --hls-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--hls-bg);color:var(--hls-text);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(calc(100% - 32px),var(--hls-max));margin-inline:auto}
.site-topbar{position:sticky;top:0;z-index:999;background:#fff;border-bottom:1px solid var(--hls-border);box-shadow:0 5px 20px rgba(20,40,24,.04)}
.topbar-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-branding{display:flex;align-items:center;gap:12px;min-width:0}
.site-branding img{max-height:48px;width:auto}
.site-title{font-weight:800;color:var(--hls-primary-dark);font-size:1.05rem}
.header-actions{display:flex;align-items:center;gap:12px}
.header-phone{font-weight:700;color:var(--hls-primary-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 20px;font-weight:800;cursor:pointer;transition:.2s ease}
.btn-primary{background:var(--hls-primary);color:#fff}
.btn-primary:hover{filter:brightness(.95);transform:translateY(-1px)}
.btn-outline{border:1px solid var(--hls-primary);color:var(--hls-primary);background:#fff}
.main-nav{border-bottom:1px solid var(--hls-border);background:#fff}
.nav-inner{display:flex;align-items:center;justify-content:center;gap:28px;min-height:52px;font-weight:700;font-size:.95rem}
.menu-toggle{display:none;background:none;border:0;font-size:1.5rem}
.hero{background:linear-gradient(135deg,#f7fbf7,#edf7ef);padding:64px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px}
.hero-copy h1{font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.02;margin:0 0 18px;color:var(--hls-primary-dark);letter-spacing:-.04em}
.hero-copy p{font-size:1.15rem;color:var(--hls-muted);max-width:660px;margin:0 0 26px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-media{min-height:420px;border-radius:32px;overflow:hidden;background:#dcebdd;box-shadow:var(--hls-shadow);display:flex;align-items:center;justify-content:center}
.hero-media img{width:100%;height:100%;object-fit:cover;min-height:420px}
.section{padding:72px 0}
.section.soft{background:var(--hls-soft)}
.section-head{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:26px}
.section-head h2{margin:0;color:var(--hls-primary-dark);font-size:clamp(1.75rem,3vw,2.6rem)}
.section-head p{margin:6px 0 0;color:var(--hls-muted)}
.category-grid,.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card,.goal-card{background:#fff;border:1px solid var(--hls-border);border-radius:var(--hls-radius);padding:24px;box-shadow:var(--hls-shadow);transition:.2s ease}
.category-card:hover,.goal-card:hover{transform:translateY(-3px);border-color:#cbdaca}
.category-card h3,.goal-card h3{margin:0 0 6px;color:var(--hls-primary-dark)}
.category-card p,.goal-card p{margin:0;color:var(--hls-muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border:1px solid var(--hls-border);border-radius:var(--hls-radius);overflow:hidden;box-shadow:var(--hls-shadow);display:flex;flex-direction:column;min-width:0}
.product-card .thumb{aspect-ratio:1/1;background:#f7f9f7;overflow:hidden}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .content{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}
.product-card h3{font-size:1rem;line-height:1.3;margin:0}
.price{font-size:1.1rem;font-weight:850;color:var(--hls-primary-dark)}
.price del{color:#8a948d;font-size:.9rem;margin-right:6px;font-weight:500}.price ins{text-decoration:none}
.product-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}
.product-actions .button,.product-actions a{width:100%}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:step}
.step{background:#fff;border:1px solid var(--hls-border);border-radius:var(--hls-radius);padding:24px}
.step .num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--hls-primary);color:#fff;font-weight:900;margin-bottom:14px}
.delivery-box,.about-box,.map-box{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--hls-border);border-radius:28px;padding:30px;box-shadow:var(--hls-shadow)}
.search-wrap{position:relative;max-width:760px;margin:0 auto}.search-wrap input{width:100%;padding:18px 22px;border-radius:999px;border:1px solid var(--hls-border);font-size:1rem;outline:none;box-shadow:var(--hls-shadow)}
.search-results{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--hls-border);border-radius:18px;box-shadow:var(--hls-shadow);overflow:hidden;display:none;z-index:50}.search-results.active{display:block}.search-item{display:flex;gap:12px;padding:12px;border-bottom:1px solid var(--hls-border)}.search-item:last-child{border:0}.search-item img{width:56px;height:56px;object-fit:cover;border-radius:10px}
/* Footer v1.18.0 — segue a linguagem visual clara e em cards do restante do tema */
.site-footer{background:linear-gradient(180deg,var(--hls-soft) 0%,#f8fcfc 100%);color:var(--hls-text);padding:54px 0 20px;border-top:1px solid var(--hls-border)}
.footer-card{background:#fff;border:1px solid var(--hls-border);border-radius:24px;box-shadow:var(--hls-shadow);padding:34px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1.1fr .95fr 1.05fr;gap:38px;align-items:start}
.footer-column{min-width:0}.footer-column h3,.footer-column h4{margin:0 0 16px;color:var(--hls-primary-dark);font-weight:850;letter-spacing:-.015em}.footer-column h3{font-size:1.08rem}.footer-column h4{font-size:1rem}.footer-column p{margin:0;color:var(--hls-muted);font-size:.93rem;line-height:1.7}.footer-title{display:flex;align-items:center;gap:10px}.footer-icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid #bce3e6;border-radius:9px;background:#effafa;color:var(--hls-primary);font-size:1rem;flex:0 0 auto}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.site-footer a{color:inherit;transition:.18s ease}.site-footer a:hover{color:var(--hls-primary);text-decoration:none}.footer-contact-list li,.footer-benefits-list li{display:flex;align-items:flex-start;gap:10px;color:var(--hls-text);font-size:.91rem;line-height:1.48}.footer-mini-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;color:var(--hls-primary);font-weight:900;margin-top:1px}.footer-nav-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 0;font-size:.91rem;color:var(--hls-text)}.footer-nav-list a span{color:var(--hls-primary);font-size:1.2rem;line-height:1}.footer-delivery-note{margin-top:14px!important}.footer-delivery-note a{font-weight:800;color:var(--hls-primary-dark)}.footer-map-link{display:inline-flex;align-items:center;gap:5px;margin-top:13px;color:var(--hls-primary-dark)!important;font-size:.88rem;font-weight:800}.footer-bottom{margin-top:18px;padding:0 8px;text-align:center;color:var(--hls-muted);font-size:.82rem}.footer-bottom:before{content:"";display:block;width:56px;height:1px;background:var(--hls-border);margin:0 auto 14px}

.whatsapp-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;z-index:9999;box-shadow:0 10px 24px rgba(0,0,0,.22);font-size:1.65rem}
.cart-drawer{position:fixed;inset:0;z-index:10000;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-overlay{position:absolute;inset:0;background:rgba(8,20,11,.46);opacity:0;transition:.2s}.cart-drawer.open .cart-overlay{opacity:1}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(420px,92vw);background:#fff;transform:translateX(100%);transition:.25s ease;padding:22px;overflow:auto;box-shadow:-20px 0 50px rgba(0,0,0,.12)}.cart-drawer.open .cart-panel{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cart-close{border:0;background:#f0f3f1;border-radius:50%;width:38px;height:38px;font-size:1.2rem}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--hls-border)}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:12px}.cart-total{display:flex;justify-content:space-between;font-weight:900;padding:18px 0;font-size:1.1rem}.cart-actions{display:grid;gap:10px}
.mini-checkout{display:none;margin-top:16px;border-top:1px solid var(--hls-border);padding-top:16px}.mini-checkout.active{display:block}.field{display:grid;gap:6px;margin-bottom:12px}.field label{font-weight:700;font-size:.9rem}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--hls-border);border-radius:12px;font:inherit}.field textarea{min-height:90px;resize:vertical}
.woocommerce .quantity .qty{min-height:40px}.woocommerce div.product{padding:40px 0}.woocommerce div.product .product_title{color:var(--hls-primary-dark)}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce #respond input#submit.alt{background:var(--hls-primary);border-radius:999px}.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:var(--hls-primary-dark)}
@media(max-width:900px){.hero-grid,.delivery-box,.about-box,.map-box{grid-template-columns:1fr}.hero-media{min-height:320px}.hero-media img{min-height:320px}.category-grid,.goal-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-card{padding:28px}.header-phone{display:none}.nav-inner{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;box-shadow:0 15px 30px rgba(0,0,0,.08)}.nav-inner.open{display:flex}.menu-toggle{display:block}.main-nav{border:0}.main-nav .container{position:relative}}
@media(max-width:600px){.container{width:min(calc(100% - 22px),var(--hls-max))}.topbar-inner{min-height:66px}.site-branding img{max-height:40px}.site-title{font-size:.92rem}.header-actions .btn{padding:10px 14px;font-size:.85rem}.hero{padding:38px 0}.hero-copy h1{font-size:2.25rem}.hero-copy p{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr}.section{padding:48px 0}.category-grid,.goal-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card,.goal-card{padding:16px}.product-grid{gap:12px}.product-card .content{padding:12px}.product-card h3{font-size:.92rem}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-card{padding:24px 20px;border-radius:20px}.site-footer{padding:38px 0 18px}.steps{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.woocommerce ul.products.columns-4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.woocommerce ul.products.columns-4 li.product{width:auto!important;margin:0!important}}


/* v1.4.0 — área de compra da página de produto */
.single-product div.product .summary form.cart{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr);
  gap:12px!important;
  align-items:stretch;
  width:100%;
  max-width:620px;
  margin:24px 0 22px!important;
}
.single-product div.product .summary form.cart .quantity{
  float:none!important;
  margin:0!important;
  width:58px;
}
.single-product div.product .summary form.cart .quantity .qty{
  width:58px!important;
  height:52px;
  min-height:52px;
  padding:0 6px;
  border:1px solid #cfd8d1;
  border-radius:12px;
  background:#fff;
  color:var(--hls-text);
  font:700 1rem/1 inherit;
  text-align:center;
  box-shadow:0 1px 2px rgba(24,52,31,.03);
}
.single-product div.product .summary form.cart .single_add_to_cart_button,
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  position:relative;
  float:none!important;
  margin:0!important;
  min-height:52px;
  border:0!important;
  border-radius:14px!important;
  padding:13px 48px 13px 20px!important;
  font-size:1rem!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:0!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  box-shadow:none!important;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.single-product div.product .summary form.cart .single_add_to_cart_button{
  width:100%;
  background:var(--hls-primary)!important;
  color:#fff!important;
}
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  grid-column:1/-1;
  width:100%;
  background:#136b35!important;
  color:#fff!important;
}
.single-product div.product .summary form.cart .single_add_to_cart_button:hover,
.single-product div.product .summary form.cart .hls-buy-whatsapp:hover{
  filter:brightness(.96);
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(31,95,49,.14)!important;
}
.single-product div.product .summary form.cart .single_add_to_cart_button:disabled,
.single-product div.product .summary form.cart .hls-buy-whatsapp:disabled{
  opacity:.72;
  cursor:wait;
  transform:none;
}
/* ícones, sem dependência externa */
.single-product div.product .summary form.cart .single_add_to_cart_button:before{
  content:"";
  width:19px;
  height:19px;
  flex:0 0 19px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2ZM1 2v2h2l3.6 7.59-1.35 2.45A1.99 1.99 0 0 0 7 17h12v-2H7.42a.25.25 0 0 1-.22-.37L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2ZM1 2v2h2l3.6 7.59-1.35 2.45A1.99 1.99 0 0 0 7 17h12v-2H7.42a.25.25 0 0 1-.22-.37L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.single-product div.product .summary form.cart .hls-buy-whatsapp:before{
  content:"";
  width:20px;
  height:20px;
  flex:0 0 20px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.single-product div.product .summary form.cart .single_add_to_cart_button:after,
.single-product div.product .summary form.cart .hls-buy-whatsapp:after{
  content:"";
  position:absolute;
  right:18px;
  top:50%;
  width:18px;
  height:18px;
  opacity:0;
  transform:translateY(-50%) scale(.65);
  transition:.18s ease;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.17-4.17-4.17-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.17-4.17-4.17-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.single-product div.product .summary form.cart .hls-success:after{
  opacity:1;
  transform:translateY(-50%) scale(1);
}
/* produtos variáveis */
.single-product div.product .summary form.cart .variations,
.single-product div.product .summary form.cart .single_variation_wrap{
  grid-column:1/-1;
  width:100%;
  margin:0!important;
}
.single-product div.product .summary form.cart .variations td,
.single-product div.product .summary form.cart .variations th{
  padding:5px 0 10px!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr);
  gap:12px!important;
  align-items:stretch;
  width:100%;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart .hls-buy-whatsapp{
  grid-column:1/-1;
}
/* metadados do produto */
.single-product div.product .summary .product_meta{
  margin-top:6px!important;
  padding-top:18px;
  border-top:1px solid var(--hls-border);
  color:var(--hls-muted);
  font-size:.94rem;
}
.single-product div.product .summary .product_meta>span{
  display:block;
  margin:0 0 5px;
}
.single-product div.product .summary .product_meta>span:last-child{margin-bottom:0}
.single-product div.product .summary .product_meta .posted_in{
  color:var(--hls-muted);
}
.single-product div.product .summary .product_meta .posted_in a{
  color:var(--hls-primary-dark);
  font-weight:700;
}
.single-product .woocommerce-message .button.wc-forward,
.single-product a.added_to_cart.wc-forward{display:none!important}

@media(max-width:600px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:56px minmax(0,1fr);
    gap:10px!important;
  }
  .single-product div.product .summary form.cart .quantity,
  .single-product div.product .summary form.cart .quantity .qty{width:56px!important}
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{
    min-height:50px;
    padding:12px 40px 12px 14px!important;
    font-size:.93rem!important;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button:before,
  .single-product div.product .summary form.cart .hls-buy-whatsapp:before{
    width:18px;height:18px;flex-basis:18px;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button:after,
  .single-product div.product .summary form.cart .hls-buy-whatsapp:after{right:14px}
}
@media(max-width:380px){
  .single-product div.product .summary form.cart{
    grid-template-columns:1fr;
  }
  .single-product div.product .summary form.cart .quantity{width:100%!important}
  .single-product div.product .summary form.cart .quantity .qty{width:100%!important}
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{grid-column:1/-1}
}


/* v1.4.0 — aprimoramento do seletor de quantidade */
.single-product div.product .summary form.cart .quantity{position:relative;width:86px!important;min-width:86px}
.single-product div.product .summary form.cart .quantity.hidden{display:none!important}
.single-product div.product .summary form.cart .quantity .qty{
  -moz-appearance:textfield;
  appearance:textfield;
  width:86px!important;
  height:54px;
  min-height:54px;
  padding:0 28px;
  border:1px solid #cfd8d1;
  border-radius:14px;
  background:#fff;
  color:var(--hls-text);
  font:700 1rem/1 inherit;
  text-align:center;
  box-shadow:0 1px 2px rgba(24,52,31,.03);
}
.single-product div.product .summary form.cart .quantity .qty::-webkit-outer-spin-button,
.single-product div.product .summary form.cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.single-product div.product .summary form.cart .quantity .hls-qty-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  border:0;
  background:transparent;
  color:var(--hls-primary-dark);
  font-size:20px;
  font-weight:700;
  line-height:1;
  padding:0;
  border-radius:999px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.single-product div.product .summary form.cart .quantity .hls-qty-btn:hover{background:rgba(47,161,72,.08)}
.single-product div.product .summary form.cart .quantity .hls-qty-btn:focus-visible{outline:2px solid rgba(47,161,72,.25);outline-offset:2px}
.single-product div.product .summary form.cart .quantity .hls-qty-minus{left:6px}
.single-product div.product .summary form.cart .quantity .hls-qty-plus{right:6px}
@media(max-width:600px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{grid-template-columns:86px minmax(0,1fr)}
  .single-product div.product .summary form.cart .quantity,
  .single-product div.product .summary form.cart .quantity .qty{width:86px!important}
}
@media(max-width:380px){
  .single-product div.product .summary form.cart{grid-template-columns:1fr}
  .single-product div.product .summary form.cart .quantity,
  .single-product div.product .summary form.cart .quantity .qty{width:100%!important}
  .single-product div.product .summary form.cart .quantity .qty{padding:0 36px}
  .single-product div.product .summary form.cart .quantity .hls-qty-minus{left:10px}
  .single-product div.product .summary form.cart .quantity .hls-qty-plus{right:10px}
}


/* v1.5.0 — seletor de quantidade renderizado pelo template WooCommerce */
.single-product div.product .summary form.cart .hls-quantity-control{
  position:relative!important;
  float:none!important;
  display:grid!important;
  grid-template-columns:34px 42px 34px!important;
  align-items:center!important;
  justify-content:start!important;
  width:110px!important;
  min-width:110px!important;
  height:52px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d7ded9!important;
  border-radius:14px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 2px 8px rgba(24,52,31,.06)!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .qty{
  grid-column:2!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #eef1ef!important;
  border-right:1px solid #eef1ef!important;
  border-radius:0!important;
  background:#fff!important;
  color:#1d2b21!important;
  text-align:center!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:50px!important;
  box-shadow:none!important;
  -moz-appearance:textfield!important;
  appearance:textfield!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .qty::-webkit-outer-spin-button,
.single-product div.product .summary form.cart .hls-quantity-control .qty::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn{
  position:static!important;
  transform:none!important;
  width:34px!important;
  height:50px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--hls-primary-dark)!important;
  font-size:21px!important;
  font-weight:700!important;
  line-height:1!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn:hover{
  background:#f2f8f4!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-minus{grid-column:1!important;grid-row:1!important}
.single-product div.product .summary form.cart .hls-quantity-control .qty{grid-row:1!important}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-plus{grid-column:3!important;grid-row:1!important}

.single-product div.product .summary form.cart,
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
  grid-template-columns:110px minmax(0,1fr)!important;
}

@media(max-width:600px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:110px minmax(0,1fr)!important;
  }
}
@media(max-width:430px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:1fr!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control{
    width:118px!important;
    min-width:118px!important;
    justify-self:start!important;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{
    grid-column:1/-1!important;
    width:100%!important;
  }
}


/* v1.6.0 — refinamento visual da área de compra */
.single-product div.product .summary .price{
  margin-bottom:16px!important;
}
.single-product div.product .summary form.cart{
  max-width:520px!important;
  grid-template-columns:118px minmax(230px,1fr)!important;
  column-gap:12px!important;
  row-gap:10px!important;
  align-items:center!important;
  margin:16px 0 18px!important;
}
.single-product div.product .summary form.cart .hls-quantity-control{
  grid-template-columns:36px 46px 36px!important;
  width:118px!important;
  min-width:118px!important;
  height:52px!important;
  border-radius:13px!important;
  border:1px solid #cfd8d1!important;
  box-shadow:none!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .qty{
  width:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  height:50px!important;
  min-height:50px!important;
  color:var(--hls-primary-dark)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:50px!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn{
  width:36px!important;
  height:50px!important;
  color:var(--hls-primary-dark)!important;
  font-size:20px!important;
}
.single-product div.product .summary form.cart .single_add_to_cart_button,
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  min-height:52px!important;
  height:52px!important;
  border-radius:13px!important;
  padding:0 44px 0 20px!important;
  font-size:16px!important;
  white-space:nowrap!important;
}
.single-product div.product .summary form.cart .single_add_to_cart_button{
  min-width:0!important;
}
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  grid-column:1/-1!important;
  width:100%!important;
  margin-top:0!important;
}
.single-product div.product .summary .product_meta{
  max-width:520px;
  margin-top:2px!important;
  padding-top:14px!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
  grid-template-columns:118px minmax(230px,1fr)!important;
  column-gap:12px!important;
  row-gap:10px!important;
  align-items:center!important;
}
@media(max-width:600px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    max-width:100%!important;
    grid-template-columns:108px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control{
    grid-template-columns:32px 44px 32px!important;
    width:108px!important;
    min-width:108px!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control .qty{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn{
    width:32px!important;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{
    min-height:50px!important;
    height:50px!important;
    padding:0 36px 0 14px!important;
    font-size:14px!important;
  }
}
@media(max-width:430px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:108px minmax(0,1fr)!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control{
    width:108px!important;
    min-width:108px!important;
    justify-self:start!important;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button{
    grid-column:2!important;
    width:100%!important;
  }
  .single-product div.product .summary form.cart .hls-buy-whatsapp{
    grid-column:1/-1!important;
    width:100%!important;
  }
}
@media(max-width:350px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:1fr!important;
  }
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{
    grid-column:1!important;
    width:100%!important;
  }
}


/* v1.7.0 — reformulação completa da página de produto */
.single-product main.section{padding:42px 0 34px!important}
.single-product .woocommerce div.product{padding:10px 0 0!important}
.single-product .woocommerce div.product:after{content:"";display:table;clear:both}
.single-product .woocommerce div.product div.images{
  width:52%!important;
  margin:0 0 34px!important;
  padding-right:34px;
}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
  border-radius:24px;
  overflow:hidden;
  background:#fafcf9;
}
.single-product .woocommerce div.product div.images img{border-radius:20px}
.single-product .woocommerce div.product div.summary{
  width:43%!important;
  margin:0 0 34px!important;
  padding:18px 0 0 8px;
}
.single-product div.product .summary .product_title{
  margin:0 0 14px!important;
  font-size:clamp(2rem,3vw,2.7rem)!important;
  line-height:1.08!important;
  letter-spacing:-.025em;
  color:var(--hls-primary-dark)!important;
}
.single-product div.product .summary .price{
  margin:0 0 15px!important;
  font-size:1.42rem!important;
  line-height:1.2!important;
  font-weight:900!important;
  color:#a18500!important;
}
.single-product div.product .summary form.cart{
  max-width:590px!important;
  grid-template-columns:124px minmax(250px,1fr)!important;
  gap:10px 12px!important;
  margin:14px 0 14px!important;
}
.single-product div.product .summary form.cart .hls-quantity-control{
  width:124px!important;
  min-width:124px!important;
  height:54px!important;
  grid-template-columns:37px 50px 37px!important;
  border:1px solid #d9e1da!important;
  border-radius:14px!important;
  background:#fff!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .qty{
  width:50px!important;min-width:50px!important;max-width:50px!important;
  height:52px!important;min-height:52px!important;
  font-size:16px!important;font-weight:800!important;
  border-left:1px solid #edf1ed!important;border-right:1px solid #edf1ed!important;
}
.single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn{
  width:37px!important;height:52px!important;font-size:21px!important;
}
.single-product div.product .summary form.cart .single_add_to_cart_button,
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  height:54px!important;min-height:54px!important;
  border-radius:14px!important;
  font-size:16px!important;
  font-weight:850!important;
  padding:0 46px 0 20px!important;
  box-shadow:0 6px 16px rgba(31,95,49,.10)!important;
}
.single-product div.product .summary form.cart .hls-buy-whatsapp{
  grid-column:1/-1!important;
  width:100%!important;
  background:#176b35!important;
}
.single-product .hls-product-assurances{
  max-width:590px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:4px 0 16px;
}
.single-product .hls-assurance{
  min-height:62px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 11px;
  border:1px solid var(--hls-border);
  border-radius:13px;
  background:#f8fbf8;
  color:#526056;
  font-size:.78rem;
  line-height:1.25;
  font-weight:650;
}
.single-product .hls-assurance svg{width:21px;height:21px;flex:0 0 21px;color:var(--hls-primary)}
.single-product .hls-assurance strong{display:block;color:var(--hls-primary-dark);font-size:.8rem;margin-bottom:2px}
.single-product div.product .summary .product_meta{
  max-width:590px!important;
  margin:0!important;
  padding:12px 0 0!important;
  border-top:1px solid var(--hls-border)!important;
  font-size:.88rem!important;
  color:#748077!important;
}
.single-product div.product .summary .product_meta .posted_in{display:flex;gap:5px;align-items:center;flex-wrap:wrap}
.single-product div.product .summary .product_meta .posted_in:before{content:"Categoria:";font-weight:700;color:#526056}
.single-product div.product .summary .product_meta .posted_in{font-size:0}
.single-product div.product .summary .product_meta .posted_in:before,
.single-product div.product .summary .product_meta .posted_in a{font-size:.88rem}

/* Conteúdo e avaliações sem aparência de abas padrão do WooCommerce */
.single-product .woocommerce-tabs{
  clear:both!important;
  padding-top:8px!important;
  margin-top:0!important;
  border-top:1px solid var(--hls-border);
}
.single-product .woocommerce-tabs ul.tabs{display:none!important}
.single-product .woocommerce-tabs .panel{
  margin:0!important;
  padding:28px 0 4px!important;
}
.single-product .woocommerce-tabs .panel>h2:first-child,
.single-product #reviews #comments>h2{
  margin:0 0 18px!important;
  font-size:1.55rem!important;
  line-height:1.2!important;
  color:var(--hls-primary-dark)!important;
}
.single-product #reviews{max-width:900px}
.single-product #reviews #comments{margin-bottom:24px}
.single-product #reviews .commentlist{padding:0!important;margin:0!important}
.single-product #reviews .commentlist li{margin:0 0 12px!important}
.single-product #reviews .comment_container{
  padding:18px!important;
  border:1px solid var(--hls-border);
  border-radius:16px;
  background:#fff;
}
.single-product #reviews #review_form_wrapper{
  max-width:900px;
  padding:24px;
  border:1px solid var(--hls-border);
  border-radius:18px;
  background:#f8fbf8;
}
.single-product #review_form #respond{margin:0!important}
.single-product #review_form #respond .comment-reply-title{
  display:block;
  margin:0 0 8px!important;
  font-size:1.15rem!important;
  font-weight:850!important;
  color:var(--hls-primary-dark);
}
.single-product #review_form #respond p{margin:0 0 14px!important}
.single-product #review_form #respond label{font-weight:750;color:#465249;font-size:.9rem}
.single-product #review_form #respond textarea,
.single-product #review_form #respond input[type="text"],
.single-product #review_form #respond input[type="email"]{
  width:100%!important;
  border:1px solid #d7e0d8!important;
  border-radius:12px!important;
  background:#fff!important;
  padding:12px 14px!important;
  font:inherit!important;
  outline:none;
  box-shadow:none!important;
}
.single-product #review_form #respond textarea{min-height:120px!important;resize:vertical}
.single-product #review_form #respond textarea:focus,
.single-product #review_form #respond input:focus{border-color:var(--hls-primary)!important;box-shadow:0 0 0 3px rgba(47,143,70,.08)!important}
.single-product #review_form #respond .form-submit{margin:4px 0 0!important}
.single-product #review_form #respond .form-submit input#submit{
  min-height:46px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--hls-primary)!important;
  color:#fff!important;
  font-weight:850!important;
  font-size:.95rem!important;
}
.single-product #review_form #respond .form-submit input#submit:hover{background:var(--hls-primary-dark)!important}
.single-product #review_form .stars a{color:#d49b00!important;font-size:1.25rem!important}
.single-product .woocommerce-noreviews{color:#6b786e;margin:0 0 14px!important}
.single-product .related.products{clear:both;padding-top:34px;margin-top:24px;border-top:1px solid var(--hls-border)}
.single-product .related.products>h2{color:var(--hls-primary-dark);font-size:1.65rem;margin-bottom:22px}

@media(max-width:900px){
  .single-product main.section{padding-top:28px!important}
  .single-product .woocommerce div.product div.images,
  .single-product .woocommerce div.product div.summary{width:100%!important;float:none!important;padding:0!important}
  .single-product .woocommerce div.product div.images{max-width:680px;margin:0 auto 26px!important}
  .single-product .woocommerce div.product div.summary{max-width:680px;margin:0 auto 30px!important}
  .single-product .hls-product-assurances{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){
  .single-product main.section{padding:22px 0 28px!important}
  .single-product div.product .summary .product_title{font-size:1.75rem!important;margin-bottom:10px!important}
  .single-product div.product .summary .price{font-size:1.25rem!important;margin-bottom:12px!important}
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    grid-template-columns:112px minmax(0,1fr)!important;
    max-width:100%!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control{
    width:112px!important;min-width:112px!important;
    grid-template-columns:33px 46px 33px!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control .qty{width:46px!important;min-width:46px!important;max-width:46px!important}
  .single-product div.product .summary form.cart .hls-quantity-control .hls-qty-btn{width:33px!important}
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{font-size:14px!important;padding-left:13px!important;padding-right:34px!important}
  .single-product .hls-product-assurances{grid-template-columns:1fr;gap:7px}
  .single-product .hls-assurance{min-height:52px;padding:9px 11px}
  .single-product #reviews #review_form_wrapper{padding:18px}
  .single-product .woocommerce-tabs .panel{padding-top:22px!important}
}
@media(max-width:390px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{grid-template-columns:1fr!important}
  .single-product div.product .summary form.cart .hls-quantity-control{grid-column:1!important}
  .single-product div.product .summary form.cart .single_add_to_cart_button,
  .single-product div.product .summary form.cart .hls-buy-whatsapp{grid-column:1!important;width:100%!important}
}


/* v1.8.0 — correção definitiva de cache e cards de segurança */
.single-product .hls-product-assurances{
  width:100%!important;
  max-width:590px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0 16px!important;
  clear:both!important;
}
.single-product .hls-assurance{
  width:auto!important;
  min-width:0!important;
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:12px!important;
  margin:0!important;
  border:1px solid #e3e9e4!important;
  border-radius:14px!important;
  background:#f8fbf8!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.single-product .hls-assurance svg{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  flex:0 0 22px!important;
  display:block!important;
  color:var(--hls-primary)!important;
}
.single-product .hls-assurance span{display:block!important;min-width:0!important;line-height:1.25!important}
.single-product .hls-assurance strong{display:block!important;font-size:12px!important;line-height:1.25!important;margin:0 0 3px!important;color:var(--hls-primary-dark)!important}
.single-product .hls-assurance small{display:block!important;font-size:11px!important;line-height:1.3!important;color:#667169!important;font-weight:500!important}
@media(max-width:760px){
  .single-product .hls-product-assurances{grid-template-columns:1fr!important;gap:8px!important}
  .single-product .hls-assurance{min-height:58px!important}
}


/* v1.9.0 — correção estrutural definitiva do bloco de compra */
.single-product div.product .summary form.cart{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:10px 12px!important;
  width:100%!important;
  max-width:590px!important;
  margin:14px 0 14px!important;
  overflow:visible!important;
}
.single-product div.product .summary form.cart>.hls-quantity-control,
.single-product div.product .summary form.cart>.quantity{
  flex:0 0 124px!important;
  width:124px!important;
  min-width:124px!important;
  max-width:124px!important;
  margin:0!important;
  align-self:stretch!important;
}
.single-product div.product .summary form.cart>.single_add_to_cart_button{
  flex:1 1 260px!important;
  width:auto!important;
  min-width:220px!important;
  max-width:none!important;
  margin:0!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none;
  overflow:visible!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.single-product div.product .summary form.cart>.hls-buy-whatsapp{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
}
/* Produtos variáveis */
.single-product div.product .summary form.cart .variations,
.single-product div.product .summary form.cart .single_variation_wrap{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  gap:10px 12px!important;
  width:100%!important;
  max-width:590px!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.hls-quantity-control,
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.quantity{
  flex:0 0 124px!important;
  width:124px!important;
  min-width:124px!important;
  max-width:124px!important;
  margin:0!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.single_add_to_cart_button{
  flex:1 1 260px!important;
  width:auto!important;
  min-width:220px!important;
  max-width:none!important;
  margin:0!important;
}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.hls-buy-whatsapp{
  flex:0 0 100%!important;
  width:100%!important;
  margin:0!important;
}
/* Evita regras antigas de grid interferirem */
.single-product div.product .summary form.cart>*{grid-column:auto!important;grid-row:auto!important}
.single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>*{grid-column:auto!important;grid-row:auto!important}

@media(max-width:600px){
  .single-product div.product .summary form.cart,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart{
    gap:9px!important;
  }
  .single-product div.product .summary form.cart>.hls-quantity-control,
  .single-product div.product .summary form.cart>.quantity,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.hls-quantity-control,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.quantity{
    flex-basis:112px!important;
    width:112px!important;
    min-width:112px!important;
    max-width:112px!important;
  }
  .single-product div.product .summary form.cart>.single_add_to_cart_button,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.single_add_to_cart_button{
    flex:1 1 calc(100% - 121px)!important;
    min-width:0!important;
    width:auto!important;
  }
}
@media(max-width:390px){
  .single-product div.product .summary form.cart>.hls-quantity-control,
  .single-product div.product .summary form.cart>.quantity,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.hls-quantity-control,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.quantity{
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
  }
  .single-product div.product .summary form.cart>.single_add_to_cart_button,
  .single-product div.product .summary form.cart .woocommerce-variation-add-to-cart>.single_add_to_cart_button{
    flex:0 0 100%!important;
    width:100%!important;
  }
  .single-product div.product .summary form.cart .hls-quantity-control{
    max-width:124px!important;
  }
}


/* v1.10.0 — controles de quantidade no carrinho lateral */
.cart-item{align-items:start}
.cart-item-info{min-width:0}
.cart-item-info>strong{display:block;margin-bottom:4px;color:var(--hls-text);font-size:1rem;line-height:1.25}
.cart-item-price{margin:2px 0 10px;color:var(--hls-text);font-size:.95rem}
.cart-qty{display:inline-flex;align-items:center;border:1px solid #d9e2dc;border-radius:10px;background:#fff;overflow:hidden;height:36px}
.cart-qty-btn{width:36px;height:36px;border:0;background:#f7faf8;color:var(--hls-primary-dark);font-weight:900;font-size:1.15rem;line-height:1;cursor:pointer}
.cart-qty-btn:hover{background:#eef6f0}
.cart-qty-btn:disabled{opacity:.55;cursor:wait}
.cart-qty-value{display:flex;align-items:center;justify-content:center;min-width:38px;height:36px;padding:0 6px;border-left:1px solid #e4ebe6;border-right:1px solid #e4ebe6;font-weight:800;color:var(--hls-text)}
.cart-item .remove{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#25352b;font-size:1.25rem;line-height:1;padding:2px 3px;cursor:pointer}
.cart-item .remove:hover{color:#b3261e}
.cart-panel.hls-cart-updating{cursor:progress}
.cart-panel.hls-cart-updating .cart-items{opacity:.72;pointer-events:none}


/* v1.11.0 — catálogo/arquivo WooCommerce */
.post-type-archive-product main.section,
.tax-product_cat main.section,
.tax-product_tag main.section{
  padding:52px 0 68px!important;
  background:linear-gradient(180deg,#fbfdfb 0,#fff 210px)!important;
}
.hls-shop-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 28px;
  padding:28px 30px;
  border:1px solid var(--hls-border);
  border-radius:24px;
  background:#f7fbf8;
}
.hls-shop-hero-copy{max-width:720px}
.hls-shop-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0 0 8px;
  color:var(--hls-primary);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hls-shop-hero h1{
  margin:0 0 8px;
  color:var(--hls-primary-dark);
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.hls-shop-hero p{margin:0;color:var(--hls-muted);font-size:1rem;max-width:680px}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count{
  float:left!important;
  margin:7px 0 24px!important;
  color:var(--hls-muted)!important;
  font-size:.92rem!important;
}
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering{
  float:right!important;
  margin:0 0 24px!important;
}
.post-type-archive-product .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select,
.tax-product_tag .woocommerce-ordering select{
  min-width:220px;
  min-height:44px;
  padding:0 42px 0 14px;
  border:1px solid #d9e3db;
  border-radius:12px;
  background:#fff;
  color:var(--hls-text);
  font:700 .9rem/1 inherit;
  outline:none;
  cursor:pointer;
  box-shadow:0 2px 8px rgba(22,61,35,.035);
}
.post-type-archive-product .woocommerce-ordering select:focus,
.tax-product_cat .woocommerce-ordering select:focus,
.tax-product_tag .woocommerce-ordering select:focus{border-color:#9ccaaa;box-shadow:0 0 0 3px rgba(47,143,70,.10)}

.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products,
.tax-product_tag .woocommerce ul.products{
  clear:both!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  margin:0!important;
  padding:0!important;
}
.post-type-archive-product .woocommerce ul.products::before,
.post-type-archive-product .woocommerce ul.products::after,
.tax-product_cat .woocommerce ul.products::before,
.tax-product_cat .woocommerce ul.products::after,
.tax-product_tag .woocommerce ul.products::before,
.tax-product_tag .woocommerce ul.products::after{display:none!important}

.post-type-archive-product .woocommerce ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product,
.tax-product_tag .woocommerce ul.products li.product{
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:14px 14px 16px!important;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  border:1px solid var(--hls-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(22,61,35,.06)!important;
  overflow:hidden!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.post-type-archive-product .woocommerce ul.products li.product:hover,
.tax-product_cat .woocommerce ul.products li.product:hover,
.tax-product_tag .woocommerce ul.products li.product:hover{
  transform:translateY(-3px)!important;
  border-color:#c9d9cc!important;
  box-shadow:0 14px 34px rgba(22,61,35,.10)!important;
}
.post-type-archive-product .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_cat .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_tag .woocommerce ul.products li.product .woocommerce-LoopProduct-link{
  display:block!important;
  color:inherit!important;
}
.post-type-archive-product .woocommerce ul.products li.product a img,
.tax-product_cat .woocommerce ul.products li.product a img,
.tax-product_tag .woocommerce ul.products li.product a img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  margin:0 0 14px!important;
  padding:10px!important;
  border-radius:16px!important;
  background:#f8faf8!important;
}
.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding:0!important;
  margin:0 0 8px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1rem!important;
  font-weight:850!important;
  line-height:1.3!important;
}
.post-type-archive-product .woocommerce ul.products li.product .price,
.tax-product_cat .woocommerce ul.products li.product .price,
.tax-product_tag .woocommerce ul.products li.product .price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  min-height:28px!important;
  margin:0 0 14px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1.08rem!important;
  font-weight:900!important;
}
.post-type-archive-product .woocommerce ul.products li.product .price del,
.tax-product_cat .woocommerce ul.products li.product .price del,
.tax-product_tag .woocommerce ul.products li.product .price del{
  opacity:1!important;
  color:#89948d!important;
  font-size:.83rem!important;
  font-weight:600!important;
}
.post-type-archive-product .woocommerce ul.products li.product .price ins,
.tax-product_cat .woocommerce ul.products li.product .price ins,
.tax-product_tag .woocommerce ul.products li.product .price ins{text-decoration:none!important;color:var(--hls-primary-dark)!important}
.post-type-archive-product .woocommerce span.onsale,
.tax-product_cat .woocommerce span.onsale,
.tax-product_tag .woocommerce span.onsale{
  top:24px!important;
  left:auto!important;
  right:24px!important;
  min-width:auto!important;
  min-height:auto!important;
  margin:0!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:#d89f00!important;
  color:#fff!important;
  font-size:.72rem!important;
  line-height:1!important;
  font-weight:900!important;
  z-index:3!important;
}
.post-type-archive-product .woocommerce ul.products li.product .button,
.tax-product_cat .woocommerce ul.products li.product .button,
.tax-product_tag .woocommerce ul.products li.product .button{
  width:100%!important;
  min-height:44px!important;
  margin:0 0 8px!important;
  padding:11px 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:12px!important;
  background:var(--hls-primary)!important;
  color:#fff!important;
  font-size:.88rem!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-align:center!important;
}
.post-type-archive-product .woocommerce ul.products li.product .button:hover,
.tax-product_cat .woocommerce ul.products li.product .button:hover,
.tax-product_tag .woocommerce ul.products li.product .button:hover{background:var(--hls-primary-dark)!important}
.post-type-archive-product .woocommerce ul.products li.product .added_to_cart,
.tax-product_cat .woocommerce ul.products li.product .added_to_cart,
.tax-product_tag .woocommerce ul.products li.product .added_to_cart{display:none!important}
.post-type-archive-product .woocommerce ul.products li.product .hls-loop-whatsapp,
.tax-product_cat .woocommerce ul.products li.product .hls-loop-whatsapp,
.tax-product_tag .woocommerce ul.products li.product .hls-loop-whatsapp{
  width:100%!important;
  min-height:42px!important;
  margin-top:0!important;
  padding:10px 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  border:1px solid #b9d8c0!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--hls-primary-dark)!important;
  font-size:.83rem!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-align:center!important;
}
.post-type-archive-product .woocommerce ul.products li.product .hls-loop-whatsapp:hover,
.tax-product_cat .woocommerce ul.products li.product .hls-loop-whatsapp:hover,
.tax-product_tag .woocommerce ul.products li.product .hls-loop-whatsapp:hover{background:#f0f8f2!important;border-color:#8fc19a!important}
.post-type-archive-product .woocommerce ul.products li.product .hls-loop-whatsapp:before,
.tax-product_cat .woocommerce ul.products li.product .hls-loop-whatsapp:before,
.tax-product_tag .woocommerce ul.products li.product .hls-loop-whatsapp:before{
  content:"";
  width:16px;height:16px;flex:0 0 16px;background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media(max-width:1000px){
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .tax-product_tag .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:760px){
  .post-type-archive-product main.section,
  .tax-product_cat main.section,
  .tax-product_tag main.section{padding:28px 0 48px!important}
  .hls-shop-hero{padding:20px;border-radius:18px;margin-bottom:20px}
  .hls-shop-hero h1{font-size:2rem}
  .post-type-archive-product .woocommerce-result-count,
  .tax-product_cat .woocommerce-result-count,
  .tax-product_tag .woocommerce-result-count,
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering{float:none!important;width:100%!important;margin:0 0 12px!important}
  .post-type-archive-product .woocommerce-ordering select,
  .tax-product_cat .woocommerce-ordering select,
  .tax-product_tag .woocommerce-ordering select{width:100%!important;min-width:0!important}
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .tax-product_tag .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .post-type-archive-product .woocommerce ul.products li.product,
  .tax-product_cat .woocommerce ul.products li.product,
  .tax-product_tag .woocommerce ul.products li.product{padding:10px 10px 12px!important;border-radius:16px!important}
  .post-type-archive-product .woocommerce ul.products li.product a img,
  .tax-product_cat .woocommerce ul.products li.product a img,
  .tax-product_tag .woocommerce ul.products li.product a img{padding:5px!important;margin-bottom:10px!important;border-radius:12px!important}
  .post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.9rem!important;min-height:2.35em}
  .post-type-archive-product .woocommerce ul.products li.product .price,
  .tax-product_cat .woocommerce ul.products li.product .price,
  .tax-product_tag .woocommerce ul.products li.product .price{font-size:.96rem!important;margin-bottom:10px!important}
  .post-type-archive-product .woocommerce ul.products li.product .button,
  .tax-product_cat .woocommerce ul.products li.product .button,
  .tax-product_tag .woocommerce ul.products li.product .button{min-height:40px!important;font-size:.78rem!important;padding:9px 8px!important}
  .post-type-archive-product .woocommerce ul.products li.product .hls-loop-whatsapp,
  .tax-product_cat .woocommerce ul.products li.product .hls-loop-whatsapp,
  .tax-product_tag .woocommerce ul.products li.product .hls-loop-whatsapp{min-height:40px!important;font-size:.74rem!important;padding:8px 6px!important}
  .post-type-archive-product .woocommerce span.onsale,
  .tax-product_cat .woocommerce span.onsale,
  .tax-product_tag .woocommerce span.onsale{top:16px!important;right:16px!important;font-size:.65rem!important;padding:6px 8px!important}
}
@media(max-width:390px){
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .tax-product_tag .woocommerce ul.products{gap:9px!important}
  .post-type-archive-product .woocommerce ul.products li.product,
  .tax-product_cat .woocommerce ul.products li.product,
  .tax-product_tag .woocommerce ul.products li.product{padding:8px!important}
  .post-type-archive-product .woocommerce ul.products li.product .hls-loop-whatsapp:before,
  .tax-product_cat .woocommerce ul.products li.product .hls-loop-whatsapp:before,
  .tax-product_tag .woocommerce ul.products li.product .hls-loop-whatsapp:before{display:none}
}


/* v1.13.0 — catálogo customizado com roteamento correto do WooCommerce */
.hls-catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  width:100%;
  margin:24px 0 34px;
  clear:both;
}
.hls-catalog-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#fff;
  border:1px solid #e1ebe3;
  border-radius:20px;
  padding:14px;
  overflow:hidden;
  box-shadow:0 3px 16px rgba(20,63,35,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.hls-catalog-card:hover{transform:translateY(-2px);border-color:#cfe1d3;box-shadow:0 10px 28px rgba(20,63,35,.08)}
.hls-catalog-media{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:1/1;
  border-radius:15px;
  overflow:hidden;
  background:#fbfcfb;
}
.hls-catalog-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:8px!important}
.hls-catalog-sale{
  position:absolute;
  z-index:2;
  top:10px;
  right:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  min-height:32px;
  padding:6px 10px;
  border-radius:999px;
  background:#a99100;
  color:#fff;
  font-size:.73rem;
  line-height:1;
  font-weight:800;
}
.hls-catalog-content{display:flex;flex-direction:column;flex:1;padding:13px 2px 2px}
.hls-catalog-title{margin:0 0 7px;font-size:1rem;line-height:1.3;font-weight:800;color:var(--hls-primary-dark)}
.hls-catalog-title a{color:inherit;text-decoration:none}
.hls-catalog-price{min-height:30px;margin:0 0 13px;font-size:1rem;font-weight:800;color:var(--hls-primary-dark)}
.hls-catalog-price del{font-size:.82rem;font-weight:600;color:#98a09a;opacity:1;margin-right:6px}
.hls-catalog-price ins{text-decoration:none;color:#a07f00}
.hls-catalog-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}
.hls-catalog-actions .hls-catalog-add,
.hls-catalog-actions .hls-catalog-wa{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%!important;
  min-width:0!important;
  min-height:44px;
  margin:0!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  box-sizing:border-box;
  text-decoration:none!important;
  text-align:center;
  font-size:.84rem!important;
  line-height:1.15!important;
  font-weight:800!important;
  white-space:normal!important;
}
.hls-catalog-actions .hls-catalog-add{border:1px solid var(--hls-primary)!important;background:var(--hls-primary)!important;color:#fff!important}
.hls-catalog-actions .hls-catalog-add:hover{background:var(--hls-primary-dark)!important;border-color:var(--hls-primary-dark)!important}
.hls-catalog-actions .hls-catalog-wa{border:1px solid #b8d5bf!important;background:#fff!important;color:var(--hls-primary-dark)!important}
.hls-catalog-actions .hls-catalog-wa:hover{background:#f1f8f3!important}
.hls-catalog-actions .hls-catalog-wa:before{content:"";width:16px;height:16px;flex:0 0 16px;margin-right:6px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.75 13.96c-.25-.12-1.47-.72-1.7-.81-.22-.08-.39-.12-.56.13-.16.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.15.17-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.84-.2-.49-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57c.12.17 1.75 2.67 4.24 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.15-1.18-.07-.11-.23-.17-.48-.29ZM12.04 2a9.84 9.84 0 0 0-8.42 14.91L2 22l5.24-1.58A9.92 9.92 0 1 0 12.04 2Zm0 17.98a8.04 8.04 0 0 1-4.1-1.12l-.29-.17-3.11.94.96-3.03-.19-.31a8.03 8.03 0 1 1 6.73 3.69Z'/%3E%3C/svg%3E") center/contain no-repeat}
.hls-catalog-grid + .woocommerce-pagination{margin-top:6px}
@media(max-width:1050px){.hls-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(max-width:700px){.hls-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.hls-catalog-card{padding:8px;border-radius:15px}.hls-catalog-media{border-radius:11px}.hls-catalog-content{padding:9px 1px 1px}.hls-catalog-title{font-size:.84rem;min-height:2.2em}.hls-catalog-price{font-size:.9rem;margin-bottom:9px}.hls-catalog-actions .hls-catalog-add,.hls-catalog-actions .hls-catalog-wa{min-height:38px;padding:8px 5px!important;border-radius:10px!important;font-size:.7rem!important}.hls-catalog-actions .hls-catalog-wa:before{display:none}}


/* v1.13.0 — arquivo de loja usa markup próprio, sem interferência do loop padrão */
.post-type-archive-product main.hls-shop-main,
.tax-product_cat main.hls-shop-main,
.tax-product_tag main.hls-shop-main{padding:42px 0 64px}
.hls-shop-main .container{width:min(calc(100% - 40px),1120px);margin-inline:auto}
.hls-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 20px}
.hls-shop-toolbar .woocommerce-result-count{float:none!important;margin:0!important}
.hls-shop-toolbar .woocommerce-ordering{float:none!important;margin:0!important}
.hls-shop-toolbar:after{display:none!important}
.hls-catalog-grid{align-items:stretch}
.hls-catalog-card.product{float:none!important;width:auto!important;margin:0!important;padding:14px!important}
.hls-catalog-card .hls-catalog-media img{max-width:100%!important}
.hls-catalog-card .hls-catalog-actions a{float:none!important}
@media(max-width:700px){
  .post-type-archive-product main.hls-shop-main,
  .tax-product_cat main.hls-shop-main,
  .tax-product_tag main.hls-shop-main{padding:26px 0 44px}
  .hls-shop-main .container{width:min(calc(100% - 22px),1120px)}
  .hls-shop-toolbar{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}
}


/* v1.14.0 — refinamento completo da home */
.home .hero{padding:78px 0;background:linear-gradient(135deg,#f7fbf7 0%,#eef8f0 55%,#f9fcf9 100%)}
.home .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);gap:58px}
.home .hero-copy{max-width:670px}
.home .hero-copy h1{font-size:clamp(2.75rem,5.1vw,4.9rem);max-width:720px}
.home .hero-copy p{font-size:1.16rem;line-height:1.65;max-width:620px}
.home .hero-actions .btn{min-height:50px;padding:14px 22px;font-size:.98rem}
.home .hero-media{position:relative;min-height:440px;border-radius:34px;background:linear-gradient(145deg,#dceede,#edf7ef);isolation:isolate}
.home .hero-media img{min-height:440px}
.hls-hero-fallback{position:relative;width:100%;min-height:440px;display:grid;place-items:center;overflow:hidden}
.hls-hero-fallback:before,.hls-hero-fallback:after{content:"";position:absolute;border-radius:50%;background:rgba(47,161,72,.11)}
.hls-hero-fallback:before{width:310px;height:310px;right:-90px;top:-90px}
.hls-hero-fallback:after{width:230px;height:230px;left:-70px;bottom:-90px}
.hls-hero-fallback-card{position:relative;z-index:1;width:min(72%,330px);aspect-ratio:1/1;border-radius:28px;background:rgba(255,255,255,.84);border:1px solid rgba(47,161,72,.14);box-shadow:0 22px 50px rgba(30,80,43,.10);display:grid;place-items:center;text-align:center;padding:30px}
.hls-hero-fallback-card svg{width:92px;height:92px;color:var(--hls-primary);margin-bottom:16px}
.hls-hero-fallback-card strong{display:block;color:var(--hls-primary-dark);font-size:1.08rem;margin-bottom:6px}
.hls-hero-fallback-card span{color:var(--hls-muted);font-size:.92rem;line-height:1.5}

.home .category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,260px));gap:20px;justify-content:start}
.home .category-card{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.home .category-card.has-image{min-height:190px;padding-top:98px;background-size:cover;background-position:center}
.home .category-card.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,59,31,.88),rgba(16,59,31,.10))}
.home .category-card.has-image h3,.home .category-card.has-image p{position:relative;z-index:1;color:#fff}
.home .category-card.has-image p{opacity:.88}
.home .category-card h3{font-size:1.08rem}

.home .search-wrap{max-width:820px}
.home .search-wrap:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:var(--hls-primary-dark);opacity:.72;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 20.3-4.7-4.7a7.5 7.5 0 1 0-.7.7L20.3 21 21 20.3ZM5 10.5A5.5 5.5 0 1 1 10.5 16 5.51 5.51 0 0 1 5 10.5Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 20.3-4.7-4.7a7.5 7.5 0 1 0-.7.7L20.3 21 21 20.3ZM5 10.5A5.5 5.5 0 1 1 10.5 16 5.51 5.51 0 0 1 5 10.5Z'/%3E%3C/svg%3E") center/contain no-repeat;z-index:2}
.home .search-wrap input{padding-left:52px;min-height:58px}

.home .product-grid{grid-template-columns:repeat(auto-fit,minmax(245px,280px));gap:24px;justify-content:start;align-items:stretch}
.home .product-card{width:100%;max-width:280px;border-radius:20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home .product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(22,61,35,.12);border-color:#c8dcca}
.home .product-card .thumb{aspect-ratio:1/1.02;padding:10px;background:#fafcfa}
.home .product-card .thumb img{object-fit:contain}
.home .product-card .content{padding:17px;gap:11px}
.home .product-card h3{font-size:1.02rem;min-height:2.6em}
.home .product-card .price{font-size:1.14rem}
.home .product-card .product-actions .btn{min-height:42px;font-size:.88rem;padding:10px 12px}

.home .goal-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.home .goal-card{display:block;min-height:132px;padding:22px;position:relative}
.home .goal-card:after{content:"→";position:absolute;right:20px;bottom:18px;color:var(--hls-primary);font-weight:900;font-size:1.15rem;transition:transform .2s}
.home .goal-card:hover:after{transform:translateX(3px)}

.home .steps .step{position:relative;padding-top:26px;min-height:190px}
.home .step-icon{width:42px;height:42px;border-radius:13px;background:#edf7ef;color:var(--hls-primary-dark);display:grid;place-items:center;margin-bottom:14px}
.home .step-icon svg{width:22px;height:22px}
.home .step .num{position:absolute;right:18px;top:18px;width:30px;height:30px;font-size:.82rem;margin:0}

.home .delivery-box,.home .about-box,.home .map-box{padding:34px;border-radius:24px}
.home .info-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--hls-primary-dark);font-weight:800;font-size:.88rem;margin-bottom:10px}
.home .info-kicker svg{width:20px;height:20px;color:var(--hls-primary)}
.home .delivery-box h2,.home .about-box h2,.home .map-box h2{margin-top:0}

@media(max-width:900px){
  .home .hero-grid{grid-template-columns:1fr;gap:34px}
  .home .hero-media,.hls-hero-fallback{min-height:340px}
  .home .hero-media img{min-height:340px}
  .home .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}
  .home .product-card{max-width:none}
  .home .goal-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .home .hero{padding:42px 0}
  .home .hero-copy h1{font-size:2.45rem}
  .home .hero-media,.hls-hero-fallback{min-height:290px}
  .home .hero-media img{min-height:290px}
  .hls-hero-fallback-card{width:min(76%,290px);padding:24px}
  .home .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home .category-card{min-height:132px;padding:16px}
  .home .category-card.has-image{min-height:150px;padding-top:76px}
  .home .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home .product-card .content{padding:12px}
  .home .product-card h3{font-size:.9rem;min-height:2.5em}
  .home .product-card .price{font-size:1rem}
  .home .product-card .product-actions .btn{font-size:.78rem;padding:9px 7px}
  .home .goal-grid{grid-template-columns:1fr 1fr;gap:12px}
  .home .goal-card{min-height:120px;padding:16px}
  .home .delivery-box,.home .about-box,.home .map-box{padding:22px}
}


/* v1.20.0 — hero com imagem cobrindo toda a área */
.home .hero.hero-cover{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#edf5ef 0%,#e6f0e8 100%);
  isolation:isolate;
}
.home .hero.hero-cover:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--hero-image);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  filter:blur(1.5px);
  transform:scale(1.015);
  z-index:-3;
}
.home .hero.hero-cover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(245,251,247,.94) 0%,rgba(245,251,247,.88) 30%,rgba(245,251,247,.58) 48%,rgba(245,251,247,.18) 72%,rgba(245,251,247,.08) 100%);
  z-index:-2;
}
.home .hero.hero-cover .hero-grid{
  grid-template-columns:minmax(0,720px) 1fr;
  min-height:540px;
  align-items:center;
}
.home .hero.hero-cover .hero-copy{
  max-width:680px;
}
.home .hero-copy-inner{
  position:relative;
  z-index:1;
}
.home .hero.hero-cover .hero-copy-inner{
  padding:30px 34px;
  border-radius:30px;
  background:rgba(255,255,255,.34);
  border:1px solid rgba(255,255,255,.34);
  backdrop-filter:blur(1.5px);
  -webkit-backdrop-filter:blur(1.5px);
  box-shadow:0 18px 45px rgba(18,60,39,.08);
}
.home .hero.hero-cover .hero-copy h1,
.home .hero.hero-cover .hero-copy p{
  text-shadow:0 1px 0 rgba(255,255,255,.18);
}
.home .hero.hero-cover .hero-media{
  display:none;
}
@media(max-width:900px){
  .home .hero.hero-cover .hero-grid{grid-template-columns:1fr;min-height:460px}
  .home .hero.hero-cover:after{background:linear-gradient(180deg,rgba(245,251,247,.88) 0%,rgba(245,251,247,.76) 100%)}
}
@media(max-width:600px){
  .home .hero.hero-cover .hero-copy-inner{padding:22px 18px;border-radius:22px}
  .home .hero.hero-cover .hero-grid{min-height:380px}
}

/* v1.21.0 — hero mais nítida, contraste concentrado no conteúdo */
.home .hero.hero-cover{min-height:520px}
.home .hero.hero-cover:before{background-position:center center}
.home .hero.hero-cover .hero-copy-inner{max-width:650px}
@media(min-width:901px){
  .home .hero.hero-cover .hero-grid{min-height:520px}
}


/* v1.22.0 — produtos relacionados alinhados ao padrão visual do tema */
.single-product .related.products{
  clear:both!important;
  padding:34px 0 10px!important;
  margin:24px 0 0!important;
  border-top:1px solid var(--hls-border)!important;
}
.single-product .related.products>h2{
  margin:0 0 22px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1.65rem!important;
  line-height:1.2!important;
}
.single-product .related.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.single-product .related.products ul.products:before,
.single-product .related.products ul.products:after{display:none!important}
.single-product .related.products ul.products li.product{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  min-width:0!important;
  border:1px solid var(--hls-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:var(--hls-shadow)!important;
  display:flex!important;
  flex-direction:column!important;
}
.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  color:inherit!important;
}
.single-product .related.products ul.products li.product img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0!important;
  padding:18px!important;
  background:#fafcfb!important;
  border:0!important;
  border-radius:0!important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{
  margin:0!important;
  padding:16px 16px 8px!important;
  color:var(--hls-text)!important;
  font-size:.98rem!important;
  line-height:1.35!important;
  min-height:72px!important;
}
.single-product .related.products ul.products li.product .price{
  display:block!important;
  margin:0!important;
  padding:0 16px 12px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1rem!important;
  font-weight:850!important;
}
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart{
  width:calc(100% - 32px)!important;
  min-height:42px!important;
  margin:0 16px 10px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  border:0!important;
  background:var(--hls-primary)!important;
  color:#fff!important;
  font-size:.86rem!important;
  font-weight:800!important;
  text-align:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.single-product .related.products ul.products li.product .button:hover{
  background:var(--hls-primary-dark)!important;
}
.single-product .related.products ul.products li.product .hls-product-whatsapp,
.single-product .related.products ul.products li.product a[href*="wa.me"],
.single-product .related.products ul.products li.product a[href*="whatsapp"]{
  width:calc(100% - 32px)!important;
  min-height:40px!important;
  margin:0 16px 16px!important;
  padding:9px 14px!important;
  border:1px solid var(--hls-primary)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--hls-primary)!important;
  font-size:.84rem!important;
  font-weight:800!important;
  text-align:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.single-product .related.products ul.products li.product .star-rating{margin:0 16px 8px!important}
.single-product .related.products .woocommerce-loop-product__link{min-width:0!important}
@media(max-width:900px){
  .single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:600px){
  .single-product .related.products{padding-top:26px!important}
  .single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .single-product .related.products ul.products li.product img{padding:10px!important}
  .single-product .related.products ul.products li.product .woocommerce-loop-product__title{padding:12px 12px 6px!important;font-size:.88rem!important;min-height:64px!important}
  .single-product .related.products ul.products li.product .price{padding:0 12px 10px!important;font-size:.92rem!important}
  .single-product .related.products ul.products li.product .button,
  .single-product .related.products ul.products li.product .added_to_cart,
  .single-product .related.products ul.products li.product .hls-product-whatsapp,
  .single-product .related.products ul.products li.product a[href*="wa.me"],
  .single-product .related.products ul.products li.product a[href*="whatsapp"]{
    width:calc(100% - 24px)!important;
    margin-left:12px!important;
    margin-right:12px!important;
    font-size:.78rem!important;
  }
}


/* v1.23.0 — upsells (“Você também pode gostar”) no mesmo padrão dos relacionados */
.single-product .upsells.products{
  clear:both!important;
  padding:34px 0 10px!important;
  margin:24px 0 0!important;
  border-top:1px solid var(--hls-border)!important;
}
.single-product .upsells.products>h2{
  margin:0 0 22px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1.65rem!important;
  line-height:1.2!important;
}
.single-product .upsells.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.single-product .upsells.products ul.products:before,
.single-product .upsells.products ul.products:after{display:none!important}
.single-product .upsells.products ul.products li.product{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  min-width:0!important;
  border:1px solid var(--hls-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:var(--hls-shadow)!important;
  display:flex!important;
  flex-direction:column!important;
}
.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  color:inherit!important;
}
.single-product .upsells.products ul.products li.product img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0!important;
  padding:18px!important;
  background:#fafcfb!important;
  border:0!important;
  border-radius:0!important;
}
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{
  margin:0!important;
  padding:16px 16px 8px!important;
  color:var(--hls-text)!important;
  font-size:.98rem!important;
  line-height:1.35!important;
  min-height:72px!important;
}
.single-product .upsells.products ul.products li.product .price{
  display:block!important;
  margin:0!important;
  padding:0 16px 12px!important;
  color:var(--hls-primary-dark)!important;
  font-size:1rem!important;
  font-weight:850!important;
}
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart{
  width:calc(100% - 32px)!important;
  min-height:42px!important;
  margin:0 16px 10px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  border:0!important;
  background:var(--hls-primary)!important;
  color:#fff!important;
  font-size:.86rem!important;
  font-weight:800!important;
  text-align:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.single-product .upsells.products ul.products li.product .button:hover{
  background:var(--hls-primary-dark)!important;
}
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp,
.single-product .upsells.products ul.products li.product a[href*="wa.me"],
.single-product .upsells.products ul.products li.product a[href*="whatsapp"]{
  width:calc(100% - 32px)!important;
  min-height:40px!important;
  margin:0 16px 16px!important;
  padding:9px 14px!important;
  border:1px solid var(--hls-primary)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--hls-primary)!important;
  font-size:.84rem!important;
  font-weight:800!important;
  text-align:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.single-product .upsells.products ul.products li.product .star-rating{margin:0 16px 8px!important}
.single-product .upsells.products .woocommerce-loop-product__link{min-width:0!important}
@media(max-width:900px){
  .single-product .upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:600px){
  .single-product .upsells.products{padding-top:26px!important}
  .single-product .upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .single-product .upsells.products ul.products li.product img{padding:10px!important}
  .single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{padding:12px 12px 6px!important;font-size:.88rem!important;min-height:64px!important}
  .single-product .upsells.products ul.products li.product .price{padding:0 12px 10px!important;font-size:.92rem!important}
  .single-product .upsells.products ul.products li.product .button,
  .single-product .upsells.products ul.products li.product .added_to_cart,
  .single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
  .single-product .upsells.products ul.products li.product .hls-product-whatsapp,
  .single-product .upsells.products ul.products li.product a[href*="wa.me"],
  .single-product .upsells.products ul.products li.product a[href*="whatsapp"]{
    width:calc(100% - 24px)!important;
    margin-left:12px!important;
    margin-right:12px!important;
    font-size:.78rem!important;
  }
}


/* v1.24.0 — preços com mais destaque e decimais menores estilo Amazon */
.hls-price-wrap{
  display:inline-flex;
  align-items:flex-start;
  line-height:1;
  white-space:nowrap;
}
.hls-price-currency{
  display:inline-flex;
  align-items:flex-start;
  margin-right:2px;
  font-size:.62em;
  font-weight:900;
  line-height:1.1;
  transform:translateY(.12em);
}
.hls-price-currency .woocommerce-Price-currencySymbol{
  line-height:1;
}
.hls-price-whole{
  display:inline-block;
  font-size:1.42em;
  font-weight:900;
  letter-spacing:-.045em;
  line-height:.9;
}
.hls-price-decimal{
  display:inline-block;
  margin-left:2px;
  font-size:.62em;
  font-weight:900;
  line-height:1.1;
  transform:translateY(.12em);
}
.price .woocommerce-Price-amount.amount,
.woocommerce div.product p.price .woocommerce-Price-amount.amount,
.woocommerce div.product span.price .woocommerce-Price-amount.amount{
  display:inline-flex;
  align-items:flex-start;
  line-height:1;
}
.price del{
  order:-1;
  width:100%;
  margin:0 0 3px!important;
  color:#8e9993!important;
  text-decoration-thickness:1px;
}
.price del .hls-price-whole{font-size:1.02em}
.price del .hls-price-currency,
.price del .hls-price-decimal{font-size:.58em}
.price ins{
  text-decoration:none!important;
}
.home .product-card .price,
.post-type-archive-product .woocommerce ul.products li.product .price,
.tax-product_cat .woocommerce ul.products li.product .price,
.tax-product_tag .woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:4px 8px!important;
  font-size:1.02rem!important;
  font-weight:900!important;
  color:var(--hls-primary-dark)!important;
}
.home .product-card .price .hls-price-whole,
.post-type-archive-product .woocommerce ul.products li.product .price .hls-price-whole,
.tax-product_cat .woocommerce ul.products li.product .price .hls-price-whole,
.tax-product_tag .woocommerce ul.products li.product .price .hls-price-whole,
.single-product .related.products ul.products li.product .price .hls-price-whole,
.single-product .upsells.products ul.products li.product .price .hls-price-whole{
  font-size:1.52em;
}
.single-product div.product .summary .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:5px 10px!important;
  margin:2px 0 16px!important;
  font-size:1.95rem!important;
  font-weight:900!important;
  color:#9e7c00!important;
}
.single-product div.product .summary .price .hls-price-wrap{
  align-items:flex-start;
}
.single-product div.product .summary .price .hls-price-whole{
  font-size:1.85em;
  letter-spacing:-.055em;
}
.single-product div.product .summary .price .hls-price-currency,
.single-product div.product .summary .price .hls-price-decimal{
  font-size:.56em;
}
.single-product div.product .summary .price del{
  width:100%;
  margin-bottom:2px!important;
  color:#96a09a!important;
  font-size:.62em!important;
}
.single-product div.product .summary .price del .hls-price-whole{font-size:1.1em}
.single-product div.product .summary .price ins,
.single-product div.product .summary .price > .woocommerce-Price-amount.amount{
  color:#a17800!important;
}
@media(max-width:600px){
  .single-product div.product .summary .price{font-size:1.55rem!important}
  .single-product div.product .summary .price .hls-price-whole{font-size:1.65em}
}


/* v1.25.0 — preço no padrão visual Amazon: moeda pequena, inteiro em destaque, centavos menores e preço anterior ao lado */
.hls-price-wrap{
  display:inline-flex!important;
  align-items:flex-start!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hls-price-currency{
  display:inline-flex!important;
  align-items:flex-start!important;
  margin:0 2px 0 0!important;
  font-size:.48em!important;
  font-weight:600!important;
  line-height:1!important;
  transform:translateY(.22em)!important;
}
.hls-price-whole{
  display:inline-block!important;
  font-size:1.55em!important;
  font-weight:500!important;
  letter-spacing:-.045em!important;
  line-height:.82!important;
}
.hls-price-decimal{
  display:inline-block!important;
  margin-left:2px!important;
  font-size:.48em!important;
  font-weight:600!important;
  line-height:1!important;
  transform:translateY(.18em)!important;
}

/* Produto individual */
.single-product div.product .summary .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:5px 10px!important;
  margin:4px 0 18px!important;
  font-size:1.45rem!important;
  line-height:1!important;
  font-weight:500!important;
  color:#111!important;
}
.single-product div.product .summary .price > .woocommerce-Price-amount.amount,
.single-product div.product .summary .price > ins{
  order:1!important;
  color:#111!important;
  text-decoration:none!important;
}
.single-product div.product .summary .price > del{
  order:2!important;
  width:auto!important;
  align-self:center!important;
  margin:4px 0 0!important;
  color:#565959!important;
  font-size:.60em!important;
  font-weight:400!important;
  opacity:1!important;
  line-height:1.2!important;
}
.single-product div.product .summary .price > del .hls-price-wrap{
  align-items:baseline!important;
}
.single-product div.product .summary .price > del .hls-price-currency,
.single-product div.product .summary .price > del .hls-price-decimal{
  font-size:1em!important;
  transform:none!important;
  margin:0 1px 0 0!important;
  font-weight:400!important;
}
.single-product div.product .summary .price > del .hls-price-whole{
  font-size:1em!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:1!important;
}

/* Cards da home, catálogo, relacionados e upsell */
.home .product-card .price,
.post-type-archive-product .woocommerce ul.products li.product .price,
.tax-product_cat .woocommerce ul.products li.product .price,
.tax-product_tag .woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:4px 7px!important;
  color:#111!important;
  font-size:.98rem!important;
  font-weight:500!important;
  line-height:1!important;
}
.home .product-card .price > .woocommerce-Price-amount.amount,
.home .product-card .price > ins,
.post-type-archive-product .woocommerce ul.products li.product .price > .woocommerce-Price-amount.amount,
.post-type-archive-product .woocommerce ul.products li.product .price > ins,
.tax-product_cat .woocommerce ul.products li.product .price > .woocommerce-Price-amount.amount,
.tax-product_cat .woocommerce ul.products li.product .price > ins,
.tax-product_tag .woocommerce ul.products li.product .price > .woocommerce-Price-amount.amount,
.tax-product_tag .woocommerce ul.products li.product .price > ins,
.single-product .related.products ul.products li.product .price > .woocommerce-Price-amount.amount,
.single-product .related.products ul.products li.product .price > ins,
.single-product .upsells.products ul.products li.product .price > .woocommerce-Price-amount.amount,
.single-product .upsells.products ul.products li.product .price > ins{
  order:1!important;
  color:#111!important;
  text-decoration:none!important;
}
.home .product-card .price > del,
.post-type-archive-product .woocommerce ul.products li.product .price > del,
.tax-product_cat .woocommerce ul.products li.product .price > del,
.tax-product_tag .woocommerce ul.products li.product .price > del,
.single-product .related.products ul.products li.product .price > del,
.single-product .upsells.products ul.products li.product .price > del{
  order:2!important;
  width:auto!important;
  margin:3px 0 0!important;
  color:#565959!important;
  font-size:.68em!important;
  font-weight:400!important;
  opacity:1!important;
  align-self:center!important;
}
.home .product-card .price > del .hls-price-currency,
.home .product-card .price > del .hls-price-decimal,
.post-type-archive-product .woocommerce ul.products li.product .price > del .hls-price-currency,
.post-type-archive-product .woocommerce ul.products li.product .price > del .hls-price-decimal,
.tax-product_cat .woocommerce ul.products li.product .price > del .hls-price-currency,
.tax-product_cat .woocommerce ul.products li.product .price > del .hls-price-decimal,
.tax-product_tag .woocommerce ul.products li.product .price > del .hls-price-currency,
.tax-product_tag .woocommerce ul.products li.product .price > del .hls-price-decimal,
.single-product .related.products ul.products li.product .price > del .hls-price-currency,
.single-product .related.products ul.products li.product .price > del .hls-price-decimal,
.single-product .upsells.products ul.products li.product .price > del .hls-price-currency,
.single-product .upsells.products ul.products li.product .price > del .hls-price-decimal{
  font-size:1em!important;
  transform:none!important;
  font-weight:400!important;
}
.home .product-card .price > del .hls-price-whole,
.post-type-archive-product .woocommerce ul.products li.product .price > del .hls-price-whole,
.tax-product_cat .woocommerce ul.products li.product .price > del .hls-price-whole,
.tax-product_tag .woocommerce ul.products li.product .price > del .hls-price-whole,
.single-product .related.products ul.products li.product .price > del .hls-price-whole,
.single-product .upsells.products ul.products li.product .price > del .hls-price-whole{
  font-size:1em!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:1!important;
}

@media(max-width:600px){
  .single-product div.product .summary .price{font-size:1.28rem!important}
}


/* v1.26.0 — correção efetiva do preço estilo Amazon no HTML real do WooCommerce */
.hls-price-wrap{
  display:inline-flex!important;
  align-items:flex-start!important;
  vertical-align:top!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.hls-price-wrap .hls-price-currency{
  display:inline-block!important;
  font-size:.44em!important;
  font-weight:600!important;
  line-height:1!important;
  margin-right:2px!important;
  transform:translateY(.18em)!important;
}
.hls-price-wrap .hls-price-currency .woocommerce-Price-currencySymbol{
  font-size:1em!important;
  line-height:1!important;
}
.hls-price-wrap .hls-price-whole{
  display:inline-block!important;
  font-size:1em!important;
  font-weight:500!important;
  line-height:.9!important;
  letter-spacing:-.035em!important;
}
.hls-price-wrap .hls-price-decimal{
  display:inline-block!important;
  font-size:.44em!important;
  font-weight:600!important;
  line-height:1!important;
  margin-left:2px!important;
  transform:translateY(.18em)!important;
}

/* preço principal do produto — grande e prioritário */
.single-product div.product .summary .price{
  color:#111!important;
  font-size:2.15rem!important;
  font-weight:500!important;
  line-height:1!important;
  margin:4px 0 18px!important;
}
.single-product div.product .summary .price .woocommerce-Price-amount.amount{
  color:#111!important;
  font-weight:500!important;
  line-height:1!important;
}
.single-product div.product .summary .price .hls-price-whole{
  font-size:1.22em!important;
  font-weight:500!important;
}
.single-product div.product .summary .price .hls-price-currency,
.single-product div.product .summary .price .hls-price-decimal{
  font-size:.48em!important;
  font-weight:500!important;
}

/* preço anterior fica menor, riscado e ao lado/abaixo */
.single-product div.product .summary .price del{
  color:#666!important;
  font-size:.58em!important;
  font-weight:400!important;
  opacity:1!important;
  margin-left:8px!important;
}
.single-product div.product .summary .price del .woocommerce-Price-amount.amount,
.single-product div.product .summary .price del .hls-price-wrap{
  color:#666!important;
}
.single-product div.product .summary .price ins{
  color:#111!important;
  text-decoration:none!important;
}

/* cards: mais destaque, mantendo hierarquia */
.home .product-card .price,
.post-type-archive-product .woocommerce ul.products li.product .price,
.tax-product_cat .woocommerce ul.products li.product .price,
.tax-product_tag .woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price{
  color:#111!important;
  font-size:1.16rem!important;
  font-weight:500!important;
  line-height:1!important;
}
.home .product-card .price .hls-price-whole,
.post-type-archive-product .woocommerce ul.products li.product .price .hls-price-whole,
.tax-product_cat .woocommerce ul.products li.product .price .hls-price-whole,
.tax-product_tag .woocommerce ul.products li.product .price .hls-price-whole,
.single-product .related.products ul.products li.product .price .hls-price-whole,
.single-product .upsells.products ul.products li.product .price .hls-price-whole{
  font-size:1.22em!important;
}

@media(max-width:600px){
  .single-product div.product .summary .price{font-size:1.82rem!important}
}


/* v1.27.0 — ajuste final do preço estilo Amazon com centavos menores */
.hls-price-wrap,
.price .hls-price-wrap,
.woocommerce-Price-amount .hls-price-wrap,
.price bdi .hls-price-wrap{
  display:inline-flex!important;
  align-items:flex-start!important;
  vertical-align:top!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.hls-price-wrap .hls-price-currency{
  display:inline-block!important;
  font-size:.42em!important;
  line-height:1!important;
  margin-right:1px!important;
  transform:translateY(.08em)!important;
}
.hls-price-wrap .hls-price-whole{
  display:inline-block!important;
  font-size:1em!important;
  line-height:.88!important;
  letter-spacing:-.045em!important;
}
.hls-price-wrap .hls-price-decimal{
  display:inline-block!important;
  font-size:.42em!important;
  line-height:1!important;
  margin-left:1px!important;
  transform:translateY(.05em)!important;
}
.single-product div.product .summary .price .hls-price-currency,
.single-product div.product .summary .price .hls-price-decimal{
  font-size:.40em!important;
}
.home .product-card .price .hls-price-currency,
.home .product-card .price .hls-price-decimal,
.post-type-archive-product .woocommerce ul.products li.product .price .hls-price-currency,
.post-type-archive-product .woocommerce ul.products li.product .price .hls-price-decimal,
.tax-product_cat .woocommerce ul.products li.product .price .hls-price-currency,
.tax-product_cat .woocommerce ul.products li.product .price .hls-price-decimal,
.tax-product_tag .woocommerce ul.products li.product .price .hls-price-currency,
.tax-product_tag .woocommerce ul.products li.product .price .hls-price-decimal,
.single-product .related.products ul.products li.product .price .hls-price-currency,
.single-product .related.products ul.products li.product .price .hls-price-decimal,
.single-product .upsells.products ul.products li.product .price .hls-price-currency,
.single-product .upsells.products ul.products li.product .price .hls-price-decimal{
  font-size:.40em!important;
}


/* v1.28.0 — preço antigo de ofertas com linha central */
.price del,
.hls-catalog-price del,
.single-product div.product .summary .price del,
.home .product-card .price del,
.post-type-archive-product .woocommerce ul.products li.product .price del,
.tax-product_cat .woocommerce ul.products li.product .price del,
.tax-product_tag .woocommerce ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del{
  text-decoration-line: line-through !important;
  text-decoration-style: solid !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 1.5px !important;
}
.price del .woocommerce-Price-amount,
.price del .hls-price-wrap,
.price del .hls-price-currency,
.price del .hls-price-whole,
.price del .hls-price-decimal,
.hls-catalog-price del .woocommerce-Price-amount,
.hls-catalog-price del .hls-price-wrap,
.hls-catalog-price del .hls-price-currency,
.hls-catalog-price del .hls-price-whole,
.hls-catalog-price del .hls-price-decimal,
.single-product div.product .summary .price del .woocommerce-Price-amount,
.single-product div.product .summary .price del .hls-price-wrap,
.single-product div.product .summary .price del .hls-price-currency,
.single-product div.product .summary .price del .hls-price-whole,
.single-product div.product .summary .price del .hls-price-decimal,
.home .product-card .price del .woocommerce-Price-amount,
.home .product-card .price del .hls-price-wrap,
.home .product-card .price del .hls-price-currency,
.home .product-card .price del .hls-price-whole,
.home .product-card .price del .hls-price-decimal,
.post-type-archive-product .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.post-type-archive-product .woocommerce ul.products li.product .price del .hls-price-wrap,
.post-type-archive-product .woocommerce ul.products li.product .price del .hls-price-currency,
.post-type-archive-product .woocommerce ul.products li.product .price del .hls-price-whole,
.post-type-archive-product .woocommerce ul.products li.product .price del .hls-price-decimal,
.tax-product_cat .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.tax-product_cat .woocommerce ul.products li.product .price del .hls-price-wrap,
.tax-product_cat .woocommerce ul.products li.product .price del .hls-price-currency,
.tax-product_cat .woocommerce ul.products li.product .price del .hls-price-whole,
.tax-product_cat .woocommerce ul.products li.product .price del .hls-price-decimal,
.tax-product_tag .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.tax-product_tag .woocommerce ul.products li.product .price del .hls-price-wrap,
.tax-product_tag .woocommerce ul.products li.product .price del .hls-price-currency,
.tax-product_tag .woocommerce ul.products li.product .price del .hls-price-whole,
.tax-product_tag .woocommerce ul.products li.product .price del .hls-price-decimal,
.single-product .related.products ul.products li.product .price del .woocommerce-Price-amount,
.single-product .related.products ul.products li.product .price del .hls-price-wrap,
.single-product .related.products ul.products li.product .price del .hls-price-currency,
.single-product .related.products ul.products li.product .price del .hls-price-whole,
.single-product .related.products ul.products li.product .price del .hls-price-decimal,
.single-product .upsells.products ul.products li.product .price del .woocommerce-Price-amount,
.single-product .upsells.products ul.products li.product .price del .hls-price-wrap,
.single-product .upsells.products ul.products li.product .price del .hls-price-currency,
.single-product .upsells.products ul.products li.product .price del .hls-price-whole,
.single-product .upsells.products ul.products li.product .price del .hls-price-decimal{
  text-decoration: inherit !important;
}


/* v1.29.0 — correção visual garantida do preço antigo com tarja central no front */
.price del,
.hls-catalog-price del,
.single-product div.product .summary .price del,
.home .product-card .price del,
.post-type-archive-product .woocommerce ul.products li.product .price del,
.tax-product_cat .woocommerce ul.products li.product .price del,
.tax-product_tag .woocommerce ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  text-decoration:none !important;
}
.price del::after,
.hls-catalog-price del::after,
.single-product div.product .summary .price del::after,
.home .product-card .price del::after,
.post-type-archive-product .woocommerce ul.products li.product .price del::after,
.tax-product_cat .woocommerce ul.products li.product .price del::after,
.tax-product_tag .woocommerce ul.products li.product .price del::after,
.single-product .related.products ul.products li.product .price del::after,
.single-product .upsells.products ul.products li.product .price del::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:50% !important;
  height:1.5px !important;
  background:currentColor !important;
  transform:translateY(-50%) !important;
  opacity:.95 !important;
  pointer-events:none !important;
}
.price del .woocommerce-Price-amount,
.price del .hls-price-wrap,
.hls-catalog-price del .woocommerce-Price-amount,
.hls-catalog-price del .hls-price-wrap,
.single-product div.product .summary .price del .woocommerce-Price-amount,
.single-product div.product .summary .price del .hls-price-wrap,
.home .product-card .price del .woocommerce-Price-amount,
.home .product-card .price del .hls-price-wrap,
.post-type-archive-product .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.post-type-archive-product .woocommerce ul.products li.product .price del .hls-price-wrap,
.tax-product_cat .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.tax-product_cat .woocommerce ul.products li.product .price del .hls-price-wrap,
.tax-product_tag .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.tax-product_tag .woocommerce ul.products li.product .price del .hls-price-wrap,
.single-product .related.products ul.products li.product .price del .woocommerce-Price-amount,
.single-product .related.products ul.products li.product .price del .hls-price-wrap,
.single-product .upsells.products ul.products li.product .price del .woocommerce-Price-amount,
.single-product .upsells.products ul.products li.product .price del .hls-price-wrap{
  position:relative !important;
  z-index:1 !important;
}


/* v1.30.0 — breadcrumb com estilo do tema */
.woocommerce-breadcrumb{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 20px!important;
  padding:14px 18px!important;
  background:#fff!important;
  border:1px solid var(--hls-border)!important;
  border-radius:16px!important;
  box-shadow:var(--hls-shadow)!important;
  color:var(--hls-muted)!important;
  font-size:.95rem!important;
  line-height:1.45!important;
}
.woocommerce-breadcrumb a{
  color:var(--hls-primary-dark)!important;
  font-weight:700!important;
}
.woocommerce-breadcrumb a:hover{
  color:var(--hls-primary)!important;
}
.woocommerce-breadcrumb .breadcrumb-separator,
.woocommerce-breadcrumb .separator{
  color:#97b2b5!important;
  font-weight:700!important;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb *{
  text-decoration:none!important;
}
.single-product .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_tag .woocommerce-breadcrumb{
  width:100%;
}
@media(max-width:600px){
  .woocommerce-breadcrumb{
    padding:12px 14px!important;
    gap:6px!important;
    font-size:.88rem!important;
    border-radius:14px!important;
  }
}


/* v1.32.0 — preço promocional: preço antigo realmente riscado */
.price del,
.hls-catalog-price del,
.single-product div.product .summary .price del,
.home .product-card .price del,
.post-type-archive-product .woocommerce ul.products li.product .price del,
.tax-product_cat .woocommerce ul.products li.product .price del,
.tax-product_tag .woocommerce ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del{
  position:relative!important;
  display:inline-block!important;
  color:#6f7773!important;
  opacity:1!important;
  text-decoration:none!important;
  background-image:linear-gradient(to bottom,
    transparent 46%,
    currentColor 46%,
    currentColor 52%,
    transparent 52%)!important;
  background-repeat:no-repeat!important;
  background-size:100% 100%!important;
  background-position:center!important;
}
.price del * ,
.hls-catalog-price del *,
.single-product div.product .summary .price del *,
.home .product-card .price del *,
.post-type-archive-product .woocommerce ul.products li.product .price del *,
.tax-product_cat .woocommerce ul.products li.product .price del *,
.tax-product_tag .woocommerce ul.products li.product .price del *,
.single-product .related.products ul.products li.product .price del *,
.single-product .upsells.products ul.products li.product .price del *{
  text-decoration:none!important;
  color:inherit!important;
}
.single-product div.product .summary .price del{
  margin-left:10px!important;
  font-size:.62em!important;
  vertical-align:middle!important;
  transform:translateY(-.05em);
}


/* v1.33.0 — relacionados e upsells inspirados na vitrine da Amazon */
.single-product .related.products,
.single-product .upsells.products{
  clear:both!important;
  margin-top:34px!important;
  padding-top:26px!important;
  border-top:1px solid #d5d9d9!important;
}
.single-product .related.products>h2,
.single-product .upsells.products>h2{
  margin:0 0 16px!important;
  color:#0f1111!important;
  font-size:2rem!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:18px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:10px 0 16px!important;
  margin:0!important;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.single-product .related.products ul.products::-webkit-scrollbar,
.single-product .upsells.products ul.products::-webkit-scrollbar{
  height:10px;
}
.single-product .related.products ul.products::-webkit-scrollbar-thumb,
.single-product .upsells.products ul.products::-webkit-scrollbar-thumb{
  background:#c7cfd1;
  border-radius:999px;
}
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product{
  flex:0 0 215px!important;
  width:215px!important;
  min-width:215px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  scroll-snap-align:start;
}
.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link{
  display:block!important;
  text-decoration:none!important;
}
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img{
  width:100%!important;
  height:190px!important;
  object-fit:contain!important;
  background:transparent!important;
  padding:0!important;
  margin:0 0 10px!important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{
  min-height:84px!important;
  margin:0 0 4px!important;
  padding:0!important;
  color:#2162a1!important;
  font-size:1rem!important;
  line-height:1.35!important;
  font-weight:400!important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title:hover,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title:hover{
  color:#c7511f!important;
}
.single-product .related.products ul.products li.product .star-rating,
.single-product .upsells.products ul.products li.product .star-rating{
  margin:4px 0 6px!important;
  color:#de7921!important;
}
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:4px 8px!important;
  margin:0 0 10px!important;
  padding:0!important;
  color:#0f1111!important;
  font-size:1.15rem!important;
  line-height:1!important;
}
.single-product .related.products ul.products li.product .price > del,
.single-product .upsells.products ul.products li.product .price > del{
  width:100%!important;
  color:#565959!important;
  font-size:.82rem!important;
  margin:0 0 2px!important;
}
.single-product .related.products ul.products li.product .price > ins,
.single-product .related.products ul.products li.product .price > .woocommerce-Price-amount.amount,
.single-product .upsells.products ul.products li.product .price > ins,
.single-product .upsells.products ul.products li.product .price > .woocommerce-Price-amount.amount{
  color:#0f1111!important;
}
.single-product .related.products ul.products li.product .price .hls-price-currency,
.single-product .related.products ul.products li.product .price .hls-price-decimal,
.single-product .upsells.products ul.products li.product .price .hls-price-currency,
.single-product .upsells.products ul.products li.product .price .hls-price-decimal{
  font-size:.42em!important;
}
.single-product .related.products ul.products li.product .price .hls-price-whole,
.single-product .upsells.products ul.products li.product .price .hls-price-whole{
  font-size:1.16em!important;
}
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart{
  width:100%!important;
  min-height:36px!important;
  margin:0 0 8px!important;
  border-radius:999px!important;
  border:1px solid #fcd200!important;
  background:#ffd814!important;
  color:#0f1111!important;
  font-size:.82rem!important;
  font-weight:700!important;
  box-shadow:none!important;
}
.single-product .related.products ul.products li.product .button:hover,
.single-product .related.products ul.products li.product .added_to_cart:hover,
.single-product .upsells.products ul.products li.product .button:hover,
.single-product .upsells.products ul.products li.product .added_to_cart:hover{
  background:#f7ca00!important;
  border-color:#f2c200!important;
  color:#0f1111!important;
  transform:none!important;
}
.single-product .related.products ul.products li.product .hls-loop-whatsapp,
.single-product .related.products ul.products li.product .hls-product-whatsapp,
.single-product .related.products ul.products li.product a[href*="wa.me"],
.single-product .related.products ul.products li.product a[href*="whatsapp"],
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp,
.single-product .upsells.products ul.products li.product a[href*="wa.me"],
.single-product .upsells.products ul.products li.product a[href*="whatsapp"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:34px!important;
  border-radius:999px!important;
  border:1px solid #d5d9d9!important;
  background:#fff!important;
  color:#0f1111!important;
  font-size:.78rem!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.single-product .related.products ul.products li.product .hls-loop-whatsapp:hover,
.single-product .related.products ul.products li.product .hls-product-whatsapp:hover,
.single-product .related.products ul.products li.product a[href*="wa.me"]:hover,
.single-product .related.products ul.products li.product a[href*="whatsapp"]:hover,
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp:hover,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp:hover,
.single-product .upsells.products ul.products li.product a[href*="wa.me"]:hover,
.single-product .upsells.products ul.products li.product a[href*="whatsapp"]:hover{
  background:#f7fafa!important;
  color:#0f1111!important;
}
@media(max-width:900px){
  .single-product .related.products>h2,
  .single-product .upsells.products>h2{font-size:1.55rem!important}
  .single-product .related.products ul.products li.product,
  .single-product .upsells.products ul.products li.product{flex-basis:180px!important;width:180px!important;min-width:180px!important}
  .single-product .related.products ul.products li.product img,
  .single-product .upsells.products ul.products li.product img{height:160px!important}
}


/* v1.34.0 — produto e vitrines inspirados em marketplaces como a Amazon */
.single-product .related.products,
.single-product .upsells.products,
.single-product .hls-market-section{
  clear:both!important;
  margin:36px 0 0!important;
  padding:24px 0 0!important;
  border-top:1px solid #d5d9d9!important;
}
.single-product .related.products>h2,
.single-product .upsells.products>h2,
.hls-market-head h2{
  margin:0 0 14px!important;
  color:#0f1111!important;
  font-size:1.75rem!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.hls-market-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:4px}
.hls-market-head span{font-size:.85rem;color:#565959;white-space:nowrap}
.single-product .related.products ul.products,
.single-product .upsells.products ul.products,
.hls-market-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:22px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  padding:6px 2px 18px!important;
  margin:0!important;
  scrollbar-width:thin;
}
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product,
.hls-market-card{
  flex:0 0 205px!important;
  width:205px!important;
  min-width:205px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  scroll-snap-align:start;
}
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img,
.hls-market-image img{
  display:block!important;
  width:100%!important;
  height:190px!important;
  object-fit:contain!important;
  margin:0 0 10px!important;
  padding:0!important;
  background:#fff!important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title,
.hls-market-title{
  display:-webkit-box!important;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden!important;
  min-height:64px!important;
  margin:0 0 5px!important;
  padding:0!important;
  color:#2162a1!important;
  font-size:.95rem!important;
  line-height:1.35!important;
  font-weight:400!important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title:hover,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title:hover,
.hls-market-title:hover{color:#c7511f!important;text-decoration:underline!important}
.hls-market-rating{display:flex;align-items:center;gap:5px;margin:0 0 5px;min-height:18px}
.hls-market-stars{color:#de7921;font-size:.95rem;letter-spacing:-1px}
.hls-market-review-count{color:#2162a1;font-size:.78rem}
.hls-market-offer{display:flex;align-items:center;gap:6px;margin:0 0 5px;font-size:.78rem}
.hls-market-offer span{display:inline-flex;background:#cc0c39;color:#fff;padding:4px 7px;border-radius:2px}
.hls-market-offer strong{color:#cc0c39;font-weight:700}
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price,
.hls-market-price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:4px 8px!important;
  min-height:34px!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:#0f1111!important;
  font-size:1.12rem!important;
  line-height:1!important;
  font-weight:500!important;
}
.hls-market-price del,
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del{
  width:100%!important;
  color:#565959!important;
  font-size:.76rem!important;
  margin:0!important;
}
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart,
.hls-market-add{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:34px!important;
  margin:0 0 6px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  border:0!important;
  background:var(--hls-primary)!important;
  color:#fff!important;
  font-size:.78rem!important;
  line-height:1.2!important;
  font-weight:700!important;
  text-align:center!important;
}
.single-product .related.products ul.products li.product .hls-loop-whatsapp,
.single-product .related.products ul.products li.product .hls-product-whatsapp,
.single-product .related.products ul.products li.product a[href*="wa.me"],
.single-product .related.products ul.products li.product a[href*="whatsapp"],
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp,
.single-product .upsells.products ul.products li.product a[href*="wa.me"],
.single-product .upsells.products ul.products li.product a[href*="whatsapp"],
.hls-market-wa{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:32px!important;
  padding:6px 9px!important;
  border:1px solid #d5d9d9!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0f1111!important;
  font-size:.73rem!important;
  line-height:1.2!important;
  font-weight:600!important;
}
.hls-market-shell{position:relative}
.hls-market-arrow{
  position:absolute;
  top:92px;
  z-index:5;
  width:38px;
  height:58px;
  border:1px solid #888c8c;
  border-radius:8px;
  background:rgba(255,255,255,.96);
  color:#565959;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
  box-shadow:0 1px 3px rgba(15,17,17,.15);
}
.hls-market-prev{left:-12px}.hls-market-next{right:-12px}
@media(max-width:900px){
  .single-product .related.products ul.products li.product,
  .single-product .upsells.products ul.products li.product,
  .hls-market-card{flex-basis:175px!important;width:175px!important;min-width:175px!important}
  .single-product .related.products ul.products li.product img,
  .single-product .upsells.products ul.products li.product img,
  .hls-market-image img{height:155px!important}
  .hls-market-arrow{display:none!important}
  .hls-market-head{align-items:flex-start;flex-direction:column;gap:2px}
}


/* v1.35.0 — alinhamento dos CTAs nas vitrines de produtos */
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .related.products ul.products li.product .hls-loop-whatsapp,
.single-product .related.products ul.products li.product .hls-product-whatsapp,
.single-product .related.products ul.products li.product a[href*="wa.me"],
.single-product .related.products ul.products li.product a[href*="whatsapp"],
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp,
.single-product .upsells.products ul.products li.product a[href*="wa.me"],
.single-product .upsells.products ul.products li.product a[href*="whatsapp"],
.hls-market-add,
.hls-market-wa{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart,
.hls-market-add{
  margin-top:0!important;
  margin-bottom:6px!important;
}
.single-product .related.products ul.products li.product .hls-loop-whatsapp,
.single-product .related.products ul.products li.product .hls-product-whatsapp,
.single-product .related.products ul.products li.product a[href*="wa.me"],
.single-product .related.products ul.products li.product a[href*="whatsapp"],
.single-product .upsells.products ul.products li.product .hls-loop-whatsapp,
.single-product .upsells.products ul.products li.product .hls-product-whatsapp,
.single-product .upsells.products ul.products li.product a[href*="wa.me"],
.single-product .upsells.products ul.products li.product a[href*="whatsapp"],
.hls-market-wa{
  margin-top:0!important;
  margin-bottom:0!important;
}


/* v1.36.0 — breadcrumb sem contorno, apenas texto no estilo Amazon */
.woocommerce-breadcrumb{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 16px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#565959!important;
  font-size:.95rem!important;
  line-height:1.45!important;
}
.woocommerce-breadcrumb a{
  color:#007185!important;
  font-weight:400!important;
}
.woocommerce-breadcrumb a:hover{
  color:#c7511f!important;
  text-decoration:underline!important;
}
.woocommerce-breadcrumb .breadcrumb-separator,
.woocommerce-breadcrumb .separator{
  color:#565959!important;
  font-weight:400!important;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb *{
  text-decoration:none!important;
}
.woocommerce-breadcrumb a:hover *{
  text-decoration:underline!important;
}
@media(max-width:600px){
  .woocommerce-breadcrumb{
    gap:6px!important;
    font-size:.88rem!important;
    margin-bottom:14px!important;
  }
}


/* v1.37.0 — páginas de categoria inspiradas na organização da Amazon */
.tax-product_cat .hls-shop-main,
.post-type-archive-product .hls-shop-main{
  padding-top:26px!important;
}
.tax-product_cat .hls-shop-hero,
.post-type-archive-product .hls-shop-hero{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:10px 0 18px!important;
  margin:0!important;
}
.tax-product_cat .hls-shop-hero .hls-shop-eyebrow,
.post-type-archive-product .hls-shop-hero .hls-shop-eyebrow{
  display:none!important;
}
.tax-product_cat .hls-shop-hero h1,
.post-type-archive-product .hls-shop-hero h1{
  color:#0f1111!important;
  font-size:2rem!important;
  line-height:1.15!important;
  margin:0 0 6px!important;
  letter-spacing:-.02em!important;
}
.tax-product_cat .hls-shop-hero p,
.post-type-archive-product .hls-shop-hero p{
  color:#565959!important;
  margin:0!important;
  font-size:.95rem!important;
}
.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count{
  margin:12px 0 18px!important;
  color:#565959!important;
  font-size:.9rem!important;
}
.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering{
  margin:4px 0 18px!important;
}
.tax-product_cat .woocommerce-ordering select,
.post-type-archive-product .woocommerce-ordering select{
  min-height:38px!important;
  border:1px solid #d5d9d9!important;
  border-radius:8px!important;
  background:#f0f2f2!important;
  color:#0f1111!important;
  padding:0 34px 0 12px!important;
  box-shadow:0 2px 5px rgba(15,17,17,.08)!important;
}
.tax-product_cat .hls-catalog-grid,
.post-type-archive-product .hls-catalog-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:28px 22px!important;
  align-items:start!important;
  margin-top:8px!important;
}
.tax-product_cat .hls-catalog-card,
.post-type-archive-product .hls-catalog-card{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  min-width:0!important;
}
.tax-product_cat .hls-catalog-media,
.post-type-archive-product .hls-catalog-media{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:250px!important;
  margin-bottom:12px!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.tax-product_cat .hls-catalog-media img,
.post-type-archive-product .hls-catalog-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:6px!important;
}
.tax-product_cat .hls-catalog-sale,
.post-type-archive-product .hls-catalog-sale{
  top:8px!important;
  left:8px!important;
  right:auto!important;
  background:#cc0c39!important;
  color:#fff!important;
  border-radius:2px!important;
  padding:5px 8px!important;
  font-size:.75rem!important;
  font-weight:700!important;
}
.tax-product_cat .hls-catalog-content,
.post-type-archive-product .hls-catalog-content{
  padding:0!important;
}
.tax-product_cat .hls-catalog-title,
.post-type-archive-product .hls-catalog-title{
  min-height:62px!important;
  margin:0 0 6px!important;
  font-size:.98rem!important;
  line-height:1.35!important;
  font-weight:400!important;
}
.tax-product_cat .hls-catalog-title a,
.post-type-archive-product .hls-catalog-title a{
  color:#2162a1!important;
}
.tax-product_cat .hls-catalog-title a:hover,
.post-type-archive-product .hls-catalog-title a:hover{
  color:#c7511f!important;
  text-decoration:underline!important;
}
.tax-product_cat .hls-catalog-price,
.post-type-archive-product .hls-catalog-price{
  min-height:34px!important;
  margin:0 0 10px!important;
  color:#0f1111!important;
  font-size:1.35rem!important;
  font-weight:500!important;
}
.tax-product_cat .hls-catalog-price del,
.post-type-archive-product .hls-catalog-price del{
  display:inline-flex!important;
  margin-right:6px!important;
  color:#565959!important;
  font-size:.72rem!important;
}
.tax-product_cat .hls-catalog-actions,
.post-type-archive-product .hls-catalog-actions{
  display:grid!important;
  gap:7px!important;
}
.tax-product_cat .hls-catalog-add,
.post-type-archive-product .hls-catalog-add{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:36px!important;
  padding:8px 12px!important;
  border:1px solid #fcd200!important;
  border-radius:999px!important;
  background:#ffd814!important;
  color:#0f1111!important;
  font-size:.8rem!important;
  font-weight:700!important;
}
.tax-product_cat .hls-catalog-add:hover,
.post-type-archive-product .hls-catalog-add:hover{
  background:#f7ca00!important;
}
.tax-product_cat .hls-catalog-wa,
.post-type-archive-product .hls-catalog-wa{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:34px!important;
  border:1px solid #d5d9d9!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0f1111!important;
  font-size:.76rem!important;
  font-weight:600!important;
}
@media(max-width:1100px){
  .tax-product_cat .hls-catalog-grid,
  .post-type-archive-product .hls-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .tax-product_cat .hls-catalog-grid,
  .post-type-archive-product .hls-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 14px!important}
  .tax-product_cat .hls-catalog-media,
  .post-type-archive-product .hls-catalog-media{height:210px!important}
}
@media(max-width:520px){
  .tax-product_cat .hls-catalog-grid,
  .post-type-archive-product .hls-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 12px!important}
  .tax-product_cat .hls-catalog-media,
  .post-type-archive-product .hls-catalog-media{height:170px!important}
  .tax-product_cat .hls-catalog-title,
  .post-type-archive-product .hls-catalog-title{font-size:.9rem!important;min-height:72px!important}
}


/* v1.38.0 — home: vitrines no mesmo padrão da página individual */
.home .product-grid{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  gap:18px!important;
  justify-content:flex-start!important;
}
.home .product-card{
  position:relative!important;
  flex:0 0 215px!important;
  width:215px!important;
  max-width:215px!important;
  min-width:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
}
.home .product-card:hover{
  transform:none!important;
  box-shadow:none!important;
  border-color:transparent!important;
}
.home .product-card .thumb{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:190px!important;
  min-height:190px!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0 0 10px!important;
  background:transparent!important;
  overflow:visible!important;
}
.home .product-card .thumb img{
  width:100%!important;
  height:190px!important;
  object-fit:contain!important;
  padding:0!important;
  margin:0!important;
}
.home .product-card .content{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-height:205px!important;
  padding:0!important;
}
.home .product-card h3{
  min-height:58px!important;
  margin:0!important;
  padding:0!important;
  font-size:1rem!important;
  line-height:1.35!important;
  font-weight:400!important;
}
.home .product-card h3 a{
  color:#2162a1!important;
}
.home .product-card h3 a:hover{
  color:#c7511f!important;
  text-decoration:underline!important;
}
.home .product-card .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:3px 8px!important;
  min-height:30px!important;
  margin:0 0 7px!important;
  padding:0!important;
  color:#0f1111!important;
  font-size:1.15rem!important;
  font-weight:500!important;
  line-height:1!important;
}
.home .product-card .price del{
  width:100%!important;
  color:#565959!important;
  font-size:.8rem!important;
  margin:0!important;
}
.home .product-card .product-actions{
  display:grid!important;
  gap:8px!important;
  margin-top:auto!important;
}
.home .product-card .product-actions .btn{
  width:100%!important;
  min-height:36px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  font-size:.82rem!important;
  font-weight:700!important;
  line-height:1.1!important;
  transform:none!important;
  box-shadow:none!important;
}
.home .product-card .product-actions .btn-primary{
  background:#ffd814!important;
  border:1px solid #fcd200!important;
  color:#0f1111!important;
}
.home .product-card .product-actions .btn-primary:hover{
  background:#f7ca00!important;
  border-color:#f2c200!important;
  filter:none!important;
}
.home .product-card .product-actions .btn-outline{
  background:#fff!important;
  border:1px solid #d5d9d9!important;
  color:#0f1111!important;
}
.home .product-card .product-actions .btn-outline:hover{
  background:#f7fafa!important;
  color:#0f1111!important;
}
.hls-home-sale-badge{
  position:absolute!important;
  top:0!important;
  left:0!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:26px!important;
  padding:4px 9px!important;
  border-radius:3px!important;
  background:#cc0c39!important;
  color:#fff!important;
  font-size:.72rem!important;
  font-weight:800!important;
  line-height:1!important;
}
.home #ofertas{
  border-top:1px solid #e7e7e7;
}
@media(max-width:900px){
  .home .product-grid{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:12px!important;-webkit-overflow-scrolling:touch}
  .home .product-card{flex:0 0 180px!important;width:180px!important;max-width:180px!important}
  .home .product-card .thumb,.home .product-card .thumb img{height:160px!important;min-height:160px!important}
}
@media(max-width:600px){
  .home .product-card{flex-basis:165px!important;width:165px!important;max-width:165px!important}
  .home .product-card .thumb,.home .product-card .thumb img{height:145px!important;min-height:145px!important}
  .home .product-card h3{font-size:.9rem!important;min-height:55px!important}
}


/* v1.39.0 — correção do risco do preço antigo para não ocupar toda a área */
.price del,
.hls-catalog-price del,
.hls-market-price del,
.single-product div.product .summary .price del,
.home .product-card .price del,
.post-type-archive-product .woocommerce ul.products li.product .price del,
.tax-product_cat .woocommerce ul.products li.product .price del,
.tax-product_tag .woocommerce ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del,
.tax-product_cat .hls-catalog-price del,
.post-type-archive-product .hls-catalog-price del{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  white-space:nowrap!important;
  background:none!important;
  background-image:none!important;
  text-decoration-line:line-through!important;
  text-decoration-style:solid!important;
  text-decoration-color:currentColor!important;
  text-decoration-thickness:1px!important;
}
.price del::after,
.hls-catalog-price del::after,
.hls-market-price del::after,
.single-product div.product .summary .price del::after,
.home .product-card .price del::after,
.post-type-archive-product .woocommerce ul.products li.product .price del::after,
.tax-product_cat .woocommerce ul.products li.product .price del::after,
.tax-product_tag .woocommerce ul.products li.product .price del::after,
.single-product .related.products ul.products li.product .price del::after,
.single-product .upsells.products ul.products li.product .price del::after,
.tax-product_cat .hls-catalog-price del::after,
.post-type-archive-product .hls-catalog-price del::after{
  display:none!important;
  content:none!important;
}
.price del *,
.hls-catalog-price del *,
.hls-market-price del *,
.single-product div.product .summary .price del *,
.home .product-card .price del *,
.post-type-archive-product .woocommerce ul.products li.product .price del *,
.tax-product_cat .woocommerce ul.products li.product .price del *,
.tax-product_tag .woocommerce ul.products li.product .price del *,
.single-product .related.products ul.products li.product .price del *,
.single-product .upsells.products ul.products li.product .price del *,
.tax-product_cat .hls-catalog-price del *,
.post-type-archive-product .hls-catalog-price del *{
  text-decoration:inherit!important;
  background:none!important;
  background-image:none!important;
}


/* v1.43.0 — categoria mãe organizada por seções de subcategorias */
.tax-product_cat .hls-subcategory-section{
  margin:22px 0 34px!important;
}
.tax-product_cat .hls-subcategory-section + .hls-subcategory-section{
  padding-top:26px!important;
  border-top:1px solid #e7ecec!important;
}
.tax-product_cat .hls-subcategory-head{
  margin:0 0 16px!important;
}
.tax-product_cat .hls-subcategory-head h2{
  margin:0 0 4px!important;
  color:#0f1111!important;
  font-size:1.55rem!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.tax-product_cat .hls-subcategory-head h2 a{
  color:#0f1111!important;
}
.tax-product_cat .hls-subcategory-head h2 a:hover{
  color:#c7511f!important;
}
.tax-product_cat .hls-subcategory-head p{
  margin:0!important;
  color:#565959!important;
  font-size:.92rem!important;
}
@media(max-width:820px){
  .tax-product_cat .hls-subcategory-section{margin:18px 0 28px!important}
  .tax-product_cat .hls-subcategory-head h2{font-size:1.28rem!important}
}


/* v1.44.0 — corrige alinhamento da categoria mãe e separa controles das seções */
.tax-product_cat .hls-shop-toolbar-clear,
.post-type-archive-product .hls-shop-toolbar-clear{
  display:block!important;
  clear:both!important;
  width:100%!important;
  height:1px!important;
}
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering{
  margin-bottom:22px!important;
}
.tax-product_cat .hls-subcategory-section{
  clear:both!important;
  display:block!important;
  width:100%!important;
  margin:8px 0 40px!important;
}
.tax-product_cat .hls-subcategory-section + .hls-subcategory-section{
  margin-top:4px!important;
  padding-top:30px!important;
  border-top:1px solid #d5d9d9!important;
}
.tax-product_cat .hls-subcategory-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  width:100%!important;
  margin:0 0 18px!important;
}
.tax-product_cat .hls-subcategory-head h2{
  margin:0 0 5px!important;
  font-size:1.65rem!important;
  line-height:1.2!important;
  color:#0f1111!important;
}
.tax-product_cat .hls-subcategory-head p{
  margin:0!important;
  color:#565959!important;
  font-size:.92rem!important;
}
.tax-product_cat .hls-subcategory-section .hls-catalog-grid{
  margin-top:0!important;
}
@media(max-width:700px){
  .tax-product_cat .woocommerce-result-count,
  .tax-product_cat .woocommerce-ordering{
    float:none!important;
    width:100%!important;
    margin:0 0 12px!important;
  }
  .tax-product_cat .woocommerce-ordering select{width:100%!important}
  .tax-product_cat .hls-subcategory-section{margin:12px 0 30px!important}
  .tax-product_cat .hls-subcategory-head h2{font-size:1.35rem!important}
}


/* v1.46.0 — loja organizada por categorias principais com CTA para a categoria */
.hls-section-cta-wrap{
  margin-top:16px!important;
  display:flex!important;
  justify-content:flex-start!important;
}
.hls-section-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  border:1px solid var(--hls-primary)!important;
  background:#fff!important;
  color:var(--hls-primary-dark)!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.hls-section-cta:hover{
  background:#f4fbfa!important;
  color:var(--hls-primary)!important;
}
.post-type-archive-product .hls-main-category-section + .hls-main-category-section,
.tax-product_cat .hls-subcategory-section + .hls-subcategory-section{
  margin-top:36px!important;
}
.post-type-archive-product .hls-main-category-head h2,
.post-type-archive-product .hls-main-category-head p{
  max-width:820px!important;
}
@media(max-width:700px){
  .hls-section-cta-wrap{margin-top:14px!important}
  .hls-section-cta{width:100%!important;padding:10px 14px!important}
}


/* v1.48.0 — evita categoria principal esticada quando houver poucos itens */
.home .category-grid > *{width:100%;}


/* v1.49.0 — rodapé com visual de rodapé ocupando toda a largura */
.site-footer{
  background:linear-gradient(180deg,#eaf4f4 0%, #dceced 22%, #0f4f57 22%, #083b42 100%)!important;
  color:#e9f5f5!important;
  padding:64px 0 22px!important;
  border-top:1px solid rgba(7,72,80,.18)!important;
}
.site-footer .container{
  width:min(calc(100% - 48px), var(--hls-max))!important;
}
.footer-top{
  width:100%;
  padding:34px 36px!important;
  border-radius:0!important;
  background:transparent!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  box-shadow:none!important;
}
.footer-card{display:none!important;}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1.1fr .95fr 1.05fr;
  gap:42px;
  align-items:start;
}
.footer-column h3,.footer-column h4,
.footer-title,
.site-footer .footer-column p,
.site-footer .footer-contact-list li,
.site-footer .footer-benefits-list li,
.site-footer .footer-nav-list a,
.site-footer a{
  color:#e9f5f5!important;
}
.footer-column h3,.footer-column h4{font-weight:800!important;}
.site-footer .footer-column p,
.site-footer .footer-contact-list li,
.site-footer .footer-benefits-list li,
.site-footer .footer-nav-list a{opacity:.96;}
.footer-icon{
  border-color:rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.08)!important;
  color:#7fe5ea!important;
}
.footer-mini-icon,
.footer-nav-list a span,
.footer-map-link,
.footer-delivery-note a{
  color:#7fe5ea!important;
}
.site-footer a:hover,
.footer-nav-list a:hover,
.footer-map-link:hover,
.footer-delivery-note a:hover{
  color:#b4fcff!important;
}
.footer-bottom{
  margin-top:20px!important;
  padding:18px 0 0!important;
  text-align:center!important;
  color:rgba(233,245,245,.82)!important;
  font-size:.84rem!important;
}
.footer-bottom:before{
  width:100%!important;
  max-width:none!important;
  height:1px!important;
  background:rgba(255,255,255,.14)!important;
  margin:0 0 18px!important;
}
@media(max-width:900px){
  .footer-top{padding:28px 0!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px!important}
}
@media(max-width:600px){
  .site-footer{padding:44px 0 18px!important}
  .site-footer .container{width:min(calc(100% - 22px), var(--hls-max))!important}
  .footer-top{padding:22px 0!important}
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
}


/* v1.50.0 — rodapé ocupa toda a área sem faixa clara superior */
.site-footer{
  background:#083f46!important;
  color:#e9f5f5!important;
  padding:44px 0 18px!important;
  border-top:0!important;
}
.site-footer .container{
  width:min(calc(100% - 48px), var(--hls-max))!important;
}
.footer-top{
  width:100%!important;
  padding:0 0 30px!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
  background:transparent!important;
  box-shadow:none!important;
}
.footer-bottom{
  margin-top:0!important;
  padding:18px 0 0!important;
  border:0!important;
  color:rgba(233,245,245,.82)!important;
}
.footer-bottom:before{
  display:none!important;
}
@media(max-width:900px){
  .site-footer{padding:38px 0 16px!important}
  .footer-top{padding-bottom:26px!important}
}
@media(max-width:600px){
  .site-footer{padding:32px 0 14px!important}
  .site-footer .container{width:min(calc(100% - 22px), var(--hls-max))!important}
  .footer-top{padding:0 0 22px!important}
}


/* v1.51.0 — tipografia de rodapé mais leve, organizada e convencional */
.site-footer{
  font-size:14px!important;
  line-height:1.55!important;
}
.footer-grid{
  grid-template-columns:1.3fr 1.15fr .9fr 1.05fr!important;
  gap:56px!important;
}
.footer-column{
  min-width:0!important;
}
.footer-column h3,
.footer-column h4{
  margin:0 0 14px!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.footer-column h3.footer-title{
  font-size:17px!important;
  font-weight:750!important;
}
.site-footer .footer-column p{
  margin:0!important;
  color:rgba(233,245,245,.82)!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:400!important;
  letter-spacing:0!important;
}
.site-footer ul{
  gap:9px!important;
}
.site-footer .footer-contact-list li,
.site-footer .footer-benefits-list li{
  color:rgba(233,245,245,.9)!important;
  font-size:13px!important;
  line-height:1.48!important;
  font-weight:400!important;
}
.site-footer .footer-contact-list a,
.site-footer .footer-benefits-list a,
.site-footer .footer-nav-list a,
.site-footer .footer-map-link,
.site-footer .footer-delivery-note a{
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:400!important;
}
.site-footer .footer-nav-list a{
  padding:1px 0!important;
  color:rgba(233,245,245,.9)!important;
}
.site-footer .footer-nav-list a span{
  font-size:15px!important;
  font-weight:400!important;
}
.footer-mini-icon{
  width:16px!important;
  height:18px!important;
  flex:0 0 16px!important;
  margin-top:1px!important;
  font-size:11px!important;
  font-weight:600!important;
}
.footer-icon{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  border-radius:7px!important;
  font-size:13px!important;
}
.footer-title{
  gap:8px!important;
}
.footer-delivery-note{
  margin-top:12px!important;
  color:rgba(233,245,245,.78)!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
.footer-map-link{
  margin-top:10px!important;
  color:#8fe8ed!important;
  font-weight:600!important;
}
.footer-bottom{
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:400!important;
  color:rgba(233,245,245,.68)!important;
}
@media(max-width:900px){
  .footer-grid{gap:32px 40px!important}
}
@media(max-width:600px){
  .footer-grid{gap:24px!important}
  .footer-column h3,.footer-column h4{font-size:14px!important}
  .footer-column h3.footer-title{font-size:16px!important}
}


/* v1.52.0 — rodapé com tipografia mais clássica de footer */
.site-footer{
  font-size:13px!important;
  line-height:1.6!important;
}
.footer-grid{
  grid-template-columns:1.2fr 1fr .9fr 1fr!important;
  gap:52px!important;
}
.footer-column h3,
.footer-column h4{
  margin:0 0 16px!important;
  color:#ffffff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.footer-column h3.footer-title{
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  margin-bottom:18px!important;
}
.site-footer .footer-column p,
.site-footer .footer-contact-list li,
.site-footer .footer-benefits-list li,
.site-footer .footer-nav-list a,
.site-footer .footer-map-link,
.site-footer .footer-delivery-note,
.site-footer .footer-delivery-note a{
  font-size:12.5px!important;
  line-height:1.72!important;
  font-weight:400!important;
  letter-spacing:0!important;
}
.site-footer .footer-column p{
  color:rgba(233,245,245,.74)!important;
  max-width:300px!important;
}
.site-footer .footer-contact-list li,
.site-footer .footer-benefits-list li,
.site-footer .footer-nav-list a{
  color:rgba(233,245,245,.86)!important;
}
.site-footer .footer-nav-list a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  padding:2px 0!important;
}
.site-footer .footer-nav-list a span{
  color:#7fe5ea!important;
  font-size:14px!important;
  opacity:.9!important;
}
.footer-mini-icon{
  width:14px!important;
  height:14px!important;
  flex:0 0 14px!important;
  margin-top:3px!important;
  font-size:10px!important;
  opacity:.85!important;
}
.footer-icon{
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
}
.footer-delivery-note{
  margin-top:14px!important;
  color:rgba(233,245,245,.72)!important;
}
.footer-map-link{
  margin-top:14px!important;
  color:#97eff3!important;
  font-weight:600!important;
}
.footer-bottom{
  margin-top:24px!important;
  padding-top:0!important;
  font-size:11.5px!important;
  line-height:1.5!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  color:rgba(233,245,245,.58)!important;
}
.footer-bottom:before{
  margin:0 0 16px!important;
  background:rgba(255,255,255,.12)!important;
}
@media(max-width:900px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 34px!important}
}
@media(max-width:600px){
  .footer-grid{grid-template-columns:1fr!important;gap:22px!important}
  .footer-column h3,.footer-column h4{font-size:12.5px!important}
  .footer-column h3.footer-title{font-size:17px!important}
  .site-footer .footer-column p,
  .site-footer .footer-contact-list li,
  .site-footer .footer-benefits-list li,
  .site-footer .footer-nav-list a,
  .site-footer .footer-map-link,
  .site-footer .footer-delivery-note,
  .site-footer .footer-delivery-note a{font-size:12px!important}
}


/* v1.53.0 — cabeçalho de e-commerce mais maduro, com busca central */
.site-topbar{
  position:sticky!important;
  top:0!important;
  z-index:999!important;
  background:#fff!important;
  border-top:4px solid #1d2327!important;
  border-bottom:1px solid #e5ecee!important;
  box-shadow:none!important;
}
.topbar-inner{
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:minmax(160px,220px) minmax(320px,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
}
.site-branding{
  min-width:0!important;
}
.site-branding img{
  max-height:48px!important;
  width:auto!important;
}
.header-search-wrap{
  position:relative!important;
  width:100%!important;
  max-width:680px!important;
  justify-self:center!important;
}
.header-product-search{
  width:100%!important;
  min-height:44px!important;
  border:1px solid #bcc8ca!important;
  border-radius:999px!important;
  background:#fff!important;
  padding:0 18px 0 44px!important;
  color:#17383c!important;
  font:inherit!important;
  font-size:.95rem!important;
  outline:none!important;
  box-shadow:0 1px 2px rgba(15,17,17,.05)!important;
  transition:border-color .16s ease, box-shadow .16s ease!important;
}
.header-product-search:focus{
  border-color:var(--hls-primary)!important;
  box-shadow:0 0 0 3px rgba(0,143,156,.12)!important;
}
.header-search-icon{
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#5f6f72!important;
  font-size:1.1rem!important;
  z-index:2!important;
  pointer-events:none!important;
}
.header-search-results{
  top:calc(100% + 8px)!important;
  max-height:420px!important;
  overflow:auto!important;
  border-radius:14px!important;
  box-shadow:0 14px 34px rgba(15,17,17,.14)!important;
}
.header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  white-space:nowrap!important;
}
.header-phone{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  color:var(--hls-primary-dark)!important;
  font-size:.91rem!important;
  font-weight:700!important;
}
.header-phone-label{
  color:#5e7376!important;
  font-weight:600!important;
}
.header-order-button{
  min-height:42px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  font-size:.9rem!important;
}
.main-nav{
  border-bottom:1px solid #e7ecee!important;
  background:#fff!important;
}
.nav-inner{
  min-height:46px!important;
  gap:30px!important;
  justify-content:center!important;
  font-size:.9rem!important;
  font-weight:650!important;
}
.nav-inner a{
  position:relative!important;
  padding:13px 0 12px!important;
}
.nav-inner a:hover{
  color:var(--hls-primary-dark)!important;
}
.nav-inner a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:6px;
  height:2px;
  background:var(--hls-primary);
  transition:right .18s ease;
}
.nav-inner a:hover:after{right:0;}
@media(max-width:1050px){
  .topbar-inner{grid-template-columns:minmax(140px,180px) minmax(240px,1fr) auto!important;gap:18px!important}
  .header-phone-label{display:none!important}
  .header-phone{font-size:.84rem!important}
  .header-order-button{padding:9px 14px!important;font-size:.84rem!important}
}
@media(max-width:820px){
  .topbar-inner{
    min-height:auto!important;
    grid-template-columns:1fr auto!important;
    gap:12px 14px!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
  .site-branding{grid-column:1!important;grid-row:1!important}
  .header-actions{grid-column:2!important;grid-row:1!important}
  .header-search-wrap{grid-column:1/-1!important;grid-row:2!important;max-width:none!important}
  .header-phone{display:none!important}
  .menu-toggle{display:block!important}
  .main-nav .container{position:relative!important}
  .nav-inner{
    display:none!important;
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:8px!important;
    min-height:0!important;
    padding:14px!important;
    background:#fff!important;
    border:1px solid #e1e9eb!important;
    border-radius:14px!important;
    box-shadow:0 14px 30px rgba(15,17,17,.12)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    z-index:998!important;
  }
  .nav-inner.open{display:flex!important}
  .nav-inner a{padding:11px 8px!important;border-bottom:1px solid #eef2f3!important}
  .nav-inner a:last-child{border-bottom:0!important}
  .nav-inner a:after{display:none!important}
}
@media(max-width:520px){
  .site-branding img{max-height:40px!important}
  .header-order-button{padding:9px 12px!important;font-size:.78rem!important}
  .header-product-search{min-height:42px!important;font-size:.9rem!important}
}
