:root{--blue-400: #60a5fa;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--blue-800: #1e40af;--blue-900: #1e3a8a;--blue-950: #0c1929;--color-primary: #3b82f6;--color-secondary: #60a5fa;--color-bg: #030712;--color-bg-card: #111827;--color-bg-dark: #0a0f1a;--color-border: rgba(59, 130, 246, .25);--color-text: #f8fafc;--color-text-muted: #94a3b8;--gradient-blue: linear-gradient(180deg, #1e40af 0%, #0c1929 100%);--gradient-glow: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59,130,246,.2), transparent);--font: "Space Grotesk", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-family:inherit;font-weight:600;font-size:.95rem;border-radius:6px;border:none;cursor:pointer;transition:all .2s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--blue-400)}.btn--outline{background:transparent;color:var(--blue-400);border:2px solid var(--blue-500)}.btn--outline:hover{background:#3b82f626}.btn--sm{padding:.5rem 1rem;font-size:.85rem}.header{position:sticky;top:0;z-index:100;background:#030712e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(59,130,246,.15)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:2rem}.header__logo{flex-shrink:0}.header__logo-text{font-family:var(--font-mono);font-weight:700;font-size:1.25rem;color:var(--blue-400);letter-spacing:.05em}.header__nav-list{display:flex;gap:2rem}.header__nav a{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.header__nav a:hover{color:var(--blue-400)}.header__actions{display:flex;align-items:center;gap:1rem}.header__currency{position:relative;display:flex;align-items:center}.header__currency-select-native{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.header__currency-trigger{display:flex;align-items:center;gap:.25rem;padding:.4rem .6rem;font-size:.8rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:var(--color-text);cursor:pointer;font-family:inherit}.header__currency-trigger:hover,.header__currency-trigger:focus{border-color:var(--blue-500);outline:none}.header__currency-trigger-icon{font-size:.65rem;opacity:.8}.header__currency-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:100%;background:var(--color-bg-dark, #030712);border:1px solid rgba(255,255,255,.15);border-radius:6px;box-shadow:0 8px 24px #0006;z-index:100;padding:4px 0}.header__currency-dropdown[hidden]{display:none!important}.header__currency-option{display:block;width:100%;padding:.5rem .75rem;font-size:.8rem;text-align:left;background:transparent;border:none;color:var(--color-text-muted, #9ca3af);cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.header__currency-option:hover{background:#ffffff14;color:var(--color-text, #f3f4f6)}.header__currency-option.is-selected{background:#3b82f640;color:var(--blue-400, #60a5fa)}.header__search{padding:.5rem 1rem;background:#ffffff0d;border-radius:6px;color:var(--color-text-muted);font-size:.875rem}.header__search:hover{background:#ffffff1a;color:#fff}.header__cart,.header__account{color:var(--color-text-muted);padding:.5rem;border-radius:6px;transition:all .2s}.header__cart:hover,.header__account:hover{color:var(--blue-400);background:#3b82f61a}.header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--blue-500);color:#fff;font-size:.65rem;font-weight:700;min-width:1.1rem;height:1.1rem;border-radius:999px;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}@media(max-width:768px){.header__nav{display:none}.header__menu-toggle{display:block}.header__nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-bg-dark);padding:1rem;border-bottom:1px solid rgba(59,130,246,.2)}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding:6rem 2rem 4rem;background:var(--gradient-glow),var(--color-bg);overflow:hidden}.hero:before{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,var(--blue-950),transparent);opacity:.6;pointer-events:none}.hero__content{position:relative;z-index:1}.hero__badge{display:inline-block;padding:.35rem .85rem;background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--blue-300, #93c5fd);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero__title{font-family:var(--font-mono);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff 0%,var(--blue-300, #93c5fd) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.hero__tagline{font-size:1.25rem;color:var(--color-text-muted);max-width:540px;margin:0 auto 1rem}.hero__desc{color:var(--color-text-muted);max-width:540px;margin:0 auto 2rem}.hero__cta{margin-top:1rem}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(59,130,246,.2)}.hero__stat{text-align:center}.hero__stat-num{font-family:var(--font-mono);font-size:1.75rem;font-weight:700;color:var(--blue-400)}.hero__stat-label{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.hero__visual{display:none}.featured-products{padding:5rem 0;background:var(--color-bg-dark)}.featured-products__header{text-align:center;margin-bottom:3rem}.featured-products__title{font-size:2rem;font-weight:700;margin:0 0 .5rem}.featured-products__subtitle{color:var(--color-text-muted);margin:0}.featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1rem}.featured-products__grid .product-card:first-child{grid-column:span 2;grid-row:span 2;flex-direction:row}.featured-products__grid .product-card:first-child .product-card__link{display:flex;flex-direction:row;height:100%;min-height:280px}.featured-products__grid .product-card:first-child .product-card__image{width:55%;aspect-ratio:auto;min-height:280px}.featured-products__grid .product-card:first-child .product-card__body{width:45%;padding:2rem;display:flex;flex-direction:column;justify-content:center}.product-card{background:var(--color-bg-card);border:1px solid rgba(59,130,246,.15);border-radius:12px;overflow:hidden;transition:all .3s}.product-card:hover{border-color:var(--blue-500);transform:translateY(-2px);box-shadow:0 20px 40px -15px #0006}.product-card__link{display:flex;flex-direction:column;padding:0}.product-card__image{aspect-ratio:1;background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-950) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:2rem;color:var(--blue-500);opacity:.8}.featured-products__grid .product-card:first-child .product-card__placeholder{font-size:4rem}.product-card__body{padding:1.25rem}.product-card__title{font-size:1rem;font-weight:600;margin:0 0 .5rem}.product-card__price{color:var(--blue-400);font-weight:600;margin-bottom:.75rem}@media(max-width:900px){.featured-products__grid{grid-template-columns:1fr 1fr}.featured-products__grid .product-card:first-child{grid-column:span 2;grid-row:span 1}.featured-products__grid .product-card:first-child .product-card__link{flex-direction:column;min-height:auto}.featured-products__grid .product-card:first-child .product-card__image,.featured-products__grid .product-card:first-child .product-card__body{width:100%}}.services{padding:4rem 0;background:var(--color-bg);border-top:1px solid rgba(59,130,246,.1);border-bottom:1px solid rgba(59,130,246,.1)}.services__header{margin-bottom:2rem}.services__title{font-size:2rem;font-weight:700;margin:0}.services__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;text-align:center}.service-card{padding:1rem;text-align:center}.service-card__icon{font-size:2rem;margin-bottom:1rem}.service-card--image{display:flex;align-items:center;justify-content:center;min-height:150px;background:#3b82f61a;border-radius:12px;font-family:var(--font-mono);font-size:2rem;color:var(--blue-500)}.service-card__title{font-size:.95rem;font-weight:600;margin:0 0 .25rem}.service-card__desc{font-size:.8rem;color:var(--color-text-muted);margin:0}.services__cta{margin-top:2rem;text-align:center}@media(max-width:768px){.services__grid{grid-template-columns:1fr 1fr}}.sell-with-us{padding:5rem 0;background:var(--color-bg-dark)}.sell-with-us__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sell-with-us__subtitle{color:var(--blue-400);font-size:.875rem;font-weight:600;text-transform:uppercase;margin:0 0 .5rem}.sell-with-us__title{font-size:2rem;font-weight:700;margin:0 0 1rem}.sell-with-us__desc{color:var(--color-text-muted);margin:0 0 1.5rem}.sell-with-us__benefits{background:linear-gradient(180deg,var(--blue-900) 0%,var(--blue-950) 100%);border:1px solid rgba(59,130,246,.3);border-radius:16px;padding:2rem}.sell-with-us__benefits ul{margin:0;padding:0}.sell-with-us__benefits li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--color-text-muted)}.sell-with-us__benefits li:before{content:"\2192";position:absolute;left:0;color:var(--blue-400);font-weight:700}@media(max-width:768px){.sell-with-us__inner{grid-template-columns:1fr}}.about{padding:5rem 0;background:var(--color-bg)}.about__inner{max-width:700px;margin:0 auto}.about__bar{width:60px;height:4px;background:linear-gradient(90deg,var(--blue-500),var(--blue-400));border-radius:2px;margin-bottom:1.5rem}.about__subtitle{color:var(--blue-400);font-size:.875rem;font-weight:600;text-transform:uppercase;margin:0 0 .5rem}.about__title{font-size:2rem;font-weight:700;margin:0 0 1rem}.about__desc{color:var(--color-text-muted);margin:0 0 1rem;line-height:1.8}.about__features{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.about__feature{display:flex;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.9rem}.promo-banner{padding:3rem 0;background:linear-gradient(90deg,var(--blue-900) 0%,var(--blue-800) 50%,var(--blue-900) 100%);border-top:1px solid rgba(59,130,246,.3);border-bottom:1px solid rgba(59,130,246,.3);text-align:center}.promo-banner__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.promo-banner__title{font-size:1.5rem;margin:0 0 .5rem}.promo-banner__desc{color:#ffffffe6;margin:0 0 1.5rem;font-size:.95rem}.promo-banner__cta{background:#fff!important;color:#0c1929!important}.contact{padding:4rem 0;background:var(--color-bg-dark)}.contact__title{font-size:1.75rem;margin:0 0 2rem;text-align:center}.contact__grid{display:flex;justify-content:center}.contact__info{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact__link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:var(--color-bg-card);border:1px solid rgba(59,130,246,.2);border-radius:10px;color:var(--color-text);font-weight:500;transition:all .2s}.contact__link:hover{border-color:var(--blue-500);background:#3b82f61a}.footer{background:var(--color-bg);border-top:1px solid rgba(59,130,246,.1);padding:3rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer__logo{font-family:var(--font-mono);font-weight:700;font-size:1.1rem;color:var(--blue-400);display:block;margin-bottom:.5rem}.footer__slogan{color:var(--color-text-muted);font-size:.9rem;margin:0;max-width:320px}.footer__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-400);margin:0 0 1rem}.footer ul{margin:0;padding:0}.footer li{margin-bottom:.5rem}.footer a{color:var(--color-text-muted);font-size:.9rem}.footer a:hover{color:var(--blue-400)}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(59,130,246,.1);text-align:center}.footer__copyright{color:var(--color-text-muted);font-size:.8rem;margin:0}.collection-page{padding:2rem 0 4rem;background:var(--color-bg-dark)}.collection-page__sidebar-inner{background:linear-gradient(180deg,var(--blue-800) 0%,var(--blue-950) 100%);border-radius:12px;padding:1.5rem;position:sticky;top:100px}.collection-page__sidebar-title{font-size:1rem;margin:0 0 1rem;color:var(--blue-400)}.collection-page__categories a{color:#fffc}.collection-page__categories a:hover,.collection-page__categories a.is-active{color:#fff}.list-collections{padding:3rem 0 5rem;background:var(--color-bg-dark);min-height:50vh}.list-collections__title{font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center}.list-collections__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.list-collections__card{display:flex;flex-direction:column;background:var(--color-bg-card);border:1px solid rgba(59,130,246,.15);border-radius:12px;overflow:hidden;transition:all .2s;text-decoration:none;color:inherit}.list-collections__card:hover{border-color:var(--blue-500);transform:translateY(-4px);box-shadow:0 12px 24px -8px #0006}.list-collections__image{aspect-ratio:1;background:linear-gradient(135deg,var(--blue-800) 0%,var(--blue-950) 100%);overflow:hidden}.list-collections__image img{width:100%;height:100%;object-fit:cover}.list-collections__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:3rem;color:var(--blue-500)}.list-collections__body{padding:1.25rem}.list-collections__name{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.list-collections__count{font-size:.85rem;color:var(--color-text-muted)}.product-card__price--sale{color:var(--blue-400)}.product-card__price--compare{text-decoration:line-through;margin-left:.5rem}.product-page{padding:3rem 0 5rem;background:var(--color-bg-dark);min-height:100vh}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-page__gallery{position:sticky;top:100px}.product-page__image{border-radius:12px;width:100%;aspect-ratio:1;object-fit:cover}.product-page__placeholder{aspect-ratio:1;background:linear-gradient(135deg,var(--blue-800) 0%,var(--blue-950) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--blue-400);font-size:1.5rem}.product-page__thumbnails{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.product-page__thumb{padding:0;border:2px solid rgba(59,130,246,.2);border-radius:8px;overflow:hidden;background:none;cursor:pointer;transition:all .2s}.product-page__thumb:hover{border-color:#3b82f680}.product-page__thumb.is-active{border-color:var(--blue-500);box-shadow:0 0 0 1px var(--blue-500)}.product-page__thumb img{display:block;width:80px;height:80px;object-fit:cover}.product-page__title{font-size:1.75rem;margin:0 0 .5rem}.product-page__price{font-size:1.25rem;color:var(--blue-400);font-weight:600;margin-bottom:1rem}.product-page__desc{margin-bottom:1.5rem;color:var(--color-text-muted);line-height:1.8;overflow-wrap:break-word}.product-page__desc.rte h2,.product-page__desc.rte h3{font-size:1.1rem;margin:1.25rem 0 .5rem;color:var(--color-text)}.product-page__desc.rte p{margin:0 0 .75rem}.product-page__desc.rte ul,.product-page__desc.rte ol{margin:0 0 1rem;padding-left:1.5rem}.product-page__desc.rte li{margin-bottom:.5rem}.product-page__desc.rte strong{color:var(--color-text)}.product-page__form{display:flex;flex-direction:column;gap:1rem}.product-page__option,.product-page__quantity{display:flex;flex-direction:column;gap:.5rem}.product-page__variant-select,.product-page__quantity input{padding:.6rem 1rem;max-width:120px;background:var(--color-bg-card);border:1px solid rgba(59,130,246,.3);border-radius:6px;color:#fff}.product-page__add{align-self:flex-start}.product-page__price--sale{color:var(--blue-400)}@media(max-width:768px){.product-page__inner{grid-template-columns:1fr}.product-page__gallery{position:static}}.cart-page{padding:3rem 0 5rem;background:var(--color-bg-dark);min-height:50vh}.cart-page__title{font-size:2rem;font-weight:700;margin:0 0 2rem}.cart-page__form{display:flex;flex-direction:column;gap:2rem}.cart-page__items{display:flex;flex-direction:column;gap:1rem}.cart-page__item{display:grid;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.25rem;background:var(--color-bg-card);border:1px solid rgba(59,130,246,.15);border-radius:12px;transition:border-color .2s}.cart-page__item:hover{border-color:#3b82f64d}.cart-page__item-image{display:block;width:100px;height:100px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,var(--blue-800) 0%,var(--blue-950) 100%);flex-shrink:0}.cart-page__item-image img{width:100%;height:100%;object-fit:cover}.cart-page__item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:2rem;color:var(--blue-500)}.cart-page__item-details{display:flex;flex-direction:column;gap:.25rem}.cart-page__item-title{font-weight:600;font-size:1rem;color:#fff}.cart-page__item-title:hover{color:var(--blue-400)}.cart-page__item-variant{font-size:.85rem;color:var(--color-text-muted)}.cart-page__item-price{font-size:.9rem;color:var(--blue-400)}.cart-page__item-qty input{width:60px;padding:.5rem;text-align:center;background:var(--color-bg);border:1px solid rgba(59,130,246,.3);border-radius:6px;color:#fff;font-size:1rem}.cart-page__item-total{font-weight:600;font-size:1.1rem;color:var(--blue-400);min-width:5rem;text-align:right}.cart-page__item-remove{margin-left:.5rem}.cart-page__remove-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:transparent;cursor:pointer;color:var(--color-text-muted);font-size:1.25rem;line-height:1;transition:all .2s}.cart-page__remove-btn:hover{background:#ef444433;color:#ef4444}.cart-page__remove-form{display:none}.cart-page__footer{padding:1.5rem;background:var(--color-bg-card);border:1px solid rgba(59,130,246,.15);border-radius:12px;max-width:400px;margin-left:auto}.cart-page__footer-inner{display:flex;flex-direction:column;gap:1rem}.cart-page__total{font-size:1.25rem;margin:0}.cart-page__total strong{color:var(--blue-400)}.cart-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cart-page__actions .btn{flex:1;min-width:120px}.cart-page__actions .btn--primary{flex:2}.cart-page__empty{text-align:center;padding:3rem 2rem;background:var(--color-bg-card);border-radius:12px;border:1px dashed rgba(59,130,246,.3)}.cart-page__empty p{margin:0 0 1.5rem;color:var(--color-text-muted);font-size:1.1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:768px){.cart-page__item{grid-template-columns:80px 1fr;grid-template-areas:"img details" "img qty" "total remove";gap:1rem}.cart-page__item-image{width:80px;height:80px;grid-area:img}.cart-page__item-details{grid-area:details}.cart-page__item-qty{grid-area:qty}.cart-page__item-total{grid-area:total;text-align:left}.cart-page__item-remove{grid-area:remove;margin-left:0;justify-self:end}.cart-page__footer{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
