.vf-footer{background:var(--vf-footer-bg, #1A1A1A);color:var(--vf-footer-text, #FFFFFF);font-family:var(--font-body)}.vf-footer__badges{background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08);padding:16px 0}.vf-footer__badges-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 28px}.vf-footer__badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;opacity:.9}.vf-footer__badge svg{color:var(--vf-green-light)}.vf-footer__main{padding:48px 0 24px}.vf-footer__grid{display:grid;grid-template-columns:1fr;gap:8px}.vf-footer__col{border-bottom:1px solid rgba(255,255,255,.1)}.vf-footer__col-title{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:0;color:inherit;padding:16px 0;font-family:var(--font-heading);font-size:17px;font-weight:400;text-align:left;cursor:pointer}.vf-footer__chevron{transition:transform .2s ease}.vf-footer__col-title[aria-expanded=true] .vf-footer__chevron{transform:rotate(180deg)}.vf-footer__col-content{display:none;padding-bottom:16px}.vf-footer__col-title[aria-expanded=true]+.vf-footer__col-content{display:block}.vf-footer__text{font-size:14px;line-height:1.6;opacity:.8}.vf-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.vf-footer__link{color:inherit;text-decoration:none;font-size:14px;opacity:.8;transition:opacity .2s ease,color .2s ease}.vf-footer__link:hover{opacity:1;color:var(--vf-green-light)}.vf-footer__social{list-style:none;display:flex;gap:12px;margin:12px 0 0;padding:0}.vf-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:inherit;transition:background .2s ease,border-color .2s ease}.vf-footer__social a:hover{background:var(--vf-green);border-color:var(--vf-green)}.vf-footer__payment{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}.vf-footer__payment-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.vf-footer__payment-item{display:inline-flex}.vf-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:16px 0}.vf-footer__bottom-inner{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;font-size:12px;opacity:.7}.vf-footer__bottom-inner p{margin:0}@media(min-width:750px){.vf-footer__grid{grid-template-columns:repeat(2,1fr);gap:24px 32px}.vf-footer__bottom-inner{flex-direction:row;justify-content:space-between}}@media(min-width:990px){.vf-footer__main{padding:64px 0 32px}.vf-footer__grid{grid-template-columns:repeat(4,1fr);gap:40px}.vf-footer__col{border-bottom:0}.vf-footer__col-title{pointer-events:none;padding:0 0 16px}.vf-footer__chevron{display:none}.vf-footer__col-content{display:block!important;padding-bottom:0}}.vf-header{position:sticky;top:0;z-index:100;background:var(--vf-surface);border-bottom:1px solid var(--vf-border);transition:box-shadow .2s ease,background .2s ease}.vf-header.is-scrolled{box-shadow:0 2px 16px #0000000f}.vf-header--dark{background:var(--vf-text);color:var(--vf-surface);border-bottom-color:#ffffff1a}.vf-header--green{background:var(--vf-green);color:var(--vf-surface);border-bottom-color:var(--vf-green-dark)}.vf-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:12px 16px}.vf-header__hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:0;padding:8px;cursor:pointer;width:40px;height:40px;align-items:center;justify-content:center}.vf-header__hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.vf-header__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.vf-header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.vf-header__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.vf-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;font-family:var(--font-heading)}.vf-header__logo-text{font-family:var(--font-heading);font-size:26px;font-weight:400;letter-spacing:-.01em;color:var(--vf-green-dark)}.vf-header--dark .vf-header__logo-text,.vf-header--green .vf-header__logo-text{color:inherit}.vf-header__nav{display:none}.vf-header__menu{display:flex;gap:28px;list-style:none;margin:0;padding:0}.vf-header__menu-link{font-family:var(--font-body);font-size:15px;font-weight:500;color:inherit;text-decoration:none;padding:8px 0;position:relative;transition:color .2s ease}.vf-header__menu-link:hover,.vf-header__menu-link.is-active{color:var(--vf-green-dark)}.vf-header__menu-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--vf-green);border-radius:2px}.vf-header__icons{display:flex;align-items:center;gap:6px}.vf-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:inherit;text-decoration:none;transition:background .2s ease}.vf-header__icon:hover{background:#0000000d}.vf-header--dark .vf-header__icon:hover,.vf-header--green .vf-header__icon:hover{background:#ffffff1a}.vf-header__icon--account{display:none}.vf-header__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--vf-green);color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center;border-radius:999px}.vf-mobile-menu{background:var(--vf-surface);color:var(--vf-text);border-top:1px solid var(--vf-border);max-height:0;overflow:hidden;transition:max-height .3s ease}.vf-mobile-menu.is-open{max-height:80vh}.vf-mobile-menu__list{list-style:none;margin:0;padding:16px;display:flex;flex-direction:column;gap:4px}.vf-mobile-menu__link{display:block;padding:14px 8px;font-family:var(--font-body);font-size:16px;font-weight:500;color:var(--vf-text);text-decoration:none;border-bottom:1px solid var(--vf-border)}.vf-mobile-menu__link:hover{color:var(--vf-green-dark)}@media(min-width:750px){.vf-header__inner{min-height:76px}.vf-header__icon--account{display:inline-flex}}@media(min-width:990px){.vf-header__hamburger{display:none}.vf-header__nav{display:flex;flex:1;justify-content:center}.vf-header__inner{gap:32px}}.vf-404{padding:80px 16px 120px;background:var(--vf-bg);min-height:60vh;display:flex;align-items:center;justify-content:center}.vf-404__container{max-width:560px;text-align:center}.vf-404__code{display:inline-block;font-family:var(--font-heading);font-size:clamp(80px,14vw,140px);line-height:1;color:var(--vf-green);letter-spacing:-.04em;margin-bottom:8px}.vf-404__title{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);line-height:1.15}.vf-404__text{margin:0 0 32px;color:var(--vf-muted);font-size:16px;line-height:1.6}.vf-404__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.vf-cart{padding:48px 0 80px;background:var(--vf-bg);min-height:60vh}.vf-cart__header{margin-bottom:32px}.vf-cart__header h1{margin:0;font-family:var(--font-heading);font-size:clamp(32px,4vw,48px)}.vf-cart__count{margin:8px 0 0;color:var(--vf-muted);font-size:14px}.vf-cart__empty{text-align:center;padding:64px 16px;max-width:480px;margin:0 auto}.vf-cart__empty-icon{color:var(--vf-green);margin-bottom:24px;display:flex;justify-content:center}.vf-cart__empty h2{margin:0 0 12px;font-family:var(--font-heading);font-size:28px}.vf-cart__empty p{color:var(--vf-muted);margin:0 0 28px}.vf-cart__layout{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:990px){.vf-cart__layout{grid-template-columns:1fr 380px;gap:48px;align-items:start}}.vf-cart__items{display:flex;flex-direction:column;gap:12px}.vf-cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-template-areas:"image body remove" "image qty price";gap:14px 16px;background:var(--vf-surface);padding:16px;border-radius:var(--card-radius);border:1px solid var(--vf-border);align-items:center}@media(min-width:750px){.vf-cart-item{grid-template-columns:100px 1fr 140px 110px auto;grid-template-areas:"image body qty price remove"}}.vf-cart-item__image{grid-area:image;width:80px;height:80px;background:var(--vf-beige);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(min-width:750px){.vf-cart-item__image{width:100px;height:100px}}.vf-cart-item__image img{width:100%;height:100%;object-fit:contain;padding:8px}.vf-cart-item__body{grid-area:body;display:flex;flex-direction:column;gap:4px}.vf-cart-item__title{font-family:var(--font-heading);font-size:17px;color:var(--vf-text);line-height:1.2}.vf-cart-item__title:hover{color:var(--vf-green-dark)}.vf-cart-item__variant{font-size:13px;color:var(--vf-muted)}.vf-cart-item__price-mobile{font-family:var(--font-heading);font-size:18px;margin-top:4px}@media(min-width:750px){.vf-cart-item__price-mobile{display:none}}.vf-cart-item__qty{grid-area:qty}.vf-cart-item__qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--vf-border);border-radius:8px;overflow:hidden;width:fit-content}.vf-cart-item__qty-btn{width:36px;height:36px;background:transparent;border:0;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.vf-cart-item__qty-btn:hover{background:var(--vf-bg)}.vf-cart-item__qty-btn svg{width:14px;height:14px}.vf-cart-item__qty-input{width:44px;height:36px;text-align:center;border:0;background:transparent;font-size:14px;font-weight:600;-moz-appearance:textfield}.vf-cart-item__qty-input::-webkit-outer-spin-button,.vf-cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vf-cart-item__price{grid-area:price;font-family:var(--font-heading);font-size:18px;text-align:right;display:none}@media(min-width:750px){.vf-cart-item__price{display:block}}.vf-cart-item__remove{grid-area:remove;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--vf-muted);border-radius:50%;transition:background var(--transition),color var(--transition)}.vf-cart-item__remove:hover{background:#fdecec;color:var(--vf-danger)}.vf-cart__summary{background:var(--vf-surface);border-radius:var(--card-radius);border:1px solid var(--vf-border);padding:24px;display:flex;flex-direction:column;gap:14px;position:sticky;top:100px}.vf-cart__summary-title{margin:0 0 4px;font-family:var(--font-heading);font-size:22px}.vf-cart__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:15px}.vf-cart__summary-row--total{padding-top:14px;border-top:1px solid var(--vf-border);font-size:18px}.vf-cart__summary-row--total strong{font-family:var(--font-heading);font-size:22px}.vf-cart__summary-info{padding:10px 14px;background:var(--vf-beige);border-radius:8px;font-size:13px;color:var(--vf-text)}.vf-cart__summary-info--success{background:var(--vf-green-light);color:var(--vf-green-dark);font-weight:600}.vf-cart__summary-micro{margin:0;text-align:center;font-size:12px;color:var(--vf-muted)}.vf-cart__continue{margin-top:4px;text-align:center;font-size:14px;color:var(--vf-text);text-decoration:underline;text-underline-offset:3px}.vf-cart__continue:hover{color:var(--vf-green-dark)}.vf-collection-banner{padding:56px 0 32px;background:var(--vf-bg)}.vf-collection-banner__header{max-width:720px;text-align:left}.vf-collection-banner__title{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-.02em}.vf-collection-banner__desc{color:var(--vf-muted);font-size:16px;line-height:1.65}.vf-collection-banner__desc p:last-child{margin-bottom:0}.vf-collection-banner__meta{margin-top:16px;font-size:13px;color:var(--vf-muted);text-transform:uppercase;letter-spacing:.08em}.vf-coll-grid{padding:24px 0 80px;background:var(--vf-bg)}.vf-coll-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:750px){.vf-coll-grid__list{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1200px){.vf-coll-grid__list{grid-template-columns:repeat(4,1fr)}}.vf-coll-grid__empty{text-align:center;padding:80px 16px}.vf-coll-grid__empty h2{margin:0 0 12px;font-family:var(--font-heading);font-size:28px}.vf-coll-grid__empty p{color:var(--vf-muted);margin:0 0 24px}.vf-coll-grid__pagination{margin-top:48px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.vf-coll-grid__page{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border:1.5px solid var(--vf-border);border-radius:8px;font-size:14px;font-weight:500;background:var(--vf-surface);color:var(--vf-text);transition:border-color var(--transition),background var(--transition)}.vf-coll-grid__page:hover{border-color:var(--vf-green);color:var(--vf-green-dark)}.vf-coll-grid__page.is-current{background:var(--vf-green);border-color:var(--vf-green);color:#fff}.vf-coll-grid__page.is-disabled{color:var(--vf-muted);background:transparent;border:0}.vf-main-page{padding:64px 0 96px;background:var(--vf-bg)}.vf-main-page__container{max-width:720px;margin:0 auto;padding:0 16px}@media(min-width:750px){.vf-main-page__container{padding:0 24px}}.vf-main-page__header{margin-bottom:40px;text-align:left}.vf-main-page__title{margin:0;font-family:var(--font-heading);font-size:clamp(36px,5vw,56px);line-height:1.1;letter-spacing:-.01em}.vf-main-page__content{font-size:16px;line-height:1.75;color:var(--vf-text)}.vf-main-page__content h2{font-family:var(--font-heading);font-size:clamp(24px,3vw,32px);margin:2em 0 .6em;color:var(--vf-text)}.vf-main-page__content h3{font-family:var(--font-heading);font-size:clamp(20px,2.5vw,24px);margin:1.6em 0 .5em}.vf-main-page__content h4{font-family:var(--font-heading);font-size:18px;margin:1.4em 0 .4em}.vf-main-page__content p{margin:0 0 1.2em}.vf-main-page__content a{color:var(--vf-green-dark);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition)}.vf-main-page__content a:hover{color:var(--vf-green)}.vf-main-page__content ul,.vf-main-page__content ol{margin:0 0 1.2em 1.4em;padding:0}.vf-main-page__content li{margin:0 0 .5em}.vf-main-page__content blockquote{margin:1.5em 0;padding:16px 20px;background:var(--vf-beige);border-left:4px solid var(--vf-green);border-radius:8px;font-style:italic;color:var(--vf-text)}.vf-main-page__content blockquote p:last-child{margin-bottom:0}.vf-main-page__content img{border-radius:var(--card-radius);margin:1.5em 0}.vf-main-page__content hr{border:0;border-top:1px solid var(--vf-border);margin:2.5em 0}.vf-main-page__content strong{font-weight:700;color:var(--vf-text)}.vf-search{padding:56px 0 96px;background:var(--vf-bg);min-height:60vh}.vf-search__header{margin-bottom:40px}.vf-search__title{margin:0 0 24px;font-family:var(--font-heading);font-size:clamp(28px,4vw,44px)}.vf-search__form{display:flex;gap:8px;flex-wrap:wrap}.vf-search__input-wrap{position:relative;flex:1;min-width:240px}.vf-search__icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:var(--vf-muted);pointer-events:none;display:flex}.vf-search__icon svg{width:18px;height:18px}.vf-search__input{width:100%;padding:14px 16px 14px 44px;border:1.5px solid var(--vf-border);border-radius:var(--button-radius);background:var(--vf-surface);font-size:16px;min-height:52px}.vf-search__input:focus{outline:0;border-color:var(--vf-green);box-shadow:0 0 0 3px #5ebc4326}.vf-search__count{margin:0 0 24px;color:var(--vf-muted);font-size:14px}.vf-search__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:750px){.vf-search__grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1200px){.vf-search__grid{grid-template-columns:repeat(4,1fr)}}.vf-search__item{display:flex;flex-direction:column;gap:6px;padding:20px;background:var(--vf-surface);border:1px solid var(--vf-border);border-radius:var(--card-radius);color:var(--vf-text);transition:border-color var(--transition)}.vf-search__item:hover{border-color:var(--vf-green)}.vf-search__item-title{margin:0;font-family:var(--font-heading);font-size:18px}.vf-search__item-excerpt{margin:0;color:var(--vf-muted);font-size:14px;line-height:1.5}.vf-search__item-type{margin-top:auto;font-size:11px;font-weight:700;color:var(--vf-green-dark);letter-spacing:.08em;text-transform:uppercase}.vf-search__empty{text-align:center;padding:64px 16px;max-width:520px;margin:0 auto}.vf-search__empty h2{margin:0 0 12px;font-family:var(--font-heading);font-size:28px}.vf-search__empty p{margin:0 0 24px;color:var(--vf-muted)}.vf-search__pagination{margin-top:40px;display:flex;justify-content:center;gap:12px}.vf-search__page{padding:10px 18px;border:1.5px solid var(--vf-border);border-radius:8px;font-size:14px;font-weight:500;background:var(--vf-surface);color:var(--vf-text)}.vf-search__page:hover{border-color:var(--vf-green);color:var(--vf-green-dark)}.vf-announcement{background:var(--vf-ann-bg, #1B5E20);color:var(--vf-ann-text, #FFFFFF);padding:10px 20px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:.3px;position:relative;z-index:50;overflow:hidden;min-height:40px}.vf-announcement__track{position:relative;width:100%;min-height:20px;display:flex;align-items:center;justify-content:center}.vf-announcement__slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .5s ease-in-out;color:var(--vf-ann-text, #FFFFFF);text-decoration:none;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vf-announcement__slide.is-active{opacity:1;pointer-events:auto}a.vf-announcement__slide{cursor:pointer;transition:opacity .5s ease-in-out,color .2s ease}a.vf-announcement__slide:hover{opacity:.85}.vf-announcement__text{display:inline-block;max-width:100%}@media(max-width:540px){.vf-announcement{font-size:12.5px;padding:9px 14px;letter-spacing:.2px;min-height:36px}}.vf-cmp{background:#fff;padding:clamp(48px,7vw,80px) 0;font-family:Inter,system-ui,sans-serif}.vf-cmp__container{max-width:1100px;margin:0 auto;padding:0 24px}.vf-cmp__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,44px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);text-align:center;margin:0 0 16px;letter-spacing:-.01em}.vf-cmp__sub{font-size:17px;line-height:1.5;color:#1a1a1a;text-align:center;max-width:720px;margin:0 auto 48px;font-weight:500}.vf-cmp__sub p{margin:0}.vf-cmp__sub strong{color:var(--vf-cmp-accent, #5EBC43)}.vf-cmp__table-wrap{border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f;background:#fff}.vf-cmp__table{width:100%;border-collapse:collapse;table-layout:fixed}.vf-cmp__th{background:var(--vf-cmp-header-bg, #1a1a1a);color:#fff;font-family:Caprasimo,Georgia,serif;font-size:15px;line-height:1.2;padding:18px 14px;text-align:center;font-weight:400;letter-spacing:.01em}.vf-cmp__th--label{text-align:left;background:#1a1a1a}.vf-cmp__th--us{background:var(--vf-cmp-accent, #5EBC43);color:#fff}.vf-cmp__rowlabel{text-align:left;padding:14px 16px;font-size:14px;color:#1a1a1a;background:#fafafa;font-weight:600;border-top:1px solid #eee}.vf-cmp__cell{padding:14px;text-align:center;font-size:14px;color:#444;border-top:1px solid #eee;vertical-align:middle}.vf-cmp__cell--us{background:#c0de96;color:#1a1a1a;font-weight:500;border-left:3px solid var(--vf-cmp-accent, #5EBC43);border-right:3px solid var(--vf-cmp-accent, #5EBC43)}.vf-cmp__table tbody tr:last-child .vf-cmp__cell--us{border-bottom:3px solid var(--vf-cmp-accent, #5EBC43)}.vf-cmp__hl{color:#093;font-weight:700}.vf-cmp__yes{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#5ebc43;color:#fff;font-size:13px;margin-right:4px}.vf-cmp__no{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#e5e5e5;color:#999;font-size:13px}.vf-cmp__mobile{display:none}@media(max-width:749px){.vf-cmp__table-wrap{display:none}.vf-cmp__mobile{display:flex;flex-direction:column;gap:16px}.vf-cmp__mcard{background:#fafafa;border-radius:16px;padding:24px 20px;border:1px solid #eee}.vf-cmp__mcard--us{background:#c0de96;border:2px solid var(--vf-cmp-accent, #5EBC43)}.vf-cmp__mtitle{font-family:Caprasimo,Georgia,serif;font-size:20px;margin:0 0 12px;color:#1a1a1a}.vf-cmp__mlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:#1a1a1a}.vf-cmp__mkey{color:#555;font-weight:500}}.vf-cta{position:relative;background:var(--vf-cta-bg, #5EBC43);color:var(--vf-cta-color, #FFFFFF);padding:clamp(64px,10vw,120px) 0;font-family:Inter,system-ui,sans-serif;overflow:hidden}.vf-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0}.vf-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1}.vf-cta__container{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.vf-cta__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(40px,7vw,72px);line-height:1.05;margin:0;letter-spacing:-.02em}.vf-cta__sub{font-size:clamp(15px,1.6vw,19px);line-height:1.5;margin:0 0 12px;max-width:580px;opacity:.95}.vf-cta__btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#093;font-weight:700;font-size:16px;padding:18px 36px;border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.vf-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.vf-cta__btn span{transition:transform .2s ease}.vf-cta__btn:hover span{transform:translate(4px)}.vf-dep{background:#fafafa;padding:clamp(48px,7vw,80px) 0;font-family:Inter,system-ui,sans-serif}.vf-dep__container{max-width:1200px;margin:0 auto;padding:0 24px}.vf-dep__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,44px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);text-align:center;margin:0 0 12px;letter-spacing:-.01em}.vf-dep__sub{font-size:17px;line-height:1.5;color:#1a1a1a;text-align:center;margin:0 auto 48px;font-weight:500}.vf-dep__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vf-dep__card{background:#fff;border-radius:16px;padding:24px 22px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:16px}.vf-dep__head{display:flex;gap:14px;align-items:center}.vf-dep__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#f0f0f0;flex-shrink:0}.vf-dep__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vf-dep__img--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c0de96,#5ebc43);color:#fff;font-family:Caprasimo,Georgia,serif;font-size:22px}.vf-dep__meta{display:flex;flex-direction:column;gap:2px}.vf-dep__name{font-family:Caprasimo,Georgia,serif;font-size:16px;line-height:1.2;color:#1a1a1a;margin:0}.vf-dep__info{font-size:12px;color:#777;margin:0}.vf-dep__content{font-size:15px;line-height:1.55;color:#333;margin:0;flex:1}.vf-dep__stars{display:flex;gap:2px;font-size:16px;color:#ddd}.vf-dep__star.is-on{color:#5ebc43}@media(max-width:989px){.vf-dep__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:749px){.vf-dep__grid{grid-template-columns:repeat(6,minmax(280px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:12px;-webkit-overflow-scrolling:touch}.vf-dep__card{scroll-snap-align:start}}.vf-faq{background:#fff;padding:clamp(56px,7vw,96px) 0;font-family:Inter,system-ui,sans-serif}.vf-faq__container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr;gap:48px}.vf-faq__intro{text-align:center}.vf-faq__eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--vf-green-dark, #1B5E20);background:#ecffe5;padding:6px 14px;border-radius:999px;margin:0 0 16px}.vf-faq__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,44px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);margin:0 0 14px;letter-spacing:-.01em;font-weight:400}.vf-faq__sub{font-size:17px;line-height:1.55;color:#1a1a1a;margin:0 auto 32px;max-width:520px;font-weight:500}.vf-faq__support{display:inline-flex;align-items:center;gap:14px;background:#f0fdf4;border:1px solid #DCFCE7;padding:14px 20px;border-radius:14px;text-align:left}.vf-faq__support-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#fff;color:var(--vf-green-dark, #1B5E20);display:flex;align-items:center;justify-content:center}.vf-faq__support-icon svg{width:20px;height:20px}.vf-faq__support-text{display:flex;flex-direction:column;gap:2px}.vf-faq__support-text strong{font-family:Caprasimo,Georgia,serif;font-weight:400;color:#1a1a1a;font-size:15px}.vf-faq__support-link{color:var(--vf-green-dark, #1B5E20);text-decoration:none;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:4px;transition:gap .2s ease}.vf-faq__support-link:hover{gap:8px}.vf-faq__list{display:flex;flex-direction:column;gap:10px}.vf-faq__item{background:#fafafa;border-radius:14px;overflow:hidden;border:1px solid #EFEFEF;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.vf-faq__item:hover{border-color:#dcfce7}.vf-faq__item[open]{background:#fff;border-color:var(--vf-green-light, #C0DE96);box-shadow:0 6px 20px #1b5e2014}.vf-faq__question{list-style:none;cursor:pointer;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:Caprasimo,Georgia,serif;font-size:17px;line-height:1.3;color:#1a1a1a;transition:color .2s ease}.vf-faq__question::-webkit-details-marker{display:none}.vf-faq__question::marker{content:""}.vf-faq__item[open] .vf-faq__question{color:var(--vf-green-dark, #1B5E20)}.vf-faq__qtext{flex:1}.vf-faq__icon{position:relative;width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--vf-green, #5EBC43);transition:transform .3s ease,background .25s ease}.vf-faq__icon:before,.vf-faq__icon:after{content:"";position:absolute;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.vf-faq__icon:before{width:14px;height:2px}.vf-faq__icon:after{width:2px;height:14px;transition:opacity .2s ease}.vf-faq__item[open] .vf-faq__icon{background:var(--vf-green-dark, #1B5E20);transform:rotate(180deg)}.vf-faq__item[open] .vf-faq__icon:after{opacity:0}.vf-faq__answer{padding:0 24px 26px;font-size:16px;line-height:1.65;color:#1a1a1a;font-weight:500}.vf-faq__answer p{margin:0 0 12px}.vf-faq__answer p:last-child{margin-bottom:0}.vf-faq__answer strong{color:var(--vf-green-dark, #1B5E20);font-weight:700}.vf-faq__answer a{color:var(--vf-green-dark, #1B5E20);text-decoration:underline;font-weight:600}.vf-faq__answer ul,.vf-faq__answer ol{margin:8px 0 8px 22px}.vf-faq__answer li{margin-bottom:6px}@media(min-width:750px){.vf-faq__container{grid-template-columns:1fr}}@media(min-width:990px){.vf-faq__container{grid-template-columns:380px 1fr;gap:80px;align-items:start}.vf-faq__intro{text-align:left;position:sticky;top:100px}.vf-faq__sub{margin-left:0;margin-right:0}}@media(max-width:749px){.vf-faq__question{padding:18px 20px;font-size:16px}.vf-faq__answer{padding:0 20px 20px;font-size:14px}.vf-faq__support{display:flex}}.vf-fb{background:#e8f3da;padding:64px 16px}.vf-fb__inner{max-width:1160px;margin:0 auto;text-align:center}.vf-fb__eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--vf-green-dark, #009933);background:#fff;padding:6px 14px;border-radius:999px;margin:0 0 16px;box-shadow:0 1px 3px #00000014}.vf-fb__heading{font-family:Caprasimo,Capriola,Georgia,serif;font-size:clamp(26px,4vw,40px);color:var(--vf-green-dark, #1B5E20);line-height:1.15;margin:0 0 14px;font-weight:400;letter-spacing:-.01em}.vf-fb__heading-emoji{display:inline-block;margin-left:4px;vertical-align:-2px}.vf-fb__credential{font-family:Inter,sans-serif;font-size:15px;color:#1a1a1a;margin:0 auto 40px;max-width:640px;line-height:1.55;font-weight:500}.vf-fb__credential strong{color:var(--vf-green-dark, #009933);font-weight:700}.vf-fb__credential p{margin:0}.vf-fb__grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}.vf-fb__col{display:flex;flex-direction:column;gap:22px}.vf-fb__card{display:flex;gap:14px;text-align:left;align-items:flex-start}.vf-fb__icon{flex-shrink:0;width:56px;height:56px;border-radius:14px;background:#ecffe5;display:flex;align-items:center;justify-content:center;color:var(--vf-green-dark, #009933);transition:transform .2s ease,background .2s ease}.vf-fb__icon svg{width:32px;height:32px}.vf-fb__icon--spark{background:#fef3c7;color:#b45309}.vf-fb__icon--leaf{background:#ecffe5;color:#093}.vf-fb__icon--moon{background:#e0e7ff;color:#4338ca}.vf-fb__icon--sparkle{background:#fce7f3;color:#be185d}.vf-fb__icon--drop{background:#dbeafe;color:#1d4ed8}.vf-fb__icon--shield{background:#ecffe5;color:#093}.vf-fb__icon--heart{background:#ffe4e6;color:#be123c}.vf-fb__card-body{flex:1}.vf-fb__card-title{font-family:Caprasimo,Capriola,Georgia,serif;font-size:20px;color:var(--vf-green-dark, #009933);margin:0 0 8px;font-weight:400;line-height:1.2;letter-spacing:-.005em}.vf-fb__card-desc{font-family:Inter,sans-serif;font-size:15px;color:#1a1a1a;line-height:1.55;margin:0;font-weight:500}.vf-fb__photo{width:100%;max-width:360px;margin:8px auto;aspect-ratio:9 / 12;background:var(--vf-beige, #F5EDE0);border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vf-fb__photo-img{width:100%;height:100%;object-fit:cover;display:block}.vf-fb__photo-placeholder{color:var(--vf-green, #5EBC43);opacity:.4;padding:40px}.vf-fb__photo-placeholder svg{width:100%;height:100%}@media(min-width:750px)and (max-width:989px){.vf-fb__grid{grid-template-columns:1fr 1fr;gap:30px}.vf-fb__photo{grid-column:1 / -1;order:-1;aspect-ratio:16 / 10;max-width:480px}}@media(min-width:990px){.vf-fb{padding:80px 24px}.vf-fb__grid{grid-template-columns:1fr 360px 1fr;gap:56px;align-items:center}.vf-fb__col{gap:32px}.vf-fb__col--left .vf-fb__card{flex-direction:row-reverse;text-align:right}.vf-fb__col--left .vf-fb__card-body{text-align:right}.vf-fb__photo{max-width:100%;aspect-ratio:9 / 14}}@media(prefers-reduced-motion:no-preference){.vf-fb__card:hover .vf-fb__icon{transform:scale(1.08)}}.vf-hero{position:relative;width:100%;max-width:1200px;margin:16px auto 0;overflow:hidden;background:#1a1a1a;border-radius:16px}.vf-hero--small{aspect-ratio:21 / 9}.vf-hero--medium{aspect-ratio:16 / 9}.vf-hero--large{aspect-ratio:16 / 10}.vf-hero--full{min-height:92vh;aspect-ratio:auto}.vf-hero__track{position:relative;width:100%;height:100%}.vf-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease-in-out;pointer-events:none}.vf-hero__slide.is-active{opacity:1;pointer-events:auto}.vf-hero__slide-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1;text-decoration:none}.vf-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vf-hero__img--placeholder{background:linear-gradient(135deg,#5ebc43,#093)}.vf-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#00000059);pointer-events:none}.vf-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:5vw clamp(20px,6vw,80px);color:var(--vf-hero-text-color, #ffffff);max-width:720px;z-index:2;pointer-events:none}.vf-hero__content>*{pointer-events:auto}.vf-hero__slide--left .vf-hero__content{align-items:flex-start;text-align:left}.vf-hero__slide--center .vf-hero__content{align-items:center;text-align:center;left:50%;transform:translate(-50%)}.vf-hero__slide--right .vf-hero__content{align-items:flex-end;text-align:right;right:0;left:auto}.vf-hero__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(36px,6vw,78px);line-height:1.05;margin:0 0 16px;letter-spacing:-.01em}.vf-hero__sub{font-family:Inter,system-ui,sans-serif;font-size:clamp(15px,1.6vw,20px);line-height:1.5;margin:0 0 28px;max-width:540px}.vf-hero__cta{display:inline-flex;align-items:center;gap:10px;background:#5ebc43;color:#fff;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:15px;padding:16px 32px;border-radius:999px;text-decoration:none;transition:transform .2s ease,background .2s ease}.vf-hero__cta:hover{background:#093;transform:translateY(-2px)}.vf-hero__cta span{transition:transform .2s ease}.vf-hero__cta:hover span{transform:translate(4px)}.vf-hero__dots{position:absolute;bottom:clamp(20px,4vw,40px);left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:4}.vf-hero__dot{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;background:transparent;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.vf-hero__dot.is-active{background:#fff;transform:scale(1.2)}@media(max-width:749px){.vf-hero{max-width:100%;margin:0 auto;border-radius:0}.vf-hero--small,.vf-hero--medium,.vf-hero--large{aspect-ratio:3 / 4}.vf-hero--full{min-height:80vh}.vf-hero__content{max-width:100%;padding:28px 20px 80px;justify-content:flex-end}.vf-hero__sub{max-width:100%;font-size:14.5px;margin-bottom:20px}.vf-hero__heading{font-size:clamp(28px,8vw,42px)}.vf-hero__overlay{background:linear-gradient(180deg,#0000001a,#0000008c 70%,#000000b3)}.vf-hero__slide--left .vf-hero__content,.vf-hero__slide--right .vf-hero__content,.vf-hero__slide--center .vf-hero__content{align-items:flex-start;text-align:left;left:0;right:0;transform:none}.vf-hero__cta{padding:14px 24px;font-size:14px}}.vf-ing{background:var(--vf-ing-bg, #E8F3DA);padding:clamp(48px,7vw,80px) 0;font-family:Inter,system-ui,sans-serif}.vf-ing__container{max-width:1200px;margin:0 auto;padding:0 24px}.vf-ing__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(26px,3.6vw,42px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);text-align:center;margin:0 0 12px;letter-spacing:-.01em}.vf-ing__sub{font-size:16px;line-height:1.5;color:#1a1a1a;text-align:center;max-width:640px;margin:0 auto 48px;font-weight:500}.vf-ing__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.vf-ing__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.vf-ing__media{width:100%;max-width:160px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.vf-ing__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vf-ing__img--placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c0de96,#5ebc43)}.vf-ing__name{font-family:Caprasimo,Georgia,serif;font-size:18px;line-height:1.2;color:var(--vf-green-dark, #009933);margin:8px 0 4px}.vf-ing__desc{font-size:14px;line-height:1.5;color:#1a1a1a;margin:0;font-weight:500;max-width:200px;padding:0 4px}@media(max-width:989px){.vf-ing__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.vf-ing__grid{grid-template-columns:repeat(5,minmax(180px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:12px;-webkit-overflow-scrolling:touch}.vf-ing__card{scroll-snap-align:start}.vf-ing__media{max-width:140px}}.vf-kit-kids{padding:clamp(56px,8vw,96px) 0;background:linear-gradient(180deg,#fff8e1,#fafafa);font-family:Inter,system-ui,sans-serif}.vf-kit-kids__container{max-width:1100px;margin:0 auto;padding:0 24px}.vf-kit-kids__eyebrow{text-align:center;font-size:13px;color:var(--vf-green-dark, #1B5E20);text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin:0 0 10px}.vf-kit-kids__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(30px,4.5vw,48px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);text-align:center;margin:0 0 14px;letter-spacing:-.01em;font-weight:400}.vf-kit-kids__subheading{font-size:17px;line-height:1.55;color:#1a1a1a;text-align:center;max-width:640px;margin:0 auto 48px;font-weight:500}.vf-kit-kids__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.vf-kit-kids__card{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 2px 8px #0000000a;border:1px solid #EFEFEF}.vf-kit-kids__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #5ebc4326}.vf-kit-kids__media-link{display:block;text-decoration:none}.vf-kit-kids__media{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff8e1;display:flex;align-items:center;justify-content:center;overflow:hidden}.vf-kit-kids__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.vf-kit-kids__img--placeholder{width:60%;height:60%;background:linear-gradient(135deg,#fcd34d,#93c5fd);border-radius:14px}.vf-kit-kids__badge{position:absolute;top:14px;left:14px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:7px 14px;border-radius:999px;background:#fcd34d;color:#1a1a1a;z-index:2}.vf-kit-kids__body{padding:24px 22px 26px;display:flex;flex-direction:column;gap:10px;flex:1}.vf-kit-kids__name{font-family:Caprasimo,Georgia,serif;font-size:24px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:400}.vf-kit-kids__age{font-size:13px;color:var(--vf-green-dark, #1B5E20);margin:0;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.vf-kit-kids__desc{font-size:14px;line-height:1.5;color:#555;margin:4px 0 0}.vf-kit-kids__bullets{list-style:none;margin:8px 0 4px;padding:0;display:flex;flex-direction:column;gap:6px}.vf-kit-kids__bullets li{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;line-height:1.4;color:#1a1a1a}.vf-kit-kids__bullets svg{width:16px;height:16px;color:var(--vf-green, #5EBC43);flex-shrink:0;margin-top:2px}.vf-kit-kids__price-box{background:#f0fdf4;padding:16px 18px;border-radius:12px;margin-top:auto;display:flex;flex-direction:column;gap:4px;border:1px solid #DCFCE7}.vf-kit-kids__installment{font-family:Caprasimo,Georgia,serif;font-size:24px;color:var(--vf-green-dark, #1B5E20);line-height:1.15;font-weight:400;letter-spacing:-.005em}.vf-kit-kids__price{font-family:Inter,sans-serif;font-size:13px;color:#6b6b6b;line-height:1.3;font-weight:500}.vf-kit-kids__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--vf-green, #5EBC43);color:#fff;font-weight:700;font-size:14.5px;padding:14px 22px;border-radius:999px;text-decoration:none;text-align:center;transition:background .2s ease,transform .2s ease;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 2px 0 var(--vf-green-dark, #1B5E20)}.vf-kit-kids__cta:hover{background:var(--vf-green-dark, #1B5E20);transform:translateY(1px);box-shadow:0 1px 0 var(--vf-green-dark, #1B5E20)}.vf-kit-kids__cta span{transition:transform .2s ease}.vf-kit-kids__cta:hover span{transform:translate(4px)}.vf-kit-kids__help-box{margin:48px auto 0;max-width:640px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:16px;border:1px solid #E5E5E5}.vf-kit-kids__help{margin:0;font-size:15px;line-height:1.55;color:#1a1a1a;font-weight:500}.vf-kit-kids__help a{color:var(--vf-green-dark, #1B5E20);font-weight:700;text-decoration:underline}.vf-kit-kids__wa-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;text-decoration:none;padding:12px 24px;border-radius:999px;font-weight:700;font-size:14.5px;letter-spacing:.02em;box-shadow:0 2px #128c7e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.vf-kit-kids__wa-btn:hover{background:#128c7e;transform:translateY(1px);box-shadow:0 1px #128c7e}.vf-kit-kids__wa-btn svg{flex-shrink:0}@media(max-width:750px){.vf-kit-kids__grid{grid-template-columns:1fr;gap:20px}.vf-kit-kids__container{padding:0 16px}.vf-kit-kids__name{font-size:22px}.vf-kit-kids__body{padding:20px 18px 22px;gap:8px}}.vf-kit{padding:clamp(48px,7vw,80px) 0;background:#fafafa;font-family:Inter,system-ui,sans-serif}.vf-kit__container{max-width:960px;margin:0 auto;padding:0 24px}.vf-kit__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,4vw,44px);line-height:1.15;color:var(--vf-green-dark, #1B5E20);text-align:center;margin:0 0 12px;letter-spacing:-.01em}.vf-kit__subheading{font-size:17px;line-height:1.5;color:#1a1a1a;text-align:center;max-width:560px;margin:0 auto 48px;font-weight:500}.vf-kit__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.vf-kit__card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 1px 3px #0000000a}.vf-kit__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.vf-kit__media-link{display:block;text-decoration:none}.vf-kit__media{position:relative;width:100%;aspect-ratio:1 / 1;background:#f5ede0;display:flex;align-items:center;justify-content:center;overflow:hidden}.vf-kit__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.vf-kit__img--placeholder{width:60%;height:60%;background:linear-gradient(135deg,#c0de96,#5ebc43);border-radius:12px}.vf-kit__badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:6px 12px;border-radius:999px;z-index:2}.vf-kit__badge--best{background:#5ebc43;color:#fff}.vf-kit__badge--kids{background:#c0de96;color:#1a1a1a}.vf-kit__badge--family{background:#fbbf24;color:#1a1a1a}.vf-kit__badge--default{background:#1a1a1a;color:#fff}.vf-kit__body{padding:20px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.vf-kit__name{font-family:Caprasimo,Georgia,serif;font-size:18px;line-height:1.2;color:#1a1a1a;margin:0}.vf-kit__age{font-size:12px;color:#777;margin:0;text-transform:uppercase;letter-spacing:.04em}.vf-kit__desc{font-size:13px;line-height:1.45;color:#555;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vf-kit__price-box{background:#f0fdf4;padding:14px 16px;border-radius:10px;margin-top:auto;display:flex;flex-direction:column;gap:4px;border:1px solid #DCFCE7}.vf-kit__installment{font-family:Caprasimo,Georgia,serif;font-size:22px;color:var(--vf-green-dark, #1B5E20);line-height:1.15;font-weight:400;letter-spacing:-.005em}.vf-kit__price{font-family:Inter,sans-serif;font-size:13px;color:#6b6b6b;line-height:1.3;font-weight:500}.vf-kit__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#5ebc43;color:#fff;font-weight:600;font-size:14px;padding:12px 18px;border-radius:999px;text-decoration:none;text-align:center;transition:background .2s ease,transform .2s ease}.vf-kit__cta:hover{background:#093}.vf-kit__cta span{transition:transform .2s ease}.vf-kit__cta:hover span{transform:translate(4px)}@media(max-width:989px){.vf-kit__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:540px){.vf-kit__grid{grid-template-columns:repeat(2,1fr);gap:12px}.vf-kit__container{padding:0 16px}.vf-kit__name{font-size:17px}.vf-kit__age{font-size:12px}.vf-kit__benefit-list li{font-size:12.5px}.vf-kit__price-row{gap:4px;flex-direction:column;align-items:flex-start}.vf-kit__cta{padding:12px 16px;font-size:13px}.vf-kit__body{padding:16px 14px;gap:10px}.vf-kit__badge{font-size:9px;padding:4px 8px}}.vf-pdp-idade{background:#fff;padding:32px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-idade__container{max-width:1080px;margin:0 auto;padding:0 24px}.vf-pdp-idade__card{background:linear-gradient(135deg,#f5ede0,#e8f3da);border:1px solid rgba(27,94,32,.15);border-radius:18px;padding:24px 28px;display:flex;gap:18px;align-items:flex-start}.vf-pdp-idade__icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#1b5e20;color:#fff;display:flex;align-items:center;justify-content:center}.vf-pdp-idade__icon svg{width:24px;height:24px}.vf-pdp-idade__body{flex:1}.vf-pdp-idade__title{display:block;font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:19px;color:#1b5e20;margin-bottom:6px;letter-spacing:-.005em;line-height:1.2}.vf-pdp-idade__text{margin:0 0 12px;font-size:14.5px;line-height:1.55;color:#1a1a1a}.vf-pdp-idade__cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1b5e20;text-decoration:none;padding:8px 16px;background:#fff9;border-radius:999px;transition:background .2s ease,transform .2s ease;border:1px solid rgba(27,94,32,.2)}.vf-pdp-idade__cta:hover{background:#1b5e20;color:#fff;transform:translateY(-1px)}.vf-pdp-idade__cta span{transition:transform .2s ease}.vf-pdp-idade__cta:hover span{transform:translate(3px)}@media(min-width:750px){.vf-pdp-idade{padding:48px 0}.vf-pdp-idade__card{padding:28px 36px}.vf-pdp-idade__title{font-size:22px}.vf-pdp-idade__text{font-size:15.5px}}.vf-pdp-cal{background:#fff;padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-cal__container{max-width:920px;margin:0 auto;padding:0 24px}.vf-pdp-cal__header{text-align:center;margin-bottom:40px}.vf-pdp-cal__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-cal__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.6vw,38px);line-height:1.15;color:#1b5e20;margin:0 0 14px;letter-spacing:-.01em;font-weight:400}.vf-pdp-cal__sub{font-size:15px;line-height:1.6;color:#555;max-width:580px;margin:0 auto}.vf-pdp-cal__card{background:#f5ede0;border-radius:18px;padding:8px 0 24px;border:1px solid rgba(27,94,32,.1);overflow:hidden}.vf-pdp-cal__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.vf-pdp-cal__table{width:100%;border-collapse:collapse;min-width:540px}.vf-pdp-cal__th{padding:18px 16px 14px;text-align:left;border-bottom:2px solid rgba(27,94,32,.2);background:transparent;vertical-align:bottom}.vf-pdp-cal__th--month{width:28%}.vf-pdp-cal__th-eyebrow{display:block;font-size:10.5px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}.vf-pdp-cal__th-label{display:block;font-family:Caprasimo,Georgia,serif;font-size:14px;color:#1b5e20;font-weight:400;line-height:1.2;letter-spacing:-.005em}.vf-pdp-cal__row{transition:background .15s ease}.vf-pdp-cal__row:hover{background:#fff9}.vf-pdp-cal__row--highlight{background:#5ebc431f}.vf-pdp-cal__row--highlight:hover{background:#5ebc432e}.vf-pdp-cal__td{padding:14px 16px;font-size:14px;color:#1a1a1a;border-bottom:1px dashed rgba(27,94,32,.12);line-height:1.4}.vf-pdp-cal__row:last-child .vf-pdp-cal__td{border-bottom:none}.vf-pdp-cal__td--month{font-weight:600;color:#1b5e20}.vf-pdp-cal__td--strong{font-weight:700}.vf-pdp-cal__footnote{margin:20px 24px 0;font-size:13px;color:#555;line-height:1.6;text-align:center;font-style:italic}@media(min-width:750px){.vf-pdp-cal__th{padding:22px 20px 16px}.vf-pdp-cal__th-label{font-size:16px}.vf-pdp-cal__td{padding:16px 20px;font-size:15px}}.vf-kids-como-tomar{background:linear-gradient(180deg,#fff,#fff8e1);padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-kids-como-tomar__container{max-width:1180px;margin:0 auto;padding:0 24px}.vf-kids-como-tomar__header{text-align:center;margin-bottom:40px;max-width:720px;margin-left:auto;margin-right:auto}.vf-kids-como-tomar__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#fcd34d;background:#1b5e20;padding:5px 14px;border-radius:999px;letter-spacing:1.5px;margin-bottom:14px}.vf-kids-como-tomar__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,4vw,42px);line-height:1.1;color:#1b5e20;margin:0 0 14px;letter-spacing:-.015em;font-weight:400}.vf-kids-como-tomar__sub{font-size:16px;line-height:1.55;color:#555;margin:0}.vf-kids-como-tomar__visual{margin:0 auto 40px;max-width:920px;border-radius:24px;overflow:hidden;background:#fff8e1;border:1px solid rgba(252,211,77,.3)}.vf-kids-como-tomar__visual img{width:100%;height:auto;display:block}.vf-kids-como-tomar__steps{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:48px}.vf-kids-como-tomar__step{background:#fff;border:2px solid #FCD34D;border-radius:24px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.vf-kids-como-tomar__step:hover{transform:translateY(-3px);box-shadow:0 12px 32px #fcd34d33}.vf-kids-como-tomar__step--main{border-color:#1b5e20;background:#e8f3da}.vf-kids-como-tomar__step-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}.vf-kids-como-tomar__step-num{flex-shrink:0;width:48px;height:48px;background:#fcd34d;color:#1b5e20;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Caprasimo,Georgia,serif;font-size:24px;line-height:1;font-weight:400}.vf-kids-como-tomar__step--main .vf-kids-como-tomar__step-num{background:#1b5e20;color:#fff}.vf-kids-como-tomar__step-label{display:block;font-size:11px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}.vf-kids-como-tomar__step-title{font-family:Caprasimo,Georgia,serif;font-size:20px;color:#1b5e20;margin:0 0 4px;letter-spacing:-.005em;line-height:1.2;font-weight:400}.vf-kids-como-tomar__step-when{display:block;font-size:13px;color:#777;font-weight:600}.vf-kids-como-tomar__step-text{margin:0;font-size:15px;line-height:1.55;color:#1a1a1a}.vf-kids-como-tomar__step-text strong{color:#1b5e20}.vf-kids-como-tomar__arrow{display:flex;align-items:center;justify-content:center;color:#1b5e20;transform:rotate(90deg);margin:-4px 0}.vf-kids-como-tomar__arrow svg{width:28px;height:28px}.vf-kids-como-tomar__dosage{background:#fff;border:2px solid #1B5E20;border-radius:24px;padding:32px 24px;margin-bottom:32px}.vf-kids-dose__title{font-family:Caprasimo,Georgia,serif;font-size:clamp(22px,2.8vw,28px);color:#1b5e20;text-align:center;margin:0 0 6px;font-weight:400;letter-spacing:-.01em}.vf-kids-dose__sub{text-align:center;font-size:14px;color:#555;margin:0 0 28px}.vf-kids-dose__row{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-radius:20px;padding:32px 24px;display:grid;grid-template-columns:1fr auto 1fr 1fr auto 1fr;align-items:center;gap:16px 24px}.vf-kids-dose__row--three{grid-template-columns:1fr 1fr auto 1fr 1fr auto 1fr 1fr;gap:14px 18px}.vf-kids-dose__cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.vf-kids-dose__age-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1b5e20;opacity:.7}.vf-kids-dose__age-value{font-family:Caprasimo,Georgia,serif;font-size:clamp(20px,2.6vw,28px);color:#1b5e20;font-weight:400;letter-spacing:-.01em}.vf-kids-dose__ml{font-family:Caprasimo,Georgia,serif;font-size:clamp(40px,5vw,56px);color:#1b5e20;font-weight:400;letter-spacing:-.01em;line-height:1}.vf-kids-dose__freq{font-size:13px;color:#1b5e20;font-weight:600;letter-spacing:.02em}.vf-kids-dose__divider{width:1px;height:64px;background:#1b5e2040}.vf-kids-dose__note{text-align:center;margin:16px 0 0;font-size:13px;color:#777;font-style:italic}@media(max-width:720px){.vf-kids-dose__row{grid-template-columns:1fr 1fr;padding:24px 18px;gap:14px 12px}.vf-kids-dose__cell{gap:6px}.vf-kids-dose__cell--ml{background:#fff6;border-radius:14px;padding:10px 8px}.vf-kids-dose__divider{grid-column:1 / -1;width:100%;height:1px}}.vf-kids-como-tomar__enzima{margin-top:24px;display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#fff8e1,#fcd34d 120%);border:1px dashed #FBBF24;border-radius:16px;padding:18px 22px}.vf-kids-como-tomar__enzima-icon{flex-shrink:0;width:38px;height:38px;background:#1b5e20;color:#fcd34d;border-radius:50%;display:flex;align-items:center;justify-content:center}.vf-kids-como-tomar__enzima-icon svg{width:20px;height:20px}.vf-kids-como-tomar__enzima strong{display:block;font-family:Caprasimo,Georgia,serif;font-size:16px;color:#1b5e20;margin-bottom:4px;font-weight:400}.vf-kids-como-tomar__enzima p{margin:0;font-size:14.5px;color:#333;line-height:1.5}.vf-kids-como-tomar__tip{background:#dbeafe;border-left:4px solid #2563EB;border-radius:0 14px 14px 0;padding:16px 20px;display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}.vf-kids-como-tomar__tip-icon{flex-shrink:0;color:#2563eb;width:24px;height:24px}.vf-kids-como-tomar__tip-icon svg{width:100%;height:100%}.vf-kids-como-tomar__tip strong{display:block;color:#1e40af;font-size:14px;margin-bottom:3px}.vf-kids-como-tomar__tip p{margin:0;font-size:13.5px;line-height:1.55;color:#1e40af}.vf-kids-como-tomar__warning{background:#fef3c7;border-left:4px solid #D97706;border-radius:0 14px 14px 0;padding:14px 20px;display:flex;gap:14px;align-items:flex-start}.vf-kids-como-tomar__warning-icon{flex-shrink:0;color:#d97706;width:22px;height:22px}.vf-kids-como-tomar__warning-icon svg{width:100%;height:100%}.vf-kids-como-tomar__warning p{margin:0;font-size:13.5px;line-height:1.55;color:#92400e}@media(min-width:750px){.vf-kids-como-tomar{padding:96px 0}.vf-kids-como-tomar__steps{grid-template-columns:1fr auto 1fr;align-items:stretch}.vf-kids-como-tomar__arrow{transform:rotate(0);margin:0}.vf-kids-como-tomar__dosage-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.vf-kids-como-tomar__dosage-grid{grid-template-columns:repeat(5,1fr)}.vf-kids-como-tomar__dose-card{flex-direction:column;align-items:center;text-align:center;gap:6px;padding:22px 14px}.vf-kids-como-tomar__dose-freq{min-width:auto;text-align:center}.vf-kids-como-tomar__dose-amount{font-size:30px}}.vf-pdp-como-tomar{background:#fafafa;padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-como-tomar__container{max-width:1180px;margin:0 auto;padding:0 24px}.vf-pdp-como-tomar__header{text-align:center;margin-bottom:40px}.vf-pdp-como-tomar__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-como-tomar__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,42px);line-height:1.1;color:#1b5e20;margin:0 0 14px;letter-spacing:-.015em;font-weight:400}.vf-pdp-como-tomar__sub{font-size:16px;line-height:1.55;color:#555;max-width:640px;margin:0 auto}.vf-pdp-como-tomar__visual{margin:0 auto 48px;max-width:920px;border-radius:18px;overflow:hidden;background:#f5ede0}.vf-pdp-como-tomar__visual img{width:100%;height:auto;display:block}.vf-pdp-como-tomar__phases{display:grid;grid-template-columns:1fr;gap:20px}.vf-pdp-como-tomar__phase{background:#fff;border-radius:18px;padding:28px;border:1px solid #ECECEC;transition:box-shadow .2s ease,transform .2s ease}.vf-pdp-como-tomar__phase:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.vf-pdp-como-tomar__phase-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:18px}.vf-pdp-como-tomar__phase-num{flex-shrink:0;width:52px;height:52px;background:#1b5e20;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Caprasimo,Georgia,serif;font-size:24px;font-weight:400;line-height:1}.vf-pdp-como-tomar__phase-label{display:block;font-size:11px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px}.vf-pdp-como-tomar__phase-title{font-family:Caprasimo,Georgia,serif;font-size:22px;color:#1b5e20;margin:0 0 4px;letter-spacing:-.01em;line-height:1.15;font-weight:400}.vf-pdp-como-tomar__phase-duration{display:block;font-size:13px;color:#777;font-weight:600}.vf-pdp-como-tomar__phase-intro{font-size:14.5px;line-height:1.55;color:#1a1a1a;margin:0 0 18px;padding-bottom:16px;border-bottom:1px dashed rgba(27,94,32,.18)}.vf-pdp-como-tomar__doses{display:flex;flex-direction:column;gap:14px}.vf-pdp-como-tomar__dose{display:flex;flex-direction:column;gap:4px}.vf-pdp-como-tomar__dose-component{display:inline-block;align-self:flex-start;background:#e8f3da;color:#1b5e20;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px;letter-spacing:.3px}.vf-pdp-como-tomar__dose-instruction{font-size:14px;color:#1a1a1a;line-height:1.55}.vf-pdp-como-tomar__warning{margin:40px auto 0;max-width:800px;background:#fef3c7;border:1px solid #FDE68A;border-radius:14px;padding:16px 20px;display:flex;gap:14px;align-items:flex-start}.vf-pdp-como-tomar__warning-icon{flex-shrink:0;color:#d97706;width:24px;height:24px}.vf-pdp-como-tomar__warning-icon svg{width:100%;height:100%}.vf-pdp-como-tomar__warning p{margin:0;font-size:14px;line-height:1.55;color:#92400e}.vf-pdp-como-tomar__warning strong{color:#92400e}@media(min-width:750px){.vf-pdp-como-tomar{padding:96px 0}.vf-pdp-como-tomar__phases{grid-template-columns:1fr 1fr;gap:24px}.vf-pdp-como-tomar__phase{padding:32px}}.vf-econ{background:linear-gradient(180deg,#fff,#e8f3da);padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-econ__container{max-width:1080px;margin:0 auto;padding:0 24px}.vf-econ__header{text-align:center;margin-bottom:40px;max-width:680px;margin-left:auto;margin-right:auto}.vf-econ__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;background:#1b5e20;padding:6px 14px;border-radius:999px;margin-bottom:14px}.vf-econ__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,4vw,42px);color:#1b5e20;font-weight:400;letter-spacing:-.015em;line-height:1.15;margin:0}.vf-econ__compare{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch;position:relative}.vf-econ__col{background:#fff;border-radius:20px;padding:28px 28px 32px;display:flex;flex-direction:column;border:2px solid #ECECEC}.vf-econ__col--kit{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-color:#fbbf24;position:relative}.vf-econ__col-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#777;margin-bottom:18px}.vf-econ__col-label--kit{color:#1b5e20}.vf-econ__list{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:12px;flex:1}.vf-econ__list li{display:flex;justify-content:space-between;align-items:center;font-size:14.5px;color:#333;padding-bottom:12px;border-bottom:1px dashed rgba(0,0,0,.08)}.vf-econ__list li:last-child{border-bottom:none;padding-bottom:0}.vf-econ__col--kit .vf-econ__list li{color:#1b5e20;border-bottom-color:#1b5e2033}.vf-econ__list strong{font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:16px;color:#1b5e20}.vf-econ__list-frete span,.vf-econ__list-frete strong{color:#777;font-size:13px}.vf-econ__list-frete--free strong{color:#1b5e20;font-weight:700;font-family:Inter,sans-serif}.vf-econ__list-desconto span,.vf-econ__list-desconto strong{color:#1b5e20;font-weight:700}.vf-econ__total{display:flex;justify-content:space-between;align-items:baseline;padding-top:14px;border-top:2px solid rgba(0,0,0,.1)}.vf-econ__col--kit .vf-econ__total{border-top-color:#1b5e204d}.vf-econ__total-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1b5e20}.vf-econ__total-value{font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:clamp(28px,4vw,38px);color:#1b5e20;letter-spacing:-.01em}.vf-econ__total--separado .vf-econ__total-value{color:#777;text-decoration:line-through;text-decoration-thickness:2px}.vf-econ__economia{margin-top:18px;background:#1b5e20;color:#fcd34d;padding:14px 18px;border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.vf-econ__economia span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vf-econ__economia strong{font-family:Caprasimo,Georgia,serif;font-size:clamp(26px,3.4vw,34px);font-weight:400;letter-spacing:-.01em}.vf-econ__vs{align-self:center;background:#1b5e20;color:#fcd34d;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Caprasimo,Georgia,serif;font-size:14px;font-weight:400;letter-spacing:.04em;box-shadow:0 6px 16px #00000026;z-index:2;margin:-10px auto}.vf-econ__footnote{text-align:center;margin:32px 0 0;font-size:13.5px;color:#555;font-style:italic}@media(min-width:820px){.vf-econ__compare{grid-template-columns:1fr auto 1fr;gap:24px}.vf-econ__vs{margin:0}}.vf-kids-esc{background:linear-gradient(180deg,#fff8e1,#fff);padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-kids-esc__container{max-width:1180px;margin:0 auto;padding:0 24px}.vf-kids-esc__split{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.vf-kids-esc__media{border:2px solid #FCD34D;border-radius:24px;overflow:hidden;aspect-ratio:1;background:#fff8e1}.vf-kids-esc__media img{width:100%;height:100%;object-fit:cover;display:block}.vf-kids-esc__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;background:#1b5e20;padding:6px 14px;border-radius:999px;margin-bottom:14px}.vf-kids-esc__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,4vw,40px);color:#1b5e20;font-weight:400;letter-spacing:-.015em;line-height:1.15;margin:0 0 16px}.vf-kids-esc__body{font-size:16px;line-height:1.55;color:#333;margin:0 0 24px}.vf-kids-esc__list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:16px}.vf-kids-esc__list li{display:flex;align-items:flex-start;gap:14px}.vf-kids-esc__check{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fcd34d;color:#1b5e20;display:flex;align-items:center;justify-content:center}.vf-kids-esc__check svg{width:16px;height:16px}.vf-kids-esc__list strong{display:block;font-family:Caprasimo,Georgia,serif;font-size:18px;color:#1b5e20;margin-bottom:4px;font-weight:400;letter-spacing:-.005em}.vf-kids-esc__list p{margin:0;font-size:14.5px;color:#555;line-height:1.5}.vf-kids-esc__footnote{font-size:13px;color:#777;font-style:italic;margin:0}@media(min-width:900px){.vf-kids-esc__split{grid-template-columns:1fr 1.2fr;gap:56px}}.vf-kids-est{background:#1b5e20;color:#fff;font-family:Inter,system-ui,sans-serif;overflow:hidden;position:relative}.vf-kids-est:before{content:"";position:absolute;top:24px;right:24px;width:80px;height:80px;background:#fcd34d;border-radius:50%;opacity:.15;z-index:0}.vf-kids-est__container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.vf-kids-est__split{display:grid;grid-template-columns:1fr}.vf-kids-est__media{aspect-ratio:1 / 1;overflow:hidden;background:#0d3e12}.vf-kids-est__media img{width:100%;height:100%;object-fit:cover;display:block}.vf-kids-est__content{padding:56px 28px;display:flex;flex-direction:column;justify-content:center;gap:16px}.vf-kids-est__eyebrow{display:inline-block;align-self:flex-start;font-size:12px;font-weight:700;color:#1b5e20;background:#fcd34d;padding:5px 14px;border-radius:999px;letter-spacing:1.5px}.vf-kids-est__stat{display:flex;flex-direction:column;gap:6px}.vf-kids-est__stat-number{font-family:Caprasimo,Georgia,serif;font-size:clamp(56px,9vw,110px);line-height:.95;color:#fcd34d;letter-spacing:-.03em;font-weight:400}.vf-kids-est__stat-label{font-family:Caprasimo,Georgia,serif;font-size:clamp(20px,2.6vw,28px);line-height:1.2;color:#fff;margin:0;letter-spacing:-.01em;font-weight:400;max-width:480px}.vf-kids-est__body{margin:0;font-size:15.5px;line-height:1.6;color:#ffffffd9;max-width:480px}.vf-kids-est__source{display:inline-flex;align-items:center;gap:8px;margin:8px 0 0;font-size:12px;color:#ffffffa6;font-style:italic}.vf-kids-est__source svg{width:14px;height:14px;flex-shrink:0}@media(min-width:750px){.vf-kids-est__split{grid-template-columns:1fr 1fr}.vf-kids-est__media{aspect-ratio:auto}.vf-kids-est__content{padding:72px 56px}}@media(min-width:990px){.vf-kids-est__content{padding:96px 80px}}.vf-pdp-est{background:#1b5e20;color:#fff;font-family:Inter,system-ui,sans-serif;overflow:hidden}.vf-pdp-est__container{max-width:1280px;margin:0 auto}.vf-pdp-est__split{display:grid;grid-template-columns:1fr}.vf-pdp-est__media{aspect-ratio:1 / 1;overflow:hidden;background:#0d3e12}.vf-pdp-est__media img{width:100%;height:100%;object-fit:cover;display:block}.vf-pdp-est__content{padding:56px 28px;display:flex;flex-direction:column;justify-content:center;gap:16px}.vf-pdp-est__eyebrow{display:inline-block;align-self:flex-start;font-size:12px;font-weight:700;color:#c0de96;text-transform:uppercase;letter-spacing:2px}.vf-pdp-est__stat{display:flex;flex-direction:column;gap:6px}.vf-pdp-est__stat-number{font-family:Caprasimo,Georgia,serif;font-size:clamp(56px,9vw,110px);line-height:.95;color:#fff;letter-spacing:-.03em;font-weight:400}.vf-pdp-est__stat-label{font-family:Caprasimo,Georgia,serif;font-size:clamp(20px,2.6vw,28px);line-height:1.2;color:#fff;margin:0;letter-spacing:-.01em;font-weight:400;max-width:480px}.vf-pdp-est__body{margin:0;font-size:15.5px;line-height:1.6;color:#ffffffd9;max-width:480px}.vf-pdp-est__source{display:inline-flex;align-items:center;gap:8px;margin:8px 0 0;font-size:12px;color:#ffffffa6;font-style:italic}.vf-pdp-est__source svg{width:14px;height:14px;flex-shrink:0}@media(min-width:750px){.vf-pdp-est__split{grid-template-columns:1fr 1fr}.vf-pdp-est__media{aspect-ratio:auto}.vf-pdp-est__content{padding:72px 56px}}@media(min-width:990px){.vf-pdp-est__content{padding:96px 80px}}.vf-fam{background:#fafafa;padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-fam__container{max-width:1280px;margin:0 auto;padding:0 24px}.vf-fam__header{text-align:center;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto}.vf-fam__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1b5e20;background:#e8f3da;padding:6px 14px;border-radius:999px;margin-bottom:14px}.vf-fam__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,4vw,40px);color:#1b5e20;font-weight:400;letter-spacing:-.015em;line-height:1.15;margin:0 0 12px}.vf-fam__sub{font-size:16px;line-height:1.55;color:#555;margin:0}.vf-fam__grid{display:grid;grid-template-columns:1fr;gap:18px}.vf-fam__card{background:#fff;border-radius:20px;padding:28px 24px;border:2px solid #ECECEC;display:flex;flex-direction:column;gap:12px;transition:transform .3s ease,box-shadow .3s ease}.vf-fam__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1b5e201a}.vf-fam__card--adulto{border-color:#5ebc43}.vf-fam__card--kids24,.vf-fam__card--kids59{border-color:#fcd34d}.vf-fam__icon{width:52px;height:52px;border-radius:50%;background:#fff8e1;display:flex;align-items:center;justify-content:center}.vf-fam__card--adulto .vf-fam__icon{background:#e8f3da}.vf-fam__icon svg{width:30px;height:30px;color:#1b5e20}.vf-fam__badge{display:inline-block;align-self:flex-start;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#5ebc43;padding:4px 10px;border-radius:999px}.vf-fam__badge--kids{background:#fbbf24;color:#1b5e20}.vf-fam__card-title{font-family:Caprasimo,Georgia,serif;font-size:20px;color:#1b5e20;font-weight:400;letter-spacing:-.01em;margin:0}.vf-fam__card-age{font-size:12.5px;color:#777;margin:0}.vf-fam__card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;flex:1}.vf-fam__card-list li{font-size:13.5px;color:#333;padding-left:18px;position:relative;line-height:1.4}.vf-fam__card-list li:before{content:"";position:absolute;left:0;top:6px;width:11px;height:11px;border-radius:50%;background:#fcd34d}.vf-fam__card--adulto .vf-fam__card-list li:before{background:#5ebc43}.vf-fam__card-cycle{margin-top:6px;padding-top:12px;border-top:1px dashed rgba(27,94,32,.2);font-size:12.5px;font-weight:700;color:#1b5e20}.vf-fam__footnote{text-align:center;margin:32px 0 0;font-size:13.5px;color:#777;font-style:italic}@media(min-width:700px){.vf-fam__grid{grid-template-columns:1fr 1fr;gap:20px}}@media(min-width:1024px){.vf-fam__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.vf-pdp-faq{background:#fff;padding:64px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-faq__container{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr;gap:32px}.vf-pdp-faq__intro{max-width:480px}.vf-pdp-faq__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-faq__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.6vw,40px);line-height:1.1;color:#1b5e20;margin:0 0 14px;letter-spacing:-.015em;font-weight:400}.vf-pdp-faq__sub{font-size:15px;line-height:1.6;color:#555;margin:0 0 24px}.vf-pdp-faq__support{background:#f5ede0;border-radius:14px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start}.vf-pdp-faq__support-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#1b5e20;color:#fff;display:flex;align-items:center;justify-content:center}.vf-pdp-faq__support-icon svg{width:20px;height:20px}.vf-pdp-faq__support strong{display:block;font-family:Caprasimo,Georgia,serif;font-weight:400;color:#1b5e20;font-size:16px;margin-bottom:4px;letter-spacing:-.005em}.vf-pdp-faq__support p{margin:0;font-size:13.5px;line-height:1.55;color:#1a1a1a}.vf-pdp-faq__column{display:flex;flex-direction:column;gap:28px}.vf-pdp-faq__cta{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border-radius:18px;padding:28px 26px;text-align:center;display:flex;flex-direction:column;gap:14px;align-items:center}.vf-pdp-faq__cta-text{font-family:Caprasimo,Georgia,serif;font-size:clamp(18px,2.2vw,22px);line-height:1.25;color:#fff;margin:0;letter-spacing:-.005em;font-weight:400}.vf-pdp-faq__cta-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;text-decoration:none;padding:14px 28px;border-radius:999px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #25d36659}.vf-pdp-faq__cta-btn:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.vf-pdp-faq__cta-btn svg{width:22px;height:22px;flex-shrink:0}.vf-pdp-faq__list{display:flex;flex-direction:column;gap:10px}.vf-pdp-faq__item{background:#fafafa;border:1px solid #ECECEC;border-radius:14px;overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.vf-pdp-faq__item[open]{background:#fff;border-color:#c0de96;box-shadow:0 4px 14px #1b5e200f}.vf-pdp-faq__q{list-style:none;padding:20px 22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#1a1a1a;line-height:1.4}.vf-pdp-faq__q::-webkit-details-marker{display:none}.vf-pdp-faq__item[open] .vf-pdp-faq__q-text{color:#1b5e20}.vf-pdp-faq__caret{position:relative;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#e8f3da;transition:background .2s ease,transform .2s ease}.vf-pdp-faq__caret:before,.vf-pdp-faq__caret:after{content:"";position:absolute;background:#1b5e20;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease}.vf-pdp-faq__caret:before{width:12px;height:2px}.vf-pdp-faq__caret:after{width:2px;height:12px}.vf-pdp-faq__item[open] .vf-pdp-faq__caret{background:#1b5e20;transform:rotate(45deg)}.vf-pdp-faq__item[open] .vf-pdp-faq__caret:before,.vf-pdp-faq__item[open] .vf-pdp-faq__caret:after{background:#fff}.vf-pdp-faq__a{padding:0 22px 22px;font-size:14.5px;line-height:1.7;color:#1a1a1a}.vf-pdp-faq__a p{margin:0 0 10px}.vf-pdp-faq__a p:last-child{margin-bottom:0}.vf-pdp-faq__a strong{color:#1b5e20;font-weight:600}.vf-pdp-faq__a a{color:#1b5e20;text-decoration:underline;text-underline-offset:3px;font-weight:600}.vf-pdp-faq__a a:hover{color:#5ebc43}@media(min-width:990px){.vf-pdp-faq{padding:96px 0}.vf-pdp-faq__container{grid-template-columns:.85fr 1fr;gap:64px}.vf-pdp-faq__intro{position:sticky;top:100px;align-self:start}}.vf-pdp-ing{background:#e8f3da;padding:64px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-ing__container{max-width:1280px;margin:0 auto}.vf-pdp-ing__header{text-align:center;margin-bottom:40px;padding:0 24px}.vf-pdp-ing__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#1b5e20;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-ing__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.6vw,38px);line-height:1.15;color:#1b5e20;margin:0 0 12px;letter-spacing:-.01em;font-weight:400}.vf-pdp-ing__sub{font-size:15px;line-height:1.55;color:#1a1a1a;max-width:620px;margin:0 auto}.vf-pdp-ing__scroller{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 24px 16px;scrollbar-width:none}.vf-pdp-ing__scroller::-webkit-scrollbar{display:none}.vf-pdp-ing__card{flex:0 0 75%;max-width:280px;scroll-snap-align:start;background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.vf-pdp-ing__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.vf-pdp-ing__image{aspect-ratio:1 / 1;background:#c0de96;display:flex;align-items:center;justify-content:center;overflow:hidden}.vf-pdp-ing__image img{width:100%;height:100%;object-fit:cover;display:block}.vf-pdp-ing__leaf{color:#1b5e20;opacity:.4}.vf-pdp-ing__leaf svg{width:64px;height:64px}.vf-pdp-ing__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:6px;flex:1}.vf-pdp-ing__name{font-family:Caprasimo,Georgia,serif;font-size:19px;color:#1b5e20;margin:0;letter-spacing:-.005em;line-height:1.2;font-weight:400}.vf-pdp-ing__latin{font-style:italic;font-size:12px;color:#777;margin-bottom:2px}.vf-pdp-ing__desc{margin:4px 0 0;font-size:13.5px;color:#1a1a1a;line-height:1.55;flex:1}.vf-pdp-ing__tag{align-self:flex-start;margin-top:10px;background:#e8f3da;color:#1b5e20;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:5px 12px;border-radius:999px}@media(min-width:750px){.vf-pdp-ing{padding:88px 0}.vf-pdp-ing__card{flex:0 0 calc(33.333% - 12px);max-width:none}}@media(min-width:1100px){.vf-pdp-ing__scroller{display:grid;grid-template-columns:repeat(5,1fr);overflow:visible;padding:4px 24px 0}.vf-pdp-ing__card{flex:1;max-width:none}}.vf-pdp{background:#fff;padding:32px 0 64px;font-family:Inter,system-ui,sans-serif}.vf-pdp__container{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr;gap:32px}.vf-pdp__gallery{display:flex;flex-direction:column;gap:12px}.vf-pdp__main-image{aspect-ratio:1 / 1;background:#f5ede0;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vf-pdp__img{width:100%;height:100%;object-fit:cover;display:block}.vf-pdp__img--placeholder{color:#5ebc43;opacity:.4;padding:60px}.vf-pdp__img--placeholder svg{width:100%;height:100%}.vf-pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vf-pdp__thumb{aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#f5ede0;cursor:pointer;padding:0;transition:border-color .2s ease}.vf-pdp__thumb:hover{border-color:#c0de96}.vf-pdp__thumb.is-active{border-color:var(--vf-green-dark, #1B5E20)}.vf-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.vf-pdp__thumb--placeholder{background:#f5ede0}.vf-pdp__buy-inner{display:flex;flex-direction:column;gap:16px}.vf-pdp__vendor{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:1.5px;margin:0;font-weight:600}.vf-pdp__title{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.6vw,40px);line-height:1.15;margin:0;color:var(--vf-green-dark, #1B5E20);letter-spacing:-.01em;font-weight:400}.vf-pdp__age-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#1b5e20;background:#e8f3da;padding:5px 12px;border-radius:999px;letter-spacing:.4px;margin-top:4px}.vf-pdp__age-badge svg{width:14px;height:14px}.vf-pdp__protocol-link{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:10px 16px;background:#e8f3da;border:1px solid rgba(27,94,32,.2);border-radius:999px;font-size:13px;font-weight:700;color:#1b5e20;text-decoration:none;transition:background .2s ease,transform .2s ease;align-self:flex-start;max-width:100%;flex-wrap:wrap;line-height:1.3}.vf-pdp__protocol-link:hover{background:#1b5e20;color:#fff;transform:translateY(-1px)}.vf-pdp__protocol-link svg{width:16px;height:16px;flex-shrink:0}.vf-pdp__protocol-link span{transition:transform .2s ease}.vf-pdp__protocol-link:hover span{transform:translate(3px)}.vf-pdp__rating{display:flex;align-items:center;gap:8px}.vf-pdp__stars{display:inline-flex;color:#fbbf24}.vf-pdp__stars svg{width:16px;height:16px}.vf-pdp__rating-text{font-size:13px;color:#555}.vf-pdp__rating-text strong{color:#1a1a1a;margin-right:2px}.vf-pdp__short{font-size:16px;line-height:1.55;color:#1a1a1a;margin:0;font-weight:500}.vf-pdp__price-box{background:#f0fdf4;border:1px solid #DCFCE7;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:4px}.vf-pdp__compare{font-size:13px;color:#777;text-decoration:line-through}.vf-pdp__installment{font-family:Caprasimo,Georgia,serif;font-size:clamp(22px,2.8vw,28px);color:var(--vf-green-dark, #1B5E20);line-height:1.15;margin:0;font-weight:400;letter-spacing:-.005em}.vf-pdp__price-cash{font-size:14px;color:#555;margin:0;font-weight:500}.vf-pdp__pix{font-size:13px;color:#1a1a1a;margin:6px 0 0;padding-top:8px;border-top:1px dashed #DCFCE7}.vf-pdp__pix strong{color:var(--vf-green-dark, #1B5E20)}.vf-pdp__volume-badge{margin-top:10px;padding:10px 14px;background:linear-gradient(135deg,#fcd34d,#fbbf24);color:#1b5e20;border-radius:10px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;line-height:1.3;box-shadow:0 4px 12px #fcd34d40}.vf-pdp__volume-badge[hidden]{display:none}.vf-pdp__volume-badge-icon{font-size:16px;flex-shrink:0}.vf-pdp__volume-badge-text{flex:1}.vf-pdp__components{border:1px solid #EFEFEF;border-radius:14px;padding:16px 18px;background:#fafafa}.vf-pdp__components-label{font-family:Caprasimo,Georgia,serif;font-size:15px;color:var(--vf-green-dark, #1B5E20);margin:0 0 12px;font-weight:400}.vf-pdp__components-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.vf-pdp__component{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:#1a1a1a}.vf-pdp__component-check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--vf-green, #5EBC43);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:1px}.vf-pdp__component-check svg{width:12px;height:12px}.vf-pdp__component-text{display:flex;flex-direction:column}.vf-pdp__component-text strong{font-weight:600}.vf-pdp__component-spec{font-size:12px;color:#777;margin-top:2px}.vf-pdp__form{display:flex;flex-direction:column;gap:12px;margin-top:4px}.vf-pdp__variants{display:flex;flex-direction:column;gap:8px}.vf-pdp__variant-label{font-size:13px;font-weight:600;color:#1a1a1a}.vf-pdp__variant-options{display:flex;gap:8px;flex-wrap:wrap}.vf-pdp__pill{cursor:pointer;padding:8px 16px;border:1px solid #E8E8E8;border-radius:999px;font-size:13px;color:#1a1a1a;transition:all .2s ease}.vf-pdp__pill input{position:absolute;opacity:0}.vf-pdp__pill:has(input:checked){background:var(--vf-green-dark, #1B5E20);color:#fff;border-color:var(--vf-green-dark, #1B5E20)}.vf-pdp__qty-wrap{display:flex;align-items:center;gap:16px}.vf-pdp__qty-label{font-size:13px;font-weight:600;color:#1a1a1a}.vf-pdp__qty{display:inline-flex;align-items:center;border:1px solid #E8E8E8;border-radius:10px;overflow:hidden}.vf-pdp__qty-btn{background:transparent;border:none;width:38px;height:42px;font-size:18px;cursor:pointer;color:#1a1a1a;transition:background .2s ease}.vf-pdp__qty-btn:hover{background:#f5f5f5}.vf-pdp__qty-input{border:none;width:50px;text-align:center;font-size:14px;font-weight:600;color:#1a1a1a;background:transparent}.vf-pdp__qty-input::-webkit-inner-spin-button,.vf-pdp__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vf-pdp__cupom-badge{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(90deg,#e8f3da,#f0fdf4);border:1px dashed var(--vf-green-dark, #1B5E20);border-radius:10px;margin-bottom:4px;line-height:1.35}.vf-pdp__cupom-badge-icon{font-size:18px;flex-shrink:0}.vf-pdp__cupom-badge-text{font-size:13.5px;color:#1a1a1a;font-weight:500;letter-spacing:.1px}.vf-pdp__cupom-badge-text strong{color:var(--vf-green-dark, #1B5E20);font-weight:800;background:#fff;padding:1px 6px;border-radius:4px;letter-spacing:.4px}.vf-pdp__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:12px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;text-decoration:none}.vf-pdp__cta--primary{background:var(--vf-green, #5EBC43);color:#fff;box-shadow:0 2px 0 var(--vf-green-dark, #1B5E20)}.vf-pdp__cta--primary:hover{background:var(--vf-green-dark, #1B5E20);transform:translateY(1px);box-shadow:0 1px 0 var(--vf-green-dark, #1B5E20)}.vf-pdp__cta--secondary{background:transparent;color:var(--vf-green-dark, #1B5E20);border-color:var(--vf-green-dark, #1B5E20)}.vf-pdp__cta--secondary:hover{background:var(--vf-green-dark, #1B5E20);color:#fff}.vf-pdp__cta[disabled]{opacity:.5;cursor:not-allowed}.vf-pdp__cta span{transition:transform .2s ease}.vf-pdp__cta:hover span{transform:translate(3px)}.vf-pdp__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;margin:8px 0 0;padding:16px 12px;background:#fafafa;border-radius:12px}.vf-pdp__badges li{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font-size:11px;color:#555;font-weight:600}.vf-pdp__badges svg{width:24px;height:24px;color:var(--vf-green-dark, #1B5E20)}.vf-pdp__accordions{display:flex;flex-direction:column;gap:6px;margin-top:8px}.vf-pdp__accordion{border:1px solid #EFEFEF;border-radius:12px;overflow:hidden;background:#fafafa}.vf-pdp__accordion[open]{background:#fff;border-color:#c0de96}.vf-pdp__accordion summary{list-style:none;cursor:pointer;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;font-family:Caprasimo,Georgia,serif;font-size:15px;color:#1a1a1a}.vf-pdp__accordion summary::-webkit-details-marker{display:none}.vf-pdp__acc-icon{position:relative;width:20px;height:20px;flex-shrink:0}.vf-pdp__acc-icon:before,.vf-pdp__acc-icon:after{content:"";position:absolute;background:var(--vf-green-dark, #1B5E20);top:50%;left:50%;transform:translate(-50%,-50%)}.vf-pdp__acc-icon:before{width:12px;height:2px}.vf-pdp__acc-icon:after{width:2px;height:12px;transition:opacity .2s ease}.vf-pdp__accordion[open] .vf-pdp__acc-icon:after{opacity:0}.vf-pdp__acc-content{padding:0 18px 18px;font-size:14px;line-height:1.6;color:#1a1a1a}.vf-pdp__acc-content p{margin:0 0 8px}.vf-pdp__acc-content strong{color:var(--vf-green-dark, #1B5E20)}@media(min-width:990px){.vf-pdp{padding:48px 0 80px}.vf-pdp__container{grid-template-columns:1.05fr 1fr;gap:56px}.vf-pdp__gallery{position:sticky;top:100px;align-self:start}}.vf-pdp-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ECECEC;box-shadow:0 -6px 24px #00000014;z-index:100;transform:translateY(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);pointer-events:none;padding-bottom:env(safe-area-inset-bottom,0)}.vf-pdp-sticky.is-visible{transform:translateY(0);pointer-events:auto}body:has(.vf-pdp-sticky.is-visible){padding-bottom:168px}@media(min-width:750px){body:has(.vf-pdp-sticky.is-visible){padding-bottom:96px}}.vf-pdp-sticky__inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.vf-pdp-sticky__product{display:flex;gap:12px;align-items:center}.vf-pdp-sticky__thumb{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#f5ede0}.vf-pdp-sticky__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.vf-pdp-sticky__name{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-pdp-sticky__price{font-size:13px;color:#555;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.vf-pdp-sticky__price strong{font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:16px;color:#1b5e20;letter-spacing:-.005em}.vf-pdp-sticky__price span{font-size:11.5px;color:#777}.vf-pdp-sticky__actions{display:flex;gap:10px;align-items:stretch}.vf-pdp-sticky__qty{display:inline-flex;align-items:center;border:1px solid #E0E0E0;border-radius:10px;overflow:hidden;background:#fff}.vf-pdp-sticky__qty-btn{background:transparent;border:none;width:34px;height:44px;font-size:18px;line-height:1;cursor:pointer;color:#1a1a1a;padding:0;transition:background .15s ease}.vf-pdp-sticky__qty-btn:hover{background:#f5f5f5}.vf-pdp-sticky__qty-input{border:none;width:40px;text-align:center;font-size:14px;font-weight:700;color:#1a1a1a;background:transparent;-moz-appearance:textfield}.vf-pdp-sticky__qty-input::-webkit-inner-spin-button,.vf-pdp-sticky__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vf-pdp-sticky__form{flex:1;display:flex}.vf-pdp-sticky__cta{flex:1;background:#5ebc43;color:#fff;border:none;border-radius:10px;padding:0 18px;font-family:Inter,sans-serif;font-weight:700;font-size:13.5px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px #1b5e20;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px}.vf-pdp-sticky__cta:hover{background:#1b5e20;transform:translateY(1px);box-shadow:0 1px #1b5e20}.vf-pdp-sticky__cta:disabled{opacity:.6;cursor:not-allowed;background:#999;box-shadow:none}.vf-pdp-sticky__cta span{transition:transform .2s ease}.vf-pdp-sticky__cta:hover span:not([aria-hidden]){transform:translate(3px)}@media(min-width:750px){.vf-pdp-sticky__inner{flex-direction:row;align-items:center;padding:14px 24px;gap:24px}.vf-pdp-sticky__product{flex:1}.vf-pdp-sticky__thumb{width:56px;height:56px}.vf-pdp-sticky__name{font-size:14px}.vf-pdp-sticky__price strong{font-size:17px}.vf-pdp-sticky__actions{flex-shrink:0}.vf-pdp-sticky__cta{font-size:14px;padding:0 28px}}.vf-kids-pers{background:#fff8e1;padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-kids-pers__container{max-width:1280px;margin:0 auto;padding:0 24px}.vf-kids-pers__header{text-align:center;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto}.vf-kids-pers__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#fcd34d;background:#1b5e20;padding:5px 14px;border-radius:999px;letter-spacing:1.5px;margin-bottom:14px}.vf-kids-pers__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,42px);line-height:1.1;color:#1b5e20;margin:0 0 14px;letter-spacing:-.015em;font-weight:400}.vf-kids-pers__sub{font-size:16px;line-height:1.55;color:#1a1a1a;margin:0}.vf-kids-pers__grid{display:grid;grid-template-columns:1fr;gap:24px}.vf-kids-pers__card{background:#fff;border:2px solid #FCD34D;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.vf-kids-pers__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #fcd34d40}.vf-kids-pers__media{aspect-ratio:1 / 1;overflow:hidden;background:#fcd34d}.vf-kids-pers__media img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:750px){.vf-kids-pers{padding:96px 0}.vf-kids-pers__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.vf-pdp-pers{background:#f5ede0;padding:72px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-pers__container{max-width:1280px;margin:0 auto;padding:0 24px}.vf-pdp-pers__header{text-align:center;margin-bottom:48px;max-width:720px;margin-left:auto;margin-right:auto}.vf-pdp-pers__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-pers__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,42px);line-height:1.1;color:#1b5e20;margin:0 0 14px;letter-spacing:-.015em;font-weight:400}.vf-pdp-pers__sub{font-size:16px;line-height:1.55;color:#1a1a1a;margin:0}.vf-pdp-pers__grid{display:grid;grid-template-columns:1fr;gap:24px}.vf-pdp-pers__card{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(27,94,32,.08)}.vf-pdp-pers__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.vf-pdp-pers__media{aspect-ratio:1 / 1;overflow:hidden;background:#e8f3da}.vf-pdp-pers__media img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:750px){.vf-pdp-pers{padding:96px 0}.vf-pdp-pers__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.vf-pdp-stats{background:#fff;padding:64px 0;font-family:Inter,system-ui,sans-serif}.vf-pdp-stats__container{max-width:880px;margin:0 auto;padding:0 24px}.vf-pdp-stats__header{text-align:center;margin-bottom:40px}.vf-pdp-stats__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.vf-pdp-stats__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.6vw,38px);line-height:1.15;color:#1b5e20;margin:0 0 12px;letter-spacing:-.01em;font-weight:400}.vf-pdp-stats__sub{font-size:15px;line-height:1.55;color:#555;max-width:580px;margin:0 auto}.vf-pdp-stats__card{background:#f5ede0;border-radius:18px;padding:8px 28px 24px;border:1px solid rgba(27,94,32,.08)}.vf-pdp-stats__list{list-style:none;margin:0;padding:0}.vf-pdp-stats__row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px dashed rgba(27,94,32,.18);gap:16px}.vf-pdp-stats__row:last-child{border-bottom:none}.vf-pdp-stats__label{font-size:14px;color:#1a1a1a;font-weight:500;line-height:1.4}.vf-pdp-stats__value{font-size:15px;color:#1b5e20;font-weight:600;text-align:right;line-height:1.4}.vf-pdp-stats__value strong{font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:18px;letter-spacing:-.01em}.vf-pdp-stats__footnote{margin:20px 0 0;font-size:12px;color:#777;line-height:1.5;text-align:center;font-style:italic}@media(min-width:750px){.vf-pdp-stats{padding:88px 0}.vf-pdp-stats__card{padding:12px 40px 28px}.vf-pdp-stats__row{padding:20px 0}.vf-pdp-stats__label{font-size:15px}.vf-pdp-stats__value strong{font-size:20px}}.vf-kids-volta{background:linear-gradient(180deg,#fff,#fff8e1);padding:80px 0 96px;font-family:Inter,system-ui,sans-serif}.vf-kids-volta__container{max-width:1180px;margin:0 auto;padding:0 24px}.vf-kids-volta__header{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}.vf-kids-volta__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#fcd34d;background:#1b5e20;padding:5px 14px;border-radius:999px;letter-spacing:1.5px;margin-bottom:14px}.vf-kids-volta__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(30px,4.4vw,48px);line-height:1.05;color:#1b5e20;margin:0 0 16px;letter-spacing:-.02em;font-weight:400}.vf-kids-volta__sub{font-size:17px;line-height:1.55;color:#555;margin:0}.vf-kids-volta__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:48px}.vf-kids-volta__card{background:#fff;border:2px solid #FCD34D;border-radius:24px;padding:32px 28px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.vf-kids-volta__card:hover{transform:translateY(-6px) rotate(-.5deg);box-shadow:0 16px 40px #fcd34d4d;border-color:#fbbf24}.vf-kids-volta__illustration{width:96px;height:96px;margin:0 auto 24px;color:#1b5e20;display:flex;align-items:center;justify-content:center}.vf-kids-volta__illustration svg{width:100%;height:100%}.vf-kids-volta__title{font-family:Caprasimo,Georgia,serif;font-size:22px;color:#1b5e20;margin:0 0 12px;letter-spacing:-.01em;line-height:1.15;font-weight:400}.vf-kids-volta__text{margin:0;font-size:15px;line-height:1.55;color:#1a1a1a}.vf-kids-volta__quote{position:relative;text-align:center;max-width:720px;margin:0 auto;padding:32px 24px 0}.vf-kids-volta__quote-mark{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-family:Caprasimo,Georgia,serif;font-size:clamp(56px,9vw,80px);line-height:1;color:#fcd34d;opacity:.65}.vf-kids-volta__quote p{font-family:Caprasimo,Georgia,serif;font-size:clamp(20px,2.6vw,26px);line-height:1.3;color:#1b5e20;margin:0;letter-spacing:-.01em;font-weight:400}@media(min-width:750px){.vf-kids-volta{padding:96px 0 120px}.vf-kids-volta__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:990px){.vf-kids-volta__grid{grid-template-columns:repeat(4,1fr);gap:20px}.vf-kids-volta__card{padding:36px 24px}}.vf-pdp-volta{background:linear-gradient(180deg,#fff,#f5ede0);padding:80px 0 96px;font-family:Inter,system-ui,sans-serif}.vf-pdp-volta__container{max-width:1180px;margin:0 auto;padding:0 24px}.vf-pdp-volta__header{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}.vf-pdp-volta__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#5ebc43;text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}.vf-pdp-volta__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(30px,4.4vw,48px);line-height:1.05;color:#1b5e20;margin:0 0 16px;letter-spacing:-.02em;font-weight:400}.vf-pdp-volta__sub{font-size:17px;line-height:1.55;color:#555;margin:0}.vf-pdp-volta__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:48px}.vf-pdp-volta__card{background:#fff;border:1px solid rgba(27,94,32,.1);border-radius:20px;padding:32px 28px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.vf-pdp-volta__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1b5e201a;border-color:#5ebc4366}.vf-pdp-volta__illustration{width:96px;height:96px;margin:0 auto 24px;color:#1b5e20;display:flex;align-items:center;justify-content:center}.vf-pdp-volta__illustration svg{width:100%;height:100%}.vf-pdp-volta__title{font-family:Caprasimo,Georgia,serif;font-size:22px;color:#1b5e20;margin:0 0 12px;letter-spacing:-.01em;line-height:1.15;font-weight:400}.vf-pdp-volta__text{margin:0;font-size:15px;line-height:1.55;color:#1a1a1a}.vf-pdp-volta__quote{position:relative;text-align:center;max-width:720px;margin:0 auto;padding:32px 24px 0}.vf-pdp-volta__quote-mark{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-family:Caprasimo,Georgia,serif;font-size:clamp(56px,9vw,80px);line-height:1;color:#5ebc43;opacity:.35}.vf-pdp-volta__quote p{font-family:Caprasimo,Georgia,serif;font-size:clamp(20px,2.6vw,26px);line-height:1.3;color:#1b5e20;margin:0;letter-spacing:-.01em;font-weight:400}@media(min-width:750px){.vf-pdp-volta{padding:96px 0 120px}.vf-pdp-volta__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:990px){.vf-pdp-volta__grid{grid-template-columns:repeat(4,1fr);gap:20px}.vf-pdp-volta__card{padding:36px 24px}}.vf-ticker{background:#fff;padding:18px 0;overflow:hidden;position:relative;border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0}.vf-ticker:before,.vf-ticker:after{content:"";position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:2}.vf-ticker:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.vf-ticker:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.vf-ticker__track{display:flex;width:max-content;animation:vf-ticker-scroll var(--vf-ticker-duration, 30s) linear infinite}.vf-ticker__group{display:flex;align-items:center;flex-shrink:0}.vf-ticker__item{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;margin:0 12px;background:#ecffe5;color:#093;border-radius:999px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;white-space:nowrap;letter-spacing:.2px}.vf-ticker__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.vf-ticker__icon svg{width:18px;height:18px}.vf-ticker__text{line-height:1}@keyframes vf-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(hover:hover){.vf-ticker:hover .vf-ticker__track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.vf-ticker__track{animation:none;transform:translate(0);flex-wrap:wrap;justify-content:center}.vf-ticker__group:nth-child(2){display:none}}@media(max-width:749px){.vf-ticker{padding:14px 0}.vf-ticker__item{padding:6px 14px;font-size:13px;margin:0 8px}.vf-ticker__icon svg{width:16px;height:16px}.vf-ticker:before,.vf-ticker:after{width:30px}}.vf-stats{background:var(--vf-stats-bg, #FFFFFF);padding:clamp(56px,7vw,96px) 0;font-family:Inter,system-ui,sans-serif}.vf-stats__container{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.vf-stats__eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--vf-green-dark, #1B5E20);background:#ecffe5;padding:6px 14px;border-radius:999px;margin:0 0 16px}.vf-stats__heading{font-family:Caprasimo,Georgia,serif;font-size:clamp(28px,3.8vw,44px);line-height:1.15;margin:0 0 14px;letter-spacing:-.01em;color:var(--vf-green-dark, #1B5E20);font-weight:400}.vf-stats__sub{font-size:17px;line-height:1.5;color:#1a1a1a;max-width:640px;margin:0 auto 56px;font-weight:500}.vf-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.vf-stats__card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f0fdf4;border:1px solid #DCFCE7;border-radius:20px;padding:36px 24px;gap:8px;transition:transform .2s ease,box-shadow .2s ease}.vf-stats__card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1b5e201f}.vf-stats__icon{width:56px;height:56px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--vf-green-dark, #1B5E20);margin-bottom:12px;box-shadow:0 2px 8px #1b5e2014}.vf-stats__icon svg{width:30px;height:30px}.vf-stats__num{font-family:Caprasimo,Georgia,serif;font-size:clamp(40px,6vw,60px);line-height:1;letter-spacing:-.02em;color:var(--vf-green-dark, #1B5E20);font-weight:400}.vf-stats__label{font-family:Caprasimo,Georgia,serif;font-size:18px;line-height:1.25;color:#1a1a1a;margin-top:4px;max-width:240px;font-weight:400}.vf-stats__micro{font-size:14px;line-height:1.5;color:#555;margin:8px 0 0;max-width:240px;font-weight:400}.vf-stats__footnote{font-size:13px;color:#777;margin:40px auto 0;max-width:580px;line-height:1.55;font-style:italic}@media(max-width:989px){.vf-stats__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.vf-stats__grid{grid-template-columns:1fr;gap:16px}.vf-stats__card{padding:28px 20px}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
