:root{--shell-paper: #F7F4EE;--shell-ink: #171412;--shell-graphite: #5B564E;--shell-line: #E4DFD3;--shell-white: #FFFFFF;--brand-flowstack: #5B6CFF;--brand-creatorflow: #FF3D71;--brand-afrika: #D46A34;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 100px;--font-display: "Poppins", "Space Grotesk", sans-serif;--font-body: "Inter", "Liberation Sans", sans-serif;--font-mono: "DejaVu Sans Mono", "JetBrains Mono", monospace;--container-max: 1240px;--header-height: 76px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--shell-paper);color:var(--shell-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 32px}@media(max-width:640px){.container{padding:0 20px}}.site-header{position:sticky;top:0;z-index:100;background:#f7f4eeeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--shell-line);height:var(--header-height);display:flex;align-items:center}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__logo{font-family:var(--font-display);font-weight:800;font-size:20px;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.site-header__logo .mark{width:10px;height:10px;border-radius:3px;background:linear-gradient(135deg,var(--brand-flowstack),var(--brand-creatorflow),var(--brand-afrika))}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{font-size:15px;font-weight:600;padding:10px 16px;border-radius:var(--radius-pill);color:var(--shell-graphite);transition:background .15s ease,color .15s ease}.site-nav a:hover,.site-nav a[aria-current=true]{background:var(--shell-white);color:var(--shell-ink)}.site-header__actions{display:flex;align-items:center;gap:14px}.lang-switch{font-family:var(--font-mono);font-size:13px;font-weight:700;display:flex;gap:2px;background:var(--shell-white);border-radius:var(--radius-pill);padding:4px;border:1px solid var(--shell-line)}.lang-switch a{padding:6px 12px;border-radius:var(--radius-pill);color:var(--shell-graphite)}.lang-switch a[aria-current=true]{background:var(--shell-ink);color:var(--shell-white)}.cart-link{position:relative;width:40px;height:40px;border-radius:50%;background:var(--shell-white);border:1px solid var(--shell-line);display:flex;align-items:center;justify-content:center}.cart-link .count{position:absolute;top:-4px;right:-4px;background:var(--shell-ink);color:var(--shell-white);font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-footer{background:var(--shell-ink);color:var(--shell-paper);padding:72px 0 32px;margin-top:120px}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(247,244,238,.12)}@media(max-width:780px){.site-footer__grid{grid-template-columns:1fr 1fr}}.site-footer__brand{font-family:var(--font-display);font-weight:800;font-size:22px;margin-bottom:12px}.site-footer__tagline{color:#f7f4ee99;font-size:14px;line-height:1.6;max-width:260px}.site-footer__col h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#f7f4ee80;margin:0 0 16px}.site-footer__col a{display:block;font-size:14px;color:#f7f4eed9;padding:6px 0}.site-footer__col a:hover{color:var(--shell-white)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-family:var(--font-mono);font-size:12px;color:#f7f4ee66}@media(max-width:640px){.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-weight:700;font-size:15px;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px);opacity:.92}.btn--dark{background:var(--shell-ink);color:var(--shell-white)}.btn--outline{background:transparent;color:var(--shell-ink);border:1.5px solid var(--shell-ink)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--brand-flowstack);outline-offset:2px}.hero{padding:88px 0 100px}.hero__intro{max-width:720px;margin-bottom:56px}.hero__eyebrow{color:var(--shell-graphite);display:block;margin-bottom:20px}.hero__title{font-family:var(--font-display);font-weight:800;font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.02em;margin:0 0 20px}.hero__sub{font-size:18px;line-height:1.6;color:var(--shell-graphite);margin:0}.hero__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.hero__grid{grid-template-columns:1fr}}.hero-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:340px;display:flex;align-items:flex-end;padding:36px;transition:transform .25s ease}.hero-card:hover{transform:translateY(-4px)}.hero-card__content{position:relative;z-index:2;color:#fff}.hero-card__eyebrow{display:block;font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.1em;opacity:.75;margin-bottom:10px}.hero-card__title{font-family:var(--font-display);font-weight:800;font-size:30px;margin:0 0 10px}.hero-card__desc{font-size:15px;line-height:1.5;opacity:.85;margin:0 0 18px;max-width:240px}.hero-card__cta{font-weight:700;font-size:14px}.hero-card__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-size:32px 32px}.hero-card--flowstack{background:linear-gradient(160deg,#0e1116,#1a2130)}.hero-card--flowstack .hero-card__pattern{background-image:linear-gradient(rgba(0,217,163,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,163,.12) 1px,transparent 1px)}.hero-card--creatorflow{background:linear-gradient(160deg,#14121a,#2b1b3d)}.hero-card--creatorflow .hero-card__pattern{background-image:radial-gradient(circle,rgba(255,61,113,.18) 1.5px,transparent 1.5px)}.hero-card--afrika{background:linear-gradient(160deg,#1c1410,#2e2013)}.hero-card--afrika .hero-card__pattern{background-image:linear-gradient(45deg,rgba(232,184,75,.1) 25%,transparent 25%,transparent 75%,rgba(232,184,75,.1) 75%);background-size:24px 24px}.trust-strip{border-top:1px solid var(--shell-line);border-bottom:1px solid var(--shell-line);padding:28px 0}.trust-strip__inner{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-strip__item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--shell-graphite)}.trust-strip__icon{font-size:18px}.collection-header{padding:56px 0 32px;border-bottom:1px solid var(--shell-line)}.collection-header__eyebrow{color:var(--shell-graphite);display:block;margin-bottom:14px}.collection-header__title{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,4vw,42px);margin:0 0 12px;letter-spacing:-.01em}.collection-header__desc{font-size:16px;color:var(--shell-graphite);max-width:620px;line-height:1.6;margin:0 0 28px}.collection-filters{display:flex;gap:10px}.filter-chip{font-family:var(--font-mono);font-size:13px;font-weight:700;padding:9px 18px;border-radius:var(--radius-pill);border:1px solid var(--shell-line);background:var(--shell-white);color:var(--shell-graphite);cursor:pointer;transition:all .15s ease}.filter-chip.is-active{background:var(--shell-ink);color:var(--shell-white);border-color:var(--shell-ink)}.collection-grid-wrap{padding:48px 0 100px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:980px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:18px}}.collection-empty{text-align:center;color:var(--shell-graphite);padding:60px 0}.product-card{display:block}.product-card__cover{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:5 / 7.08;background:var(--shell-line);margin-bottom:14px;transition:transform .2s ease}.product-card:hover .product-card__cover{transform:translateY(-3px)}.product-card__cover img{width:100%;height:100%;object-fit:cover}.product-card__cover--placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--shell-line),var(--shell-paper))}.product-card__lang{position:absolute;top:10px;right:10px;background:#171412bf;color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:700;padding:4px 9px;border-radius:var(--radius-pill)}.product-card__title{font-size:15px;font-weight:700;line-height:1.35;margin:0 0 8px;color:var(--shell-ink)}.product-card__meta{display:flex;align-items:center;justify-content:space-between}.price__current{font-weight:700;font-size:15px}.price__current--sale{color:var(--brand-creatorflow)}.price__compare{text-decoration:line-through;color:var(--shell-graphite);font-size:13px;margin-right:8px}.product-card__badge{font-family:var(--font-mono);font-size:10px;font-weight:700;text-transform:uppercase;background:var(--brand-afrika);color:#fff;padding:3px 8px;border-radius:var(--radius-pill)}.product-page{padding:56px 0 100px}.product-page__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}@media(max-width:860px){.product-page__grid{grid-template-columns:1fr;gap:32px}}.product-media{position:relative;position:sticky;top:calc(var(--header-height) + 24px)}@media(max-width:860px){.product-media{position:static}}.product-media__cover{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px -20px #17141240}.product-media__cover img{width:100%;height:auto}.product-media__lang{position:absolute;top:18px;right:18px;background:#171412cc;color:#fff;font-family:var(--font-mono);font-size:12px;font-weight:700;padding:6px 12px;border-radius:var(--radius-pill)}.product-info__collection{color:var(--shell-graphite);display:block;margin-bottom:16px}.product-info__title{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.12;margin:0 0 10px;letter-spacing:-.01em}.product-info__subtitle{font-size:18px;color:var(--shell-graphite);margin:0 0 24px;line-height:1.5}.product-info__price{margin-bottom:8px}.product-info__price .price__current{font-size:28px}.product-info__delivery{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--shell-graphite);margin-bottom:24px}.product-info__buy{width:100%;padding:18px 28px;font-size:16px;margin-bottom:32px}.product-info__buy:disabled{opacity:.5;cursor:not-allowed}.product-info__description{font-size:15px;line-height:1.7;color:var(--shell-ink);padding-top:28px;border-top:1px solid var(--shell-line);margin-bottom:28px}.product-info__description p{margin:0 0 14px}.product-info__trust{display:flex;flex-direction:column;gap:10px;padding-top:24px;border-top:1px solid var(--shell-line)}.trust-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--shell-graphite)}.trust-row a{text-decoration:underline;color:var(--shell-ink)}.cross-sell{padding:60px 0 100px;border-top:1px solid var(--shell-line)}.cross-sell__title{font-family:var(--font-display);font-weight:800;font-size:22px;margin:0 0 28px}.cross-sell__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:720px){.cross-sell__grid{grid-template-columns:1fr 1fr}}.cart-page{padding:56px 0 100px}.cart-page__title{font-family:var(--font-display);font-weight:800;font-size:32px;margin:0 0 40px}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{color:var(--shell-graphite);margin-bottom:24px}.cart-page__grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}@media(max-width:780px){.cart-page__grid{grid-template-columns:1fr}}.cart-item{display:grid;grid-template-columns:70px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--shell-line)}.cart-item__thumb{border-radius:8px;object-fit:cover}.cart-item__info h3{font-size:15px;font-weight:700;margin:0 0 6px}.cart-item__lang{font-family:var(--font-mono);font-size:10px;font-weight:700;background:var(--shell-line);padding:2px 8px;border-radius:var(--radius-pill)}.cart-item__price{font-weight:700;font-size:14px;white-space:nowrap}.cart-item__remove{color:var(--shell-graphite);font-size:14px;padding:6px}.cart-summary{background:var(--shell-white);border:1px solid var(--shell-line);border-radius:var(--radius-md);padding:28px}.cart-summary__row--total{display:flex;justify-content:space-between;font-weight:800;font-size:20px;margin-bottom:16px}.cart-summary__note{font-size:13px;color:var(--shell-graphite);margin:0 0 20px}.cart-summary__checkout{width:100%}.cart-summary__discount{font-size:13px;color:var(--brand-flowstack);font-weight:700;margin:14px 0 0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme-core.css.map */
