.vd-pdv{width:100%}.vd-pdv__crumbs{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted);margin-bottom:1.25rem}.vd-pdv__crumbs--slim{align-self:flex-start}.vd-pdv__crumbs a{color:var(--vd-muted);text-decoration:none;transition:color .2s ease}.vd-pdv__crumbs a:hover{color:var(--vd-brand)}.vd-pdv__crumbs [aria-current=page]{color:var(--vd-ink);font-weight:600}.vd-pdv__crumbs span[aria-hidden=true]{color:var(--vd-faint)}.vd-pdv__main{max-width:1280px;margin:0 auto;padding:clamp(.75rem,2vw,1.5rem) clamp(1rem,3vw,2rem) clamp(2rem,5vw,4rem)}.vd-pdv__main-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}@media (max-width:880px){.vd-pdv__main-inner{grid-template-columns:1fr}}.vd-pdv__gallery{display:flex;flex-direction:column;gap:1rem}.vd-pdv__gallery-card{margin-top:.5rem;padding:1.5rem 1.6rem;background:#F4F8F6;border:1px solid var(--vd-divider,#e6efea);border-radius:18px}.vd-pdv__gallery-card-eyebrow{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vd-brand);margin-bottom:.65rem}.vd-pdv__gallery-card-text{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;color:#4F5C54;max-width:54ch}.vd-pdv__gallery-card-list{list-style:none;margin:0 0 1.1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.vd-pdv__gallery-card-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.45;color:var(--vd-ink,#0F1F17)}.vd-pdv__gallery-card-list i{color:var(--vd-brand);font-size:.875rem;margin-top:.15rem;flex-shrink:0}.vd-pdv__gallery-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;color:var(--vd-brand);text-decoration:none}.vd-pdv__gallery-card-link i{font-size:.7rem;transition:transform .22s cubic-bezier(.22,1,.36,1)}.vd-pdv__gallery-card-link:hover i{transform:translateX(3px)}@media (max-width:880px){.vd-pdv__gallery-card{display:none}}.vd-pdv__gallery-stage{position:relative;aspect-ratio:1;width:100%;min-height:320px;background:#ffffff;border-radius:16px;overflow:hidden;contain:layout paint}.vd-pdv__gallery-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;padding:0;filter:none;display:block;opacity:0;transform:scale(1.015);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .48s cubic-bezier(.22,1,.36,1);pointer-events:none;will-change:opacity}.vd-pdv__gallery-img[data-active]{opacity:1;transform:scale(1);pointer-events:auto;z-index:1}.vd-pdv__gallery-thumb{position:relative}.vd-pdv__gallery-thumb:active{transform:scale(.95);transition:transform 80ms ease-out}.vd-pdv__gallery-thumb[data-active]{border-color:var(--vd-brand);box-shadow:0 0 0 1px var(--vd-brand),0 0 0 4px rgba(47,107,78,.12)}.vd-pdv__gallery-thumb[data-active] img{transform:scale(1.04)}.vd-pdv__gallery-thumb img{transition:transform .32s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.vd-pdv__gallery-img{transform:none;transition:opacity .2s ease}.vd-pdv__gallery-thumb:active{transform:none}}.vd-pdv__gallery-nav{position:absolute;top:0;bottom:0;margin-block:auto;z-index:2;transform:scale(.92);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.92);border:0;color:#0F1F17;cursor:pointer;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);box-shadow:0 2px 6px -1px rgba(15,31,23,.1),0 10px 28px -8px rgba(15,31,23,.22);opacity:0;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),background .2s ease,color .2s ease}.vd-pdv__gallery-nav:focus-visible,.vd-pdv__gallery-stage:hover .vd-pdv__gallery-nav{opacity:1;transform:scale(1)}.vd-pdv__gallery-nav:focus-visible:hover,.vd-pdv__gallery-stage:hover .vd-pdv__gallery-nav:hover{background:#2F6B4E;color:#FFFFFF;transform:scale(1.08);box-shadow:0 4px 12px -2px rgba(47,107,78,.3),0 14px 36px -8px rgba(47,107,78,.38)}.vd-pdv__gallery-nav:active,.vd-pdv__gallery-nav:focus-visible:active,.vd-pdv__gallery-stage:hover .vd-pdv__gallery-nav:active{transform:scale(.95)}.vd-pdv__gallery-nav:focus-visible{outline:2px solid #2F6B4E;outline-offset:3px}.vd-pdv__gallery-nav svg{width:20px;height:20px;stroke-width:2.25}.vd-pdv__gallery-nav--prev{left:1rem}.vd-pdv__gallery-nav--next{right:1rem}@media (hover:none){.vd-pdv__gallery-nav{opacity:1;transform:scale(1);width:42px;height:42px}}.vd-pdv__gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem}.vd-pdv__gallery-thumb{aspect-ratio:1;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#ffffff;cursor:pointer;padding:0;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.vd-pdv__gallery-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;padding:0;display:block}.vd-pdv__gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 16px -6px rgba(15,31,23,.18)}.vd-pdv__gallery-thumb[data-active]{border-color:#2F6B4E;box-shadow:0 0 0 1px #2F6B4E}.vd-pdv__info{display:flex;flex-direction:column;gap:.875rem}.vd-pdv__category{font-family:var(--vd-font);font-size:.875rem;font-weight:500;color:var(--vd-brand);letter-spacing:0}.vd-pdv__title-row,.vd-pdv__topline{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.vd-pdv__title-badges{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-left:auto}.vd-pdv__bestseller{display:inline-flex;align-items:center;padding:.3rem .7rem;background:#5E7D63;color:#FFFFFF;border-radius:8px;font-family:var(--vd-font);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:0 2px 8px -3px rgba(47,107,78,.5)}.vd-pdv__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--vd-ink)}.vd-pdv__stock{display:inline-flex;align-items:center;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:#1B5E3F}.vd-pdv__stock--coming{color:#92600F}.vd-pdv__stock--out{color:#991B1B}.vd-pdv__google-reviews{margin:0 0 1.5rem;padding:1rem 1.25rem;background:#f6faf7;border:1px solid #e3ede6;border-radius:14px}.vd-pdv__google-reviews-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.vd-pdv__google-reviews-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;color:#1b2a20}.vd-pdv__google-reviews-badge svg{width:18px;height:18px;fill:#f5b301;stroke:#f5b301}.vd-pdv__google-reviews-badge strong{font-size:1.15rem}.vd-pdv__google-reviews-count{color:#5a6b62;font-weight:500}.vd-pdv__google-reviews-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;color:#2f6b4e;text-decoration:none}.vd-pdv__google-reviews-link svg{width:15px;height:15px}.vd-pdv__google-reviews-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.85rem}.vd-pdv__google-review{padding:.85rem 1rem;background:#ffffff;border:1px solid #eaf1ec;border-radius:10px}.vd-pdv__google-review-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.vd-pdv__google-review-avatar{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.vd-pdv__google-review-author{font-weight:600;font-size:.9rem;color:#1b2a20;text-decoration:none}.vd-pdv__google-review-stars{display:inline-flex;gap:1px}.vd-pdv__google-review-stars svg{width:14px;height:14px;stroke:#f5b301;fill:none}.vd-pdv__google-review-stars svg[data-filled]{fill:#f5b301}.vd-pdv__google-review-time{margin-left:auto;font-size:.78rem;color:#8a9890}.vd-pdv__google-review-text{margin:.5rem 0 0;font-size:.9rem;line-height:1.5;color:#43514a}.vd-embed{font-family:var(--vd-font,system-ui,sans-serif)}.vd-embed--card{display:flex;gap:1rem;max-width:540px;margin:1.75rem 0;background:#ffffff;border:1px solid #e6efe8;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px -18px rgba(15,31,23,.25)}.vd-embed__media{position:relative;flex:0 0 40%;max-width:200px;min-height:150px;background:#f1f6f2;overflow:hidden;text-decoration:none}.vd-embed__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.vd-embed__cat{left:.5rem;background:rgba(255,255,255,.92);letter-spacing:.04em;color:#2f6b4e}.vd-embed__cat,.vd-embed__promo{position:absolute;top:.5rem;padding:.2rem .5rem;border-radius:999px;font-size:.62rem;font-weight:700;text-transform:uppercase}.vd-embed__promo{right:.5rem;background:#c0392b;color:#fff}.vd-embed__body{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem 1rem;flex:1;min-width:0}.vd-embed__name{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.15rem;font-weight:600;color:#16271c;text-decoration:none;line-height:1.2}.vd-embed__name:hover{color:#2f6b4e}.vd-embed__rating{font-size:.82rem;font-weight:600;color:#c8a55e}.vd-embed__variants{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.15rem}.vd-embed__variant{padding:.18rem .5rem;background:#f1f6f2;border:1px solid #e1ebe4;border-radius:999px;font-size:.72rem;color:#3a4a41;white-space:nowrap}.vd-embed__variant--more{color:#6a7b71}.vd-embed__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.5rem;flex-wrap:wrap}.vd-embed__price{font-size:1.05rem;font-weight:700;color:#16271c}.vd-embed__cta{display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .9rem;background:#2f6b4e;color:#fff;border-radius:999px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .18s ease,gap .18s ease}.vd-embed__cta:hover{background:#245840;gap:.5rem}.vd-embed__cta svg{width:15px;height:15px}.vd-embed--inline{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem .3rem .35rem;margin:.25rem 0;background:#f6faf7;border:1px solid #e1ebe4;border-radius:999px;text-decoration:none;color:#16271c;font-size:.9rem;vertical-align:middle}.vd-embed--inline:hover{border-color:#2f6b4e}.vd-embed__inline-thumb{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.vd-embed__inline-name{font-weight:600}.vd-embed__inline-price{color:#2f6b4e;font-weight:700}.vd-embed--inline svg{width:14px;height:14px}.vd-insp-detail__embeds{display:grid;gap:1rem;margin:1.5rem 0}@media (max-width:540px){.vd-embed--card{flex-direction:column}.vd-embed__media{max-width:none;flex-basis:auto;aspect-ratio:16/9;min-height:0}}.vd-pdv__latin{margin:-.25rem 0 0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:.9375rem;font-style:italic;color:var(--vd-muted)}.vd-pdv__rating-row{display:flex;align-items:center;gap:.625rem;margin-top:.125rem}.vd-pdv__stars{display:inline-flex;align-items:center;gap:.125rem}.vd-pdv__star{width:16px;height:16px;color:rgba(15,31,23,.18);fill:rgba(15,31,23,.18);transition:color .2s ease,fill .2s ease}.vd-pdv__star[data-filled]{color:var(--vd-honey,#E0AD52);fill:var(--vd-honey,#E0AD52)}.vd-pdv__stars--large .vd-pdv__star{width:20px;height:20px}.vd-pdv__rating-text{font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-ink-2)}.vd-pdv__price-row{display:flex;align-items:baseline;gap:.75rem;margin-top:.25rem;flex-wrap:wrap}.vd-pdv__price-badge{display:inline-flex;align-items:center;align-self:center;padding:.15rem .45rem;background:#E23E3E;color:#FFFFFF;border-radius:7px;font-size:.8125rem;font-weight:800;letter-spacing:.01em}.vd-pdv__omnibus{margin:.35rem 0 0;font-size:.75rem;color:var(--vd-muted,#6B7C73)}.vd-pdv__ship-note{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;margin:.85rem 0 0;font-size:.8125rem;color:var(--vd-muted,#6B7C73)}.vd-pdv__ship-note i{color:var(--vd-brand);font-size:.875rem}.vd-pdv__ship-sep{color:rgba(15,31,23,.25);margin:0 .1rem}.vd-pdv__trust{list-style:none;margin:1.1rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.vd-pdv__trust li{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;padding:.5rem .25rem}.vd-pdv__trust i{color:var(--vd-brand);font-size:1.05rem}.vd-pdv__trust span{font-size:.6875rem;font-weight:600;line-height:1.25;color:var(--vd-ink,#0F1F17)}@media (max-width:560px){.vd-pdv__trust{grid-template-columns:repeat(2,1fr)}}.vd-pdv__faq{padding:clamp(2.25rem,5vw,4rem) clamp(1rem,3vw,2rem)}.vd-pdv__faq-inner{max-width:820px;margin:0 auto}.vd-pdv__faq-title{font-family:var(--vd-font-serif,"Fraunces"),serif;font-weight:500;font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:-.01em;color:var(--vd-ink,#0F1F17);margin:0 0 1.5rem;text-align:center}.vd-pdv__faq-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.vd-pdv__faq-item{background:#ffffff;border:1px solid var(--vd-divider,#e6efea);border-radius:14px;overflow:hidden;transition:border-color .2s ease}.vd-pdv__faq-item[data-open]{border-color:rgba(47,107,78,.3)}.vd-pdv__faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;color:var(--vd-ink,#0F1F17)}.vd-pdv__faq-plus{position:relative;width:14px;height:14px;flex-shrink:0}.vd-pdv__faq-plus:after,.vd-pdv__faq-plus:before{content:"";position:absolute;background:var(--vd-brand);border-radius:2px}.vd-pdv__faq-plus:before{left:0;top:6px;width:14px;height:2px}.vd-pdv__faq-plus:after{left:6px;top:0;width:2px;height:14px;transition:transform .24s cubic-bezier(.22,1,.36,1)}.vd-pdv__faq-item[data-open] .vd-pdv__faq-plus:after{transform:rotate(90deg)}.vd-pdv__faq-a{margin:0;padding:0 1.25rem 1.2rem;font-size:.9rem;line-height:1.65;color:var(--vd-muted,#6B7C73);max-width:66ch}.vd-pdv__price-current{font-family:var(--vd-font);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;color:var(--vd-honey,#E0AD52);letter-spacing:-.015em}.vd-pdv__price-was{font-family:var(--vd-font);font-size:1.125rem;color:var(--vd-faint);text-decoration:line-through;text-decoration-thickness:1px}.vd-pdv__desc{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.65;color:var(--vd-ink-2);max-width:56ch}.vd-pdv__variants{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}.vd-pdv__variants-label{font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:var(--vd-ink)}.vd-pdv__variants-list{display:flex;flex-wrap:wrap;gap:.5rem}.vd-pdv__variant{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;cursor:pointer;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-ink);white-space:nowrap;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .2s ease}.vd-pdv__variant:hover{border-color:var(--vd-brand);transform:translateY(-1px)}.vd-pdv__variant[data-active]{background:var(--vd-brand);border-color:var(--vd-brand);color:#FFFFFF}.vd-pdv__variant-pot{width:15px;height:15px;fill:var(--vd-brand);flex-shrink:0}.vd-pdv__variant[data-active] .vd-pdv__variant-pot{fill:#FFFFFF}.vd-pdv__variant-size{font-weight:700;white-space:nowrap}.vd-pdv__variant-h{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;font-weight:600;font-size:.75rem;color:var(--vd-ink-2,#3A4A42)}.vd-pdv__variant-h svg{width:12px;height:12px;color:var(--vd-brand,#2F6B4E);flex-shrink:0}.vd-pdv__variant[data-active] .vd-pdv__variant-h{color:rgba(255,255,255,.92)}.vd-pdv__variant[data-active] .vd-pdv__variant-h svg{color:rgba(255,255,255,.85)}.vd-pdv__bestfor{margin-top:1.875rem}.vd-pdv__bestfor-title{margin:0 0 .875rem;font-family:var(--vd-display,var(--vd-font));font-size:clamp(1.375rem,1.1rem + 1vw,1.75rem);font-weight:800;letter-spacing:-.015em;line-height:1.15;color:var(--vd-ink)}.vd-pdv__bestfor-box{position:relative;overflow:hidden;padding:1.5rem 1.625rem;border-radius:22px;background:linear-gradient(135deg,var(--vd-brand) 0,#357a55 55%,#2c6647 100%);box-shadow:0 22px 46px -26px rgba(47,107,78,.7)}.vd-pdv__bestfor-box:after{content:"";position:absolute;top:-40%;right:-10%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18) 0,transparent 70%);pointer-events:none}.vd-pdv__bestfor-list{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.625rem;margin:0;padding:0;list-style:none}.vd-pdv__bestfor-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.05rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.14);color:#ffffff;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;text-transform:capitalize;backdrop-filter:blur(2px)}.vd-pdv__bestfor-chip svg{width:16px;height:16px;stroke-width:2;flex-shrink:0;opacity:.9}.vd-pdv__cta-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;margin-top:.75rem}.vd-pdv__qty-stock{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:rgba(217,119,6,.1);border:1px solid rgba(217,119,6,.22);border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:#B45309;white-space:nowrap}.vd-pdv__qty-stock i{color:#D97706;font-size:.85rem}.vd-pdv__qty{height:44px;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;overflow:hidden}.vd-pdv__qty,.vd-pdv__qty button{display:inline-flex;align-items:center}.vd-pdv__qty button{justify-content:center;width:38px;height:100%;background:transparent;border:0;color:var(--vd-ink);cursor:pointer;transition:background .18s ease}.vd-pdv__qty button:hover{background:var(--vd-cream,#f7f5ef)}.vd-pdv__qty button svg{width:14px;height:14px}.vd-pdv__qty input{width:36px;height:100%;background:transparent;border:0;text-align:center;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.vd-pdv__qty input::-webkit-inner-spin-button,.vd-pdv__qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vd-pdv__add{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 1.25rem;background:var(--vd-brand);border:0;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:#FFFFFF;cursor:pointer;transition:background .2s ease,transform .2s ease}.vd-pdv__add:hover{background:var(--vd-brand-deep,#1f513a);transform:translateY(-1px)}.vd-pdv__buy{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 1.25rem;background:var(--vd-honey,#E0AD52);border:0;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:#FFFFFF;cursor:pointer;transition:background .2s ease,transform .2s ease}.vd-pdv__buy:hover{background:#C89540;transform:translateY(-1px)}.vd-pdv__fav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:999px;color:var(--vd-muted);cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.vd-pdv__fav svg{width:18px;height:18px}.vd-pdv__fav:hover,.vd-pdv__fav[aria-pressed=true]{border-color:#E06C6C;color:#E06C6C}.vd-pdv__fav[aria-pressed=true]{background:rgba(224,108,108,.08)}.vd-pdv__fav[aria-pressed=true] svg{fill:currentColor}.vd-pdv__wishlist-cta{display:flex;flex-direction:column;gap:.5rem;width:100%}.vd-pdv__wishlist{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:48px;padding:0 1.25rem;background:#ffffff;border:1.5px solid var(--vd-brand);border-radius:999px;font-family:var(--vd-font);font-size:.9rem;font-weight:700;color:var(--vd-brand);cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.vd-pdv__wishlist svg{width:18px;height:18px}.vd-pdv__wishlist:hover{background:var(--vd-brand);color:#ffffff;transform:translateY(-1px)}.vd-pdv__wishlist.is-active{background:#eaf4ee;border-color:var(--vd-brand);color:#1b5e3f}.vd-pdv__wishlist.is-active svg{fill:currentColor}.vd-pdv__wishlist-note{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-family:var(--vd-font);font-size:.8rem;line-height:1.4;color:#6b7c73}.vd-pdv__wishlist-note svg{width:14px;height:14px;color:#b45309;flex-shrink:0}.vd-pdv__total{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding-top:.5rem;border-top:1px dashed var(--vd-divider)}.vd-pdv__total-label{font-family:var(--vd-font);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-muted)}.vd-pdv__total-value{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:500;letter-spacing:-.015em;color:var(--vd-ink)}.vd-pdv__meta{margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.vd-pdv__meta>div{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-family:var(--vd-font);font-size:.8125rem;margin:0}.vd-pdv__meta dt{margin:0;font-weight:700;color:var(--vd-ink)}.vd-pdv__meta dt:after{content:":";font-weight:700;color:var(--vd-ink)}.vd-pdv__meta dd{margin:0;color:var(--vd-ink-2);display:inline-flex;flex-wrap:wrap;gap:.375rem}.vd-pdv__tag{color:var(--vd-brand);text-decoration:none}.vd-pdv__tag:hover{text-decoration:underline;text-underline-offset:2px}.vd-pdv__tag:after{content:",";color:var(--vd-faint)}.vd-pdv__tag:last-child:after{content:""}.vd-pdv__share{display:inline-flex;gap:.375rem}.vd-pdv__share-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--vd-brand);color:#FFFFFF;transition:background .2s ease,transform .2s ease;border:0;padding:0;cursor:pointer;font:inherit}.vd-pdv__share-icon:hover{background:var(--vd-brand-deep,#1f513a);transform:translateY(-1px)}.vd-pdv__share-icon svg{width:13px;height:13px}.vd-pdv__tabs-wrap{border-top:1px solid var(--vd-divider);background:#FFFFFF}.vd-pdv__tabs-inner{max-width:1280px;margin:0 auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem)}.vd-pdv__tabs{display:flex;gap:1.75rem;border-bottom:1px solid var(--vd-divider);margin-bottom:2rem;flex-wrap:wrap}.vd-pdv__tab{position:relative;display:inline-flex;align-items:center;padding:.875rem 0;background:transparent;border:0;font-family:var(--vd-font);font-size:1rem;font-weight:600;color:var(--vd-muted);cursor:pointer;transition:color .2s ease}.vd-pdv__tab:hover{color:var(--vd-ink)}.vd-pdv__tab[data-active]{color:var(--vd-brand)}.vd-pdv__tab[data-active]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--vd-brand)}.vd-pdv__tab-panel{display:flex;flex-direction:column;gap:1.5rem}.vd-pdv__panel-text{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.7;color:var(--vd-ink-2);max-width:72ch}.vd-pdv__panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:.5rem}.vd-pdv__panel-heading{margin:0 0 .5rem;font-family:var(--vd-font);font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-brand)}.vd-pdv__panel-grid p{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.6;color:var(--vd-ink-2)}.vd-pdv__specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem 1.5rem;margin:0}.vd-pdv__specs>div{display:flex;align-items:baseline;gap:.5rem;padding:.625rem 0;border-bottom:1px solid var(--vd-divider);font-family:var(--vd-font);font-size:.9375rem}.vd-pdv__specs dt{margin:0;font-weight:700;color:var(--vd-ink)}.vd-pdv__specs dt:after{content:":"}.vd-pdv__specs dd{margin:0;color:var(--vd-ink-2)}.vd-pdv__panel-reviews{gap:2rem}.vd-pdv__review-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;padding:1.5rem clamp(1.25rem,3vw,2rem);background:#FFFFFF;border:1px solid var(--vd-border);border-radius:16px}@media (max-width:720px){.vd-pdv__review-summary{grid-template-columns:1fr}}.vd-pdv__review-score{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:160px}.vd-pdv__review-score-num{font-family:var(--vd-font);font-size:clamp(2.75rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--vd-ink)}.vd-pdv__review-score-of{font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);margin-top:-.25rem}.vd-pdv__review-score-count{font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-pdv__review-bars{display:flex;flex-direction:column;gap:.5rem}.vd-pdv__review-bar{display:grid;grid-template-columns:92px minmax(0,1fr) 44px;align-items:center;gap:.75rem;font-family:var(--vd-font);font-size:.8125rem}.vd-pdv__review-bar-label{color:var(--vd-ink);font-weight:600}.vd-pdv__review-bar-stars{display:inline-flex;align-items:center;gap:1px}.vd-pdv__review-bar-star{width:13px;height:13px;flex-shrink:0;color:var(--vd-honey,#E0AD52);fill:var(--vd-honey,#E0AD52)}.vd-pdv__review-bar-track{height:8px;background:rgba(15,31,23,.06);border-radius:999px;overflow:hidden}.vd-pdv__review-bar-fill{display:block;height:100%;background:var(--vd-honey,#E0AD52);border-radius:999px;transition:width .36s cubic-bezier(.22,1,.36,1)}.vd-pdv__review-bar-pct{text-align:right;color:var(--vd-muted);font-weight:600}.vd-pdv__review-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.vd-pdv__review-controls-title{margin:0;font-family:var(--vd-font);font-size:1.125rem;font-weight:700;color:var(--vd-ink)}.vd-pdv__review-meta{display:inline-flex;align-items:center;gap:1rem;flex-wrap:wrap;font-family:var(--vd-font);font-size:.8125rem;color:var(--vd-muted)}.vd-pdv__review-meta strong{color:var(--vd-ink)}.vd-pdv__review-sort{display:inline-flex;align-items:center;gap:.4rem;color:var(--vd-muted)}.vd-pdv__review-sort select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.375rem 1.75rem .375rem .625rem;background:#FFFFFF;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230f1f17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right .5rem center;border:1px solid var(--vd-divider);border-radius:8px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-ink);cursor:pointer}.vd-pdv__review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.vd-pdv__review{display:flex;flex-direction:column;gap:.625rem;padding-bottom:1.5rem;border-bottom:1px solid var(--vd-divider)}.vd-pdv__review:last-child{border-bottom:0;padding-bottom:0}.vd-pdv__review-head{display:flex;align-items:center;gap:.625rem}.vd-pdv__review-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--vd-brand);color:#FFFFFF;font-family:var(--vd-font);font-size:.875rem;font-weight:700;flex:0 0 auto}.vd-pdv__review-author{display:flex;flex-direction:column;gap:.05rem;flex:1;min-width:0}.vd-pdv__review-author strong{font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:var(--vd-ink)}.vd-pdv__review-verified{font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-muted)}.vd-pdv__review-time{font-family:var(--vd-font);font-size:.75rem;color:var(--vd-faint);white-space:nowrap}.vd-pdv__review-title{margin:0;font-family:var(--vd-font);font-size:1rem;font-weight:700;color:var(--vd-ink)}.vd-pdv__review-body{margin:0;font-family:var(--vd-font);font-size:.875rem;line-height:1.65;color:var(--vd-ink-2);max-width:72ch}.vd-pdv__review-photos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.vd-pdv__review-photo{width:76px;height:76px;border-radius:10px;overflow:hidden;background:var(--vd-cream,#f7f5ef);flex:0 0 auto}.vd-pdv__review-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-pdv__related{max-width:1280px;margin:0 auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem) clamp(3rem,5vw,4.5rem);border-top:1px solid var(--vd-divider)}.vd-pdv__related-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.vd-pdv__related-head h2{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)}.vd-pdv__related-head em{font-style:italic;color:var(--vd-brand);font-weight:500}.vd-pdv__related-personalized{font-family:var(--vd-font);font-size:.6em;font-weight:500;color:var(--vd-ink-soft,#6b7a70);letter-spacing:0}.vd-pdv__related-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-pdv__related-link:hover{color:var(--vd-brand-deep,#1f513a)}.vd-pdv__related-link svg{width:14px;height:14px}.vd-pdv__related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width:880px){.vd-pdv__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.vd-pdv__related-grid{grid-template-columns:1fr}}.vd-pdv__related-card{display:flex;flex-direction:column;gap:.625rem;text-decoration:none;color:inherit;transition:transform .28s cubic-bezier(.22,1,.36,1)}.vd-pdv__related-card:hover{transform:translateY(-3px)}.vd-pdv__related-img{aspect-ratio:1;background:#FFFFFF;border-radius:12px;overflow:hidden;display:block;border:1px solid var(--vd-divider);transition:border-color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)}.vd-pdv__related-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;padding:0;display:block}.vd-pdv__related-card:hover .vd-pdv__related-img{border-color:var(--vd-border-strong);box-shadow:0 12px 28px -10px rgba(15,31,23,.14)}.vd-pdv__related-body{display:flex;flex-direction:column;gap:.125rem;padding:0 .125rem}.vd-pdv__related-cat{font-family:var(--vd-font);font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--vd-faint)}.vd-pdv__related-name{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1rem;font-weight:500;color:var(--vd-ink)}.vd-pdv__related-price{font-weight:600;color:var(--vd-muted)}.vd-pdv__related-price,.vd-pdv__review-write{font-family:var(--vd-font);font-size:.8125rem}.vd-pdv__review-write{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .875rem;background:var(--vd-brand);color:#FFFFFF;border:0;border-radius:999px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease;white-space:nowrap}.vd-pdv__review-write:hover{background:var(--vd-brand-deep,#1f513a);transform:translateY(-1px)}.vd-pdv__review-form{padding:1.5rem;background:var(--vd-cream,#f7f5ef);border-radius:16px;display:flex;flex-direction:column;gap:1rem}.vd-pdv__review-form h4{margin:0;font-family:var(--vd-font);font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-ink)}.vd-pdv__review-form-stars{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.vd-pdv__review-form-star{background:transparent;border:0;padding:.125rem;cursor:pointer;color:rgba(15,31,23,.18);transition:color .16s ease,transform .16s ease}.vd-pdv__review-form-star:hover{transform:scale(1.1)}.vd-pdv__review-form-star[data-filled]{color:var(--vd-honey,#E0AD52)}.vd-pdv__review-form-star svg{width:26px;height:26px;fill:currentColor}.vd-pdv__review-form-rating-label{margin-left:.5rem;font-family:var(--vd-font);font-size:.875rem;font-weight:700;color:var(--vd-ink-2)}.vd-pdv__review-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}@media (max-width:640px){.vd-pdv__review-form-row{grid-template-columns:1fr}}.vd-pdv__review-form label{display:flex;flex-direction:column;gap:.375rem}.vd-pdv__review-form label>span{font-family:var(--vd-font);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vd-muted)}.vd-pdv__review-form input[type=text],.vd-pdv__review-form textarea{width:100%;padding:.625rem .875rem;background:#FFFFFF;border:1.5px solid var(--vd-divider);border-radius:10px;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink);outline:none;transition:border-color .18s ease,box-shadow .18s ease;resize:vertical;min-height:38px}.vd-pdv__review-form textarea{min-height:110px;font-family:var(--vd-font)}.vd-pdv__review-form input:focus,.vd-pdv__review-form textarea:focus{border-color:var(--vd-brand);box-shadow:0 0 0 3px rgba(47,107,78,.1)}.vd-pdv__review-form-body small{display:block;margin-top:.25rem;font-family:var(--vd-font);font-size:.6875rem;color:var(--vd-faint);text-align:right}.vd-pdv__review-form-photos{display:flex;flex-direction:column;gap:.625rem}.vd-pdv__review-form-upload{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;padding:.5rem .875rem;background:#FFFFFF;border:1.5px dashed var(--vd-border,#d8dcd5);border-radius:999px;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-ink-2);cursor:pointer;transition:border-color .18s ease,color .18s ease}.vd-pdv__review-form-upload:hover{border-color:var(--vd-brand);color:var(--vd-brand)}.vd-pdv__review-form-upload svg{width:16px;height:16px}.vd-pdv__review-form-thumbs{display:flex;flex-wrap:wrap;gap:.5rem}.vd-pdv__review-form-thumb{position:relative;width:70px;height:70px;border-radius:8px;overflow:hidden;background:#FFFFFF}.vd-pdv__review-form-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vd-pdv__review-form-thumb button{position:absolute;top:.125rem;right:.125rem;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:rgba(15,31,23,.7);color:#FFFFFF;border:0;border-radius:999px;cursor:pointer;padding:0}.vd-pdv__review-form-thumb button svg{width:10px;height:10px}.vd-pdv__review-form-error{margin:0;padding:.5rem .75rem;background:rgba(196,69,69,.08);border-left:3px solid #c44545;border-radius:4px;font-family:var(--vd-font);font-size:.8125rem;color:#c44545}.vd-pdv__review-form-success{padding:.875rem 1rem;background:rgba(47,107,78,.1);border-left:3px solid var(--vd-brand);border-radius:8px;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-brand-deep,#1f513a)}.vd-pdv__review-form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.vd-pdv__review-form-submit{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;background:var(--vd-brand);color:#FFFFFF;border:0;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s ease}.vd-pdv__review-form-submit:hover{background:var(--vd-brand-deep,#1f513a)}.vd-pdv__review-form-submit svg{width:14px;height:14px}.vd-pdv__review-form-cancel{padding:.625rem 1rem;background:transparent;color:var(--vd-muted);border:0;border-radius:999px;font-family:var(--vd-font);font-size:.875rem;font-weight:600;cursor:pointer;transition:color .2s ease}.vd-pdv__review-form-cancel:hover{color:var(--vd-ink)}.vd-pdv__review[data-customer]{padding-left:1rem;border-left:3px solid var(--vd-brand);background:rgba(47,107,78,.03);border-radius:0 8px 8px 0;padding-top:.875rem;padding-right:.875rem;border-bottom-color:var(--vd-brand)}.vd-pdv__review-new{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;color:var(--vd-brand);background:rgba(47,107,78,.12);padding:.125rem .5rem;border-radius:999px}.vd-pdv__panel-specs{gap:clamp(1.5rem,3vw,2.25rem)}.vd-pdv__spec-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.5rem,3vw,2.25rem);background:linear-gradient(135deg,var(--vd-sage-50) 0,#FFFFFF 100%);border:1px solid var(--vd-border);border-radius:20px;box-shadow:0 12px 32px -8px rgba(15,31,23,.06)}.vd-pdv__spec-hero-main{display:flex;flex-direction:column;gap:.5rem;min-width:0}.vd-pdv__spec-hero-eyebrow{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vd-brand)}.vd-pdv__spec-hero-value{font-family:var(--vd-font-serif);font-size:clamp(2.25rem,6vw,3.5rem);font-weight:500;line-height:1;color:var(--vd-ink);letter-spacing:-.01em}.vd-pdv__spec-hero-note{margin-top:.25rem;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink-2);line-height:1.5}.vd-pdv__spec-hero-note strong{color:var(--vd-ink);font-weight:600}.vd-pdv__spec-hero-aside{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;background:#FFFFFF;color:var(--vd-brand);box-shadow:0 4px 14px -4px rgba(47,107,78,.18)}.vd-pdv__spec-hero-aside svg{width:32px;height:32px;stroke-width:1.5}@media (max-width:520px){.vd-pdv__spec-hero{grid-template-columns:1fr;gap:1rem;text-align:left}.vd-pdv__spec-hero-aside{width:56px;height:56px}.vd-pdv__spec-hero-aside svg{width:26px;height:26px}}.vd-pdv__care-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem}.vd-pdv__care-tile{display:flex;flex-direction:column;gap:.5rem;padding:1.125rem 1.25rem;background:#FFFFFF;border:1px solid var(--vd-border);border-radius:16px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1)}.vd-pdv__care-tile:hover{transform:translateY(-2px);border-color:var(--vd-border-strong);box-shadow:0 14px 32px -12px rgba(15,31,23,.1)}.vd-pdv__care-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--vd-sage-50);color:var(--vd-brand)}.vd-pdv__care-tile-icon svg{width:18px;height:18px;stroke-width:2}.vd-pdv__care-tile-label{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vd-muted)}.vd-pdv__care-tile-value{font-family:var(--vd-font);font-size:.9375rem;font-weight:600;color:var(--vd-ink);line-height:1.4;text-transform:lowercase}.vd-pdv__care-tile-value:first-letter{text-transform:uppercase}.vd-pdv__spec-rows{display:flex;flex-direction:column;gap:0;margin:0;background:#FFFFFF;border:1px solid var(--vd-border);border-radius:16px;overflow:hidden}.vd-pdv__spec-rows>div{display:grid;grid-template-columns:minmax(160px,240px) minmax(0,1fr);align-items:baseline;gap:1.5rem;padding:.9375rem 1.25rem;border-bottom:1px solid var(--vd-divider)}.vd-pdv__spec-rows>div:last-child{border-bottom:0}.vd-pdv__spec-rows dt{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-family:var(--vd-font);font-size:.8125rem;font-weight:600;color:var(--vd-muted);letter-spacing:.02em}.vd-pdv__spec-rows dt svg{width:14px;height:14px;stroke-width:2;color:var(--vd-brand)}.vd-pdv__spec-rows dd{margin:0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink);line-height:1.5}.vd-pdv__spec-rows dd em{font-style:italic;color:var(--vd-ink-2)}@media (max-width:520px){.vd-pdv__spec-rows>div{grid-template-columns:1fr;gap:.25rem;padding:.875rem 1rem}}.vd-pdv__sticky{position:fixed;top:180px;left:0;right:0;z-index:41;background:rgba(255,255,255,.96);backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--vd-border);box-shadow:0 8px 24px -12px rgba(15,31,23,.1);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s ease}.vd-pdv__sticky[data-visible]{transform:translateY(0);opacity:1;pointer-events:auto}@media (max-width:960px){.vd-pdv__sticky{top:156px}}.vd-pdv__sticky-inner{max-width:1280px;margin:0 auto;padding:.625rem clamp(1rem,3vw,2rem);display:flex;align-items:center;gap:clamp(.75rem,2vw,1.5rem);min-height:64px}.vd-pdv__sticky-thumb{width:44px;height:44px;border-radius:10px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1px solid var(--vd-divider);background:#FFFFFF}.vd-pdv__sticky-text{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1 1 auto;overflow:hidden}.vd-pdv__sticky-name{font-size:.9375rem;font-weight:700;color:var(--vd-ink);line-height:1.2}.vd-pdv__sticky-name,.vd-pdv__sticky-variant{font-family:var(--vd-font);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-pdv__sticky-variant{font-size:.75rem;color:var(--vd-muted);font-weight:500}.vd-pdv__sticky-price{font-family:var(--vd-font);font-size:1.0625rem;font-weight:700;color:var(--vd-ink);letter-spacing:-.005em;flex-shrink:0}.vd-pdv__sticky-qty{display:inline-flex;align-items:center;gap:0;border:1px solid var(--vd-border);border-radius:999px;background:#FFFFFF;padding:.1875rem;flex-shrink:0}.vd-pdv__sticky-qty button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent;border-radius:999px;color:var(--vd-ink);cursor:pointer;transition:background .16s ease}.vd-pdv__sticky-qty button:hover:not(:disabled){background:var(--vd-sage-50)}.vd-pdv__sticky-qty button:disabled{color:var(--vd-faint);cursor:not-allowed}.vd-pdv__sticky-qty button svg{width:14px;height:14px;stroke-width:2.25}.vd-pdv__sticky-qty span{justify-content:center;min-width:28px;color:var(--vd-ink)}.vd-pdv__sticky-add,.vd-pdv__sticky-qty span{display:inline-flex;align-items:center;font-family:var(--vd-font);font-size:.875rem;font-weight:600}.vd-pdv__sticky-add{gap:.4375rem;padding:.625rem 1.125rem;background:var(--vd-brand);color:#FFFFFF;border:0;border-radius:999px;letter-spacing:.005em;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1)}.vd-pdv__sticky-add:hover{background:var(--vd-brand-hover);transform:translateY(-1px);box-shadow:0 8px 20px -6px rgba(47,107,78,.36)}.vd-pdv__sticky-add svg{width:15px;height:15px;stroke-width:2}@media (max-width:720px){.vd-pdv__sticky{top:156px}.vd-pdv__sticky-inner{padding:.5rem .875rem;gap:.625rem}.vd-pdv__sticky-thumb{width:40px;height:40px}.vd-pdv__sticky-add span,.vd-pdv__sticky-qty,.vd-pdv__sticky-variant{display:none}.vd-pdv__sticky-add{padding:.5rem;width:40px;height:40px;justify-content:center}.vd-pdv__sticky-add svg{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){.vd-pdv__sticky{transition:opacity .2s ease;transform:none}.vd-pdv__sticky:not([data-visible]){opacity:0;visibility:hidden}}.vd-pdv__care-tiles--six{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:880px){.vd-pdv__care-tiles--six{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.vd-pdv__care-tiles--six{grid-template-columns:1fr}}.vd-pdv__care-tile--accent{background:linear-gradient(135deg,var(--vd-sage-50) 0,#FFFFFF 70%);border-color:var(--vd-border-strong)}.vd-pdv__care-tile--accent .vd-pdv__care-tile-icon{background:var(--vd-brand);color:#FFFFFF}.vd-pdv__care-tile-value--multiline{font-size:.875rem;line-height:1.45;text-transform:none}.vd-pdv__spec{display:flex;flex-direction:column;gap:2.25rem}.vd-pdv__spec-group-title{margin:0 0 .75rem;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vd-brand);padding-bottom:.5rem;border-bottom:1px solid var(--vd-border)}.vd-pdv__spec-data{margin:0;display:flex;flex-direction:column}.vd-pdv__spec-item{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:.7rem 0;border-bottom:1px solid color-mix(in oklch,var(--vd-border) 55%,transparent)}.vd-pdv__spec-item:last-child{border-bottom:0}.vd-pdv__spec-item dt{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;font-family:var(--vd-font);font-size:.875rem;font-weight:500;color:var(--vd-muted)}.vd-pdv__spec-item dt svg{width:16px;height:16px;color:var(--vd-brand);opacity:.85;stroke-width:1.75}.vd-pdv__spec-item dd{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:600;color:var(--vd-ink);text-align:right;line-height:1.4}.vd-pdv__spec-item--lead{padding:.35rem 0 .95rem;align-items:center}.vd-pdv__spec-item--lead dt{font-size:.9375rem;font-weight:600;color:var(--vd-ink)}.vd-pdv__spec-item--lead dd{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.vd-pdv__spec-badge{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;background:#eaf1fb;color:#2b5b9e;font-size:.8125rem;font-weight:700;letter-spacing:-.005em}.vd-pdv__spec-care{list-style:none;margin:0;padding:0}.vd-pdv__spec-care-item{display:flex;gap:.875rem;align-items:flex-start;padding:.9rem 0;border-bottom:1px solid color-mix(in oklch,var(--vd-border) 55%,transparent)}.vd-pdv__spec-care-item:last-child{border-bottom:0}.vd-pdv__spec-care-icon{display:inline-flex;align-items:center;justify-content:flex-start;flex-shrink:0;width:26px;margin-top:2px}.vd-pdv__spec-care-icon svg{width:20px;height:20px;stroke-width:1.8}.vd-pdv__spec-care-item[data-accent=water] .vd-pdv__spec-care-icon{color:#2b5b9e}.vd-pdv__spec-care-item[data-accent=prune] .vd-pdv__spec-care-icon{color:var(--vd-brand)}.vd-pdv__spec-care-item[data-accent=feed] .vd-pdv__spec-care-icon{color:#9a6b12}.vd-pdv__spec-care-item[data-accent=general] .vd-pdv__spec-care-icon{color:#4b5a53}.vd-pdv__spec-care-body strong{display:block;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);margin-bottom:.15rem}.vd-pdv__spec-care-body p{margin:0;font-family:var(--vd-font);font-size:.875rem;color:var(--vd-muted);line-height:1.55;max-width:62ch}.vd-pdv__spec-group--meta .vd-pdv__spec-item dd{font-weight:500}@media (max-width:540px){.vd-pdv__spec-item{flex-direction:column;align-items:stretch;gap:.2rem}.vd-pdv__spec-item dd{text-align:left}.vd-pdv__spec-item--lead{align-items:stretch}.vd-pdv__spec-item--lead dd{font-size:1.375rem}}.vd-pdv__care-calendar{display:flex;flex-direction:column;gap:1.25rem;padding:clamp(1.5rem,3vw,2rem);background:#FFFFFF;border:1px solid var(--vd-border);border-radius:20px;box-shadow:0 12px 32px -16px rgba(15,31,23,.06)}.vd-pdv__care-calendar-head{display:flex;flex-direction:column;gap:.375rem;padding-bottom:.5rem;border-bottom:1px solid var(--vd-divider)}.vd-pdv__care-calendar-eyebrow{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vd-brand)}.vd-pdv__care-calendar-title{margin:0;font-family:var(--vd-font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;color:var(--vd-ink);line-height:1.15;letter-spacing:-.005em}.vd-pdv__care-calendar-title em{font-style:italic;color:var(--vd-brand)}.vd-pdv__care-calendar-sub{margin:0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink-2);line-height:1.55;max-width:60ch}.vd-pdv__care-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (max-width:720px){.vd-pdv__care-cards{grid-template-columns:1fr}}.vd-pdv__care-card{display:flex;flex-direction:column;gap:.625rem;padding:1.125rem 1.25rem;background:var(--vd-sage-50);border-radius:14px;border:1px solid transparent;transition:border-color .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.vd-pdv__care-card:hover{border-color:var(--vd-border-strong);transform:translateY(-1px)}.vd-pdv__care-card[data-accent=water]{background:#EAF4FA}.vd-pdv__care-card[data-accent=water] .vd-pdv__care-card-icon{background:#3B82F6;color:#FFFFFF}.vd-pdv__care-card[data-accent=prune]{background:#ECF5EE}.vd-pdv__care-card[data-accent=prune] .vd-pdv__care-card-icon{background:var(--vd-brand);color:#FFFFFF}.vd-pdv__care-card[data-accent=feed]{background:#FFF6E6}.vd-pdv__care-card[data-accent=feed] .vd-pdv__care-card-icon{background:#E0AD52;color:#FFFFFF}.vd-pdv__care-card[data-accent=general]{background:var(--vd-cream,#F7F5EF)}.vd-pdv__care-card[data-accent=general] .vd-pdv__care-card-icon{background:var(--vd-ink);color:#FFFFFF}.vd-pdv__care-card-head{display:flex;align-items:center;gap:.625rem}.vd-pdv__care-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;flex-shrink:0}.vd-pdv__care-card-icon svg{width:18px;height:18px;stroke-width:2}.vd-pdv__care-card-title{margin:0;font-family:var(--vd-font);font-size:.9375rem;font-weight:700;color:var(--vd-ink);letter-spacing:.005em}.vd-pdv__care-card-body{margin:0;font-family:var(--vd-font);font-size:.875rem;line-height:1.55;color:var(--vd-ink-2)}.vd-pdv__bloom-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#FFF6E6,#FFFFFF);border:1px solid #f2dba4;border-radius:14px}.vd-pdv__bloom-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#FFFFFF;color:#C97A2D;flex-shrink:0;box-shadow:0 2px 6px -1px rgba(201,122,45,.2)}.vd-pdv__bloom-banner-icon svg{width:22px;height:22px;stroke-width:1.75}.vd-pdv__bloom-banner-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.vd-pdv__bloom-banner-eyebrow{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C97A2D}.vd-pdv__bloom-banner-value{font-family:var(--vd-font-serif);font-size:1.0625rem;font-weight:500;color:var(--vd-ink)}.vd-pdv__tolerance{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:var(--vd-cream,#F7F5EF);border-radius:14px;border-left:0}.vd-pdv__tolerance-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#FFFFFF;color:var(--vd-brand);flex-shrink:0}.vd-pdv__tolerance-icon svg{width:18px;height:18px;stroke-width:2}.vd-pdv__tolerance-text{margin:0;font-family:var(--vd-font);font-size:.9375rem;line-height:1.55;color:var(--vd-ink-2)}.vd-pdv__tolerance-text strong{color:var(--vd-ink);font-weight:700}.vd-pdv__panel-description{gap:clamp(1.5rem,3vw,2rem)}.vd-pdv__panel-lead{margin:0;font-family:var(--vd-font-serif);font-size:clamp(1.0625rem,1.5vw,1.1875rem);line-height:1.65;color:var(--vd-ink);max-width:68ch;letter-spacing:-.005em}.vd-pdv__panel-lead:first-letter{float:left;font-family:var(--vd-font-serif);font-size:3.5em;line-height:.85;font-weight:500;color:var(--vd-brand);margin:.05em .15em 0 0;padding-top:.05em}.vd-pdv__panel-heading{display:flex;align-items:center;gap:.4375rem}.vd-pdv__panel-heading svg{width:13px;height:13px;stroke-width:2;color:var(--vd-brand)}.vd-pdv__panel-callout{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,var(--vd-sage-50) 0,#FFFFFF 100%);border:1px solid var(--vd-border);border-radius:16px}.vd-pdv__panel-callout-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#FFFFFF;color:var(--vd-brand);flex-shrink:0;box-shadow:0 2px 6px -1px rgba(47,107,78,.16)}.vd-pdv__panel-callout-icon svg{width:20px;height:20px;stroke-width:1.75}.vd-pdv__panel-callout-eyebrow{display:block;font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vd-brand);margin-bottom:.25rem}.vd-pdv__panel-callout-text{margin:0;font-family:var(--vd-font);font-size:.9375rem;color:var(--vd-ink);font-weight:500;line-height:1.45}@media (max-width:520px){.vd-pdv__panel-lead:first-letter{font-size:1em;float:none;color:inherit;margin:0;padding:0}.vd-pdv__panel-lead{font-size:1rem}}.vd-pdv__info{gap:clamp(.875rem,1.4vw,1.25rem)!important}.vd-pdv__category{margin-bottom:-.25rem;font-family:var(--vd-font)!important;font-size:.6875rem!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--vd-muted,#6B7C73)!important}.vd-pdv__title-row{gap:.875rem!important;align-items:baseline!important}.vd-pdv__title{font-size:clamp(2rem,3.8vw,2.75rem)!important;line-height:1.05!important;letter-spacing:-.025em!important}.vd-pdv__latin{margin:-.5rem 0 0!important;font-size:1rem!important}.vd-pdv__facets{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--vd-divider,#E6EFEA);border:1px solid var(--vd-divider,#e6efea);border-radius:14px;overflow:hidden}.vd-pdv__facet{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;padding:.875rem .875rem 1rem;background:#FFFFFF;min-width:0}.vd-pdv__facet-icon{width:18px;height:18px;stroke-width:1.75;color:var(--vd-brand,#2F6B4E);margin-bottom:.125rem}.vd-pdv__facet-eyebrow{font-family:var(--vd-font);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vd-muted,#6B7C73);line-height:1}.vd-pdv__facet-value{font-family:var(--vd-font);font-size:.875rem;font-weight:600;letter-spacing:-.005em;color:var(--vd-ink,#0F1F17);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:880px){.vd-pdv__facets{grid-template-columns:repeat(3,minmax(0,1fr))}.vd-pdv__facet:nth-child(4),.vd-pdv__facet:nth-child(5){border-top:1px solid var(--vd-divider,#e6efea)}}@media (max-width:540px){.vd-pdv__facets{grid-template-columns:repeat(2,minmax(0,1fr))}.vd-pdv__facet{padding:.75rem .75rem .875rem}.vd-pdv__facet-icon{width:16px;height:16px}.vd-pdv__facet-value{font-size:.8125rem}}.vd-lr-card__thumb--google{background:#ffffff;border:1px solid var(--vd-divider)}.vd-lr-card__thumb--google i{font-size:1.2rem;color:#1a73e8}.vd-rating-pill{display:inline-flex;align-items:center;gap:.75rem;padding:.55rem 1rem .55rem .85rem;background:#ffffff;border:1px solid var(--vd-divider);border-radius:999px;box-shadow:0 1px 2px rgba(15,31,23,.05)}.vd-rating-pill__score{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:1.5rem;font-weight:600;line-height:1;color:var(--vd-ink);font-variant-numeric:tabular-nums}.vd-rating-pill__stars{display:inline-flex;gap:1px;color:#e8a33d}.vd-rating-pill__stars svg{width:16px;height:16px;fill:currentColor;stroke:currentColor}.vd-rating-pill__stars svg[data-empty]{fill:none;color:var(--vd-divider)}.vd-rating-pill__count{font-size:.8125rem;color:var(--vd-muted);white-space:nowrap}.vd-opinie{background:radial-gradient(120% 80% at 50% -10%,#f3f9f5 0,transparent 60%),var(--vd-bg,#fafdfa)}.vd-opinie__inner{max-width:1180px;margin:0 auto;padding:clamp(2.25rem,6vw,4rem) clamp(1rem,4vw,2.5rem) clamp(4rem,9vw,6.5rem)}.vd-opinie__crumbs{font-size:.8125rem;color:var(--vd-muted);margin-bottom:1.25rem}.vd-opinie__crumbs a{color:inherit;text-decoration:none}.vd-opinie__crumbs a:hover{color:var(--vd-brand)}.vd-opinie__head{max-width:760px;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.vd-opinie__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.71rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--vd-brand);margin:0 0 .85rem}.vd-opinie__eyebrow:before{content:"";width:26px;height:2px;background:var(--vd-brand);border-radius:2px}.vd-opinie__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2rem,5vw,3.1rem);font-weight:500;line-height:1.05;letter-spacing:-.02em;color:var(--vd-ink)}.vd-opinie__title em{font-style:italic;color:var(--vd-brand)}.vd-opinie__lede{margin:1rem 0 0;font-size:1.0625rem;line-height:1.65;color:var(--vd-muted);max-width:62ch}.vd-opinie__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.5rem}.vd-opinie__sources{font-size:.8125rem;color:var(--vd-muted)}.vd-lreviews{padding:clamp(3.5rem,8vw,6rem) 0;background:linear-gradient(180deg,#ffffff,#f5faf6)}.vd-lreviews__inner{max-width:1180px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem)}.vd-lreviews__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.vd-lreviews__head-main{max-width:620px}.vd-lreviews__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.71rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--vd-brand);margin:0 0 .75rem}.vd-lreviews__eyebrow:before{content:"";width:26px;height:2px;background:var(--vd-brand);border-radius:2px}.vd-lreviews__title{margin:0;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.75rem,4vw,2.6rem);font-weight:500;line-height:1.08;letter-spacing:-.02em;color:var(--vd-ink)}.vd-lreviews__title em{font-style:italic;color:var(--vd-brand)}.vd-lreviews__lede{margin:.75rem 0 0;font-size:1rem;line-height:1.6;color:var(--vd-muted);max-width:54ch}.vd-lreviews__cta{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;font-weight:600;font-size:.9375rem;color:var(--vd-brand);text-decoration:none;white-space:nowrap;transition:gap .25s cubic-bezier(.16,1,.3,1)}.vd-lreviews__cta svg{width:17px;height:17px}.vd-lreviews__cta:hover{gap:.65rem}.vd-lreviews__foot{margin-top:2rem;display:none;justify-content:center}@media (max-width:720px){.vd-lreviews__head .vd-lreviews__cta{display:none}.vd-lreviews__foot{display:flex}}.vd-opinie__summary{justify-content:space-between;gap:1.5rem;margin:0 0 clamp(2rem,5vw,3rem);padding:clamp(1.25rem,3vw,1.75rem) clamp(1.5rem,3vw,2rem);background:#ffffff;border:1px solid var(--vd-divider);border-radius:20px;box-shadow:0 1px 2px rgba(15,31,23,.05)}.vd-opinie__summary,.vd-opinie__summary-score{display:flex;flex-wrap:wrap;align-items:center}.vd-opinie__summary-score{gap:1rem}.vd-opinie__summary-avg{font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;line-height:1;letter-spacing:-.02em;color:var(--vd-ink);font-variant-numeric:tabular-nums}.vd-opinie__summary-meta{display:flex;flex-direction:column;gap:.3rem}.vd-opinie__stars{display:inline-flex;gap:2px;color:#e8a33d}.vd-opinie__stars svg{width:20px;height:20px;fill:currentColor;stroke:currentColor}.vd-opinie__stars svg[data-empty]{fill:none;color:var(--vd-divider)}.vd-opinie__summary-count{font-size:.9rem;color:var(--vd-muted)}.vd-opinie__summary-breakdown{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.vd-opinie__summary-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;background:var(--vd-cream,#f7f5ef);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--vd-ink);white-space:nowrap}.vd-opinie__summary-chip svg{width:15px;height:15px;color:var(--vd-brand)}.vd-opinie__summary-chip i.fa-google{font-size:14px;color:#1a73e8}.vd-opinie__summary-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--vd-brand);text-decoration:none;white-space:nowrap;transition:gap .25s cubic-bezier(.16,1,.3,1)}.vd-opinie__summary-link svg{width:15px;height:15px}.vd-opinie__summary-link:hover{gap:.6rem}.vd-opinie__cta{margin-top:clamp(2.5rem,6vw,4rem);padding:clamp(1.75rem,4vw,2.5rem);background:linear-gradient(160deg,#f3f9f5,#fafdfa);border:1px solid var(--vd-divider);border-radius:24px;text-align:center}.vd-opinie__cta h2{margin:0 0 .5rem;font-family:var(--vd-font-serif,"Fraunces",serif);font-size:clamp(1.4rem,3vw,1.9rem);font-weight:500;color:var(--vd-ink)}.vd-opinie__cta p{margin:0 auto 1.5rem;max-width:52ch;color:var(--vd-muted);line-height:1.6}.vd-opinie__cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.vd-opinie__btn{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1.4rem;border-radius:999px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),background .2s ease,border-color .2s ease,color .2s ease}.vd-opinie__btn svg{width:17px;height:17px}.vd-opinie__btn--primary{background:var(--vd-brand,#2f6b4e);color:#fff}.vd-opinie__btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px -10px rgba(15,31,23,.5)}.vd-opinie__btn--ghost{background:#fff;color:var(--vd-ink);border:1px solid var(--vd-divider)}.vd-opinie__btn--ghost:hover{transform:translateY(-1px);border-color:var(--vd-brand);color:var(--vd-brand)}@media (prefers-reduced-motion:reduce){.vd-opinie__btn,.vd-opinie__summary-link{transition:none}}.landing-page .vd-opinie__inner{max-width:1180px;margin-left:auto;margin-right:auto;padding:clamp(2.25rem,6vw,4rem) clamp(1rem,4vw,2.5rem) clamp(4rem,9vw,6.5rem)}.landing-page .vd-opinie__summary{padding:clamp(1.25rem,3vw,1.75rem) clamp(1.5rem,3vw,2rem)}.landing-page .vd-opinie__cta{padding:clamp(1.75rem,4vw,2.5rem)}.landing-page .vd-lr-card{padding:1.25rem}.landing-page .vd-lr-empty{padding:2.5rem 1.5rem}.landing-page .vd-lreviews__inner{padding:0 clamp(1rem,4vw,2.5rem)}