/* ======================================================
   VARIABLES / BASES (no se modificaron valores de color)
   ====================================================== */

/* (Se mantienen los colores tal como estaban en el CSS original) */

/* ======================================================
   SLIDER / BANNERS
   ====================================================== */
   
   
   
.slider-banner .slick-arrow {
    padding: 0px;
    width: 20px;
    height: 20px;
    font-size: 0;
    z-index: 9999;
    border: none;
}
.slider-banner .slick-arrow::before {
    color: #fafafa;
}
/* Posicionamiento flechas */
.slider-banner .slick-arrow.slick-prev,
.slider-categorias button.slick-prev.slick-arrow {
    left: 9px;
}
.slider-banner .slick-arrow.slick-next,
.slider-categorias button.slick-next.slick-arrow {
    right: 9px;
}

/* ======================================================
   NOTIFICACIONES / UTILIDADES
   ====================================================== */
.woocommerce-notices-wrapper {
    display: none;
}

/* ======================================================
   USER / UWP (User Profiles) / ELEMENTOR SPECIFIC
   ====================================================== */
h4.uwp-user-title {
    margin-bottom: 0px !important;
}
h4.uwp-user-title a {
    color: #fff;
    margin-bottom: 0px !important;
    display: inline;
}

/* elementor small link */
.elementor-element.elementor-element-80f4521 a {
    text-align: center;
    font-size: 12px;
}

/* UWP profile tweaks (hide pencil icon, style name) */
.uwp-user-title.sdel-b478744f .uwp-profile-name i.fa-pencil-alt {
    display: none;
}
.uwp-user-title.sdel-b478744f .uwp-profile-name .uwp-user-title {
    margin-bottom: 2px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* N2 Slider / Layer styles (Elementor + layer slider combination) */
.elementor-element.elementor-element-d7c654c
.n2-ss-layer-col.n2-ss-layer-with-background
.n2-ss-layer-with-background
.n2-ss-layer
.n2-ss-text.n2-ow {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 1.1rem !important;
}

.elementor-element.elementor-element-d7c654c
.n2-ss-layer-col.n2-ss-layer-with-background
.n2-ss-layer-with-background:hover
.n2-ss-layer
.n2-ss-text.n2-ow {
    color: #fff !important;
}

.elementor-element.elementor-element-d7c654c
.n2-ss-layer-col.n2-ss-layer-with-background
.n2-ss-layer-with-background {
    height: 160px;
    overflow: hidden;
}

.elementor-element.elementor-element-d7c654c
.n2-ss-layer-col.n2-ss-layer-with-background
.n2-ss-layer-with-background
.n2-ss-item-image-content {
    transition: all ease-in .2s;
}

.elementor-element.elementor-element-d7c654c
.n2-ss-layer-col.n2-ss-layer-with-background
.n2-ss-layer-with-background:hover
.n2-ss-item-image-content {
    transform: rotate(-1deg);
}

/* Specific price color for a specific elementor element */
.elementor-element-38e00c46 span.woocommerce-Price-amount.amount bdi {
    color: #fff;
    font-size: 15px;
}

/* elementor utility */
.elementor-element-1779ff2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

/* ======================================================
   WOOCOMMERCE LAYOUT / SIDEBAR (SHOP SIDEBAR)
   ====================================================== */
.woocommerce-row {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 30px;
}

#sidebar-woocommerce .wc-block-price-filter__range-input-progress.wc-block-components-price-slider__range-input-progress {
    background: #85cbc9;
}

#sidebar-woocommerce {
    margin-right: 15px;
    padding: 27px;
    border: 1px solid #e6e6e6;
    max-height: 800px;
    overflow-y: scroll;
}

/* Headings inside sidebar */
#sidebar-woocommerce .wp-block-heading,
#sidebar-woocommerce .widget.widget_filter_by_brand h2 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 17px;
}

/* Decorative underline for headings */
#sidebar-woocommerce .wp-block-heading::after,
#sidebar-woocommerce .widget.widget_filter_by_brand h2::after {
    content: '';
    width: 14%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #85cbc9;
}

/* Filter lists */
#sidebar-woocommerce .pwb-filter-products.pwb-hide-submit-btn ul {
    list-style: none;
    margin: 0;
}

/* Hide page title inside page_content woocommerce */
.page_content .woocommerce .page-title {
    display: none;
}

/* ======================================================
   PRODUCT CATEGORY / LOOP (tax-product_cat)
   ====================================================== */
.tax-product_cat .products .product.type-product {
    position: relative;
}

/* Action buttons (wishlist/quickview/comparison) initial state */
.tax-product_cat li.product.type-product .shopengine_add_to_list_action,
.tax-product_cat li.product.type-product .shopengine-quickview-trigger,
.tax-product_cat li.product.type-product .shopengine_comparison_add_to_list_action {
    top: -500px;
    opacity: 0;
    position: absolute;
    right: 5px;
    padding: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 4px 11px 0px #00000042;
    transform: all ease-in .5s;
}

