/* ============================================ open: HEADER ============================================ */
header#main-header {
    padding: 40px 40px 24px;
    height: 104px;
    background-color: var(--primary-50);
    box-shadow: none;
    display: flex;
    align-items: center;
    transition: var(--transition);
    z-index: 1;
}

header#main-header.et-fixed-header {
    box-shadow: none !important;
    padding: 16px 40px;
    height: 72px;
    border-bottom: 0.5px solid var(--primary-900-p);
}

header#main-header .container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px !important;
}

header#main-header .container .s__nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}

/* logotipo */
header#main-header .logo_container {
    position: relative;
    width: auto;
    z-index: 11;
    display: flex;
    align-items: center;
    height: 40px !important;
}

header#main-header .logo_container a {
    line-height: 100%;
    height: 38px;
    display: flex;
    width: 300px;
    transition: var(--transition);
}

header#main-header.et-fixed-header .logo_container a {
    width: 32px;
    height: 32px;
    line-height: 30px;
}

header#main-header .logo_container #logo {
    height: 38px;
    max-height: 38px;
    object-fit: cover;
    object-position: left;
    transition: var(--transition);
}

header#main-header.et-fixed-header .logo_container #logo {
    height: 32px;
    max-height: 32px;
}

/* fin logotipo */

header#main-header .container #et-top-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: initial !important;
    gap: 24px;
}

/* menu */
#main-header #top-menu-nav {
    position: absolute;
    width: 100%;
    top: 80px;
    transition: var(--transition);
}

#main-header.et-fixed-header #top-menu-nav {
    top: 72px;
}

#main-header #top-menu-nav #top-menu {
    border: 2px solid var(--primary-900-p);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--primary-50-rgba), .8);
    backdrop-filter: blur(8px);
    transition: var(--transition);
    animation: none !important;
    opacity: 1 !important;
}

#main-header.et-fixed-header #top-menu-nav #top-menu {
    width: auto;
    background-color: rgba(var(--primary-50-rgba), 0);
    border: 2px solid rgba(var(--primary-900-p-rgb), 0);
    backdrop-filter: none;
}

#main-header #top-menu-nav #top-menu li {
    padding: 0;
    margin: -2px 0;
}

#main-header #top-menu-nav #top-menu li a {
    padding: 12px 16px;
    border: 2px solid var(--primary-900-p);
    border-left: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    height: 44px;
    transition: var(--transition);
    color: var(--primary-900-p);
    opacity: 1;
}

#main-header #top-menu-nav #top-menu li:first-child a {
    border-left: 2px solid var(--primary-900-p);
}

#main-header.et-fixed-header #top-menu-nav #top-menu li a {
    background-color: rgba(var(--primary-50-rgba), .8);
    backdrop-filter: blur(8px);
}

#main-header #top-menu-nav #top-menu li a:hover {
    background-color: var(--primary-900-p);
    color: var(--primary-50) !important;
}

/* fin menu */

/* icons header */
#content-icons-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

#content-icons-header .btn-large {
    height: 40px;
}

#content-icons-header .item-icon-header {
    margin: 0;
    width: 40px;
}

#content-icons-header .item-icon-header .btn-large {
    width: 40px;
}

#content-icons-header .item-icon-header .btn-large strong {
    padding: 0;
    justify-content: center;
}

/* icon club vino */
/* oculta el item del club del vino en el menú principal cuando está en desktop */
#top-menu-nav .menu-club-vino {
    display: none;
}

/* fin icon club vino */

/* icon buscador */
#et_top_search #et_search_icon::before {
    content: none;
}

/* fin icon buscador */

