
.huu-vuieo {
    display: grid;
    gap: 18px;
}

.huu-vuieo__block {
    margin: 0;
}

.huu-vuieo__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.huu-vuieo__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.huu-vuieo__badge--recommended {
    background: #ecfdf5;
    color: #166534;
}

.huu-vuieo__badge--popular {
    background: #eff6ff;
    color: #1d4ed8;
}

.huu-vuieo__option-copy,
.huu-vuieo__checkbox-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.huu-vuieo__option-description {
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
    font-weight: 400;
}


.huu-vuieo__description {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
}

.huu-vuieo .huu-vuieo__options {
    display: grid;
    gap: 12px;
    margin: 14px 0 18px;
}

.huu-vuieo .huu-vuieo__option {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #cfd8e3;
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.huu-vuieo .huu-vuieo__option:hover {
    border-color: #8db7a3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.huu-vuieo .huu-vuieo__option-main {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.huu-vuieo .huu-vuieo__option-main input[type="radio"] {
    display: inline-block !important;
    margin: 0 !important;
    flex: 0 0 auto;
    vertical-align: middle !important;
}

.huu-vuieo .huu-vuieo__option-text {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.45;
    color: #0f172a;
    font-weight: 600;
    vertical-align: middle !important;
}

.huu-vuieo .huu-vuieo__option-price {
    display: inline-block !important;
    flex: 0 0 auto;
    margin-left: auto !important;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
}

.huu-vuieo .huu-vuieo__option-price .woocommerce-Price-amount,
.huu-vuieo .huu-vuieo__option-price .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

.huu-vuieo .huu-vuieo__option.is-active {
    border-color: #7eb293;
    background: #f7fbf8;
    box-shadow: 0 0 0 2px rgba(126, 178, 147, 0.12);
}

.huu-vuieo .huu-vuieo__option.is-active .huu-vuieo__option-price {
    color: #166534;
}

.huu-vuieo .huu-vuieo__checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 14px 0 18px;
    padding: 16px 18px;
    border: 1px solid #cfd8e3;
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.huu-vuieo .huu-vuieo__checkbox:hover {
    border-color: #8db7a3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.huu-vuieo .huu-vuieo__checkbox-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.huu-vuieo .huu-vuieo__checkbox input[type="checkbox"] {
    margin: 0;
    flex: 0 0 auto;
}

.huu-vuieo .huu-vuieo__checkbox-text {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #0f172a;
    font-weight: 600;
}

.huu-vuieo .huu-vuieo__checkbox-price {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
}

.huu-vuieo .huu-vuieo__checkbox-price .woocommerce-Price-amount,
.huu-vuieo .huu-vuieo__checkbox-price .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

.huu-vuieo .huu-vuieo__select {
    display: block;
    width: 100%;
    margin: 14px 0 18px;
    padding: 10px 16px;
    border: 1px solid #cfd8e3;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: auto;
}

.huu-vuieo .huu-vuieo__select:hover {
    border-color: #8db7a3;
}

.huu-vuieo .huu-vuieo__select:focus {
    border-color: #7eb293;
    box-shadow: 0 0 0 2px rgba(126, 178, 147, 0.12);
}

.huu-vuieo .huu-vuieo__option *,
.huu-vuieo .huu-vuieo__checkbox *,
.huu-vuieo .huu-vuieo__select {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .huu-vuieo__description {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .huu-vuieo .huu-vuieo__options {
        gap: 10px;
        margin: 12px 0 16px;
    }

    .huu-vuieo .huu-vuieo__option {
        align-items: flex-start !important;
        gap: 12px;
        padding: 14px;
    }

    .huu-vuieo .huu-vuieo__option-main {
        align-items: flex-start !important;
        gap: 9px;
    }

    .huu-vuieo .huu-vuieo__option-main input[type="radio"] {
        margin-top: 2px !important;
    }

    .huu-vuieo .huu-vuieo__option-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .huu-vuieo .huu-vuieo__option-price {
        margin-left: 12px !important;
        font-size: 14px;
        line-height: 1.3;
    }

    .huu-vuieo .huu-vuieo__checkbox {
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
    }

    .huu-vuieo .huu-vuieo__checkbox-main {
        align-items: flex-start;
        gap: 9px;
    }

    .huu-vuieo .huu-vuieo__checkbox input[type="checkbox"] {
        margin-top: 2px;
    }

    .huu-vuieo .huu-vuieo__checkbox-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .huu-vuieo .huu-vuieo__checkbox-price {
        margin-left: 12px;
        font-size: 14px;
        line-height: 1.3;
    }

    .huu-vuieo .huu-vuieo__select {
        margin: 12px 0 16px;
        padding: 10px 14px;
        font-size: 14px;
    }
}


.huu-vuieo__fee-note {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    line-height: 1.3;
    color: #64748b;
}


.huu-vuieo__tax-note-inline {
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    line-height: 1;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}


.huu-vuieo__summary {
    margin-top: 6px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #dbe3ec;
    border-radius: 14px;
    background: #f8fafc;
}

.huu-vuieo__summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.huu-vuieo__summary-label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #334155;
    font-weight: 600;
}

.huu-vuieo__summary-total {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #0f172a;
    white-space: nowrap;
    text-align: right;
}

.huu-vuieo__summary-meta {
    margin-top: 6px;
}

.huu-vuieo__summary-note {
    font-size: 12px;
    line-height: 1.4;
    color: #64748b;
}

@media (max-width: 767px) {
    .huu-vuieo__summary {
        padding: 12px 14px;
        margin-bottom: 18px;
    }

    .huu-vuieo__summary-head {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .huu-vuieo__summary-total {
        font-size: 16px;
        width: auto;
        text-align: right;
    }
}


.single-product .summary form.cart .huu-vuieo + *,
.single-product .summary form.cart .huu-vuieo__summary + .single_add_to_cart_button,
.single-product .summary form.cart .huu-vuieo__summary + .quantity + .single_add_to_cart_button {
    margin-top: 18px;
}

.huu-vuieo__sticky-summary {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
}

.huu-vuieo__sticky-summary.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.huu-vuieo__sticky-summary-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(6px);
}

.huu-vuieo__sticky-summary-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.huu-vuieo__sticky-summary-label {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
}

.huu-vuieo__sticky-summary-note {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
    color: #64748b;
}

.huu-vuieo__sticky-summary-total {
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    color: #334155;
    white-space: nowrap;
    text-align: right;
}

@media (min-width: 768px) {
    .huu-vuieo__sticky-summary {
        display: none !important;
    }
}


.huu-vuieo .huu-vuieo__option,
.huu-vuieo .huu-vuieo__option-main,
.huu-vuieo .huu-vuieo__option-copy,
.huu-vuieo .huu-vuieo__option-text,
.huu-vuieo .huu-vuieo__option-description,
.huu-vuieo .huu-vuieo__checkbox,
.huu-vuieo .huu-vuieo__checkbox-main,
.huu-vuieo .huu-vuieo__checkbox-copy,
.huu-vuieo .huu-vuieo__checkbox-text,
.huu-vuieo .huu-vuieo__summary,
.huu-vuieo .huu-vuieo__summary-head,
.huu-vuieo .huu-vuieo__summary-meta,
.huu-vuieo__sticky-summary-inner,
.huu-vuieo__sticky-summary-main {
    text-align: left;
}



@media (max-width: 767px) {
    .huu-vuieo .huu-vuieo__option,
    .huu-vuieo .huu-vuieo__checkbox {
        justify-content: space-between !important;
    }

    .huu-vuieo .huu-vuieo__option-price,
    .huu-vuieo .huu-vuieo__checkbox-price {
        margin-left: 12px !important;
        text-align: right !important;
    }

    .huu-vuieo__sticky-summary-inner {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }

    .huu-vuieo__sticky-summary-total {
        width: auto;
        text-align: right;
    }
}