/* Hover reveal */
.tax-product_cat li.product.type-product:hover .shopengine_add_to_list_action,
.tax-product_cat li.product.type-product:hover .shopengine-quickview-trigger,
.tax-product_cat li.product.type-product:hover .shopengine_comparison_add_to_list_action {
    opacity: 1;
    transform: all ease-in .5s;
}

/* Positions on hover */
.tax-product_cat li.product.type-product:hover .shopengine_add_to_list_action {
    top: 20%;
}
.tax-product_cat li.product.type-product:hover .shopengine-quickview-trigger {
    top: 35%;
}
.tax-product_cat li.product.type-product:hover .shopengine_comparison_add_to_list_action {
    top: 50%;
}

/* Add to cart button default / hover */
.tax-product_cat li.product.type-product .add_to_cart_button {
    background: transparent;
    border: 1px solid #000;
    padding: 10px !important;
    opacity: 0;
}
.tax-product_cat li.product.type-product:hover .add_to_cart_button {
    opacity: 1;
}
.tax-product_cat li.product.type-product .add_to_cart_button:hover {
    background: #85cbc9 !important;
    border: none;
}

/* Titles & price */
.tax-product_cat li.product.type-product .woocommerce-loop-product__title {
    font-weight: bold !important;
    font-size: 15px !important;
}
.tax-product_cat li.product.type-product .woocommerce-loop-product__title:hover {
    color: #85cbc9;
}

.tax-product_cat li.product.type-product .price {
    font-size: 14px !important;
}
.tax-product_cat li.product.type-product .price:hover,
.tax-product_cat li.product.type-product:hover .price {
    color: #000 !important;
}

/* Category header padding */
.tax-product_cat.woocommerce header:not(#masthead) {
    padding: 42px 0px;
}
.tax-product_cat.woocommerce header:not(#masthead) .page-title {
    text-transform: uppercase;
    font-size: 33px;
    padding-left: 20px;
}

/* Archive-specific price / impuestos */
.archive.tax-product_cat .precio-final-con-impuestos {
    font-size: 13px !important;
    color: #000 !important;
    margin-top: 5px !important;
    margin-bottom: 15px;
}
.archive.tax-product_cat .precio-final-con-impuestos strong bdi {
    color: #000 !important;
}
.archive.tax-product_cat .impuestos-loop {
    display: none;
}
.archive.tax-product_cat .products li.product .price del {
    display: inline;
}

/* ======================================================
   PRODUCT TEMPLATE / SINGLE PRODUCT
   ====================================================== */
.product-template-default.single.single-product .woocommerce-Tabs-panel img {
    width: 70%;
    max-width: 70%;
    display: block;
    margin-bottom: 20px;
}
.product-template-default.single.single-product .woocommerce-Tabs-panel h2 {
    color: #85cbc9;
    font-size: 1.8em;
    font-weight: 600;
}
.product-template-default.single .price bdi {
    color: #85cbc9;
}

/* Wapinfo custom policy text */
.product-template-default.single .wapinfo-custom-policy-text p {
    margin-bottom: 0px !important;
    line-height: 1.5;
}
.product-template-default.single .wapinfo-custom-policy-text {
    padding: 5px 15px 5px 25px !important;
}

/* Product form button */
.product-template-default.single div.product form.cart .button {
    float: none;
    padding: 18px;
}

/* Wishlist / comparison / badges */
.product-template-default.single .shopengine_add_to_list_action.shopengine-wishlist.badge {
    float: none;
    display: block;
    border: none;
    background: transparent;
}
.product-template-default.single .shopengine-comparison.badge {
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-bottom: 30px;
}
.product-template-default.single .wapinfo-custom-policy-icon span {
    display: inline-block;
    width: 31px;
}
.product-template-default.single .shopengine_add_to_list_action.shopengine-wishlist.badge::after {
    content: 'Quiero probarlo en mi próxima compra';
    color: #717171;
}
.product-template-default.single .shopengine-comparison.badge::after {
    content: ' Quiero comparar esta botella para comparar';
    text-decoration: none;
}

/* Single product brands */
.product-template-default.single .pwb-single-product-brands a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #565656;
}
.product-template-default.single .pwb-single-product-brands a::before {
    content: 'Bodega o casa productora: ';
    font-weight: bold;
}

/* In stock */
.product-template-default.single .in-stock.stock {
    color: #85cbc9;
}

/* Tabs spacing */
.product-template-default.single.single-product .woocommerce-Tabs-panel p {
    margin-bottom: 0px !important;
}
.product-template-default.single.single-product .woocommerce-Tabs-panel ul li {
    line-height: 1.5;
}

/* Product price layout tweaks */
.product-template-default.single .price {
    margin-bottom: 0px !important;
}

