{"id":29819,"date":"2024-03-04T19:36:51","date_gmt":"2024-03-04T18:36:51","guid":{"rendered":"https:\/\/www.stockpadel.com\/blog\/?p=29819"},"modified":"2024-03-04T19:39:48","modified_gmt":"2024-03-04T18:39:48","slug":"european-padel-championships-2024","status":"publish","type":"post","link":"https:\/\/www.stockpadel.com\/blog\/en\/european-padel-championships-2024\/","title":{"rendered":"European Padel Championships 2024"},"content":{"rendered":"<h2><span class=\"ez-toc-section\" id=\"When_and_where_will_the_2024_European_Padel_Championships_be_held\"><\/span>When and where will the 2024 European Padel Championships be held?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The 2024 European Padel Tennis Championships will take place from 22-28 July in Sardinia, Italy. This exciting competition, which marks the 13th edition of the event, will be organised by the International Padel Federation (FIP) in collaboration with the Italian Tennis and Padel Federation (FITP).<\/p>\n<p>The host city will be Cagliari, the capital of Sardinia, which has proven its ability to host high-level sporting events, including the recent FIP Platinum, a stage of the CUPRA FIP Tour.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.padelfip.com\/wp-content\/uploads\/2024\/02\/EPC2024_Web-1-1024x576.jpg\" alt=\"Los FIP European Padel Championships 2024 en Cagliari\" width=\"783\" height=\"441\"><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Where_to_buy_tickets_for_the_European_Padel_Tennis_Championships_2024\"><\/span>Where to buy tickets for the European Padel Tennis Championships 2024?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Tickets for the 2024 European Padel Tour Championships will be available through the official channels designated by the International Padel Federation and the Italian Tennis and Padel Federation.<\/p>\n<p>Fans are advised to watch out for official announcements on ticket sales, which are likely to be made online through authorised websites. In addition, detailed information on ticket prices and the different types of access available to spectators is expected to be available.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Where_will_the_European_Padel_Championships_be_broadcast\"><\/span>Where will the European Padel Championships be broadcast?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The 2024 European Padel Championships will be broadcast on a variety of media outlets, both nationally and internationally, so that fans around the world can enjoy the excitement and action of this high-calibre sporting event.<\/p>\n<p>Live broadcasts are expected to be available on sports television channels as well as online streaming platforms. The International Padel Federation and the Italian Tennis and Padel Federation are likely to announce specific details on viewing options and broadcast times closer to the start of the tournament, so get ready to experience the passion of European padel from the comfort of your own home!<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Spanish_Padel_Team_Products\"><\/span>Spanish Padel Team Products<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<style>\n    .prevBtn,\n    .nextBtn {\n        display: none;\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: #000;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        z-index: 2;\n        color: #fff;\n        opacity: 0.7;\n    }\n\n    .prevBtn:hover,\n    .nextBtn:hover {\n        opacity: 1;\n    }\n\n    .prevBtn {\n        left: 10px;\n    }\n\n    .nextBtn {\n        right: 10px;\n    }\n\n\n\n    .products-container {\n        width: 100%;\n        max-width: 100%;\n        margin: auto;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .products-grid {\n        display: flex;\n        animation: scroll 20s linear infinite;\n        justify-content: center;\n    }\n\n    .product-container {\n        border: 1px solid #eee;\n        border-radius: 10px;\n        margin: 10px;\n        flex: 0 0 auto;\n        width: 180px;\n        text-align: center;\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        transition: all 0.3s ease;\n        overflow: hidden;\n        background-color: #fff;\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n    }\n\n    .product-container:hover {\n        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n        transform: translateY(-3px);\n    }\n\n    .product-image {\n        width: 100%;\n        height: 250px;\n        object-fit: contain;\n        border-bottom: 1px solid #eee;\n        transition: transform 0.3s ease;\n    }\n\n    .product-image:hover {\n        transform: scale(1.05);\n    }\n\n    .product-info {\n        padding: 10px 16px;\n        background-color: #fff;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        margin-top: auto;\n    }\n\n    .product-info h2 {\n        font-family: 'Roboto', sans-serif;\n        font-size: 16px;\n        color: #333;\n        margin: 12px 0;\n        height: 100%;\n    }\n\n    .product-price {\n        color: #E44D26;\n        font-weight: bold;\n        font-size: 16px;\n        margin-bottom: 12px;\n        margin-top: auto;\n    }\n\n    .product-price del {\n        font-size: 14px;\n        color: #999;\n        margin-right: 10px;\n    }\n\n    .product-description {\n        font-size: 14px;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n    }\n\n\n    .discount {\n        display: block;\n        color: #fff;\n        background-color: rgba(245, 101, 101, 0.85);\n        font-weight: bold;\n        font-size: 12px;\n        border-radius: 5px;\n        padding: 5px 10px;\n        position: absolute;\n        top: 10px;\n        left: 10px;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);\n        transition: background-color 0.3s ease;\n    }\n\n    .discount:hover {\n        background-color: rgba(245, 101, 101, 0.95);\n    }\n\n    a {\n        text-decoration: none;\n        color: inherit;\n    }\n\n    a:hover {\n        color: #E44D26;\n    }\n<\/style>\n<div class=\"products-container\">\n    <button class=\"prevBtn\">&#10094;<\/button>\n    <div class=\"products-grid carousel\" id=\"carousel\">\n                    <div class=\"product-container\">\n                <a href=\"https:\/\/www.stockpadel.com\/\/index.php?controller=product&amp;id_product=1657&amp;id_lang=5\">\n                    <img decoding=\"async\" class=\"product-image\" src=\"https:\/\/www.stockpadel.com\/blog\/wp-content\/plugins\/amarilloprestashopproducts\/cache\/img\/4325.jpg\" alt=\"T-Shirt Bullpadel Exudo Spanish National Padel Team Red\">\n                                            <span class=\"discount\">\u00a1Oferta Especial!<\/span>\n                                        <div class=\"product-info\">\n                        <h2><span class=\"ez-toc-section\" id=\"T-Shirt_Bullpadel_Exudo_Spanish_National_Padel_Team_Red\"><\/span>T-Shirt Bullpadel Exudo Spanish National Padel Team Red<span class=\"ez-toc-section-end\"><\/span><\/h2>\n                        <p class=\"product-description\">&lt;h2&gt;Official Spanish team kit for padel 2024&lt;\/h2&gt; &lt;p&gt;This t-shirt is used by the players of the Spanish padel federation such as: Paquito Navarro, Juan Lebr\u00f3n or ale Gal\u00e1n among others.&lt;\/p&gt; &lt;h3&gt;T-shirt of Spain for the padel World Cup in Qatar&lt;\/h3&gt; &lt;ul style=&quot;list-style-type:circle;&quot;&gt; &lt;li&gt;Technical fabric perfect for playing padel for its lightness and breathability. &lt;\/li&gt;&lt;\/ul&gt; &lt;h2&gt;T-shirt Spain Padel World Cup 2024&lt;\/h2&gt; &lt;p&gt;This is the &lt;strong&gt; pade t-shirt in Spain&lt;\/strong&gt;that is being used by the players of the national team such as Juan Lebr\u00f3n, Ale Gal\u00e1n, Arturo Coello, Paquito Navarro or Mike Yanguas among others. The letters of SPAIN in the lower back area are not included as the national team itself has added them later, but it is the official t-shirt of the federation.&lt;\/p&gt;<\/p>\n                        <p class=\"product-price\">\n                                                            <del>40.45 \u20ac<\/del>\n                                                        36.41 \u20ac\n                        <\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n                    <div class=\"product-container\">\n                <a href=\"https:\/\/www.stockpadel.com\/\/index.php?controller=product&amp;id_product=2199&amp;id_lang=5\">\n                    <img decoding=\"async\" class=\"product-image\" src=\"https:\/\/www.stockpadel.com\/blog\/wp-content\/plugins\/amarilloprestashopproducts\/cache\/img\/6395.jpg\" alt=\"T-Shirt Bullpadel Exudo Spanish National Padel Team White\">\n                                            <span class=\"discount\">\u00a1Oferta Especial!<\/span>\n                                        <div class=\"product-info\">\n                        <h2><span class=\"ez-toc-section\" id=\"T-Shirt_Bullpadel_Exudo_Spanish_National_Padel_Team_White\"><\/span>T-Shirt Bullpadel Exudo Spanish National Padel Team White<span class=\"ez-toc-section-end\"><\/span><\/h2>\n                        <p class=\"product-description\">&lt;h2&gt;Spanish national padel team official kit 2024 white&lt;\/h2&gt;&lt;p&gt;This t-shirt is the one used by the players of the Spanish padel federation like: Paquito Navarro, Juan Lebr\u00f3n, or Ale Gal\u00e1n among others.&lt;\/p&gt;&lt;h2&gt;Spain jersey for the world padel championship in Qatar and the European championship.&lt;\/h2&gt;&lt;p&gt;Technical fabric perfect to play padel due to its lightness and breathability.&lt;\/p&gt;<\/p>\n                        <p class=\"product-price\">\n                                                            <del>40.46 \u20ac<\/del>\n                                                        37.16 \u20ac\n                        <\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n                    <div class=\"product-container\">\n                <a href=\"https:\/\/www.stockpadel.com\/\/index.php?controller=product&amp;id_product=1645&amp;id_lang=5\">\n                    <img decoding=\"async\" class=\"product-image\" src=\"https:\/\/www.stockpadel.com\/blog\/wp-content\/plugins\/amarilloprestashopproducts\/cache\/img\/3983.jpg\" alt=\"Socks Bullpadel Spanish National Team of Padel\">\n                                            <span class=\"discount\">\u00a1Oferta Especial!<\/span>\n                                        <div class=\"product-info\">\n                        <h2><span class=\"ez-toc-section\" id=\"Socks_Bullpadel_Spanish_National_Team_of_Padel\"><\/span>Socks Bullpadel Spanish National Team of Padel<span class=\"ez-toc-section-end\"><\/span><\/h2>\n                        <p class=\"product-description\">&lt;p&gt;Pack of 3 official socks of the Spanish paddle federation with Bullpadel in color: blue, red and white, used by the team in the paddle World Cup in Dubai.&lt;\/p&gt;<\/p>\n                        <p class=\"product-price\">\n                                                            <del>17.36 \u20ac<\/del>\n                                                        13.86 \u20ac\n                        <\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n                    <div class=\"product-container\">\n                <a href=\"https:\/\/www.stockpadel.com\/\/index.php?controller=product&amp;id_product=1641&amp;id_lang=5\">\n                    <img decoding=\"async\" class=\"product-image\" src=\"https:\/\/www.stockpadel.com\/blog\/wp-content\/plugins\/amarilloprestashopproducts\/cache\/img\/3980.jpg\" alt=\"Bullpadel Cap Spanish Padel Team Red\">\n                                            <span class=\"discount\">\u00a1Oferta Especial!<\/span>\n                                        <div class=\"product-info\">\n                        <h2><span class=\"ez-toc-section\" id=\"Bullpadel_Cap_Spanish_Padel_Team_Red\"><\/span>Bullpadel Cap Spanish Padel Team Red<span class=\"ez-toc-section-end\"><\/span><\/h2>\n                        <p class=\"product-description\">&lt;h2&gt;Features of the padel Bullpadel Spain cap&lt;\/h2&gt; &lt;ul style=&quot;list-style-type:circle;&quot;&gt; &lt;li&gt;Red visor front area with the Spanish team's logo&lt;\/li&gt; &lt;li&gt;Back area of the blue mesh cap of the Spanish padel team&lt;\/li&gt; &lt;li&gt;Logo on the back of the Spanish federation of padel FEP.&lt;\/li&gt;&lt;\/ul&gt; &lt;h2&gt;Paquito Navarro's Spanish padel team cap&lt;\/h2&gt; &lt;p&gt;Red Bullpadel visor used by the Spanish padel team during the World Cup.&lt;\/p&gt;<\/p>\n                        <p class=\"product-price\">\n                                                            <del>13.64 \u20ac<\/del>\n                                                        11.99 \u20ac\n                        <\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n            <\/div>\n    <button class=\"nextBtn\">&#10095;<\/button>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const carousels = document.querySelectorAll('.carousel');\n\n        carousels.forEach((carousel) => {\n            const prevBtn = carousel.parentElement.querySelector('.prevBtn');\n            const nextBtn = carousel.parentElement.querySelector('.nextBtn');\n            const productContainers = carousel.querySelectorAll('.product-container');\n            const products = productContainers.length;\n\n            if (products >= 4) {\n                prevBtn.style.display = 'block';\n                nextBtn.style.display = 'block';\n                productContainers.forEach((container) => {\n                    const description = container.querySelector('.product-description');\n                    description.style.display = 'none';\n                })\n            }\n\n            if (products <= 3) {\n                productContainers.forEach((container) => {\n                    container.style.width = 'calc(100% \/ ' + products + ' - 20px)';\n                    const description = container.querySelector('.product-description');\n                    if (products <= 2) {\n                        description.style.display = 'block';\n                        description.style.fontSize = '12px';\n                        description.innerHTML = truncateText(description, 150);\n                    } else {\n                        description.style.display = 'none';\n                    }\n                });\n            }\n\n            if (products == 2) {\n                alignItems(productContainers);\n            }\n\n            function alignItems(containers) {\n                let maxTitleHeight = 0;\n                let maxDescriptionHeight = 0;\n\n                containers.forEach((container) => {\n                    const title = container.querySelector('h2');\n                    const description = container.querySelector('.product-description');\n                    title.style.height = '';\n                    description.style.height = '';\n\n                    maxTitleHeight = Math.max(maxTitleHeight, title.offsetHeight);\n                    maxDescriptionHeight = Math.max(maxDescriptionHeight, description.offsetHeight);\n                });\n\n                containers.forEach((container) => {\n                    const title = container.querySelector('h2');\n                    const description = container.querySelector('.product-description');\n                    title.style.height = maxTitleHeight + 'px';\n                    description.style.height = maxDescriptionHeight + 'px';\n                });\n            }\n\n            function truncateText(element, maxLength) {\n                var truncated = element.innerText;\n                if (truncated.length > maxLength) {\n                    return truncated.substr(0, truncated.lastIndexOf(' ', maxLength)) + '...';\n                }\n                return truncated;\n            }\n\n            const moveNext = () => {\n                const firstElement = carousel.firstElementChild;\n                carousel.appendChild(firstElement.cloneNode(true));\n                firstElement.remove();\n                carousel.scrollLeft -= productWidth;\n            };\n\n            const movePrev = () => {\n                const lastElement = carousel.lastElementChild;\n                carousel.insertBefore(lastElement.cloneNode(true), carousel.firstElementChild);\n                lastElement.remove();\n                carousel.scrollLeft += productWidth;\n            };\n\n            prevBtn.addEventListener('click', movePrev);\n            nextBtn.addEventListener('click', moveNext);\n\n            let maxHeight = 0;\n            productContainers.forEach((container) => {\n                const title = container.querySelector('h2');\n                if (title.offsetHeight > maxHeight) {\n                    maxHeight = title.offsetHeight;\n                }\n            });\n\n            productContainers.forEach((container) => {\n                const title = container.querySelector('h2');\n                const price = container.querySelector('.product-price');\n                const titleHeight = title.offsetHeight;\n                const priceMarginTop = maxHeight - titleHeight;\n                price.style.marginTop = priceMarginTop + 'px';\n            });\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>When and where will the 2024 European Padel Championships be held? The 2024 European Padel Tennis Championships will take place from 22-28 July in Sardinia, Italy. This exciting competition, which marks the 13th edition of the event, will be organised by the International Padel Federation (FIP) in collaboration with the Italian Tennis and Padel Federation &#8230; <a title=\"European Padel Championships 2024\" class=\"read-more\" href=\"https:\/\/www.stockpadel.com\/blog\/en\/european-padel-championships-2024\/\" aria-label=\"Read more about European Padel Championships 2024\">Read more<\/a><\/p>\n","protected":false},"author":339,"featured_media":29822,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"categories":[1302],"tags":[],"class_list":["post-29819","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"_links":{"self":[{"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/posts\/29819"}],"collection":[{"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/users\/339"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/comments?post=29819"}],"version-history":[{"count":0,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/posts\/29819\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/media\/29822"}],"wp:attachment":[{"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/media?parent=29819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/categories?post=29819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stockpadel.com\/blog\/en\/wp-json\/wp\/v2\/tags?post=29819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}