/* mobile menu */
#et-top-navigation #et_mobile_nav_menu {
    margin: 0;
    width: 40px;
    height: 40px;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav {
    background: none;
    border-radius: 0;
    padding: 0;
    height: 40px;
    width: 40px;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    position: relative;
    top: initial;
    right: initial;
    border: 2px solid var(--primary-900-p);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: var(--primary-900-p);
    font-size: 24px;
    cursor: pointer;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::before,
#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::after {
    color: var(--primary-50);
    font-family: 'Material Symbols Sharp' !important;
    transition: var(--transition-1);
    font-size: 28px;
    position: absolute;
    left: 4px;
    top: 4px;
    height: 28px;
    width: 28px;
    line-height: 28px;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::before {
    content: "menu";
    opacity: 1;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    opacity: 0;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::after {
    content: "close";
    opacity: 0;
}

#et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::after {
    opacity: 1;
}

/* fin mobile menu */

/* icon cart */
#cart-top-header .xoo-wsc-cart-trigger {
    border: 2px solid var(--primary-900-p);
    height: 40px;
    width: 40px;
    transition: var(--transition);
}

#cart-top-header .xoo-wsc-cart-trigger:hover {
    border-color: var(--primary-700);
}

/* effect button */
#cart-top-header .xoo-wsc-cart-trigger::before,
#cart-top-header .xoo-wsc-cart-trigger::after {
    position: absolute;
    content: "";
    transition: var(--transition);
    left: 0;
    top: 0;
    background: var(--primary-700);
}

#cart-top-header .xoo-wsc-cart-trigger::before {
    height: 0%;
    width: 2px;
}

#cart-top-header .xoo-wsc-cart-trigger::after {
    width: 0%;
    height: 2px;
}

#cart-top-header .xoo-wsc-cart-trigger:hover::before {
    height: 100%;
}

#cart-top-header .xoo-wsc-cart-trigger:hover::after {
    width: 100%;
}

#cart-top-header .xoo-wsc-sc-bkcont {
    margin: 0;
    height: 100%;
    width: 100%;
}

#cart-top-header .xoo-wsc-sc-bkcont::before,
#cart-top-header .xoo-wsc-sc-bkcont::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--primary-700);
    transition: var(--transition);
}

#cart-top-header .xoo-wsc-sc-bkcont::before {
    width: 2px;
    height: 0%;
}

#cart-top-header .xoo-wsc-sc-bkcont::after {
    width: 0%;
    height: 2px;
}

#cart-top-header:hover .xoo-wsc-sc-bkcont::before {
    height: 100%;
}

#cart-top-header:hover .xoo-wsc-sc-bkcont::after {
    width: 100%;
}

/* fin effect button */

#cart-top-header .xoo-wsc-sc-bki {
    display: flex;
    font-size: 24px;
    font-family: 'Material Symbols Sharp' !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#cart-top-header .xoo-wsc-sc-bki::before {
    content: "local_mall";
    padding-bottom: 2px;
    transition: var(--transition);
}

#cart-top-header:hover .xoo-wsc-sc-bki::before {
    color: var(--primary-700);
}

#cart-top-header .xoo-wsc-sc-count {
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 0;
    top: -11px;
    right: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: var(--transition);
}

#cart-top-header:hover .xoo-wsc-sc-count {
    background-color: var(--primary-700);
}

/* fin icon cart */

/* fin icons header */