/* Precio final con impuestos (single) */
.precio-final-con-impuestos {
    font-size: 20px !important;
    color: #85cbc9 !important;
    margin-top: 5px !important;
    margin-bottom: 15px;
}
.precio-final-con-impuestos strong bdi {
    color: #85cfd9 !important;
}

/* Producto en oferta badge */
.producto-en-oferta span {
    background: linear-gradient(45deg, #b30000, #ff0000);
    font-weight: bold;
    text-transform: uppercase;
}

/* Precio descuento */
.precio-descuento {
    margin-top: 4px;
}
.precio-descuento .precio-original {
    color: #888;
}
.precio-descuento .precio-final {
    color: #d00;
    font-weight: 700;
}

/* ======================================================
   MY ACCOUNT / NAVIGATION (page-id-16)
   ====================================================== */
body.page-id-16 .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
body.page-id-16 .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    height: fit-content;
    margin-left: 0;
}
body.page-id-16 .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    display: block;
    height: fit-content;
    color: #666666 !important;
    font-family: 'Roboto';
    font-size: 15px;
}
body.page-id-16 .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 33px;
}
body.page-id-16 .woocommerce-MyAccount-navigation ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    border-radius: 30px;
    box-shadow: 2px 5px 5px 0px #00000026;
    padding: 15px 25px;
    background: #f7f8f1;
    width: fit-content;
    gap: 30px;
    margin: 0 auto;
}

/* Hide certain account items globally where specified */
.woocommerce-MyAccount-navigation ul li:nth-child(3),
.woocommerce-MyAccount-navigation ul li:nth-child(4) {
    display: none;
}

/* ======================================================
   WALLET SYSTEM / WPS (various wallet containers)
   ====================================================== */
.wps_wcb_wallet_balance_container,
.wps_wcb_content_template ul.tabs li svg path {
    background: #85cbc9;
    fill: #85cbc9;
}

#woocommerce_sidebar {
    display: block;
    position: inherit;
}

/* Modal content inside woocommerce sidebar */
#woocommerce_sidebar .modal-content {
    border: none;
    padding: 0;
    margin: 0;
    width: inherit;
    max-width: 480px;
}

