:root{--font-display: "Orbitron", sans-serif;--font-sans: "Rajdhani", sans-serif;--color-background: hsl(220, 15%, 10%);--color-foreground: hsl(210, 20%, 98%);--color-card: hsl(220, 15%, 14%);--color-primary: hsl(210, 100%, 55%);--color-secondary: hsl(350, 85%, 60%);--color-muted-foreground: hsl(215, 20%, 70%);--color-destructive: hsl(0, 62%, 30%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--color-background);color:var(--color-foreground);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;border-radius:0}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:#0080ff}.btn--outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--color-foreground)}.btn--outline:hover{background:#ffffff1a}.btn--lg{padding:1rem 2rem;font-size:1.125rem;min-height:3.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#1e293b99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 0}.header__container{max-width:1280px;margin:0 auto;padding:0 1rem}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo-img{height:3.5rem;width:auto;object-fit:contain}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav--desktop{display:none}@media (min-width: 768px){.header__nav--desktop{display:flex}}.header__nav-link{font-size:.875rem;font-weight:500;text-transform:uppercase;color:var(--color-muted-foreground)}.header__nav-link:hover,.header__nav-link--active{color:var(--color-primary)}.header__cart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(59,130,246,.5);background:transparent;color:var(--color-primary)}.header__cart-count{position:absolute;top:-.5rem;right:-.5rem;background:var(--color-destructive);color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem}.header__mobile-toggle{display:block;background:none;border:none;color:var(--color-foreground);cursor:pointer}@media (min-width: 768px){.header__mobile-toggle{display:none}}.header__mobile-menu{display:none;position:fixed;top:4rem;left:0;right:0;background:#1e293bf2;padding:2rem 1rem}.header__mobile-menu--open{display:block}.footer{background:var(--color-card);border-top:1px solid rgba(255,255,255,.05);padding:4rem 0 2rem;margin-top:5rem}.footer__container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__logo{height:3rem;width:auto;margin-bottom:1.5rem}.footer__description{color:var(--color-muted-foreground);margin-bottom:1.5rem}.footer__heading{font-family:var(--font-display);font-weight:700;margin-bottom:1.5rem;color:var(--color-primary)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer__link{color:var(--color-muted-foreground)}.footer__link:hover{color:var(--color-foreground)}.footer__bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}.footer__copyright{font-size:.75rem;color:var(--color-muted-foreground)}#main-content{padding-top:4rem;min-height:calc(100vh - 4rem)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:4rem}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(30,41,59,.95) 0%,rgba(30,41,59,.7) 50%,transparent 100%)}.hero__container{max-width:1280px;margin:0 auto;padding:0 1rem 5rem;position:relative;z-index:10}.hero__content{max-width:42rem}.hero__title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1rem;color:#fff}@media (min-width: 768px){.hero__title{font-size:4.5rem}}.hero__title-accent{background:linear-gradient(to right,var(--color-primary),#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__description{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.hero__actions{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero__actions{flex-direction:row}}.brands{padding:5rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#27272a80}.brands__container{max-width:1280px;margin:0 auto;padding:0 1rem}.brands__grid{display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width: 768px){.brands__grid{flex-direction:row;gap:6rem}}.brands__name{font-family:var(--font-display);font-size:2.25rem;font-weight:900;color:#fff}.brands__tagline{font-size:.75rem;text-transform:uppercase;color:var(--color-muted-foreground)}.features{padding:6rem 0}.features__container{max-width:1280px;margin:0 auto;padding:0 1rem}.features__header{text-align:center;margin-bottom:4rem}.features__title{font-size:2rem;margin-bottom:1rem}.features__title-accent{color:var(--color-primary)}.features__subtitle{color:var(--color-muted-foreground)}.features__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){.features__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--color-card);border:1px solid rgba(255,255,255,.05);padding:2rem}.feature-card__title{font-size:1.25rem;margin-bottom:.75rem}.feature-card__description{color:var(--color-muted-foreground);margin-bottom:1.5rem}.feature-card__link{color:var(--color-primary);font-weight:700;text-transform:uppercase}.collection-page{padding:2rem 0}.collection-page__container{max-width:1280px;margin:0 auto;padding:0 1rem}.collection-page__title{font-size:2.5rem;margin-bottom:1rem}.collection-page__products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.collection-page__products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.collection-page__products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--color-card);border:1px solid rgba(255,255,255,.05);overflow:hidden}.product-card__image{aspect-ratio:4/3;background:#18181b;display:flex;align-items:center;justify-content:center;padding:1rem}.product-card__content{padding:1.25rem}.product-card__title{font-size:1.125rem;margin-bottom:.5rem}.product-card__price{font-size:1.25rem;font-weight:700;color:#fff}.product-page{padding:3rem 1rem;background:var(--color-background);color:var(--color-foreground)}.product-page__container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.product-page__container{flex-direction:row;gap:4rem}}.product-page__main-image{background:var(--color-card);padding:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:transform .3s ease}.product-page__main-image img{max-width:100%;height:auto;border-radius:.5rem}.product-page__main-image:hover{transform:scale(1.02)}.product-page__info{display:flex;flex-direction:column;gap:1rem}.product-page__title{font-size:2rem;font-weight:900;line-height:1.2;color:var(--color-foreground)}.product-page__price-current{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.product-page__price-old{font-size:1.2rem;text-decoration:line-through;color:var(--color-muted-foreground);margin-left:.5rem}.product-page__description{color:var(--color-muted-foreground);line-height:1.6;margin-top:1rem}.product-page__options{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.product-page__add-to-cart{background:var(--color-primary);color:#fff;padding:1rem 2rem;font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:all .3s ease;border-radius:.25rem}.product-page__add-to-cart:hover{background:#0080ff}.product-page__quantity{display:flex;align-items:center;gap:.5rem}.product-page__quantity input{width:60px;text-align:center;padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;background:var(--color-card);color:var(--color-foreground)}.related-products{margin-top:4rem}.related-products__title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--color-primary)}.related-products__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.related-products__grid{grid-template-columns:repeat(3,1fr)}}.cart-page{padding:2rem 0}.cart-page__container{max-width:1280px;margin:0 auto;padding:0 1rem}.cart-page__title{font-size:2.5rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cart-item__image{width:100px;height:100px;background:var(--color-card)}.cart-summary{background:var(--color-card);padding:2rem;margin-top:2rem}.cart-summary__row{display:flex;justify-content:space-between;padding:1rem 0}.cart-page__empty{text-align:center;padding:5rem 0}@media (max-width: 767px){html{font-size:15px}body{line-height:1.65}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}h4,h5,h6{font-size:1.2rem}#main-content{padding-top:3.5rem}.header{padding:.5rem 0}.header__logo-img{height:2.5rem}.header__nav--desktop{display:none}.header__nav{flex-direction:column;gap:1rem;width:100%}.header__nav-link{font-size:1rem;padding:.5rem 0}.header__cart-btn{width:100%;justify-content:center}.hero{min-height:auto;padding-top:3rem;padding-bottom:3rem}.hero__content{max-width:100%}.hero__title{font-size:2.3rem;line-height:1.25}.hero__description{font-size:1rem}.hero__actions{flex-direction:column;gap:.75rem}.brands{padding:3rem 0}.brands__grid{flex-direction:column;text-align:center;gap:2rem}.brands__name{font-size:1.6rem}.features{padding:4rem 0}.features__header{margin-bottom:2rem}.features__title{font-size:1.75rem}.features__grid{grid-template-columns:1fr!important}.feature-card{padding:1.5rem}.collection-page__title{font-size:2rem;text-align:center}.collection-page__products-grid{grid-template-columns:1fr!important}.product-card__image{aspect-ratio:1!important}.product-card__title{font-size:1rem}.product-card__price{font-size:1.1rem}.product-page__grid{grid-template-columns:1fr!important;gap:2rem}.product-page__main-image{padding:1rem}.product-page__title{font-size:1.5rem}.product-page__price-current{font-size:1.25rem}.cart-page__title{font-size:2rem;text-align:center}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;row-gap:.75rem}.cart-item__image{width:80px;height:80px}.cart-summary{padding:1.5rem}.cart-summary__row{font-size:.95rem}.footer{padding:3rem 0 1.5rem}.footer__grid{grid-template-columns:1fr!important;gap:2rem;text-align:center}.footer__links{align-items:center}.footer__bottom{text-align:center}.btn,.btn--lg{width:100%;min-height:3rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