/* ············································································responsive 1023px ······································ */
@media (max-width: 1023px) {

    header#main-header {
        padding: 24px !important;
        height: 88px;
        transition: var(--transition) !important;
    }

    header#main-header.et-fixed-header {
        padding: 16px 24px !important;
        height: 72px;
    }

    header#main-header .logo_container a {
        line-height: 33px;
        height: 36px;
    }

    header#main-header.et-fixed-header .logo_container a {
        width: 28px;
        height: 28px;
        line-height: 27px;
    }

    header#main-header .logo_container #logo {
        height: 36px;
        max-height: 36px;
        max-width: 300px;
    }

    header#main-header.et-fixed-header .logo_container #logo {
        height: 28px;
        max-height: 28px;
        max-width: 100%;
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
        position: absolute;
        left: inherit;
        right: 0;
        top: 64px;
        background: none;
        width: calc(100vw - 48px);
        box-shadow: none;
        border: 4px solid var(--primary-900-p);
        padding: 12px;
        background-color: rgba(var(--primary-50-rgba), 0.8) !important;
        backdrop-filter: blur(4px);
    }

    header#main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
        top: 68px;
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li {
        background-color: var(--primary-900-p);
        border-bottom: 0.5px solid rgba(var(--primary-50-rgba), .15);
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li:last-child {
        border-bottom: none;
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a {
        color: var(--primary-50);
        /* text-transform: uppercase; */
        padding: 24px;
        border-top: none;
        border-bottom: none;
        border-left: 2px solid var(--primary-900-p);
        border-right: 2px solid var(--primary-900-p);
        transition: var(--transition);
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.03em;
        line-height: 100%;
        font-family: var(--font-family-serif);
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li:first-child a {
        border-top: 2px solid var(--primary-900-p);
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li:last-child a {
        border-bottom: 2px solid var(--primary-900-p);
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a:hover {
        background-color: var(--primary-700);
        color: var(--primary-50);
        opacity: 1;
    }
}

/* ············································································responsive 980px ······································ */
@media (max-width: 980px) {
    .et_fixed_nav header#main-header {
        position: fixed;
    }

    .et_header_style_centered #et-top-navigation .et-cart-info,
    .et_header_style_centered #content-icons-header #et_top_search {
        display: inherit !important;
    }

    /* oculta el botón club del vino en tablet y lo muestra en el menú desplegable */
    #clubvino-top-header {
        display: none;
    }

    #top-menu-nav .menu-club-vino {
        display: inherit;
    }

    /* fin oculta el botón club del vino en tablet y lo muestra en el menú desplegable */
}

/* ············································································responsive 767px ······································ */
@media (max-width: 767px) {
    header#main-header {
        height: 64px;
        padding: 16px !important;
    }

    .et_fixed_nav header#main-header {
        position: fixed;
    }

    header#main-header.et-fixed-header {
        height: 48px;
        padding: 8px 16px !important;
    }

    header#main-header .container,
    header#main-header .logo_container {
        height: 32px !important;
    }

    header#main-header .logo_container a {
        line-height: 23px;
        height: 24px;
        width: 200px;
    }

    header#main-header.et-fixed-header .logo_container a,
    header#main-header .logo_container #logo,
    header#main-header.et-fixed-header .logo_container #logo {
        height: 24px;
        max-height: 24px;
    }

    header#main-header .container #et-top-navigation,
    #content-icons-header {
        gap: 8px;
    }

    #content-icons-header .item-icon-header {
        width: 32px;
    }

    #content-icons-header .btn-large {
        height: 32px;
    }

    #content-icons-header .item-icon-header .btn-large {
        width: 32px;
    }

    #content-icons-header .material-symbols-sharp,
    #cart-top-header .xoo-wsc-sc-bki {
        font-size: 20px;
    }

    #et-top-navigation #et_mobile_nav_menu,
    #cart-top-header .xoo-wsc-cart-trigger,
    #et-top-navigation #et_mobile_nav_menu .mobile_nav {
        height: 32px;
        width: 32px;
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::before,
    #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar::after {
        font-size: 24px;
        height: 24px;
        width: 24px;
        line-height: 24px;
        left: 2px;
        top: 2px;
    }

    #cart-top-header .xoo-wsc-sc-count {
        height: 14px;
        width: 14px;
        font-size: 9px;
        line-height: 14px;
        top: -8px;
        right: -8px;
    }

    #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
        top: 48px;
        width: calc(100vw - 32px);
    }

    header#main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
        top: 56px;
    }

}

/* ============================================ close: HEADER ============================================ */



/* ============================================ open: BUSCADOR ============================================ */

.et_search_outer {
    left: 0;
}

header#main-header .et_search_outer .container.et_search_form_container {
    opacity: 1;
    max-width: 100% !important;
    height: 164px !important;
    top: -164px !important;
    border-bottom: 2px solid var(--primary-900-p);
    animation: none !important;
    transition: var(--transition) !important;
    padding: 40px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 40px;
}

header#main-header .et_search_outer .container.et_search_form_container.et_pb_search_visible {
    top: 0 !important;
}

header#main-header .et_search_outer .container.et_search_form_container::before,
header#main-header .et_search_outer .container.et_search_form_container::after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-900-p-rgb), 0.5);
    z-index: -1;
}