/* WPS wallet container styles */
.wps_wcb_wallet_balance_container {
    display: flex;
}
.wps_wcb_wallet_balance_container .wallet-status {
    display: flex;
    gap: 15px;
    justify-content: space-evenly;
    align-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.wps_wcb_wallet_balance_container .wallet-status h3 {
    color: #fff;
}
.wps_wcb_wallet_balance_container .wallet-status div:nth-child(1) ul,
.wps_wcb_wallet_balance_container .wallet-status div:nth-child(3) ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.wps_wcb_wallet_balance_container .wallet-status div ul li {
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.wps_wcb_wallet_balance_container .wallet-status div:nth-child(1) ul li .woocommerce-Price-amount.amount {
    font-size: inherit;
    font-weight: 800;
}
.wps_wcb_wallet_balance_container .wallet-status div:nth-child(2) .woocommerce-Price-amount.amount {
    display: block;
}
.wps_wcb_wallet_balance_container h4 {
    font-size: 16px;
}
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4 {
    font-size: 16px;
    font-weight: 800;
}
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container {
    background: #77bdbb;
}
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container .wps_wcb_wallet_view_transaction a {
    display: block;
    padding: 15px;
    background: #85cb9b;
    text-decoration: none;
    box-shadow: 0px 6px 10px #1616164a;
}

/* WPS wallet container (alternative) */
.wps_wallet_container .cupo-disponible {
    font-size: 35px;
    color: #fff;
    position: relative;
}
.wps_wallet_container .cupo-disponible::before {
    content: '$';
}
.wps_wallet_container .wallet-balance .amount {
    font-size: 35px;
    color: #fff;
}
.wps_wallet_container .wallet-balance .amount::before {
    content: '$';
}
.wps_wallet_container .wallet-status ul li a {
    color: #FFF !important;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    background: #33a6bd91;
}
.wps_wallet_container .wallet-status ul {
    list-style: none;
    padding: 0;
    margin-left: 0px !important;
    border: 1px solid #fff;
}
.wps_wallet_container .wallet-status ul li {
    padding: 0px;
    margin-left: 0;
}
.wps_wallet_container .wallet-status h3 {
    font-size: 21px;
    color: #fff;
}
.saldo-pendiente .amount {
    font-size: 30px;
    color: #fff;
}
.saldo-pendiente .amount::before {
    content: '$ ';
}
.wps_wallet_container .wallet-status ul:nth-child(1) li {
    background: none;
}
.wps_wallet_container .wallet-status ul li a:hover {
    background: #0c8e8299;
}

/* ======================================================
   FORMS / FORM CONTACT / CONTACTO REDES
   ====================================================== */
.form-contacto-redes p {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.form-contacto-redes p label span {
    display: block;
    width: 100%;
}
.form-contacto-redes p label span input.wpcf7-form-control,
.form-contacto-redes p label span textarea {
    width: 100%;
}
.form-contacto-redes p label {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-contacto-redes p label:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
}

/* Small-screen variant (overrides in media query too) */
.form-contacto-redes p.display-grid-100 {
    display: grid !important;
    grid-template-columns: 100%;
    gap: 10px;
}

/* ======================================================
   PRODUCT / ORIGIN FLAGS (producto-pais)
   ====================================================== */
.producto-pais.italia,
.producto-pais.espana,
.producto-pais.francia,
.producto-pais.chile,
.producto-pais.argentina,
.producto-pais.colombia {
    display: flex;
    gap: 15px;
    align-items: center;
}

.producto-pais.italia p {
    font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: linear-gradient(
        to right,
        #009246 15px,
        #fff 15px 25px,
        #ce2b37 15px
    );
    transform: scale(.7);
}

.producto-pais.espana p {
    font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: linear-gradient(to right, #a10505 15px, orange 15px 25px, #a10505 15px);
    transform: scale(.7);
    color: transparent;
}

.producto-pais.francia p {
    font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: linear-gradient(to right, #004b76 15px, var(--e-a-color-white) 15px 25px, #a10505 15px);
    transform: scale(.7);
    color: transparent;
}

.producto-pais.argentina p {
    font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: linear-gradient(to right, #65d9ff 15px, white 15px 25px, #65d9ff 15px);
    transform: scale(.7);
    color: transparent;
}

.producto-pais.chile p {
    font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: url('https://cdnx.jumpseller.com/nico2/image/51960313/resize/610/610?1724685083');
    transform: scale(.7);
    color: transparent;
    background-size: 120%;
}

.acf-impuesto-iva {
    display: flex;
    gap: 15px;
    transform: translateY(-28px);
}

.producto-pais.colombia p {
   font-size: 0px;
    display: block;
    width: 40px;
    height: 40PX;
    border-radius: 50%;
    background: linear-gradient(to right, #ffd200 15px, #054c7d 15px 25px, #a50202 15px);
    transform: scale(.7) rotate(90deg);
    color: transparent;
}

/* ======================================================
   MODAL ORDER STATUS / NOTIFICATIONS
   ====================================================== */
.modal-order-status {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-order-status .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: relative;
    animation: slideDown 0.3s ease;
}

.modal-order-status .modal-header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.modal-order-status .modal-header h2 {
    margin: 0;
    color: #333;
}

.modal-order-status .modal-body {
    margin-bottom: 15px;
}

.modal-order-status .close-modal {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal-order-status .close-modal:hover,
.modal-order-status .close-modal:focus {
    color: #000;
    text-decoration: none;
}
.modal-order-status .btn-close-modal {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.modal-order-status .btn-close-modal:hover {
    background-color: #0056b3;
}

/* Animations */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Order status color classes */
.order-status-pending { color: #ffc107; }
.order-status-processing { color: #17a2b8; }
.order-status-completed { color: #28a745; }
.order-status-cancelled { color: #dc3545; }

/* ======================================================
   WAPINFO CUSTOM POLICY (PRODUCT INFO BLOCKS)
   ====================================================== */
.wapinfo-custom-policy-wrap {
    font-size: 14px;
}
.wapinfo-custom-policy-icon span:before {
    font-size: 35px;
    line-height: 35px;
}
.wapinfo-custom-policy-content-container {
    background: #ffffff;
}
.wapinfo-custom-policy-icon > span {
    color: #85cbc9;
}
.wapinfo-custom-policy-column {
    display: grid;
    grid-template-columns: 5% 95%;
    gap: 10px;
    margin: 10px 0px;
    align-items: center;
}
.product-template-default.single .wapinfo-custom-policy-icon span i.fa {
    font-size: 30px;
}

/* ======================================================
   SEARCH / SEARCH RESULTS STYLES
   ====================================================== */
.search.search-results #sidebar {
    display: none;
}
.search.search-results .page_content .site-main {
    width: 100%;
}
.search.search-results .post-thumb img {
    width: auto !important;
    max-width: 100%;
    height: 300px;
}
.post-thumb a {
    display: block;
    height: 300px;
    overflow: hidden;
    width: 300px;
}
.search-results .products.columns-3 {
    display: flex;
    list-style: auto;
    width: 100%;
    flex-wrap: wrap;
}
.search.search-results .product.type-product {
    display: flex;
    flex-direction: column;
}
.search.search-results .blog_lists {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.search .blog-post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.search .blog-post header,
.search .navigation.pagination {
    grid-column-start: 1;
    grid-column-end: 4;
}
.search.search-results .post-thumb {
    width: 100%;
    float: none;
    margin: 0;
    height: fit-content;
    max-height: inherit;
}
.search.search-results h4 a {
    text-decoration: none;
}

/* ======================================================
   PRODUCT CAROUSELS / PRODUCTOS CARRUSEL
   ====================================================== */
.productos-carrusel .producto-inner.card.border-0 {
    border-radius: 0;
    box-shadow: none;
}
.productos-carrusel .producto-inner.card.border-0 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: transparent;
    color: #3d3d3d !important;
    border: 1px solid #3d3d3d;
    padding: 10PX 15PX;
    border-radius: 8px;
    border-radius: 0px;
}
.productos-carrusel .producto-inner.card.border-0 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #5ec0c3;
    color: #fff !important;
    border-color: #5ec0c3;
    text-decoration: none;
    display: block;
}
.productos-carrusel.slider button {
    padding: 0;
    border: none;
    font-size: 0px;
}
.productos-carrusel.slider button:hover {
    background: transparent;
}
.productos-carrusel.slider button::before,
.productos-carrusel.slider button::after {
    color: gray;
}

/* ======================================================
   AGE VERIFICATION MODAL
   ====================================================== */
#age-verification-modal h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
#age-verification-modal #btn-age-yes {
    background: #5ec0c3 !important;
    border-radius: 0px !important;
}
#age-verification-modal #btn-age-no {
    border-radius: 0px !important;
}

#age-verification-modal div {
    border-radius: 0px !important;
    font-family: 'Roboto', sans-serif;
}

/* ======================================================
   BREADCRUMBS / STOCK / HEADER RESULTS
   ====================================================== */
.wc-cat-breadcrumbs a {
    font-size: .9rem;
    font-weight: 300;
}
p.stock.ciudad-stock.in-stock {
    font-size: 0.8rem;
    color: gray;
    margin-bottom: 0px !important;
}

/* Result count visibility toggles */
.woocommerce-header .woocommerce-result-count {
    display: block !important;
    margin-bottom: 0px !important;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce-header .woo-result-count .woocommerce-ordering {
    display: block;
}
.woocommerce .woocommerce-ordering {
    display: none;
}
.woocommerce-header .woocommerce-ordering {
    display: block;
}

/* ======================================================
   SINGLE POST (ZAAN STYLE) - WP SINGULAR ADAPTATIONS
   ====================================================== */
.wp-singular.post-template-default.single.single-post .single-post-container {
    max-width: 1200px;
}
.wp-singular.post-template-default.single.single-post .single-post-container #sidebar {
    width: 100%;
}
.wp-singular.post-template-default.single.single-post .featured-image img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.wp-singular.post-template-default.single.single-post .post-title {
    font-weight: 600;
    line-height: 1.25;
    font-size: 2.3rem;
}
.wp-singular.post-template-default.single.single-post .post-meta {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}
.wp-singular.post-template-default.single.single-post .post-content p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}
.wp-singular.post-template-default.single.single-post .post-content h2,
.wp-singular.post-template-default.single.single-post .post-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.wp-singular.post-template-default.single.single-post .author-box {
    background: #f9f9f9;
    border-left: 4px solid #e0e0e0;
}
.wp-singular.post-template-default.single.single-post .author-avatar img {
    width: 80px;
    height: 80px;
}
.wp-singular.post-template-default.single.single-post .post-navigation {
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-weight: 500;
}

/* Share buttons */
.share-buttons {
    position: sticky;
    top: 140px;
}
.wp-singular.post-template-default.single.single-post .share-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-singular.post-template-default.single.single-post .share-buttons li {
    margin-bottom: 10px;
}
.wp-singular.post-template-default.single.single-post .share-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
}
.wp-singular.post-template-default.single.single-post .share-buttons a:hover {
    background: #000;
    color: #fff;
}
.wp-singular.post-template-default.single.single-post .share-block {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
.wp-singular.post-template-default.single.single-post .btn-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.btn-fb { background: #3b5998; }
.btn-tw { background: #55acee; }
.btn-ln { background: #0077b5; }
.btn-wa { background: #25D366; }
.btn-share:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* ======================================================
   BLOG LAYOUT (elementor-kit specific) - LISTING / CARDS
   ====================================================== */
.blog.elementor-default.elementor-kit-180 #page .container .page_content,
.archive .container .page_content {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 0 15px;
    flex-direction: row;
}
.blog.elementor-default.elementor-kit-180 #page .page_content {
    flex: 3;
}
.blog.elementor-default.elementor-kit-180 #page .blogpost-wrap-wsb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 40px;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists article:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists .post-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
    max-height: inherit;
    width: 100% !important;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists .post-thumb img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-bottom: 1px solid #eee;
    height: 257px;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists article:hover .post-thumb img {
    transform: scale(1.07);
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .post-date {
    position: absolute;
    top: 41px;
    left: 15px;
    background: #222;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 999;
    display: block;
    opacity: 1;
}
.blog.elementor-default.elementor-kit-180 #page .entry-header {
    padding: 25px 25px 15px;
    flex-grow: 1;
}
.blog.elementor-default.elementor-kit-180 #page .entry-header h4 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 11px;
    color: #7c7c7c;
    font-weight: 600;
}
.blog.elementor-default.elementor-kit-180 #page .entry-header h4 a {
    color: #505050;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1;
    font-weight: 600;
}
.blog.elementor-default.elementor-kit-180 #page .entry-header h4 a:hover {
    color: #c0392b;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
    background: transparent;
    padding: 0;
    text-transform: none;
    font-size: inherit;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta a:hover {
    color: #c0392b;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta i {
    font-size: 0.8rem;
    color: #bbb;
}
.blog.elementor-default.elementor-kit-180 #page .entry-summary {
    padding: 11px;
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}
.blog.elementor-default.elementor-kit-180 #page .entry-summary .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #c0392b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog.elementor-default.elementor-kit-180 #page .entry-summary .read-more:hover {
    color: #000;
    text-decoration: underline;
}
.blog.elementor-default.elementor-kit-180 #page #sidebar,
.blog.elementor-default.elementor-kit-180 #page .sidebar {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 100px;
    padding: 35px;
}
.blog.elementor-default.elementor-kit-180 #page .sidebar h3 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    color: #111;
    letter-spacing: 1px;
}
.blog.elementor-default.elementor-kit-180 #page .sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.blog.elementor-default.elementor-kit-180 #page .sidebar ul li {
    margin-bottom: 12px;
}
.blog.elementor-default.elementor-kit-180 #page .sidebar ul li a {
    color: #555;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}
.blog.elementor-default.elementor-kit-180 #page .sidebar ul li a:hover {
    color: #c0392b;
    padding-left: 6px;
}
.blog.elementor-default.elementor-kit-180 #page .navigation.pagination {
    text-align: center;
    margin: 60px 0 20px;
}
.blog.elementor-default.elementor-kit-180 #page .navigation.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f1f1f1;
    color: #444;
    font-weight: 600;
    transition: all 0.3s ease;
}
.blog.elementor-default.elementor-kit-180 #page .navigation.pagination .page-numbers.current,
.blog.elementor-default.elementor-kit-180 #page .navigation.pagination .page-numbers:hover {
    background: #c0392b;
    color: #fff;
}

