.vd-lr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width:960px){.vd-lr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.vd-lr-grid{grid-template-columns:1fr}}.vd-lr-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;transition:border-color .22s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.vd-lr-card:hover{transform:translateY(-3px);border-color:var(--vd-brand);box-shadow:0 18px 36px -18px rgba(15,31,23,.16)}.vd-lr-card__head{display:flex;align-items:center;gap:.625rem}.vd-lr-card__product{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit;min-width:0}.vd-lr-card__thumb{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;overflow:hidden;background:var(--vd-cream,#f7f5ef);flex:0 0 auto}.vd-lr-card__thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.25rem}.vd-lr-card__product-meta{display:flex;flex-direction:column;gap:.125rem;min-width:0}.vd-lr-card__product-cat{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-faint)}.vd-lr-card__product-name{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:.9375rem;font-weight:500;color:var(--vd-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-lr-card__stars{display:inline-flex;align-items:center;gap:.125rem}.vd-lr-card__star{width:14px;height:14px;color:rgba(15,31,23,.18);fill:rgba(15,31,23,.18)}.vd-lr-card__star[data-filled]{color:var(--vd-honey,#E0AD52);fill:var(--vd-honey,#E0AD52)}.vd-lr-card__time{margin-left:.5rem;font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-lr-card__title{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;line-height:1.25;color:var(--vd-ink);letter-spacing:-.005em}.vd-lr-card__body{margin:0;font-family:var(--vd-font);font-size:.875rem;line-height:1.55;color:var(--vd-ink-2);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.vd-lr-card__photos{display:flex;flex-wrap:wrap;gap:.4rem}.vd-lr-card__photo{width:60px;height:60px;border-radius:8px;overflow:hidden;background:var(--vd-cream,#f7f5ef)}.vd-lr-card__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-lr-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.625rem;border-top:1px solid var(--vd-divider)}.vd-lr-card__author{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-ink-2);min-width:0}.vd-lr-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--vd-brand);color:#FFFFFF;font-size:.6875rem;font-weight:700}.vd-lr-card__author strong{font-weight:600;color:var(--vd-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-lr-card__product-link{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--vd-font);font-size:.75rem;font-weight:600;color:var(--vd-brand);text-decoration:none;white-space:nowrap;transition:color .2s ease}.vd-lr-card__product-link:hover{color:var(--vd-brand-deep,#1f513a)}.vd-lr-card__product-link svg{width:12px;height:12px;transition:transform .2s ease}.vd-lr-card__product-link:hover svg{transform:translateX(2px)}.vd-lr-empty{max-width:520px;margin:0 auto;padding:2.5rem 1.5rem;background:var(--vd-cream,#f7f5ef);border-radius:18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.875rem}.vd-lr-empty>svg{width:36px;height:36px;color:var(--vd-brand);opacity:.6}.vd-lr-empty h3{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;letter-spacing:-.015em;color:var(--vd-ink)}.vd-lr-empty p{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.6;color:var(--vd-muted);max-width:44ch}.vd-lr-empty strong,.vd-vs-section-eyebrow{color:var(--vd-brand);font-weight:700}.vd-vs-section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--vd-font);font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase}.vd-vs-section-eyebrow--honey{color:var(--vd-honey,#E0AD52)}.vd-vs-hero{max-width:1280px;margin:1.5rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-hero__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:stretch;padding:clamp(2rem,5vw,3.5rem);background:var(--vd-cream,#f7f5ef);border-radius:24px;position:relative;overflow:hidden}@media (max-width:880px){.vd-vs-hero__inner{grid-template-columns:1fr}}.vd-vs-hero__copy{display:flex;flex-direction:column;gap:1rem;justify-content:center}.vd-vs-hero__eyebrow{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;font-family:var(--vd-font);font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--vd-brand)}.vd-vs-hero__eyebrow svg{width:14px;height:14px}.vd-vs-hero__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.05;letter-spacing:-.025em;color:var(--vd-ink)}.vd-vs-hero__title em{font-style:italic;font-weight:500;color:var(--vd-brand)}.vd-vs-hero__lede{margin:0;font-family:var(--vd-font);font-size:1rem;line-height:1.65;color:var(--vd-ink-2);max-width:52ch}.vd-vs-hero__cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.vd-vs-hero__cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}.vd-vs-hero__cta-primary:hover{background:var(--vd-brand-deep,#1f513a);transform:translateY(-1px)}.vd-vs-hero__cta-primary svg{width:16px;height:16px}.vd-vs-hero__cta-secondary{font-family:var(--vd-font);font-size:.875rem;font-weight:600;color:var(--vd-ink);text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.vd-vs-hero__cta-secondary:hover{color:var(--vd-brand)}.vd-vs-hero__social-proof{gap:1rem;margin-top:.75rem}.vd-vs-hero__avatars,.vd-vs-hero__social-proof{display:flex;align-items:center}.vd-vs-hero__avatars>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:2px solid var(--vd-cream,#f7f5ef);margin-left:-8px;font-family:var(--vd-font);font-size:.75rem;font-weight:700;color:#FFFFFF}.vd-vs-hero__avatars>span:first-child{margin-left:0}.vd-vs-hero__avatars-plus{background:var(--vd-honey,#E0AD52)}.vd-vs-hero__avatars-plus svg{width:14px;height:14px}.vd-vs-hero__rating{display:flex;flex-direction:column;gap:.125rem}.vd-vs-hero__rating strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-vs-hero__rating span{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-vs-hero__cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width:880px){.vd-vs-hero__cards{grid-template-columns:1fr 1fr}}.vd-vs-hero-card{position:relative;display:flex;flex-direction:column;gap:0;padding:.5rem;background:#FFFFFF;border-radius:18px;text-decoration:none;color:inherit;overflow:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.vd-vs-hero-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -16px rgba(15,31,23,.18)}.vd-vs-hero-card__img{aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:var(--vd-sage-50,#eef2ec)}.vd-vs-hero-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-vs-hero-card__body{display:flex;flex-direction:column;gap:.125rem;padding:.75rem .5rem .25rem}.vd-vs-hero-card__body strong{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.125rem;font-weight:500;color:var(--vd-ink)}.vd-vs-hero-card__body span{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-vs-hero-card__arrow{position:absolute;bottom:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:#FFFFFF;transition:transform .2s ease}.vd-vs-hero-card__arrow--brand{background:var(--vd-brand)}.vd-vs-hero-card__arrow--honey{background:var(--vd-honey,#E0AD52)}.vd-vs-hero-card:hover .vd-vs-hero-card__arrow{transform:scale(1.08)}.vd-vs-hero-card__arrow svg{width:16px;height:16px}.vd-vs-trust{max-width:1280px;margin:2rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-trust__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem clamp(1rem,3vw,2rem);background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px}@media (max-width:760px){.vd-vs-trust__inner{grid-template-columns:1fr;gap:.625rem}}.vd-vs-trust__item{display:flex;align-items:center;gap:.875rem}.vd-vs-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(200,165,94,.14);color:var(--vd-honey,#C8A55E);flex:0 0 auto}.vd-vs-trust__icon svg{width:22px;height:22px}.vd-vs-trust__item>div{display:flex;flex-direction:column;gap:.125rem;min-width:0}.vd-vs-trust__item strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-vs-trust__item span{font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-vs-cats{max-width:1280px;margin:2rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-cats__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1rem}@media (max-width:880px){.vd-vs-cats__grid{grid-template-columns:1fr}}.vd-vs-cats__big,.vd-vs-cats__mid{position:relative;display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;background:#FFFFFF;border-radius:18px;text-decoration:none;color:inherit;overflow:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;min-height:320px}.vd-vs-cats__big:hover,.vd-vs-cats__mid:hover{transform:translateY(-3px);box-shadow:0 22px 40px -18px rgba(15,31,23,.18)}.vd-vs-cats__count{display:inline-flex;align-items:center;padding:.25rem .625rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.06em;align-self:flex-start;z-index:2;position:relative}.vd-vs-cats__sub-title,.vd-vs-cats__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink);z-index:2;position:relative}.vd-vs-cats__title{font-size:clamp(1.75rem,3.5vw,2.5rem)}.vd-vs-cats__sub-title{font-size:clamp(1.375rem,2.5vw,1.75rem)}.vd-vs-cats__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.375rem .875rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-ink-2);z-index:2;position:relative;max-width:55%}.vd-vs-cats__list--compact{font-size:.75rem;max-width:60%}.vd-vs-cats__big p{margin:0;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);max-width:50%;line-height:1.5;z-index:2;position:relative}.vd-vs-cats__big-img,.vd-vs-cats__mid-img{position:absolute;right:-1rem;bottom:-1rem;width:55%;aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--vd-sage-50,#eef2ec);z-index:1}.vd-vs-cats__big-img img,.vd-vs-cats__mid-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-vs-cats__mid-img svg{width:60%;height:60%;margin:20%;color:var(--vd-brand);opacity:.5}.vd-vs-cats__side{display:grid;grid-template-rows:1fr 1fr;gap:1rem}.vd-vs-cats__mid{min-height:0;padding:1.25rem}.vd-vs-cats__mid--honey .vd-vs-cats__count{background:var(--vd-honey,#E0AD52)}.vd-vs-collections{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-collections__head{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;margin-bottom:1.75rem}.vd-vs-collections__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-collections__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-tabs{display:inline-flex;flex-wrap:wrap;gap:.375rem;padding:.375rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:999px;margin-top:.5rem}.vd-vs-tab{padding:.5rem 1rem;background:transparent;border:0;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-muted);cursor:pointer;transition:background .22s ease,color .22s ease}.vd-vs-tab:hover{color:var(--vd-ink)}.vd-vs-tab[data-active]{background:var(--vd-brand);color:#FFFFFF}.vd-vs-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:1024px){.vd-vs-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-vs-products{grid-template-columns:1fr}}.vd-vs-product{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .22s ease,box-shadow .28s ease}.vd-vs-product:hover{transform:translateY(-3px);border-color:var(--vd-brand);box-shadow:0 18px 36px -18px rgba(15,31,23,.16)}.vd-vs-product__photo{position:relative;aspect-ratio:1;background:var(--vd-cream,#f7f5ef);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vd-vs-product__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.875rem}.vd-vs-product__badge{position:absolute;top:.625rem;left:.625rem;padding:.25rem .625rem;background:var(--vd-brand);color:#FFFFFF;border-radius:6px;font-family:var(--vd-font);font-size:.6875rem;font-weight:800;letter-spacing:.04em}.vd-vs-product__icon{position:absolute;right:.625rem;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:999px;color:var(--vd-muted);cursor:pointer;transition:color .2s ease,border-color .2s ease}.vd-vs-product__icon:first-of-type{top:.625rem}.vd-vs-product__icon--zoom{top:2.625rem}.vd-vs-product__icon:hover{border-color:var(--vd-brand);color:var(--vd-brand)}.vd-vs-product__icon svg{width:14px;height:14px}.vd-vs-product__countdown{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;padding:.5rem;background:var(--vd-honey,#E0AD52);border-radius:8px;color:#FFFFFF}.vd-vs-product__countdown>span{display:flex;flex-direction:column;align-items:center;gap:0}.vd-vs-product__countdown strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;line-height:1}.vd-vs-product__countdown small{font-family:var(--vd-font);font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.vd-vs-product__body{display:flex;flex-direction:column;gap:.25rem;padding:0 .25rem .25rem}.vd-vs-product__cat{font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted);letter-spacing:0}.vd-vs-product__rating{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--vd-font);font-size:.75rem;font-weight:700;color:var(--vd-ink-2);margin-bottom:.125rem}.vd-vs-product__rating svg{width:12px;height:12px;color:var(--vd-honey,#E0AD52);fill:var(--vd-honey,#E0AD52)}.vd-vs-product__name{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:.9375rem;font-weight:500;line-height:1.25;color:var(--vd-ink);text-decoration:none;letter-spacing:-.005em;transition:color .2s ease}.vd-vs-product__name:hover{color:var(--vd-brand)}.vd-vs-product__price{display:inline-flex;align-items:baseline;gap:.5rem;font-family:var(--vd-font)}.vd-vs-product__price strong{font-size:.9375rem;font-weight:700;color:var(--vd-honey,#E0AD52)}.vd-vs-product__price span{font-size:.75rem;color:var(--vd-faint);text-decoration:line-through}.vd-vs-flash{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-flash__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.5rem;align-items:center;padding:clamp(2rem,4vw,3rem);background:linear-gradient(140deg,var(--vd-cream,#f7f5ef) 0,#FFFFFF 100%);border-radius:22px;position:relative;overflow:hidden}@media (max-width:760px){.vd-vs-flash__inner{grid-template-columns:1fr}}.vd-vs-flash__copy{display:flex;flex-direction:column;gap:.875rem;align-items:center;text-align:center;position:relative;z-index:2}.vd-vs-flash__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-flash__lede{margin:0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-muted)}.vd-vs-flash__lede strong{color:var(--vd-brand);font-weight:700}.vd-vs-flash__countdown{display:inline-flex;align-items:center;gap:.75rem}.vd-vs-flash__countdown>div{display:flex;flex-direction:column;align-items:center;gap:.125rem;min-width:56px;padding:.5rem .25rem;background:#FFFFFF;border-radius:10px;box-shadow:0 2px 6px -2px rgba(15,31,23,.08)}.vd-vs-flash__countdown strong{font-family:var(--vd-font);font-size:1.5rem;font-weight:700;color:var(--vd-ink);line-height:1}.vd-vs-flash__countdown small{font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted);letter-spacing:.04em}.vd-vs-flash__countdown>span{font-family:var(--vd-font);font-size:1.5rem;font-weight:700;color:var(--vd-faint)}.vd-vs-flash__cta{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.25rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s ease}.vd-vs-flash__cta:hover{background:var(--vd-brand-deep,#1f513a)}.vd-vs-flash__cta svg{width:14px;height:14px}.vd-vs-flash__visual{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-self:stretch}.vd-vs-flash__visual-card{background:#FFFFFF;border-radius:12px;overflow:hidden;aspect-ratio:3/4}.vd-vs-flash__visual-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-vs-deals{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-deals__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem;margin-bottom:1.75rem;align-items:end}@media (max-width:760px){.vd-vs-deals__head{grid-template-columns:1fr}}.vd-vs-deals__title{margin:.375rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-deals__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-deals__lede{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.6;color:var(--vd-muted);max-width:52ch}.vd-vs-deals__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:760px){.vd-vs-deals__grid{grid-template-columns:1fr}}.vd-vs-deal{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem;padding:1rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;transition:border-color .22s ease,transform .28s ease,box-shadow .28s ease}.vd-vs-deal:hover{transform:translateY(-3px);border-color:var(--vd-brand);box-shadow:0 18px 36px -18px rgba(15,31,23,.16)}.vd-vs-deal__photo{position:relative;aspect-ratio:1;background:var(--vd-cream,#f7f5ef);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vd-vs-deal__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.625rem}.vd-vs-deal__badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;background:var(--vd-brand);color:#FFFFFF;border-radius:6px;font-family:var(--vd-font);font-size:.625rem;font-weight:800}.vd-vs-deal__body{display:flex;flex-direction:column;gap:.375rem;justify-content:center}.vd-vs-deal__name{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1rem;font-weight:500;color:var(--vd-ink);text-decoration:none;letter-spacing:-.01em}.vd-vs-deal__excerpt{margin:0;line-height:1.55;color:var(--vd-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vd-vs-deal__excerpt,.vd-vs-deal__link{font-family:var(--vd-font);font-size:.8125rem}.vd-vs-deal__link{display:inline-flex;align-items:center;gap:.25rem;font-weight:700;color:var(--vd-brand);text-decoration:none;margin-top:.125rem}.vd-vs-deal__link svg{width:14px;height:14px}.vd-vs-deal__link:hover{color:var(--vd-brand-deep,#1f513a)}.vd-vs-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}@media (max-width:760px){.vd-vs-promo-grid{grid-template-columns:1fr}}.vd-vs-promo{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1rem;align-items:stretch;padding:1.5rem;border-radius:18px;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.vd-vs-promo:hover{transform:translateY(-3px);box-shadow:0 20px 40px -18px rgba(15,31,23,.2)}.vd-vs-promo--brand{background:linear-gradient(135deg,#E8EDE5,#DDE5DA)}.vd-vs-promo--honey{background:linear-gradient(135deg,var(--vd-honey,#E0AD52) 0,#C89540 100%);color:#FFFFFF}.vd-vs-promo>div:first-child{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.vd-vs-promo span:first-child{font-family:var(--vd-font);font-size:.75rem;font-weight:700;color:var(--vd-ink-2)}.vd-vs-promo--honey span:first-child{color:rgba(255,255,255,.86)}.vd-vs-promo h3{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.25rem,2.4vw,1.625rem);font-weight:500;line-height:1.05;letter-spacing:-.018em;color:var(--vd-ink)}.vd-vs-promo--honey h3{color:#FFFFFF}.vd-vs-promo p{margin:0;font-family:var(--vd-font);font-size:.8125rem;line-height:1.55;color:var(--vd-muted)}.vd-vs-promo--honey p{color:rgba(255,255,255,.82)}.vd-vs-promo__cta{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:var(--vd-brand);color:#FFFFFF!important;border-radius:999px;font-family:var(--vd-font);font-size:.75rem;font-weight:700;align-self:flex-start;margin-top:.25rem}.vd-vs-promo--honey .vd-vs-promo__cta{background:var(--vd-ink)}.vd-vs-promo__cta svg{width:12px;height:12px}.vd-vs-promo__img{border-radius:12px;overflow:hidden;background:rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center}.vd-vs-promo__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.5rem}.vd-vs-testimonials{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-testimonials__head{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;margin-bottom:1.5rem}.vd-vs-testimonials__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-testimonials__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-testimonials__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:760px){.vd-vs-testimonials__grid{grid-template-columns:1fr}}.vd-vs-testimonial{display:flex;flex-direction:column;gap:.875rem;padding:1.5rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px}.vd-vs-testimonial__head{display:flex;align-items:center;gap:.75rem}.vd-vs-testimonial__avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--vd-brand);color:#FFFFFF;font-family:var(--vd-font);font-size:1rem;font-weight:700;flex:0 0 auto;border:2px solid var(--vd-brand-deep,#1f513a)}.vd-vs-testimonial__head>div{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.vd-vs-testimonial__head strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-vs-testimonial__head span:not([data-filled]){font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-vs-testimonial__stars{display:inline-flex;align-items:center;gap:.125rem}.vd-vs-testimonial__stars svg{width:14px;height:14px;color:rgba(15,31,23,.18);fill:rgba(15,31,23,.18)}.vd-vs-testimonial__stars svg[data-filled]{color:var(--vd-honey,#E0AD52);fill:var(--vd-honey,#E0AD52)}.vd-vs-testimonial__stars>span{margin-left:.25rem;font-family:var(--vd-font);font-size:.75rem;font-weight:700;color:var(--vd-ink)}.vd-vs-testimonial__quote{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.65;color:var(--vd-ink-2)}.vd-vs-blogs{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-blogs__head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.vd-vs-blogs__title{margin:.375rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-blogs__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-blogs__all{padding:.625rem 1.125rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;text-decoration:none;transition:background .2s ease}.vd-vs-blogs__all:hover{background:var(--vd-brand-deep,#1f513a)}.vd-vs-blogs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width:880px){.vd-vs-blogs__grid{grid-template-columns:1fr}}.vd-vs-blog{display:flex;flex-direction:column;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;overflow:hidden;transition:transform .28s ease,border-color .22s ease}.vd-vs-blog:hover{transform:translateY(-3px);border-color:var(--vd-brand)}.vd-vs-blog__img{position:relative;aspect-ratio:16/10;background:linear-gradient(140deg,var(--vd-sage-50,#eef2ec),var(--vd-cream,#f7f5ef))}.vd-vs-blog__date{position:absolute;left:.875rem;bottom:.875rem;padding:.375rem .75rem;background:var(--vd-honey,#E0AD52);color:#FFFFFF;border-radius:6px;font-family:var(--vd-font);font-size:.75rem;font-weight:700}.vd-vs-blog__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.vd-vs-blog__body h3{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.125rem;font-weight:500;line-height:1.2;letter-spacing:-.01em;color:var(--vd-ink)}.vd-vs-blog__body p{margin:0;line-height:1.55;color:var(--vd-muted)}.vd-vs-blog__body p,.vd-vs-blog__link{font-family:var(--vd-font);font-size:.8125rem}.vd-vs-blog__link{margin-top:.25rem;font-weight:700;color:var(--vd-brand);text-decoration:none;align-self:flex-start;border-bottom:1px solid var(--vd-brand)}.vd-vs-ig{max-width:1280px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-ig__head{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;margin-bottom:1.5rem}.vd-vs-ig__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-ig__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-ig__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}@media (max-width:760px){.vd-vs-ig__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vd-vs-ig__grid>a:nth-child(4),.vd-vs-ig__grid>a:nth-child(5){display:none}}.vd-vs-ig__tile{position:relative;display:block;aspect-ratio:1;background:var(--vd-cream,#f7f5ef);border-radius:10px;overflow:hidden}.vd-vs-ig__tile img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.625rem;transition:transform .32s cubic-bezier(.22,1,.36,1)}.vd-vs-ig__tile:hover img{transform:scale(1.04)}.vd-vs-ig__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,31,23,.5);color:#FFFFFF;transition:opacity .22s ease}.vd-vs-ig__overlay svg{width:32px;height:32px}.vd-vs-faq{max-width:920px;margin:4rem auto 0;padding:0 clamp(1rem,3vw,2rem)}.vd-vs-faq__head{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;margin-bottom:1.5rem}.vd-vs-faq__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-faq__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-faq__list{display:flex;flex-direction:column;gap:.625rem}.vd-vs-faq__item{background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:12px;overflow:hidden;transition:background .22s ease,border-color .22s ease}.vd-vs-faq__item[data-open]{background:var(--vd-brand);border-color:var(--vd-brand)}.vd-vs-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:transparent;border:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);text-align:left;cursor:pointer;transition:color .22s ease}.vd-vs-faq__item[data-open] .vd-vs-faq__q{color:#FFFFFF}.vd-vs-faq__q svg{width:16px;height:16px;color:var(--vd-ink-2);flex:0 0 auto}.vd-vs-faq__item[data-open] .vd-vs-faq__q svg{color:#FFFFFF}.vd-vs-faq__a{margin:0;padding:0 1.25rem 1.25rem;font-family:var(--vd-font);font-size:.875rem;line-height:1.65;color:rgba(255,255,255,.85)}.vd-vs-newsletter{max-width:720px;margin:4rem auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.875rem;position:relative;background-image:radial-gradient(circle,var(--vd-brand) 1px,transparent 1px);background-size:18px 18px;background-position:100% 100%;background-repeat:no-repeat;background-size:120px 120px}.vd-vs-newsletter__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--vd-ink)}.vd-vs-newsletter__title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-vs-newsletter__lede{margin:0;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted)}.vd-vs-newsletter__form{position:relative;display:flex;align-items:center;width:100%;max-width:480px;padding:.375rem .375rem .375rem 2.5rem;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;margin-top:.5rem}.vd-vs-newsletter__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--vd-muted)}.vd-vs-newsletter__icon svg{width:16px;height:16px}.vd-vs-newsletter__form input{flex:1;border:0;background:transparent;outline:none;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-ink);padding:.5rem 0}.vd-vs-newsletter__form input::-moz-placeholder{color:var(--vd-muted)}.vd-vs-newsletter__form input::placeholder{color:var(--vd-muted)}.vd-vs-newsletter__submit{padding:.625rem 1.25rem;background:var(--vd-honey,#E0AD52);color:#FFFFFF;border:0;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .2s ease}.vd-vs-newsletter__submit:hover{background:#C89540}.vd-vs-newsletter__error{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:#c44545}.vd-shop--clean,.vd-shop--clean section{background:#FFFFFF}.vd-sl-hero{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem) clamp(2rem,4vw,3rem)}.vd-sl-hero__inner{max-width:720px;display:flex;flex-direction:column;gap:1rem}.vd-sl-hero__eyebrow{display:inline-block;align-self:flex-start;padding:.3rem .75rem;background:rgba(47,107,78,.08);color:var(--vd-brand);border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.vd-sl-hero__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:500;line-height:1.05;letter-spacing:-.025em;color:var(--vd-ink)}.vd-sl-hero__title em{font-style:italic;font-weight:500;color:var(--vd-brand)}.vd-sl-hero__lede{margin:0;font-family:var(--vd-font);font-size:1rem;line-height:1.6;color:var(--vd-ink-2);max-width:56ch}.vd-sl-hero__lede strong{font-weight:700;color:var(--vd-brand)}.vd-sl-hero__cta{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.vd-sl-hero__cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--vd-ink);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.vd-sl-hero__cta-primary:hover{background:var(--vd-brand);transform:translateY(-1px)}.vd-sl-hero__cta-primary svg{width:16px;height:16px}.vd-sl-hero__cta-secondary{font-family:var(--vd-font);font-size:.875rem;font-weight:600;color:var(--vd-ink-2);text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.vd-sl-hero__cta-secondary:hover{color:var(--vd-brand)}.vd-sl-hero__trust{list-style:none;margin:1rem 0 0;padding:1rem 0 0;border-top:1px solid var(--vd-divider);display:flex;flex-wrap:wrap;gap:.5rem 1.75rem}.vd-sl-hero__trust li{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-sl-hero__trust svg{width:14px;height:14px;color:var(--vd-brand)}.vd-sl-catalog{max-width:1280px;margin:0 auto;padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,3vw,2rem)}.vd-sl-catalog__head{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.vd-sl-catalog__title{margin:0;display:flex;align-items:baseline;gap:.75rem;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:500;letter-spacing:-.018em;color:var(--vd-ink)}.vd-sl-catalog__count{font-size:.875rem;font-weight:500}.vd-sl-catalog__count,.vd-sl-catalog__lede{font-family:var(--vd-font);color:var(--vd-muted)}.vd-sl-catalog__lede{margin:0;font-size:.9375rem}.vd-sl-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--vd-divider)}.vd-sl-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .875rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:999px;cursor:pointer;font-family:var(--vd-font);font-size:.8125rem;font-weight:500;color:var(--vd-ink-2);transition:background .2s ease,color .2s ease,border-color .2s ease}.vd-sl-chip:hover{border-color:var(--vd-brand);color:var(--vd-brand)}.vd-sl-chip[data-active]{background:var(--vd-ink);border-color:var(--vd-ink);color:#FFFFFF}.vd-sl-chip[data-active] .vd-sl-chip__count{background:rgba(255,255,255,.15);color:rgba(255,255,255,.85)}.vd-sl-chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:0 .4rem;background:rgba(15,31,23,.06);border-radius:999px;font-size:.6875rem;font-weight:600;color:var(--vd-muted)}.vd-sl-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:1100px){.vd-sl-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.vd-sl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}}@media (max-width:420px){.vd-sl-grid{grid-template-columns:1fr}}.vd-sl-card{display:flex;flex-direction:column;gap:.625rem;text-decoration:none;color:inherit;transition:transform .28s cubic-bezier(.22,1,.36,1)}.vd-sl-card:hover{transform:translateY(-3px)}.vd-sl-card__photo{aspect-ratio:1;background:#F8F8F6;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background .22s ease}.vd-sl-card:hover .vd-sl-card__photo{background:#F0F2EE}.vd-sl-card__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.875rem;transition:transform .48s cubic-bezier(.22,1,.36,1)}.vd-sl-card:hover .vd-sl-card__photo img{transform:scale(1.04)}.vd-sl-card__body{display:flex;flex-direction:column;gap:.2rem;padding:0 .25rem .25rem}.vd-sl-card__name{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--vd-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.vd-sl-card:hover .vd-sl-card__name{color:var(--vd-brand)}.vd-sl-card__latin{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:.75rem;font-style:italic;color:var(--vd-faint);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-sl-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem}.vd-sl-card__price{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-sl-card__arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#F8F8F6;color:var(--vd-ink-2);transition:background .2s ease,color .2s ease,transform .2s ease}.vd-sl-card:hover .vd-sl-card__arrow{background:var(--vd-brand);color:#FFFFFF;transform:translate(2px,-2px)}.vd-sl-card__arrow svg{width:13px;height:13px}.vd-sl-load-more{display:flex;justify-content:center;margin-top:2rem}.vd-sl-load-more__btn{padding:.75rem 1.5rem;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:600;color:var(--vd-ink);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.vd-sl-load-more__btn:hover{border-color:var(--vd-brand);background:rgba(47,107,78,.04);color:var(--vd-brand)}.vd-sl-promos{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-promos__head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.vd-sl-promos__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:500;letter-spacing:-.018em;color:var(--vd-ink)}.vd-sl-promos__lede{margin:.25rem 0 0;color:var(--vd-muted)}.vd-sl-promos__all,.vd-sl-promos__lede{font-family:var(--vd-font);font-size:.875rem}.vd-sl-promos__all{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--vd-brand);text-decoration:none;transition:color .2s ease}.vd-sl-promos__all:hover{color:var(--vd-brand-deep,#1f513a)}.vd-sl-promos__all svg{width:14px;height:14px;transition:transform .2s ease}.vd-sl-promos__all:hover svg{transform:translateX(3px)}.vd-sl-promos__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width:880px){.vd-sl-promos__grid{grid-template-columns:1fr}}.vd-sl-promo{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:14px;transition:border-color .22s ease,transform .28s ease,box-shadow .28s ease}.vd-sl-promo:hover{transform:translateY(-2px);border-color:var(--vd-brand);box-shadow:0 12px 28px -16px rgba(15,31,23,.14)}.vd-sl-promo__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vd-sl-promo__row svg{width:18px;height:18px;color:var(--vd-brand)}.vd-sl-promo[data-tone=honey] .vd-sl-promo__row svg{color:var(--vd-honey,#C8A55E)}.vd-sl-promo__discount{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;color:var(--vd-brand);letter-spacing:-.02em}.vd-sl-promo[data-tone=honey] .vd-sl-promo__discount{color:var(--vd-honey,#C8A55E)}.vd-sl-promo__title{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-sl-promo__body{margin:0;font-family:var(--vd-font);font-size:.8125rem;line-height:1.5;color:var(--vd-muted);flex:1}.vd-sl-promo__code{margin-top:.5rem;padding:.625rem .875rem;background:var(--vd-ink);color:#FFFFFF;border-radius:8px;font-family:var(--vd-font-mono,ui-monospace,"JetBrains Mono",monospace);font-size:.875rem;font-weight:700;text-align:center;letter-spacing:.04em}.vd-sl-newsletter{max-width:1280px;margin:0 auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem) clamp(3rem,5vw,4.5rem)}.vd-sl-newsletter__inner{display:grid;grid-template-columns:auto minmax(0,1.4fr) minmax(0,1fr);gap:1.5rem;align-items:center;padding:clamp(1.5rem,3vw,2.5rem);background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:18px}@media (max-width:880px){.vd-sl-newsletter__inner{grid-template-columns:1fr;gap:1rem;text-align:center}}.vd-sl-newsletter__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:rgba(47,107,78,.08);color:var(--vd-brand);flex:0 0 auto}@media (max-width:880px){.vd-sl-newsletter__icon{margin:0 auto}}.vd-sl-newsletter__icon svg{width:26px;height:26px}.vd-sl-newsletter__copy{display:flex;flex-direction:column;gap:.375rem;min-width:0}.vd-sl-newsletter__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;letter-spacing:-.015em;color:var(--vd-ink)}.vd-sl-newsletter__lede{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted);line-height:1.5}.vd-sl-newsletter__form{display:flex;gap:.4rem;min-width:0}@media (max-width:880px){.vd-sl-newsletter__form{width:100%;max-width:380px;margin:0 auto}}.vd-sl-newsletter__form input{flex:1;min-width:0;padding:.625rem .875rem;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.vd-sl-newsletter__form input:focus{border-color:var(--vd-brand);box-shadow:0 0 0 3px rgba(47,107,78,.08)}.vd-sl-newsletter__submit{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;background:var(--vd-ink);color:#FFFFFF;border:0;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .2s ease;white-space:nowrap}.vd-sl-newsletter__submit:hover{background:var(--vd-brand)}.vd-sl-newsletter__submit svg{width:14px;height:14px}.vd-sl-newsletter__err{margin:.5rem 0 0;font-family:var(--vd-font);font-size:.75rem;color:#c44545;grid-column:1/-1;text-align:center}.vd-carrier-alts{padding:1.125rem 1.25rem 1rem!important;background:#ffffff!important;border:0!important;border-top:1px solid #eef4f0!important;border-radius:0!important;margin:0!important}.vd-carrier-alts__label{margin:0 0 .875rem!important;font-family:var(--vd-font)!important;font-size:.6875rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--vd-brand-deep,#1F3D2A)!important}.vd-carrier-alts__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(148px,1fr))!important;gap:.625rem!important}.vd-carrier-alt{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:.25rem!important;padding:.875rem .625rem .75rem!important;min-height:138px!important;background:#FFFFFF!important;border:1.5px solid var(--vd-border,#e6efea)!important;border-radius:12px!important;cursor:pointer!important;text-align:center!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:var(--vd-font)!important;color:var(--vd-ink)!important}.vd-carrier-alt:hover{border-color:var(--vd-sage-400,#95C0A4)!important;box-shadow:0 4px 12px -6px rgba(31,61,42,.18)!important;transform:translateY(-1px)!important}.vd-carrier-alt:focus-visible{outline:2px solid var(--vd-brand)!important;outline-offset:2px!important}.vd-carrier-alt[data-active]{border-color:var(--vd-brand,#2F6B4E)!important;background:var(--vd-sage-50,#F4FAF6)!important;box-shadow:0 0 0 1px var(--vd-brand,#2F6B4E),0 6px 14px -8px rgba(47,107,78,.32)!important}.vd-carrier-alt__check{position:absolute!important;top:.5rem!important;right:.5rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;border-radius:999px!important;background:var(--vd-brand,#2F6B4E)!important;color:#FFFFFF!important}.vd-carrier-alt__check svg{width:14px!important;height:14px!important;stroke-width:2.5!important}.vd-carrier-alt__badge{position:absolute!important;top:.5rem!important;left:.5rem!important;display:inline-block!important;padding:.125rem .5rem!important;font-family:var(--vd-font)!important;font-size:.5625rem!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--vd-brand-deep,#1F3D2A)!important;background:var(--vd-sage-100,#E9F3EC)!important;border-radius:999px!important}.vd-carrier-alt__logo{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:44px!important;margin-top:.375rem!important;margin-bottom:.375rem!important}.vd-carrier-alt__logo img{max-width:88px!important;max-height:36px!important;width:auto!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important;display:block!important}.vd-carrier-alt__logo svg{width:30px!important;height:30px!important;color:var(--vd-brand,#2F6B4E)!important;stroke-width:1.75!important}.vd-carrier-alt__name{font-size:.8125rem!important;font-weight:700!important;line-height:1.2!important;color:var(--vd-ink,#0F1F17)!important}.vd-carrier-alt__eta,.vd-carrier-alt__name{font-family:var(--vd-font)!important;margin:0!important}.vd-carrier-alt__eta{font-size:.6875rem!important;font-weight:500!important;line-height:1.3!important;color:var(--vd-muted,#6B7C73)!important}.vd-carrier-alt__cost{font-family:var(--vd-font)!important;font-size:.875rem!important;font-weight:700!important;color:var(--vd-ink,#0F1F17)!important;margin-top:.25rem!important}.vd-carrier-alt__cost[data-free]{color:var(--vd-brand,#2F6B4E)!important;text-transform:uppercase!important;font-size:.75rem!important;letter-spacing:.05em!important}.vd-carrier-alt__cost[data-quote]{font-style:italic!important;font-weight:500!important;color:var(--vd-muted,#6B7C73)!important;font-size:.75rem!important}.vd-carrier-alt[data-active] .vd-carrier-alt__cost{color:var(--vd-brand-deep,#1F3D2A)!important}.vd-carrier-alt[data-active] .vd-carrier-alt__cost[data-free]{color:var(--vd-brand,#2F6B4E)!important}.vd-carrier-alt[data-method=pickup] .vd-carrier-alt__logo{background:var(--vd-sage-50,#F4FAF6)!important;border-radius:8px!important}.vd-carrier-alts__note{margin:.75rem 0 0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;font-family:var(--vd-font)!important;font-size:.75rem!important;line-height:1.45!important;color:var(--vd-muted,#6B7C73)!important;font-style:italic!important}@media (max-width:540px){.vd-carrier-alts__grid{grid-template-columns:repeat(2,1fr)!important}.vd-carrier-alt{min-height:128px!important;padding:.75rem .5rem .625rem!important}.vd-carrier-alt__logo{height:36px!important}.vd-carrier-alt__logo img{max-width:72px!important;max-height:30px!important}}.vd-payment-card__badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.625rem;font-weight:700;letter-spacing:.04em;vertical-align:middle}.vd-sl-section-head{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.75rem;max-width:720px}.vd-sl-section-head--row{flex-direction:row;align-items:end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;max-width:none}.vd-sl-section-head--row>div{display:flex;flex-direction:column;gap:.4rem}.vd-sl-kicker{display:inline-block;align-self:flex-start;padding:.25rem .625rem;background:rgba(47,107,78,.08);color:var(--vd-brand);border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.vd-sl-section-title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.5rem,2.8vw,2.125rem);font-weight:500;line-height:1.1;letter-spacing:-.018em;color:var(--vd-ink)}.vd-sl-section-title em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-sl-section-lede{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.6;color:var(--vd-muted);max-width:56ch}.vd-sl-section-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--vd-font);font-size:.875rem;font-weight:600;color:var(--vd-brand);text-decoration:none;transition:color .2s ease}.vd-sl-section-link:hover{color:var(--vd-brand-deep,#1f513a)}.vd-sl-section-link svg{width:14px;height:14px;transition:transform .2s ease}.vd-sl-section-link:hover svg{transform:translateX(3px)}.vd-sl-offer{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-offer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:1024px){.vd-sl-offer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-offer__grid{grid-template-columns:1fr}}.vd-sl-offer-card{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem 1.25rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;text-decoration:none;color:inherit;transition:border-color .22s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.vd-sl-offer-card:hover{transform:translateY(-3px);border-color:var(--vd-brand);box-shadow:0 16px 32px -18px rgba(15,31,23,.14)}.vd-sl-offer-card[data-tone=honey]:hover{border-color:var(--vd-honey,#C8A55E)}.vd-sl-offer-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(47,107,78,.08);color:var(--vd-brand)}.vd-sl-offer-card[data-tone=honey] .vd-sl-offer-card__icon{background:rgba(200,165,94,.14);color:var(--vd-honey,#C8A55E)}.vd-sl-offer-card[data-tone=ink] .vd-sl-offer-card__icon{background:rgba(15,31,23,.08);color:var(--vd-ink)}.vd-sl-offer-card__icon svg{width:24px;height:24px}.vd-sl-offer-card__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.25rem;font-weight:500;letter-spacing:-.015em;color:var(--vd-ink)}.vd-sl-offer-card__body{margin:0;font-family:var(--vd-font);font-size:.875rem;line-height:1.55;color:var(--vd-muted);flex:1}.vd-sl-offer-card__cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--vd-divider);font-family:var(--vd-font);font-size:.8125rem;font-weight:700;color:var(--vd-brand)}.vd-sl-offer-card[data-tone=honey] .vd-sl-offer-card__cta{color:var(--vd-honey,#C8A55E)}.vd-sl-offer-card[data-tone=ink] .vd-sl-offer-card__cta{color:var(--vd-ink)}.vd-sl-offer-card__cta svg{width:14px;height:14px;transition:transform .2s ease}.vd-sl-offer-card:hover .vd-sl-offer-card__cta svg{transform:translate(3px,-3px)}.vd-sl-offer-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:760px){.vd-sl-offer-pair{grid-template-columns:1fr}}.vd-sl-offer-group{display:flex;flex-direction:column;gap:.875rem;padding:1.5rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px}.vd-sl-offer-group[data-tone=brand]{border-color:rgba(47,107,78,.2)}.vd-sl-offer-group[data-tone=honey]{border-color:rgba(200,165,94,.3)}.vd-sl-offer-group__head{display:flex;align-items:center;gap:.875rem;padding-bottom:.875rem;border-bottom:1px solid var(--vd-divider)}.vd-sl-offer-group__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(47,107,78,.08);color:var(--vd-brand);flex:0 0 auto}.vd-sl-offer-group[data-tone=honey] .vd-sl-offer-group__icon{background:rgba(200,165,94,.14);color:var(--vd-honey,#C8A55E)}.vd-sl-offer-group__icon svg{width:22px;height:22px}.vd-sl-offer-group__head>div{display:flex;flex-direction:column;gap:.125rem}.vd-sl-offer-group__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.25rem;font-weight:500;letter-spacing:-.015em;color:var(--vd-ink)}.vd-sl-offer-group__subtitle{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-sl-offer-group__items{display:flex;flex-direction:column;gap:.5rem}.vd-sl-offer-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem .875rem;background:#FAFAF8;border-radius:10px;text-decoration:none;color:inherit;transition:background .2s ease,transform .2s ease}.vd-sl-offer-item:hover{background:var(--vd-cream,#f7f5ef);transform:translateX(2px)}.vd-sl-offer-item__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#FFFFFF;color:var(--vd-brand);border:1px solid var(--vd-divider)}.vd-sl-offer-group[data-tone=honey] .vd-sl-offer-item__icon{color:var(--vd-honey,#C8A55E)}.vd-sl-offer-item__icon svg{width:16px;height:16px}.vd-sl-offer-item__copy{display:flex;flex-direction:column;gap:.125rem;min-width:0}.vd-sl-offer-item__copy strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-sl-offer-item__copy span{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-sl-offer-item__arrow{width:14px;height:14px;color:var(--vd-muted);transition:color .2s ease,transform .2s ease}.vd-sl-offer-item:hover .vd-sl-offer-item__arrow{color:var(--vd-brand);transform:translate(2px,-2px)}.vd-sl-offer-group[data-tone=honey] .vd-sl-offer-item:hover .vd-sl-offer-item__arrow{color:var(--vd-honey,#C8A55E)}.vd-sl-where{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-where__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}@media (max-width:1024px){.vd-sl-where__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-where__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.vd-sl-where-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.125rem .75rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:12px;text-align:center}.vd-sl-where-card__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:rgba(47,107,78,.08);color:var(--vd-brand)}.vd-sl-where-card__icon svg{width:16px;height:16px}.vd-sl-where-card strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink)}.vd-sl-where-card span{font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted);line-height:1.3}.vd-sl-best{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-best__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:1100px){.vd-sl-best__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-best__grid{grid-template-columns:1fr}}.vd-sl-how{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-how__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:1024px){.vd-sl-how__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-how__steps{grid-template-columns:1fr}}.vd-sl-how-step{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem 1.25rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:14px}.vd-sl-how-step__num{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;color:var(--vd-brand);letter-spacing:-.02em;line-height:1}.vd-sl-how-step__title{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em}.vd-sl-how-step__body{margin:0;font-family:var(--vd-font);font-size:.8125rem;line-height:1.55;color:var(--vd-muted)}.vd-sl-trust-strip{max-width:1280px;margin:0 auto;padding:clamp(1.5rem,3vw,2rem) clamp(1rem,3vw,2rem);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:880px){.vd-sl-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.vd-sl-trust-strip{grid-template-columns:1fr}}.vd-sl-trust-strip__item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.125rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:12px}.vd-sl-trust-strip__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(47,107,78,.08);color:var(--vd-brand);flex:0 0 auto}.vd-sl-trust-strip__icon svg{width:20px;height:20px}.vd-sl-trust-strip__item>div{display:flex;flex-direction:column;gap:.125rem;min-width:0}.vd-sl-trust-strip__item strong{font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:var(--vd-ink)}.vd-sl-trust-strip__item span{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted);line-height:1.4}.vd-sl-promos__head .vd-sl-section-title{font-size:clamp(1.5rem,2.8vw,2rem)}.vd-shop-subnav__link{gap:.45rem}.vd-shop-subnav__link-icon{width:14px;height:14px;color:var(--vd-muted);transition:color .22s cubic-bezier(.22,1,.36,1);flex:0 0 14px}.vd-shop-subnav__link:hover .vd-shop-subnav__link-icon{color:var(--vd-ink)}.vd-shop-subnav__link[data-active] .vd-shop-subnav__link-icon{color:var(--vd-brand)}.vd-shop-subnav__link[data-highlight] .vd-shop-subnav__link-icon{color:var(--vd-honey)}.vd-shop-subnav__link[data-home] .vd-shop-subnav__link-icon{color:#FFFFFF}@media (max-width:600px){.vd-shop-subnav__link-icon{width:13px;height:13px}}.vd-landing-anchors{position:sticky;top:122px;z-index:35;background:rgba(255,255,255,.92);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--vd-divider)}.vd-landing-anchors__inner{max-width:1280px;margin:0 auto;padding:.625rem clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:flex-start}.vd-landing-anchors__list{list-style:none;margin:0;padding:0;display:flex;gap:.375rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.vd-landing-anchors__list::-webkit-scrollbar{display:none}.vd-landing-anchors__link{flex:0 0 auto;display:inline-flex;align-items:center;padding:.4rem .875rem;font-family:var(--vd-font);font-size:.8125rem;font-weight:500;letter-spacing:-.005em;color:var(--vd-muted);text-decoration:none;border:1px solid transparent;border-radius:999px;white-space:nowrap;transition:color .22s ease,background .22s ease,border-color .22s ease}.vd-landing-anchors__link:hover{color:var(--vd-ink);background:var(--vd-cream,#f7f5ef)}.vd-landing-anchors__link[data-active]{color:#FFFFFF;background:var(--vd-ink);border-color:var(--vd-ink);font-weight:600}@media (max-width:720px){.vd-landing-anchors{top:110px}.vd-landing-anchors__link{font-size:.75rem;padding:.35rem .75rem}}.vd-sl-offer-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (max-width:1100px){.vd-sl-offer-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-offer-tiles{grid-template-columns:1fr}}.vd-sl-offer-tile{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem 1.125rem 1.125rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;text-decoration:none;color:inherit;position:relative;isolation:isolate;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.vd-sl-offer-tile:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(47,107,78,.05),rgba(47,107,78,0) 70%);opacity:0;z-index:-1;transition:opacity .22s ease}.vd-sl-offer-tile:hover{border-color:rgba(47,107,78,.35);transform:translateY(-2px);box-shadow:0 6px 20px -8px rgba(15,31,23,.12)}.vd-sl-offer-tile:hover:before{opacity:1}.vd-sl-offer-tile[data-tone=honey]:hover{border-color:rgba(200,165,94,.55)}.vd-sl-offer-tile[data-tone=honey]:before{background:linear-gradient(180deg,rgba(200,165,94,.08),rgba(200,165,94,0) 70%)}.vd-sl-offer-tile__head{display:flex;align-items:center;justify-content:space-between}.vd-sl-offer-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(47,107,78,.08);color:var(--vd-brand)}.vd-sl-offer-tile[data-tone=honey] .vd-sl-offer-tile__icon{background:rgba(200,165,94,.14);color:var(--vd-honey,#C8A55E)}.vd-sl-offer-tile[data-tone=neutral] .vd-sl-offer-tile__icon{background:#F4F2EC;color:var(--vd-ink)}.vd-sl-offer-tile__icon svg{width:20px;height:20px}.vd-sl-offer-tile__arrow{width:16px;height:16px;color:var(--vd-muted);transition:color .22s ease,transform .22s ease}.vd-sl-offer-tile:hover .vd-sl-offer-tile__arrow{color:var(--vd-brand);transform:translate(2px,-2px)}.vd-sl-offer-tile[data-tone=honey]:hover .vd-sl-offer-tile__arrow{color:var(--vd-honey,#C8A55E)}.vd-sl-offer-tile__title{margin:.25rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--vd-ink);line-height:1.05}.vd-sl-offer-tile__count{margin:0;display:flex;align-items:baseline;gap:.4rem;font-family:var(--vd-font)}.vd-sl-offer-tile__count strong{font-size:1.375rem;font-weight:700;color:var(--vd-brand);letter-spacing:-.02em}.vd-sl-offer-tile[data-tone=honey] .vd-sl-offer-tile__count strong{color:var(--vd-honey,#C8A55E)}.vd-sl-offer-tile[data-tone=neutral] .vd-sl-offer-tile__count strong{color:var(--vd-ink)}.vd-sl-offer-tile__count span,.vd-sl-offer-tile__note{font-size:.8125rem;color:var(--vd-muted)}.vd-sl-offer-tile__note{margin:.125rem 0 0;font-family:var(--vd-font);line-height:1.45}.vd-sl-best__editorial{display:grid;grid-template-columns:2fr 1fr;grid-auto-rows:minmax(0,auto);gap:1rem;margin-top:1.5rem}@media (max-width:960px){.vd-sl-best__editorial{grid-template-columns:1fr}}.vd-sl-best-hero{grid-column:1/2;grid-row:span 3;display:grid;grid-template-rows:1fr auto;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}@media (max-width:960px){.vd-sl-best-hero{grid-column:1;grid-row:auto}}.vd-sl-best-hero:hover{border-color:rgba(47,107,78,.35);transform:translateY(-3px);box-shadow:0 14px 30px -16px rgba(15,31,23,.18)}.vd-sl-best-hero__photo{position:relative;aspect-ratio:16/11;background:#F0F2EE;overflow:hidden}.vd-sl-best-hero__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .54s cubic-bezier(.22,1,.36,1)}.vd-sl-best-hero:hover .vd-sl-best-hero__photo img{transform:scale(1.04)}.vd-sl-best-hero__cat-pill{position:absolute;top:.875rem;left:.875rem;padding:.3rem .625rem;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-brand)}.vd-sl-best-hero__body{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.375rem 1.375rem}.vd-sl-best-hero__eyebrow{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-honey,#C8A55E)}.vd-sl-best-hero__name{margin:0;font-size:clamp(1.5rem,2.6vw,1.875rem);font-weight:500;letter-spacing:-.018em;color:var(--vd-ink);line-height:1.1}.vd-sl-best-hero__latin,.vd-sl-best-hero__name{font-family:var(--vd-font-serif,"Fraunces",serif)}.vd-sl-best-hero__latin{font-size:.875rem;font-style:italic;color:var(--vd-muted);letter-spacing:-.005em}.vd-sl-best-hero__note{margin:.25rem 0 0;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-ink);opacity:.78;line-height:1.45}.vd-sl-best-hero__variants{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.375rem}.vd-sl-best-hero__variants li{padding:.275rem .55rem;background:var(--vd-cream,#f7f5ef);border:1px solid rgba(15,31,23,.06);border-radius:6px;font-family:var(--vd-font);font-size:.75rem;font-weight:600;letter-spacing:.01em;color:var(--vd-ink)}.vd-sl-best-hero__meta{margin:.75rem 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.875rem 0;border-top:1px solid var(--vd-divider);border-bottom:1px solid var(--vd-divider)}.vd-sl-best-hero__meta>div{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vd-sl-best-hero__meta dt{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-muted)}.vd-sl-best-hero__meta dd{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-sl-best-hero__foot{margin-top:.875rem;display:flex;align-items:center;justify-content:space-between;gap:.875rem}.vd-sl-best-hero__price-block{display:flex;flex-direction:column;gap:.05rem}.vd-sl-best-hero__price-label{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-muted)}.vd-sl-best-hero__price{font-family:var(--vd-font);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--vd-ink)}.vd-sl-best-hero__price-to{font-style:normal;font-size:.9375rem;font-weight:500;color:var(--vd-muted)}.vd-sl-best-hero__rating{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .55rem;background:rgba(200,165,94,.12);border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-honey,#C8A55E)}.vd-sl-best-hero__rating svg{width:13px;height:13px;fill:currentColor;stroke:none}.vd-sl-best-hero__cta{display:inline-flex;align-items:center;gap:.3rem;padding:.625rem 1rem;background:var(--vd-ink);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;letter-spacing:-.005em;transition:background .22s ease,transform .22s ease}.vd-sl-best-hero__cta svg{width:14px;height:14px}.vd-sl-best-hero:hover .vd-sl-best-hero__cta{background:var(--vd-brand);transform:translateX(2px)}.vd-sl-best-compact{display:grid;grid-template-columns:120px minmax(0,1fr);gap:.875rem;padding:.75rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:14px;text-decoration:none;color:inherit;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}@media (max-width:1100px) and (min-width:961px){.vd-sl-best-compact{grid-template-columns:100px minmax(0,1fr);gap:.625rem}}.vd-sl-best-compact:hover{border-color:rgba(47,107,78,.35);transform:translateY(-2px);box-shadow:0 8px 20px -10px rgba(15,31,23,.14)}.vd-sl-best-compact__photo{aspect-ratio:1;background:#F0F2EE;border-radius:10px;overflow:hidden}.vd-sl-best-compact__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .54s cubic-bezier(.22,1,.36,1)}.vd-sl-best-compact:hover .vd-sl-best-compact__photo img{transform:scale(1.05)}.vd-sl-best-compact__body{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding-top:.125rem}.vd-sl-best-compact__cat{font-family:var(--vd-font);font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--vd-brand)}.vd-sl-best-compact__name{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .22s ease}.vd-sl-best-compact:hover .vd-sl-best-compact__name{color:var(--vd-brand)}.vd-sl-best-compact__latin{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:.75rem;font-style:italic;color:var(--vd-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vd-sl-best-compact__variants{margin-top:.25rem}.vd-sl-best-compact__variants-text{font-family:var(--vd-font);font-size:.75rem;font-weight:500;color:var(--vd-muted);letter-spacing:.005em}.vd-sl-best-compact__foot{margin-top:auto;padding-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vd-sl-best-compact__price{font-family:var(--vd-font);font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--vd-ink)}.vd-sl-best-compact__rating{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--vd-font);font-size:.75rem;font-weight:600;color:var(--vd-honey,#C8A55E)}.vd-sl-best-compact__rating svg{width:12px;height:12px;fill:currentColor;stroke:none}.vd-sl-best-catalog{display:flex;flex-direction:column;gap:.875rem;padding:1.125rem 1.125rem 1rem;background:var(--vd-ink);color:#FFFFFF;border-radius:14px;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;border:1px solid var(--vd-ink)}@media (max-width:960px){.vd-sl-best-catalog{grid-column:1}}.vd-sl-best-catalog:hover{transform:translateY(-2px);box-shadow:0 14px 30px -16px rgba(15,31,23,.45)}.vd-sl-best-catalog__head{display:flex;flex-direction:column;gap:.35rem}.vd-sl-best-catalog__head .vd-sl-kicker{color:rgba(255,255,255,.7)}.vd-sl-best-catalog__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.25rem;font-weight:400;letter-spacing:-.015em;line-height:1.15}.vd-sl-best-catalog__title .vd-tabular{font-weight:600}.vd-sl-best-catalog__cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.vd-sl-best-catalog__cats li{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.45rem 0;border-top:1px solid rgba(255,255,255,.1);font-family:var(--vd-font);font-size:.8125rem}.vd-sl-best-catalog__cats li:first-child{border-top:none;padding-top:0}.vd-sl-best-catalog__cats li span{color:rgba(255,255,255,.78)}.vd-sl-best-catalog__cats li strong{font-size:.875rem;font-weight:700;color:#FFFFFF;letter-spacing:-.01em}.vd-sl-best-catalog__cta{margin-top:.25rem;display:inline-flex;align-items:center;gap:.3rem;padding:.55rem 0;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-honey,#C8A55E);border-top:1px solid rgba(255,255,255,.12);transition:color .2s ease,transform .2s ease}.vd-sl-best-catalog__cta svg{width:14px;height:14px;transition:transform .22s ease}.vd-sl-best-catalog:hover .vd-sl-best-catalog__cta{color:#FFFFFF}.vd-sl-best-catalog:hover .vd-sl-best-catalog__cta svg{transform:translateX(3px)}@media (max-width:960px){.vd-sl-best__editorial{gap:.75rem}.vd-sl-best-compact{grid-template-columns:88px minmax(0,1fr);gap:.75rem}}section#bestsellery,section#gdzie-dzialamy,section#jak-to-dziala,section#oferta,section#pakiety,section#panel,section#promocje,section#uslugi,section#verdora-plus{scroll-margin-top:140px}.vd-sl-services{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (max-width:1100px){.vd-sl-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-services__grid{grid-template-columns:1fr}}.vd-sl-service-card{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem 1.125rem;background:var(--vd-cream,#f7f5ef);border:1px solid transparent;border-radius:16px;text-decoration:none;color:inherit;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease,background .22s ease}.vd-sl-service-card:hover{background:#FFFFFF;border-color:rgba(200,165,94,.5);transform:translateY(-2px);box-shadow:0 8px 22px -10px rgba(15,31,23,.14)}.vd-sl-service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(200,165,94,.15);color:var(--vd-honey,#C8A55E)}.vd-sl-service-card__icon svg{width:20px;height:20px}.vd-sl-service-card__title{margin:.25rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.25rem;font-weight:500;letter-spacing:-.015em;color:var(--vd-ink);line-height:1.15}.vd-sl-service-card__desc{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted);line-height:1.5}.vd-sl-service-card__foot{margin-top:auto;padding-top:.5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(15,31,23,.06)}.vd-sl-service-card__price{font-family:var(--vd-font);font-size:1rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.01em}.vd-sl-service-card__price em{font-style:normal;font-size:.75rem;font-weight:500;color:var(--vd-muted);margin-left:.15rem}.vd-sl-service-card__arrow{width:16px;height:16px;color:var(--vd-muted);transition:color .22s ease,transform .22s ease}.vd-sl-service-card:hover .vd-sl-service-card__arrow{color:var(--vd-honey,#C8A55E);transform:translate(2px,-2px)}.vd-sl-bundles{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-bundles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (max-width:960px){.vd-sl-bundles__grid{grid-template-columns:1fr}}.vd-sl-bundle-card{display:flex;flex-direction:column;gap:.5rem;padding:1.375rem 1.25rem 1.125rem;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:16px;text-decoration:none;color:inherit;position:relative;isolation:isolate;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.vd-sl-bundle-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(47,107,78,.04),rgba(47,107,78,0) 60%);opacity:0;z-index:-1;transition:opacity .22s ease}.vd-sl-bundle-card:hover{border-color:rgba(47,107,78,.4);transform:translateY(-3px);box-shadow:0 12px 28px -14px rgba(15,31,23,.18)}.vd-sl-bundle-card:hover:before{opacity:1}.vd-sl-bundle-card__head{display:flex;align-items:center;justify-content:space-between}.vd-sl-bundle-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(47,107,78,.1);color:var(--vd-brand)}.vd-sl-bundle-card__icon svg{width:18px;height:18px}.vd-sl-bundle-card__discount{display:inline-flex;align-items:center;padding:.3rem .625rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;letter-spacing:-.005em}.vd-sl-bundle-card__name{margin:.25rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.25rem;font-weight:500;letter-spacing:-.018em;color:var(--vd-ink);line-height:1.15}.vd-sl-bundle-card__tagline{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted);line-height:1.45}.vd-sl-bundle-card__compose{list-style:none;margin:.625rem 0 0;padding:.625rem 0 0;display:flex;flex-direction:column;gap:.4rem;border-top:1px solid var(--vd-divider)}.vd-sl-bundle-card__compose li{display:flex;align-items:center;gap:.55rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-ink)}.vd-sl-bundle-card__compose li svg{width:14px;height:14px;color:var(--vd-brand);flex:0 0 14px}.vd-sl-bundle-card__compose li strong{font-weight:700;margin-right:.1rem}.vd-sl-bundle-card__foot{margin-top:.5rem;padding-top:.625rem;border-top:1px solid var(--vd-divider)}.vd-sl-bundle-card__cta{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--vd-font);font-size:.875rem;font-weight:600;color:var(--vd-brand);letter-spacing:-.005em;transition:gap .22s ease}.vd-sl-bundle-card__cta svg{width:14px;height:14px}.vd-sl-bundle-card:hover .vd-sl-bundle-card__cta{gap:.5rem}.vd-sl-vplus{background:linear-gradient(140deg,var(--vd-cream,#f7f5ef) 0,rgba(200,165,94,.08) 100%);border-top:1px solid var(--vd-divider)}.vd-sl-vplus__inner{max-width:1280px;margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1rem,3vw,2rem);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}@media (max-width:960px){.vd-sl-vplus__inner{grid-template-columns:1fr}}.vd-sl-vplus__copy{display:flex;flex-direction:column;gap:1rem;max-width:50ch}.vd-sl-vplus__cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.vd-sl-vplus__cta-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.25rem;background:var(--vd-ink);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:background .22s ease,transform .22s ease}.vd-sl-vplus__cta-primary svg{width:16px;height:16px}.vd-sl-vplus__cta-primary:hover{background:var(--vd-brand);transform:translateX(2px)}.vd-sl-vplus__cta-secondary{display:inline-flex;align-items:center;padding:.75rem 1.25rem;background:transparent;color:var(--vd-ink);border:1px solid var(--vd-ink);border-radius:999px;font-family:var(--vd-font);font-size:.9375rem;font-weight:500;letter-spacing:-.005em;text-decoration:none;transition:background .22s ease,color .22s ease}.vd-sl-vplus__cta-secondary:hover{background:var(--vd-ink);color:#FFFFFF}.vd-sl-vplus__perks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (max-width:540px){.vd-sl-vplus__perks{grid-template-columns:1fr}}.vd-sl-vplus-perk{display:flex;gap:.75rem;padding:1rem;background:#FFFFFF;border:1px solid rgba(200,165,94,.25);border-radius:14px}.vd-sl-vplus-perk__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:rgba(200,165,94,.16);color:var(--vd-honey,#C8A55E)}.vd-sl-vplus-perk__icon svg{width:18px;height:18px}.vd-sl-vplus-perk>div{display:flex;flex-direction:column;gap:.15rem;min-width:0}.vd-sl-vplus-perk strong{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em}.vd-sl-vplus-perk span{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted);line-height:1.4}.vd-sl-panel{max-width:1280px;margin:0 auto;padding:clamp(3rem,5vw,4.5rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-sl-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (max-width:1100px){.vd-sl-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.vd-sl-panel__grid{grid-template-columns:1fr}}.vd-sl-panel-card{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem 1.125rem 1.125rem;background:var(--vd-ink);color:#FFFFFF;border-radius:16px;position:relative;overflow:hidden}.vd-sl-panel-card:before{content:"";position:absolute;top:-40%;right:-20%;width:60%;height:60%;background:radial-gradient(circle at center,rgba(47,107,78,.45) 0,rgba(47,107,78,0) 70%);pointer-events:none}.vd-sl-panel-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.1);color:#FFFFFF;border:1px solid rgba(255,255,255,.16);position:relative;z-index:1}.vd-sl-panel-card__icon svg{width:20px;height:20px}.vd-sl-panel-card__title{margin:.25rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.125rem;font-weight:500;letter-spacing:-.015em;position:relative;z-index:1}.vd-sl-panel-card__desc{margin:0;color:rgba(255,255,255,.72);line-height:1.5}.vd-sl-panel-card__desc,.vd-sl-panel-card__link{font-family:var(--vd-font);font-size:.8125rem;position:relative;z-index:1}.vd-sl-panel-card__link{margin-top:auto;padding-top:.625rem;display:inline-flex;align-items:center;gap:.3rem;font-weight:600;color:var(--vd-honey,#C8A55E);text-decoration:none;border-top:1px solid rgba(255,255,255,.12);transition:color .22s ease,gap .22s ease}.vd-sl-panel-card__link svg{width:13px;height:13px;transition:transform .22s ease}.vd-sl-panel-card__link:hover{color:#FFFFFF;gap:.5rem}.vd-sl-panel__cta-row{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.vd-sl-panel__cta-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.875rem 1.5rem;background:var(--vd-brand);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:background .22s ease,transform .22s ease}.vd-sl-panel__cta-primary svg{width:16px;height:16px}.vd-sl-panel__cta-primary:hover{background:var(--vd-brand-deep,#1f513a);transform:translateX(2px)}.vd-sl-panel__cta-secondary{font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);text-decoration:underline;text-decoration-color:rgba(15,31,23,.25);text-underline-offset:4px;transition:color .22s ease,text-decoration-color .22s ease}.vd-sl-panel__cta-secondary:hover{color:var(--vd-ink);text-decoration-color:var(--vd-ink)}.vd-recs{max-width:1080px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);border-top:1px solid var(--vd-divider)}.vd-recs--bundles{background:linear-gradient(135deg,rgba(45,90,39,.04),rgba(200,165,94,.06));border-top:none;border-radius:0}.vd-recs__kicker--bundle{display:inline-flex!important;align-items:center;gap:.4rem;color:var(--vd-honey,#C8A55E)!important}.vd-recs__kicker--bundle svg{width:14px;height:14px}.vd-recs__bundles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.vd-recs-bundle-card{display:grid;grid-template-columns:140px minmax(0,1fr);gap:0;background:#ffffff;border:1px solid rgba(200,165,94,.35);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.vd-recs-bundle-card:hover{transform:translateY(-3px);border-color:rgba(200,165,94,.7);box-shadow:0 14px 30px -14px rgba(200,165,94,.4)}.vd-recs-bundle-card__photo{position:relative;width:140px;height:100%;min-height:180px;background:linear-gradient(135deg,#f0f8f0,#fdfaef);display:flex;align-items:center;justify-content:center;overflow:hidden}.vd-recs-bundle-card__photo img{max-width:75%;max-height:75%;-o-object-fit:contain;object-fit:contain;transition:transform .4s ease}.vd-recs-bundle-card:hover .vd-recs-bundle-card__photo img{transform:scale(1.06)}.vd-recs-bundle-card__discount{position:absolute;top:.5rem;left:.5rem;padding:.3rem .55rem;background:var(--vd-honey,#C8A55E);color:#ffffff;border-radius:999px;font-family:var(--vd-font);font-size:.75rem;font-weight:700}.vd-recs-bundle-card__body{padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.4rem;min-width:0}.vd-recs-bundle-card__name{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink,#0f1f17);letter-spacing:-.005em;line-height:1.25}.vd-recs-bundle-card__tagline{margin:0;font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted,#5a6b62);line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vd-recs-bundle-card__compose{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}.vd-recs-bundle-card__compose li{display:flex;align-items:center;gap:.4rem;font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted,#5a6b62)}.vd-recs-bundle-card__compose li svg{width:12px;height:12px;color:var(--vd-brand,#2d5a27)}.vd-recs-bundle-card__compose li strong{color:var(--vd-ink,#0f1f17);font-weight:700;margin-right:.1rem}.vd-recs-bundle-card__foot{margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(15,31,23,.06);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vd-recs-bundle-card__price-block{display:flex;flex-direction:column;gap:.1rem}.vd-recs-bundle-card__price-list{font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted,#5a6b62);text-decoration:line-through}.vd-recs-bundle-card__price-bundle{font-family:var(--vd-font);font-size:1rem;font-weight:700;color:var(--vd-honey,#C8A55E);letter-spacing:-.01em}.vd-recs-bundle-card__cta{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--vd-font);font-size:.75rem;font-weight:700;color:var(--vd-brand,#2d5a27);white-space:nowrap}.vd-recs-bundle-card__cta svg{width:12px;height:12px;transition:transform .3s ease}.vd-recs-bundle-card:hover .vd-recs-bundle-card__cta svg{transform:translateX(2px)}@media (max-width:540px){.vd-recs-bundle-card{grid-template-columns:1fr}.vd-recs-bundle-card__photo{width:100%;height:140px;min-height:140px;aspect-ratio:16/10}}.vd-recs__head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.vd-recs__kicker{font-family:var(--vd-font);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-honey,#C8A55E)}.vd-recs__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;letter-spacing:-.018em;color:var(--vd-ink);line-height:1.15}.vd-recs__title em{font-style:italic;color:var(--vd-brand)}.vd-recs__lede{margin:0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-muted);max-width:60ch;line-height:1.55}.vd-recs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width:880px){.vd-recs__grid{grid-template-columns:1fr}}.vd-recs-card{display:flex;flex-direction:column;gap:.625rem;padding:1.125rem;background:var(--vd-cream,#f7f5ef);border:1px solid transparent;border-radius:14px;text-decoration:none;color:inherit;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease,background .22s ease}.vd-recs-card:hover{background:#FFFFFF;border-color:var(--vd-divider);transform:translateY(-2px);box-shadow:0 10px 22px -12px rgba(15,31,23,.18)}.vd-recs-card__head{display:flex;align-items:center;justify-content:space-between}.vd-recs-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(47,107,78,.1);color:var(--vd-brand)}.vd-recs-card[data-tone=honey] .vd-recs-card__icon{background:rgba(200,165,94,.18);color:var(--vd-honey,#C8A55E)}.vd-recs-card__icon svg{width:18px;height:18px}.vd-recs-card__discount{display:inline-flex;padding:.25rem .55rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-size:.6875rem}.vd-recs-card__discount,.vd-recs-card__title{font-family:var(--vd-font);font-weight:700;letter-spacing:-.005em}.vd-recs-card__title{margin:.25rem 0 0;font-size:.9375rem;color:var(--vd-ink)}.vd-recs-card__desc{margin:0;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted);line-height:1.5}.vd-recs-card__foot{margin-top:auto;padding-top:.625rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(15,31,23,.06)}.vd-recs-card__price{font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em}.vd-recs-card__price em{font-style:normal;font-size:.75rem;font-weight:500;color:var(--vd-muted);margin-left:.15rem}.vd-recs-card__cta{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--vd-font);font-size:.75rem;font-weight:600;color:var(--vd-brand)}.vd-recs-card[data-tone=honey] .vd-recs-card__cta{color:var(--vd-honey,#C8A55E)}.vd-recs-card__cta svg{width:12px;height:12px;transition:transform .22s ease}.vd-recs-card:hover .vd-recs-card__cta svg{transform:translateX(2px)}.vd-pakiety{background:#FFFFFF;min-height:calc(100vh - 120px)}.vd-pakiety__inner{max-width:1280px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem) clamp(3rem,6vw,5rem)}.vd-pakiety__hero{display:flex;flex-direction:column;gap:.75rem;margin-bottom:clamp(2rem,4vw,3rem);max-width:70ch}.vd-pakiety__eyebrow{font-family:var(--vd-font);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-honey,#C8A55E)}.vd-pakiety__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.022em;color:var(--vd-ink);line-height:1.05}.vd-pakiety__title em{font-style:italic;color:var(--vd-brand)}.vd-pakiety__lede{margin:0;font-family:var(--vd-font);font-size:1.0625rem;color:var(--vd-muted);line-height:1.55;max-width:60ch}.vd-pakiety__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media (max-width:960px){.vd-pakiety__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.vd-pakiety__grid{grid-template-columns:1fr}}.vd-pakiet-card{display:flex;flex-direction:column;gap:.625rem;padding:0;background:#FFFFFF;border:1px solid var(--vd-divider);border-radius:18px;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease;position:relative}.vd-pakiet-card>:not(.vd-pakiet-card__photo){padding-left:1.375rem;padding-right:1.375rem}.vd-pakiet-card>:last-child{padding-bottom:1.25rem}.vd-pakiet-card:hover{border-color:rgba(47,107,78,.4);transform:translateY(-3px);box-shadow:0 14px 30px -16px rgba(15,31,23,.2)}.vd-pakiet-card[data-popular]{border-color:rgba(200,165,94,.45)}.vd-pakiet-card[data-popular]:after{content:"Popularny";position:absolute;top:1rem;left:1rem;padding:.275rem .625rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.02em;z-index:2}.vd-pakiet-card__photo{position:relative;width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,#f0f8f0,#f4f2ec);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.5rem}.vd-pakiet-card__photo img{max-width:70%;max-height:80%;-o-object-fit:contain;object-fit:contain;transition:transform .5s cubic-bezier(.22,1,.36,1)}.vd-pakiet-card:hover .vd-pakiet-card__photo img{transform:scale(1.05)}.vd-pakiet-card__photo .vd-pakiet-card__discount{position:absolute;top:.75rem;right:.75rem;padding:.4rem .75rem;background:var(--vd-honey,#C8A55E);color:#ffffff;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;box-shadow:0 4px 12px rgba(200,165,94,.4)}.vd-pakiet-card__icon-overlay{position:absolute;bottom:.75rem;left:.75rem;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center;color:var(--vd-brand,#2d5a27);box-shadow:0 4px 12px rgba(0,0,0,.1)}.vd-pakiet-card__icon-overlay svg{width:22px;height:22px}.vd-pakiet-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.vd-pakiet-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(47,107,78,.1);color:var(--vd-brand)}.vd-pakiet-card__icon svg{width:22px;height:22px}.vd-pakiet-card__discount{display:inline-flex;align-items:center;padding:.4rem .75rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700}.vd-pakiet-card__name{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;letter-spacing:-.018em;color:var(--vd-ink);line-height:1.1}.vd-pakiet-card__tagline{margin:0;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);line-height:1.5}.vd-pakiet-card__highlights{list-style:none;margin:.75rem 0 0;padding:.75rem 0 0;border-top:1px solid var(--vd-divider);display:flex;flex-direction:column;gap:.4rem}.vd-pakiet-card__highlights li{display:flex;align-items:flex-start;gap:.5rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-ink);line-height:1.4}.vd-pakiet-card__highlights li svg{width:14px;height:14px;color:var(--vd-brand);flex:0 0 14px;margin-top:2px}.vd-pakiet-card__price{margin-top:1rem;padding-top:.875rem;border-top:1px solid var(--vd-divider);display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.vd-pakiet-card__price-list{font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);text-decoration:line-through;text-decoration-color:var(--vd-muted)}.vd-pakiet-card__price-bundle{font-family:var(--vd-font);font-size:1.375rem;font-weight:700;letter-spacing:-.015em;color:var(--vd-ink)}.vd-pakiet-card__cta{margin-top:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1rem;background:var(--vd-ink);color:#FFFFFF;border-radius:12px;font-family:var(--vd-font);font-size:.875rem;font-weight:600;letter-spacing:-.005em;transition:background .22s ease,transform .22s ease}.vd-pakiet-card__cta svg{width:14px;height:14px}.vd-pakiet-card:hover .vd-pakiet-card__cta{background:var(--vd-brand)}.vd-pakiet-detail{background:#FFFFFF}.vd-pakiet-detail__inner{max-width:1180px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem) clamp(3rem,6vw,5rem);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}@media (max-width:960px){.vd-pakiet-detail__inner{grid-template-columns:1fr}}.vd-pakiet-detail__head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.vd-pakiet-detail__breadcrumb{display:flex;align-items:center;gap:.4rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-pakiet-detail__breadcrumb a{color:inherit;text-decoration:none;transition:color .22s ease}.vd-pakiet-detail__breadcrumb a:hover{color:var(--vd-ink)}.vd-pakiet-detail__eyebrow{font-family:var(--vd-font);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-honey,#C8A55E)}.vd-pakiet-detail__name{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.02em;color:var(--vd-ink);line-height:1.05}.vd-pakiet-detail__tagline{margin:0;font-family:var(--vd-font);font-size:1.0625rem;color:var(--vd-muted);line-height:1.55}.vd-pakiet-detail__desc{margin:1rem 0 0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink);line-height:1.6;max-width:60ch}.vd-pakiet-detail__audience{margin:1rem 0;padding:.875rem 1.125rem;background:var(--vd-cream,#f7f5ef);border-radius:12px;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-ink);line-height:1.5}.vd-pakiet-detail__audience strong{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-muted)}.vd-pakiet-detail__items{margin-top:1.5rem}.vd-pakiet-detail__items-title{margin:0 0 .875rem;font-family:var(--vd-font);font-size:1rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em}.vd-pakiet-detail__items-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.vd-pakiet-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--vd-divider)}.vd-pakiet-item:last-child{border-bottom:none}.vd-pakiet-item__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(47,107,78,.08);color:var(--vd-brand)}.vd-pakiet-item[data-type=service] .vd-pakiet-item__icon{background:rgba(200,165,94,.16);color:var(--vd-honey,#C8A55E)}.vd-pakiet-item[data-type=subscription] .vd-pakiet-item__icon{background:rgba(15,31,23,.85);color:#FFFFFF}.vd-pakiet-item__icon svg{width:18px;height:18px}.vd-pakiet-item__body strong{display:block;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em}.vd-pakiet-item__body span{display:block;font-size:.75rem;margin-top:.1rem}.vd-pakiet-item__body span,.vd-pakiet-item__qty{font-family:var(--vd-font);color:var(--vd-muted)}.vd-pakiet-item__qty{font-size:.8125rem;font-variant-numeric:tabular-nums}.vd-pakiet-detail__rail{position:sticky;top:140px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--vd-ink);color:#FFFFFF;border-radius:18px}@media (max-width:960px){.vd-pakiet-detail__rail{position:static}}.vd-pakiet-detail__rail-discount{align-self:flex-start;display:inline-flex;align-items:center;padding:.4rem .875rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.9375rem;font-weight:700}.vd-pakiet-detail__rail-prices{display:flex;flex-direction:column;gap:.4rem}.vd-pakiet-detail__rail-list{font-family:var(--vd-font);font-size:.875rem;color:rgba(255,255,255,.6)}.vd-pakiet-detail__rail-list em{font-style:normal;text-decoration:line-through}.vd-pakiet-detail__rail-bundle{display:flex;flex-direction:column;gap:.1rem}.vd-pakiet-detail__rail-bundle-label{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65)}.vd-pakiet-detail__rail-bundle-price{font-family:var(--vd-font);font-size:2.5rem;font-weight:700;letter-spacing:-.025em;line-height:1}.vd-pakiet-detail__rail-savings{padding:.5rem .75rem;background:rgba(200,165,94,.18);border-radius:10px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-honey,#C8A55E);display:flex;align-items:center;gap:.4rem}.vd-pakiet-detail__rail-savings svg{width:14px;height:14px}.vd-pakiet-detail__rail-add{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:1rem 1.5rem;background:#FFFFFF;color:var(--vd-ink);border:none;border-radius:12px;font-family:var(--vd-font);font-size:1rem;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:background .22s ease,transform .22s ease}.vd-pakiet-detail__rail-add:hover{background:var(--vd-honey,#C8A55E);color:#FFFFFF;transform:translateY(-1px)}.vd-pakiet-detail__rail-add[data-added]{background:var(--vd-brand);color:#FFFFFF}.vd-pakiet-detail__rail-add svg{width:18px;height:18px}.vd-pakiet-detail__rail-trust{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.12)}.vd-pakiet-detail__rail-trust li{display:flex;align-items:center;gap:.5rem;font-family:var(--vd-font);font-size:.8125rem;color:rgba(255,255,255,.78)}.vd-pakiet-detail__rail-trust li svg{width:14px;height:14px;color:var(--vd-honey,#C8A55E);flex:0 0 14px}.vd-cart-bundle-group{margin:.5rem 0 .75rem;padding:.625rem .75rem;background:linear-gradient(135deg,rgba(47,107,78,.08),rgba(200,165,94,.06));border:1px solid rgba(47,107,78,.16);border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:.625rem}.vd-cart-bundle-group__label{display:flex;align-items:center;gap:.4rem;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-brand)}.vd-cart-bundle-group__label svg{width:14px;height:14px}.vd-cart-bundle-group__savings{font-family:var(--vd-font);font-size:.75rem;font-weight:600;color:var(--vd-honey,#C8A55E);font-variant-numeric:tabular-nums}.vd-cart-suggest{margin:.5rem 0 .75rem;padding:.75rem .875rem;background:var(--vd-cream,#f7f5ef);border:1px solid rgba(200,165,94,.3);border-radius:10px;display:flex;align-items:flex-start;gap:.625rem}.vd-cart-suggest__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(200,165,94,.2);color:var(--vd-honey,#C8A55E);flex:0 0 28px}.vd-cart-suggest__icon svg{width:14px;height:14px}.vd-cart-suggest__body{flex:1;min-width:0}.vd-cart-suggest__body strong{display:block;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em;margin-bottom:.15rem}.vd-cart-suggest__body p{margin:0;font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted);line-height:1.4}.vd-cart-suggest__cta{display:inline-flex;align-items:center;gap:.25rem;margin-top:.4rem;font-family:var(--vd-font);font-size:.75rem;font-weight:600;color:var(--vd-brand);text-decoration:none}.vd-cart-suggest__cta svg{width:12px;height:12px;transition:transform .22s ease}.vd-cart-suggest__cta:hover svg{transform:translateX(2px)}.vd-cart-suggest__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding:.2rem;color:var(--vd-muted);cursor:pointer;border-radius:6px;transition:color .22s ease,background .22s ease}.vd-cart-suggest__close:hover{color:var(--vd-ink);background:rgba(15,31,23,.06)}.vd-cart-suggest__close svg{width:14px;height:14px}.vd-cart-suggest--smart{flex-direction:row;align-items:stretch;padding:.875rem .875rem .75rem;background:linear-gradient(135deg,var(--vd-cream,#f7f5ef) 0,rgba(200,165,94,.12) 100%);border-color:rgba(200,165,94,.4)}.vd-cart-suggest--smart .vd-cart-suggest__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.vd-cart-suggest__discount-pill{padding:.2rem .5rem;background:var(--vd-honey,#C8A55E);color:#FFFFFF;border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:-.005em;white-space:nowrap}.vd-cart-suggest--smart .vd-cart-suggest__body p{font-size:.75rem;color:var(--vd-ink);line-height:1.55;margin:0}.vd-cart-suggest--smart .vd-cart-suggest__body p strong{color:var(--vd-ink);font-weight:700}.vd-cart-suggest--smart .vd-cart-suggest__body p s{color:var(--vd-muted);font-weight:500}.vd-cart-suggest__totals{margin-top:.5rem;display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.4rem 0;border-top:1px dashed rgba(15,31,23,.12);border-bottom:1px dashed rgba(15,31,23,.12);font-family:var(--vd-font);font-size:.75rem;color:var(--vd-muted)}.vd-cart-suggest__totals strong{color:var(--vd-ink);font-weight:700}.vd-cart-suggest__savings strong{color:var(--vd-honey,#C8A55E)}.vd-cart-suggest__add-btn{margin-top:.625rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;background:var(--vd-ink);color:#FFFFFF;border:none;border-radius:10px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:background .3s ease,transform .3s ease}.vd-cart-suggest__add-btn:hover{background:var(--vd-brand);transform:translateY(-1px)}.vd-cart-suggest__add-btn svg{width:14px;height:14px}.vd-cart-bundle-chip{margin:.25rem 0 0;display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;background:linear-gradient(135deg,rgba(47,107,78,.1),rgba(200,165,94,.1));border:1px solid rgba(47,107,78,.18);border-radius:999px;font-family:var(--vd-font);font-size:.6875rem;font-weight:500;color:var(--vd-brand);letter-spacing:-.005em;width:-moz-fit-content;width:fit-content}.vd-cart-bundle-chip strong{font-weight:700;color:var(--vd-ink)}.vd-cart-bundle-chip svg{width:11px;height:11px}