header#main-header .et_search_outer .container.et_search_form_container::after {
    background-color: rgba(var(--primary-50-rgba), 0.8) !important;
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp {
    position: inherit;
    bottom: initial;
    width: calc(100% - 96px);
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
    display: none;
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    color: var(--primary-900-p);
    font-family: var(--font-family-serif);
    font-size: 40px !important;
    width: 100%;
    height: 56px;
    padding: 0;
    background: none;
    border: none;
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus {
    box-shadow: none;
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input::placeholder {
    font-family: var(--font-family-serif);
    color: rgba(var(--primary-900-p-rgb), .4);
    font-size: 40px;
    font-style: inherit;
    font-weight: inherit;
    transition: var(--transition);
}

header#main-header .et_search_outer .container.et_search_form_container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:hover::placeholder {
    color: rgba(var(--primary-900-p-rgb), .7);
}

/* icon borrar búsqueda */
.dgwt-wcas-preloader.dgwt-wcas-close {
    transition: var(--transition);
}

.dgwt-wcas-preloader.dgwt-wcas-close:hover {
    opacity: 1;
}

.dgwt-wcas-preloader.dgwt-wcas-close::before {
    content: "backspace";
    font-family: 'Material Symbols Sharp';
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--primary-900-p-rgb), .1);
    transition: var(--transition);
}

.dgwt-wcas-preloader.dgwt-wcas-close:hover::before {
    color: var(--error-500-e);
}

.dgwt-wcas-preloader.dgwt-wcas-close svg {
    display: none;
}

/* fin icon borrar búsqueda */

/* botón cerrar buscador */
header#main-header .et_search_outer .container.et_search_form_container .et_close_search_field {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et_search_outer .et_close_search_field strong {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et_search_outer .et_close_search_field .material-symbols-sharp {
    font-size: 40px;
}

/* fin botón cerrar buscador */