/* Postmeta general block (clean meta links) */
.blog.elementor-default.elementor-kit-180 #page .postmeta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .icon {
    width: 16px;
    height: 16px;
    fill: #e63946;
    margin-right: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .meta-link {
    color: #fff;
    background: #1B1C19;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, background 0.3s ease;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .meta-link:hover {
    color: #e63946;
    background: transparent;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .post-date,
.blog.elementor-default.elementor-kit-180 #page .postmeta .post-comment,
.blog.elementor-default.elementor-kit-180 #page .postmeta .post-categories {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    font-size: 0.85rem;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta time {
    font-weight: 400;
    color: #555;
}

/* Responsive tweaks for blog */
@media (max-width: 992px) {
    .blog.elementor-default.elementor-kit-180 #page .container .page_content,
    .blog.elementor-default.elementor-kit-180 #page .archive .container .page_content {
        flex-direction: column;
    }
    .blog.elementor-default.elementor-kit-180 #page #sidebar,
    .blog.elementor-default.elementor-kit-180 #page .sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    .blog.elementor-default.elementor-kit-180 #page .blogpost-wrap-wsb {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 576px) {
    .blog.elementor-default.elementor-kit-180 #page .entry-header h4 {
        font-size: 1.1rem;
    }
    .blog.elementor-default.elementor-kit-180 #page .entry-summary {
        font-size: 0.9rem;
    }
	
	.woofc-count.woofc-count-top-right {
    top: 17%;
    right: 43px;
    bottom: auto;
    left: auto;
}
}

