{"id":1390,"date":"2025-04-07T06:10:54","date_gmt":"2025-04-07T04:10:54","guid":{"rendered":"http:\/\/vinitor.wine\/tienda\/"},"modified":"2025-10-15T06:28:20","modified_gmt":"2025-10-15T04:28:20","slug":"%d0%b2%d0%b8%d0%bd%d0%b0","status":"publish","type":"page","link":"https:\/\/vinitor.wine\/ru\/wines\/","title":{"rendered":"\u0412\u0438\u043d\u0430"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1390\" class=\"elementor elementor-1390\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f826c3d e-con-full e-flex e-con e-parent\" data-id=\"f826c3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2c09b5 elementor-widget elementor-widget-shortcode\" data-id=\"b2c09b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <div class=\"filter-icon-container\" data-modal=\"filter-modal-69e1728e15b26\">\n        <svg class=\"filter-icon\" width=\"26\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\n            <path d=\"M4 6H20M7 12H17M10 18H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <span class=\"filter-title\">Filter and Sort<\/span>\n    <\/div>\n\n    <div id=\"filter-modal-69e1728e15b26\" class=\"filter-modal\" role=\"dialog\" aria-modal=\"true\" aria-hidden=\"true\">\n        <div class=\"modal-overlay\"><\/div>\n        <div class=\"modal-content\">\n            <div class=\"close-btn\">\u00d7<\/div>\n            \n                    <\/div>\n    <\/div>\n\n    <style>\n        .filter-icon-container {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            cursor: pointer;\n            max-width: 15em;\n            transition: opacity 0.2s ease;\n        }\n        \n        .filter-icon-container:hover {\n            opacity: 0.7;\n        }\n        \n        .filter-icon {\n            flex-shrink: 0;\n        }\n        \n        .filter-title {\n            font-size: 1.4em;\n            font-family: Antonio, sans-serif;\n            user-select: none;\n        }\n        \n        .filter-modal {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 9999;\n            display: none;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .filter-modal.active {\n            display: block;\n            opacity: 1;\n        }\n        \n        .modal-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.5);\n            cursor: pointer;\n        }\n        \n        .modal-content {\n            position: relative;\n            width: 25%;\n            height: 100vh;\n            background: white;\n            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);\n            padding: 20px;\n            overflow-y: auto;\n            transform: translateX(-100%);\n            transition: transform 0.3s ease;\n        }\n        \n        .filter-modal.active .modal-content {\n            transform: translateX(0);\n        }\n        \n        .close-btn {\n            position: absolute;\n            top: 10px;\n            right: 15px;\n            cursor: pointer;\n            margin-top: 2.8em;\t\t\t\n            width: 30px;\n            height: 30px;\n            background-color: black;\n            color: white;\n            font-size: 25px;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            border: none;\n            z-index: 10;\n        }\n        \n        .close-btn:hover {\n            color: #fff;\n            background-color: #333;\n        }\n        \n        .wpc-filter-header {\n            padding-top: 1em;\n        }\n        \n        .wpc-filter-search-wrapper {\n            margin-top: 7px;\n        }\n        \n        .widget-title {\n            justify-content: flex-start;\n        }\n        \n        .widget-title > img {\n            margin-right: 5px;\n        }\n        \n        .wpc-filters-section-1723s {\n            margin-top: 3.9em;\n        }\n        \n        body.modal-open {\n            overflow: hidden;\n        }\n        \n        .hide-zero-option,\n        .hide-unselected-winery {\n            display: none !important;\n        }\n        \n        @media (max-width: 767px) {\n            .modal-content {\n                width: 60%;\n            }\n            \n            .filter-title {\n                font-size: 1.2em;\n            }\n        }\n    <\/style>\n\n    <script>\n    (function() {\n        const modalId = 'filter-modal-69e1728e15b26';\n        const modal = document.getElementById(modalId);\n        const trigger = document.querySelector('[data-modal=\"' + modalId + '\"]');\n        const overlay = modal.querySelector('.modal-overlay');\n        const closeBtn = modal.querySelector('.close-btn');\n        const hideEmpty = true;\n        const hideUnselectedWineries = true;\n        \n        function openModal() {\n            modal.classList.add('active');\n            document.body.classList.add('modal-open');\n            modal.setAttribute('aria-hidden', 'false');\n        }\n        \n        function closeModal() {\n            modal.classList.remove('active');\n            document.body.classList.remove('modal-open');\n            modal.setAttribute('aria-hidden', 'true');\n        }\n        \n        function extractNumber(text) {\n            const cleaned = text.trim().replace(\/\\s+\/g, ' ');\n            const matches = cleaned.match(\/(\\d+)$\/);\n            if (matches) return parseInt(matches[1]);\n            \n            const matches2 = cleaned.match(\/\\s+(\\d+)\\s*$\/);\n            if (matches2) return parseInt(matches2[1]);\n            \n            return null;\n        }\n        \n        function getWineriesSection() {\n            const headers = modal.querySelectorAll('h3, .widget-title, .wpc-filter-title, [class*=\"title\"]');\n            \n            for (let header of headers) {\n                const text = header.textContent.toLowerCase();\n                if (text.includes('wineries') || text.includes('bodegas')) {\n                    return header.closest('.wpc-filters-section, .filter-section, div[class*=\"section\"]') || \n                           header.parentElement;\n                }\n            }\n            return null;\n        }\n        \n        function hideUnselectedWineriesFunc() {\n            if (!hideUnselectedWineries) return;\n            \n            const wineriesSection = getWineriesSection();\n            if (!wineriesSection) return;\n            \n            wineriesSection.querySelectorAll('.hide-unselected-winery').forEach(el => {\n                el.classList.remove('hide-unselected-winery');\n            });\n            \n            const selectedItems = wineriesSection.querySelectorAll(\n                'li.wpc-term-selected, ' +\n                'li:has(input[type=\"checkbox\"]:checked)'\n            );\n            \n            if (selectedItems.length > 0) {\n                const allItems = wineriesSection.querySelectorAll('li.wpc-label-item');\n                \n                allItems.forEach(li => {\n                    let isSelected = false;\n                    \n                    selectedItems.forEach(selected => {\n                        if (selected === li) {\n                            isSelected = true;\n                        }\n                    });\n                    \n                    if (!isSelected) {\n                        li.classList.add('hide-unselected-winery');\n                    }\n                });\n            }\n        }\n        \n        function hideZeroOptions() {\n            if (!hideEmpty) return;\n            \n            modal.querySelectorAll('.hide-zero-option').forEach(el => {\n                el.classList.remove('hide-zero-option');\n            });\n            \n            const filterElements = modal.querySelectorAll(\n                'a, button:not(.close-btn), label, .wpc-term-item, .filter-item, [class*=\"filter\"], [class*=\"term\"]'\n            );\n            \n            filterElements.forEach(element => {\n                const fullText = element.textContent || element.innerText || '';\n                const number = extractNumber(fullText);\n                \n                if (number === 0) {\n                    const container = \n                        element.closest('li') ||\n                        element.closest('.wpc-term-item') ||\n                        element.closest('[class*=\"option\"]') ||\n                        element.closest('[class*=\"item\"]') ||\n                        element;\n                    \n                    container.classList.add('hide-zero-option');\n                }\n            });\n        }\n        \n        function updateFilters() {\n            hideZeroOptions();\n            hideUnselectedWineriesFunc();\n        }\n        \n        let observerTimeout;\n        const observer = new MutationObserver(function() {\n            clearTimeout(observerTimeout);\n            observerTimeout = setTimeout(() => updateFilters(), 150);\n        });\n        \n        function startObserving() {\n            observer.observe(modal, {\n                childList: true,\n                subtree: true,\n                characterData: true,\n                attributes: true,\n                attributeFilter: ['class']\n            });\n        }\n        \n        function stopObserving() {\n            observer.disconnect();\n        }\n        \n        trigger.addEventListener('click', function() {\n            openModal();\n            setTimeout(() => {\n                updateFilters();\n                startObserving();\n            }, 400);\n        });\n        \n        overlay.addEventListener('click', function() {\n            stopObserving();\n            closeModal();\n        });\n        \n        closeBtn.addEventListener('click', function() {\n            stopObserving();\n            closeModal();\n        });\n        \n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape' && modal.classList.contains('active')) {\n                stopObserving();\n                closeModal();\n            }\n        });\n        \n        modal.addEventListener('click', function(e) {\n            const clicked = e.target.closest('a, button:not(.close-btn), input, label');\n            if (clicked) {\n                setTimeout(() => updateFilters(), 600);\n            }\n        });\n        \n        modal.addEventListener('change', function(e) {\n            if (e.target.matches('input, select')) {\n                setTimeout(() => updateFilters(), 600);\n            }\n        });\n        \n    })();\n    <\/script>\n    \n    \n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13ffb72 e-con-full e-flex e-con e-parent\" data-id=\"13ffb72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0dbdde elementor-widget elementor-widget-woolentor-universal-product\" data-id=\"b0dbdde\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"fe-posts\" data-widget_type=\"woolentor-universal-product.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            \r\n                                                <div class=\"woolentor-product-same-height ht-products woocommerce ht-row\" dir=\"ltr\" data-settings=''  >\r\n\r\n                                <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1619\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-blanc-garnacha-blanca-macabeo-terra-alta\/\"> \r\n                                <img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png\" class=\"attachment-large size-large\" alt=\"botella de vino L&#039;Arnot Blanc de la Terra Alta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">L&#8217;Arnot Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">An uplifting white from Terra Alta, blending Garnacha Blanca\u2019s fullnes...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/larnot-blanc-garnacha-blanca-macabeo-terra-alta\/'>L&#8217;Arnot Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-blanc-garnacha-blanca-macabeo-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1668\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-negre-garnacha-syrah-terra-alta\/\"> \r\n                                <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-1024x1024.png\" class=\"attachment-large size-large\" alt=\"botella de L&#039;Arnot Negre, Garnacha Negra -Syrah, Terra Alta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Negre.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">L&#8217;Arnot Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A vibrant Terra Alta red, blending Garnacha Negra\u2019s fruitiness with Sy...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/larnot-negre-garnacha-syrah-terra-alta\/'>L&#8217;Arnot Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-negre-garnacha-syrah-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1669\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-garnacha-syrah-terra-alta\/\"> \r\n                                <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-1024x1024.png\" class=\"attachment-large size-large\" alt=\"L&#039;Arnot Rosat\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">L&#8217;Arnot Rosat<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A vibrant Garnacha Negra and Syrah ros\u00e9 from Terra Alta bursting with ...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-garnacha-syrah-terra-alta\/'>L&#8217;Arnot Rosat<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-garnacha-syrah-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1670\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-pal-lid-garnacha-negra-syrah-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"L&#039;Arnot Rosat P\u00e0l\u00b7lid\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-1536x1536.png 1536w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-2048x2048.png 2048w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Rosat-Pal\u00b7lid-1080x1080-1-50x50.png 50w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">L&#8217;Arnot Rosat P\u00e0l\u00b7lid<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">An elegant pale ros\u00e9 from Terra Alta, blending Garnacha Negra and Syra...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-pal-lid-garnacha-negra-syrah-terra-alta\/'>L&#8217;Arnot Rosat P\u00e0l\u00b7lid<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/larnot-rosat-pal-lid-garnacha-negra-syrah-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1675\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-blanc\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-1024x1024.png\" class=\"attachment-large size-large\" alt=\"La Caixa Que Raja Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">La Caixa Que Raja Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A fresh and smooth white from Terra Alta in a generous 3L Bag-in-Box, ...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-blanc\/'>La Caixa Que Raja Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-blanc\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1676\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-negre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-1024x1024.png\" class=\"attachment-large size-large\" alt=\"La Caixa Que Raja Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/La-Caixa-Que-Raja.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">La Caixa Que Raja Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A smooth, fruit-forward red from Terra Alta in a 3L Bag-in-Box, blendi...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-negre\/'>La Caixa Que Raja Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-que-raja-negre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1678\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-blanca-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vila-Closa Garnacha Blanca -Terra Alta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Blanca.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vila-Closa Garnacha Blanca<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Where crisp mountain winds meet golden Mediterranean light, Garnacha B...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">88<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-blanca-terra-alta\/'>Vila-Closa Garnacha Blanca<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-blanca-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1679\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-rubor-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vila-Closa Garnacha Negra ros\u00e9 wine, pale salmon color from Terra Alta by Celler La Botera.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-1536x1536.png 1536w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-2048x2048.png 2048w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Rubor1080x1080-1-50x50.png 50w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vila-Closa Rubor<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A pale blush ros\u00e9 that hides a lively spirit, Garnacha Negra in its mo...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vila-closa-rubor-terra-alta\/'>Vila-Closa Rubor<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-rubor-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1680\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-negra-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vila-Closa Garnacha Negra - Terra Alta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-1536x1536.png 1536w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-2048x2048.png 2048w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Negra-50x50.png 50w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vila-Closa Garnacha Negra<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Bold yet refined. Garnacha Negra shaped by sun, wind, and a touch of o...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-negra-terra-alta\/'>Vila-Closa Garnacha Negra<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-negra-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1712\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-chardonnay-barrica\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vila-Closa Chardonnay Barrica, Terra Alta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Chardonnay-Barrica.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vila-Closa Chardonnay Barrica<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Old-vine Chardonnay from Terra Alta, aged in French oak for a harmonio...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">90<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vila-closa-chardonnay-barrica\/'>Vila-Closa Chardonnay Barrica<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-chardonnay-barrica\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"1714\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-peluda-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vila-Closa Garnacha Peluda\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-1536x1536.png 1536w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-2048x2048.png 2048w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Vila-Closa-Garnacha-Peluda-50x50.png 50w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vila-Closa Garnacha Peluda<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A tribute to one of Terra Alta\u2019s hidden gems, Garnacha Peluda. Juicy f...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">91<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-peluda-terra-alta\/'>Vila-Closa Garnacha Peluda<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vila-closa-garnacha-peluda-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2089\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-blanc-terra-alta\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Mud\u00e8fer Crian\u00e7a Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/Mudefer-Crianca-Blanc.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Mud\u00e8fer Crian\u00e7a Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Old vines, sandy soils and aging in French oak give life to a Garnacha...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">88<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-blanc-terra-alta\/'>Mud\u00e8fer Crian\u00e7a Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-blanc-terra-alta\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2128\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-negre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Mud\u00e8fer Crian\u00e7a Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/VINO-MUDEFER-CRIANCA-NEGRE.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Mud\u00e8fer Crian\u00e7a Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Flagship red from Terra Alta, blending Cari\u00f1ena and Garnacha Negra wit...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">90<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-negre\/'>Mud\u00e8fer Crian\u00e7a Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mudefer-crianca-negre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2176\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-blanc-garnacha-blanca-undersea-aged\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Mar de Batea Blanc underwater-aged Garnacha Blanca wine from Terra Alta, bottle encrusted with sea elements.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Blanc-1080x1080-2.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Mar de Batea Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Born in the sunlit hills of Terra Alta, refined in the silent depths o...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-blanc-garnacha-blanca-undersea-aged\/'>Mar de Batea Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-blanc-garnacha-blanca-undersea-aged\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2178\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-negre-garnacha-peluda-undersea-aged\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Mar de Batea Negre underwater-aged Garnacha Peluda wine, Terra Alta, bottle with natural sea encrustations.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Mar-De-Batea-Negre-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Mar de Batea Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Garnacha Peluda from Terra Alta, aged on land and beneath the Mediterr...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-negre-garnacha-peluda-undersea-aged\/'>Mar de Batea Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mar-de-batea-negre-garnacha-peluda-undersea-aged\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2180\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-blanc-underwater-aged\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-1024x1024.png\" class=\"attachment-large size-large\" alt=\"S&#039;\u00c0mfora Mud\u00e8fer Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-blanc-labotera.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">S&#8217;\u00c0mfora Mud\u00e8fer Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Old-vine Garnacha Blanca aged in French oak and finished under the Med...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-blanc-underwater-aged\/'>S&#8217;\u00c0mfora Mud\u00e8fer Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-blanc-underwater-aged\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2182\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-negre-underwater-aged\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-1024x1024.png\" class=\"attachment-large size-large\" alt=\"S\u2019\u00c0mfora Mud\u00e8fer Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/samfora-mudefer-negre-labotera.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">S\u2019\u00c0mfora Mud\u00e8fer Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Old-vine Cari\u00f1ena and Garnacha Negra aged in French oak and finished u...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-negre-underwater-aged\/'>S\u2019\u00c0mfora Mud\u00e8fer Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/s-amfora-mudefer-negre-underwater-aged\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2183\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-blanc-late-harvest\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--1024x1024.png\" class=\"attachment-large size-large\" alt=\"Bruna Dol\u00e7or Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC--50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BRUNA-BLANC-.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Bruna Dol\u00e7or Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Late-harvest Garnacha Blanca from Terra Alta, aged in oak for a luscio...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-blanc-late-harvest\/'>Bruna Dol\u00e7or Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-blanc-late-harvest\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2190\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-negre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--1024x1024.png\" class=\"attachment-large size-large\" alt=\"Bruna Dol\u00e7or Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre--50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/vino-Bruna-Dolcor-Negre-.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Bruna Dol\u00e7or Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Late-harvest Garnacha Negra from Terra Alta, aged in oak for a rich ba...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-negre\/'>Bruna Dol\u00e7or Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bruna-dolcor-negre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2289\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vermut-bateador\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vermut Batead\u2019Or\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-VERMUT-BATEAD\u00b4OR.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/07\/unesco.png\" alt=\"Man &amp; the Biosphere (UNESCO)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Vermut Batead\u2019Or<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Terra Alta DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A vermouth with the soul of a village, born in Batea, blending intense...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/vermut-bateador\/'>Vermut Batead\u2019Or<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/vermut-bateador\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2500\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-germana\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-1024x1024.png\" class=\"attachment-large size-large\" alt=\"La Germana white wine from Montsant bottle\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-GERMANA.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">La Germana<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A fresh yet rounded blend of Macabeo, Garnacha Blanca, and Muscat Blan...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/la-germana\/'>La Germana<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-germana\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2294\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-petito-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Lo Petit\u00f3\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PETITO.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Lo Petit\u00f3<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">An approachable blend of Syrah, Merlot, and Garnacha Negra with vibran...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/lo-petito-montsant\/'>Lo Petit\u00f3<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-petito-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2296\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-mare-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-1024x1024.png\" class=\"attachment-large size-large\" alt=\"La Mare wine bottle, Garnacha Negra from Montsant\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-MARE.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">La Mare<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A limited-production old-vine Garnacha from Montsant, rich yet fresh, ...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">90<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/la-mare-montsant\/'>La Mare<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-mare-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2298\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-pare-llicorella-soil-wine\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Lo Pare llicorella soil wine bottle from Montsant\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LO-PARE.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Lo Pare<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A powerful yet fresh Montsant red from old-vine Garnacha Negra and Cab...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/lo-pare-llicorella-soil-wine\/'>Lo Pare<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-pare-llicorella-soil-wine\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2312\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-noi-del-sac-montsant-blanc-de-noirs\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Lo Noi del Sac Blanc de Noirs Montsant bottle\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Lo-Noi-Del-Sac.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Lo Noi Del Sac<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A rare Blanc de Noir from 100% Merlot, fresh yet voluminous, with uniq...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">89<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/lo-noi-del-sac-montsant-blanc-de-noirs\/'>Lo Noi Del Sac<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/lo-noi-del-sac-montsant-blanc-de-noirs\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2315\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/maria-ganxa-carinena-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Mar\u00eda Ganxa\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MARIA-GANXA.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Mar\u00eda Ganxa<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A vibrant old-vine Cari\u00f1ena from Montsant, made without oak to capture...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/maria-ganxa-carinena-montsant\/'>Mar\u00eda Ganxa<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/maria-ganxa-carinena-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2322\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/trencaclosques\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Trencaclosques Montsant ros\u00e9 wine bottle made from Cari\u00f1ena\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-TRENCACLOSQUES.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Trencaclosques<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A vibrant salmon-hued Syrah with fresh red fruit, sweet strawberry can...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/trencaclosques\/'>Trencaclosques<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/trencaclosques\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2330\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/cor-de-granit\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--1024x1024.png\" class=\"attachment-large size-large\" alt=\"Cor de Granit\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT--50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-COR-DE-GRANIT-.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Cor de Granit<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A white wine with the soul of stone and a vibrant heart. Cor de Granit...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">89<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/cor-de-granit\/'>Cor de Granit<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/cor-de-granit\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2332\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/pascona-classic-montsant-garnacha-carinena\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Pascona Cl\u00e0ssic\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-PASCONA-CLASSIC.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Pascona Cl\u00e0ssic<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A soulful Montsant red uniting Garnacha and Cari\u00f1ena from old vines, w...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">91<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/pascona-classic-montsant-garnacha-carinena\/'>Pascona Cl\u00e0ssic<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/pascona-classic-montsant-garnacha-carinena\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2334\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/k_i-pascona-syrah-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-1024x1024.png\" class=\"attachment-large size-large\" alt=\"K_I de Pascona\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-K_I-DE-PASCONA.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">K_I de Pascona<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">This Syrah is both powerful and beautifully elegant, expressing vibran...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">90<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/k_i-pascona-syrah-montsant\/'>K_I de Pascona<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/k_i-pascona-syrah-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2336\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-tonta-cabernet-sauvignon-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--1024x1024.png\" class=\"attachment-large size-large\" alt=\"La Caixa Tonta\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA--50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-LA-CAIXA-TONTA-.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">La Caixa Tonta<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A lively and authentic Montsant Cabernet Sauvignon in a 3L Bag-in-Box,...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/la-caixa-tonta-cabernet-sauvignon-montsant\/'>La Caixa Tonta<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/la-caixa-tonta-cabernet-sauvignon-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2359\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-blanc-pla-de-bages\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-1024x1024.png\" class=\"attachment-large size-large\" alt=\"M\u00e9s Que Paraules Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MQP-BLANC.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">M\u00e9s Que Paraules Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Pla de Bages DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A fresh, elegant blend of Picapoll, Mand\u00f3 and Sauvignon Blanc from Pla...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">89<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-blanc-pla-de-bages\/'>M\u00e9s Que Paraules Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-blanc-pla-de-bages\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2361\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-negre-pla-de-bages\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-1024x1024.png\" class=\"attachment-large size-large\" alt=\"M\u00e9s Que Paraules Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Vino-Mes-Que-paraules-Negre.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">M\u00e9s Que Paraules Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Pla de Bages DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A sustainable red from Pla de Bages, with the intensity of Mand\u00f3, the ...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">90<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-negre-pla-de-bages\/'>M\u00e9s Que Paraules Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mes-que-paraules-negre-pla-de-bages\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2366\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/molt-picapoll-pla-de-bages\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"vino blanco de Picapoll, Pla de Bages, Catalu\u00f1a\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Molt-Picapoll-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Molt Picapoll<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Pla de Bages DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A limited-production 100% Picapoll Blanc from Pla de Bages, combining ...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">89<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/molt-picapoll-pla-de-bages\/'>Molt Picapoll<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/molt-picapoll-pla-de-bages\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2367\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/molt-mando-pla-de-bages\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Vino tinto, Mand\u00f3, crianza en \u00e1nforas, Pla de Bages\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOLT_MQP.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-1.png\" alt=\"Certified Vegan\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Molt Mand\u00f3<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Pla de Bages DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Molt Mand\u00f3: un tinto aut\u00f3ctono del Pla de Bages con crianza en \u00e1nforas...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">91<\/div><div class=\"puntuacion-critico\">Pe\u00f1in<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/molt-mando-pla-de-bages\/'>Molt Mand\u00f3<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/molt-mando-pla-de-bages\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3791\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-blanc-costers-del-segre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Terra Ferma Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-blanc.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Terra Ferma Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Costers del Segre DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Terra Ferma Blanc is a Catalan white that shines with mineral freshnes...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-blanc-costers-del-segre\/'>Terra Ferma Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-blanc-costers-del-segre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3935\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-negre-costers-del-segre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Terra Ferma Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Terra-Ferma-negre.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Terra Ferma Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Costers del Segre DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">From the rugged lands of Les Garrigues comes Terra Ferma Negre, a red ...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-negre-costers-del-segre\/'>Terra Ferma Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/terra-ferma-negre-costers-del-segre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3939\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-emporda\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Surrealista Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_BLANC_2021-1080-x-1080.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Surrealista Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Empord\u00e0 DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">Born in the slate soils of Empord\u00e0, Surrealista Blanc blends tradition...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-emporda\/'>Surrealista Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-emporda\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3946\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-rosat-emporda\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Surrealista Rosat\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/Surrealista_Rosat2022_Mockup-1080-x1080.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Surrealista Rosat<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Empord\u00e0 DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A pale and elegant Empord\u00e0 ros\u00e9, made from Lledoner Negre and Lledoner...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/surrealista-rosat-emporda\/'>Surrealista Rosat<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-rosat-emporda\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3958\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-negre-emporda\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Surrealista Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/SURREALISTA_NEGRE_2021-1080-x1080.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Surrealista Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Empord\u00e0 DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">An organic Empord\u00e0 red from Lledoner Negre, Syrah, Cabernet and Cari\u00f1e...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/surrealista-negre-emporda\/'>Surrealista Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-negre-emporda\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3942\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-brisat-orange-wine-emporda\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Surrealista Blanc Brisat Natural\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Surrealista-Blanc-Brisat-Natural.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/ecologico.png\" alt=\"Organic\"><\/div><div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Surrealista Blanc Brisat Natural<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Empord\u00e0 DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A natural orange wine (brisat) from Empord\u00e0, made with Lledoner Blanc....<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-brisat-orange-wine-emporda\/'>Surrealista Blanc Brisat Natural<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/surrealista-blanc-brisat-orange-wine-emporda\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3962\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-blanc-montsant\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Karma de Drac Blanc\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-Blanc-1080-x1080.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Karma de Drac Blanc<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A natural orange wine from Montsant, made from old-vine Garnacha Blanc...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-blanc-montsant\/'>Karma de Drac Blanc<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-blanc-montsant\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3969\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-negre\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Karma de Drac Negre\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/Karma-De-Drac-negre-1080-x1080.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Karma de Drac Negre<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Montsant DO <span class=\"region\">(Catalu\u00f1a)<\/span><\/span><\/div><div class=\"product-short-description\">A natural red wine from Montsant, made from old-vine Cari\u00f1ena, Garnach...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-negre\/'>Karma de Drac Negre<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/karma-de-drac-negre\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3974\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-verdejo\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"3 Pueblos Verdejo\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-verdejo-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">3 Pueblos Verdejo<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Rueda DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">A pure and expressive Verdejo from Rueda, combining freshness, aromati...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-verdejo\/'>3 Pueblos Verdejo<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-verdejo\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3978\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-albarino-rias-baixas\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"3 Pueblos Albari\u00f1o\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-albarino-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">3 Pueblos Albari\u00f1o<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">R\u00edas Baixas DO <span class=\"region\">(Galicia)<\/span><\/span><\/div><div class=\"product-short-description\">A fresh and saline Albari\u00f1o from Cambados, enriched by six months on l...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-albarino-rias-baixas\/'>3 Pueblos Albari\u00f1o<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-albarino-rias-baixas\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"3983\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-tinto-fino-ribera-del-duero\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"3 Pueblos Tinto Fino\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-12x12.png 12w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/08\/3-Pueblos-Tinto-fino-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">3 Pueblos Tinto Fino<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Ribera del Duero DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">An elegant Ribera del Duero Tempranillo aged 6 months in French oak, c...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-tinto-fino-ribera-del-duero\/'>3 Pueblos Tinto Fino<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/3-pueblos-tinto-fino-ribera-del-duero\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2382\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-stockout ht-product-label ht-product-label-right\">Out of stock<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bocca-roble-ribera-del-duero\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Bocca Roble\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-BOCCA-ROBLE.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Bocca Roble<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Ribera del Duero DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">A pure Tempranillo from Ribera del Duero, Bocca Roble balances ripe fr...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/bocca-roble-ribera-del-duero\/'>Bocca Roble<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/bocca-roble-ribera-del-duero\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2384\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/somanilla-crianza-ribera-del-duero\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Botella de Somanilla, vino tinto crianza de la Ribera del Duero con Tempranillo, sin filtrar, con 16 meses en roble.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-SOMANILLA.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Somanilla Crianza<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Ribera del Duero DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">A legendary Crianza from Ribera del Duero, 100% Tempranillo and unfilt...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/somanilla-crianza-ribera-del-duero\/'>Somanilla Crianza<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/somanilla-crianza-ribera-del-duero\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2386\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/corvul\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Corvul\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-CORVUL.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">Corvul<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Ribera del Duero DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">Corvul is the flagship of Bodegas Hercal, a 100% Tempranillo from old ...<\/div><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/corvul\/'>Corvul<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/corvul\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2388\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-verdejo-rueda\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Botella de MOFO Verdejo, The Free Soul, vino blanco de alta gama, 100% Verdejo, vegano, D.O. Rueda, con notas de melocot\u00f3n y pi\u00f1a.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/MOFO-Verdejo-The-Free-Soul-1080x1080-1.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">MOFO Verdejo<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Rueda DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">MOFO Verdejo, \u201cThe Free Soul\u201d from Rueda, is fresh, textured and gastr...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">4<\/div><div class=\"puntuacion-critico\">Vivino<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mofo-verdejo-rueda\/'>MOFO Verdejo<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-verdejo-rueda\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2392\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                                        <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-roble\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-1024x1024.png\" class=\"attachment-large size-large\" alt=\"Botella de MOFO Roble, vino tinto de alta gama, 100% Tinta de Toro, vegano, D.O. Toro, con frutas rojas y toques ahumados.\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-WILD-CHILD.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">MOFO Roble<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Toro DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">MOFO Roble, \u201cThe Wild Child\u201d from Toro, is an oak-aged red that unleas...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">4<\/div><div class=\"puntuacion-critico\">Vivino<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mofo-roble\/'>MOFO Roble<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-roble\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n            <div class=\"ht-product ht-col-lg-3 ht-col-md-4 ht-col-sm-4 ht-col-xs-12 mb-30 product ht-product-countdown-fill\" data-id=\"2395\">\r\n            <div class=\"ht-product-inner\">\r\n\r\n                <div class=\"ht-product-image-wrap\">\r\n\r\n                    \r\n                    <span class=\"ht-product-label ht-product-label-left\">PRUEBA<\/span>                    <div class=\"ht-product-image\">\r\n                                                    <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-crianza-the-master-toro\/\"> \r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-1024x1024.png\" class=\"attachment-large size-large\" alt=\"vino tinto, tinta de toro, crianza, poderoso\" srcset=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-1024x1024.png 1024w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-300x300.png 300w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-150x150.png 150w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-768x768.png 768w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-500x500.png 500w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-800x800.png 800w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-600x600.png 600w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-100x100.png 100w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER-50x50.png 50w, https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/VINO-MOFO-THE-DAMN-MASTER.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/a>\r\n                                            <\/div>\r\n\r\n                                        \r\n                    <div class=\"certification-badges\">\r\n                        <div class=\"cert-badge\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/vegano-2.png\" alt=\"Vegan (Uncertified)\"><\/div>                    <\/div>\r\n                    <style>\r\n                    .ht-product-image-wrap { position: relative !important; }\r\n                    .certification-badges { \r\n                        position: absolute; \r\n                        top: 8px; \r\n                        left: 8px; \r\n                        z-index: 10; \r\n                        display: flex; \r\n                        flex-direction: column; \r\n                        gap: 2px; \r\n                    }\r\n                    .cert-badge { \r\n                        width: 32px; \r\n                        height: 32px; \r\n                        border-radius: 50%; \r\n                        overflow: hidden; \r\n                        background: rgba(255, 255, 255, 0.95); \r\n                        padding: 2px; \r\n                        margin-bottom: 2px; \r\n                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); \r\n                        transition: transform 0.2s ease, box-shadow 0.2s ease; \r\n                        opacity: 0.85;\r\n                    }\r\n                    .cert-badge:hover { \r\n                        transform: scale(1.15); \r\n                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); \r\n                        opacity: 1;\r\n                    }\r\n                    \r\n                    .cert-badge img { \r\n                        width: 100%; \r\n                        height: 100%; \r\n                        object-fit: cover; \r\n                        border-radius: 50%; \r\n                    }\r\n                    \r\n                    @media (max-width: 768px) { \r\n                        .cert-badge { \r\n                            width: 28px; \r\n                            height: 28px; \r\n                        } \r\n                    }\r\n                    \r\n                    @media (max-width: 480px) { \r\n                        .cert-badge { \r\n                            width: 24px; \r\n                            height: 24px; \r\n                        } \r\n                    }\r\n                    <\/style>\r\n\r\n                    \r\n                <\/div>\r\n\r\n                <div class=\"ht-product-content\">\r\n                    <div class=\"ht-product-content-inner\">\r\n                                                <div class=\"ht-product-categories\"><a href=\"https:\/\/vinitor.wine\/ru\/categoria-producto\/sin-categoria\/\">Sin Categoria<\/a><\/div>\r\n                        <div class=\"product-meta-wrapper\"><h2 class=\"product-title\">MOFO Crianza<\/h2><div class=\"product-origin\"><span class=\"region-flag\"><img decoding=\"async\" src=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/05\/spain-flag.webp\" alt=\"Spain flag\"><\/span><span class=\"denominacion\">Toro DO <span class=\"region\">(Castilla y Le\u00f3n)<\/span><\/span><\/div><div class=\"product-short-description\">MOFO Crianza, \u201cThe Master\u201d from Toro, is a 100% Tinta de Toro from old...<\/div><div class=\"puntuaciones-shop-page-wrapper\"><div class=\"puntuaciones-column\"><div class=\"puntuacion-score\">4.1<\/div><div class=\"puntuacion-critico\">Vivino<\/div><\/div><\/div><style>\n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        justify-content: flex-start;\n        align-items: center;\n        width: 100%; \n        margin: 20px 0;\n        gap: 20px;\n    }\n    \n    .puntuaciones-column { \n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .puntuacion-score { \n        font-family: \"Antonio\", sans-serif;\n        font-weight: 700; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 3.2rem; \n        height: 3.2rem; \n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); \n        color: #ffffff; \n        border-radius: 50%; \n        font-size: 16px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),\n                    0 2px 8px rgba(196, 69, 23, 0.3);\n        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .puntuacion-score::before {\n        content: \"\";\n        position: absolute;\n        top: -2px;\n        left: -2px;\n        right: -2px;\n        bottom: -2px;\n        background: linear-gradient(45deg, #c44517, #e55a2b, #c44517, #a63912);\n        border-radius: 50%;\n        z-index: -1;\n        animation: rotate-border 4s linear infinite;\n    }\n    \n    @keyframes rotate-border {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n    \n    .puntuacion-critico { \n        color: #555; \n        font-size: 11px; \n        text-align: center; \n        margin-top: 8px; \n        font-weight: 600;\n        font-family: \"Roboto\", sans-serif;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        line-height: 1.2;\n    }\n    \n    @media (max-width: 768px) {\n        .puntuacion-score { \n            width: 2.8rem; \n            height: 2.8rem; \n            font-size: 14px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .puntuacion-score { \n            width: 2.5rem; \n            height: 2.5rem; \n            font-size: 13px;\n        }\n        .puntuacion-critico {\n            font-size: 10px;\n        }\n        .puntuaciones-shop-page-wrapper {\n            gap: 12px;\n        }\n    }\n    <\/style><\/div><style>\n    .product-meta-wrapper { \n        margin-bottom: 20px; \n    }\n    \n    .product-title { \n        min-height: 48px; \n        line-height: 1.2; \n        margin: 10px 0; \n        font-size: 1em; \n        text-align: center; \n        color: rgb(92, 13, 38) !important; \n        font-family: Antonio !important; \n        display: block; \n        overflow: hidden; \n    }\n    \n    .product-origin { \n        width: 100%; \n        color: #666; \n        font-size: 16px; \n        margin-bottom: 12px; \n        font-family: Antonio, sans-serif; \n        text-align: center; \n        display: inline-block; \n    }\n    \n    .region-flag img { \n        width: 20px; \n        height: 15px; \n        margin-right: 6px; \n    }\n    \n    .product-short-description { \n        font-size: 0.9em; \n        line-height: 1.4; \n        font-style: italic; \n        text-align: center; \n        display: -webkit-box; \n        -webkit-line-clamp: 2; \n        -webkit-box-orient: vertical; \n        overflow: hidden; \n    }\n    \n    .puntuaciones-shop-page-wrapper { \n        display: flex; \n        flex-wrap: nowrap; \n        margin-bottom: 5px; \n        width: 100%; \n        justify-content: center; \n        margin-top: 15px !important; \n        margin-bottom: -35px; \n    }\n    \n    .puntuaciones-column { \n        margin-right: 8px; \n    }\n    \n    .puntuacion-score { \n        font-weight: bold; \n        margin: 0 auto; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        width: 2.1rem; \n        height: 2.1rem; \n        background-color: #000; \n        color: #fff; \n        border-radius: 50%; \n        font-size: 12px; \n        line-height: 1; \n        padding: 0; \n        text-align: center; \n    }\n    \n    .puntuacion-critico { \n        color: #666; \n        font-size: 0.9em; \n        text-align: center; \n        margin-top: 5px; \n        font-weight: bold; \n    }\n    \n    .woolentor-cart a { \n        font-family: Antonio !important; \n        font-size: 16px; \n        white-space: nowrap; \n        font-weight: 400; \n    }\n    \n    .woolentor-btn-text-cart { \n        width: 70%; \n        margin: 0 auto !important; \n        border-radius: 8px; \n        margin-bottom: 12px !important; \n    }\n    \n    .dynamic-spacer { \n        margin-top: -37px; \n        transition: height 0.3s ease; \n    }\n    \n    \/* Media queries *\/\n    @media (max-width: 768px) { \n        .dynamic-spacer { \n            height: 50px !important; \n        }\n    }\n    \n    @media (max-width: 667px) {\n        .product-title { \n            white-space: nowrap !important; \n            font-size: 18px !important; \n        }\n        \n        .denominacion { \n            font-size: 14px; \n        }\n        \n        .dynamic-spacer { \n            margin-top: -17px; \n        }\n        \n        .product-short-description { \n            -webkit-line-clamp: 3; \n            max-height: calc(1.4em * 3); \n            line-height: 1.4em; \n        }\n        \n        .puntuacion-score { \n            width: 25px; \n            height: 25px; \n        }\n    }\n    <\/style>                        <h4 class='ht-product-title'><a href='https:\/\/vinitor.wine\/ru\/wines\/mofo-crianza-the-master-toro\/'>MOFO Crianza<\/a><\/h4>                                                                        <div class=\"ht-product-price\">\n<\/div>\r\n                                                <div class=\"ht-product-ratting-wrap\"><\/div>\r\n\r\n                        \r\n                                                   \r\n\r\n                    <\/div>\r\n                                    <\/div>\r\n                \r\n                                         <div class=\"view-plus-button-wrapper\">\r\n                            <a href=\"https:\/\/vinitor.wine\/ru\/wines\/mofo-crianza-the-master-toro\/\" class=\"view-plus-button\">\r\n                                View +\r\n                            <\/a>\r\n                        <\/div>\r\n                        \r\n                        <style>\r\n                        .view-plus-button-wrapper {\r\n                            display: flex;\r\n                            justify-content: center;\r\n                            margin: 15px 0 0 0; \/* Reducido dr\u00e1sticamente *\/\r\n                            width: 100%;\r\n                            padding: 0 10px; \/* A\u00f1adido padding lateral *\/\r\n                        }\r\n                        \r\n                        .view-plus-button {\r\n                            font-family: \"Antonio\", sans-serif !important;\r\n                            font-size: 14px !important; \/* Reducido *\/\r\n                            font-weight: 600 !important;\r\n                            color: #ffffff !important;\r\n                            background: #c44517;\r\n                            border: none;\r\n                            border-radius: 6px; \/* Reducido *\/\r\n                            padding: 6px 16px; \/* Reducido *\/\r\n                            text-decoration: none !important;\r\n                            text-transform: uppercase;\r\n                            letter-spacing: 0.5px;\r\n                            min-width: 80px; \/* Reducido *\/\r\n                            text-align: center;\r\n                            display: inline-block;\r\n                            cursor: pointer;\r\n                            transition: all 0.3s ease;\r\n                            position: relative;\r\n                            z-index: 1;\r\n                        }\r\n                        \r\n                        .view-plus-button:hover {\r\n                            background: #a63912;\r\n                            color: #ffffff !important;\r\n                            text-decoration: none !important;\r\n                            transform: translateY(-1px);\r\n                        }\r\n                        \r\n                        \/* Asegurar que el contenedor padre tenga espacio suficiente *\/\r\n                        .ht-product-content-inner {\r\n                            padding-bottom: 10px;\r\n                        }\r\n                        \r\n                        \/* Responsive mejorado *\/\r\n                        @media (max-width: 768px) {\r\n                            .view-plus-button-wrapper {\r\n                                margin: 10px 0 0 0;\r\n                            }\r\n                            .view-plus-button {\r\n                                font-size: 12px !important;\r\n                                padding: 5px 12px;\r\n                                min-width: 70px;\r\n                            }\r\n                        }\r\n                        <\/style>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    \r\n                    <\/div>\r\n                            \r\n            \r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Out of stock Sin Categoria L&#8217;Arnot Blanc Terra Alta DO (Catalu\u00f1a)An uplifting white from Terra Alta, blending Garnacha Blanca\u2019s fullnes&#8230; [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1390","page","type-page","status-publish","hentry","desktop-align-left","tablet-align-left","mobile-align-left"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wines - VINITOR<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vinitor.wine\/ru\/\u0432\u0438\u043d\u0430\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wines - VINITOR\" \/>\n<meta property=\"og:description\" content=\"Out of stock Sin Categoria L&#8217;Arnot Blanc Terra Alta DO (Catalu\u00f1a)An uplifting white from Terra Alta, blending Garnacha Blanca\u2019s fullnes&#8230; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vinitor.wine\/ru\/\u0432\u0438\u043d\u0430\/\" \/>\n<meta property=\"og:site_name\" content=\"VINITOR\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vinitor.wine\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-15T04:28:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"43 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vinitor.wine\/wines\/\",\"url\":\"https:\/\/vinitor.wine\/wines\/\",\"name\":\"Wines - VINITOR\",\"isPartOf\":{\"@id\":\"https:\/\/vinitor.wine\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vinitor.wine\/wines\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vinitor.wine\/wines\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png\",\"datePublished\":\"2025-04-07T04:10:54+00:00\",\"dateModified\":\"2025-10-15T04:28:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/vinitor.wine\/wines\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vinitor.wine\/wines\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/vinitor.wine\/wines\/#primaryimage\",\"url\":\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png\",\"contentUrl\":\"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vinitor.wine\/wines\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vinitor.wine\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wines\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vinitor.wine\/#website\",\"url\":\"https:\/\/vinitor.wine\/\",\"name\":\"VINITOR\",\"description\":\"Your dedicated export department for premium Spanish wines, bridging wineries in Spain with importers worldwide\",\"publisher\":{\"@id\":\"https:\/\/vinitor.wine\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vinitor.wine\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/vinitor.wine\/#organization\",\"name\":\"VINITOR\",\"url\":\"https:\/\/vinitor.wine\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/vinitor.wine\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/vinitor.wine\/wp-content\/uploads\/2024\/10\/cropped-Vinitor_Logo-03.png\",\"contentUrl\":\"https:\/\/vinitor.wine\/wp-content\/uploads\/2024\/10\/cropped-Vinitor_Logo-03.png\",\"width\":512,\"height\":512,\"caption\":\"VINITOR\"},\"image\":{\"@id\":\"https:\/\/vinitor.wine\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/vinitor.wine\/\",\"https:\/\/www.instagram.com\/vinitor.wine\/\",\"https:\/\/es.linkedin.com\/company\/vinitor\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0412\u0438\u043d\u0430 - VINITOR","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vinitor.wine\/ru\/\u0432\u0438\u043d\u0430\/","og_locale":"ru_RU","og_type":"article","og_title":"Wines - VINITOR","og_description":"Out of stock Sin Categoria L&#8217;Arnot Blanc Terra Alta DO (Catalu\u00f1a)An uplifting white from Terra Alta, blending Garnacha Blanca\u2019s fullnes&#8230; [&hellip;]","og_url":"https:\/\/vinitor.wine\/ru\/\u0432\u0438\u043d\u0430\/","og_site_name":"VINITOR","article_publisher":"https:\/\/www.facebook.com\/vinitor.wine\/","article_modified_time":"2025-10-15T04:28:20+00:00","og_image":[{"url":"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"43 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vinitor.wine\/wines\/","url":"https:\/\/vinitor.wine\/wines\/","name":"\u0412\u0438\u043d\u0430 - VINITOR","isPartOf":{"@id":"https:\/\/vinitor.wine\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vinitor.wine\/wines\/#primaryimage"},"image":{"@id":"https:\/\/vinitor.wine\/wines\/#primaryimage"},"thumbnailUrl":"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png","datePublished":"2025-04-07T04:10:54+00:00","dateModified":"2025-10-15T04:28:20+00:00","breadcrumb":{"@id":"https:\/\/vinitor.wine\/wines\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vinitor.wine\/wines\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/vinitor.wine\/wines\/#primaryimage","url":"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png","contentUrl":"https:\/\/vinitor.wine\/wp-content\/uploads\/2025\/04\/LArnot-Blanc-1024x1024.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vinitor.wine\/wines\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vinitor.wine\/en\/"},{"@type":"ListItem","position":2,"name":"Wines"}]},{"@type":"WebSite","@id":"https:\/\/vinitor.wine\/#website","url":"https:\/\/vinitor.wine\/","name":"VINITOR","description":"\u0412\u0430\u0448 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043d\u044b\u0439 \u043e\u0442\u0434\u0435\u043b \u0434\u043b\u044f \u043f\u0440\u0435\u043c\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0441\u043f\u0430\u043d\u0441\u043a\u0438\u0445 \u0432\u0438\u043d, \u0441\u043e\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0439 \u0432\u0438\u043d\u043e\u0434\u0435\u043b\u044c\u043d\u0438 \u0418\u0441\u043f\u0430\u043d\u0438\u0438 \u0441 \u0438\u043c\u043f\u043e\u0440\u0442\u0435\u0440\u0430\u043c\u0438 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443","publisher":{"@id":"https:\/\/vinitor.wine\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vinitor.wine\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/vinitor.wine\/#organization","name":"VINITOR","url":"https:\/\/vinitor.wine\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/vinitor.wine\/#\/schema\/logo\/image\/","url":"https:\/\/vinitor.wine\/wp-content\/uploads\/2024\/10\/cropped-Vinitor_Logo-03.png","contentUrl":"https:\/\/vinitor.wine\/wp-content\/uploads\/2024\/10\/cropped-Vinitor_Logo-03.png","width":512,"height":512,"caption":"VINITOR"},"image":{"@id":"https:\/\/vinitor.wine\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/vinitor.wine\/","https:\/\/www.instagram.com\/vinitor.wine\/","https:\/\/es.linkedin.com\/company\/vinitor"]}]}},"_links":{"self":[{"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/pages\/1390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/comments?post=1390"}],"version-history":[{"count":0,"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/pages\/1390\/revisions"}],"wp:attachment":[{"href":"https:\/\/vinitor.wine\/ru\/wp-json\/wp\/v2\/media?parent=1390"}],"curies":[{"name":"\u0432\u043f","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}