/* resultados predictivos buscador */
.dgwt-wcas-suggestions-wrapp {
    width: 100% !important;
    left: 0 !important;
    top: 164px !important;
    position: fixed !important;
    background-color: rgba(var(--primary-900-p-rgb), 0.2);
    border: none;
    border-bottom: 2px solid var(--primary-900-p);
    backdrop-filter: blur(8px);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
    background-color: rgba(var(--primary-50-rgba), 0.9);
    transition: var(--transition) !important;
    border: none !important;
    border-bottom: 0.5px solid rgba(var(--primary-900-p-rgb), 0.2) !important;
    backdrop-filter: blur(8px);
    padding: 12px 40px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product:hover,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected:hover {
    background-color: rgba(var(--primary-50-rgba), 1);
    backdrop-filter: blur(0);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product::after,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected::after {
    content: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-si {
    width: 32px;
    display: block;
    height: auto;
    border: 1px solid rgba(var(--primary-900-p-rgb), .4);
    padding: 4px 4px 0;
    background-color: #fcfbf9;
    outline: 1px solid rgba(var(--primary-900-p-rgb), 0);
    transition: var(--transition);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product:hover .dgwt-wcas-si {
    border: 1px solid rgba(var(--primary-900-p-rgb), 1);
    outline: 1px solid rgba(var(--primary-900-p-rgb), 1);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-si img {
    margin: 0;
    padding: 0;
    border: none;
    max-height: 100%;
    height: auto;
    width: 22px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: calc(100% - 48px);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st {
    color: rgba(var(--primary-900-p-rgb), .4);
    font-family: var(--font-family-serif);
    font-size: 24px;
    transition: var(--transition);
    width: calc(100% - 232px);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st strong {
    color: rgba(var(--primary-900-p-rgb), 1);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta {
    display: flex;
    align-items: center;
    width: 216px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--primary-900-p);
    font-family: var(--font-family-sans);
    font-size: 20px;
    font-weight: 600;
    padding-left: 0;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 38px;
    align-items: flex-end;
    width: 96px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount::before {
    content: "Desde";
    font-size: 12px;
    line-height: 100%;
    font-family: var(--font-family-sans);
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount .woocommerce-Price-currencySymbol {
    display: initial;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins {
    display: flex;
    flex-wrap: wrap;
    color: var(--genuino-500-p);
    height: 38px;
    width: 96px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span {
    font-size: 12px;
    line-height: 100%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span.amount,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span.amount span {
    font-size: 20px;
    height: initial;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span.amount::before {
    content: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
    font-family: var(--font-family-serif);
    background-color: rgba(var(--primary-50-rgba), 0.9);
    backdrop-filter: blur(8px);
    font-size: 24px;
    color: var(--error-500-e);
    padding: 16px 40px;
}

/* fin resultados predictivos buscador */


/* ············································································responsive 980px ······································ */
@media (max-width: 980px) {

    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar::before,
    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar::after {
        content: "";
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--primary-900-p-rgb), 0.5);
        z-index: -1;
    }

    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar::after {
        background-color: rgba(var(--primary-50-rgba), 0.8) !important;
    }

    .js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
        background: none;
    }

    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar {
        background-color: rgba(var(--primary-900-p-rgb), 0.15);
        backdrop-filter: blur(8px);
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
        padding: 24px;
        height: 128px;
        border-bottom: 2px solid var(--primary-900-p);
        gap: 24px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: initial;
        border: 2px solid var(--primary-900-p);
        background: none;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return::after {
        content: "close";
        font-family: 'Material Symbols Sharp';
        font-size: 32px;
        line-height: 100%;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
        display: none;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
        width: calc(100% - 68px);
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp::before {
        content: none;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input::placeholder {
        font-family: var(--font-family-serif);
        color: var(--primary-900-p);
        font-size: 32px;
        font-style: inherit;
        font-weight: inherit;
        transition: var(--transition);
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:hover,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:focus,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:active {
        background: none;
        border: none;
        padding: 0;
        box-shadow: none;
        color: var(--primary-900-p);
        font-size: 32px !important;
        font-family: var(--font-family-serif);
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile .dgwt-wcas-ico-magnifier {
        display: none;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar .dgwt-wcas-suggestions-wrapp {
        top: 128px !important;
        width: 100% !important;
        left: 0 !important;
        position: fixed !important;
        background-color: rgba(var(--primary-900-p-rgb), 0.2);
        border: none;
        border-bottom: 2px solid var(--primary-900-p);
        backdrop-filter: blur(8px);
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
        font-size: 20px;
        padding: 12px 24px;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
        padding: 8px 24px !important;
    }
}

/* ············································································responsive 767px ······································ */
@media (max-width: 767px) {
    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar {
        padding: 16px;
        height: 88px;
        gap: 12px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
        width: 32px;
        height: 32px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return::after {
        font-size: 24px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
        width: calc(100% - 44px);
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input::placeholder {
        font-size: 24px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:hover,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:focus,
    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input:active {
        font-size: 24px !important;
    }

    .dgwt-wcas-preloader.dgwt-wcas-close {
        width: 32px;
    }

    .dgwt-wcas-preloader.dgwt-wcas-close::before {
        font-size: 32px;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-si {
        width: 32px;
    }

    .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar .dgwt-wcas-suggestions-wrapp {
        top: 88px !important;
        height: auto !important;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
        padding: 8px 16px !important;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp {
        gap: 8px;
        width: calc(100% - 44px);
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st {
        font-size: 18px;
        width: calc(100% - 80px);
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta {
        width: 72px;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol {
        gap: 4px;
        flex-wrap: wrap;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins {
        height: 24px;
        width: 72px;
        justify-content: flex-end;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span.amount,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span.amount span {
        font-size: 14px;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount bdi,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins bdi {
        line-height: 100%;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount .woocommerce-Price-currencySymbol {
        line-height: 100%;
    }

    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol .amount::before,
    .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .woocommerce-Price-currencySymbol ins span {
        font-size: 9px;
        text-align: right;
        line-height: 100%;
        height: 9px;
        display: flex;
        justify-content: flex-end;
    }
}

/* ============================================ close: BUSCADOR ============================================ */



/* ============================================ open: BOTONES FLOTANTES CONTACT PHONE & WHATSAPP ============================================ */
#contact-icons {
    position: fixed;
    left: initial;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    text-align: right;
}

#flotante-tienda {
    background: none !important;
    animation: 2s ease-out 0s 1 wait, 0.45s ease-out 2s 1 slideInFromRight;
    height: 40px;
}

#flotante-tienda.contact-icon-phone {
    margin-bottom: 24px;
}

#flotante-tienda.contact-icon-whatsapp {}

@keyframes wait {
    from {
        transform: translateX(96px);
        opacity: 0;
    }

    to {
        transform: translateX(96px);
        opacity: 0;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(96px);
    }

    20%,
    65%,
    85%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-32px);
    }

    75% {
        transform: translateX(-16px);
    }
}

#flotante-tienda .custom-btn {
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
    background-color: var(--primary-50);
}

#flotante-tienda .custom-btn::before,
#flotante-tienda .custom-btn::after,
#flotante-tienda .custom-btn strong::before,
#flotante-tienda .custom-btn strong::after {
    background: var(--primary-50);
}

#flotante-tienda .custom-btn:hover {
    border-color: var(--primary-900-p);
    color: var(--primary-50);
    background-color: var(--primary-900-p);
}

#flotante-tienda.contact-icon-phone .custom-btn:hover {
    width: 204px;
}

#flotante-tienda.contact-icon-whatsapp .custom-btn:hover {
    width: 152px;
}

#flotante-tienda .custom-btn strong {
    padding: 0 14px 0 6px;
    justify-content: left;
}

#flotante-tienda .custom-btn:hover strong {
    padding: 0 18px 0 14px;
    transition: var(--transition);
}

#flotante-tienda .custom-btn .svg-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

#flotante-tienda .custom-btn .svg-icon::after {
    text-transform: uppercase;
    font-family: var(--font-family-sans);
    font-size: 14px;
    font-weight: 600;
}

#flotante-tienda.contact-icon-phone .custom-btn .svg-icon::after {
    content: "(+34) 650 792 190";
    width: 136px;
}

#flotante-tienda.contact-icon-whatsapp .custom-btn .svg-icon::after {
    content: "Whatsapp";
    width: 84px;
}

#flotante-tienda .custom-btn:hover .svg-icon path {
    fill: var(--primary-50);
}

#flotante-tienda.section-tienda-footer {
    margin-top: 40px;
}

/* ············································································responsive 1023px ······································ */
@media (max-width: 1023px) {

    #contact-icons {
        right: 24px;
        bottom: 24px;
    }

    #flotante-tienda {
        right: 24px;
    }
}

/* ············································································responsive 767px ······································ */
@media (max-width: 767px) {

    #contact-icons {
        right: 16px;
        bottom: 16px;
    }

    #flotante-tienda {
        right: 16px;
        height: 32px;
    }

    #flotante-tienda.contact-icon-phone {
        margin-bottom: 16px;
    }

    #flotante-tienda .custom-btn {
        height: 32px;
        line-height: 32px;
        width: 32px;
    }

    #flotante-tienda.contact-icon-phone .custom-btn:hover {
        width: 170px;
    }

    #flotante-tienda.contact-icon-whatsapp .custom-btn:hover {
        width: 124px;
    }

    #flotante-tienda .custom-btn:hover strong {
        padding: 0 12px 0 12px;
    }

    #flotante-tienda .custom-btn .svg-icon {
        gap: 4px;
    }

    #flotante-tienda .custom-btn .svg-icon svg {
        width: 18px;
        height: 18px;
    }

    #flotante-tienda .custom-btn .svg-icon::after {
        font-size: 12px;
    }

    #flotante-tienda.contact-icon-phone .custom-btn .svg-icon::after {
        width: 118px;
    }

    #flotante-tienda.contact-icon-whatsapp .custom-btn .svg-icon::after {
        width: 74px;
    }
}


/* ============================================ close: BOTONES FLOTANTES CONTACT PHONE & WHATSAPP ============================================ */