/* Extra adjustments for blog layout */
.blog.elementor-default.elementor-kit-180 #page .blog_lists .post-thumb a {
    width: 100%;
    height: auto;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists .entry-header {
    padding: 10px;
    max-height: 179px;
    overflow: hidden;
}
.blog.elementor-default.elementor-kit-180 #page #sidebar {
    padding: 0;
}
.blog.elementor-default.elementor-kit-180 #page .entry-summary p {
    margin-bottom: 11px;
}
.blog.elementor-default.elementor-kit-180 #page .blog_lists {
    position: relative;
}
.blog.elementor-default.elementor-kit-180 #page .postmeta .post-categories {
    width: 100%;
}
.blog.elementor-default.elementor-kit-180 #page .post-comment {
    display: none;
}

/* Accessibility: disable hover effects on touch-only devices */
@media (hover: none) {
    .blog.elementor-default.elementor-kit-180 #page .blog_lists article:hover {
        transform: none;
    }
}

/* ======================================================
   MISC / SMALL ELEMENTOR / MODAL / UI FIXES
   ====================================================== */
.elementor-element.elementor-element-0ceacf8.e-con-full.e-flex.e-con.e-child {}
.elementor-element-0ceacf8 a.btn.btn-outline-primary {
    padding: 0;
    border: none;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1;
}
.elementor-element-0ceacf8 a.btn.btn-outline-primary:hover {
    background: no-repeat;
    text-decoration: none;
}
.elementor-element.elementor-element-0a89f50 a.btn.btn-primary {
    padding: 0;
    background: transparent;
    font-size: 12px;
    color: #7A7A7A;
    border: none;
    line-height: 1;
}

