.site-header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:24px 48px;color:#fff}.site-header__logo{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:#fff}.site-header__logo-mark{color:var(--color-accent)}.site-header__nav{display:flex;gap:32px;font-size:.9rem}.site-header__nav a{opacity:.9;transition:opacity .2s ease}.site-header__nav a:hover{opacity:1}.site-header__actions{display:flex;align-items:center;gap:16px}.site-header__icon-btn{background:transparent;color:#fff;display:flex;align-items:center;justify-content:center}.site-header__search{display:flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 16px;color:#fff}.site-header__search input{background:transparent;border:none;outline:none;color:#fff;font-size:.85rem;width:160px}.site-header__search input::placeholder{color:#ffffffbf}@media (max-width: 900px){.site-header__nav{display:none}}@media (max-width: 640px){.site-header{padding:18px 20px}.site-header__search{padding:6px 12px;gap:6px;margin-left:-8px}.site-header__search svg{width:13px;height:13px}.site-header__search input{width:100px;font-size:.78rem}}.hero{position:relative;width:100%;height:580px;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#00000059 45%,#0009)}.hero__content{position:relative;z-index:2;max-width:640px;padding:0 48px;color:#fff}.hero__content h1{font-family:var(--font-heading);font-weight:800;font-size:2.75rem;line-height:1.15;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}.hero__content p{font-size:.95rem;line-height:1.6;color:#ffffffd9;max-width:480px;margin-bottom:28px}.hero__cta{display:flex;gap:14px}.hero__btn{padding:12px 26px;border-radius:999px;font-size:.85rem;font-weight:600}.hero__btn--primary{background:var(--color-accent);color:#fff}.hero__btn--primary:hover{background:var(--color-accent-dark)}.hero__btn--secondary{background:#fff;color:var(--color-dark)}.hero__btn--secondary:hover{background:#eee}.hero__stats{position:relative;z-index:2;display:flex;gap:64px;padding:32px 48px 0}.hero__stat{display:flex;flex-direction:column}.hero__stat-value{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:#fff}.hero__stat-label{font-size:.8rem;color:#ffffffbf}@media (max-width: 640px){.hero__content h1{font-size:1.9rem}.hero__btn{padding:9px 18px;font-size:.78rem}.hero__stats{gap:32px;padding:24px 24px 0}}.category-grid{padding:72px 48px;text-align:center}.category-grid__heading h2{font-family:var(--font-heading);font-weight:700;font-size:1.6rem;margin-bottom:8px}.category-grid__heading p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:40px}.category-grid__row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.category-tile{display:flex;flex-direction:column;align-items:center;gap:10px;width:180px}.category-tile img{width:180px;height:180px;object-fit:cover;border-radius:12px;background:var(--color-dark);transition:transform .25s ease}.category-tile:hover img{transform:scale(1.03)}.category-tile__name{font-weight:600;font-size:.9rem}.category-tile__count{font-size:.78rem;color:var(--color-text-muted)}@media (max-width: 640px){.category-grid{padding:48px 20px}.category-grid__row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.category-tile{width:calc(33.333% - 8px)}.category-tile img{width:100%;height:auto;aspect-ratio:1 / 1}.category-tile__name{font-size:.75rem}.category-tile__count{font-size:.68rem}}.product-card{display:flex;flex-direction:column;width:100%}.product-card__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;background:var(--color-dark);margin-bottom:12px}.product-card__brand{font-size:.75rem;color:var(--color-text-muted)}.product-card__name{font-family:var(--font-heading);font-size:.95rem;font-weight:600;margin:2px 0 6px}.product-card__rating{display:flex;align-items:center;gap:4px;color:var(--color-accent);font-size:.8rem;margin-bottom:8px}.product-card__review-count{color:var(--color-text-muted)}.product-card__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.product-card__price{font-weight:700;color:var(--color-accent);font-size:1rem}.product-card__original-price{font-size:.8rem;color:var(--color-text-muted);text-decoration:line-through}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--color-accent);color:#fff;padding:10px 0;border-radius:999px;font-size:.85rem;font-weight:600;width:100%}.product-card__add-btn:hover{background:var(--color-accent-dark)}.featured-products{padding:24px 48px 72px}.featured-products__heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.featured-products__heading h2{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;margin-bottom:4px}.featured-products__heading p{color:var(--color-text-muted);font-size:.85rem}.featured-products__view-all{font-size:.85rem;font-weight:600;color:var(--color-accent);white-space:nowrap}.featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.featured-products__mobile-categories{display:none}@media (max-width: 900px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.featured-products{padding:16px 20px 48px}.featured-products__grid{display:none}.featured-products__mobile-categories{display:flex;flex-direction:column;gap:28px}.featured-products__category h3{font-family:var(--font-heading);font-weight:600;font-size:1rem;margin-bottom:12px}.featured-products__scroll-row{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.featured-products__scroll-item{flex:0 0 150px;scroll-snap-align:start}}.newsletter{margin:0 48px 72px;background:linear-gradient(90deg,#111,#7a1f14);border-radius:20px;padding:56px 64px}.newsletter__content{max-width:480px}.newsletter__content h2{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:#fff;margin-bottom:12px}.newsletter__content p{color:#ffffffbf;font-size:.88rem;line-height:1.6;margin-bottom:24px}.newsletter__form{display:flex;background:#fff;border-radius:999px;padding:6px 6px 6px 20px;align-items:center;gap:12px}.newsletter__form input{flex:1;border:none;outline:none;font-size:.85rem;background:transparent}.newsletter__form button{background:var(--color-dark);color:#fff;padding:12px 24px;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap}.newsletter__form button:hover{background:#000}.newsletter__success{color:#fff;font-weight:600;font-size:.95rem}@media (max-width: 640px){.newsletter{margin:0 24px 56px;padding:40px 28px}.newsletter__form{flex-direction:column;align-items:stretch;border-radius:20px;padding:16px}.newsletter__form input{padding:10px 8px}}.site-footer{padding:64px 48px 0;overflow:hidden}.site-footer__top{display:flex;justify-content:space-between;gap:64px;padding-bottom:40px;border-bottom:1px solid var(--color-border)}.site-footer__brand{max-width:340px}.site-footer__logo{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;margin-bottom:16px}.site-footer__logo-mark{color:var(--color-accent)}.site-footer__brand p{color:var(--color-text-muted);font-size:.85rem;line-height:1.6;margin-bottom:20px}.site-footer__social{display:flex;gap:12px}.site-footer__social a{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background .2s ease,color .2s ease}.site-footer__social a:hover{background:var(--color-dark);color:#fff}.site-footer__columns{display:flex;gap:64px}.site-footer__column h4{font-family:var(--font-heading);font-size:.9rem;font-weight:600;margin-bottom:16px}.site-footer__column ul li{margin-bottom:10px}.site-footer__column ul li a{font-size:.85rem;color:var(--color-text-muted);transition:color .2s ease}.site-footer__column ul li a:hover{color:var(--color-text)}.site-footer__bottom{padding:24px 0;text-align:center}.site-footer__bottom p{font-size:.8rem;color:var(--color-text-muted)}.site-footer__wordmark{display:flex;flex-direction:column;align-items:center;line-height:.85}.site-footer__wordmark span{font-family:var(--font-heading);font-weight:800;font-size:6rem;color:var(--color-accent);white-space:nowrap}.site-footer__wordmark-reflection{transform:scaleY(-1);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 70%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 70%)}@media (max-width: 900px){.site-footer__top{flex-direction:column;gap:40px}.site-footer__wordmark span{font-size:3rem}}@media (max-width: 640px){.site-footer{padding:40px 20px 0}.site-footer__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.site-footer__column h4{font-size:.8rem;margin-bottom:10px}.site-footer__column ul li{margin-bottom:6px}.site-footer__column ul li a{font-size:.75rem}.site-footer__brand p{font-size:.78rem}.site-footer__bottom p{font-size:.7rem}}.cart-page{max-width:760px;margin:0 auto;padding:100px 24px 80px}.cart-page__back{display:inline-block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:24px}.cart-page__back:hover{color:var(--color-text)}.cart-page h1{font-family:var(--font-heading);font-size:1.8rem;margin-bottom:32px}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 0;color:var(--color-text-muted)}.cart-page__shop-link{color:var(--color-accent);font-weight:600;font-size:.9rem}.cart-page__list{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.cart-page__item{display:grid;grid-template-columns:80px 1fr auto auto;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--color-border)}.cart-page__item img{width:80px;height:80px;object-fit:cover;border-radius:10px;background:var(--color-dark)}.cart-page__item-brand{font-size:.75rem;color:var(--color-text-muted)}.cart-page__item-details h3{font-family:var(--font-heading);font-size:.95rem;font-weight:600;margin:2px 0 4px}.cart-page__item-qty{font-size:.8rem;color:var(--color-text-muted)}.cart-page__item-price{font-weight:700;color:var(--color-accent);white-space:nowrap}.cart-page__remove-btn{background:transparent;color:var(--color-text-muted);padding:8px;border-radius:50%;display:flex}.cart-page__remove-btn:hover{background:var(--color-border);color:var(--color-text)}.cart-page__summary{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;padding-top:8px;margin-bottom:24px}.cart-page__total{color:var(--color-accent);font-size:1.3rem}.cart-page__checkout-btn{width:100%;background:var(--color-accent);color:#fff;padding:14px 0;border-radius:999px;font-size:.95rem;font-weight:600}.cart-page__checkout-btn:hover{background:var(--color-accent-dark)}@media (max-width: 500px){.cart-page{padding:84px 16px 60px}.cart-page__item{grid-template-columns:60px 1fr auto;grid-template-areas:"image details remove" "image price price"}.cart-page__item img{grid-area:image;width:60px;height:60px}.cart-page__item-details{grid-area:details}.cart-page__item-price{grid-area:price}.cart-page__remove-btn{grid-area:remove}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-accent: #f26d5b;--color-accent-dark: #e05744;--color-dark: #111111;--color-border: #ececec;--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif}html,body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);scroll-behavior:smooth}#root{min-height:100vh;background-color:var(--color-bg)}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none}ul{list-style:none}
