.wf-pdp,.wf-pdp *{box-sizing:border-box}.wf-pdp [hidden]{display:none!important}.wf-single-product,.wf-single-product button,.wf-single-product input,.wf-single-product select,.wf-single-product textarea{font-family:var(--wf-font)}.wf-single-product,.wf-pdp{background:var(--wf-c-page)}.wf-pdp{font-family:var(--wf-font);color:var(--wf-c-ink)}.wf-pdp__name{margin:0;font-size:var(--wf-fs-name);font-weight:700;line-height:var(--wf-lh-name);color:var(--wf-c-ink)}.wf-pdp__short{margin:0;font-size:var(--wf-fs-short);font-weight:600;color:var(--wf-c-purple-soft)}.wf-pdp__desc{display:flex;flex-direction:column;gap:var(--wf-s-1)}.wf-pdp__desc-body{font-size:var(--wf-fs-body);line-height:var(--wf-lh-body);color:var(--wf-c-muted)}.wf-pdp__desc-body>:first-child{margin-top:0}.wf-pdp__desc-body>:last-child{margin-bottom:0}.wf-pdp__desc-body[data-wf-clamp]:not(.is-open){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--wf-clamp-lines);line-clamp:var(--wf-clamp-lines);overflow:hidden}.wf-pdp__desc-actions{display:flex;align-items:center;gap:var(--wf-s-3);flex-wrap:wrap}.wf-pdp__desc-toggle,.wf-pdp__desc-full{display:inline-flex;align-items:center;gap:var(--wf-s-1);padding:0;border:0;background:none;font-family:inherit;font-size:var(--wf-fs-link);color:var(--wf-c-purple);text-decoration:none;cursor:pointer}.wf-pdp__desc-toggle:hover,.wf-pdp__desc-full:hover{text-decoration:underline}.wf-pdp__desc-toggle:focus-visible,.wf-pdp__desc-full:focus-visible{outline:none;box-shadow:var(--wf-focus-ring-soft);border-radius:var(--wf-r-1)}[dir="rtl"] .wf-pdp__desc-toggle .wf-pdp-icon,[dir="rtl"] .wf-pdp__desc-full .wf-pdp-icon,[dir="rtl"] .wf-pdp__addon-all .wf-pdp-icon{transform:scaleX(-1)}.wf-pdp__price{display:flex;flex-direction:column;margin-top:var(--wf-price-top)}.wf-pdp__price-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--wf-s-2);min-height:38px}.wf-pdp__price-sub{display:flex;align-items:center;flex-wrap:wrap;gap:var(--wf-s-2);min-height:18px}.wf-pdp__price-num{font-size:var(--wf-fs-price);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__price-num--gone{color:var(--wf-c-meta);text-decoration:line-through}.wf-pdp__price-words{font-size:var(--wf-fs-price-words);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__price-range{font-size:var(--wf-fs-price);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__price-was{font-size:var(--wf-fs-price-was);color:var(--wf-c-meta);text-decoration:line-through}.wf-pdp__price-was--sm{font-size:var(--wf-fs-meta)}.wf-pdp__price-unit{font-size:var(--wf-fs-price-unit);font-weight:600;color:var(--wf-c-muted)}.wf-pdp__price-note,.wf-pdp__price-breakdown{font-size:var(--wf-fs-meta);color:var(--wf-c-muted)}.wf-pdp__price-save,.wf-pdp__price-oos,.wf-pdp__price-low{font-size:var(--wf-fs-meta);font-weight:700;color:var(--wf-c-error)}.wf-pdp__cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--wf-s-2);width:100%;height:var(--wf-cta-h);padding:0 var(--wf-s-4);border:none;border-radius:var(--wf-r-2);background:var(--wf-c-ink);color:#fff;font-family:inherit;font-size:var(--wf-fs-cta);font-weight:700;text-decoration:none;cursor:pointer;transition:background-color var(--wf-t),border-color var(--wf-t),color var(--wf-t)}.wf-pdp__cta:hover{background:var(--wf-c-ink-hover)}.wf-pdp__cta:focus-visible{outline:none;box-shadow:var(--wf-focus-ring)}.wf-pdp__cta--locked[aria-disabled="true"],.wf-pdp__cta--locked[aria-disabled="true"]:hover{border:1px solid var(--wf-c-border);background:var(--wf-c-surface-2);color:var(--wf-c-meta);cursor:not-allowed}.wf-pdp__cta--outline,.wf-pdp__cta--outline:hover{border:1px solid var(--wf-c-ink);background:var(--wf-c-surface);color:var(--wf-c-ink)}.wf-pdp__cta--sub,.wf-pdp__cta--workshop{height:var(--wf-touch-min);font-size:var(--wf-fs-price-range)}.wf-pdp__cta--sub{background:var(--wf-c-purple)}.wf-pdp__cta--sub:hover{background:var(--wf-c-purple);filter:brightness(.92)}.wf-pdp__cta--workshop{background:var(--wf-c-lavender)}.wf-pdp__cta--workshop:hover{background:var(--wf-c-lavender);filter:brightness(.92)}.wf-pdp__cta-spinner{display:none}.wf-pdp__cta.is-loading{cursor:progress}.wf-pdp__cta.is-loading .wf-pdp__cta-spinner{display:block;width:16px;height:16px;flex:none;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;animation:wf-pdp-spin 700ms linear infinite}@keyframes wf-pdp-spin{to{transform:rotate(360deg)}}.wf-pdp__cta.is-added,.wf-pdp__cta.is-added:hover{border:1px solid var(--wf-c-success);background:var(--wf-c-success-bg);color:var(--wf-c-success)}.wf-pdp__cta.is-error,.wf-pdp__cta.is-error:hover{border:1px solid var(--wf-c-error);background:var(--wf-c-error-bg);color:var(--wf-c-error);font-size:var(--wf-fs-price-range)}@media (prefers-reduced-motion:reduce){.wf-pdp__cta.is-loading .wf-pdp__cta-spinner{animation-duration:2s}}.wf-pdp__payment{display:flex;justify-content:center;gap:14px;padding-top:var(--wf-s-3);border-top:1px solid var(--wf-c-line);font-size:var(--wf-fs-meta);color:var(--wf-c-meta);text-align:center}.wf-pdp__sticky{position:fixed;inset-inline:0;bottom:0;z-index:var(--wf-z-sticky);display:flex;align-items:center;gap:var(--wf-s-3);height:var(--wf-mobile-bar-h);padding:10px var(--wf-page-pad);background:var(--wf-c-surface);border-top:1px solid var(--wf-c-line);box-shadow:var(--wf-shadow-bar)}.wf-pdp__sticky[hidden]{display:none}.wf-pdp__sticky-info{flex:1;min-width:0}.wf-pdp__sticky-meta{font-size:var(--wf-fs-meta);color:var(--wf-c-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-pdp__sticky-price{font-size:var(--wf-fs-price-was);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__sticky-btn{flex:1;height:var(--wf-cta-h-sticky);border:none;border-radius:var(--wf-r-2);background:var(--wf-c-ink);color:#fff;font-family:inherit;font-size:var(--wf-fs-price-range);font-weight:700;cursor:pointer;transition:background-color var(--wf-t)}.wf-pdp__sticky-btn:hover{background:var(--wf-c-ink-hover)}.wf-pdp__sticky-btn:focus-visible{outline:none;box-shadow:var(--wf-focus-ring)}.wf-pdp__sticky-btn[aria-disabled="true"],.wf-pdp__sticky-btn[aria-disabled="true"]:hover{background:var(--wf-c-surface-2);color:var(--wf-c-meta)}.wf-pdp.is-addons-open .wf-pdp__sticky{display:none}@media (min-width:1024px){.wf-pdp__sticky{display:none!important}}.wf-pdp__gallery{display:flex;flex-direction:column;gap:var(--wf-s-2);min-width:0}.wf-pdp__gallery-main{position:relative;min-width:0}.wf-pdp__gallery-track{display:flex;gap:var(--wf-s-2);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.wf-pdp__gallery-track::-webkit-scrollbar{display:none}.wf-pdp__gallery-slide{flex:0 0 var(--wf-peek);scroll-snap-align:start;aspect-ratio:1;padding:0;border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-3);overflow:hidden;background:none;cursor:zoom-in}.wf-pdp__gallery-slide img{display:block;width:100%;height:100%;object-fit:cover}.wf-pdp__gallery-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-3);background:linear-gradient(135deg,#f5ebf2,#efeafb);color:var(--wf-c-lavender);font-size:var(--wf-fs-body);text-align:center;padding:var(--wf-s-4)}.wf-pdp__gallery-zoom,.wf-pdp__gallery-count,.wf-pdp__gallery-badge{position:absolute;box-sizing:border-box;flex:none}.wf-pdp__gallery-zoom{top:var(--wf-s-4);inset-inline-end:var(--wf-s-4);inset-inline-start:auto;display:none;align-items:center;justify-content:center;width:36px;min-width:36px;max-width:36px;height:36px;min-height:36px;max-height:36px;padding:0;border:none;border-radius:var(--wf-r-2);background:rgb(255 255 255 / .9);color:var(--wf-c-ink);cursor:pointer}.wf-pdp__gallery-count{bottom:var(--wf-gap-icon);inset-inline-end:var(--wf-gap-icon);inset-inline-start:auto;padding:3px 9px;border-radius:var(--wf-r-pill);background:rgb(255 255 255 / .9);color:var(--wf-c-ink);font-size:var(--wf-fs-badge);font-weight:700}.wf-pdp__gallery-badge{top:var(--wf-gap-icon);inset-inline-start:var(--wf-gap-icon);inset-inline-end:auto}.wf-pdp__gallery-dots{display:flex;justify-content:center;gap:5px;padding-top:var(--wf-gap-icon)}.wf-pdp__gallery-dot{flex:none;width:5px;height:3px;border-radius:var(--wf-r-pill);background:var(--wf-c-border);transition:width var(--wf-t),background-color var(--wf-t)}.wf-pdp__gallery-dot.is-active{width:16px;background:var(--wf-c-purple)}.wf-pdp__gallery-thumbs{display:none}@media (min-width:1024px){.wf-pdp__gallery{gap:var(--wf-s-3)}.wf-pdp__gallery-track{display:block;overflow:visible}.wf-pdp__gallery-slide{display:none;width:100%}.wf-pdp__gallery-slide.is-active{display:block}.wf-pdp__gallery-dots{display:none}.wf-pdp__gallery-zoom{display:flex}.wf-pdp__gallery-count{bottom:var(--wf-s-4);inset-inline-end:var(--wf-s-4);padding:4px 11px;font-size:var(--wf-fs-meta)}.wf-pdp__gallery-badge{top:var(--wf-s-4);inset-inline-start:var(--wf-s-4)}.wf-pdp__gallery-thumbs{display:flex;gap:var(--wf-gap-icon);flex-wrap:wrap}.wf-pdp__gallery-thumb{box-sizing:border-box;flex:none;width:var(--wf-thumb);min-width:var(--wf-thumb);max-width:var(--wf-thumb);height:var(--wf-thumb);min-height:var(--wf-thumb);max-height:var(--wf-thumb);padding:0;border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-2);overflow:hidden;background:none;cursor:pointer}.wf-pdp__gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.wf-pdp__gallery-thumb.is-active{border:2px solid var(--wf-c-purple)}.wf-pdp__gallery-thumb:focus-visible{outline:none;box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__gallery-more{display:flex;align-items:center;justify-content:center;background:var(--wf-c-selected);color:var(--wf-c-purple);font-family:inherit;font-size:var(--wf-fs-link);font-weight:700}}.wf-pdp__lightbox{position:fixed;inset:0;z-index:var(--wf-z-lightbox);display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .92);padding:var(--wf-s-4)}.wf-pdp__lightbox.is-open{display:flex}.wf-pdp__lightbox img{max-width:100%;max-height:100%;object-fit:contain;touch-action:pinch-zoom}.wf-pdp__lightbox-close{position:absolute;top:var(--wf-s-4);inset-inline-end:var(--wf-s-4);inset-inline-start:auto;box-sizing:border-box;flex:none;width:var(--wf-touch-min);min-width:var(--wf-touch-min);max-width:var(--wf-touch-min);height:var(--wf-touch-min);min-height:var(--wf-touch-min);max-height:var(--wf-touch-min);border:none;border-radius:var(--wf-r-pill);background:rgb(255 255 255 / .15);color:#fff;font-size:20px;cursor:pointer}.wf-pdp__lightbox{flex-direction:column;gap:var(--wf-s-3)}.wf-pdp__lightbox-stage{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;width:100%}.wf-pdp__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);box-sizing:border-box;flex:none;width:var(--wf-touch-min);min-width:var(--wf-touch-min);max-width:var(--wf-touch-min);height:var(--wf-touch-min);min-height:var(--wf-touch-min);max-height:var(--wf-touch-min);display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--wf-r-pill);background:rgb(255 255 255 / .15);color:#fff;cursor:pointer;transition:background var(--wf-dur-2) var(--wf-ease)}.wf-pdp__lightbox-nav:hover{background:rgb(255 255 255 / .28)}.wf-pdp__lightbox-nav--prev{inset-inline-start:var(--wf-s-4);inset-inline-end:auto}.wf-pdp__lightbox-nav--next{inset-inline-end:var(--wf-s-4);inset-inline-start:auto}.wf-pdp__lightbox-nav--prev svg{transform:scaleX(-1)}[dir="rtl"] .wf-pdp__lightbox-nav--prev svg{transform:none}[dir="rtl"] .wf-pdp__lightbox-nav--next svg{transform:scaleX(-1)}.wf-pdp__lightbox-foot{flex:none;display:flex;flex-direction:column;align-items:center;gap:var(--wf-s-2);width:100%}.wf-pdp__lightbox-count{color:rgb(255 255 255 / .75);font-size:13px;font-variant-numeric:tabular-nums}.wf-pdp__lightbox-rail{display:flex;gap:var(--wf-s-2);max-width:100%;overflow-x:auto;padding:2px;scrollbar-width:none}.wf-pdp__lightbox-rail::-webkit-scrollbar{display:none}.wf-pdp__lightbox-thumb{box-sizing:border-box;flex:none;width:56px;min-width:56px;height:56px;min-height:56px;padding:0;border:none;border-radius:var(--wf-r-2);overflow:hidden;cursor:pointer;opacity:.55;outline:2px solid #fff0;transition:opacity var(--wf-dur-2) var(--wf-ease),outline-color var(--wf-dur-2) var(--wf-ease)}.wf-pdp__lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wf-pdp__lightbox-thumb:hover{opacity:.85}.wf-pdp__lightbox-thumb.is-active{opacity:1;outline-color:#fff}.wf-pdp__lightbox--single .wf-pdp__lightbox-nav,.wf-pdp__lightbox--single .wf-pdp__lightbox-foot{display:none}@media (max-width:600px){.wf-pdp__lightbox-thumb{width:44px;min-width:44px;height:44px;min-height:44px}.wf-pdp__lightbox-nav{inset-inline-start:var(--wf-s-2)}.wf-pdp__lightbox-nav--next{inset-inline-end:var(--wf-s-2);inset-inline-start:auto}}.wf-pdp__trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--wf-gap-trust)}.wf-pdp__trust-row{display:flex;align-items:center;gap:var(--wf-gap-icon);font-size:var(--wf-fs-row);color:var(--wf-c-ink)}.wf-pdp__trust-row .wf-pdp-icon{flex:none;color:var(--wf-c-purple)}.wf-pdp__delivery{display:flex;align-items:center;gap:var(--wf-gap-icon);padding:12px 14px;border-radius:var(--wf-r-2);font-size:var(--wf-fs-row)}.wf-pdp__delivery .wf-pdp-icon{flex:none}.wf-pdp__delivery--normal{background:var(--wf-c-tint);border:1px solid var(--wf-c-line-purple);color:var(--wf-c-purple)}.wf-pdp__delivery--warn{background:var(--wf-c-warn-bg);border:1px solid var(--wf-c-warn);color:var(--wf-c-warn)}.wf-pdp__badges{display:flex;flex-wrap:wrap;gap:var(--wf-s-2)}.wf-pdp__badge{box-sizing:border-box;flex:none;padding:4px 12px;border:1px solid #fff0;border-radius:var(--wf-r-pill);font-size:var(--wf-fs-badge);font-weight:700;white-space:nowrap}.wf-pdp__badge--new{background:var(--wf-c-purple);color:#fff}.wf-pdp__badge--sale{background:var(--wf-c-error);color:#fff}.wf-pdp__badge--featured{background:var(--wf-c-selected);color:var(--wf-c-purple);border-color:var(--wf-c-selected-line)}.wf-pdp__badge--low{background:var(--wf-c-warn-bg);color:var(--wf-c-warn);border-color:var(--wf-c-warn)}.wf-pdp__badge--oos{background:var(--wf-c-surface-2);color:var(--wf-c-muted)}.wf-pdp__badge--seasonal{background:var(--wf-c-success-bg);color:var(--wf-c-success);border-color:var(--wf-c-success)}.wf-pdp__badge--preorder{background:var(--wf-c-surface);color:var(--wf-c-ink);border-color:var(--wf-c-ink)}.wf-pdp__crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.wf-pdp__crumb{display:flex;align-items:center;gap:6px;font-size:var(--wf-fs-badge);color:var(--wf-c-meta)}.wf-pdp__crumb a{color:inherit;text-decoration:none}.wf-pdp__crumb a:hover{text-decoration:underline}.wf-pdp__crumb-sep{color:var(--wf-c-border)}@media (min-width:1024px){.wf-pdp__crumb{font-size:var(--wf-fs-meta)}}.wf-pdp__step{display:flex;align-items:center;gap:var(--wf-s-2)}.wf-pdp__step-n{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;border-radius:7px;background:var(--wf-c-ink);color:#fff;font-size:12px;font-weight:700}.wf-pdp__step-label{font-size:var(--wf-fs-option);font-weight:700}.wf-pdp__variations{display:flex;flex-direction:column;gap:var(--wf-s-4)}.wf-pdp__opts{display:flex;flex-direction:column;gap:var(--wf-s-2)}.wf-pdp__opt-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.wf-pdp__opt,.wf-pdp__track{position:relative;display:flex;align-items:center;gap:var(--wf-gap-icon);min-height:var(--wf-row-h);padding:12px 14px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);cursor:pointer;transition:background-color var(--wf-t),border-color var(--wf-t)}.wf-pdp__track{padding:14px 16px}.wf-pdp__opt:hover,.wf-pdp__track:hover{border-color:var(--wf-c-selected-line);background:var(--wf-c-tint-hover)}.wf-pdp__opt:focus-within,.wf-pdp__track:focus-within{box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__opt-radio{box-sizing:border-box;flex:none;width:var(--wf-opt-radio);min-width:var(--wf-opt-radio);max-width:var(--wf-opt-radio);height:var(--wf-opt-radio);min-height:var(--wf-opt-radio);max-height:var(--wf-opt-radio);border:1.5px solid var(--wf-c-border);border-radius:50%;background:var(--wf-c-surface);transition:border-width var(--wf-t),border-color var(--wf-t)}.wf-pdp__opt-radio--sm{width:var(--wf-opt-radio-sm);min-width:var(--wf-opt-radio-sm);max-width:var(--wf-opt-radio-sm);height:var(--wf-opt-radio-sm);min-height:var(--wf-opt-radio-sm);max-height:var(--wf-opt-radio-sm)}.wf-pdp__opt-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--wf-s-1)}.wf-pdp__opt-head{display:flex;align-items:center;gap:var(--wf-s-2);flex-wrap:wrap}.wf-pdp__opt-name{font-size:var(--wf-fs-option);font-weight:700}.wf-pdp__opt-desc{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__opt-chip{box-sizing:border-box;flex:none;padding:2px 8px;border:1px solid var(--wf-c-selected-line);border-radius:var(--wf-r-chip);background:var(--wf-c-surface);color:var(--wf-c-purple);font-size:var(--wf-fs-badge);font-weight:700;white-space:nowrap}.wf-pdp__opt-chip--popular{background:var(--wf-c-success-bg);border-color:var(--wf-c-success);color:var(--wf-c-success)}.wf-pdp__opt-chip--muted{background:var(--wf-c-surface-2);border-color:var(--wf-c-border);color:var(--wf-c-muted)}.wf-pdp__opt-side{text-align:end}.wf-pdp__opt-price{font-size:var(--wf-fs-option-price);font-weight:700}.wf-pdp__opt-diff{display:block;font-size:var(--wf-fs-badge);color:var(--wf-c-muted)}.wf-pdp__opt-gone{font-size:var(--wf-fs-option-sub);font-weight:700;color:var(--wf-c-muted)}.wf-pdp__opt.is-selected,.wf-pdp__track.is-selected,.wf-pdp__opt:has(.wf-pdp__opt-input:checked),.wf-pdp__track:has(.wf-pdp__opt-input:checked){border-color:var(--wf-c-lavender);background:var(--wf-c-selected);box-shadow:var(--wf-shadow-selected)}.wf-pdp__track{background:var(--wf-c-surface)}.wf-pdp__track.is-selected,.wf-pdp__track:has(.wf-pdp__opt-input:checked),.wf-pdp__sub:has(>.wf-pdp__sub-head input[name="wf-track"]:checked)>.wf-pdp__sub-head{background:var(--wf-c-selected)}.wf-pdp__opt.is-selected .wf-pdp__opt-radio,.wf-pdp__track.is-selected .wf-pdp__opt-radio,.wf-pdp__opt:has(.wf-pdp__opt-input:checked) .wf-pdp__opt-radio,.wf-pdp__track:has(.wf-pdp__opt-input:checked) .wf-pdp__opt-radio{border:6px solid var(--wf-c-purple)}.wf-pdp__opt.is-selected .wf-pdp__opt-name,.wf-pdp__opt.is-selected .wf-pdp__opt-price,.wf-pdp__track.is-selected .wf-pdp__opt-name,.wf-pdp__track.is-selected .wf-pdp__opt-price{color:var(--wf-c-purple)}.wf-pdp__opt.is-selected .wf-pdp__opt-desc,.wf-pdp__track.is-selected .wf-pdp__opt-desc{color:var(--wf-c-purple-soft)}.wf-pdp__opt.is-gone,.wf-pdp__opt.is-gone:hover{border-color:var(--wf-c-line);background:var(--wf-c-surface-muted);cursor:not-allowed;box-shadow:none}.wf-pdp__opt.is-gone .wf-pdp__opt-radio{border-color:var(--wf-c-line);background:var(--wf-c-surface-2)}.wf-pdp__opt.is-gone .wf-pdp__opt-name{color:var(--wf-c-disabled)}.wf-pdp__opt.is-gone .wf-pdp__opt-desc{color:var(--wf-c-meta)}.wf-pdp__var-error{padding:12px 14px;border:1px solid var(--wf-c-error);border-radius:var(--wf-r-card);background:var(--wf-c-error-bg);color:var(--wf-c-error);font-size:var(--wf-fs-option-sub);font-weight:600}.wf-pdp__var-error[hidden]{display:none}.wf-pdp__cards{display:grid;grid-template-columns:1fr;gap:var(--wf-s-2)}@media (min-width:600px){.wf-pdp__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.wf-pdp__card{position:relative;box-sizing:border-box;display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--wf-c-border);border-radius:10px;background:var(--wf-c-surface);cursor:pointer}.wf-pdp__card.is-selected,.wf-pdp__card:has(.wf-pdp__opt-input:checked){border-color:var(--wf-c-lavender);background:var(--wf-c-selected)}.wf-pdp__card:focus-within{box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__card-img{box-sizing:border-box;flex:none;display:block;width:48px;min-width:48px;height:48px;min-height:48px;border-radius:7px;overflow:hidden}.wf-pdp__card-img img{width:100%;height:100%;object-fit:cover;display:block}.wf-pdp__card-text{flex:1;min-width:0}.wf-pdp__card-name{display:block;font-size:12px;font-weight:600;line-height:1.3;color:var(--wf-c-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-pdp__card-note{display:block;font-size:13px;font-weight:700;color:var(--wf-c-ink)}.wf-pdp__card.is-gone{opacity:.55;cursor:not-allowed}.wf-pdp__card-qv{box-sizing:border-box;flex:none;width:26px;min-width:26px;max-width:26px;height:26px;min-height:26px;max-height:26px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--wf-c-border);border-radius:50%;background:#fff;color:var(--wf-c-muted);cursor:pointer;transition:color var(--wf-dur-2) var(--wf-ease),border-color var(--wf-dur-2) var(--wf-ease)}.wf-pdp__card-qv:hover{color:var(--wf-c-purple);border-color:var(--wf-c-lavender)}.wf-pdp__card-qv:focus-visible{outline:2px solid var(--wf-c-purple);outline-offset:2px}.wf-pdp__swatches{display:flex;flex-wrap:wrap;gap:var(--wf-s-3)}.wf-pdp__swatch{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.wf-pdp__swatch-dot{box-sizing:border-box;flex:none;width:var(--wf-swatch);min-width:var(--wf-swatch);max-width:var(--wf-swatch);height:var(--wf-swatch);min-height:var(--wf-swatch);max-height:var(--wf-swatch);border-radius:50%;box-shadow:0 0 0 1px var(--wf-c-border)}.wf-pdp__swatch.is-selected .wf-pdp__swatch-dot,.wf-pdp__swatch:has(.wf-pdp__opt-input:checked) .wf-pdp__swatch-dot{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wf-c-purple)}.wf-pdp__swatch-dot--img{width:64px;min-width:64px;max-width:64px;height:64px;min-height:64px;max-height:64px;border-radius:var(--wf-r-2);overflow:hidden;background:var(--wf-c-surface,#faf8f5);display:block}.wf-pdp__swatch-dot--img img{width:100%;height:100%;object-fit:contain;display:block}.wf-pdp__swatch.is-selected .wf-pdp__swatch-dot--img,.wf-pdp__swatch:has(.wf-pdp__opt-input:checked) .wf-pdp__swatch-dot--img{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wf-c-purple)}.wf-pdp__swatches:has(.wf-pdp__swatch-dot--img){gap:var(--wf-s-4);padding-block-start:var(--wf-s-2)}.wf-pdp__swatch-name{font-size:var(--wf-fs-badge);color:var(--wf-c-muted)}.wf-pdp__swatch.is-selected .wf-pdp__swatch-name{font-weight:700;color:var(--wf-c-purple)}.wf-pdp__swatch.is-gone{opacity:.5;cursor:not-allowed}.wf-pdp__select{width:100%;height:48px;padding:0 14px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-1);background:var(--wf-c-surface);font-family:inherit;font-size:var(--wf-fs-option);color:var(--wf-c-ink)}.wf-pdp__select.is-error{border-color:var(--wf-c-error);background:var(--wf-c-error-bg)}.wf-pdp__native{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0)}.wf-pdp__var--mode>.wf-pdp__var-body .wf-pdp__var-inner{display:flex;flex-direction:column;gap:var(--wf-s-3)}.wf-pdp__one,.wf-pdp__var--mode .wf-pdp__sub{border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);background:var(--wf-c-surface);overflow:hidden;transition:border-color var(--wf-t),box-shadow var(--wf-t)}.wf-pdp__one:has(>.wf-pdp__track input[name="wf-track"]:checked),.wf-pdp__var--mode .wf-pdp__sub:has(>.wf-pdp__sub-head input[name="wf-track"]:checked){border-color:var(--wf-c-lavender);box-shadow:var(--wf-shadow-selected)}.wf-pdp__one>.wf-pdp__track{border:0;border-radius:0;box-shadow:none}@keyframes wf-pdp-mode-blink{0%,100%{box-shadow:0 0 0 0 #fff0}50%{box-shadow:0 0 0 5px rgb(92 61 122 / .28)}}.wf-pdp__one.is-blinking,.wf-pdp__var--mode .wf-pdp__sub.is-blinking{animation:wf-pdp-mode-blink 1s ease-in-out 2}@media (prefers-reduced-motion:reduce){.wf-pdp__one.is-blinking,.wf-pdp__var--mode .wf-pdp__sub.is-blinking{animation:none}}.wf-pdp__sub{border:1px solid var(--wf-c-purple);border-radius:var(--wf-r-card);overflow:hidden}.wf-pdp__sub-head{display:flex;align-items:center;gap:var(--wf-gap-icon);padding:12px 14px;background:var(--wf-c-surface);cursor:pointer}.wf-pdp__sub-head .wf-pdp__opt-name{color:var(--wf-c-ink)}.wf-pdp__sub-head .wf-pdp__opt-price{color:var(--wf-c-ink)}.wf-pdp__sub-head .wf-pdp__opt-desc{color:var(--wf-c-muted)}.wf-pdp__opt-from{display:block;font-size:var(--wf-fs-badge);font-weight:600;color:var(--wf-c-purple);line-height:1.2}.wf-pdp__sub-chev{flex:none;display:flex;align-items:center;justify-content:center;color:var(--wf-c-purple);transform:rotate(90deg);transition:transform var(--wf-t)}.wf-pdp__sub:has(>.wf-pdp__sub-head input[name="wf-track"]:checked) .wf-pdp__sub-chev,.wf-pdp__sub.is-open>.wf-pdp__sub-head .wf-pdp__sub-chev,.wf-pdp__one:has(>.wf-pdp__track input[name="wf-track"]:checked) .wf-pdp__sub-chev{transform:rotate(-90deg)}@keyframes wf-pdp-chev-nudge{0%,12%,25%,100%{transform:translateX(0)}6%,18%{transform:translateX(3px)}}.wf-pdp__sub:not(:has(>.wf-pdp__sub-head input[name="wf-track"]:checked)) .wf-pdp__sub-chev .wf-pdp-icon{animation:wf-pdp-chev-nudge 4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.wf-pdp__sub-chev .wf-pdp-icon{animation:none}}.wf-pdp__sub-head.is-static{cursor:default}.wf-pdp__sub-head.is-static .wf-pdp__opt-radio,.wf-pdp__sub-head.is-static .wf-pdp__sub-chev{display:none}.wf-pdp__sub-body{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;background:var(--wf-c-surface);transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s linear 1s}.wf-pdp__sub:has(>.wf-pdp__sub-head input[name="wf-track"]:checked) .wf-pdp__sub-body,.wf-pdp__sub.is-open>.wf-pdp__sub-body{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s}.wf-pdp__sub-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:var(--wf-s-3);padding:0 14px 14px;transition:padding-bottom 1s ease}.wf-pdp__sub:not(.is-open):not(:has(>.wf-pdp__sub-head input[name="wf-track"]:checked)) .wf-pdp__sub-inner{padding-bottom:0}.wf-pdp__sub-go{display:flex;flex-direction:column;align-items:stretch;gap:var(--wf-s-2)}.wf-pdp__sub-next{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:46px;border:0;border-radius:var(--wf-r-card);background:var(--wf-c-purple);color:#fff;font-family:inherit;font-size:var(--wf-fs-option);font-weight:700;line-height:1;cursor:pointer;transition:background var(--wf-t),color var(--wf-t)}.wf-pdp__sub-next:hover:not(:disabled){background:var(--wf-c-ink)}.wf-pdp__sub-next:disabled{background:var(--wf-c-surface-2);color:var(--wf-c-muted);cursor:not-allowed}.wf-pdp__sub-skip{align-self:center;padding:4px 2px;border:0;background:none;color:var(--wf-c-purple);font-family:inherit;font-size:var(--wf-fs-option-sub);font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.wf-pdp__sub-skip:disabled{color:var(--wf-c-muted);text-decoration:none;cursor:not-allowed}.wf-pdp__sub-need{text-align:center;font-size:var(--wf-fs-badge);color:var(--wf-c-muted)}.wf-pdp__sub-need[hidden]{display:none}.wf-pdp__sub-points{display:flex;flex-direction:column;gap:6px;font-size:var(--wf-fs-option-sub);color:var(--wf-c-ink);line-height:1.5}.wf-pdp__sub-point{display:flex;gap:7px}.wf-pdp__sub-tick{flex:none;color:var(--wf-c-success);font-weight:700}.wf-pdp__sub-step{font-size:var(--wf-fs-option-sub);font-weight:700;color:var(--wf-c-muted)}.wf-pdp__plans{display:flex;flex-direction:column;gap:var(--wf-s-2)}.wf-pdp__plan{position:relative;display:flex;align-items:center;gap:var(--wf-gap-icon);min-height:72px;padding:12px 14px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);cursor:pointer;transition:background-color var(--wf-t),border-color var(--wf-t)}.wf-pdp__plan:hover{border-color:var(--wf-c-selected-line);background:var(--wf-c-tint-hover)}.wf-pdp__plan:focus-within{box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__plan.is-selected,.wf-pdp__plan:has(.wf-pdp__opt-input:checked){border-color:var(--wf-c-purple);background:var(--wf-c-selected);box-shadow:var(--wf-shadow-selected)}.wf-pdp__plan.is-selected .wf-pdp__opt-radio,.wf-pdp__plan:has(.wf-pdp__opt-input:checked) .wf-pdp__opt-radio{border:6px solid var(--wf-c-purple)}.wf-pdp__plan-count{display:flex;align-items:baseline;gap:5px}.wf-pdp__plan-count b{font-size:var(--wf-fs-plan);font-weight:700;line-height:1}.wf-pdp__plan-count span{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__plan.is-selected .wf-pdp__plan-count b{color:var(--wf-c-purple)}.wf-pdp__plan.is-selected .wf-pdp__plan-count span{color:var(--wf-c-purple-soft)}.wf-pdp__plan-save{box-sizing:border-box;flex:none;padding:3px 9px;border-radius:var(--wf-r-pill);background:var(--wf-c-success-bg);color:var(--wf-c-success);font-size:var(--wf-fs-badge);font-weight:700;white-space:nowrap}.wf-pdp__plan-gap{flex:1}.wf-pdp__plan-price{text-align:end}.wf-pdp__plan-now{font-size:var(--wf-fs-plan-now);font-weight:700}.wf-pdp__plan-unit{display:block;font-size:var(--wf-fs-badge);font-weight:600;color:var(--wf-c-muted)}.wf-pdp__plan-was{display:block;font-size:var(--wf-fs-badge);color:var(--wf-c-meta)}.wf-pdp__plan.is-selected .wf-pdp__plan-now{color:var(--wf-c-purple)}.wf-pdp__plan.is-selected .wf-pdp__plan-unit{color:var(--wf-c-purple-soft)}.wf-pdp__freqs{display:flex;gap:var(--wf-s-2)}.wf-pdp__freq{position:relative;flex:1;display:flex;align-items:center;gap:9px;min-height:56px;padding:12px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);cursor:pointer}.wf-pdp__freq.is-selected,.wf-pdp__freq:has(.wf-pdp__opt-input:checked){border-color:var(--wf-c-purple);background:var(--wf-c-selected)}.wf-pdp__freq.is-selected .wf-pdp__opt-radio,.wf-pdp__freq:has(.wf-pdp__opt-input:checked) .wf-pdp__opt-radio{border:5px solid var(--wf-c-purple)}.wf-pdp__freq-name{font-size:var(--wf-fs-option);font-weight:700}.wf-pdp__freq-desc{font-size:var(--wf-fs-badge);color:var(--wf-c-muted)}.wf-pdp__freq.is-selected .wf-pdp__freq-name{color:var(--wf-c-purple)}.wf-pdp__freq.is-selected .wf-pdp__freq-desc{color:var(--wf-c-purple-soft)}.wf-pdp__bonus{display:flex;flex-direction:column;gap:var(--wf-gap-icon);padding:14px;border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-card)}.wf-pdp__bonus-head{display:flex;align-items:center;gap:var(--wf-s-2)}.wf-pdp__bonus-title{font-size:var(--wf-fs-option);font-weight:700}.wf-pdp__bonus-row{display:flex;align-items:center;gap:var(--wf-s-3);padding:10px 12px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);cursor:pointer}.wf-pdp__bonus-row:has(.wf-pdp__bonus-check:checked){border-color:var(--wf-c-purple);background:var(--wf-c-selected)}.wf-pdp__bonus-row img{flex:none;width:56px;height:56px;border-radius:var(--wf-r-2);object-fit:cover}.wf-pdp__bonus-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--wf-s-1)}.wf-pdp__bonus-name{font-size:var(--wf-fs-link);font-weight:700}.wf-pdp__bonus-price{display:flex;align-items:baseline;gap:6px}.wf-pdp__bonus-price b{font-size:var(--wf-fs-option);font-weight:700;color:var(--wf-c-success)}.wf-pdp__bonus-price s{font-size:var(--wf-fs-badge);color:var(--wf-c-meta)}.wf-pdp__bonus-check{box-sizing:border-box;flex:none;width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;margin:0;accent-color:var(--wf-c-purple)}.wf-pdp__bonus-note{font-size:var(--wf-fs-option-sub);color:var(--wf-c-meta)}.wf-pdp__sub-summary{padding:12px;border-radius:var(--wf-r-2);background:var(--wf-c-selected);color:var(--wf-c-purple);font-size:var(--wf-fs-option-sub);line-height:1.6}@media (min-width:1024px){.wf-pdp__sub-head{padding:14px 16px}.wf-pdp__sub-head .wf-pdp__opt-name{font-size:var(--wf-fs-price-range)}.wf-pdp__sub-inner{padding:0 var(--wf-s-4) var(--wf-s-4);gap:14px}.wf-pdp__sub-points{gap:7px;font-size:var(--wf-fs-row)}.wf-pdp__sub-point{gap:var(--wf-s-2)}.wf-pdp__plan{padding:12px 16px}.wf-pdp__plan-count{width:110px}.wf-pdp__plan-unit,.wf-pdp__plan-was{font-size:var(--wf-fs-option-sub)}.wf-pdp__freqs{gap:var(--wf-gap-icon)}.wf-pdp__freq{padding:12px 14px;gap:var(--wf-gap-icon)}.wf-pdp__freq-desc{font-size:var(--wf-fs-option-sub)}.wf-pdp__sub-summary{padding:14px;border-radius:var(--wf-r-card)}.wf-pdp__track .wf-pdp__opt-name{font-size:var(--wf-fs-price-range)}}.wf-pdp__var{border:1px solid var(--wf-c-lavender);border-radius:var(--wf-r-card);background:var(--wf-c-tint);overflow:hidden}.wf-pdp__var+.wf-pdp__var{margin-top:var(--wf-s-3)}.wf-pdp__var-head{display:flex;align-items:center;gap:var(--wf-s-2);width:100%;padding:var(--wf-s-3);border:0;background:none;font-family:inherit;text-align:start;cursor:pointer}.wf-pdp__var-title{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.wf-pdp__var-h{font-size:var(--wf-fs-price-range);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__var-sub{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__var-chosen{box-sizing:border-box;flex:none;padding:3px 10px;border:1px solid var(--wf-c-success);border-radius:var(--wf-r-pill);background:var(--wf-c-success-bg);color:var(--wf-c-success);font-size:var(--wf-fs-badge);font-weight:700;white-space:nowrap}.wf-pdp__var-chosen[hidden]{display:none}.wf-pdp__var-chev{flex:none;color:var(--wf-c-purple);transition:transform var(--wf-t)}[dir="rtl"] .wf-pdp__var-chev{transform:rotate(90deg)}.wf-pdp__var.is-open .wf-pdp__var-chev{transform:rotate(-90deg)}.wf-pdp__var-body{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s linear 1s}.wf-pdp__var.is-open .wf-pdp__var-body{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s}.wf-pdp__var-inner{min-height:0;overflow:hidden;padding:0 var(--wf-s-3) var(--wf-s-3);transition:padding-bottom 1s ease}.wf-pdp__var:not(.is-open) .wf-pdp__var-inner{padding-bottom:0}@keyframes wf-pdp-opt-blink{0%,100%{box-shadow:0 0 0 0 #fff0}50%{box-shadow:0 0 0 7px rgb(92 61 122 / .30)}}.wf-pdp__opt.is-blinking .wf-pdp__opt-radio{animation:wf-pdp-opt-blink 1s ease-in-out 2}@media (prefers-reduced-motion:reduce){.wf-pdp__var-body,.wf-pdp__var-inner,.wf-pdp__addon-body,.wf-pdp__addon-inner{transition:none}.wf-pdp__opt.is-blinking .wf-pdp__opt-radio{animation:none}}.wf-pdp__addons{border:1px solid var(--wf-c-lavender);border-radius:var(--wf-r-card);background:var(--wf-c-tint);overflow:hidden}.wf-pdp__addon-head{display:flex;align-items:center;gap:var(--wf-s-2);width:100%;padding:var(--wf-s-3);border:0;background:none;font-family:inherit;text-align:start;cursor:pointer}.wf-pdp__addon-title{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.wf-pdp__addon-h{font-size:var(--wf-fs-price-range);font-weight:700;color:var(--wf-c-ink)}.wf-pdp__addon-sub{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__addon-count{box-sizing:border-box;flex:none;padding:3px 10px;border:1px solid var(--wf-c-success);border-radius:var(--wf-r-pill);background:var(--wf-c-success-bg);color:var(--wf-c-success);font-size:var(--wf-fs-badge);font-weight:700;white-space:nowrap}.wf-pdp__addon-count[hidden]{display:none}.wf-pdp__addon-chev{flex:none;color:var(--wf-c-purple);transition:transform var(--wf-t)}[dir="rtl"] .wf-pdp__addon-chev{transform:rotate(90deg)}.wf-pdp__addons.is-open .wf-pdp__addon-chev{transform:rotate(-90deg)}.wf-pdp__addon-body{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s linear 1s}.wf-pdp__addons.is-open .wf-pdp__addon-body{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows 1s ease,opacity 1s ease,visibility 0s}.wf-pdp__addon-inner{min-height:0;overflow:hidden;padding:0 var(--wf-s-3) var(--wf-s-3);transition:padding-bottom 1s ease}.wf-pdp__addons:not(.is-open) .wf-pdp__addon-inner{padding-bottom:0}.wf-pdp__addon-bar{display:flex;align-items:center;gap:var(--wf-s-2);margin-bottom:var(--wf-s-3)}.wf-pdp__addon-tabs{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0}.wf-pdp__addon-tabs::-webkit-scrollbar{display:none}@media (min-width:900px){.wf-pdp__addon-tabs{flex-wrap:wrap;overflow-x:visible;row-gap:6px}.wf-pdp__addon-bar{align-items:flex-start}}.wf-pdp__addon-tab{box-sizing:border-box;flex:none;padding:6px 12px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-pill);background:var(--wf-c-surface);font-family:inherit;font-size:var(--wf-fs-option-sub);font-weight:600;white-space:nowrap;cursor:pointer;color:var(--wf-c-ink)}.wf-pdp__addon-tab.is-active{border-color:var(--wf-c-lavender);background:var(--wf-c-selected);color:var(--wf-c-purple);font-weight:700}.wf-pdp__addon-tab span{opacity:.6}.wf-pdp__addon-panel{display:grid;gap:var(--wf-s-2);grid-template-columns:minmax(0,1fr)}@media (min-width:768px){.wf-pdp__addon-panel{grid-template-columns:repeat(auto-fill,minmax(max(calc((100% - var(--wf-s-2)) / 2),min(var(--wf-addon-card-min), 100%)),1fr))}}.wf-pdp__addon-panel[hidden]{display:none}.wf-pdp__addon{position:relative;box-sizing:border-box;min-width:0;display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--wf-c-border);border-radius:10px;background:var(--wf-c-surface)}.wf-pdp__addon-open{display:flex;align-items:center;gap:9px;flex:1;min-width:0;padding:0;border:0;background:none;font-family:inherit;text-align:start;cursor:pointer}.wf-pdp__addon-open::after{content:'';position:absolute;inset:0;border-radius:inherit}.wf-pdp__addon-open:focus-visible{outline:none}.wf-pdp__addon:focus-within{box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__addon-img{box-sizing:border-box;flex:none;display:block;width:48px;min-width:48px;height:48px;min-height:48px;border-radius:7px;overflow:hidden}.wf-pdp__addon-img img{width:100%;height:100%;object-fit:cover;display:block}.wf-pdp__addon-text{flex:1;min-width:0}.wf-pdp__addon-name{display:block;font-size:12px;font-weight:600;line-height:1.3;color:var(--wf-c-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-pdp__addon-price{display:flex;align-items:baseline;gap:5px}.wf-pdp__addon-price b{font-size:13px;font-weight:700;color:var(--wf-c-ink)}.wf-pdp__addon-price s{font-size:11px;color:#999}.wf-pdp__addon.is-selected{border-color:#1a8a4a;background:#e9f7ef}.wf-pdp__addon-star{position:absolute;top:3px;inset-inline-start:5px;inset-inline-end:auto;z-index:1;font-size:11px;line-height:1;color:#d9a441;pointer-events:none}.wf-pdp__addon.is-selected .wf-pdp__addon-price b{color:#1a8a4a}.wf-pdp__addon.is-gone{border-color:#e1e1e1;opacity:.55;cursor:not-allowed}.wf-pdp__addon.is-gone .wf-pdp__addon-name,.wf-pdp__addon.is-gone .wf-pdp__addon-price b{color:#999}.wf-pdp__addon-gone{flex:none;font-size:11px;font-weight:700;color:var(--wf-c-muted)}.wf-pdp__addon-add{position:relative;z-index:1;box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;max-width:36px;height:36px;min-height:36px;max-height:36px;padding:0;border:1px solid var(--wf-c-ink);border-radius:7px;background:var(--wf-c-surface);color:var(--wf-c-ink);cursor:pointer;transition:background var(--wf-t),color var(--wf-t)}.wf-pdp__addon-add:hover{background:var(--wf-c-ink);color:var(--wf-c-surface)}.wf-pdp__addon-add::after{content:'';position:absolute;inset:-4px}.wf-pdp__addon-stepper{position:relative;z-index:1;box-sizing:border-box;flex:none;display:flex;align-items:center;height:36px;border:1px solid #1a8a4a;border-radius:7px;background:var(--wf-c-surface);overflow:hidden}.wf-pdp__addon-stepper[hidden]{display:none}.wf-pdp__addon-step{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:28px;height:100%;padding:0;border:0;background:none;font-family:inherit;font-size:14px;font-weight:700;color:#1a8a4a;cursor:pointer}.wf-pdp__addon-qty{flex:none;width:18px;text-align:center;font-size:12px;font-weight:700;color:#1a8a4a}.wf-pdp__addon-modal{position:fixed;inset:0;z-index:var(--wf-z-lightbox);display:flex;align-items:flex-end;justify-content:center;padding:0;background:rgb(0 0 0 / .45)}.wf-pdp__addon-modal[hidden]{display:none}.wf-pdp__addon-modal-card{box-sizing:border-box;display:flex;flex-direction:column;width:100%;max-width:640px;max-height:88vh;border-radius:var(--wf-r-card) var(--wf-r-card) 0 0;background:var(--wf-c-surface);overflow:hidden}.wf-pdp__addon-modal-head{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-s-2);padding:var(--wf-s-3);border-bottom:1px solid var(--wf-c-line)}.wf-pdp__addon-modal-h{font-size:var(--wf-fs-price-range);font-weight:700}.wf-pdp__addon-modal-x{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;padding:0;border:0;border-radius:50%;background:none;font-family:inherit;font-size:16px;color:var(--wf-c-muted);cursor:pointer}.wf-pdp__addon-tabset{display:flex;flex-direction:column;min-height:0;flex:1}.wf-pdp__addon-tabset>.wf-pdp__addon-modal-head,.wf-pdp__addon-tabset>.wf-pdp__addon-bar{flex:none}.wf-pdp__addon-tabset>.wf-pdp__addon-bar{margin:0;padding:var(--wf-s-3) var(--wf-s-3) var(--wf-s-2);border-bottom:1px solid var(--wf-c-line);background:var(--wf-c-surface)}.wf-pdp__addon-modal-body{flex:1;min-height:0;padding:var(--wf-s-3);overflow-y:auto;-webkit-overflow-scrolling:touch}.wf-pdp__addon-modal-actions{display:flex;align-items:center;gap:var(--wf-s-2);flex:none}button.wf-pdp__addon-count{border:1px solid #bfe3cd;font-family:inherit;cursor:pointer}button.wf-pdp__addon-count:hover{background:#d8f0e2}.wf-pdp__addon-tab{position:relative}.wf-pdp__addon-tab.has-picked::after{content:'';position:absolute;top:-3px;inset-inline-start:-3px;inset-inline-end:auto;box-sizing:border-box;flex:none;width:8px;min-width:8px;max-width:8px;height:8px;min-height:8px;max-height:8px;border-radius:50%;background:#1a8a4a;box-shadow:0 0 0 2px var(--wf-c-surface,#fff)}.wf-pdp__addon-tabs{overflow-y:visible;padding-top:4px}@media (min-width:768px){.wf-pdp__addon-modal{align-items:center;padding:var(--wf-s-4)}.wf-pdp__addon-modal-card{border-radius:var(--wf-r-card);max-height:82vh}}.wf-pdp__addon-foot{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-s-2);margin-top:9px;padding-top:9px;border-top:1px solid var(--wf-c-lavender-soft,#e8dff0)}.wf-pdp__addon-all{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1px solid var(--wf-c-lavender);border-radius:var(--wf-r-pill);background:var(--wf-c-tint);font-family:inherit;font-size:13px;font-weight:700;color:var(--wf-c-purple);cursor:pointer;transition:background var(--wf-dur-2) var(--wf-ease),border-color var(--wf-dur-2) var(--wf-ease)}.wf-pdp__addon-all:hover{background:var(--wf-c-selected);border-color:var(--wf-c-purple)}.wf-pdp__addon-all:focus-visible{outline:2px solid var(--wf-c-purple);outline-offset:2px}.wf-pdp__addon-all .wf-pdp-icon{flex:none;display:block;line-height:0}.wf-pdp__tsts{display:grid;gap:var(--wf-s-2);grid-template-columns:repeat(auto-fit,minmax(min(240px, 100%),1fr));margin:0;padding:0;list-style:none}.wf-pdp__tst{display:flex;flex-direction:column;gap:6px;padding:var(--wf-s-3);border:1px solid var(--wf-c-line);border-radius:var(--wf-r-card);background:var(--wf-c-surface)}.wf-pdp__tst-stars{color:var(--wf-c-purple);font-size:var(--wf-fs-option-sub);letter-spacing:1px}.wf-pdp__tst-text{margin:0;font-size:var(--wf-fs-option-sub);line-height:1.6;color:var(--wf-c-ink)}.wf-pdp__tst-by{font-size:var(--wf-fs-meta);color:var(--wf-c-muted)}.wf-pdp__below--no-care .wf-pdp__tsts,.wf-pdp__tsts--scroll{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline-start:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wf-pdp__below--no-care .wf-pdp__tsts::-webkit-scrollbar,.wf-pdp__tsts--scroll::-webkit-scrollbar{display:none}.wf-pdp__below--no-care .wf-pdp__tst,.wf-pdp__tsts--scroll .wf-pdp__tst{flex:0 0 min(280px, 82%);scroll-snap-align:start}@media (min-width:1280px){.wf-pdp__below--no-care .wf-pdp__tst,.wf-pdp__tsts--scroll .wf-pdp__tst,.wf-pdp__tst{flex:0 0 calc((100% - 4 * var(--wf-s-2)) / 5)}}@media (max-width:1023px){.wf-pdp__tsts{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wf-pdp__tsts::-webkit-scrollbar{display:none}.wf-pdp__tst{flex:0 0 min(280px, 82%);scroll-snap-align:start}}.wf-pdp__section{display:flex;flex-direction:column;gap:var(--wf-s-3)}.wf-pdp__section-h{margin:0;font-size:var(--wf-fs-section);font-weight:700;color:var(--wf-c-heading)}.wf-pdp__incs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wf-gap-icon)}.wf-pdp__inc{display:flex;flex-direction:column;gap:var(--wf-s-1);padding:var(--wf-s-3);border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-card);font-size:var(--wf-fs-link)}.wf-pdp__inc span{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__inc.is-excluded{opacity:.6}.wf-pdp__care{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--wf-s-2)}.wf-pdp__care-tile{display:flex;flex-direction:column;gap:var(--wf-s-1);padding:var(--wf-s-3);border:1px solid var(--wf-c-line-purple);border-radius:var(--wf-r-card);font-size:var(--wf-fs-link);font-weight:700}.wf-pdp__care-tile span{font-size:var(--wf-fs-option-sub);font-weight:400;color:var(--wf-c-muted)}.wf-pdp__care-season{margin:0;font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted);line-height:1.7}.wf-pdp__accs{display:flex;flex-direction:column}.wf-pdp__acc{border-bottom:1px solid var(--wf-c-line)}.wf-pdp__acc-q{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-s-3);width:100%;min-height:var(--wf-touch-min);padding:var(--wf-s-3) 0;border:0;background:none;font-family:inherit;font-size:var(--wf-fs-option);font-weight:700;color:var(--wf-c-ink);text-align:start;cursor:pointer}.wf-pdp__acc-sign{flex:none;font-size:var(--wf-fs-option-price);color:var(--wf-c-purple)}.wf-pdp__acc-a{padding-bottom:var(--wf-s-3);font-size:var(--wf-fs-body);line-height:var(--wf-lh-body);color:var(--wf-c-muted)}.wf-pdp__acc-a[hidden]{display:none}.wf-pdp__acc-a>:first-child{margin-top:0}.wf-pdp__acc-a>:last-child{margin-bottom:0}.wf-pdp__rating{display:flex;align-items:baseline;gap:var(--wf-s-2)}.wf-pdp__rating b{font-size:var(--wf-fs-section)}.wf-pdp__review-stars{color:#f0b429;letter-spacing:1px}.wf-pdp__rating-n{font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}.wf-pdp__reviews{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--wf-s-3)}.wf-pdp__review{border-top:1px solid var(--wf-c-line);padding-top:var(--wf-s-3)}.wf-pdp__review-top{display:flex;align-items:baseline;gap:var(--wf-s-2)}.wf-pdp__review p{margin:var(--wf-s-1) 0 0;font-size:var(--wf-fs-body);color:var(--wf-c-muted);line-height:var(--wf-lh-body)}.wf-pdp__rels{display:flex;gap:var(--wf-gap-icon);overflow-x:auto;padding-bottom:40px;margin-bottom:-16px;scroll-snap-type:x mandatory;scrollbar-width:none}.wf-pdp__rels::-webkit-scrollbar{display:none}.wf-pdp__rels>*{flex:0 0 60%;scroll-snap-align:start;min-width:0}@media (min-width:1024px){.wf-pdp__incs{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-pdp__rels>*{flex:0 0 var(--wf-pc-card-w,250px)}}.wf-pdp__toasts{position:fixed;bottom:calc(var(--wf-mobile-bar-h) + var(--wf-s-3));inset-inline:var(--wf-page-pad);z-index:var(--wf-z-toast);display:flex;flex-direction:column;gap:var(--wf-s-2);pointer-events:none}.wf-pdp__toast{display:flex;align-items:center;gap:var(--wf-s-2);padding:12px 14px;border:1px solid var(--wf-c-line);border-radius:var(--wf-r-card);background:var(--wf-c-surface);box-shadow:var(--wf-shadow-max);font-size:var(--wf-fs-row);pointer-events:auto}.wf-pdp__toast--ok{border-color:var(--wf-c-success);color:var(--wf-c-success);background:var(--wf-c-success-bg)}.wf-pdp__toast--error{border-color:var(--wf-c-error);color:var(--wf-c-error);background:var(--wf-c-error-bg)}.wf-pdp__toast a{color:inherit;font-weight:700;margin-inline-start:auto}.wf-pdp__toast-x{flex:none;width:var(--wf-touch-min);height:24px;border:0;background:none;color:inherit;cursor:pointer}.wf-pdp__field{display:flex;flex-direction:column;gap:6px}.wf-pdp__field-label{font-size:var(--wf-fs-option-sub);font-weight:700}.wf-pdp__input{height:48px;padding:0 14px;border:1px solid var(--wf-c-border);border-radius:var(--wf-r-1);font-family:inherit;font-size:var(--wf-fs-option)}.wf-pdp__input.is-error{border-color:var(--wf-c-error);background:var(--wf-c-error-bg)}.wf-pdp__field-err{font-size:var(--wf-fs-option-sub);color:var(--wf-c-error)}.wf-pdp__field-err[hidden]{display:none}.wf-pdp__skeletons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--wf-s-2)}.wf-pdp__sk{border-radius:var(--wf-r-card);background:linear-gradient(90deg,#f0f0f0 25%,#f7f7f7 37%,#f0f0f0 63%);background-size:400% 100%;animation:wf-pdp-sheen 1.4s linear infinite}.wf-pdp__sk--card{height:196px}.wf-pdp__sk--row{height:var(--wf-row-h)}.wf-pdp__sk--text{height:var(--wf-clamp-max)}@keyframes wf-pdp-sheen{to{background-position:-400% 0}}@media (prefers-reduced-motion:reduce){.wf-pdp__sk{animation:none}}@media (min-width:1024px){.wf-pdp__toasts{inset-inline:auto var(--wf-page-pad);bottom:var(--wf-s-5);max-width:380px}}.wf-pdp__quick-card{position:relative;display:flex;flex-direction:column;gap:var(--wf-s-3);width:min(420px, 100%);padding:var(--wf-s-4);border-radius:var(--wf-r-3);background:var(--wf-c-surface)}.wf-pdp__quick-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--wf-r-card)}.wf-pdp__quick-name{font-size:var(--wf-fs-price-range);font-weight:700}.wf-pdp__quick-price{font-size:var(--wf-fs-option-price);font-weight:700;color:var(--wf-c-purple)}.wf-pdp__quick .wf-pdp__lightbox-close{background:rgb(0 0 0 / .08);color:var(--wf-c-ink)}.wf-pdp__crumbs-wrap,.wf-pdp__top,.wf-pdp__below{max-width:var(--wf-page-max);margin-inline:auto}.wf-pdp__crumbs-wrap{padding:10px var(--wf-page-pad) 8px}.wf-pdp__top{display:flex;flex-direction:column;gap:var(--wf-s-3);padding:0 var(--wf-page-pad) var(--wf-s-5)}.wf-pdp__gallery-col{min-width:0}.wf-pdp__panel,.wf-pdp__form{display:flex;flex-direction:column;gap:var(--wf-panel-gap);min-width:0;margin:0}.wf-pdp__buyrow{display:flex;flex-wrap:nowrap;align-items:center;gap:var(--wf-s-3)}.wf-pdp__buyrow .wf-pdp__cta{flex:1 1 auto;width:auto;min-width:0}.wf-pdp__qty{box-sizing:border-box;flex:none;display:flex;align-items:center;height:var(--wf-cta-h);border:1px solid var(--wf-c-border);border-radius:var(--wf-r-2)}.wf-pdp__qty-btn{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:40px;height:100%;padding:0;border:0;background:none;color:#545454;cursor:pointer}.wf-pdp__qty-input{width:36px;height:100%;padding:0;border:0;background:none;font-family:inherit;font-size:var(--wf-fs-price-range);font-weight:700;text-align:center;-moz-appearance:textfield}.wf-pdp__qty-input::-webkit-outer-spin-button,.wf-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wf-pdp__below{display:flex;flex-direction:column;gap:var(--wf-s-6);padding:var(--wf-s-5) var(--wf-page-pad);border-top:1px solid var(--wf-c-line)}.wf-pdp{padding-bottom:calc(var(--wf-mobile-bar-h) + var(--wf-s-4))}@media (min-width:1024px){.wf-pdp{padding-bottom:0}.wf-pdp__crumbs-wrap{padding:20px var(--wf-page-pad)}.wf-pdp__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--wf-col-gap);align-items:start;padding:0 var(--wf-page-pad) 48px}.wf-pdp__panel{grid-column:1;grid-row:1}.wf-pdp__gallery-col{grid-column:2;grid-row:1}.wf-pdp__gallery-col.is-sticky{position:sticky;top:var(--wf-sticky-top)}.wf-pdp__below{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--wf-s-6);padding:40px var(--wf-page-pad)}.wf-pdp__below>*{grid-column:1 / -1}#wf-pdp-spec .wf-pdp__accs{display:block;columns:2;column-gap:var(--wf-col-gap);column-fill:balance}#wf-pdp-spec .wf-pdp__acc{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid}}.wf-pdp__delivery-link{flex:none;margin-inline-start:auto;padding:0;border:0;background:none;font-family:inherit;font-size:var(--wf-fs-option-sub);font-weight:700;color:inherit;text-decoration:underline;cursor:pointer}.wf-pdp__delivery-link:focus-visible{outline:none;box-shadow:var(--wf-focus-ring-soft)}.wf-pdp__delivery--chosen{background:var(--wf-c-success-bg);border:1px solid var(--wf-c-success);color:var(--wf-c-success)}.wf-pdp__buy .variations_form,.wf-pdp__buy form.cart{margin:0;display:flex;flex-direction:column;gap:var(--wf-s-3)}.wf-pdp__buy form.cart>.screen-reader-text{position:absolute}.wf-pdp__buy table.variations,.wf-pdp__buy .reset_variations{display:none}.wf-pdp__buy .woocommerce-variation-price,.wf-pdp__buy .woocommerce-variation-description{display:none}.wf-pdp__buy .woocommerce-variation-add-to-cart,.wf-pdp__buy form.cart>.quantity{margin-top:var(--wf-s-3)}.wf-pdp__buy .woocommerce-variation-add-to-cart{display:flex;align-items:center;gap:var(--wf-s-2);flex-wrap:nowrap}.wf-pdp__buy .wf-pdp__buyrow{display:flex;align-items:center;gap:var(--wf-s-2);flex-wrap:nowrap}.wf-pdp .wf-pdp__buy form.cart .wf-pdp__buyrow .single_add_to_cart_button,.woocommerce .wf-pdp__buy form.cart .wf-pdp__buyrow .single_add_to_cart_button,.wf-pdp .wf-pdp__buy form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button,.woocommerce .wf-pdp__buy form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button{flex:1 1 auto;min-width:0}.wf-pdp__qty{box-sizing:border-box;flex:none;display:flex;align-items:center;height:var(--wf-cta-h,52px);border:1px solid var(--wf-c-border);border-radius:var(--wf-r-card);background:var(--wf-c-surface);overflow:hidden}.wf-pdp__qty-btn{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:38px;min-width:38px;max-width:38px;height:100%;padding:0;border:0;background:none;color:var(--wf-c-ink);cursor:pointer}.wf-pdp__qty-btn:hover{background:var(--wf-c-tint-hover)}.wf-pdp__buy .quantity{display:contents}.wf-pdp__buy .quantity input.qty{box-sizing:border-box;width:40px;height:100%;padding:0;border:0;background:none;font-family:inherit;font-size:var(--wf-fs-option);font-weight:600;text-align:center;color:var(--wf-c-ink);-moz-appearance:textfield}.wf-pdp__buy .quantity input.qty::-webkit-outer-spin-button,.wf-pdp__buy .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width:767px){.wf-pdp__qty-btn{width:34px;min-width:34px;max-width:34px}.wf-pdp__buy .quantity input.qty{width:26px}}.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button,.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button{box-sizing:border-box;flex:none;align-self:stretch;min-width:0;display:flex;align-items:center;justify-content:center;gap:var(--wf-s-2);height:var(--wf-cta-h,52px);padding:0 var(--wf-s-4);border:0;border-radius:var(--wf-r-card);background:var(--wf-c-ink);color:#fff;font-family:inherit;font-size:var(--wf-fs-option);font-weight:700;line-height:1;text-transform:none;letter-spacing:0;cursor:pointer;transition:background var(--wf-t)}.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button:hover,.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button:hover{background:#1e1e1e}.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button{margin:0!important;padding:0 var(--wf-s-4)!important}.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button.disabled,.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button.wc-variation-selection-needed,.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button[aria-disabled="true"],.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button.disabled,.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button.wc-variation-selection-needed,.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button[aria-disabled="true"]{background:var(--wf-c-surface-2);color:var(--wf-c-meta);cursor:not-allowed}.wf-pdp .wf-pdp__buy form.cart .single_add_to_cart_button[aria-disabled="true"]:hover,.woocommerce .wf-pdp__buy form.cart .single_add_to_cart_button[aria-disabled="true"]:hover{background:var(--wf-c-surface-2)}.wf-pdp__buy #yith-wapo-container{margin:0 0 var(--wf-s-3)}.wf-pdp__section-head{display:flex;align-items:center;justify-content:space-between;gap:var(--wf-s-3)}.wf-pdp__strip-navs{display:flex;align-items:center;gap:var(--wf-s-2)}.wf-pdp__strip-navs:not(:has(>.wf-pdp__strip-nav:not([hidden]))){display:none}.wf-pdp__strip-nav{box-sizing:border-box;flex:none;display:flex;align-items:center;justify-content:center;width:46px;min-width:46px;max-width:46px;height:46px;min-height:46px;max-height:46px;padding:0;border:1px solid #d4c4e3;border-radius:50%;background:var(--wf-c-tint-hover);color:var(--wf-c-purple);cursor:pointer;box-shadow:0 2px 10px rgb(16 20 24 / .06);transition:background var(--wf-t),border-color var(--wf-t),opacity var(--wf-t)}.wf-pdp__strip-nav[hidden]{display:none}.wf-pdp__strip-nav:hover{background:#ece6fb;border-color:var(--wf-c-lavender)}.wf-pdp__strip-nav:disabled{opacity:.3;cursor:default}.wf-pdp__strip-nav .wf-pdp-icon{width:20px;height:20px;flex:none}.wf-pdp__strip-nav--next .wf-pdp-icon{transform:scaleX(-1)}@media (max-width:1023px){.wf-pdp__strip-navs{display:none}}.wf-pdp__pick{box-sizing:border-box;position:relative;z-index:1;flex:none;display:flex;align-items:center;justify-content:center;width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;padding:0;border:1.5px solid var(--wf-c-border);border-radius:6px;background:var(--wf-c-surface);color:#fff0;cursor:pointer;transition:background var(--wf-t),border-color var(--wf-t),color var(--wf-t)}.wf-pdp__pick:hover{border-color:var(--wf-c-lavender)}.wf-pdp__pick[aria-pressed="true"]{border-color:var(--wf-c-purple);background:var(--wf-c-purple);color:#fff}.wf-pdp__pick-card.is-picked{border-color:var(--wf-c-lavender);background:var(--wf-c-selected)}.wf-pdp__pick-card.is-locked .wf-pdp__pick{cursor:not-allowed}.wf-pdp__pick-card .wf-pdp__addon-price b{color:var(--wf-c-success)}.wf-pdp__pick-card .wf-pdp__addon-price s[hidden]{display:none}.wf-pdp__bonus-grid{grid-template-columns:minmax(0,1fr);margin-bottom:var(--wf-s-2)}.wf-pdp__group-grid{margin-bottom:var(--wf-s-2)}.wf-pdp__group-note{margin:0;font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted);transition:color var(--wf-t)}.wf-pdp__group-note.is-warn{color:var(--wf-c-purple);font-weight:600}.wf-pdp__quick-desc{font-size:var(--wf-fs-option-sub);line-height:1.6;color:var(--wf-c-muted)}.wf-pdp__inc-bundle{display:flex;flex-direction:column;gap:var(--wf-s-3);margin-block:var(--wf-s-4)}.wf-pdp__inc-bundle+.wf-pdp__delivery,.wf-pdp__inc-bundle+*{margin-top:var(--wf-s-4)}.wf-pdp__inc-note{margin:0;font-size:var(--wf-fs-option-sub);color:var(--wf-c-muted)}body.wf-bundle-skin-active .wf-pdp__inc-bundle .woosb-products .woosb-product .woosb-price,.wf-pdp__inc-bundle .woosb-price{display:none!important}.wf-pdp__sub-inner>:first-child{margin-top:var(--wf-s-3)}.wf-pdp__bonus-item [data-wf-bonus-need]{display:block;font-style:normal;font-size:var(--wf-fs-badge);font-weight:600;color:var(--wf-c-purple)}.wf-pdp__bonus-item [data-wf-bonus-need][hidden]{display:none}.wf-pdp__bonus-item.is-locked{opacity:.72}.wf-pdp__bonus-item.is-locked .wf-pdp__addon-price b{color:var(--wf-c-muted)}.wf-pdp__addon-head [data-wf-addon-picked-open]{cursor:pointer}.wf-pdp__addon-head [data-wf-addon-picked-open]:hover{background:#d8f0e2}@media (max-width:1023px){.wf-pdp__rels,.wf-pdp__tsts,.wf-pdp__addon-tabs,.wf-pdp__thumbs{margin-inline:calc(-1 * var(--wf-page-pad));padding-inline:var(--wf-page-pad);scroll-padding-inline:var(--wf-page-pad)}}.wf-pdp__panel>.wf-pdp__buy{display:flex;flex-direction:column;gap:var(--wf-panel-gap)}.wf-pdp__buy>.woosb-wrap,.wf-pdp__buy>.woobt-wrap{order:2}.wf-pdp__buy>form.cart{order:3}.wf-pdp__buy .wf-bundle-skin-title{display:none}.wf-pdp__inc-bundle .woosb-wrap{margin-bottom:0!important}.wf-pdp__inc-bundle .woosb-products{margin:0!important}.wf-pdp__addon-tab.is-required .wf-pdp__addon-tab-req{color:var(--wf-sale,#b53a4a);font-weight:700;margin-inline-start:2px}.wf-pdp__addon-req-note{margin:8px 0 0;padding:8px 12px;border-radius:8px;background:#fdf3f4;color:#8c2f3c;font-size:13px;line-height:1.5}.wf-pdp__addon-req-note.is-flash{animation:wf-req-flash 1.1s ease}@keyframes wf-req-flash{0%,100%{background:#fdf3f4}30%{background:#f8dfe3}}@media (prefers-reduced-motion:reduce){.wf-pdp__addon-req-note.is-flash{animation:none}}.wf-pdp__cta.is-blocked,.single_add_to_cart_button.is-blocked,.wf-pdp__sticky-btn.is-blocked{opacity:.72}