/* Modal core adjustments */
.modal-content.shadow-lg.border-0 {
    border: 0;
    border-radius: 0px;
}

/* Loginpress modal */
#loginpressModal .modal-header.bg-primary.text-white {
    background-color: #74bfcc !important;
    color: #fff;
    border-radius: 0;
    padding: 6px 15px;
}
#loginpressModal #loginpressModalLabel {
    color: #fff;
}
#loginpressModal .modal-body.p-4 {
    padding: 15px 0px 0px 0px !important;
}
#loginpressModal .modal-body.p-4 .tab-content {
    padding: 24px;
}
#loginpressModal button[type="submit"] {
    color: #fff;
    background-color: #83cfcc;
    border-color: transparent;
    border-radius: 0px !important;
    text-transform: uppercase;
}

/* NVHome experiencias block */
#NVHome_Experiencias h2.elementor-heading-title.elementor-size-default {
    position: relative;
}
#NVHome_Experiencias .elementor-element-6be8ce2 h2.elementor-heading-title.elementor-size-default::after {
    content: '';
    right: 0;
    height: 3px;
    width: 38%;
    position: absolute;
    background: gray;
    top: 50%;
}
#NVHome_Experiencias .elementor-element-6be8ce2 h2.elementor-heading-title.elementor-size-default::before {
    content: '';
    left: 0;
    height: 3px;
    width: 38%;
    position: absolute;
    background: gray;
    top: 50%;
}

/* NVHome card tweaks */
#NVHome_Experiencias .card.h-100.shadow-sm {
    box-shadow: none !important;
    border: none;
}
#NVHome_Experiencias .card-body h5.card-title {
    font-size: 17px;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
#NVHome_Experiencias .card-body .card-text {
    padding-bottom: 15px;
    text-align: center;
}
#NVHome_Experiencias .card-body .btn.btn-primary {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: transparent;
    color: #565555;
    border: 1px solid #656565;
}
#NVHome_Experiencias .card-body .btn.btn-primary:hover {
    text-decoration: none;
    background: #5ec0c3;
    border: 1px solid #5ec0c3;
    color: #fff;
}

/* Subaccounts card */
.card-subaccount {
    margin: 0rem auto;
    max-width: 450px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #0000009c;
    color: #fff;
    min-height: 200px;
    min-width: 400px;
}
.card-subaccount .card-body {
    padding: 10px 40px 10px 10px;
    position: relative;
}
.card-subaccount .btn { margin-left: 0.5rem; }
.card-subaccount input.form-control { border-radius: 6px; }
.subaccount-list .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subaccount-list .btn {
    font-size: 0.85rem;
    padding: 20px;
}
.alert { margin-top: 1rem; }
.card.card-subaccount .card-title {
    font-size: 18px;
    position: absolute;
    transform: rotate(90deg);
    right: -30px;
    top: 82px;
    display: block;
    z-index: 999;
    height: fit-content;
    color: #b6fcff;
}
.card.card-subaccount .list-group li {
    background: #0000008f;
    border: none;
    color: #fff;
}

/* Floating subCuentas panel */
.subCuentas {
    left: -350px !important;
    top: 8% !important;
    pointer-events: auto;
    transition: .5s all ease-in-out;
    cursor: pointer;
    transition: all ease-in .5s;
    overflow: hidden;
    position: fixed !important;
}
.subCuentas:hover {
    transform: inherit;
    left: 0% !important;
    animation: subtleFloat;
    height: inherit;
}

