.single-product.huu-service-product-page div.product:not(.huu-service-product) {


    max-width: none;


}


.single-product .huu-service-product {


    display: block !important;


    width: min(100%, var(--hsp-content-max-width, 1230px)) !important;


    float: none !important;


    clear: both;


    --huu-service-border: #e5e7eb;


    --huu-service-text: #0f172a;


    --huu-service-muted: #475569;


    --huu-service-soft: #f8fafc;


    --huu-service-positive-bg: #f0fdf4;


    --huu-service-positive-border: #bbf7d0;


    --huu-service-negative-bg: #fef2f2;


    --huu-service-negative-border: #fecaca;


    --huu-service-accent: #0f6cf2;


    --huu-service-accent-2: #0b4db3;


    --huu-service-accent-soft: #eff6ff;


    max-width: var(--hsp-content-max-width, 1230px);


    margin: 0 auto 72px;


    padding: 24px var(--hsp-content-padding-x, 18px) 110px;


    color: var(--huu-service-text);


    font-size: 16px;


    line-height: 1.65;


}


.single-product .huu-service-product * { box-sizing: border-box; }


.single-product .huu-service-product .price,


.single-product .huu-service-product .amount { color: var(--huu-service-text); }


.single-product .huu-service-product p,


.single-product .huu-service-product li,


.single-product .huu-service-product .woocommerce-product-details__short-description,


.single-product .huu-service-product .huu-service-content__text { color: var(--huu-service-muted); font-size: 1rem; }


.single-product .huu-service-product .button,


.single-product .huu-service-product button,


.single-product .huu-service-product input,


.single-product .huu-service-product select,


.single-product .huu-service-product textarea { font: inherit; }


.single-product .huu-service-product form.cart .quantity { display:none !important; }


@media (max-width: 767px) {


  .single-product .huu-service-product { padding-bottom: 100px; }


}





.single-product .huu-service-product .huu-service-hero__content,


.single-product .huu-service-product .huu-service-layout__main,


.single-product .huu-service-product .huu-service-section,


.single-product .huu-service-product .huu-service-panel {


    min-width: 0;


}




.single-product .huu-service-helper__box {
    background: #fff;
    border: 1px solid var(--huu-service-border);
    border-radius: 24px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}
.single-product .huu-service-helper__title {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    line-height: 1.15;
    color: var(--huu-service-text);
}
.single-product .huu-service-helper__text {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 1.05rem;
}
.single-product .huu-service-helper__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.single-product .huu-service-helper__button,
.single-product .huu-service-helper__custom a {
    min-height: 48px;
    border-radius: 12px;
    padding: 12px 22px;
}
.single-product .huu-service-helper__custom {
    width: 100%;
}


.single-product .huu-service-product .huu-service-helper__button--whatsapp {
    background: #31890f;
    border-color: #31890f;
    color: #fff;
}
.single-product .huu-service-product .huu-service-helper__button--whatsapp:hover,
.single-product .huu-service-product .huu-service-helper__button--whatsapp:focus {
    background: #286f0c;
    border-color: #286f0c;
    color: #fff;
}

/* 2.0.8.5 fixes */
.single-product.huu-service-product-page .huu-service-product.hsp-fullwidth,
.single-product.huuguu-wc-single-service .huu-service-product.hsp-fullwidth,
.single-product .huuguu-content-wrap:has(.huu-service-product.hsp-fullwidth) .huu-service-product.hsp-fullwidth {
  max-width: var(--hsp-content-max-width, 1230px) !important;
  width: min(100%, var(--hsp-content-max-width, 1230px)) !important;
  margin-inline: auto !important;
}
.huu-service-helper__button--whatsapp,
.huu-service-helper__button--whatsapp.button,
.huu-service-helper__button--whatsapp.button.alt {
  background: #31890f !important;
  border-color: #31890f !important;
  color: #ffffff !important;
}
.huu-service-helper__button--whatsapp:hover,
.huu-service-helper__button--whatsapp:focus,
.huu-service-helper__button--whatsapp.button.alt:hover,
.huu-service-helper__button--whatsapp.button.alt:focus {
  background: #286f0c !important;
  border-color: #286f0c !important;
  color: #ffffff !important;
}
.huu-service-product a.button,
.huu-service-product button.button,
.huu-service-product .single_add_to_cart_button {
  text-decoration: none;
}


