﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--color-text);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius);width:auto;height:auto;clip:auto;white-space:normal}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15}.woocommerce-loop-product__title,.product_title,.entry-title,.page-title,.footer-col__title,.vvl-slide__headline,.vvl-vp-item__title,.vvl-slide__eyebrow{font-family:var(--font-heading)}.vvl-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease}.vvl-btn:hover,.vvl-btn:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-btn--outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease;background:rgba(0,0,0,0);color:#d93081}.vvl-btn--outline:hover,.vvl-btn--outline:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-btn--outline:hover,.vvl-btn--outline:focus-visible{background:#e44d31;color:#fff;border-color:#e44d31}.vvl-btn--sm{padding:.5rem 1.25rem;font-size:.75rem;min-height:36px}.vvl-card-cat{display:block;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e44d31;margin-bottom:.3rem}.vvl-card-cart{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.05);color:#6b6b6b;flex-shrink:0;transition:background color .2s ease}a:hover .vvl-card-cart{background:#e44d31;color:#fff}.promo-banner{background:var(--color-promo-bg);color:var(--color-promo-text);height:var(--promo-height);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.promo-banner__track{display:flex;align-items:center;white-space:nowrap;animation:marquee 20s linear infinite;will-change:transform}.promo-banner__track:hover{animation-play-state:paused}.promo-banner__item{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:0 2.5rem}.promo-banner__sep{color:rgba(255,255,255,.5);font-size:.75rem}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-border)}.site-header__inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1.5rem}.site-header__logo a{display:flex;align-items:center}.site-header__logo img,.site-header__logo svg.header-logo{height:48px;width:auto}.site-header__logo .site-name{font-size:1.4rem;font-weight:700;color:var(--color-pink)}@media(max-width: 768px){.site-header{position:relative}}.main-nav{flex:1;display:flex;justify-content:center}.main-nav ul{display:flex;align-items:center;gap:2rem}.main-nav a{font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);transition:color .2s ease;position:relative;padding-bottom:2px}.main-nav a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--color-accent);transition:width .2s ease}.main-nav a:hover,.current-menu-item>.main-nav a,.current_page_item>.main-nav a{color:var(--color-accent)}.main-nav a:hover::after,.current-menu-item>.main-nav a::after,.current_page_item>.main-nav a::after{width:100%}@media(max-width: 768px){.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-white);border-bottom:1px solid var(--color-border);padding:1rem 2rem 1.5rem}.main-nav.is-open{display:block}.main-nav ul{flex-direction:column;align-items:flex-start;gap:.75rem}}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions a{display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color .2s ease;position:relative}.header-actions a:hover{color:var(--color-accent)}.header-actions a svg{width:22px;height:22px;stroke-width:1.5}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-pink);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--color-text);transition:all .2s ease}@media(max-width: 768px){.menu-toggle{display:flex}}.site-footer{background:var(--color-bg);padding:4rem 2rem 0}@media(max-width: 480px){.site-footer{padding:2.5rem 1rem 0}}.footer-top{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem}@media(max-width: 1024px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width: 768px){.footer-top{grid-template-columns:1fr;gap:2rem}}.footer-brand__logo{display:block;margin-bottom:1rem}.footer-brand__logo img,.footer-brand__logo svg.footer-logo{height:64px;width:auto}.footer-brand__logo .site-name{font-size:1.5rem;font-weight:700;color:var(--color-pink)}.footer-brand__tagline{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap}.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0);border:1.5px solid var(--color-border);color:var(--color-text);transition:all .2s ease}.footer-social__link:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.footer-social__link svg{width:16px;height:16px}.footer-col__title{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.9rem;color:var(--color-text);transition:color .2s ease}.footer-col a:hover{color:var(--color-accent)}.footer-newsletter__sub{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1rem}.newsletter-form{display:flex;align-items:center;border-bottom:1.5px solid var(--color-text);padding-bottom:4px;gap:.5rem}.newsletter-form input[type=email]{flex:1;border:none;background:rgba(0,0,0,0);font-family:inherit;font-size:.9rem;color:var(--color-text);outline:none;padding:4px 0}.newsletter-form input[type=email]::placeholder{color:var(--color-text-muted)}.newsletter-form button{background:none;border:none;padding:0;cursor:pointer;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:color .2s ease}.newsletter-form button:hover{color:var(--color-accent)}.newsletter-form button svg{width:20px;height:20px}.footer-bottom{border-top:1px solid var(--color-border);padding:1.25rem 0;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom__copy{font-size:.8rem;color:var(--color-text-muted)}.footer-bottom__payments{display:flex;align-items:center;gap:.5rem}@media(max-width: 768px){.footer-bottom{flex-direction:column;align-items:flex-start}}.payment-icon{width:38px;height:24px;border-radius:4px;background:var(--color-text-muted);opacity:.4}.home-content{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:4rem;padding-bottom:4rem}.vvl-featured{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:3rem;padding-bottom:3.5rem}.vvl-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.vvl-featured__title-wrap h2{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#008b63;margin:0 0 .5rem;line-height:1.1}.vvl-featured__title-wrap::after{content:"";display:block;width:2.5rem;height:3px;background:#d93081;border-radius:2px}.vvl-featured__see-all{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:400;color:#6b6b6b;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;white-space:nowrap;margin-bottom:.2rem}.vvl-featured__see-all:hover{color:#008b63}.vvl-featured__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem;align-items:start}@media(max-width: 1024px){.vvl-featured__grid{grid-template-columns:1fr 1fr}.vvl-featured__grid .vvl-featured__card--main{grid-column:1/-1}.vvl-featured__grid .vvl-featured__card--main .vvl-featured__img-wrap{aspect-ratio:16/9}}@media(max-width: 768px){.vvl-featured__grid{grid-template-columns:1fr}.vvl-featured__grid .vvl-featured__card--main{grid-column:auto}.vvl-featured__grid .vvl-featured__card--main .vvl-featured__img-wrap{aspect-ratio:3/4}}.vvl-featured__card{text-decoration:none;color:#2d2d2d;display:flex;flex-direction:column;cursor:pointer}.vvl-featured__card .vvl-featured__price-wrap{font-size:1.5rem;font-weight:700;color:#e44d31}.vvl-featured__card:hover .vvl-featured__img{transform:scale(1.04)}.vvl-featured__img-wrap{position:relative;overflow:hidden;border-radius:4px;background:#e8ebe4;flex-shrink:0}.vvl-featured__card--main .vvl-featured__img-wrap{aspect-ratio:3/4}.vvl-featured__card--secondary .vvl-featured__img-wrap{aspect-ratio:1/1}.vvl-featured__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-featured__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;background:#d1381b;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .7rem;border-radius:100px;pointer-events:none;line-height:1}.vvl-featured__info{padding-top:.8rem;flex:1}.vvl-featured__cat{display:block;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e44d31;margin-bottom:.3rem}.vvl-featured__name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4;color:#2d2d2d;margin:0 0 .5rem}.vvl-featured__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vvl-featured__cart{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.05);color:#6b6b6b;flex-shrink:0;transition:background color .2s ease}.vvl-featured__card:hover .vvl-featured__cart{background:#e44d31;color:#fff}.vvl-featured__price-wrap .price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.vvl-featured__price-wrap .price ins{order:1;text-decoration:none;font-weight:700;font-size:.925rem;color:#2d2d2d}.vvl-featured__price-wrap .price del{order:2;font-size:.8rem;color:#6b6b6b}.vvl-featured__price-wrap .price>.woocommerce-Price-amount{font-size:.925rem;font-weight:700;color:#2d2d2d}.vvl-categories{background:#e8ebe4;padding:5rem 0;text-align:center}.vvl-categories__inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.vvl-categories__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#d93081;margin:0;line-height:1}.vvl-categories__grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.vvl-categories__item{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none}.vvl-categories__item:hover .vvl-categories__circle{border-color:#d93081}.vvl-categories__item:hover .vvl-categories__img{filter:grayscale(0%)}.vvl-categories__circle{width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #d4d8cf;transition:border-color .2s ease;flex-shrink:0}@media(max-width: 768px){.vvl-categories__circle{width:140px;height:140px}}.vvl-categories__circle--icon{display:flex;align-items:center;justify-content:center;transition:border-color filter .2s ease}.vvl-categories__circle--icon svg{width:42%;height:42%;color:#fff;stroke:#fff;flex-shrink:0}.vvl-categories__item:hover .vvl-categories__circle--icon{filter:brightness(0.88);border-color:var(--cat-color, #008B63)}.vvl-categories__img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%);transition:filter .2s ease}.vvl-categories__name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;color:#008b63;text-align:center}.vvl-categories__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease}.vvl-categories__cta:hover,.vvl-categories__cta:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-nl-home{background:#f8d9e8;padding:5rem 2rem;text-align:center}.vvl-nl-home__inner{max-width:780px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.vvl-nl-home__icon{width:36px;height:36px;color:#d93081}.vvl-nl-home__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;color:#d93081;margin:0;line-height:1.2}.vvl-nl-home__sub{font-size:.95rem;color:#6b6b6b;line-height:1.6;max-width:55ch;margin:0}.vvl-nl-home__form{width:100%;margin-top:.5rem}.vvl-nl-home__row{display:flex;gap:0;max-width:680px;margin:0 auto}@media(max-width: 768px){.vvl-nl-home__row{flex-direction:column;gap:.75rem}}.vvl-nl-home__input{flex:1;height:52px;padding:0 1.25rem;background:rgba(0,0,0,0);border:1.5px solid #581f3e;border-right:none;border-radius:4px 0 0 4px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;color:#2d2d2d;outline:none}.vvl-nl-home__input::placeholder{color:#6b6b6b}.vvl-nl-home__input:focus{border-color:#d93081}@media(max-width: 768px){.vvl-nl-home__input{border-right:1.5px solid #581f3e;border-radius:4px}}.vvl-nl-home__btn{height:52px;padding:0 2rem;background:#581f3e;color:#fff;border:none;border-radius:0 100px 100px 0;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background .2s ease}.vvl-nl-home__btn:hover{background:#3a1429}@media(max-width: 768px){.vvl-nl-home__btn{border-radius:100px;width:100%}}.vvl-historia{background:#f4f6f1;padding:5rem 0}.vvl-historia__inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width: 1024px){.vvl-historia__inner{grid-template-columns:1fr;gap:2.5rem}}.vvl-historia__media{position:relative}.vvl-historia__img{width:100%;height:auto;display:block;border-radius:16px}.vvl-historia__deco{position:absolute;bottom:-2rem;left:2rem;width:110px;height:110px;pointer-events:none;z-index:1;animation:vvl-deco-shake 3.5s ease-in-out infinite;transform-origin:center bottom}.vvl-historia__deco svg{width:100%;height:100%}.vvl-historia__content{display:flex;flex-direction:column;gap:1.25rem}.vvl-historia__name{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:#d93081;margin:0;line-height:1.1}.vvl-historia__text{font-size:.975rem;line-height:1.75;color:#2d2d2d}.vvl-historia__text p{margin:0 0 .75rem}.vvl-historia__text p:last-child{margin:0}.vvl-historia__text strong{font-weight:700;color:#2d2d2d}.vvl-historia__link{display:inline-block;font-size:.875rem;font-weight:500;color:#008b63;text-decoration:none;border-bottom:1.5px solid #008b63;padding-bottom:2px;width:fit-content;transition:color .2s ease}.vvl-historia__link:hover{color:#00583f;border-bottom-color:#00583f}.vvl-historia__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease;margin-top:.5rem}.vvl-historia__btn:hover,.vvl-historia__btn:focus-visible{background:#c8351a;border-color:#c8351a}@keyframes vvl-deco-shake{0%,60%,100%{transform:rotate(0deg)}65%{transform:rotate(-8deg)}70%{transform:rotate(7deg)}75%{transform:rotate(-5deg)}80%{transform:rotate(4deg)}85%{transform:rotate(-2deg)}90%{transform:rotate(1deg)}}.vvl-value-props{background:#eeeef5;padding:4rem 2rem}.vvl-vp-header{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:0;padding-bottom:3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}@media(max-width: 768px){.vvl-vp-header{padding-bottom:2rem}}.vvl-vp-header__heading{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:#008b63;line-height:1.2;max-width:680px;margin:0}.vvl-vp-header__sub{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:1rem;color:#6b6b6b;line-height:1.65;max-width:560px;margin:0}.vvl-vp-header__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.vvl-value-props>.vvl-vp-header__actions{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:2.5rem;padding-bottom:0}.vvl-vp-btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease}.vvl-vp-btn--primary:hover,.vvl-vp-btn--primary:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-vp-btn--outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease;background:rgba(0,0,0,0);color:#d93081}.vvl-vp-btn--outline:hover,.vvl-vp-btn--outline:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-vp-btn--outline:hover,.vvl-vp-btn--outline:focus-visible{background:#e44d31;color:#fff;border-color:#e44d31}.vvl-vp-grid{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;padding-top:0;padding-bottom:0}@media(max-width: 768px){.vvl-vp-grid{grid-template-columns:1fr;gap:2rem;max-width:420px}}.vvl-vp-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.vvl-vp-item__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.vvl-vp-item__icon img{width:100%;height:100%;object-fit:contain}.vvl-vp-item__title{font-size:1.1rem;font-weight:700;color:#581f3e;line-height:1.2}.vvl-vp-item__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.65;max-width:280px}.vvl-workshops{background:rgba(88,31,62,.5);padding:5rem 0}.vvl-workshops__inner{max-width:1400px;margin:0 auto;padding:0 2rem}.vvl-workshops__head{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem}.vvl-workshops__icon{width:28px;height:28px;color:#eea6c9;flex-shrink:0}.vvl-workshops__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#fff;margin:0;line-height:1}.vvl-workshops__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}@media(max-width: 768px){.vvl-workshops__grid{grid-template-columns:1fr}}.vvl-workshop-card{display:flex;align-items:stretch;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;text-decoration:none;overflow:hidden;transition:background border-color .2s ease}.vvl-workshop-card:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.25)}.vvl-workshop-card__date{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1.5rem;background:rgba(255,255,255,.1);min-width:80px;flex-shrink:0;gap:.1rem}.vvl-workshop-card__day{font-family:"Bellota Text",system-ui,sans-serif;font-size:2.2rem;font-weight:700;color:#fff;line-height:1}.vvl-workshop-card__month{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;color:#eea6c9}.vvl-workshop-card__year{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;color:rgba(255,255,255,.5);letter-spacing:.05em}.vvl-workshop-card__body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.vvl-workshop-card__badge{display:inline-block;padding:.2rem .6rem;border-radius:100px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:fit-content}.vvl-workshop-card__badge--presencial{background:#e44d31;color:#fff}.vvl-workshop-card__badge--online{background:#008b63;color:#fff}.vvl-workshop-card__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;line-height:1.3;margin:0}.vvl-workshop-card__meta{display:flex;flex-wrap:wrap;gap:.4rem 1rem}.vvl-workshop-card__meta span{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;color:rgba(255,255,255,.65)}.vvl-workshop-card__meta span::before{content:"· ";opacity:.5}.vvl-workshop-card__meta span:first-child::before{content:""}.vvl-workshop-card__cta{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;color:#eea6c9;margin-top:auto;padding-top:.5rem}.vvl-kits{background:#fff;padding:5rem 0}.vvl-kits__inner{max-width:1400px;margin:0 auto;padding:0 2rem}.vvl-kits__head{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.vvl-kits__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#d93081;margin:0;line-height:1;white-space:nowrap}.vvl-kits__title-line{flex:1;height:2px;background:linear-gradient(to right, #D93081 0%, transparent 100%);border-radius:1px}.vvl-kits__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media(max-width: 1024px){.vvl-kits__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.vvl-kits__grid{grid-template-columns:repeat(2, 1fr);gap:.75rem}}.vvl-kit-card{display:flex;flex-direction:column;text-decoration:none;border-radius:6px;overflow:hidden;transition:transform .2s ease}.vvl-kit-card:hover{transform:translateY(-3px)}.vvl-kit-card__img-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:#e8ebe4}.vvl-kit-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-kit-card:hover .vvl-kit-card__img{transform:scale(1.04)}.vvl-kit-card__label{position:absolute;top:8px;left:8px;padding:.2rem .5rem;background:#008b63;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.1em;border-radius:3px;z-index:1}.vvl-kit-card__badge{position:absolute;top:8px;right:8px;padding:.2rem .5rem;background:#e44d31;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.06em;border-radius:3px;z-index:1}.vvl-kit-card__info{padding:.75rem .25rem 0}.vvl-kit-card__name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:500;color:#2d2d2d;margin:0 0 .4rem;line-height:1.4}.vvl-kit-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.vvl-kit-card__price .price{display:flex;align-items:baseline;gap:.3rem;flex-wrap:wrap;font-size:.85rem}.vvl-kit-card__price .price ins{order:1;text-decoration:none;font-weight:700;color:#2d2d2d}.vvl-kit-card__price .price del{order:2;font-size:.75rem;color:#6b6b6b}.vvl-kit-card__price .price>.woocommerce-Price-amount{font-weight:700;color:#2d2d2d}.vvl-novedades{background:#e8ebe4;padding:5rem 0}.vvl-novedades__inner{max-width:1400px;margin:0 auto;padding:0 2rem}.vvl-novedades__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2.5rem;gap:1rem}.vvl-novedades__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:#2d2d2d;margin:0;line-height:1}.vvl-novedades__link{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:600;color:#008b63;text-decoration:none;letter-spacing:.03em;white-space:nowrap;transition:color .2s ease}.vvl-novedades__link:hover{color:#00583f}.vvl-novedades__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 768px){.vvl-novedades__grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}@media(max-width: 480px){.vvl-novedades__grid{grid-template-columns:1fr}}.vvl-novedad-card{display:flex;flex-direction:column;text-decoration:none}.vvl-novedad-card:hover .vvl-novedad-card__img{transform:scale(1.04)}.vvl-novedad-card__img-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:6px;background:#f4f6f1;margin-bottom:1rem}.vvl-novedad-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-novedad-card__new{position:absolute;top:10px;left:10px;padding:.25rem .6rem;background:#d93081;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;border-radius:3px;z-index:1}.vvl-novedad-card__badge{position:absolute;top:10px;right:10px;padding:.25rem .6rem;background:#e44d31;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.06em;border-radius:3px;z-index:1}.vvl-novedad-card__info{padding:0 .25rem}.vvl-novedad-card__name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;color:#2d2d2d;margin:0 0 .5rem;line-height:1.4}.vvl-novedad-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vvl-novedad-card__price .price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;font-size:.95rem}.vvl-novedad-card__price .price ins{order:1;text-decoration:none;font-weight:700;color:#2d2d2d}.vvl-novedad-card__price .price del{order:2;font-size:.8rem;color:#6b6b6b}.vvl-novedad-card__price .price>.woocommerce-Price-amount{font-weight:700;color:#2d2d2d}.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:var(--color-accent) !important;color:#fff !important;border-radius:var(--radius) !important;font-family:var(--font-primary) !important;font-weight:600 !important;letter-spacing:.05em !important;transition:background .2s ease}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover{background:var(--color-accent-hover) !important}.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:var(--color-pink) !important}.woocommerce .button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover{background:#ac2063 !important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.95rem;font-weight:500}.woocommerce ul.products li.product .price{color:var(--color-accent)}.woocommerce ul.products li.product img{border-radius:var(--radius)}.woocommerce-message,.woocommerce-info{border-top-color:var(--color-accent) !important}.woocommerce span.onsale{background:var(--color-orange) !important;border-radius:var(--radius) !important}.woocommerce .star-rating span::before,.woocommerce .star-rating::before{color:#e44d31}.woocommerce ins .amount{color:var(--color-accent)}.woocommerce del .amount{color:var(--color-text-muted)}.vvl-shop{background:#f4f6f1;min-height:60vh;padding-bottom:5rem}.vvl-shop__container{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:2.5rem}.vvl-shop__head{margin-bottom:1.5rem}.vvl-shop__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b6b6b;margin-bottom:1rem}.vvl-shop__back{display:inline-flex;align-items:center;gap:.25rem;color:#008b63;font-weight:500;text-decoration:none;transition:color .2s ease}.vvl-shop__back:hover{color:#00583f}.vvl-shop__breadcrumb-sep{color:#d4d8cf}.vvl-shop__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#008b63;margin:0 0 .5rem;line-height:1.1}.vvl-shop__title::after{content:"";display:block;width:2.5rem;height:3px;background:#d93081;border-radius:2px;margin-top:.4rem}.vvl-shop__desc{font-size:.95rem;color:#6b6b6b;max-width:60ch;line-height:1.6;margin:.75rem 0 0}.vvl-filter__mobile-toggle{display:none}@media(max-width: 1024px){.vvl-filter__mobile-toggle{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #d4d8cf;border-radius:4px;padding:.5rem 1rem;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:#2d2d2d;cursor:pointer;margin-bottom:1rem;transition:border-color .2s ease}.vvl-filter__mobile-toggle:hover{border-color:#008b63;color:#008b63}}.vvl-filter__mobile-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:#008b63;color:#fff;border-radius:100px;font-size:.65rem;font-weight:700;padding:0 .3rem}.vvl-shop__layout{display:grid;grid-template-columns:255px 1fr;gap:2rem;align-items:start}@media(max-width: 1024px){.vvl-shop__layout{grid-template-columns:1fr;gap:1.5rem}}.vvl-shop__sidebar{position:sticky;top:calc(70px + var(--promo-height, 0px) + 1rem)}@media(max-width: 1024px){.vvl-shop__sidebar{position:static;display:none;margin-bottom:.5rem}.vvl-shop__sidebar.is-open{display:block}}.vvl-filter__block{background:#fff;border:none;border-radius:16px;padding:1.25rem 1rem;margin-bottom:1rem}.vvl-filter__block:last-child{margin-bottom:0}.vvl-filter__title{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:700;color:#2d2d2d;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .75rem;padding-bottom:0;border-bottom:none}.vvl-filter__list{list-style:none;margin:0;padding:0}.vvl-filter__parent-row{display:flex;align-items:center;border-radius:100px;transition:background .2s ease}.vvl-filter__parent-row:has(.vvl-filter__cat.is-active){background:#008b63}.vvl-filter__parent-row:has(.vvl-filter__cat.is-active) .vvl-filter__cat.is-active{background:rgba(0,0,0,0);border-radius:0}.vvl-filter__parent-row:has(.vvl-filter__cat.is-active) .vvl-filter__toggle{color:rgba(255,255,255,.8);transform:rotate(90deg)}.vvl-filter__parent-row:has(.vvl-filter__cat.is-active) .vvl-filter__toggle:hover{color:#fff}.vvl-filter__cat{display:flex;align-items:center;justify-content:space-between;flex:1;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;color:#2d2d2d;text-decoration:none;padding:.55rem .75rem;border-radius:100px;transition:background color .2s ease}.vvl-filter__cat::after{content:"";display:none}.vvl-filter__cat:hover:not(.is-active):not(.is-disabled){color:#008b63;background:rgba(0,139,99,.07)}.vvl-filter__cat.is-active{background:#008b63;color:#fff;font-weight:600;border-radius:100px}.vvl-filter__cat.is-active::after{display:block;content:"›";font-size:1.1rem;line-height:1;opacity:.8}.vvl-filter__cat.is-disabled{opacity:.38;cursor:default;pointer-events:none}.vvl-filter__toggle{flex-shrink:0;background:none;border:none;cursor:pointer;color:#6b6b6b;padding:.45rem .5rem .45rem .25rem;display:flex;align-items:center;transition:transform color .2s ease}.vvl-filter__parent-item.is-open .vvl-filter__toggle{transform:rotate(90deg);color:#008b63}.vvl-filter__children{list-style:none;margin:0 0 .25rem;padding:0 0 .25rem .5rem}.vvl-filter__children[hidden]{display:none}.vvl-filter__children .vvl-filter__cat{font-size:.875rem;padding:.45rem .75rem;color:#6b6b6b}.vvl-filter__children .vvl-filter__cat::before{content:none}.vvl-filter__price-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}.vvl-filter__price-field{display:flex;align-items:center;flex:1;min-width:0;background:#e8ebe4;border:1.5px solid rgba(0,0,0,0);border-radius:10px;padding:0 .55rem;transition:border-color .2s ease}.vvl-filter__price-field:focus-within{border-color:#008b63;background:#fff}.vvl-filter__price-symbol{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;color:#6b6b6b;flex-shrink:0;padding-right:.2rem}.vvl-filter__price-input{width:0;flex:1;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.85rem;color:#2d2d2d;background:rgba(0,0,0,0);border:none;padding:.55rem 0;outline:none;-moz-appearance:textfield}.vvl-filter__price-input::-webkit-outer-spin-button,.vvl-filter__price-input::-webkit-inner-spin-button{-webkit-appearance:none}.vvl-filter__price-input::placeholder{color:#6b6b6b}.vvl-filter__price-sep{font-size:.8rem;color:#d4d8cf;flex-shrink:0}.vvl-filter__price-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease;width:100%;padding:.5rem 1rem}.vvl-filter__price-btn:hover,.vvl-filter__price-btn:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-filter__price-clear{display:block;width:100%;background:none;border:none;text-align:center;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.75rem;color:#6b6b6b;cursor:pointer;margin-top:.5rem;padding:.25rem 0;text-decoration:underline;transition:color .2s ease}.vvl-filter__price-clear:hover{color:#008b63}.vvl-shop__content{min-width:0}.vvl-shop__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.07)}.vvl-shop__count{font-size:.8rem;color:#6b6b6b;margin:0}.vvl-shop__sort{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.vvl-shop__sort-label{font-size:.8rem;font-weight:500;color:#6b6b6b;white-space:nowrap}.vvl-shop__sort-select{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;color:#2d2d2d;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:100px;padding:.35rem 2rem .35rem .65rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .2s ease}.vvl-shop__sort-select:focus{outline:none;border-color:#008b63}.vvl-shop__grid-wrap{position:relative;min-height:200px}.vvl-shop__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem;transition:opacity .2s ease}.vvl-shop__grid.is-loading{opacity:.4;pointer-events:none}@media(max-width: 1024px){.vvl-shop__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.vvl-shop__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.vvl-shop__grid{grid-template-columns:repeat(2, 1fr);gap:.875rem}}.vvl-shop__card{text-decoration:none;color:#2d2d2d;display:flex;flex-direction:column;cursor:pointer}.vvl-shop__card:hover .vvl-shop__card-img{transform:scale(1.04)}.vvl-shop__card--kit{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;background:#fce8f0;align-items:stretch}.vvl-shop__card--kit .vvl-shop__card-img-wrap{border-radius:0;margin-bottom:0;aspect-ratio:unset;min-height:280px}@media(max-width: 768px){.vvl-shop__card--kit{grid-column:1/-1;grid-template-columns:1fr}.vvl-shop__card--kit .vvl-shop__card-img-wrap{min-height:200px}}.vvl-shop__card-img-wrap{position:relative;overflow:hidden;border-radius:12px;background:#e8ebe4;aspect-ratio:1/1;margin-bottom:.75rem}.vvl-shop__card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-shop__card-badge{position:absolute;top:.65rem;left:.65rem;z-index:1;background:#d1381b;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .6rem;border-radius:100px;pointer-events:none}.vvl-shop__card-cat{display:block;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e44d31;margin-bottom:.3rem}.vvl-shop__card-name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:500;line-height:1.4;color:#2d2d2d;margin:0 0 .5rem}.vvl-shop__card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vvl-shop__card-cart{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#e8ebe4;color:#6b6b6b;flex-shrink:0;transition:background color .2s ease}.vvl-shop__card:hover .vvl-shop__card-cart{background:#e44d31;color:#fff}.vvl-shop__card-price .price{display:flex;gap:.4rem;align-items:baseline;flex-wrap:wrap;font-size:.925rem}.vvl-shop__card-price .price ins{order:1;text-decoration:none;font-weight:700;color:#2d2d2d}.vvl-shop__card-price .price del{order:2;font-size:.8rem;color:#6b6b6b}.vvl-shop__card-price .price>.woocommerce-Price-amount{font-weight:700}.vvl-shop__card-kit-panel{padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.vvl-shop__card-kit-label{display:inline-block;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#d93081;margin-bottom:.25rem}.vvl-shop__card-kit-title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:#581f3e;line-height:1.15;margin:0}.vvl-shop__card-kit-desc{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;color:#6b6b6b;line-height:1.6;margin:0}.vvl-shop__card-kit-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.vvl-shop__card-kit-cta{display:inline-flex;align-items:center;padding:.6rem 1.25rem;background:#d93081;color:#fff;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease;white-space:nowrap}.vvl-shop__card:hover .vvl-shop__card-kit-cta{background:#b52168}.vvl-shop__empty{grid-column:1/-1;text-align:center;padding:4rem 2rem}.vvl-shop__empty p{font-size:1rem;color:#6b6b6b;margin-bottom:1.25rem}.vvl-shop__empty-link{display:inline-block;padding:.65rem 1.5rem;background:#008b63;color:#fff;border-radius:4px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s ease}.vvl-shop__empty-link:hover{background:#00583f}.vvl-shop__loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .2s ease}.vvl-shop__loader.is-visible{opacity:1}.vvl-spin{animation:vvl-spin .8s linear infinite;color:#008b63}@keyframes vvl-spin{to{transform:rotate(360deg)}}.vvl-shop__pagination{display:flex;justify-content:center;gap:.4rem;margin-top:3rem;flex-wrap:wrap}.vvl-shop__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:4px;font-size:.875rem;font-weight:500;color:#6b6b6b;background:#fff;border:1.5px solid #d4d8cf;text-decoration:none;transition:all .2s ease}.vvl-shop__pagination .page-numbers:hover:not(.current){border-color:#008b63;color:#008b63}.vvl-shop__pagination .page-numbers.current{background:#008b63;border-color:#008b63;color:#fff}.vvl-shop__pagination .page-numbers.dots{border:none;background:none}.vvl-product-single{background:#f4f6f1;padding-bottom:5rem}.vvl-product__container{max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:1.5rem}.vvl-product__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b6b6b;margin-bottom:2rem}.vvl-product__back{display:inline-flex;align-items:center;gap:.25rem;color:#008b63;font-weight:500;text-decoration:none;transition:color .2s ease}.vvl-product__back:hover{color:#00583f}.vvl-product__back svg{flex-shrink:0}.vvl-product__breadcrumb-sep{color:#d4d8cf}.vvl-product__breadcrumb-cat a{color:#6b6b6b;text-decoration:none}.vvl-product__breadcrumb-cat a:hover{color:#008b63}.vvl-product__layout{display:grid;grid-template-columns:55% 1fr;gap:3.5rem;align-items:start;margin-bottom:4rem}@media(max-width: 1024px){.vvl-product__layout{grid-template-columns:1fr;gap:2rem}}.vvl-product__gallery{position:sticky;top:calc(var(--header-height) + var(--promo-height) + 1.5rem);align-items:start}.vvl-product__gallery.has-thumbs{display:grid;grid-template-columns:72px 1fr;gap:.75rem}@media(max-width: 1024px){.vvl-product__gallery{position:static}.vvl-product__gallery.has-thumbs{grid-template-columns:60px 1fr;gap:.5rem}}@media(max-width: 768px){.vvl-product__gallery.has-thumbs{grid-template-columns:1fr}.vvl-product__gallery.has-thumbs .vvl-product__thumbs{flex-direction:row;order:2;overflow-x:auto}.vvl-product__gallery.has-thumbs .vvl-product__gallery-main{order:1}}.vvl-product__gallery-main{position:relative;border-radius:16px;overflow:hidden;background:#e8ebe4;aspect-ratio:1/1}.vvl-product__gallery-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-product__badge{position:absolute;top:1rem;left:1rem;z-index:2;background:#d1381b;color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .75rem;border-radius:100px;line-height:1}.vvl-product__thumbs{display:flex;flex-direction:column;gap:.5rem}.vvl-product__thumb{width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;border:2px solid rgba(0,0,0,0);cursor:pointer;background:none;padding:0;transition:border-color opacity .2s ease;opacity:.6}.vvl-product__thumb:hover{opacity:.85;border-color:rgba(0,139,99,.4)}.vvl-product__thumb.is-active{border-color:#008b63;opacity:1}.vvl-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.vvl-product__details{display:flex;flex-direction:column;gap:1.25rem}.vvl-product__cat-label{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e44d31;margin:0}.vvl-product__cat-label a{color:inherit;text-decoration:none}.vvl-product__cat-label a:hover{opacity:.8}.vvl-product__cat-desc{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;color:#6b6b6b;line-height:1.5;margin:0}.vvl-product__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;color:#2d2d2d;line-height:1.2;margin:0}.vvl-product__details .woocommerce-product-rating{display:flex;align-items:center;gap:.5rem;margin:0}.vvl-product__details .woocommerce-product-rating .star-rating{font-size:.85rem}.vvl-product__details .woocommerce-product-rating .woocommerce-review-link{font-size:.8rem;color:#6b6b6b;text-decoration:none}.vvl-product__details .woocommerce-product-rating .woocommerce-review-link:hover{color:#008b63}.vvl-product__price-block{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.vvl-product__price-block .price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.vvl-product__price-block .price ins{order:1;text-decoration:none;font-size:1.6rem;font-weight:700;color:#008b63}.vvl-product__price-block .price ins .woocommerce-Price-amount{font-size:inherit;color:inherit}.vvl-product__price-block .price del{order:2;font-size:1rem;color:#6b6b6b}.vvl-product__price-block .price del .woocommerce-Price-amount{font-size:inherit}.vvl-product__price-block .price>.woocommerce-Price-amount{font-size:1.6rem;font-weight:700;color:#2d2d2d}.vvl-product__excerpt{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.65;color:#6b6b6b;margin:0}.vvl-product__excerpt p{margin:0 0 .5rem}.vvl-product__excerpt p:last-child{margin-bottom:0}.vvl-product__add-to-cart{border-top:1px solid #d4d8cf;padding-top:1.25rem}.vvl-product__form{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.vvl-product__qty{display:flex;align-items:center;border:1.5px solid #d4d8cf;border-radius:4px;background:#fff;overflow:hidden;height:48px}.vvl-qty-btn{width:40px;height:100%;background:none;border:none;font-size:1.25rem;color:#6b6b6b;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.vvl-qty-btn:hover{color:#008b63}.vvl-qty-input{width:44px;height:100%;border:none;border-left:1px solid #d4d8cf;border-right:1px solid #d4d8cf;text-align:center;font-size:1rem;font-weight:600;color:#2d2d2d;background:rgba(0,0,0,0);-moz-appearance:textfield}.vvl-qty-input::-webkit-outer-spin-button,.vvl-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.vvl-qty-input:focus{outline:none}.vvl-product__cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease;flex:1;min-width:200px}.vvl-product__cart-btn:hover,.vvl-product__cart-btn:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-product__cart-btn:disabled{opacity:.6;cursor:not-allowed}.vvl-product__out-of-stock{font-size:.875rem;font-weight:600;color:#e44d31;margin:0}.vvl-product__meta{display:flex;flex-direction:column;gap:.35rem;margin:0;border-top:1px solid #d4d8cf;padding-top:1.25rem}.vvl-product__meta-row{display:flex;gap:.5rem;font-size:.8rem;flex-wrap:wrap}.vvl-product__meta-row dt{font-weight:600;color:#2d2d2d}.vvl-product__meta-row dt::after{content:":"}.vvl-product__meta-row dd{margin:0;color:#6b6b6b}.vvl-product__meta-row dd a{color:#008b63;text-decoration:none}.vvl-product__meta-row dd a:hover{text-decoration:underline}.vvl-product__description{margin-bottom:4rem;padding-top:3rem;border-top:1px solid #d4d8cf}.vvl-product__section-title{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;color:#008b63;margin:0 0 1.5rem;padding-bottom:.5rem}.vvl-product__section-title::after{content:"";display:block;width:2rem;height:3px;background:#d93081;border-radius:2px;margin-top:.4rem}.vvl-product__description-content{font-size:.95rem;line-height:1.75;color:#2d2d2d;max-width:72ch}.vvl-product__description-content p{margin:0 0 1rem}.vvl-product__description-content p:last-child{margin-bottom:0}.vvl-product__description-content ul,.vvl-product__description-content ol{margin:0 0 1rem 1.25rem}.vvl-product__description-content li{margin-bottom:.25rem}.vvl-product__description-content strong{font-weight:600}.vvl-product__share{display:flex;align-items:center;gap:.75rem;border-top:1px solid #d4d8cf;padding-top:1.25rem}.vvl-product__share-label{font-size:.8rem;font-weight:600;color:#6b6b6b;text-transform:uppercase;letter-spacing:.08em}.vvl-product__share-links{display:flex;gap:.5rem}.vvl-product__share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid #d4d8cf;color:#6b6b6b;transition:all .2s ease}.vvl-product__share-btn svg{width:16px;height:16px}.vvl-product__share-btn:hover{border-color:#008b63;color:#008b63;background:rgba(0,139,99,.06)}.vvl-product__related{padding-top:3rem;border-top:1px solid #d4d8cf}.vvl-product__related-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.vvl-product__related-title-wrap h2{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:#008b63;margin:0 0 .4rem;line-height:1.1}.vvl-product__related-title-wrap::after{content:"";display:block;width:2rem;height:3px;background:#d93081;border-radius:2px}.vvl-product__related-see-all{font-size:.875rem;color:#6b6b6b;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.vvl-product__related-see-all:hover{color:#008b63}.vvl-product__related-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media(max-width: 1024px){.vvl-product__related-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.vvl-product__related-grid{grid-template-columns:repeat(2, 1fr)}}.vvl-product__related-card{text-decoration:none;color:#2d2d2d;display:flex;flex-direction:column}.vvl-product__related-card:hover .vvl-product__related-img{transform:scale(1.03)}.vvl-product__related-img-wrap{position:relative;overflow:hidden;border-radius:4px;background:#e8ebe4;aspect-ratio:1/1}.vvl-product__related-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.vvl-product__related-badge{position:absolute;top:.6rem;left:.6rem;z-index:1;background:#d1381b;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .55rem;border-radius:100px;pointer-events:none}.vvl-product__related-info{padding-top:.65rem}.vvl-product__related-name{font-size:.875rem;font-weight:400;line-height:1.35;color:#2d2d2d;margin:0 0 .3rem}.vvl-product__related-price .price{display:flex;gap:.4rem;align-items:baseline;flex-wrap:wrap}.vvl-product__related-price .price ins{order:1;text-decoration:none;font-weight:600;font-size:.875rem;color:#2d2d2d}.vvl-product__related-price .price del{order:2;font-size:.8rem;color:#6b6b6b}.vvl-product__related-price .price>.woocommerce-Price-amount{font-size:.875rem;font-weight:600;color:#2d2d2d}.vvl-taller-info{margin:1.5rem 0;padding:1.5rem;background:#fff;border:1px solid #d4d8cf;border-radius:8px}.vvl-taller-info__badge{display:inline-block;padding:.25rem .75rem;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}.vvl-taller-info__badge--presencial{background:#e44d31;color:#fff}.vvl-taller-info__badge--online{background:#008b63;color:#fff}.vvl-taller-info__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem 1.5rem}@media(max-width: 480px){.vvl-taller-info__grid{grid-template-columns:1fr}}.vvl-taller-info__item{display:flex;flex-direction:column;gap:.2rem}.vvl-taller-info__item dt{display:flex;align-items:center;gap:.4rem;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b6b6b}.vvl-taller-info__item dt svg{width:14px;height:14px;flex-shrink:0;stroke:#008b63}.vvl-taller-info__item dd{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;color:#2d2d2d;margin:0;padding-left:1.35rem}.vvl-taller-detail{border-top:1px solid #d4d8cf;padding-top:3rem;margin-top:3rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem 3rem}@media(max-width: 768px){.vvl-taller-detail{grid-template-columns:1fr}}.vvl-taller-detail__title{font-family:"Bellota Text",system-ui,sans-serif;font-size:1.3rem;font-weight:700;color:#008b63;margin:0 0 .75rem;line-height:1.2}.vvl-taller-detail__content{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.95rem;color:#2d2d2d;line-height:1.7}.vvl-taller-detail__content p{margin:0 0 .5rem}.vvl-taller-detail__content p:last-child{margin:0}.vvl-taller-detail__cta{grid-column:1/-1;padding-top:1rem}.vvl-taller-detail__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;min-height:44px;border-radius:100px;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:#d93081;color:#fff;border:2px solid #d93081;transition:background color border-color .2s ease}.vvl-taller-detail__btn:hover,.vvl-taller-detail__btn:focus-visible{background:#c8351a;border-color:#c8351a}.vvl-taller-detail__btn svg{width:16px;height:16px}.vvl-kit-talleres{border-top:1px solid #d4d8cf;padding-top:3rem;margin-top:3rem}.vvl-kit-talleres__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.vvl-kit-talleres__see-all{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:400;color:#6b6b6b;text-decoration:underline;text-underline-offset:3px;white-space:nowrap;transition:color .2s ease}.vvl-kit-talleres__see-all:hover{color:#008b63}.vvl-kit-talleres__list{list-style:none;margin:0;padding:0}.vvl-kit-talleres__item{border-bottom:1px solid #d4d8cf}.vvl-kit-talleres__item:first-child{border-top:1px solid #d4d8cf}.vvl-kit-talleres__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;text-decoration:none;color:#2d2d2d;transition:color .2s ease}.vvl-kit-talleres__row:hover{color:#008b63}@media(max-width: 480px){.vvl-kit-talleres__row{flex-wrap:wrap;gap:.5rem}}.vvl-kit-talleres__info{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;flex:1;min-width:0}.vvl-kit-talleres__badge{flex-shrink:0;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.18rem .55rem;border-radius:100px;background:rgba(0,139,99,.1);color:#008b63}.vvl-kit-talleres__badge--online_vivo,.vvl-kit-talleres__badge--online{background:rgba(217,48,129,.1);color:#d93081}.vvl-kit-talleres__badge--grabado{background:rgba(107,107,107,.1);color:#6b6b6b}.vvl-kit-talleres__name{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:500;color:inherit;flex:1;min-width:0}.vvl-kit-talleres__meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.vvl-kit-talleres__date,.vvl-kit-talleres__ciudad{display:flex;align-items:center;gap:.25rem;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.78rem;color:#6b6b6b}.vvl-kit-talleres__date svg,.vvl-kit-talleres__ciudad svg{flex-shrink:0;opacity:.7}.vvl-kit-talleres__right{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.vvl-kit-talleres__price{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:700;color:#2d2d2d}.vvl-kit-talleres__price .price ins{text-decoration:none}.vvl-kit-talleres__price .price del{font-size:.8rem;color:#6b6b6b;margin-right:.25rem}.vvl-kit-talleres__cta{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;color:#008b63;white-space:nowrap;transition:color .2s ease}.vvl-kit-talleres__row:hover .vvl-kit-talleres__cta{color:#00583f}.vvl-cross-section{margin-top:2em}.vvl-cross-products{background:#f4f6f1;padding:4rem 0}.vvl-cross-products__inner{max-width:1400px;margin:0 auto;padding:0 2rem}.vvl-cross-products__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.vvl-cross-products__title-wrap h2{font-family:"Bellota Text",system-ui,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#008b63;margin:0 0 .5rem;line-height:1.1}.vvl-cross-products__title-wrap::after{content:"";display:block;width:2.5rem;height:3px;background:#d93081;border-radius:2px}.vvl-cross-products__see-all{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;color:#6b6b6b;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;white-space:nowrap;margin-bottom:.2rem}.vvl-cross-products__see-all:hover{color:#008b63}.vvl-cross-products__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1024px){.vvl-cross-products__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.vvl-cross-products__grid{grid-template-columns:repeat(2, 1fr);gap:1rem}}.vvl-product__payment-info{background:rgba(0,139,99,.07);border:1px solid rgba(0,139,99,.15);border-radius:10px;padding:.875rem 1.125rem;display:flex;flex-direction:column;gap:.25rem}.vvl-product__payment-info p{margin:0;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.85rem;line-height:1.4}.vvl-product__payment-cuotas{font-weight:700;color:#008b63;text-transform:uppercase;letter-spacing:.03em;font-size:.8rem !important}.vvl-product__payment-transfer{color:#6b6b6b}.vvl-product__add-to-cart .vvl-product__qty{border-radius:100px;border-color:rgba(0,0,0,.15)}.vvl-product__add-to-cart .vvl-qty-input{border-left-color:rgba(0,0,0,.1);border-right-color:rgba(0,0,0,.1)}.vvl-product__trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgba(0,0,0,.07)}.vvl-product__trust-item{display:flex;align-items:center;gap:.625rem;flex:1;min-width:160px}.vvl-product__trust-item svg{width:28px;height:28px;flex-shrink:0;color:#008b63;stroke:#008b63}.vvl-product__trust-item div{display:flex;flex-direction:column;gap:.1rem}.vvl-product__trust-item strong{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.06em;color:#2d2d2d}.vvl-product__trust-item span{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.75rem;color:#6b6b6b}.vvl-product__cat-block{border-top:1px solid rgba(0,0,0,.07);padding-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.vvl-product__cat-block-title{display:flex;align-items:center;gap:.5rem;font-family:"Bellota Text",system-ui,sans-serif;font-size:1.3rem;font-weight:700;color:#008b63;margin:0;line-height:1.2}.vvl-product__cat-block-icon{width:20px;height:20px;flex-shrink:0;color:#d93081}.vvl-product__cat-block-desc{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.95rem;color:#2d2d2d;line-height:1.7;margin:0}.vvl-product__cat-block-link{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.06em;color:#d93081;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.vvl-product__cat-block-link:hover{color:#ac2063}:root{--color-pink: #D93081;--color-green: #008B63;--color-orange: #E44D31;--color-pink-light: #EEA6C9;--color-burgundy: #581F3E;--color-accent: #008B63;--color-accent-hover: #00583f;--color-promo-bg: #581F3E;--color-promo-text: #ffffff;--color-white: #ffffff;--color-bg: #e8ebe4;--color-bg-light: #f4f6f1;--color-text: #2d2d2d;--color-text-muted: #6b6b6b;--color-border: #d4d8cf;--font-primary: Inter, system-ui, -apple-system, sans-serif;--font-heading: Bellota Text, system-ui, sans-serif;--header-height: 70px;--promo-height: 40px;--radius: 4px;--transition: 0.2s ease}.site-main{min-height:60vh}/*# sourceMappingURL=main.css.map */
