:root{--bg: #f8f8f5;--surface: #ffffff;--surface-soft: #f6f7f3;--surface-glow: #eef7f0;--ink: #123426;--ink-soft: #1f4a38;--muted: #65706d;--muted-soft: #9ca4a0;--line: #e6ebe7;--line-strong: #d7e1da;--accent: #0e4a2f;--accent-2: #1d6b45;--accent-soft: #eef8f1;--footer: #16271f;--shadow-soft: 0 18px 45px rgba(18, 52, 38, .06);--shadow-card: 0 20px 60px rgba(17, 48, 35, .08);--radius-xl: 40px;--radius-lg: 30px;--radius-md: 22px;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;--font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,select,textarea,button{font:inherit}button{cursor:pointer}svg{display:block}.list-unstyled{list-style:none;margin:0;padding:0}.visually-hidden,.skip-link{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.page-width{width:100%;max-width:1320px;margin:0 auto;padding-left:24px;padding-right:24px}.section-pad{padding:120px 0}.small-hide{display:initial}.medium-up-hide{display:none}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.vf-site{background:#fff}.vf-header{position:sticky;top:0;z-index:40;background:#ffffffd6;border-bottom:1px solid rgba(18,52,38,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.vf-header__inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.vf-logo,.vf-hero-v2__copy h1,.vf-section-head h2,.vf-collection-main h1,.vf-product-main__title,.vf-footer__logo,.vf-simple-main h1,.vf-auth-card h1,.vf-auth-card h2,.vf-product-reviews h2,.vf-search-main h1,.vf-cart-main h1,.vf-product-card-v2__title,.vf-review-form h3,.vf-review-cta-card h3,.vf-score-card__num,.vf-featured-card h3,.vf-cart-main__title{font-family:var(--font-display);letter-spacing:-.04em}.vf-logo{justify-self:start;font-size:2.2rem;font-weight:700;color:var(--ink)}.vf-nav{display:flex;align-items:center;justify-content:center;gap:28px}.vf-nav__link,.vf-cart-link,.vf-mobile-nav__link{position:relative;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-soft);transition:color .2s ease}.vf-nav__link:hover,.vf-nav__link.is-active,.vf-cart-link:hover,.vf-mobile-nav__link:hover,.vf-mobile-nav__link.is-active{color:var(--ink)}.vf-nav__link.is-active:after,.vf-mobile-nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:999px;background:#afd5bd}.vf-header__actions{justify-self:end;display:flex;align-items:center}.vf-cart-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:var(--ink)}.vf-cart-link__icon{width:22px;height:22px}.vf-cart-link__icon svg{width:100%;height:100%}.vf-cart-link__count{position:absolute;top:4px;right:2px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#1f7a50;color:#fff;font-size:9px}.vf-mobile-nav{display:none;gap:10px;padding-bottom:14px;overflow-x:auto;scrollbar-width:none}.vf-mobile-nav::-webkit-scrollbar{display:none}.vf-mobile-nav__link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#fff}.vf-badge-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 14px;border-radius:999px;background:var(--accent-soft);color:#295741;font-size:9px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.vf-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:60px;padding:0 30px;border-radius:999px;border:2px solid transparent;font-size:14px;font-weight:800;transition:all .25s ease}.vf-btn--primary{background:var(--accent);color:#fff;box-shadow:0 22px 40px #1234261f}.vf-btn--primary:hover{background:var(--ink-soft)}.vf-btn--outline{background:#fff;border-color:var(--ink);color:var(--ink)}.vf-btn--outline:hover{background:#f6faf7}.vf-btn--full{width:100%}.vf-hero-v2{padding:132px 0 116px;background:var(--bg);overflow:hidden}.vf-hero-v2__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,560px);gap:84px;align-items:center}.vf-hero-v2__copy{max-width:550px}.vf-hero-v2__copy .vf-badge-pill{margin-bottom:24px}.vf-hero-v2__copy h1{margin:0 0 24px;font-size:clamp(4.1rem,7vw,6rem);line-height:.96;color:var(--ink);max-width:10ch}.vf-hero-v2__copy p{max-width:44ch;margin:0 0 32px;color:var(--muted);font-size:15px;line-height:1.9}.vf-hero-v2__actions{display:flex;flex-wrap:wrap;gap:14px}.vf-hero-v2__checks{display:flex;flex-wrap:wrap;gap:24px;margin-top:42px}.vf-check{display:inline-flex;align-items:center;gap:8px;color:var(--muted-soft);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.vf-check__icon{color:#1f8b57}.vf-hero-v2__media{position:relative;display:flex;align-items:center;justify-content:center}.vf-hero-v2__glow{position:absolute;top:10%;right:-10%;bottom:10%;left:-10%;border-radius:999px;background:radial-gradient(circle,#b2e1c5bf,#b2e1c547 42%,#b2e1c500 72%);filter:blur(42px)}.vf-hero-v2__frame{position:relative;z-index:1;width:min(100%,530px);min-height:660px;display:flex;align-items:center;justify-content:center;padding:34px;background:#fffffff0;border-radius:42px;border:1px solid rgba(215,225,218,.75);box-shadow:0 30px 70px #1f5a431a}.vf-hero-v2__image{width:100%;max-width:400px;max-height:560px;object-fit:contain;object-position:center}.vf-section-head{max-width:780px;margin:0 auto 64px;text-align:center}.vf-section-head--light h2,.vf-section-head--light p{color:#fff}.vf-section-head .vf-badge-pill{margin-bottom:18px}.vf-section-head h2{margin:0 0 18px;font-size:clamp(2.8rem,5vw,5rem);line-height:1.02}.vf-section-head p{margin:0;color:var(--muted);font-size:18px;line-height:1.8}.vf-values__grid,.vf-featured-v2__grid,.vf-collection-grid{display:grid;gap:32px}.vf-values__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vf-featured-v2__grid,.vf-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vf-card{padding:40px;border-radius:40px;background:#f8faf8;border:1px solid transparent;transition:transform .25s ease,background .25s ease,border-color .25s ease}.vf-card:first-child{background:#edf8f0;border-color:#d2ead9}.vf-card:hover{transform:translateY(-3px);background:#f3faf5;border-color:#dcefe1}.vf-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#fff;box-shadow:0 10px 24px #0000000a;margin-bottom:26px;font-weight:900;color:var(--accent)}.vf-card h3{margin:0 0 12px;color:var(--ink);font-size:1.35rem}.vf-card p{margin:0;color:var(--muted);line-height:1.85}.vf-featured-v2{padding:96px 0;margin:0 24px 86px;border-radius:60px;background:var(--accent)}.vf-featured-card{display:flex;flex-direction:column;padding:24px;min-height:100%;border-radius:34px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:transform .28s ease,background .28s ease}.vf-featured-card:hover{transform:translateY(-4px);background:#ffffff14}.vf-featured-card__media{min-height:290px;margin-bottom:24px;background:#fff}.vf-featured-card h3{margin:0 0 8px;color:#fff;font-size:1.15rem;line-height:1.05}.vf-featured-card__tag{margin-bottom:22px;color:#fff9;font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.vf-featured-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.vf-featured-card__price{color:#fff;font-size:1.15rem;font-weight:900}.vf-round-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#ecf8ef;color:var(--ink);font-size:20px;font-weight:900}.vf-packshot-frame{display:flex;align-items:center;justify-content:center;padding:18px;background:#fff;border-radius:28px;box-shadow:inset 0 0 0 1px #17312608}.vf-packshot-frame--large{min-height:620px;padding:34px;border-radius:48px;background:var(--surface-soft);border:1px solid var(--line)}.vf-packshot-frame--thumb{aspect-ratio:1 / 1;padding:12px;border-radius:22px;background:var(--surface-soft);border:1px solid var(--line)}.vf-packshot-image{width:100%;height:100%;object-fit:contain;object-position:center}.vf-packshot-image--large{max-width:100%;max-height:540px}.vf-packshot-placeholder{display:flex;align-items:center;justify-content:center;width:100%;min-height:220px;padding:24px;border:1px dashed #d4ddd6;border-radius:24px;background:linear-gradient(180deg,#fff,#f6f8f5);color:var(--muted-soft);text-align:center;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.vf-packshot-placeholder--large{min-height:520px;border-radius:32px}.vf-packshot-placeholder--hero{min-height:500px;border-radius:30px}.vf-product-card-v2{display:flex;flex-direction:column;min-height:100%;padding:24px;border-radius:40px;background:#fff;border:1px solid #edf0ee;box-shadow:0 12px 32px #1731260a;transition:transform .3s ease,box-shadow .3s ease}.vf-product-card-v2:hover{transform:translateY(-4px);box-shadow:0 20px 50px #17312614}.vf-product-card-v2__media{min-height:340px;margin-bottom:28px;background:var(--surface-soft)}.vf-product-card-v2__title{margin:0 0 10px;font-size:1.9rem;line-height:1}.vf-product-card-v2__subtitle{margin:0 0 24px;color:var(--muted-soft);line-height:1.7}.vf-product-card-v2__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:12px}.vf-product-card-v2__tag{margin-bottom:4px;color:#2a7958;font-size:10px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.vf-product-card-v2__price{font-size:2rem;font-weight:900}.vf-collection-main,.vf-product-main,.vf-search-main,.vf-simple-main,.vf-auth-main,.vf-cart-main{padding-top:138px;padding-bottom:96px}.vf-collection-main h1,.vf-search-main h1,.vf-cart-main h1,.vf-simple-main h1{margin:14px 0 16px;font-size:clamp(3rem,5vw,5.2rem);line-height:.96}.vf-collection-main__lead,.vf-simple-main p,.vf-search-main__head p,.vf-policy-content{max-width:56ch;color:var(--muted);line-height:1.9}.vf-collection-grid{margin-top:40px}.vf-product-main__grid,.vf-auth-main__grid,.vf-product-reviews__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px}.vf-product-main__gallery,.vf-product-main__aside{min-width:0}.vf-product-main__media-main{position:relative}.vf-product-main__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:1px solid rgba(18,52,38,.08);border-radius:999px;background:#ffffffeb;color:var(--ink);box-shadow:0 10px 24px #12342614}.vf-product-main__nav--prev{left:18px}.vf-product-main__nav--next{right:18px}.vf-product-main__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(110px,132px);gap:16px;margin-top:20px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.vf-product-main__thumb{padding:10px;background:#fff;border:1px solid var(--line);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.vf-product-main__thumb:hover,.vf-product-main__thumb.is-active{border-color:var(--accent);box-shadow:0 12px 24px #12342614;transform:translateY(-2px)}.vf-product-main__reviews-line{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#2d7b59;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.vf-product-main__reviews-line a{color:inherit;border-bottom:1px solid rgba(45,123,89,.2)}.vf-stars{letter-spacing:2px;color:#14653e}.vf-product-main__title{margin:0 0 12px;font-size:clamp(3.5rem,5vw,5.85rem);line-height:.98}.vf-product-main__subtitle{margin:0 0 32px;color:var(--muted);font-size:1.16rem;line-height:1.8}.vf-product-form__variant,.vf-product-form__subscribe{margin:0 0 16px}.vf-product-form__label,.vf-auth-label{display:block;margin-bottom:8px;color:var(--muted-soft);font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.vf-product-form__select,.vf-auth-input,.vf-search-form input,.vf-cart-main__qty,.vf-review-form textarea{width:100%;min-height:54px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 16px;color:var(--ink)}.vf-product-form__select:focus,.vf-auth-input:focus,.vf-search-form input:focus,.vf-review-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #1d6b451a}.vf-purchase-options{margin-bottom:24px}.vf-purchase-option{display:block;margin-bottom:14px;padding:24px;border-radius:32px;border:2px solid #edf0ee;background:#fff;cursor:pointer;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.vf-purchase-option input{display:none}.vf-purchase-option:has(input:checked),.vf-purchase-option.is-active{border-color:var(--accent);background:#f1faf4;box-shadow:0 14px 30px #1f5a4314;transform:translateY(-1px)}.vf-purchase-option__row{display:flex;align-items:center;justify-content:space-between;gap:18px}.vf-purchase-option__title{color:var(--ink);font-size:1rem;font-weight:800}.vf-purchase-option__sub{margin-top:6px;color:var(--muted-soft);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.vf-purchase-option__price{text-align:right;font-weight:900;white-space:nowrap}.vf-purchase-option__price s{display:block;color:#c4c9c7;font-size:12px}.vf-product-main__app-note{margin:-2px 0 20px;padding:14px 16px;border-radius:18px;background:var(--accent-soft);color:#2a6348;font-size:12px;line-height:1.7}.vf-product-main__cta .vf-btn{justify-content:space-between;padding-inline:32px;font-size:1.05rem}.vf-product-main__accordions{display:grid;gap:12px}.vf-product-main__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:8px 0 0}.vf-mini{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--muted-soft);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.vf-mini span:first-child{font-size:18px;color:var(--accent-2)}.vf-product-accordion{border-top:1px solid var(--line)}.vf-product-accordion:last-child{border-bottom:1px solid var(--line)}.vf-product-accordion>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:18px 0;color:var(--ink);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;cursor:pointer}.vf-product-accordion>summary::-webkit-details-marker{display:none}.vf-product-accordion>summary:after{content:"+";font-size:22px;font-weight:400;line-height:1}.vf-product-accordion[open]>summary:after{content:"\2212"}.vf-product-accordion__content{padding:0 0 18px;color:#59615e;line-height:1.9}.vf-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;list-style:none;padding:0;margin:0}.vf-benefits li{display:flex;align-items:flex-start;gap:12px;font-size:14px}.vf-benefits li span:first-child{color:#1d8f58;font-weight:900}.vf-product-reviews{margin-top:120px;padding-top:120px;background:var(--bg);border-top:1px solid var(--line);scroll-margin-top:110px}.vf-product-reviews__top{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:72px}.vf-product-reviews h2{margin:0 0 16px;font-size:clamp(2.9rem,4vw,5rem);line-height:.98}.vf-product-reviews p{margin:0;color:var(--muted);line-height:1.9}.vf-score-card{display:flex;align-items:center;gap:24px;padding:32px 36px;border-radius:40px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft)}.vf-score-card__num{font-size:4rem;font-weight:700}.vf-score-card__divider{width:1px;height:40px;background:#ecefed}.vf-score-card__label{margin-top:8px;color:var(--muted-soft);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.vf-review-form,.vf-review-cta-card{position:sticky;top:120px;padding:32px;border-radius:40px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft)}.vf-review-form h3,.vf-review-cta-card h3{margin:0 0 20px;font-size:1.8rem;line-height:1}.vf-review-cta-card p{margin-bottom:22px}.vf-review-form__stars{display:flex;gap:8px;margin-bottom:20px}.vf-review-form__star{width:36px;height:36px;border:0;background:none;color:#d1d5db;font-size:28px}.vf-review-form__star.is-active{color:var(--accent)}.vf-review-form textarea{min-height:140px;padding-top:18px;padding-bottom:18px;margin-bottom:20px;resize:vertical;background:#f6f8f7}.vf-product-reviews .shopify-app-block{padding:34px;border-radius:40px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft)}.vf-product-reviews .jdgm-widget,.vf-product-reviews .jdgm-rev-widg,.vf-product-reviews .jdgm-all-reviews-widget{font-family:var(--font-body)!important;color:var(--ink)!important}.vf-product-reviews .jdgm-rev,.vf-product-reviews .jdgm-row-actions,.vf-product-reviews .jdgm-widget-actions-wrapper,.vf-product-reviews .jdgm-histogram{border-color:var(--line)!important}.vf-product-reviews .jdgm-rev{padding:26px 0!important}.vf-product-reviews .jdgm-rev__author,.vf-product-reviews .jdgm-widget-title,.vf-product-reviews .jdgm-histogram__title,.vf-product-reviews .jdgm-rev-widg__title{color:var(--ink)!important;font-weight:800!important}.vf-product-reviews .jdgm-star,.vf-product-reviews .jdgm-prev-badge__stars,.vf-product-reviews .jdgm-rev__rating{color:#15673f!important}.vf-product-reviews .jdgm-write-rev-link,.vf-product-reviews .jdgm-btn,.vf-product-reviews .jdgm-submit-rev{display:inline-flex!important;align-items:center;justify-content:center;min-height:54px;padding:0 26px!important;border-radius:999px!important;border:0!important;background:var(--accent)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;box-shadow:0 16px 36px #0e4a2f29}.vf-product-reviews .jdgm-form,.vf-product-reviews .jdgm-form-wrapper,.vf-product-reviews .jdgm-write-rev,.vf-product-reviews .jdgm-rev-widg__body,.vf-product-reviews .jdgm-histogram{max-width:100%!important}.vf-product-reviews .jdgm-rev__body,.vf-product-reviews .jdgm-rev__timestamp,.vf-product-reviews .jdgm-subtab__name,.vf-product-reviews .jdgm-rev__title,.vf-product-reviews .jdgm-rev__prod-link,.vf-product-reviews .jdgm-histogram__bar-content{color:var(--muted)!important}.vf-product-reviews .jdgm-form input,.vf-product-reviews .jdgm-form textarea,.vf-product-reviews .jdgm-form select,[class*=appstle] select,[id*=appstle] select,[class*=appstle] input,[id*=appstle] input{border-radius:16px!important;border:1px solid var(--line)!important;box-shadow:none!important}[class*=appstle],[id*=appstle],.vf-product-main .shopify-app-block{font-family:var(--font-body)!important;color:var(--ink)!important}.vf-search-form{display:grid;grid-template-columns:1fr auto;gap:14px;margin-top:24px;max-width:760px}.vf-search-form input{min-height:62px;border-radius:999px;padding:0 24px}.vf-auth-main__grid{max-width:1080px;margin:0 auto}.vf-auth-card{padding:36px;border-radius:36px;border:1px solid var(--line);background:#fff}.vf-auth-card .vf-badge-pill{margin-bottom:18px}.vf-auth-card h1,.vf-auth-card h2{margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.4rem)}.vf-auth-input{margin-bottom:18px}.vf-auth-meta{margin-top:16px;color:var(--muted);line-height:1.8}.vf-cart-main__items{display:grid;gap:24px;margin-top:24px}.vf-cart-main__item{display:grid;grid-template-columns:140px 1fr auto;gap:24px;padding:24px;border-radius:30px;border:1px solid var(--line);background:#fff}.vf-cart-main__media{min-height:140px}.vf-cart-main__title{display:block;margin-bottom:8px;font-size:1.6rem}.vf-cart-main__price{margin-bottom:16px;color:var(--muted)}.vf-cart-main__qty{max-width:120px;min-height:48px;border-radius:999px}.vf-cart-main__line{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:18px}.vf-cart-main__line strong{font-size:1.35rem}.vf-cart-main__line a{color:var(--muted-soft);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.vf-cart-main__footer{margin-top:28px;padding:28px;border-radius:30px;border:1px solid var(--line);background:var(--bg)}.vf-cart-main__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.vf-cart-main__subtotal span{color:var(--muted-soft);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.vf-cart-main__subtotal strong{font-size:2rem}.vf-cart-main__buttons{display:flex;justify-content:flex-end;gap:16px}.vf-footer{padding:120px 0 64px;background:var(--footer);color:#fff}.vf-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.1fr;gap:48px;padding-bottom:72px;border-bottom:1px solid rgba(255,255,255,.08)}.vf-footer__logo{margin:0 0 20px;font-size:2rem;color:#fff}.vf-footer__heading{margin:0 0 24px;color:#68df8d;font-size:11px;font-weight:900;letter-spacing:.3em;text-transform:uppercase}.vf-footer__text,.vf-footer__list a{color:#ffffff94;line-height:1.8}.vf-footer__list{display:grid;gap:14px}.vf-footer__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.vf-footer__badges span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:#ffffff12;color:#ffffffad;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vf-newsletter{display:flex;align-items:center;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.vf-newsletter input{width:100%;border:0;outline:0;background:transparent;padding:0 18px;color:#fff}.vf-newsletter input::placeholder{color:#ffffff59}.vf-newsletter button{border:0;border-radius:999px;background:#fff;color:var(--ink);min-height:48px;padding:0 22px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.vf-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:32px;color:#ffffff59;font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.vf-footer__bottom-links{display:flex;gap:28px}.vf-empty-state{padding:28px;border-radius:28px;border:1px solid var(--line);background:#fff;color:var(--muted);line-height:1.8}.vf-simple-main__actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}@media(max-width:1240px){.vf-featured-v2__grid,.vf-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.vf-values__grid,.vf-product-main__grid,.vf-product-reviews__grid,.vf-auth-main__grid,.vf-footer__grid,.vf-hero-v2__grid{grid-template-columns:1fr}.vf-hero-v2__copy{max-width:100%}.vf-product-reviews__top{flex-direction:column;align-items:flex-start}.vf-cart-main__item{grid-template-columns:1fr}}@media(max-width:989px){.small-hide{display:none}.medium-up-hide{display:flex}.page-width{padding-left:18px;padding-right:18px}.vf-header__inner{grid-template-columns:1fr auto;min-height:68px;gap:16px}.vf-logo{font-size:1.9rem}.vf-mobile-nav{display:flex}.vf-hero-v2,.vf-collection-main,.vf-product-main,.vf-search-main,.vf-simple-main,.vf-auth-main,.vf-cart-main{padding-top:106px}.vf-hero-v2{padding-bottom:76px}.vf-hero-v2__grid{gap:44px}.vf-hero-v2__copy{text-align:center;display:flex;flex-direction:column;align-items:center}.vf-hero-v2__copy h1{max-width:11ch;font-size:clamp(3.1rem,11vw,4.4rem)}.vf-hero-v2__copy p{max-width:34ch}.vf-hero-v2__checks{justify-content:center;gap:14px 18px}.vf-hero-v2__frame{min-height:470px;padding:22px;border-radius:30px}.vf-featured-v2{margin:0 12px 64px;padding:70px 0;border-radius:36px}.vf-featured-v2__grid,.vf-collection-grid,.vf-values__grid{grid-template-columns:1fr;gap:22px}.vf-featured-card__media,.vf-product-card-v2__media{min-height:260px}.vf-product-main__nav{width:40px;height:40px}.vf-product-main__nav--prev{left:12px}.vf-product-main__nav--next{right:12px}.vf-product-main__title{font-size:clamp(2.8rem,11vw,4.4rem)}.vf-purchase-option__row,.vf-search-form,.vf-cart-main__buttons,.vf-footer__bottom{display:flex;flex-direction:column;align-items:stretch}.vf-purchase-option__price{text-align:left}.vf-product-main__trust{gap:8px}.vf-review-form,.vf-review-cta-card{position:static}.vf-product-reviews .shopify-app-block{padding:22px;border-radius:28px}.vf-score-card{width:100%;padding:24px}.vf-auth-card,.vf-cart-main__footer{padding:24px}.vf-footer{padding-top:84px}.vf-footer__bottom-links{flex-wrap:wrap;gap:14px}.vf-newsletter{flex-direction:column;align-items:stretch;gap:10px;padding:12px;border-radius:24px}.vf-newsletter input{padding:8px 12px 0}}@media(max-width:640px){.vf-logo{font-size:1.75rem}.vf-btn{width:100%;min-height:56px;padding-inline:22px}.vf-hero-v2__actions,.vf-simple-main__actions{width:100%;flex-direction:column}.vf-hero-v2__copy p,.vf-section-head p,.vf-product-main__subtitle,.vf-product-reviews p{font-size:15px}.vf-card,.vf-product-card-v2,.vf-featured-card,.vf-auth-card,.vf-cart-main__item,.vf-review-form,.vf-review-cta-card{padding:20px;border-radius:26px}.vf-packshot-frame--large{min-height:420px;padding:18px;border-radius:28px}.vf-packshot-placeholder--large,.vf-packshot-placeholder--hero{min-height:360px}.vf-product-main__thumbs{grid-auto-columns:minmax(92px,112px)}.vf-product-main__trust{grid-template-columns:repeat(3,minmax(0,1fr))}.vf-mini{font-size:9px;letter-spacing:.12em}.vf-benefits{grid-template-columns:1fr}.vf-score-card{gap:18px}.vf-score-card__num{font-size:3.2rem}.vf-footer__grid{gap:30px;padding-bottom:42px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/vf-green.css.map */