/* 2.0.8.6 scoped button guard */
.single-product .huu-service-product a.button,
.single-product .huu-service-product button.button,
.single-product .huu-service-product .single_add_to_cart_button {
  text-decoration: none;
}


.huu-service-options{margin:0 0 16px;}
.huu-service-options__label{margin:0 0 8px;font-weight:600;}
.huu-service-options__select{width:100%;max-width:100%;padding:10px 12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;}


/* 2.0.9.0 Service Options front */
.huu-service-options{margin:0 0 18px;}
.huu-service-options__header{margin-bottom:12px;}
.huu-service-options__label{margin:0 0 4px;font-weight:700;color:var(--huu-service-text);}
.huu-service-options__help{margin:0;font-size:.94rem;color:var(--huu-service-muted);}
.huu-service-options__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.huu-service-option{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:16px;border:1px solid var(--huu-service-border);border-radius:16px;background:#fff;color:var(--huu-service-text);text-align:left;cursor:pointer;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;}
.huu-service-option:hover{border-color:var(--huu-service-accent);box-shadow:0 10px 24px rgba(15,23,42,.06);transform:translateY(-1px);}
.huu-service-option.is-active{border-color:var(--huu-service-accent);box-shadow:0 0 0 3px rgba(15,108,242,.08);background:var(--huu-service-accent-soft);}
.huu-service-option__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;}
.huu-service-option__name{font-weight:700;font-size:1rem;color:var(--huu-service-text);}
.huu-service-option__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:rgba(15,108,242,.08);color:var(--huu-service-accent);font-size:.75rem;font-weight:700;}
.huu-service-option__price{font-size:1.1rem;font-weight:800;color:var(--huu-service-text);}
.huu-service-option__text{font-size:.93rem;color:var(--huu-service-muted);line-height:1.5;}
@media (max-width:640px){.huu-service-options__grid{grid-template-columns:1fr;}}

/* HSP Configurator PRO */
.hsp-configurator{display:grid;gap:18px;padding:20px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);box-shadow:0 18px 40px rgba(15,23,42,.05)}
.hsp-configurator__eyebrow{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.75}
.hsp-configurator__title{margin:0;font-size:1.35rem}
.hsp-configurator__group{margin:0;border:0;padding:0;display:grid;gap:10px}
.hsp-configurator__group-title{margin:0 0 4px;font-size:1rem;font-weight:700}
.hsp-configurator__choices{display:grid;gap:10px}
.hsp-configurator__choice{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.hsp-configurator__choice:hover{border-color:rgba(37,99,235,.35);box-shadow:0 12px 24px rgba(15,23,42,.06);transform:translateY(-1px)}
.hsp-configurator__choice-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}
.hsp-configurator__choice-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hsp-configurator__radio{margin:0}
.hsp-configurator__recommended{display:inline-flex;padding:4px 9px;border-radius:999px;background:rgba(37,99,235,.1);font-size:.78rem;font-weight:700}
.hsp-final-configurator-block{padding:36px 0}
.hsp-final-configurator-block__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);gap:24px;align-items:start}
.hsp-final-configurator-block__main-card{padding:24px;border:1px solid rgba(15,23,42,.08);border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 20px 44px rgba(15,23,42,.06)}
.hsp-final-configurator-block__main-card h2{margin:0 0 10px}
.hsp-final-configurator-block__subtext{margin:0 0 22px;font-size:1rem;line-height:1.65;color:var(--huu-service-muted)}
.hsp-final-configurator-block__summary-card{position:sticky;top:24px;padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.06)}
.hsp-final-configurator-block__summary-title{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.65}
.hsp-final-configurator-block__summary-list{margin:14px 0 18px;padding-left:18px;display:grid;gap:8px}
.hsp-final-configurator-block__price{display:inline-flex;align-items:center;padding:10px 14px;border-radius:16px;background:rgba(37,99,235,.08);font-size:2rem;font-weight:800;line-height:1.1}
.hsp-final-configurator-block__suffix{margin-top:8px;font-size:.92rem;opacity:.75}
.hsp-final-configurator-block__submit{width:100%;margin-top:18px;min-height:52px;border-radius:16px}
@media (max-width:980px){
.hsp-final-configurator-block__grid{grid-template-columns:1fr}
.hsp-final-configurator-block__main-card{padding:20px}
.hsp-final-configurator-block__summary-card{position:static}
}
@media (max-width:640px){
.hsp-configurator__choice-copy{flex-direction:column;align-items:flex-start}
.hsp-final-configurator-block__price{font-size:1.75rem}
}


