@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";
:root{--coral:#ff4757;--coral-dark:#e63946;--blue:#1e90ff;--ink:#1a1a2e;--white:#fff;--off-white:#f8f9ff;--light:#f1f3ff;--muted:#6b7280;--border:#e5e7eb;--font-head:"Nunito", sans-serif;--font-body:"Inter", sans-serif;--radius:16px;--shadow-lg:0 12px 40px #1a1a2e24}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--off-white);color:var(--ink);line-height:1.6}.product-page{max-width:1100px;margin:0 auto;padding:3rem 2rem}.product-page__inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-page__gallery{position:sticky;top:2rem}.product-page__img{object-fit:cover;border-radius:var(--radius);width:100%;height:460px;box-shadow:var(--shadow-lg);display:block}.product-page__img--placeholder{background:linear-gradient(135deg, var(--ink), #16213e)}.product-page__thumbs{gap:.75rem;margin-top:1rem;display:flex}.product-page__thumb{object-fit:cover;border:1px solid var(--border);cursor:pointer;border-radius:10px;width:80px;height:80px}.product-page__category{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.06em;color:var(--blue);background:#1e90ff14;border-radius:50px;margin-bottom:1rem;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-block}.product-page__name{font-family:var(--font-head);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.2rem;font-weight:900;line-height:1.1}.product-page__price-row{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.product-page__price{font-family:var(--font-head);color:var(--coral);font-size:1.8rem;font-weight:900}.product-page__compare{color:var(--muted);font-size:1.1rem;text-decoration:line-through}.product-page__desc{color:var(--muted);max-width:480px;margin-bottom:2rem;font-size:1rem}.add-to-cart{background:var(--coral);color:var(--white);font-family:var(--font-head);cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:all .2s;box-shadow:0 4px 20px #ff475766}.add-to-cart:hover:not(:disabled){background:var(--coral-dark);transform:translateY(-2px)}.add-to-cart:disabled{background:var(--muted);cursor:not-allowed;box-shadow:none;opacity:.7}.product-page__stock{color:var(--coral);margin-top:1rem;font-size:.9rem}@media (max-width:768px){.product-page__inner{grid-template-columns:1fr;gap:2rem}.product-page__gallery{position:static}.product-page__img{height:320px}}.shop{max-width:1200px;margin:0 auto;padding:3rem 2rem}.shop__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.75rem;display:flex}.shop__title{font-family:var(--font-head);letter-spacing:-.02em;font-size:2.2rem;font-weight:900}.shop__search{border:1px solid var(--border);min-width:220px;max-width:360px;font-family:var(--font-body);background:var(--white);border-radius:50px;flex:1;padding:.8rem 1.2rem;font-size:.95rem}.shop__search:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1e90ff1f}.shop__filters{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;display:flex}.chip{font-family:var(--font-head);border:1px solid var(--border);background:var(--white);color:var(--muted);cursor:pointer;border-radius:50px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .15s}.chip:hover{border-color:var(--ink);color:var(--ink)}.chip.is-active{background:var(--ink);border-color:var(--ink);color:var(--white)}.shop__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.shop__empty{color:var(--muted);text-align:center;padding:3rem 0}.shop__count{text-align:right;color:var(--muted);margin-top:1.5rem;font-size:.85rem}.pcard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);color:inherit;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden}.pcard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pcard__media{height:220px;position:relative;overflow:hidden}.pcard__img{object-fit:cover;width:100%;height:100%;display:block}.pcard__img--placeholder{background:linear-gradient(135deg, var(--ink), #16213e)}.pcard__badge{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;color:var(--white);background:var(--coral);border-radius:50px;padding:.25rem .7rem;font-size:.68rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.pcard__badge--out{background:var(--muted)}.pcard__body{padding:1.1rem 1.2rem 1.3rem}.pcard__cat{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;color:var(--blue);font-size:.68rem;font-weight:700}.pcard__name{font-family:var(--font-head);margin:.3rem 0 .6rem;font-size:1.05rem;font-weight:800;line-height:1.25}.pcard__price-row{align-items:baseline;gap:.5rem;display:flex}.pcard__price{font-family:var(--font-head);color:var(--coral);font-size:1.15rem;font-weight:900}.pcard__compare{color:var(--muted);font-size:.85rem;text-decoration:line-through}@media (max-width:600px){.shop__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.pcard__media{height:160px}}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.site-header__inner{align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.9rem 2rem;display:flex}.site-header__logo{font-family:var(--font-head);letter-spacing:-.02em;color:var(--ink);font-size:1.4rem;font-weight:900;text-decoration:none}.site-header__logo span{color:var(--coral)}.site-header__nav{gap:1.25rem;display:flex}.site-header__link{font-family:var(--font-head);color:var(--ink);font-size:.95rem;font-weight:700;text-decoration:none}.site-header__link:hover{color:var(--coral)}.site-header__search{margin-left:auto}.site-header__search input{border:1px solid var(--border);font-family:var(--font-body);background:var(--white);border-radius:50px;width:200px;padding:.55rem 1rem;font-size:.9rem}.site-header__search input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1e90ff1f}.site-header__cart{cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.3rem;position:relative}.site-header__badge{background:var(--coral);color:var(--white);font-family:var(--font-head);border-radius:50px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-8px}.site-footer{border-top:1px solid var(--border);background:var(--white);margin-top:4rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.site-footer__logo{font-family:var(--font-head);font-size:1.1rem;font-weight:900}.site-footer__logo span{color:var(--coral)}.site-footer__note{color:var(--muted);font-size:.85rem}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.hero__eyebrow{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.08em;color:var(--blue);font-size:.78rem;font-weight:800}.hero__title{font-family:var(--font-head);letter-spacing:-.03em;margin:1rem 0;font-size:3.2rem;font-weight:900;line-height:1.05}.hero__sub{color:var(--muted);max-width:440px;margin-bottom:2rem;font-size:1.05rem}.hero__cta{background:var(--coral);color:var(--white);font-family:var(--font-head);border-radius:50px;padding:.95rem 2rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #ff475759}.hero__cta:hover{background:var(--coral-dark);transform:translateY(-2px)}.hero__art{background:radial-gradient(circle at 70% 30%, #1e90ff80, transparent 55%), linear-gradient(135deg, var(--coral), #ff8a5b);width:auto;height:360px;box-shadow:var(--shadow-lg);border-radius:24px;padding:0;overflow:hidden}.hero__img{object-fit:cover;width:100%;height:100%}.section{max-width:1200px;margin:0 auto;padding:2rem}.section__head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section__title{font-family:var(--font-head);letter-spacing:-.02em;font-size:1.7rem;font-weight:900}.section__link{font-family:var(--font-head);color:var(--blue);font-size:.9rem;font-weight:700;text-decoration:none}.section__empty{color:var(--muted)}.home__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.cat-tile{border-radius:var(--radius);background:var(--white);border:1px solid var(--border);height:110px;font-family:var(--font-head);color:var(--ink);justify-content:center;align-items:center;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .18s;display:flex}.cat-tile:hover{border-color:var(--coral);color:var(--coral);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.home-cta{text-align:center;background:var(--ink);max-width:1200px;color:var(--white);border-radius:24px;margin:3rem auto;padding:3.5rem 2rem}.home-cta h2{font-family:var(--font-head);margin-bottom:.5rem;font-size:2rem;font-weight:900}.home-cta p{color:#ffffffb3;margin-bottom:1.75rem}@media (max-width:768px){.hero{grid-template-columns:1fr;padding:2.5rem 2rem}.hero__title{font-size:2.3rem}.hero__art{height:220px}.site-header__search input{width:130px}.site-header__nav{display:none}}
