.brand-hero{position:relative;background-color:#000}.brand-hero__breadcrumbs{padding:12px 20px;font-size:.8125rem;color:#ffffff73;font-family:var(--base-font-family)}.brand-hero .brand-hero__breadcrumbs{position:relative;z-index:2}.brand-hero--full .brand-hero__breadcrumbs{position:absolute;top:calc(var(--header-height, 60px) + 8px);left:0;bottom:auto}@media(min-width:1041px){.brand-hero .brand-hero__breadcrumbs{position:absolute;bottom:12px;left:0}.brand-hero--full .brand-hero__breadcrumbs{top:auto}}.brand-hero__breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0}.brand-hero__breadcrumbs-list li{display:flex;align-items:center}.brand-hero__breadcrumbs a{color:#ffffff73;text-decoration:none;transition:color .2s ease}.brand-hero__breadcrumbs a:hover{color:#fffc}.brand-hero__breadcrumbs a[aria-current=page]{color:#fff9}.brand-hero__breadcrumbs-sep{display:inline-block;margin:0 6px;opacity:.5}.brand-hero--full{margin-top:calc(-1 * var(--header-height, 0px));min-height:70vh;display:flex;flex-direction:column;justify-content:center}.brand-hero--full .brand-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.brand-hero--full .brand-hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.brand-hero--full .brand-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.brand-hero--full .brand-hero__header,.brand-hero--full .brand-hero__desc-wrap,.brand-hero--full .brand-hero__divider{position:relative;z-index:1}.brand-hero--full .brand-hero__header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px 0}.brand-hero--full .brand-hero__logo{max-width:160px;max-height:90px;width:auto;height:auto;filter:brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0,0,0,.4));opacity:0;transform:translateY(10px);animation:brandFadeIn .5s ease .1s forwards}.brand-hero--full .brand-hero__title{font-family:var(--heading-font-family);font-size:2.5rem;font-weight:800;color:#fff;line-height:.95;letter-spacing:-.03em;margin:0;text-shadow:0 2px 16px rgba(0,0,0,.4);opacity:0;transform:translateY(10px);animation:brandFadeIn .5s ease .2s forwards}.brand-hero--standard .brand-hero__header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px 0}.brand-hero--standard .brand-hero__logo{max-width:160px;max-height:90px;width:auto;height:auto;filter:brightness(0) invert(1);opacity:0;transform:translateY(10px);animation:brandFadeIn .5s ease .1s forwards}.brand-hero--standard .brand-hero__title{font-family:var(--heading-font-family);font-size:2.5rem;font-weight:800;color:#fff;line-height:.95;letter-spacing:-.03em;margin:0;opacity:0;transform:translateY(10px);animation:brandFadeIn .5s ease .2s forwards}.brand-hero--minimal .brand-hero__header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:56px 20px 0}.brand-hero--minimal .brand-hero__title{font-family:var(--heading-font-family);font-size:3rem;font-weight:800;color:#fff;line-height:.95;letter-spacing:-.03em;margin:0;opacity:0;transform:translateY(10px);animation:brandFadeIn .5s ease .1s forwards}.brand-hero__desc-wrap{max-width:640px;margin:0 auto;padding:24px 20px 48px;text-align:center}.brand-hero__description{font-family:var(--base-font-family);font-size:1.1rem;line-height:1.7;color:#ffffffb3;margin:0 0 24px}.brand-hero__description a{color:#ffffffd9;text-decoration:underline;text-underline-offset:2px}.brand-hero__description a:hover{color:#fff}.brand-hero__categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:32px}.brand-hero__category-link{display:inline-block;padding:8px 20px;font-family:var(--base-font-family);font-size:.75rem;font-weight:600;color:#fff;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;background:#ffffff14;border:none;border-radius:4px;transition:all .2s ease;white-space:nowrap}.brand-hero__category-link:hover{background:#ffffff2e;color:#fff}.brand-hero__category-link--overflow{display:none}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow{display:inline-block;opacity:0;animation:chipReveal .25s ease forwards}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow:nth-child(n+7){animation-delay:.03s}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow:nth-child(n+9){animation-delay:.06s}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow:nth-child(n+11){animation-delay:.09s}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow:nth-child(n+13){animation-delay:.12s}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow:nth-child(n+15){animation-delay:.15s}@keyframes chipReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.brand-hero__category-toggle{display:inline-block;padding:8px 20px;font-family:var(--base-font-family);font-size:.75rem;font-weight:600;color:#ffffff80;letter-spacing:.06em;text-transform:none;background:none;border:1px dashed rgba(255,255,255,.15);border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.brand-hero__category-toggle:hover{color:#fffc;border-color:#ffffff4d}.brand-hero__shop-cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--base-font-family);font-size:.8125rem;font-weight:600;color:#fff;text-decoration:none;padding:10px 24px;border:1.5px solid rgba(255,255,255,.35);border-radius:999px;transition:all .25s ease;letter-spacing:.01em}.brand-hero__shop-cta:hover{border-color:#fff;background:#fff;color:#18181b}.brand-hero__shop-cta svg{width:14px;height:14px;transition:transform .25s ease}.brand-hero__shop-cta:hover svg{transform:translateY(2px)}.brand-hero__divider{border:none;border-bottom:none;margin:0}.brand-content{background:#fff;border-top:none}.brand-content__inner{max-width:1100px;margin:0 auto;padding:56px 20px 64px;display:flex;flex-direction:column;gap:56px}.brand-content__heading{font-family:var(--heading-font-family);font-size:1.375rem;font-weight:800;color:#18181b;letter-spacing:-.02em;margin:0 0 20px;line-height:1.2}.brand-content__story{max-width:65ch}.brand-content__body{font-family:var(--base-font-family);font-size:.9375rem;line-height:1.8;color:#3f3f46}.brand-content__body p{margin:0 0 16px}.brand-content__body p:last-child{margin-bottom:0}.brand-content__body strong{color:#18181b;font-weight:600}.brand-content__faq{padding-top:8px;max-width:500px}.brand-content__faq-list{border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7}.brand-content__faq-list details-disclosure{display:block;margin:0;padding:0}.brand-content__faq-list details-disclosure+details-disclosure{border-top:1px solid #e4e4e7}.brand-faq__item{border:none;margin:0}summary.brand-faq__question{display:flex;align-items:flex-start;gap:12px;width:100%;padding:18px 0;font-family:var(--base-font-family);font-size:.9375rem;font-weight:600;color:#18181b;line-height:1.4;cursor:pointer;list-style:none;background:none;border:none;text-align:left}summary.brand-faq__question::-webkit-details-marker{display:none}summary.brand-faq__question:before,summary.brand-faq__question:after{display:none!important}.brand-faq__question-text{flex:1}.brand-faq__toggle{position:relative;flex-shrink:0;width:14px;height:14px;margin-top:3px}.brand-faq__toggle:before,.brand-faq__toggle:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;background-color:#a1a1aa;transition:.3s ease;transition-property:transform,opacity}.brand-faq__toggle:before{transform:translate(-50%,-50%) rotate(-90deg)}.brand-faq__toggle:after{transform:translate(-50%,-50%)}.brand-faq__item[open]:not(.is-closing) .brand-faq__toggle:before{transform:translate(-50%,-50%) rotate(0);opacity:0}.brand-faq__item[open]:not(.is-closing) .brand-faq__toggle:after{transform:translate(-50%,-50%) rotate(180deg)}.brand-faq__answer-wrap{overflow:hidden;transition:height .3s ease}.brand-faq__answer{padding:0 28px 20px 0;font-family:var(--base-font-family);font-size:.9375rem;line-height:1.75;color:#52525b}.js .brand-faq__answer{transform:translateY(-5px);transition:.3s ease-out;transition-property:transform,opacity;opacity:0}.js .brand-faq__item[open]:not(.is-closing) .brand-faq__answer{transform:translateY(0);opacity:1}.brand-related{background:#fff;border-top:1px solid #f4f4f5;padding:48px 20px 56px}.brand-related__heading{font-family:var(--base-font-family);font-size:.6875rem;font-weight:600;color:#a1a1aa;letter-spacing:.08em;text-transform:uppercase;margin:0 0 24px;text-align:center}.brand-related__row{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 20px;max-width:800px;margin:0 auto}.brand-related__item{flex:0 0 calc(33.333% - 14px)}.brand-related__item{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .25s ease;opacity:.25;padding:8px 12px}.brand-related__item:hover{opacity:.55}.brand-related__item img{width:100%;height:56px;object-fit:contain;filter:brightness(0)}.brand-content__inner[data-brand-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.brand-content__inner[data-brand-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes brandFadeIn{to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.brand-hero--full .brand-hero__breadcrumbs{display:none}.brand-hero--full{padding-top:var(--header-height, 60px)}.brand-hero__categories:has(.brand-hero__category-toggle) .brand-hero__category-link:nth-child(4):not(.brand-hero__category-link--overflow){display:none}.brand-hero__categories.is-expanded .brand-hero__category-link:nth-child(4):not(.brand-hero__category-link--overflow){display:inline-block}.brand-hero__shop-cta{display:none}}@media(min-width:768px){.brand-hero--standard .brand-hero__header{padding:56px 40px 0}.brand-hero--standard .brand-hero__logo{max-width:180px;max-height:100px}.brand-hero--standard .brand-hero__title{font-size:3rem}.brand-hero--minimal .brand-hero__header{padding:64px 40px 0}.brand-hero--minimal .brand-hero__title{font-size:3.5rem}.brand-hero--full .brand-hero__header{padding:56px 40px 0}.brand-hero--full .brand-hero__logo{max-width:180px;max-height:100px}.brand-hero--full .brand-hero__title{font-size:3rem}.brand-hero__desc-wrap{padding:24px 40px 52px}.brand-content__inner{padding:64px 40px 72px}.brand-related__item{flex:0 0 calc(25% - 24px)}.brand-related__row{gap:28px 32px}.brand-related__item img{height:60px}}@media(min-width:1041px){.brand-hero--full .brand-hero__header{padding:64px 0 0}.brand-hero--full .brand-hero__logo{max-width:220px;max-height:110px}.brand-hero--full .brand-hero__title{font-size:3.5rem}.brand-hero--standard .brand-hero__header{padding:64px 0 0}.brand-hero--standard .brand-hero__logo{max-width:220px;max-height:110px}.brand-hero--standard .brand-hero__title{font-size:3.5rem}.brand-hero--minimal .brand-hero__header{padding:72px 0 0}.brand-hero--minimal .brand-hero__title{font-size:4rem}.brand-hero__breadcrumbs{padding:12px 60px}.brand-hero__desc-wrap{padding:24px 0 56px}.brand-hero__description{font-size:1.1rem}.brand-content__inner{padding:72px 0 88px;flex-direction:row;gap:80px;align-items:flex-start}.brand-content__story{flex:3}.brand-content__faq{flex:2;padding-top:0}.brand-content__heading{font-size:1.5rem}.brand-related__item{flex:0 0 calc(16.666% - 34px)}.brand-related__row{gap:32px 40px}.brand-related__item img{height:64px}}@media(prefers-reduced-motion:reduce){.brand-hero--full .brand-hero__logo,.brand-hero--full .brand-hero__title,.brand-hero--standard .brand-hero__logo,.brand-hero--standard .brand-hero__title,.brand-hero--minimal .brand-hero__title{animation:none;opacity:1;transform:none}.brand-content__inner[data-brand-reveal]{opacity:1;transform:none;transition:none}.brand-faq__answer-wrap{transition:none}.js .brand-faq__answer{transition:none;transform:none;opacity:1}.brand-hero__categories.is-expanded .brand-hero__category-link--overflow{animation:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/103/assets/brand-collection.css.map */
