.elementor-1268 .elementor-element.elementor-element-ad9fea3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ========================================= */
/* LOVETERAPIA | CSS v5 — LAYOUT CORRETO     */
/* ========================================= */

/* ── THWEPO: força estrutura de bloco (não tabela lado a lado) ── */
.single-product .thwepo-extra-options,
.single-product .thwepo-extra-options table,
.single-product .thwepo-extra-options tbody,
.single-product .thwepo-extra-options tr,
.single-product .thwepo-extra-options td {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.single-product .thwepo-extra-options {
    margin-top: 28px !important;
    border-top: 1px solid #ead7cd !important;
    padding-top: 24px !important;
}

.single-product .thwepo-extra-options tr {
    padding: 20px 0 !important;
    border-bottom: 1px solid #eee3dc !important;
}
.single-product .thwepo-extra-options tr:last-child {
    border-bottom: 0 !important;
}

/* célula do label: margem embaixo */
.single-product .thwepo-extra-options td:first-child {
    margin-bottom: 12px !important;
}

/* ── ESCONDE * e "..." ── */
.single-product .thwepo-extra-options .thwepo-field-description,
.single-product .thwepo-extra-options .thwepo-field-hint,
.single-product .thwepo-extra-options .thwepo-option-description,
.single-product .thwepo-extra-options td:first-child > span:not(.thwepo-required),
.single-product .thwepo-extra-options td:first-child > p,
.single-product .thwepo-extra-options td:first-child > small,
.single-product .thwepo-extra-options td:first-child > div:not(.thwepo-field-label) {
    display: none !important;
}

/* mantém label e asterisco visíveis */
.single-product .thwepo-extra-options td:first-child > label,
.single-product .thwepo-extra-options td:first-child > .thwepo-field-label,
.single-product .thwepo-extra-options td:first-child > .thwepo-required {
    display: block !important;
}

/* ── LABEL PRINCIPAL ── */
.single-product .thwepo-extra-options td:first-child label,
.single-product .thwepo-extra-options .thwepo-field-label {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #c85f46 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    display: block !important;
}

/* asterisco */
.single-product .thwepo-required,
.single-product .thwepo-extra-options .required {
    display: none !important; /* esconde o * sozinho que fica visível */
}

/* ── GRUPO DE RADIOS ── */
.single-product .thwepo-extra-options .thwepo-field-option,
.single-product .thwepo-extra-options .radio-group,
.single-product .thwepo-extra-options .thpladmin-radio-group,
.single-product .thwepo-extra-options .thwepo-radio-group,
.single-product .thwepo-extra-options td:last-child {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px 22px !important;
    align-items: center !important;
    width: 100% !important;
}

/* cada label de radio */
.single-product .thwepo-extra-options .thwepo-field-option label,
.single-product .thwepo-extra-options .radio-group label,
.single-product .thwepo-extra-options .thpladmin-radio-group label,
.single-product .thwepo-extra-options .thwepo-radio-group label,
.single-product .thwepo-extra-options td:last-child label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    white-space: nowrap !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #7d3d32 !important;
    cursor: pointer !important;
}

/* radio input */
.single-product .thwepo-extra-options input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    flex: 0 0 20px !important;
    margin: 0 !important;
    accent-color: #c85f46 !important;
    position: static !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

/* ── INPUTS TEXTO ── */
.single-product .thwepo-extra-options input[type="text"],
.single-product .thwepo-extra-options textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    border: 1px solid #d9c7bc !important;
    border-radius: 14px !important;
    background: #fff !important;
    padding: 14px 16px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    color: #6b5a52 !important;
    box-shadow: none !important;
}
.single-product .thwepo-extra-options textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

/* ── WOOBT: bundle items ── */
.single-product .woobt-products {
    width: 100% !important;
}

.single-product .woobt-product {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    padding: 14px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid #eee3dc !important;
}
.single-product .woobt-product:last-child {
    border-bottom: 0 !important;
}

/* checkbox */
.single-product .woobt-product .woobt-choose {
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.single-product .woobt-product .woobt-choose label {
    display: none !important;
}
.single-product .woobt-checkbox {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    accent-color: #c85f46 !important;
    cursor: pointer !important;
    flex: 0 0 20px !important;
}

/* thumbnail wrapper */
.single-product .woobt-product .woobt-thumb {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
}

/* span.woobt-img que envolve a imagem */
.single-product .woobt-product .woobt-thumb .woobt-img {
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    border: 1px solid #ead7cd !important;
    background: #fff !important;
    flex-shrink: 0 !important;
}

/* a <img> dentro do span */
.single-product .woobt-product .woobt-thumb .woobt-img img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    object-fit: cover !important;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* título */
.single-product .woobt-product .woobt-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #5a3a33 !important;
    line-height: 1.4 !important;
}
.single-product .woobt-product .woobt-title a {
    color: #c85f46 !important;
    text-decoration: none !important;
}
.single-product .woobt-product .woobt-availability {
    font-size: 12px !important;
    color: #999 !important;
}

/* preço */
.single-product .woobt-product .woobt-price {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    text-align: right !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #7d3d32 !important;
}
.single-product .woobt-product .woobt-price del {
    color: #aaa !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    display: block !important;
}
.single-product .woobt-product .woobt-price ins {
    text-decoration: none !important;
    display: block !important;
}

/* ── BOTÃO ── */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart button.single_add_to_cart_button {
    background: #c85f46 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    min-height: 54px !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(200,95,70,0.18) !important;
    text-transform: none !important;
    transition: all .2s ease !important;
    cursor: pointer !important;
}
.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart button.single_add_to_cart_button:hover {
    background: #b24b37 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 28px rgba(178,75,55,0.22) !important;
}

/* ── MOBILE ── */
@media (max-width: 767px) {

    .single-product .woobt-product {
        gap: 10px !important;
    }
    .single-product .woobt-product .woobt-thumb,
    .single-product .woobt-product .woobt-thumb .woobt-img {
        flex: 0 0 52px !important;
        width: 52px !important;
        min-width: 52px !important;
        height: 52px !important;
    }
    .single-product .woobt-product .woobt-thumb .woobt-img img {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
    }

    /* radios: empilha verticalmente no celular */
    .single-product .thwepo-extra-options .thwepo-field-option,
    .single-product .thwepo-extra-options .radio-group,
    .single-product .thwepo-extra-options .thpladmin-radio-group,
    .single-product .thwepo-extra-options .thwepo-radio-group,
    .single-product .thwepo-extra-options td:last-child {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .single-product .thwepo-extra-options .thwepo-field-option label,
    .single-product .thwepo-extra-options .radio-group label,
    .single-product .thwepo-extra-options .thpladmin-radio-group label,
    .single-product .thwepo-extra-options .thwepo-radio-group label,
    .single-product .thwepo-extra-options td:last-child label {
        white-space: normal !important;
        width: 100% !important;
        flex: unset !important;
    }

    .single-product form.cart .single_add_to_cart_button,
    .single-product form.cart button.single_add_to_cart_button {
        width: 100% !important;
    }
}/* End custom CSS */