@charset "UTF-8";.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;position:relative;animation:fadeIn .3s ease-in-out}.modal-close{position:absolute;top:.75rem;right:.75rem;font-size:1.5rem;background:none;border:none;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.product-form form button[type=submit]{background-color:#000;border-radius:100px;color:#fff;padding:12px 20px;width:100%;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;cursor:pointer;font-size:16px}.product-form form button[type=submit]:hover{background-color:#111;transform:scale(1.05);box-shadow:0 4px 8px #0000004d}@media (min-width: 768px){.product-form form button[type=submit]{padding:16px 24px;font-size:18px}}.product-form .product-options{margin:2rem 0}.product-form .product-options .variant-title{font-weight:600;margin-bottom:.2rem;font-size:1rem}@media (min-width: 768px){.product-form .product-options .variant-title{font-size:1.25rem}}.carousel-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:400px;position:relative}.carousel-loader .bike-wheel-spinner{position:relative;width:64px;height:64px;border:4px solid #333;border-radius:50%;animation:spin-wheel 1s linear infinite}.carousel-loader .bike-wheel-spinner .spoke{position:absolute;top:50%;left:50%;width:2px;height:30px;background-color:#333;transform-origin:bottom center;transform:translate(-50%,-100%) rotate(0)}.carousel-loader .bike-wheel-spinner .hub{position:absolute;top:50%;left:50%;width:8px;height:8px;background:#333;border-radius:50%;transform:translate(-50%,-50%);z-index:2}.carousel-loader .loading-text{margin-top:12px;font-size:14px;font-weight:500;color:#333;text-align:center;font-style:italic;letter-spacing:.5px}.carousel-loader .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin-wheel{to{transform:rotate(360deg)}}.loading-text{margin-top:12px;font-size:14px;font-weight:500;color:#333;text-align:center;font-style:italic;letter-spacing:.5px;animation:fadeIn 1s ease-in-out forwards;opacity:0}.loading-text .dots{display:inline-block;width:1em;text-align:left}.loading-text .dots:after{content:".";animation:dots 1.5s steps(3,end) infinite}@keyframes fadeIn{to{opacity:1}}@keyframes dots{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:"."}}.zoom-image{position:relative;overflow:hidden;width:100%;max-height:75vh;cursor:zoom-in}.zoom-image.active{cursor:zoom-out}.zoom-image.active .zoomed-img{opacity:0}.zoom-image.active .zoom-overlay{opacity:1}.zoomed-img{display:block;width:100%;object-fit:contain;transition:opacity .3s ease;pointer-events:none;max-height:550px}@media (max-width: 767px){.zoomed-img{max-height:250px}}.zoom-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:200%;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.zoomed-img.skeleton{background-color:#eee;filter:blur(10px);transition:filter .3s ease}.zoomed-img.loaded{filter:blur(0)}.product-carousel{width:100%;max-width:65%;margin:auto;text-align:center;max-height:88vh}@media (max-width: 778px){.product-carousel{max-width:100%;max-height:60vh}}.slider-image{width:100%;max-height:600px;object-fit:contain}@media (max-width: 778px){.slider-image{max-height:36vh;height:auto}}.thumbnail-slider{max-width:580px;margin:10px auto;max-height:8vh;position:relative}.thumbnail-slider .slick-slide{display:flex;justify-content:center}.thumbnail-slider .slick-slide div{min-height:80px;display:flex;align-items:center;justify-content:center}@media (max-width: 778px){.thumbnail-slider{max-width:90%;max-height:none}}.thumbnail-btn{width:clamp(60px,6vw,80px);height:clamp(60px,6vw,80px);cursor:pointer;border:2px solid transparent;padding:0;background:none;transition:border .3s ease-in-out;border-radius:16px;display:inline-flex;align-items:center;justify-content:center}.thumbnail-btn:hover,.thumbnail-btn.active{border:1px solid #000}@media (max-width: 778px){.thumbnail-btn{width:clamp(50px,12vw,70px);height:clamp(50px,12vw,70px)}}.thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);border:none;padding:10px;cursor:pointer;z-index:1;transition:background .3s ease-in-out}.custom-arrow.left{left:-10px}.custom-arrow.right{right:-10px}.custom-arrow svg{color:#000;width:30px;height:30px}.custom-arrow:hover{color:#00000080}@media (max-width: 778px){.custom-arrow{display:none!important}}.complementary-products{margin:2rem auto}.complementary-products h2{font-size:3rem;font-weight:700;margin-top:0;width:100%}@media (max-width: 1024px){.complementary-products h2{font-size:2.5rem;text-align:center}}.complementary-products ul{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;list-style:none;padding:0;margin:0}@media (max-width: 1024px){.complementary-products ul{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.complementary-products ul{grid-template-columns:1fr}}.complementary-products ul li{background-color:#fff;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.complementary-products ul li a{display:flex;flex-direction:column;flex-grow:1;text-decoration:none;color:inherit;transition:color .2s}.complementary-products ul li a:hover{color:#111}.complementary-products ul li a img{width:100%;height:auto;margin-bottom:.5rem;transition:transform .3s ease,opacity .3s ease;min-height:250px;object-fit:contain}.complementary-products ul li a img:hover{transform:scale(1.03);opacity:.95}.complementary-products ul li a p{text-transform:capitalize;text-align:center;font-size:1.1rem;font-weight:700;margin:.5rem 0;color:#333;min-height:3.2rem;line-height:1.2}.complementary-products ul li a .product-price{text-align:center;margin:.75rem 0;font-size:1rem;font-weight:700}.complementary-products ul li a .product-price-on-sale{display:flex;flex-direction:column;align-items:center}.complementary-products ul li a .product-price-on-sale div{font-size:1.2rem}.complementary-products ul li a .product-price-on-sale s{color:#6b7280;font-weight:400}.complementary-products ul li a .product-price-on-sale s div{font-size:1rem;text-decoration:line-through}.complementary-products ul li form{margin-top:auto}.complementary-products ul li form button[type=submit]{background-color:#000;border-radius:100px;color:#fff;padding:12px 20px;width:100%;font-size:1rem;font-weight:600;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.complementary-products ul li form button[type=submit]:hover{background-color:#111;transform:scale(1.03)}.complementary-products ul li form button[type=submit]:disabled{background-color:#999;cursor:not-allowed}.complementary-products ul .mt-3{margin-top:1rem}.complementary-products ul .mt-3 form{margin:0;padding:0}.complementary-products ul .mt-3 form button[type=submit]{width:100%;background-color:#000;color:#fff;border:none;border-radius:9999px;padding:12px 20px;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.complementary-products ul .mt-3 form button[type=submit]:hover{background-color:#111;transform:scale(1.05);box-shadow:0 4px 8px #0000004d}.complementary-products ul .mt-3 form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.cuatro,.dos,.tres{padding:10px}.tres{width:33%}.dos{width:50%}.cuatro{width:25%}html:not([lang=fr]) .bloque_subvencion_fr,html:not([lang=es]) .bloque_subvencion_es{display:none!important}.product{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0 auto}.product-header{position:relative;width:80%;max-width:1440px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;margin:10px auto}.product-header .product-sale-badge{position:absolute;top:0%;left:50%;margin-top:0rem;width:150px;text-align:center;transform:translateY(-50%);background:linear-gradient(135deg,#ffe98c,#fac53b 60%,#dca01e);color:#000;padding:4px 12px;font-size:.75rem;font-weight:600;border-radius:32px;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px 2px #fff9,0 2px 4px #0003;z-index:2;text-transform:uppercase;letter-spacing:.5px;overflow:hidden}.product-header .product-sale-badge:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(120deg,#fff0,#ffffff4d,#fff0);animation:shineMove 3s infinite linear;pointer-events:none}@keyframes shineMove{0%{transform:translate(-50%)}to{transform:translate(50%)}}.product-header .product-image{width:50%;height:50vh}.product-header .product-image img{width:auto!important;height:100%!important}@media (max-width: 778px){.product-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%}.product-header .product-image img{width:100%;height:auto!important}}.product-summary{flex:1;text-align:left}.product-summary h1{text-transform:capitalize;font-size:30px;font-weight:500;margin-top:0}@media (max-width: 778px){.product-summary h1{font-size:25px}}.product-summary .description{margin:1rem auto}@media (max-width: 778px){.product-summary .description{font-size:1rem}}.product-summary .product-price,.product-summary .product-price-on-sale{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-direction:column-reverse}.product-summary .product-price div,.product-summary .product-price-on-sale div{font-size:2rem}.product-summary .product-price s div,.product-summary .product-price-on-sale s div{font-size:1.5rem;opacity:.5}@media (max-width: 778px){.product-summary .product-price div,.product-summary .product-price-on-sale div{font-size:1.5rem}.product-summary .product-price s div,.product-summary .product-price-on-sale s div{font-size:1.2rem}}@media (max-width: 778px){.product-summary{padding:20px}}.product-features{display:flex;flex-direction:row;justify-content:space-around;align-items:stretch;padding:20px 0;border-top:1px solid #e5e5e5}.product-features .feature-item{text-align:center}.product-features .feature-item img{width:50px;height:50px;margin-bottom:10px}@media (max-width: 778px){.product-features{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:10px 0}.product-features .feature-item img{width:40px;height:40px}}.product-description{padding:20px 0;text-align:justify}.product-description .uno a img{width:100%}.product-description .point{display:flex;flex-direction:row;justify-content:center;align-items:stretch;margin:auto 0 50px;border:1px solid #e5e5e5;width:100%;padding:30px 30px 15px}.product-description .point img{width:30px;height:30px}.product-description .point p{margin:2px 10px;font-size:1.2rem;color:#222}@media (max-width: 778px){.product-description .point{padding:20px}.product-description .point p{font-size:.75rem}}.product-description .bloque_galeria h2,.product-description .bloque_galeria h3,.product-description .bloque_galeria h4,.product-description .bloque_tallas h2,.product-description .bloque_tallas h3,.product-description .bloque_tallas h4,.product-description .bloque_geometria h2,.product-description .bloque_geometria h3,.product-description .bloque_geometria h4,.product-description .bloque_video h2,.product-description .bloque_video h3,.product-description .bloque_video h4{font-size:2rem;font-weight:500;text-align:left}@media (max-width: 1024px){.product-description .bloque_galeria h2,.product-description .bloque_galeria h3,.product-description .bloque_galeria h4,.product-description .bloque_tallas h2,.product-description .bloque_tallas h3,.product-description .bloque_tallas h4,.product-description .bloque_geometria h2,.product-description .bloque_geometria h3,.product-description .bloque_geometria h4,.product-description .bloque_video h2,.product-description .bloque_video h3,.product-description .bloque_video h4{font-size:1.7rem}}.product-description .bloque_video{padding:10px 0;width:100%;margin:5rem 0}.product-description .bloque_video iframe{width:100%;min-height:65vh}.product-description .bloque_video .video-placeholder{position:relative;cursor:pointer}.product-description .bloque_video .video-placeholder img{display:block;width:50%;height:auto}@media (max-width: 778px){.product-description .bloque_video .video-placeholder img{width:100%}}.product-description .bloque_video .video-placeholder .play-button{position:absolute;top:50%;left:25%;width:80px;height:80px;background:url(https://cdn.shopify.com/oxygen-v2/38419/30774/76200/2087185/assets/play-button-CLmZSbQ6.svg) no-repeat center center;background-size:contain;border:none;transform:translate(-50%,-50%);cursor:pointer;transition:color .3s ease,transform .3s ease}@media (max-width: 778px){.product-description .bloque_video .video-placeholder .play-button{left:50%}}.product-description .bloque_video .video-placeholder .play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.product-description .bloque_geometria{padding:10px 0;width:100%;margin:5rem 0}.product-description .bloque_geometria img{width:100%;height:auto}.product-description .bloque_tallas{padding:10px 0;width:100%;margin:5rem 0}.product-description .bloque_tallas img{width:100%;height:auto}.product-description .bloque_galeria{padding:10px 0;width:100%;margin:5rem 0}.product-description .bloque_galeria img{width:100%;height:auto}.product .collection-link{text-transform:uppercase;display:inline-block;margin-bottom:10px;font-size:2rem;font-weight:300;text-decoration:none;transition:color .3s ease}@media (max-width: 778px){.product .collection-link{font-size:1.75rem;margin-bottom:1rem}}.product-image{overflow:hidden;display:flex;flex-direction:center;justify-content:flex-start;align-items:stretch}.product-image img{width:100%;height:auto}.product-main{align-self:center;position:static}.product .delivery-time{margin-top:1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media (max-width: 778px){.product .delivery-time{flex-direction:column}}.product-price-on-sale{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch}.product-price-on-sale s{opacity:.5}.product-options-grid{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:.75rem}.product-options-grid .product-options-item{font-size:.85rem;padding:.25rem .5rem;text-transform:capitalize}@media (max-width: 778px){.product-options-grid{gap:.5rem}}.product .galeria-pdp{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;flex-wrap:wrap}.product .galeria-pdp img{width:100%}.product .galeria-pdp .dos,.product .galeria-pdp .tres{padding:5px}.product .modal-pdp{display:none}.product .modal-pdp:target{display:block!important;display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:10}.product .modal-pdp:target h3{color:#fff;font-size:30px;text-align:center;margin:15px 0}.product .modal-pdp:target .imagen-pdp{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%;height:50%;margin-top:80px}.product .modal-pdp:target .imagen-pdp a{color:#fff;font-size:40px;text-decoration:none;margin:0 10px}.product .modal-pdp:target .imagen-pdp a:nth-child(2){flex-shrink:2;margin:0}.product .modal-pdp:target .imagen-pdp img{width:800px;max-width:100%}.product .modal-pdp:target .flecha-pdp{margin-top:200px!important}.product .modal-pdp:target .cerrar-pdp{position:absolute;top:50px;right:10px;width:25px;height:25px;font-size:25px;color:#fff!important;padding:5px;border-radius:50%;line-height:25px;text-align:center;text-decoration:none}@media (max-width: 778px){.product .modal-pdp:target{display:none!important}}.bloque_caracteristicas{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px;flex-wrap:wrap;width:100%;padding:10px}.bloque_caracteristicas>h2{font-size:2rem;font-weight:500;margin-top:0;width:100%}@media (max-width: 1024px){.bloque_caracteristicas>h2{font-size:1.7rem}}.bloque_caracteristicas p,.bloque_caracteristicas ul li{margin-bottom:5px;font-size:1.1rem;line-height:28px;padding-left:0;font-weight:500;text-align:left}.bloque_caracteristicas .tres{flex:0 0 32%}.bloque_caracteristicas .tres ul li{margin-bottom:2px;font-size:.95rem;padding-left:16px;margin-left:1rem;text-align:left}.bloque_caracteristicas .tres ul li:before{content:"";display:inline-block!important;background-color:#141414;border-radius:50%;width:4px;height:4px;margin:0 10px 2px -16px}@media (max-width: 778px){.bloque_caracteristicas>.tres,.bloque_caracteristicas>.dos,.bloque_caracteristicas>.cuatro{flex:0 0 100%;position:relative;padding-bottom:25px}.bloque_caracteristicas>.tres.tres:after,.bloque_caracteristicas>.dos.tres:after,.bloque_caracteristicas>.cuatro.tres:after{content:"";position:absolute;bottom:0;left:25%;width:50%;border-bottom:1px solid #000}.bloque_caracteristicas p,.bloque_caracteristicas ul li{font-size:1rem!important}}.bloque_descripcion>h2{font-size:2rem;font-weight:500;margin-top:0}@media (max-width: 1024px){.bloque_descripcion>h2{font-size:1.7rem}}.bloque_descripcion p{padding:10px;font-size:1.1rem;line-height:1.5rem;margin-bottom:.5rem}.bloque_descripcion p br{margin-bottom:.5rem}.bloque_descripcion .desplegable-informacion{cursor:pointer;margin:1rem auto;font-size:1.2rem;font-weight:600;text-decoration:underline}.bloque_subvencion_fr{margin-bottom:40px;max-width:275px;padding:1rem;border:1px solid #ccc}.bloque_subvencion_fr .velo{margin-top:10px}.bloque_subvencion_fr .velo a{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#000;color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;text-decoration:none;width:100%;text-align:center;transition:background-color .3s ease,color .3s ease}.bloque_subvencion_fr .velo a:hover{background-color:#333}.bloque_subvencion_fr h4{font-size:18px;font-weight:500}@media (max-width: 778px){.bloque_subvencion_fr{max-width:250px}}.bloque_subvencion_es{margin-bottom:40px;max-width:275px;padding:1rem;border:1px solid #ccc}.bloque_subvencion_es .velo{margin-top:10px}.bloque_subvencion_es .velo a{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#000;color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;text-decoration:none;width:100%;text-align:center;transition:background-color .3s ease,color .3s ease}.bloque_subvencion_es .velo a:hover{background-color:#333}.bloque_subvencion_es h4{font-size:18px;font-weight:500}@media (max-width: 778px){.bloque_subvencion_es{max-width:250px}}.tres-point{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 40px;text-align:center}.tres-point p,.tres-point span{font-size:1rem!important}@media (max-width: 778px){.tres-point{margin:20px 0 20px 10px}}.sequra_product_box{border-left:3px solid #e0e0e0;padding-left:16px;margin-top:1rem;font-family:inherit;font-size:14px;color:#000}.sequra_product_box .sequra-promotion-widget{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:4px}.sequra_product_box .sequra-promotion-widget iframe.Sequra__PromotionalWidget{border:none;width:100%;height:42px;max-width:380px;min-height:36px;border-radius:6px}
