:root{--bg:#06101c;--nav:#03080f;--panel:#fff;--text:#0b1420;--muted:#687789;--accent:#1187ff;--cyan:#00c2ff;--line:#dfe7ef;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.topbar{height:38px;background:#06213a;color:#f4f8fd;display:flex;justify-content:space-around;align-items:center;font-size:12px;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:30;background:#03080ff7;border-bottom:1px solid #17304a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{max-width:1420px;margin:auto;padding:8px 34px;display:flex;align-items:center;gap:30px}.brand{flex:0 0 auto}.brand img{width:260px;height:64px;object-fit:contain;display:block;mix-blend-mode:screen}.main-nav{display:flex;gap:27px;color:#dce7f3;font-size:14px;align-items:center;flex:1;justify-content:center}.main-nav a{padding:20px 0 11px;border-bottom:2px solid transparent;white-space:nowrap}.main-nav a:hover,.main-nav .active{color:#27a8ff;border-color:#1591ff}.header-actions{display:flex;align-items:center;gap:17px;color:#fff;font-size:24px}.search-form{height:38px;border:1px solid #4a6984;border-radius:22px;display:flex;align-items:center;overflow:hidden;background:#081320cc}.search-form input{width:145px;border:0;outline:0;background:transparent;color:#fff;padding:0 12px;font-size:11px}.search-form input::placeholder{color:#a7b8c9}.search-form button{border:0;background:transparent;color:#fff;font-size:22px;padding:0 11px;cursor:pointer}.header-actions a{position:relative}.cart-count{position:absolute;top:-7px;right:-9px;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:#1687ff;color:#fff;font-size:9px;display:grid;place-items:center;font-weight:800}.techora-hero{background:#020811;color:#fff;overflow:hidden;position:relative}.hero-inner{max-width:1420px;min-height:480px;margin:auto;padding:32px 34px 24px;display:grid;grid-template-columns:35% 65%;gap:28px;align-items:center;background-image:linear-gradient(90deg,#020811fa,#020811eb 29%,#0208114d 55%,#0208112e),url("{{ "techora-hero-bg.jpg" | asset_url }}");background-size:cover;background-position:center}.hero-copy{padding:22px 0}.eyebrow{font-size:11px;letter-spacing:.24em;color:#4bb7ff;font-weight:800;margin-bottom:14px}.eyebrow span{color:#fff}.hero-copy h1{font-size:clamp(42px,4.2vw,64px);line-height:1.01;letter-spacing:-.045em;margin:0 0 18px;max-width:560px}.hero-copy h1 em{font-style:normal;color:#10a9ff}.hero-copy p{font-size:17px;line-height:1.5;color:#d7e4ef;max-width:500px;margin:0 0 24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:48px;padding:0 25px;border-radius:28px;font-weight:800}.button-primary{background:linear-gradient(90deg,#0787ff,#2db1ff);box-shadow:0 0 28px #148dff52;color:#fff}.hero-benefits{display:flex;gap:22px;margin-top:25px;color:#e4edf6;font-size:11px}.hero-benefits>div{display:flex;align-items:center;gap:8px}.benefit-icon{font-size:23px;color:#58b8ff}.hero-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;align-self:center}.hero-cat-card{border:1px solid rgba(77,171,255,.7);border-radius:13px;overflow:hidden;background:#07131fd1;box-shadow:0 10px 30px #0000003d;transition:transform .2s ease,border-color .2s ease}.hero-cat-card:hover{transform:translateY(-4px);border-color:#2ab2ff}.hero-cat-image{height:180px;overflow:hidden}.hero-cat-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-cat-content{position:relative;padding:12px 11px 13px;min-height:102px}.hero-cat-title{display:flex;align-items:center;gap:7px;font-size:13px;color:#fff;margin-bottom:6px}.cat-icon{font-size:18px;color:#3fb1ff}.hero-cat-content small{display:block;color:#d4dfeb;font-size:10px;line-height:1.35;padding-right:12px}.cat-arrow{position:absolute;right:10px;bottom:10px;width:25px;height:25px;border:1px solid #9db4c9;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:14px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1420px;margin:auto;padding:20px 34px;border-bottom:1px solid #edf1f5;gap:0}.value-grid>div{display:flex;align-items:center;gap:12px;padding:4px 28px;border-right:1px solid #e2e9f0}.value-grid>div:last-child{border-right:0}.value-grid .value-icon{width:44px;height:44px;border-radius:50%;background:#f1f7ff;display:grid;place-items:center;color:#1187ff;font-size:22px}.value-grid strong{display:block;font-size:12px}.value-grid small{display:block;color:#708094;font-size:10px;margin-top:2px}.products-section,.collections-section{max-width:1420px;margin:auto;padding:34px}.section-head-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.section-head-row h2{font-size:28px;margin:0 0 4px;letter-spacing:-.03em}.section-head-row p{margin:0;color:#718094;font-size:13px}.section-head-row>a{color:#0d82f5;font-size:13px;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{border:1px solid #e0e7ee;border-radius:11px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0a25401a}.product-image{height:190px;position:relative;background:#f5f7fa}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.badge{position:absolute;top:10px;left:10px;border-radius:12px;padding:4px 8px;color:#fff;font-size:10px;font-weight:800}.badge.sale{background:#ff5b2d}.badge.new{background:#1687ff}.product-info{padding:11px 13px 13px}.product-info h3{font-size:14px;margin:0 0 4px}.product-info p{font-size:11px;line-height:1.35;color:#6d7d8f;height:30px;margin:0 0 5px}.price{font-size:16px;font-weight:900}.price s{font-size:11px;color:#8390a0;font-weight:500;margin-left:6px}.stars{color:#f3a400;font-size:12px;letter-spacing:1px}.promo-banner{max-width:1352px;margin:0 auto 12px;min-height:120px;border-radius:12px;background:linear-gradient(90deg,#071a2c,#0a2239 55%,#07101c);color:#fff;display:flex;align-items:center;gap:20px;padding:20px 28px;position:relative;overflow:hidden}.promo-banner:after{content:"";position:absolute;right:9%;bottom:-80px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(43,177,255,.4);box-shadow:0 0 50px #009bff2e}.promo-mark{font-size:38px;color:#45b5ff}.promo-copy{display:flex;flex-direction:column;gap:4px;flex:1}.promo-copy strong{font-size:21px}.promo-copy strong:first-line{color:#fff}.promo-copy span{font-size:12px;color:#afc0d1}.promo-signature{font-weight:800;font-size:17px;line-height:1.05;text-align:right;z-index:1}.promo-signature small{font-size:7px;letter-spacing:.15em;color:#76c7ff}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collection-card{height:170px;border-radius:11px;overflow:hidden;position:relative;background:#081522}.collection-card img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.82)}.collection-overlay{position:absolute;left:0;right:0;bottom:0;padding:13px;display:flex;align-items:center;gap:8px;background:linear-gradient(transparent,#02080fe6);color:#fff}.collection-overlay>span{font-size:20px;color:#57baff}.collection-overlay strong{font-size:13px}.collection-overlay b{margin-left:auto;width:27px;height:27px;border-radius:50%;background:#fff;color:#0b1623;display:grid;place-items:center}.footer{background:#061522;color:#d9e6f2;padding:30px 34px}.footer-inner{max-width:1350px;margin:auto;display:flex;justify-content:space-between;gap:25px}.footer-links{display:flex;gap:25px;font-size:12px}@media(max-width:1100px){.main-nav{display:none}.header-inner{justify-content:space-between}.search-form input{width:120px}.hero-inner{grid-template-columns:1fr;padding:40px 24px 26px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy p{margin-left:auto;margin-right:auto}.hero-benefits{justify-content:center}.hero-categories{grid-template-columns:repeat(4,1fr)}.hero-cat-image{height:145px}.value-grid{grid-template-columns:repeat(2,1fr)}.value-grid>div:nth-child(2){border-right:0}.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.topbar{font-size:9px;height:32px}.topbar div:nth-child(2){display:none}.header-inner{padding:5px 12px}.brand img{width:175px;height:50px}.header-actions{font-size:20px;gap:10px}.search-form{width:38px;border:0;background:transparent}.search-form input{display:none}.search-form button{font-size:25px;padding:0}.hero-inner{padding:28px 14px 18px}.hero-copy{padding:8px 0}.eyebrow{font-size:9px}.hero-copy h1{font-size:40px}.hero-copy p{font-size:14px}.hero-benefits{gap:10px;flex-wrap:wrap;font-size:9px}.hero-categories{grid-template-columns:repeat(2,1fr);gap:8px}.hero-cat-image{height:125px}.hero-cat-content{min-height:86px;padding:9px}.hero-cat-title{font-size:12px}.hero-cat-content small{font-size:9px}.products-section,.collections-section{padding:28px 14px}.section-head-row{align-items:start;gap:8px;flex-direction:column}.section-head-row h2{font-size:23px}.product-grid,.collection-grid{grid-template-columns:1fr 1fr;gap:8px}.product-image{height:145px}.product-info{padding:9px}.product-info h3{font-size:12px}.product-info p{display:none}.value-grid{padding:15px 10px}.value-grid>div{padding:8px 10px}.value-grid .value-icon{width:36px;height:36px;font-size:18px}.promo-banner{margin:0 14px 8px;padding:18px 16px;min-height:140px;flex-wrap:wrap}.promo-copy{min-width:65%}.promo-copy strong{font-size:18px}.promo-signature{display:none}}.site-footer{background:#061522;color:#d9e6f2;padding:30px 34px}.site-footer .footer-inner{max-width:1350px;margin:auto;display:flex;justify-content:space-between;gap:25px}.footer-brand{font-size:22px;font-weight:900;letter-spacing:.12em;color:#fff}.site-footer p{font-size:11px;color:#9db0c4}.site-footer .footer-links{display:flex;gap:25px;font-size:12px}.footer-bottom{max-width:1350px;margin:22px auto 0;padding-top:14px;border-top:1px solid #183047;color:#71859a;font-size:10px}@media(max-width:680px){.site-footer{padding:25px 14px}.site-footer .footer-inner{flex-direction:column}.site-footer .footer-links{gap:14px;flex-wrap:wrap}}.collection-page{background:#fff;color:#0a0d14;min-height:60vh;padding:72px 0}.collection-page__inner{max-width:1180px;margin:0 auto;padding:0 24px}.collection-page__head{margin-bottom:42px}.collection-page .eyebrow{color:#1687ff;font-size:12px;font-weight:800;letter-spacing:.22em;margin:0 0 10px}.collection-page h1{font-size:clamp(36px,5vw,58px);line-height:1.02;margin:0 0 14px}.collection-page__description{max-width:700px;color:#5f6673;line-height:1.6}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.collection-card{display:block;text-decoration:none;color:inherit;border:1px solid #e4e8ef;border-radius:18px;overflow:hidden;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #0a14281a}.collection-card__image{aspect-ratio:1/1;overflow:hidden;background:#f3f6fa}.collection-card__image img{width:100%;height:100%;object-fit:cover;display:block}.collection-card__body{padding:16px}.collection-card__body h2{font-size:16px;line-height:1.35;margin:0 0 10px}.collection-card__price{font-weight:800;font-size:18px;margin:0}.collection-pagination{display:flex;justify-content:center;gap:24px;align-items:center;margin-top:42px;font-size:14px}.collection-pagination a{color:#1687ff;text-decoration:none;font-weight:700}.collection-empty{text-align:center;padding:70px 20px;background:#f5f8fc;border-radius:22px}.collection-empty h2{margin:0 0 8px}.collection-empty p{color:#687080}.collection-empty .button{display:inline-block;margin-top:18px;padding:13px 22px;background:#1687ff;color:#fff;border-radius:999px;text-decoration:none;font-weight:800}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.collection-page{padding:48px 0}.collection-grid{grid-template-columns:1fr 1fr;gap:12px}.collection-card__body{padding:12px}.collection-card__body h2{font-size:14px}.collection-card__price{font-size:16px}}.cart-page{background:#f7f9fc;min-height:70vh;padding:72px 0}.cart-page__inner{max-width:1180px;margin:0 auto;padding:0 24px}.cart-page__head{margin-bottom:36px}.cart-page__head h1{font-size:42px;line-height:1.1;margin:8px 0 10px;color:#07111d}.cart-page__head p{color:#687789;margin:0}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-items,.cart-summary,.cart-empty{background:#fff;border:1px solid #e4eaf1;border-radius:18px}.cart-items{padding:22px}.cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid #e9eef4}.cart-item:first-child{padding-top:0}.cart-item:last-of-type{margin-bottom:20px}.cart-item__image{display:block;background:#f7f9fc;border-radius:12px;overflow:hidden;aspect-ratio:1}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__title{font-weight:800;color:#07111d;text-decoration:none;font-size:17px}.cart-item__variant{font-size:13px;color:#687789;margin-top:6px}.cart-item__price{font-weight:700;color:#07111d;margin-top:8px}.cart-item__controls{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:13px;color:#687789}.cart-item__controls input{width:68px;height:38px;border:1px solid #cbd5df;border-radius:9px;padding:0 10px}.cart-item__remove{color:#5d6b79;text-decoration:underline}.cart-item__total{font-weight:800;font-size:17px;color:#07111d;white-space:nowrap}.cart-summary{padding:26px;position:sticky;top:24px}.cart-summary h2{margin:0 0 22px;font-size:22px;color:#07111d}.cart-summary__row{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #e9eef4;font-size:16px}.cart-summary__shipping{font-size:13px;line-height:1.5;color:#687789;margin:18px 0 22px}.cart-continue{display:block;text-align:center;margin-top:18px;color:#1678ff;text-decoration:none;font-weight:700}.cart-empty{max-width:700px;margin:40px auto;padding:55px 30px;text-align:center}.cart-empty h2{font-size:30px;margin:0 0 10px;color:#07111d}.cart-empty p{color:#687789;margin:0 0 25px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;min-height:48px;padding:0 22px;font-weight:800;text-decoration:none;cursor:pointer}.button-primary{background:#1187ff;color:#fff;box-shadow:0 8px 22px #1187ff38}.button-secondary{background:#fff;color:#07111d;border:1px solid #cbd5df}.button.full{width:100%}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:600px){.cart-page{padding:42px 0}.cart-page__inner{padding:0 14px}.cart-page__head h1{font-size:34px}.cart-item{grid-template-columns:78px minmax(0,1fr);gap:12px}.cart-item__total{grid-column:2}.cart-item__controls{flex-wrap:wrap}.cart-items{padding:15px}.cart-summary{padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
