:root{--purple-700: #573393;--purple-900: #3D2368;--purple-100: #EDE7F6;--teal-500: #30B1B8;--teal-700: #1F7D82;--teal-300: #7FD3D7;--teal-100: #DFF3F4;--orange-500: #F15E3E;--orange-700: #C6431F;--orange-100: #FDE7E1;--red: #CB333B;--navy: #1E2B3C;--grey-50: #F6F6F7;--grey-100: #EDEDEF;--grey-200: #D8D8DD;--grey-400: #A9A9B3;--grey-600: #6B6B78;--fg-1: #1E2B3C;--fg-2: #4A4A57;--fg-3: #6B6B78;--font-display: Aleo, Georgia, serif;--font-body: Figtree, system-ui, -apple-system, sans-serif;--font-slab: "Roboto Slab", Georgia, serif;--ease: cubic-bezier(.2, .8, .2, 1);--shadow-sm: 0 1px 2px rgba(30, 43, 60, .08);--shadow-md: 0 4px 12px rgba(30, 43, 60, .1);--shadow-lg: 0 12px 32px rgba(30, 43, 60, .14);--wrap: 1280px;--gutter: 48px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--fg-2);background:#fff;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}img{height:auto}a{color:var(--purple-700);text-underline-offset:.2em}a:hover{color:var(--purple-900)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;color:var(--fg-1);margin:0;text-wrap:pretty}button{font-family:var(--font-body);cursor:pointer}:focus-visible{outline:2px solid var(--teal-500);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}.eyebrow{font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-3);margin:0}.skip-link{position:absolute;left:-9999px;background:#fff;color:var(--purple-700);padding:12px 20px;z-index:200;border-radius:0 0 8px}.skip-link:focus{left:0;top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;padding:15px 28px;border-radius:9999px;border:2px solid transparent;text-decoration:none;transition:background-color .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),transform .12s var(--ease)}.btn:active{transform:scale(.985)}.btn[disabled],.btn[aria-disabled=true]{opacity:.5;pointer-events:none}.btn--primary{background:var(--purple-700);color:#fff}.btn--primary:hover{background:var(--purple-900);color:#fff}.btn--cta{background:var(--orange-500);color:#fff}.btn--cta:hover{background:var(--orange-700);color:#fff}.btn--outline{background:#fff;color:var(--purple-700);border-color:var(--purple-700)}.btn--outline:hover{background:var(--purple-700);color:#fff}.btn--ghost-light{background:transparent;color:#fff;border-color:#fff9}.btn--ghost-light:hover{background:#fff;color:var(--purple-700);border-color:#fff}.btn--block{width:100%}.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:var(--shadow-sm)}.header__top{max-width:var(--wrap);margin:0 auto;padding:18px var(--gutter) 14px;display:flex;align-items:center;gap:32px}.header__logo{flex:none;display:block}.header__logo img{height:34px;width:auto}.header__logo-text{font-family:var(--font-body);font-weight:900;font-size:22px;color:var(--fg-1);text-decoration:none}.header__spacer{flex:1 1 auto}.header__actions{display:flex;align-items:center;gap:8px;flex:none}.header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;border-radius:9999px;color:var(--fg-2);text-decoration:none}.header__icon:hover{background:var(--grey-50);color:var(--purple-700)}.header__login{display:inline-flex;align-items:center;height:40px;padding:0 14px;border-radius:9999px;color:var(--fg-1);text-decoration:none;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.header__login:hover{background:var(--grey-50);color:var(--purple-700)}.header__cart{display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:0;background:var(--grey-50);border-radius:9999px;color:var(--fg-1);text-decoration:none;font-weight:700;font-size:13px}.header__cart:hover{background:var(--purple-100);color:var(--purple-700)}.header__nav-bar{border-top:1px solid var(--grey-100)}.header__nav{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center;flex-wrap:wrap;column-gap:26px;row-gap:0}.header__link{font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-1);text-decoration:none;padding:14px 0;border-bottom:2px solid transparent;white-space:nowrap}.header__link:hover,.header__link[aria-current=page]{color:var(--purple-700);border-bottom-color:var(--purple-700)}.header__link--accent{color:var(--purple-700)}.header__nav-spacer{flex:1 1 auto}.header__toggle{display:none}.footer{background:var(--navy);color:#fff}.footer__rule{height:6px;background:linear-gradient(90deg,var(--orange-500) 0%,var(--purple-700) 50%,var(--teal-500) 100%)}.footer__top{max-width:var(--wrap);margin:0 auto;padding:56px var(--gutter) 32px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.footer__brand{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer__brand img{height:32px;width:auto}.footer__tagline{font-family:var(--font-body);font-style:italic;font-size:18px;color:var(--teal-300);margin:0}.footer__blurb{font-size:13px;color:#ffffffb8;margin:0;max-width:38ch}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__heading{font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#fff9;margin:0}.footer__link{font-size:14px;color:#fff;text-decoration:none}.footer__link:hover{color:var(--teal-300)}.footer__bottom{max-width:var(--wrap);margin:0 auto;padding:20px var(--gutter) 40px;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer__fine{font-size:12px;color:#fff9;margin:0}.footer__fine a{color:#fff9}.footer__fine a:hover{color:var(--teal-300)}.hero{background:var(--purple-700);color:#fff;position:relative;overflow:hidden}.hero__grid{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:520px}.hero__body{padding:72px 0;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero__eyebrow{color:var(--teal-300)}.hero__title{font-size:52px;line-height:1.08;color:#fff}.hero__text{font-size:17px;line-height:1.6;color:#ffffffdb;margin:0;max-width:46ch}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:8px}.hero__media{position:relative;height:520px}.hero__media img,.hero__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__rule{height:6px;background:linear-gradient(90deg,var(--orange-500) 0%,var(--purple-700) 50%,var(--teal-500) 100%)}.trust{background:#fff;border-bottom:1px solid var(--grey-200)}.trust__grid{max-width:var(--wrap);margin:0 auto;padding:32px var(--gutter);display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.trust__item{display:flex;align-items:flex-start;gap:16px}.trust__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border-radius:9999px}.trust__title{font-family:var(--font-slab);font-weight:700;font-size:20px;line-height:1.2;color:var(--fg-1);margin:0}.trust__text{font-size:14px;color:var(--fg-2);margin:0}.section{padding:64px 0}.section--tint{background:var(--grey-50)}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.section__head-text{display:flex;flex-direction:column;gap:10px}.section__title{font-size:32px;line-height:1.15}.section__intro{font-size:16px;color:var(--fg-2);margin:0;max-width:60ch}.grid{display:grid;gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr);gap:20px}.card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card__media{position:relative;width:100%;aspect-ratio:4 / 5;background:#fff;flex:none}.card__media img,.card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:14px}.card__badge{position:absolute;top:12px;left:12px;z-index:1;font-weight:700;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:9999px;color:#fff}.card__badge--sale{background:var(--orange-500)}.card__badge--out{background:var(--grey-600)}.card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1 1 auto;border-top:1px solid var(--grey-100)}.card__title{font-family:var(--font-body);font-weight:700;font-size:14px;line-height:1.4;color:var(--fg-1);text-decoration:none;margin:0}.card__title:hover{color:var(--purple-700)}.card__foot{margin-top:auto;padding-top:10px;display:flex;flex-direction:column;gap:10px}.price{font-family:var(--font-slab);font-weight:700;font-size:18px;color:var(--fg-1)}.price__was{font-family:var(--font-body);font-weight:400;font-size:13px;color:var(--fg-3);text-decoration:line-through;margin-left:8px}.pillar{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:var(--shadow-md);overflow:hidden;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.pillar:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.pillar__rule{height:3px;flex:none}.pillar__media{position:relative;width:100%;height:200px;background:var(--grey-100);flex:none}.pillar__media img,.pillar__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pillar__body{padding:26px 24px 28px;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}.pillar__title{font-family:var(--font-body);font-weight:700;font-size:19px;line-height:1.3;color:var(--fg-1);margin:0}.pillar__text{font-size:14px;color:var(--fg-2);margin:0}.pillar__link{margin-top:auto;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--purple-700);text-decoration:none}.panels{display:grid;grid-template-columns:1fr 1fr;gap:24px}.panel{border-radius:8px;box-shadow:var(--shadow-md);padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.panel--light{background:#fff}.panel--dark{background:var(--navy);color:#fff}.panel__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px}.panel__title{font-size:26px;line-height:1.2}.panel--dark .panel__title{color:#fff}.panel__text{font-size:15px;color:var(--fg-2);margin:0;max-width:44ch}.panel--dark .panel__text{color:#ffffffd1}.panel__phone{font-family:var(--font-slab);font-weight:700;font-size:26px;color:#fff;text-decoration:none}.crumbs{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fg-3);flex-wrap:wrap}.crumbs a{color:var(--fg-3);text-decoration:none}.crumbs a:hover{color:var(--purple-700)}.crumbs strong{color:var(--fg-1);font-weight:600}.coll-head{background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.coll-head__inner{max-width:var(--wrap);margin:0 auto;padding:40px var(--gutter) 44px}.coll-head__title{font-size:40px;line-height:1.12}.coll-head__text{font-size:16px;color:var(--fg-2);margin:0;max-width:62ch}.toolbar{background:#fff;border-bottom:1px solid var(--grey-200)}.toolbar__inner{max-width:var(--wrap);margin:0 auto;padding:14px var(--gutter);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.toolbar__count{font-size:13px;color:var(--fg-3);margin-left:auto}.select{font-family:var(--font-body);font-weight:600;font-size:13px;color:var(--fg-1);padding:9px 16px;border-radius:9999px;border:1px solid var(--grey-200);background:#fff}.select:hover{border-color:var(--purple-700);color:var(--purple-700)}.pager{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:48px}.pager a,.pager span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border-radius:9999px;font-weight:600;font-size:13px;color:var(--fg-2);text-decoration:none}.pager a:hover{background:var(--grey-50)}.pager .is-current{background:var(--purple-700);color:#fff;font-weight:700}.product{max-width:var(--wrap);margin:0 auto;padding:32px var(--gutter) 64px}.product__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:start}.product__gallery{display:flex;flex-direction:column;gap:14px}.product__stage{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff;border:1px solid var(--grey-100);border-radius:8px;overflow:hidden}.product__stage img,.product__stage svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:32px}.product__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__thumb{width:72px;height:72px;border-radius:8px;border:1px solid var(--grey-200);background:#fff;padding:6px;overflow:hidden}.product__thumb img{width:100%;height:100%;object-fit:contain}.product__thumb[aria-current=true]{border-color:var(--purple-700);border-width:2px}.product__info{display:flex;flex-direction:column;gap:20px;padding-top:4px}.product__title{font-size:36px;line-height:1.15}.product__price{font-family:var(--font-slab);font-weight:700;font-size:32px;color:var(--fg-1)}.product__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:9999px}.tag--in{background:var(--teal-100);color:var(--teal-700)}.tag--out{background:var(--grey-100);color:var(--grey-600)}.rule{height:1px;background:var(--grey-200);border:0;margin:0}.field{display:flex;flex-direction:column;gap:10px}.field__label{font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-3)}.input,textarea.input,select.input{width:100%;font-family:var(--font-body);font-size:14px;color:var(--fg-1);padding:13px 16px;border:1px solid var(--grey-200);border-radius:8px;background:#fff}.input:focus-visible{border-color:var(--teal-500)}.variants{display:flex;flex-wrap:wrap;gap:10px}.variant{font-family:var(--font-body);font-weight:700;font-size:13px;padding:11px 20px;border-radius:9999px;border:1.5px solid var(--grey-200);background:#fff;color:var(--fg-1)}.variant:hover{border-color:var(--purple-700);color:var(--purple-700)}.variant[aria-checked=true]{background:var(--purple-700);border-color:var(--purple-700);color:#fff}.qty{display:inline-flex;align-items:center;border:1px solid var(--grey-200);border-radius:8px;overflow:hidden;width:max-content}.qty button{display:flex;align-items:center;justify-content:center;width:44px;height:48px;border:0;background:#fff;color:var(--fg-1)}.qty button:hover{background:var(--grey-50)}.qty input{width:56px;height:48px;text-align:center;border:0;font-family:var(--font-body);font-weight:700;font-size:15px;color:var(--fg-1);-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.note{display:flex;align-items:flex-start;gap:12px;background:var(--grey-50);border-radius:8px;padding:18px 20px}.note p{font-size:13px;color:var(--fg-2);margin:0}.note svg{flex:none;margin-top:2px;color:var(--purple-700)}.prose{font-size:14px;color:var(--fg-2)}.prose h2,.prose h3{font-size:18px;margin:20px 0 8px}.prose p{margin:0 0 12px}.prose ul,.prose ol{margin:0 0 12px;padding-left:20px}.prose img{border-radius:8px;margin:12px 0}.cart{max-width:var(--wrap);margin:0 auto;padding:48px var(--gutter) 64px}.cart__grid{display:grid;grid-template-columns:1.7fr 1fr;gap:48px;align-items:start}.cart__row-head{display:grid;grid-template-columns:1fr 140px 120px;gap:24px;padding-bottom:14px;border-bottom:1px solid var(--grey-200);font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-3)}.cart__row{display:grid;grid-template-columns:1fr 140px 120px;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--grey-200)}.cart__item{display:flex;align-items:center;gap:20px}.cart__thumb{position:relative;width:88px;height:110px;flex:none;background:#fff;border:1px solid var(--grey-100);border-radius:8px;overflow:hidden}.cart__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:8px}.cart__name{font-weight:700;font-size:15px;color:var(--fg-1);text-decoration:none}.cart__name:hover{color:var(--purple-700)}.cart__remove{font-size:12px;font-weight:600;color:var(--fg-3)}.cart__remove:hover{color:var(--red)}.cart__total{text-align:right;font-family:var(--font-slab);font-weight:700;font-size:17px;color:var(--fg-1)}.summary{display:flex;flex-direction:column;gap:20px;background:var(--grey-50);border-radius:8px;padding:32px;position:sticky;top:150px}.summary__title{font-size:22px}.summary__row{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--fg-2)}.summary__row strong{font-family:var(--font-slab);color:var(--fg-1)}.summary__total{display:flex;align-items:baseline;justify-content:space-between}.summary__total span{font-weight:700;font-size:15px;color:var(--fg-1)}.summary__total strong{font-family:var(--font-slab);font-weight:700;font-size:26px;color:var(--fg-1)}.empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:80px 0;text-align:center}.empty__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:9999px;background:var(--grey-50);color:var(--grey-400)}.empty h2{font-size:28px}.empty p{font-size:15px;color:var(--fg-2);margin:0;max-width:44ch}.page{max-width:var(--wrap);margin:0 auto;padding:48px var(--gutter) 64px}.page__head{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.page__title{font-size:44px;line-height:1.12}.page__split{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:start}.card-plain{background:var(--grey-50);border-radius:8px;padding:36px;display:flex;flex-direction:column;gap:20px}.card-raised{background:#fff;border-radius:8px;box-shadow:var(--shadow-md);padding:36px;display:flex;flex-direction:column;gap:20px}.checklist{display:flex;flex-direction:column;gap:16px}.checklist__item{display:flex;align-items:flex-start;gap:12px}.checklist__item svg{flex:none;margin-top:2px;color:var(--teal-500)}.checklist__item p{font-size:14px;color:var(--fg-2);margin:0}.toast{position:fixed;right:24px;bottom:24px;z-index:120;display:flex;align-items:center;gap:12px;background:var(--navy);color:#fff;padding:16px 20px;border-radius:8px;box-shadow:var(--shadow-lg);font-size:14px;font-weight:600;transform:translateY(16px);opacity:0;pointer-events:none;transition:opacity .2s var(--ease),transform .2s var(--ease)}.toast.is-open{transform:none;opacity:1;pointer-events:auto}.toast a{color:var(--teal-300);font-weight:700}@media(max-width:1320px){.header__nav{column-gap:18px}.header__link{font-size:11px;letter-spacing:.05em}}@media(max-width:1180px)and (min-width:901px){.header__nav{column-gap:14px;row-gap:2px;padding-bottom:8px}.header__nav-spacer{flex-basis:100%;height:0}}@media(max-width:900px){.header__toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;border-radius:9999px;color:var(--fg-1);order:-1}.header__nav-bar{display:none}.header__nav-bar.is-open{display:block}.header__nav{flex-direction:column;align-items:stretch;column-gap:0;padding-bottom:12px}.header__link{padding:12px 0;border-bottom:1px solid var(--grey-100);font-size:12px;letter-spacing:.08em}.header__link:hover,.header__link[aria-current=page]{border-bottom-color:var(--grey-100)}.header__nav-spacer,.header__login{display:none}}@media(max-width:1100px){.grid--5,.grid--4{grid-template-columns:repeat(3,1fr)}.product__grid{grid-template-columns:1fr;gap:40px}.cart__grid{grid-template-columns:1fr;gap:32px}.summary{position:static}.page__split{grid-template-columns:1fr;gap:40px}}@media(max-width:900px){:root{--gutter: 24px}.hero__grid{grid-template-columns:1fr;gap:0;min-height:0}.hero__body{padding:48px 0 40px}.hero__title{font-size:34px}.hero__media{height:280px}.trust__grid{grid-template-columns:1fr;gap:20px}.panels{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr;gap:32px}.section__head{flex-direction:column;align-items:flex-start}.grid--3{grid-template-columns:repeat(2,1fr)}.page__title{font-size:32px}.coll-head__title{font-size:30px}.product__title{font-size:28px}}@media(max-width:640px){.grid--5,.grid--4,.grid--3,.grid--2{grid-template-columns:repeat(2,1fr)}.cart__row,.cart__row-head{grid-template-columns:1fr;gap:12px}.cart__row-head{display:none}.cart__total{text-align:left}.footer__bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{.header,.footer,.toast{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