.hsp-final-simple-block{padding:18px 0 28px}
.hsp-final-simple-block__shell{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,290px);gap:28px;align-items:center;padding:26px 28px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.hsp-final-simple-block__copy{min-width:0}
.hsp-final-simple-block__eyebrow{margin:0 0 12px;display:inline-flex}
.hsp-final-simple-block__headline{margin:0 0 12px;font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.04;letter-spacing:-.02em}
.hsp-final-simple-block__subtext{margin:0;color:var(--huu-service-muted);line-height:1.65;font-size:1rem;max-width:680px}
.hsp-final-simple-block__side{display:grid;gap:10px;justify-items:stretch;padding:18px 18px 16px;border:1px solid rgba(28,138,64,.12);border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f5fbf7 100%);box-shadow:0 16px 32px rgba(16,24,40,.08),0 12px 24px rgba(28,138,64,.08)}
.hsp-final-simple-block__price{display:flex;justify-content:center;align-items:center;font-size:2.2rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;text-align:center;white-space:nowrap;color:var(--huu-service-dark)}
.hsp-final-simple-block__eta{font-size:.94rem;font-weight:700;text-align:center;color:var(--huu-service-muted)}
.hsp-final-simple-block__action{min-width:0;width:100%}
.hsp-final-simple-block__action .huu-service-cart{margin:0}
.hsp-final-simple-block__submit{width:100%;min-height:54px;border-radius:12px;margin:0;font-weight:700;box-shadow:0 14px 26px rgba(28,138,64,.18)}
@media (max-width:980px){.hsp-final-simple-block__shell{grid-template-columns:1fr;padding:22px 20px}.hsp-final-simple-block__side{max-width:360px;width:100%;justify-self:start}.hsp-final-simple-block__headline{font-size:clamp(1.55rem,7vw,2rem)}.hsp-final-simple-block__submit{width:100%}}


/* 2.1.4 conversion improvements */
.hsp-configurator__choice.is-selected{border-color:rgba(49,137,15,.38);background:linear-gradient(180deg,#ffffff 0%,#f5fbf1 100%);box-shadow:0 14px 30px rgba(49,137,15,.10)}
.hsp-configurator__choice.is-selected .hsp-configurator__choice-name{font-weight:700}
.hsp-configurator__choice.is-selected .hsp-configurator__choice-price{color:#0f172a;font-weight:700}
.hsp-final-configurator-block__selected-title{margin:18px 0 8px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.75}
.hsp-final-configurator-block__selected-list{margin:0 0 18px;padding-left:18px;display:grid;gap:6px}
.hsp-final-configurator-block__selected-list strong{font-weight:700}
@media (max-width:980px){
  .hsp-final-configurator-block__selected-list{margin-bottom:16px}
}