/* ======================================================
   MISC WOOF C / WOOFC / WOOF RELATED STYLES
   ====================================================== */
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span {
    color: #000;
    border-color: #000;
}
.woofc-data-left { color: #000; }
span.woocommerce-Price-amount.amount { color: #000 !important; }
.woofc-data-right span { color: #000; }
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    background: #5dbeb5;
    border-color: #5dbeb5;
    color: #fff;
}
.woofc-continue span {
    color: #000 !important;
    border-color: #000 !important;
}
.woofc-count span { background-color: #85cbc9; }

/* Page specific elementor button fix */
.page-id-4010 .entry-content .elementor-button-wrapper a.elementor-button.elementor-button-link {
    color: #fff !important; text-decoration: none;
}

/* ======================================================
   SLIDE IMAGE / SLIDE-IMG
   ====================================================== */
.slide-img {
    display: flex;
    align-items: center;
    background: #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.slide-img img {
    height: 100% !important;
    width: auto;
    position: relative;
}
.slide-img .slide-btn {
    background: #00c1c4 !important;
    opacity: 1;
    padding: 10px 30px !important;
    box-shadow: none;
    border: 0px solid rgba(0, 0, 0, 1);
    border-radius: 99px !important;
}
.slide-img .fondo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: auto;
    width: 100%;
    mix-blend-mode: multiply;
}
.slide-img:hover .fondo { opacity: 1; }
.slide-img div { position: relative; }
.slide-img:hover h4.slide-titulo { color: #fff; }

/* ======================================================
   AGE / VERIFICATION / OPENMODAL BUTTONS (small-screen)
   ====================================================== */
@media (max-width: 480px) {
    .form-contacto-redes p {
        display: grid !important;
        grid-template-columns: 100%;
        gap: 10px;
    }
    .elementor-element-c358237 .btn.btn-primary {
        padding: 0px;
        background: transparent;
        border: none;
        color: gray;
        font-size: 13px;
        line-height: 1;
    }
    .notbar-item.slick-slide p {
        font-size: 0.7rem;
    }
    .wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:first-of-type {
        width: 6px !important;
    }
    .wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
        font-size: 12px;
        line-height: 1;
        text-align: center;
    }
    body.page-id-16 .woocommerce-MyAccount-navigation { display: none; }
    .elementor-element.elementor-element-5b1c2c2.elementor-widget.elementor-widget-shortcode .elementor-shortcode a { color: #fff; }
    .tax-product_cat.woocommerce header:not(#masthead) { padding: 20px 0px; }
    .elementor-element.elementor-element-e769639 bdi {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
    }
    .elementor-element-6fd86c3 a { font-size: 12px; }
    #openModal {
        border: none;
        background: transparent;
        width: fit-content;
        position: absolute;
        top: 3%;
        z-index: 9999;
    }
    #openModal svg, #openModal i {
        font-size: 20px;
        color: #000;
        fill: #000;
    }
    .woocommerce-row {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 30px;
        position: relative;
    }
    #woocommerce_sidebar {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 94%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 60px;
        z-index: 9999;
        padding: 25px;
    }
    .modal-content {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        max-width: 500px;
    }
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .slide-body {
        padding: 10px;
        flex-direction: column;
    }
    .slide-categoria { height: 190px !important; }
    .slide-categoria .slide-botella { height: 75px !important; }
    .slide-categoria .n2-ow { padding: 4px 20px !important; }
    a.btn.btn-outline-primary[data-bs-target="#loginpressModal"] {
        border: none;
        padding: 0px;
        color: #4a4a4a;
    }
    .woocommerce-header.d-flex.flex-wrap.justify-content-between.align-items-center.mb-4.gap-3 {
        flex-direction: row;
    }
    .woo-sorting.d-flex.flex-wrap.align-items-center.gap-3 {
        width: 80%;
        padding-right: 16%;
        display: flex;
    }
    .woo-sorting.d-flex.flex-wrap.align-items-center.gap-3 .woocommerce-result-count {
        display: none !important;
    }
    .woo-sorting.d-flex.flex-wrap.align-items-center.gap-3 .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce-row #openModal {
        top: 47px;
        right: 0px;
    }
}

/* Hide certain modal controls on larger screens */
@media (min-width: 768px) {
    .modal-content .close { display: none; }
    #openModal { display: none; }
}

/* ======================================================
   SMALL CLEANUP / ENSURE NO DUPLICATE / FALLBACK RULES
   ====================================================== */
/* Nothing to change here — all original rules preserved and grouped. */



.nv-h h3 {
    color: #838383;
    font-weight: 400;
    font-size: 16px;
}

#nv-minicart-panel .nv-items li {
    display: grid;
    grid-template-columns: 20% 70% 10%;
    gap: 0;
}


button.nv-del {
    padding: 0px;
    border: none;
}

.nv-qty .nv-qty-btn {
    padding: 10px;
    background: #fff;
    border: none;
    box-shadow: 0PX 0PX 3PX 0PX #0000006b;
}

.nv-info h4 {
    font-size: 14px;
    font-weight: 300;
}

a.nv-btn1 {}

a.nv-btn1 {
    background: #71beb1;
    border-radius: 0px;
}

button.nv-btn2.nv-cont {
    border-radius: 0px;
}

.nv-h button {
    padding: 5px;
    border-radius: 0px;
    box-shadow: 0px 0px 2px 0px #00000033;
    border: none;
}