.elementor-kit-840{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ae0d704:#C29292;--e-global-color-ea523fa:#E1B1BA;--e-global-color-7127012:#FDF9F6;--e-global-color-7adfe77:#F7D9DF;--e-global-color-9a2da18:#D696A6;--e-global-color-a910de7:#9B7171;--e-global-color-9a51cdb:#A26666;--e-global-color-5fa2068:#976A6A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-685724b-font-family:"Tangerine";}.elementor-kit-840 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dgwt-wcas-search-wrapp {
    background-color: #FDF9F6 !important;
    border: 2px solid #E1B1BA !important; /* borde más delgado */
    border-radius: 8px !important;
    width: 100% !important;
    max-width: 1905px !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.dgwt-wcas-search-input {
    background-color: #FDF9F6 !important;
    border: none !important;
    color: #AB7D7D !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    height: 28px !important;
    line-height: 28px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    box-sizing: border-box;
}

.dgwt-wcas-search-input::placeholder {
    color: #AB7D7D !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
}

.dgwt-wcas-search-submit,
.dgwt-wcas-ico-magnifier {
    display: none !important;
}

.dgwt-wcas-suggestions-wrapp {
    background-color: #FDF9F6 !important;
    border: 2px solid #E1B1BA !important; /* borde más delgado */
    border-radius: 8px !important;
    padding: 5px 0 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.dgwt-wcas-suggestion {
    color: #AB7D7D !important;
    padding: 6px 12px !important;
    display: flex !important;
    align-items: center !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.dgwt-wcas-suggestion:hover {
    background-color: #E1B1BA20 !important;
    cursor: pointer;
}

/* Solo el precio en negrita */
.dgwt-wcas-suggestion .dgwt-wcas-suggestion-price {
    font-weight: 700 !important;
}



/* ===== Toggle "¿Es para regalo?" — corregido sin doble círculo ===== */
#billing_es_para_regalo_field .awcfe-formToggle {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    background-color: #f6f0f0; /* color inactivo */
    border: 2px solid #E1B1BA; /* borde rosa */
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

/* Eliminamos cualquier círculo interno generado por el plugin */
#billing_es_para_regalo_field .awcfe-formToggle span,
#billing_es_para_regalo_field .awcfe-formToggle::after {
    display: none !important;
}

/* Círculo personalizado */
#billing_es_para_regalo_field .awcfe-formToggle::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Estado activo (encendido) */
#billing_es_para_regalo_field input[type="checkbox"]:checked + .awcfe-formToggle {
    background-color: #E1B1BA !important;
    border-color: #E1B1BA !important;
}

/* Movimiento del círculo al activarse */
#billing_es_para_regalo_field input[type="checkbox"]:checked + .awcfe-formToggle::before {
    transform: translateX(22px);
}

/* Efecto hover */
#billing_es_para_regalo_field .awcfe-formToggle:hover {
    box-shadow: 0 0 4px #e1b1ba70;
}/* End custom CSS */