{"id":6068,"date":"2026-05-27T15:57:38","date_gmt":"2026-05-27T13:57:38","guid":{"rendered":"https:\/\/bodegasrodero.com\/?page_id=6068"},"modified":"2026-09-07T10:32:54","modified_gmt":"2026-09-07T08:32:54","slug":"carrito","status":"publish","type":"page","link":"https:\/\/bodegasrodero.com\/en\/carrito\/","title":{"rendered":"carrito"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6068\" class=\"elementor elementor-6068\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d89ca81 e-flex e-con-boxed e-con e-parent\" data-id=\"d89ca81\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff9e5ad elementor-widget elementor-widget-html\" data-id=\"ff9e5ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<header class=\"rodero-fullwidth-hero\">\r\n    <div class=\"rodero-vinedo-container\">\r\n        <h1 class=\"rodero-hero-title\">Carrito <em><\/em><\/h1>\r\n        <div class=\"rodero-gold-line\"><\/div>\r\n    <\/div>\r\n<\/header>\r\n\r\n<style>\r\n\/* ==========================================================================\r\n   ESTILOS EXCLUSIVOS DEL HERO (CORREGIDOS)\r\n   ========================================================================== *\/\r\n.rodero-fullwidth-hero {\r\n    width: 100vw !important;\r\n    margin-left: calc(-50vw + 50%) !important;\r\n    margin-right: calc(-50vw + 50%) !important;\r\n    background-color: #151515 !important;\r\n    height: 250px !important;\r\n    display: flex !important;\r\n    align-items: center !important;\r\n    justify-content: center !important;\r\n    padding-top: 40px !important;\r\n    box-sizing: border-box !important;\r\n}\r\n\r\n.rodero-hero-title {\r\n    font-family: 'Times New Roman', Times, Georgia, serif !important;\r\n    font-size: 38px !important;\r\n    font-weight: 400 !important;\r\n    color: #ffffff !important;\r\n    margin: 0 0 15px 0 !important;\r\n    letter-spacing: 1px !important;\r\n    text-transform: none !important;\r\n    font-style: italic !important;\r\n    text-align: center !important;\r\n}\r\n\r\n\/* Selector a\u00f1adido correctamente *\/\r\n.rodero-hero-title em { \r\n    font-style: italic !important; \r\n}\r\n\r\n.rodero-gold-line {\r\n    width: 60px !important;\r\n    height: 1px !important;\r\n    background-color: #c5a880 !important;\r\n    margin: 0 auto !important;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .rodero-fullwidth-hero { \r\n        height: 180px !important; \r\n        padding-top: 30px !important; \r\n    }\r\n    .rodero-hero-title { \r\n        font-size: 28px !important; \r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-212560d e-flex e-con-boxed e-con e-parent\" data-id=\"212560d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a77e0e elementor-widget elementor-widget-html\" data-id=\"8a77e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"rodero-fullwidth-cart-section\">\r\n    <div class=\"rodero-account-wrapper-limit\">\r\n        <div class=\"rodero-cart-box rodero-animate-fade-up\">\r\n            \r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \r\n    \/\/ Funci\u00f3n para botones de cantidad\r\n    function refreshRoderoQty() {\r\n        document.querySelectorAll('.quantity:not(.rodero-ready)').forEach(q => {\r\n            q.classList.add('rodero-ready');\r\n            const input = q.querySelector('input.qty');\r\n            if(!input) return;\r\n            \r\n            const minus = document.createElement('span');\r\n            minus.innerHTML = '\u2212';\r\n            minus.className = 'rodero-plusminus';\r\n            minus.onclick = (e) => {\r\n                e.preventDefault();\r\n                if(input.value > 1) { \r\n                    input.value--; \r\n                    input.dispatchEvent(new Event('change', {bubbles:true})); \r\n                    const updateBtn = document.querySelector('button[name=\"update_cart\"]');\r\n                    if(updateBtn) { updateBtn.disabled = false; updateBtn.click(); }\r\n                }\r\n            };\r\n            \r\n            const plus = document.createElement('span');\r\n            plus.innerHTML = '+';\r\n            plus.className = 'rodero-plusminus';\r\n            plus.onclick = (e) => {\r\n                e.preventDefault();\r\n                input.value++; \r\n                input.dispatchEvent(new Event('change', {bubbles:true})); \r\n                const updateBtn = document.querySelector('button[name=\"update_cart\"]');\r\n                if(updateBtn) { updateBtn.disabled = false; updateBtn.click(); }\r\n            };\r\n            \r\n            q.prepend(minus);\r\n            q.append(plus);\r\n        });\r\n    }\r\n\r\n    \/\/ Funci\u00f3n para convertir el cup\u00f3n en desplegable\r\n    function initRoderoCoupon() {\r\n        const couponDiv = document.querySelector('.woocommerce-cart .coupon');\r\n        if (couponDiv && !couponDiv.querySelector('.rodero-coupon-toggle')) {\r\n            const input = couponDiv.querySelector('input.input-text');\r\n            const btn = couponDiv.querySelector('button.button');\r\n            const label = couponDiv.querySelector('label');\r\n\r\n            if (label) label.style.display = 'none';\r\n\r\n            if (input && btn) {\r\n                const toggleLink = document.createElement('a');\r\n                toggleLink.className = 'rodero-coupon-toggle';\r\n                toggleLink.href = '#';\r\n                toggleLink.innerHTML = '\u00bfTienes un c\u00f3digo promocional?';\r\n\r\n                const formWrapper = document.createElement('div');\r\n                formWrapper.className = 'rodero-coupon-form-wrapper';\r\n\r\n                formWrapper.appendChild(input);\r\n                formWrapper.appendChild(btn);\r\n\r\n                couponDiv.insertBefore(toggleLink, couponDiv.firstChild);\r\n                couponDiv.appendChild(formWrapper);\r\n\r\n                toggleLink.addEventListener('click', function(e) {\r\n                    e.preventDefault();\r\n                    formWrapper.classList.toggle('active');\r\n                });\r\n            }\r\n        }\r\n    }\r\n\r\n    refreshRoderoQty();\r\n    initRoderoCoupon();\r\n\r\n    if(typeof jQuery !== 'undefined') {\r\n        jQuery(document.body).on('updated_cart_totals', function() {\r\n            refreshRoderoQty();\r\n            initRoderoCoupon();\r\n        });\r\n    }\r\n});\r\n<\/script>\r\n\r\n<style>\r\n\/* ==========================================================================\r\n   1. RESET Y ESTRUCTURA EXTERIOR\r\n   ========================================================================== *\/\r\n.rodero-fullwidth-cart-section {\r\n    width: 100vw !important;\r\n    position: relative !important;\r\n    left: 50% !important;\r\n    right: 50% !important;\r\n    margin-left: -50vw !important;\r\n    margin-right: -50vw !important;\r\n    box-sizing: border-box !important;\r\n    background-color: #eae7df !important;\r\n    padding: 80px 20px !important;\r\n}\r\n\r\n.rodero-fullwidth-cart-section *,\r\n.rodero-cart-box,\r\n.rodero-cart-box * {\r\n    font-family: 'Times New Roman', Times, Georgia, serif !important;\r\n}\r\n\r\n.rodero-account-wrapper-limit {\r\n    max-width: 1200px !important;\r\n    margin: 0 auto !important;\r\n}\r\n\r\n.rodero-cart-box {\r\n    background-color: #ffffff !important;\r\n    padding: 60px 5% !important;\r\n    border: none !important;\r\n    box-shadow: 0 15px 40px rgba(0,0,0,0.04) !important;\r\n}\r\n\r\n\/* ==========================================================================\r\n   2. ELIMINACI\u00d3N DE L\u00cdNEAS NATIVAS Y ALINEACI\u00d3N A LA IZQUIERDA\r\n   ========================================================================== *\/\r\n.woocommerce table.shop_table, \r\n.woocommerce table.shop_table th, \r\n.woocommerce table.shop_table td,\r\n.woocommerce table.shop_table tbody,\r\n.cart-collaterals table,\r\n.quantity {\r\n    background: transparent !important;\r\n    border: none !important;\r\n    outline: none !important;\r\n}\r\n\r\n.woocommerce table.shop_table { \r\n    width: 100% !important; \r\n    border-collapse: collapse !important; \r\n}\r\n\r\n.woocommerce table.shop_table tbody tr.cart_item {\r\n    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;\r\n}\r\n\r\n.woocommerce table.shop_table th { \r\n    text-align: left !important; \r\n    text-transform: uppercase !important; \r\n    font-size: 11px !important; \r\n    letter-spacing: 2px !important; \r\n    color: #888888 !important; \r\n    border-bottom: 1px solid #151515 !important; \r\n    padding: 0 0 15px 0 !important; \r\n    font-weight: 400 !important;\r\n}\r\n\r\n.woocommerce table.shop_table td { \r\n    padding: 35px 0 !important; \r\n    vertical-align: middle !important;\r\n    text-align: left !important; \r\n}\r\n\r\n.woocommerce table.shop_table th.product-remove, .woocommerce table.shop_table td.product-remove { width: 5% !important; }\r\n.woocommerce table.shop_table th.product-thumbnail, .woocommerce table.shop_table td.product-thumbnail { width: 15% !important; }\r\n.woocommerce table.shop_table th.product-name, .woocommerce table.shop_table td.product-name { width: 40% !important; padding-right: 20px !important; }\r\n.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price { width: 15% !important; }\r\n.woocommerce table.shop_table th.product-quantity, .woocommerce table.shop_table td.product-quantity { width: 15% !important; }\r\n.woocommerce table.shop_table th.product-subtotal, .woocommerce table.shop_table td.product-subtotal { width: 10% !important; }\r\n\r\n\/* ==========================================================================\r\n   3. IM\u00c1GENES\r\n   ========================================================================== *\/\r\n.woocommerce table.shop_table td.product-thumbnail a { display: block !important; }\r\n.woocommerce table.shop_table .product-thumbnail img { \r\n    width: 100% !important; \r\n    max-width: 80px !important; \r\n    height: auto !important; \r\n    object-fit: contain !important; \r\n    display: block !important; \r\n    box-shadow: none !important;\r\n}\r\n\r\n\/* ==========================================================================\r\n   4. TIPOGRAF\u00cdA LIMPIA\r\n   ========================================================================== *\/\r\n.woocommerce-cart .product-name a { \r\n    font-size: 24px !important; \r\n    color: #151515 !important; \r\n    text-decoration: none !important; \r\n    display: block !important; \r\n    font-weight: 400 !important;\r\n    line-height: 1.2 !important;\r\n    transition: color 0.3s ease !important; \r\n}\r\n.woocommerce-cart .product-name a:hover { color: #c5a880 !important; }\r\n\r\n.woocommerce-cart .product-name .variation,\r\n.woocommerce-cart .product-name dl.variation { display: none !important; }\r\n\r\n.product-price .amount { font-size: 16px !important; color: #777777 !important; font-weight: 400 !important; }\r\n.product-subtotal .amount { font-size: 20px !important; color: #151515 !important; font-weight: 400 !important; font-style: italic !important; }\r\n\r\n\/* ==========================================================================\r\n   5. CONTROLES DE CANTIDAD Y ACCIONES\r\n   ========================================================================== *\/\r\n.quantity { \r\n    display: inline-flex !important; \r\n    align-items: center !important; \r\n    justify-content: flex-start !important; \r\n    padding: 0 !important;\r\n    margin: 0 !important;\r\n}\r\n\r\n.rodero-plusminus { \r\n    cursor: pointer !important; \r\n    font-size: 18px !important; \r\n    color: #151515 !important; \r\n    user-select: none !important;\r\n}\r\n.rodero-plusminus:hover { color: #c5a880 !important; }\r\n\r\n.quantity .qty { \r\n    width: 35px !important; \r\n    text-align: center !important; \r\n    background: transparent !important; \r\n    border: none !important; \r\n    box-shadow: none !important; \r\n    outline: none !important; \r\n    font-size: 18px !important; \r\n    color: #151515 !important; \r\n    padding: 0 5px !important;\r\n}\r\n.quantity .qty::-webkit-outer-spin-button, \r\n.quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }\r\n.quantity .qty[type=number] { -moz-appearance: textfield; }\r\n\r\n.woocommerce-cart table.cart a.remove { \r\n    color: #a0a0a0 !important; \r\n    font-size: 24px !important; \r\n    font-weight: 300 !important; \r\n    text-decoration: none !important;\r\n}\r\n.woocommerce-cart table.cart a.remove:hover { color: #c5a880 !important; background: transparent !important; }\r\n\r\nbutton[name=\"update_cart\"] { display: none !important; }\r\n\r\n\/* ==========================================================================\r\n   6. SECCI\u00d3N TOTALES\r\n   ========================================================================== *\/\r\n.cart-collaterals { \r\n    margin-top: 50px !important; \r\n    display: flex !important;\r\n    justify-content: flex-end !important;\r\n}\r\n.cart-collaterals .cart_totals { width: 100% !important; max-width: 450px !important; }\r\n\r\n.cart-collaterals h2 { display: none !important; }\r\n\r\n.woocommerce-cart .cart_totals tr.cart-subtotal,\r\n.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,\r\n.woocommerce-shipping-calculator,\r\n.woocommerce-shipping-destination { display: none !important; }\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr,\r\n.woocommerce-cart .cart_totals table.shop_table td,\r\n.woocommerce-cart .cart_totals table.shop_table th {\r\n    border-bottom: none !important;\r\n    padding: 15px 0 !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total {\r\n    display: flex !important;\r\n    justify-content: space-between !important;\r\n    align-items: center !important;\r\n    padding: 20px 0 !important;\r\n    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total th,\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total td {\r\n    display: block !important;\r\n    width: auto !important;\r\n    padding: 0 !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total th {\r\n    font-size: 0 !important;\r\n    text-align: left !important;\r\n    text-transform: none !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total th::before {\r\n    content: \"Total del pedido\" !important;\r\n    font-size: 24px !important; \r\n    font-style: normal !important; \r\n    font-weight: 600 !important;\r\n    color: #151515 !important; \r\n    text-transform: none !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total td {\r\n    text-align: right !important;\r\n    font-size: 24px !important;\r\n}\r\n\r\n.woocommerce-cart .cart_totals table.shop_table tr.order-total td strong {\r\n    font-weight: 600 !important;\r\n    font-style: normal !important;\r\n    color: #151515 !important;\r\n}\r\n\r\n\/* ==========================================================================\r\n   7. BOT\u00d3N FINAL (FINALIZAR COMPRA)\r\n   ========================================================================== *\/\r\n.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,\r\n.woocommerce .cart-collaterals .checkout-button,\r\n.woocommerce button.button.alt, \r\n.woocommerce a.button.alt,\r\n.woocommerce-cart .checkout-button.button.alt.wc-forward { \r\n    background-color: #151515 !important; \r\n    color: #ffffff !important; \r\n    font-size: 16px !important;\r\n    font-weight: 400 !important;\r\n    text-transform: none !important;\r\n    padding: 18px 0 !important; \r\n    display: block !important; \r\n    width: 100% !important; \r\n    text-align: center !important; \r\n    text-decoration: none !important; \r\n    border-radius: 0px !important; \r\n    transition: all 0.4s ease !important;\r\n    margin-top: 25px !important;\r\n}\r\n.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,\r\n.woocommerce button.button.alt:hover, \r\n.woocommerce a.button.alt:hover { background-color: #c5a880 !important; }\r\n\r\n\/* ==========================================================================\r\n   8. ESTILIZACI\u00d3N DE CARRITO VAC\u00cdO\r\n   ========================================================================== *\/\r\n.woocommerce .woocommerce-info,\r\n.woocommerce-page .woocommerce-info,\r\n.cart-empty.woocommerce-info {\r\n    background: transparent !important;\r\n    border: none !important;\r\n    box-shadow: none !important;\r\n    padding: 20px 0 !important;\r\n    margin: 0 0 20px 0 !important;\r\n    color: #151515 !important;\r\n    font-size: 26px !important;\r\n    font-style: italic !important;\r\n    text-align: center !important;\r\n    line-height: 1.4 !important;\r\n}\r\n\r\n.woocommerce .woocommerce-info::before,\r\n.woocommerce-page .woocommerce-info::before { display: none !important; }\r\n\r\np.cart-empty, .wc-empty-cart-message {\r\n    text-align: center !important;\r\n    font-size: 28px !important;\r\n    color: #151515 !important;\r\n    font-style: italic !important;\r\n    font-weight: 400 !important;\r\n    margin: 20px 0 35px 0 !important;\r\n}\r\n\r\n.woocommerce .return-to-shop {\r\n    text-align: center !important;\r\n    margin-top: 30px !important;\r\n}\r\n\r\n.woocommerce .return-to-shop a.button,\r\n.woocommerce .return-to-shop a.button.wc-backward {\r\n    background-color: #151515 !important;\r\n    color: #ffffff !important;\r\n    font-size: 14px !important;\r\n    letter-spacing: 2px !important;\r\n    text-transform: uppercase !important;\r\n    padding: 16px 40px !important;\r\n    display: inline-block !important;\r\n    text-decoration: none !important;\r\n    border-radius: 0px !important;\r\n    transition: all 0.4s ease !important;\r\n    box-shadow: none !important;\r\n    border: none !important;\r\n}\r\n.woocommerce .return-to-shop a.button:hover,\r\n.woocommerce .return-to-shop a.button.wc-backward:hover { background-color: #c5a880 !important; color: #ffffff !important; }\r\n\r\n\/* ==========================================================================\r\n   9. CUP\u00d3N DESPLEGABLE (NUEVO DISE\u00d1O DISCRETO)\r\n   ========================================================================== *\/\r\n.woocommerce-checkout .woocommerce-form-coupon-toggle,\r\n.woocommerce-checkout .woocommerce-form-coupon { display: none !important; }\r\n\r\n.woocommerce-cart .coupon {\r\n    display: flex !important;\r\n    flex-direction: column !important;\r\n    align-items: flex-start !important;\r\n    margin: 20px 0 10px 0 !important;\r\n    padding-top: 20px !important;\r\n    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;\r\n}\r\n\r\n\/* Enlace para desplegar *\/\r\n.rodero-coupon-toggle {\r\n    font-size: 15px !important;\r\n    color: #777777 !important;\r\n    font-style: italic !important;\r\n    text-decoration: none !important;\r\n    transition: color 0.3s ease !important;\r\n    display: inline-block !important;\r\n}\r\n.rodero-coupon-toggle:hover { color: #151515 !important; }\r\n\r\n\/* Wrapper oculto por defecto *\/\r\n.rodero-coupon-form-wrapper {\r\n    display: none !important;\r\n    width: 100% !important;\r\n    gap: 15px !important;\r\n    margin-top: 15px !important;\r\n    align-items: center !important;\r\n    animation: roderoFadeIn 0.3s ease !important;\r\n}\r\n.rodero-coupon-form-wrapper.active {\r\n    display: flex !important;\r\n}\r\n\r\n@keyframes roderoFadeIn {\r\n    from { opacity: 0; transform: translateY(-5px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n.rodero-coupon-form-wrapper input.input-text {\r\n    border: 1px solid #e0e0e0 !important;\r\n    padding: 14px 15px !important;\r\n    font-family: 'Times New Roman', Times, Georgia, serif !important;\r\n    color: #151515 !important;\r\n    border-radius: 0 !important;\r\n    background-color: transparent !important;\r\n    min-width: 220px !important;\r\n    font-size: 15px !important;\r\n}\r\n.rodero-coupon-form-wrapper input.input-text:focus {\r\n    border-color: #151515 !important;\r\n    outline: none !important;\r\n}\r\n\r\n.rodero-coupon-form-wrapper button.button {\r\n    background-color: #151515 !important;\r\n    color: #ffffff !important;\r\n    border: none !important;\r\n    padding: 15px 30px !important;\r\n    font-family: 'Times New Roman', Times, Georgia, serif !important;\r\n    font-size: 14px !important;\r\n    font-weight: 400 !important;\r\n    text-transform: none !important;\r\n    cursor: pointer !important;\r\n    border-radius: 0 !important;\r\n    transition: all 0.4s ease !important;\r\n}\r\n.rodero-coupon-form-wrapper button.button:hover { background-color: #c5a880 !important; }\r\n\r\n\r\n\/* ==========================================================================\r\n   10. M\u00d3VIL ALINEADO\r\n   ========================================================================== *\/\r\n@media (max-width: 900px) {\r\n    .rodero-cart-box { padding: 40px 20px !important; }\r\n    \r\n    .woocommerce table.shop_table th { display: none !important; }\r\n    \r\n    .woocommerce-cart .cart_totals table.shop_table tr.order-total th { display: block !important; }\r\n    \r\n    .woocommerce-cart .cart_totals table.shop_table tr.order-total {\r\n        display: flex !important;\r\n        flex-direction: row !important;\r\n        justify-content: space-between !important;\r\n        align-items: center !important;\r\n    }\r\n    .woocommerce-cart .cart_totals table.shop_table tr.order-total th::before { font-size: 18px !important; }\r\n    .woocommerce-cart .cart_totals table.shop_table tr.order-total td { font-size: 18px !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td::before { display: none !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tbody tr.cart_item {\r\n        display: flex !important;\r\n        flex-wrap: wrap !important;\r\n        align-items: center !important;\r\n        position: relative !important;\r\n        padding: 40px 0 20px 0 !important;\r\n        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;\r\n        min-height: auto !important;\r\n    }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-thumbnail { display: block !important; width: 25% !important; padding: 0 !important; margin: 0 !important; }\r\n    .woocommerce table.shop_table_responsive tr td.product-thumbnail img { max-width: 100% !important; max-height: 100px !important; margin: 0 !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-name { display: block !important; width: 50% !important; padding: 0 10px !important; margin: 0 !important; text-align: left !important; border: none !important; }\r\n    .woocommerce-cart .product-name a { font-size: 16px !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-price { display: block !important; width: 25% !important; margin: 0 !important; text-align: right !important; padding: 0 !important; border: none !important; }\r\n    .woocommerce table.shop_table_responsive tr td.product-price .amount { font-size: 14px !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-quantity { display: block !important; width: 50% !important; margin-top: 15px !important; text-align: left !important; padding: 0 !important; border: none !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-subtotal { display: block !important; width: 50% !important; margin-top: 15px !important; text-align: right !important; padding: 0 !important; border: none !important; }\r\n    .woocommerce table.shop_table_responsive tr td.product-subtotal .amount { font-size: 18px !important; }\r\n    \r\n    .woocommerce table.shop_table_responsive tr td.product-remove { display: block !important; position: absolute !important; top: 10px !important; right: 0 !important; width: auto !important; padding: 0 !important; border: none !important; z-index: 2; }\r\n    \r\n    .cart-collaterals .cart_totals { max-width: 100% !important; }\r\n\r\n    \/* Adaptaci\u00f3n del cup\u00f3n para m\u00f3vil *\/\r\n    .rodero-coupon-form-wrapper.active {\r\n        flex-direction: column !important;\r\n        align-items: stretch !important;\r\n        gap: 10px !important;\r\n    }\r\n    \r\n    .rodero-coupon-form-wrapper input.input-text,\r\n    .rodero-coupon-form-wrapper button.button {\r\n        width: 100% !important;\r\n        min-width: 100% !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb366db elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"cb366db\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11cde80\" data-id=\"11cde80\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa551d8 elementor-widget elementor-widget-html\" data-id=\"aa551d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- MARCADOR SEM\u00c1NTICO DE GOOGLE (JSON-LD FAQ SCHEMA) -->\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfSe puede modificar un pedido?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"S\u00ed, siempre que la agencia de transportes no haya retirado la mercanc\u00eda de nuestras instalaciones. Para gestionarlo con la mayor brevedad, te sugerimos contactarnos directamente por tel\u00e9fono al +34 947 53 00 46.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfEl vino recibido es incorrecto?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Lamentamos profundamente cualquier incidencia de este tipo, aunque son sumamente inusuales. En caso de suceder, gestionaremos de forma inmediata la recogida del producto err\u00f3neo y te entregaremos tus botellas correctas sin coste adicional.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfC\u00f3mo solicito una factura?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Si desea solicitar una factura, es necesario que lo indique durante el proceso de compra. En la p\u00e1gina de pago, podr\u00e1 marcar la casilla \u00abSolicitar factura\u00bb e introducir sus datos fiscales (NIF\/CIF, nombre de empresa y direcci\u00f3n).\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfCu\u00e1les son los costes de env\u00edo?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Los gastos de env\u00edo son gratuitos para cualquier pedido realizado dentro del territorio peninsular ib\u00e9rico. Quedan excluidos de nuestro \u00e1mbito de distribuci\u00f3n los territorios insulares (Islas Baleares e Islas Canarias), as\u00ed como las ciudades aut\u00f3nomas de Ceuta y Melilla.\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfCu\u00e1nto tarda en llegar el vino?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Por norma general, los env\u00edos se entregan en un plazo estimado de 48 a 72 horas laborables. En destinos muy alejados de centros log\u00edsticos el plazo puede prolongarse 24 horas m\u00e1s. En periodos de alta demanda (Navidad o Black Friday), los tiempos podr\u00edan sufrir ligeras demoras.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfSe env\u00eda fuera de Espa\u00f1a?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Actualmente, nuestro servicio de tienda online est\u00e1 limitado exclusivamente a entregas dentro del territorio peninsular espa\u00f1ol.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfC\u00f3mo realizo una devoluci\u00f3n?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Para gestionar cualquier devoluci\u00f3n, dispones de un plazo de 14 d\u00edas naturales desde la recepci\u00f3n de tu compra. Por favor, ponte en contacto escribiendo a tienda@bodegasrodero.com para que podamos asistirte.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfHay tarifas para empresas?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Con el fin de respetar la labor de nuestra red de distribuidores oficiales, no realizamos venta directa con descuentos corporativos en la tienda online. Para pedidos de gran volumen, te invitamos a contactar con el distribuidor asignado a tu zona. Si necesitas ayuda para localizarlo, escr\u00edbenos a tienda@bodegasrodero.com.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\r\n\r\n<!-- ESTRUCTURA VISUAL EN 3 COLUMNAS EXTRA ANCHAS -->\r\n<div class=\"rodero-faq-footer-fullwidth\">\r\n    <div class=\"faq-container-wide\">\r\n        \r\n        <h2 class=\"faq-main-title\">Quiz\u00e1 te preguntes...<\/h2>\r\n        \r\n        <div class=\"faq-grid-3col\">\r\n            \r\n            <!-- COLUMNA 1: SOBRE TUS PEDIDOS -->\r\n            <div class=\"faq-column\">\r\n                <h3 class=\"faq-section-title\">Sobre tus pedidos<\/h3>\r\n                \r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfSe puede modificar un pedido?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>S\u00ed, siempre que la agencia de transportes no haya retirado la mercanc\u00eda de nuestras instalaciones. Para gestionarlo con la mayor brevedad, te sugerimos contactarnos directamente por tel\u00e9fono al <a href=\"tel:+34947530046\" class=\"faq-link\">+34 947 53 00 46<\/a>.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n\r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfEl vino recibido es incorrecto?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Lamentamos profundamente cualquier incidencia de este tipo, aunque son sumamente inusuales. En caso de suceder, gestionaremos de forma inmediata la recogida del producto err\u00f3neo y te entregaremos tus botellas correctas sin coste adicional.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n\r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfC\u00f3mo solicito una factura?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Dispones de varias opciones muy sencillas:<\/p>\r\n                        <ul>\r\n                            <li>Marca la casilla espec\u00edfica \"Quiero una factura\" durante el pago.<\/li>\r\n                            <li>Ind\u00edcalo en las notas de tu pedido.<\/li>\r\n                            <li>Solic\u00edtela dentro de los 7 d\u00edas posteriores escribiendo a <a href=\"mailto:tienda@bodegasrodero.com\" class=\"faq-link\">tienda@bodegasrodero.com<\/a>.<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <!-- COLUMNA 2: LOG\u00cdSTICA Y TRANSPORTE -->\r\n            <div class=\"faq-column\">\r\n                <h3 class=\"faq-section-title\">Log\u00edstica y transporte<\/h3>\r\n                \r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfCu\u00e1les son los costes de env\u00edo?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Para todos los pedidos que superen los 60\u20ac, el transporte es completamente gratuito. Para importes inferiores, el coste se calcula autom\u00e1ticamente seg\u00fan el peso total de las botellas en el carrito.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n\r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfCu\u00e1nto tarda en llegar el vino?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Por norma general, los env\u00edos se entregan en un plazo estimado de 48 a 72 horas laborables. En destinos muy alejados de centros log\u00edsticos el plazo puede prolongarse 24 horas m\u00e1s. En periodos de alta demanda (Navidad o Black Friday), los tiempos podr\u00edan sufrir ligeras demoras.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n\r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfSe env\u00eda fuera de Espa\u00f1a?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Actualmente, nuestro servicio de tienda online est\u00e1 limitado exclusivamente a entregas dentro del territorio peninsular espa\u00f1ol.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <!-- COLUMNA 3: COMPRAS Y CONDICIONES -->\r\n            <div class=\"faq-column\">\r\n                <h3 class=\"faq-section-title\">Compras y condiciones<\/h3>\r\n                \r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfC\u00f3mo realizo una devoluci\u00f3n?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Para gestionar cualquier devoluci\u00f3n, dispones de un plazo de 14 d\u00edas naturales desde la recepci\u00f3n de tu compra. Por favor, ponte en contacto escribiendo a <a href=\"mailto:tienda@bodegasrodero.com\" class=\"faq-link\">tienda@bodegasrodero.com<\/a> para que podamos asistirte.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n\r\n                <details class=\"faq-item\">\r\n                    <summary class=\"faq-question\">\u00bfHay tarifas para empresas?<\/summary>\r\n                    <div class=\"faq-answer\">\r\n                        <p>Con el fin de respetar la labor de nuestra red de distribuidores oficiales, no realizamos venta directa con descuentos corporativos en la tienda online. Para pedidos de gran volumen, te invitamos a contactar con el distribuidor asignado a tu zona.<\/p>\r\n                        <p>Si necesitas ayuda para localizarlo, escr\u00edbenos a <a href=\"mailto:tienda@bodegasrodero.com\" class=\"faq-link\">tienda@bodegasrodero.com<\/a>.<\/p>\r\n                    <\/div>\r\n                <\/details>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* ==========================================================================\r\n   ESTRUCTURA DE 3 COLUMNAS Y RESPONSIVE\r\n   ========================================================================== *\/\r\n.rodero-faq-footer-fullwidth {\r\n    background-color: #151515 !important;\r\n    padding: 90px 40px !important;\r\n    width: 100vw !important;\r\n    margin-left: -50vw !important;\r\n    margin-right: -50vw !important;\r\n    left: 50% !important;\r\n    position: relative !important;\r\n}\r\n\r\n.faq-container-wide { max-width: 1200px !important; margin: 0 auto !important; }\r\n\r\n.faq-grid-3col {\r\n    display: grid !important;\r\n    grid-template-columns: repeat(3, 1fr) !important;\r\n    gap: 60px !important;\r\n    align-items: start !important;\r\n}\r\n\r\n\/* ==========================================================================\r\n   TIPOGRAF\u00cdA EDITORIAL (TIMES ROMANA)\r\n   ========================================================================== *\/\r\n.rodero-faq-footer-fullwidth,\r\n.rodero-faq-footer-fullwidth * {\r\n    font-family: 'Times New Roman', Times, Georgia, serif !important;\r\n}\r\n\r\n.faq-main-title {\r\n    font-size: 38px !important;\r\n    font-weight: 400 !important;\r\n    color: #ffffff !important;\r\n    text-align: center !important;\r\n    margin-bottom: 60px !important;\r\n}\r\n\r\n.faq-section-title {\r\n    font-size: 18px !important;\r\n    font-weight: 400 !important;\r\n    text-transform: uppercase !important;\r\n    letter-spacing: 4px !important;\r\n    color: #c5a880 !important;\r\n    margin-bottom: 30px !important;\r\n    border-bottom: 1px solid rgba(197, 168, 128, 0.2) !important;\r\n    padding-bottom: 15px !important;\r\n}\r\n\r\n\/* PREGUNTAS CON + DORADO A LA DERECHA *\/\r\n.faq-question {\r\n    font-size: 16px !important;\r\n    color: #ffffff !important;\r\n    padding: 20px 0 !important;\r\n    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;\r\n    cursor: pointer !important;\r\n    font-style: normal !important;\r\n    display: flex !important;\r\n    justify-content: space-between !important; \/* Separa texto y signo *\/\r\n    align-items: center !important;\r\n}\r\n\r\n.faq-question::-webkit-details-marker { display: none !important; }\r\n\r\n.faq-question::after {\r\n    content: '+' !important;\r\n    font-size: 20px !important;\r\n    color: #c5a880 !important; \/* Dorado *\/\r\n    margin-left: 15px !important;\r\n    font-weight: 300 !important;\r\n}\r\n\r\n.faq-item[open] .faq-question::after {\r\n    content: '\u2014' !important; \/* Cambia a guion al abrir *\/\r\n}\r\n\r\n\/* ==========================================================================\r\n   RESPUESTAS: M\u00c1S GRANDE Y PESO FINO (SUTIL)\r\n   ========================================================================== *\/\r\n.faq-answer p, \r\n.faq-answer li {\r\n    font-size: 17px !important;\r\n    font-weight: 300 !important; \r\n    line-height: 1.9 !important;\r\n    color: #b0b0b0 !important;\r\n    margin-bottom: 15px !important;\r\n}\r\n\r\n.faq-link {\r\n    color: #c5a880 !important;\r\n    text-decoration: underline !important;\r\n    font-style: italic !important;\r\n}\r\n\r\n\/* ==========================================================================\r\n   RESPONSIVE\r\n   ========================================================================== *\/\r\n@media (max-width: 1024px) {\r\n    .faq-grid-3col { \r\n        grid-template-columns: repeat(2, 1fr) !important; \r\n        gap: 40px !important;\r\n    }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n    .faq-grid-3col { \r\n        grid-template-columns: 1fr !important; \r\n    }\r\n    .rodero-faq-footer-fullwidth { \r\n        padding: 60px 20px !important; \r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Carrito Quiz\u00e1 te preguntes&#8230; Sobre tus pedidos \u00bfSe puede modificar un pedido? S\u00ed, siempre que la agencia de transportes no haya retirado la mercanc\u00eda de nuestras instalaciones. Para gestionarlo con la mayor brevedad, te sugerimos contactarnos directamente por tel\u00e9fono al +34 947 53 00 46. \u00bfEl vino recibido es incorrecto? Lamentamos profundamente cualquier incidencia de [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6068","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/pages\/6068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/comments?post=6068"}],"version-history":[{"count":118,"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/pages\/6068\/revisions"}],"predecessor-version":[{"id":8033,"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/pages\/6068\/revisions\/8033"}],"wp:attachment":[{"href":"https:\/\/bodegasrodero.com\/en\/wp-json\/wp\/v2\/media?parent=6068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}