.where-to-buy-hero{--wtb-hero-bg: #eeefef;--wtb-panel: #ffffff;--wtb-ink: #171717;--wtb-ink-h: #000000;--wtb-ink-soft: #696969;--wtb-ink-faint: #9a9a9c;--wtb-line: #e3e3e5;--wtb-line-strong: #d3d3d6;--wtb-purple: #2e1a47;--wtb-purple-tint: #f2eff6;--wtb-red: #e1000f;--wtb-shadow: 0 1px 2px rgba(23, 23, 23, .05), 0 22px 46px -28px rgba(46, 26, 71, .28);background:var(--wtb-hero-bg);text-align:left}.where-to-buy-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:clamp(28px,4vw,64px);align-items:center;min-height:440px}@media(max-width:900px){.where-to-buy-hero__grid{grid-template-columns:1fr;min-height:0;gap:26px}}.where-to-buy-hero__eyebrow{display:block;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--where-to-buy-hero-info-color, var(--wtb-purple));font-weight:400;margin-bottom:14px}.where-to-buy-hero__heading{font-family:var(--font-heading--family, var(--font-body--family));font-weight:300;line-height:1.02;letter-spacing:.4px;margin:0 0 .32em;text-wrap:balance;color:var(--where-to-buy-hero-title-color, var(--wtb-ink-h))}.where-to-buy-hero__lead{color:var(--where-to-buy-hero-info-color, var(--wtb-ink));font-size:clamp(16px,1.3vw,18px);line-height:1.7;max-width:44ch;margin:0;opacity:.92}.where-to-buy-hero__panel{background:var(--wtb-panel);border:1px solid var(--wtb-line);box-shadow:var(--wtb-shadow);padding:clamp(22px,2.2vw,32px);display:flex;flex-direction:column;gap:22px;max-height:440px}@media(max-width:900px){.where-to-buy-hero__panel{max-height:none}}.where-to-buy-hero__panel-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-bottom:18px;border-bottom:1px solid var(--wtb-line)}.where-to-buy-hero__title{font-family:var(--font-heading--family, var(--font-body--family));font-weight:300;font-size:clamp(26px,2.4vw,32px);line-height:1;letter-spacing:.3px;color:var(--wtb-ink-h);margin:0}.where-to-buy-hero__cols{display:grid;grid-template-columns:1fr 1.6fr;gap:clamp(20px,3vw,44px);overflow:auto;scrollbar-width:thin}.where-to-buy-hero__country-panel[hidden]{display:none}.where-to-buy-hero__cols::-webkit-scrollbar{width:6px}.where-to-buy-hero__cols::-webkit-scrollbar-thumb{background:var(--wtb-line-strong);border-radius:3px}@media(max-width:560px){.where-to-buy-hero__cols{grid-template-columns:1fr;gap:22px}}.where-to-buy-hero__group h3{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--wtb-ink-soft);font-weight:400;margin:0 0 14px;display:flex;align-items:center;gap:10px}.where-to-buy-hero__group h3 .k{color:var(--wtb-red);font-variant-numeric:tabular-nums}.where-to-buy-hero__chips{display:flex;flex-wrap:wrap;gap:8px}.where-to-buy-hero__chip{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--wtb-ink);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--wtb-line-strong);padding:9px 15px;transition:.16s;background:var(--wtb-panel);font-weight:400}.where-to-buy-hero__chip:hover{border-color:var(--wtb-purple);color:var(--wtb-purple);transform:translateY(-1px)}.where-to-buy-hero__chip:focus-visible{outline:2px solid var(--wtb-purple);outline-offset:2px}.where-to-buy-hero__chip.is-pro{border-color:var(--wtb-purple);color:var(--wtb-purple);background:var(--wtb-purple-tint)}.where-to-buy-hero__dropdown{position:relative;min-width:230px}.where-to-buy-hero__dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;background:none;border:0;border-bottom:1px solid var(--wtb-ink-h);padding:8px 2px;font-family:var(--font-heading--family, var(--font-body--family));font-size:22px;color:var(--wtb-ink-h);transition:.18s}.where-to-buy-hero__dd-btn:hover,.where-to-buy-hero__dropdown[data-open=true] .where-to-buy-hero__dd-btn{border-color:var(--wtb-red)}.where-to-buy-hero__dd-btn:focus-visible{outline:2px solid var(--wtb-purple);outline-offset:3px}.where-to-buy-hero__dd-btn .chev{width:16px;height:16px;color:var(--wtb-ink-soft);transition:transform .22s;flex:0 0 auto}.where-to-buy-hero__dropdown[data-open=true] .chev{transform:rotate(180deg)}.where-to-buy-hero__dd-menu{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:30;margin:0;padding:6px;list-style:none;background:var(--wtb-panel);border:1px solid var(--wtb-line-strong);box-shadow:var(--wtb-shadow);max-height:300px;overflow:auto;scrollbar-width:thin}.where-to-buy-hero__dropdown[data-open=false] .where-to-buy-hero__dd-menu{display:none}.where-to-buy-hero__dd-menu::-webkit-scrollbar{width:6px}.where-to-buy-hero__dd-menu::-webkit-scrollbar-thumb{background:var(--wtb-line-strong);border-radius:3px}.where-to-buy-hero__dd-opt{width:100%;text-align:left;background:none;border:0;cursor:pointer;color:var(--wtb-ink-soft);font-size:14px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:.14s}.where-to-buy-hero__dd-opt:hover,.where-to-buy-hero__dd-opt.is-hi{background:var(--wtb-purple-tint);color:var(--wtb-purple)}.where-to-buy-hero__dd-opt[aria-selected=true]{color:var(--wtb-ink);font-weight:400}.where-to-buy-hero__dd-opt[aria-selected=true]:after{content:"\2713";color:var(--wtb-red);font-size:12px}.where-to-buy-hero__dd-opt .cnt{font-size:11px;color:var(--wtb-ink-faint);font-variant-numeric:tabular-nums}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-where-to-buy-hero.css.map */
