.bc-hero--editorial{--bc-ink: #1C2B27;--bc-accent: #0F6E56;--bc-accent-hover: #0B5A46;--bc-accent-soft: #E1F5EE;--bc-surface: #F4F7F5;--bc-line: #E2E8E5;--bc-muted: #5B6B66;font-family:var(--font-primary--family);color:var(--bc-ink);padding-block-start:var(--bc-hero-pt, 1rem);padding-block-end:var(--bc-hero-pb, 1rem)}.bc-hero--editorial .bc-hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2.5rem);align-items:center}@media(min-width:768px){.bc-hero--editorial .bc-hero__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.bc-hero--editorial .bc-hero__grid{grid-template-columns:5fr 6fr}}.bc-hero--editorial .bc-hero__intro>*{opacity:0;transform:translateY(10px);animation:bc-hero-rise .7s cubic-bezier(.22,1,.36,1) forwards}.bc-hero--editorial .bc-hero__intro>*:nth-child(1){animation-delay:.05s}.bc-hero--editorial .bc-hero__intro>*:nth-child(2){animation-delay:.13s}.bc-hero--editorial .bc-hero__intro>*:nth-child(3){animation-delay:.21s}.bc-hero--editorial .bc-hero__intro>*:nth-child(4){animation-delay:.29s}@keyframes bc-hero-rise{to{opacity:1;transform:none}}.bc-hero--editorial .bc-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--bc-accent-soft);color:var(--bc-accent-hover);font-size:.8rem;font-weight:500;padding:.4rem .85rem;border-radius:999px}.bc-hero--editorial .bc-hero__eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--bc-accent)}.bc-hero--editorial .bc-hero__title{font-size:clamp(2rem,4.4vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin-block:1rem .9rem;max-width:18ch;text-wrap:balance}.bc-hero--editorial .bc-hero__subtitle{font-size:1.06rem;color:var(--bc-muted);max-width:46ch;line-height:1.55}.bc-hero--editorial .bc-hero__actions{display:flex;gap:.75rem;margin-block-start:1.6rem;flex-wrap:wrap}.bc-hero--editorial .bc-hero__cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:.95rem;padding:.85rem 1.4rem;border-radius:10px;text-decoration:none;transition:background .18s,border-color .18s}.bc-hero--editorial .bc-hero__cta--primary{background:var(--bc-accent);color:#fff}.bc-hero--editorial .bc-hero__cta--primary:hover{background:var(--bc-accent-hover)}.bc-hero--editorial .bc-hero__cta--secondary{border:1px solid var(--bc-line);color:var(--bc-ink)}.bc-hero--editorial .bc-hero__cta--secondary:hover{border-color:var(--bc-ink)}.bc-hero--editorial .bc-hero__banner{position:relative;border-radius:16px;overflow:hidden;background:var(--bc-surface);border:1px solid var(--bc-line);isolation:isolate;line-height:0}.bc-hero--editorial .bc-hero__slider{outline:none}.bc-hero--editorial .bc-hero__slider:focus-visible{outline:2px solid var(--bc-ink);outline-offset:-2px;border-radius:16px}.bc-hero--editorial .bc-hero__track{display:flex;transition:transform .5s ease;will-change:transform}.bc-hero--editorial .bc-hero__slide{flex:0 0 100%;margin:0;position:relative}.bc-hero--editorial .bc-hero__slide-img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:1090 / 720}.bc-hero--editorial .bc-hero__arrows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding-inline:.75rem;pointer-events:none;z-index:2}.bc-hero--editorial .bc-hero__arrow{pointer-events:auto;width:2.75rem;height:2.75rem;border-radius:999px;border:none;background:#ffffffe6;color:var(--bc-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.bc-hero--editorial .bc-hero__arrow:hover{background:#fff}.bc-hero--editorial .bc-hero__dots{position:absolute;inset-block-end:.75rem;inset-inline-start:50%;transform:translate(-50%);display:flex;gap:.375rem;z-index:2}.bc-hero--editorial .bc-hero__dot{width:.5rem;height:.5rem;border-radius:999px;border:none;padding:0;cursor:pointer;background:#ffffff8c}.bc-hero--editorial .bc-hero__dot[aria-current=true]{background:#fff;width:1.25rem;border-radius:6px}.bc-hero--editorial .bc-hero__toggle{position:absolute;inset-block-end:.75rem;inset-inline-end:.75rem;z-index:3;width:2.75rem;height:2.75rem;border:none;border-radius:999px;background:#ffffffe6;color:var(--bc-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.bc-hero--editorial .bc-hero__toggle:hover{background:#fff}.bc-hero--editorial .bc-hero__trust{list-style:none;margin-block-start:clamp(1.25rem,3vw,2rem);padding:0;background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.bc-hero--editorial .bc-hero__trust-item{padding-block:1.05rem;padding-inline:1.2rem;border-inline-start:1px solid var(--bc-line);border-block-start:1px solid var(--bc-line)}.bc-hero--editorial .bc-hero__trust-link{display:flex;align-items:center;gap:.7rem;height:100%;text-decoration:none;color:inherit}.bc-hero--editorial .bc-hero__trust-item:nth-child(1),.bc-hero--editorial .bc-hero__trust-item:nth-child(2){border-block-start:none}.bc-hero--editorial .bc-hero__trust-item:nth-child(odd){border-inline-start:none}.bc-hero--editorial .bc-hero__trust-ic{width:34px;height:34px;border-radius:9px;background:#fff;border:1px solid var(--bc-line);display:flex;align-items:center;justify-content:center;color:var(--bc-accent);flex-shrink:0}.bc-hero--editorial .bc-hero__trust-text{display:flex;flex-direction:column;min-width:0}.bc-hero--editorial .bc-hero__trust-t{font-size:.9rem;font-weight:500;line-height:1.2}.bc-hero--editorial .bc-hero__trust-s{font-size:.74rem;color:var(--bc-muted)}@media(min-width:768px){.bc-hero--editorial .bc-hero__trust{grid-template-columns:repeat(4,1fr)}.bc-hero--editorial .bc-hero__trust-item{border-block-start:none;border-inline-start:1px solid var(--bc-line)}.bc-hero--editorial .bc-hero__trust-item:nth-child(odd){border-inline-start:1px solid var(--bc-line)}.bc-hero--editorial .bc-hero__trust-item:first-child{border-inline-start:none}}.bc-hero--editorial .bc-hero__quicklinks{margin-block-start:clamp(1.25rem,3vw,2rem);display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.bc-hero--editorial .bc-hero__quicklinks>*:nth-child(3){grid-column:1 / -1}@media(min-width:768px){.bc-hero--editorial .bc-hero__quicklinks{grid-template-columns:repeat(3,1fr)}.bc-hero--editorial .bc-hero__quicklinks>*:nth-child(3){grid-column:auto}}.bc-hero--editorial .bc-hero__box{border:1px solid var(--bc-line);border-radius:14px;overflow:hidden;background:#fff;transition:border-color .2s,transform .2s;text-decoration:none;color:inherit;display:block}.bc-hero--editorial .bc-hero__box:hover{border-color:var(--bc-accent);transform:translateY(-2px)}.bc-hero--editorial .bc-hero__box-figure{margin:0;background:var(--bc-surface);overflow:hidden}.bc-hero--editorial .bc-hero__box-img{width:100%;height:auto;display:block;transition:transform .5s ease}.bc-hero--editorial .bc-hero__box:hover .bc-hero__box-img{transform:scale(1.04)}.bc-hero--editorial .bc-hero__box-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem}.bc-hero--editorial .bc-hero__box-label{font-weight:500;font-size:.98rem}.bc-hero--editorial .bc-hero__box-go{color:var(--bc-accent);display:flex;line-height:0}@media(prefers-reduced-motion:reduce){.bc-hero--editorial .bc-hero__intro>*{animation:none;opacity:1;transform:none}.bc-hero--editorial .bc-hero__track,.bc-hero--editorial .bc-hero__box-img,.bc-hero--editorial .bc-hero__cta{transition:none}.bc-hero--editorial .bc-hero__box:hover .bc-hero__box-img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/bc-hero-editorial.css.map */
