@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";body{margin:0;font-family:Manrope,system-ui,sans-serif;background:#f4f4f7}a{color:inherit}:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f4f7;color:#111827}*{box-sizing:border-box}body{margin:0;background:#f4f4f7}.app-shell{min-height:100vh;padding:1.25rem clamp(1rem,5vw,3rem) 5rem}.app-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:1rem;z-index:20;border:1px solid rgba(15,23,42,.05)}.brand{font-weight:700;font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;color:inherit;text-decoration:none}.cart-chip{display:inline-flex;align-items:center;gap:.35rem;background:#111;color:#fff;padding:.35rem .9rem;border-radius:999px;text-decoration:none}.cart-chip .material{font-family:Material Symbols Outlined}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:2rem 0 2.5rem}.eyebrow{letter-spacing:.3em;font-size:.75rem;text-transform:uppercase;color:#6b7280}.hero h1{font-size:clamp(2rem,6vw,3.2rem);margin:.3rem 0 1rem}.lede{color:#475569;line-height:1.6;max-width:38ch}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.primary-btn,.ghost-btn{border-radius:999px;border:none;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.primary-btn{background:#111827;color:#fff}.ghost-btn{background:transparent;border:1px solid rgba(15,23,42,.2);color:#111827}.primary-btn.block,.ghost-btn.block{width:100%}.hero-card{background:#111827;color:#fff;padding:1.5rem;border-radius:1.5rem}.hero-card__meta{letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;opacity:.7}.hero-card__title{font-size:1.8rem;margin:1rem 0 .35rem}.hero-card__price{font-size:2rem;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.85rem}.product-card{background:#fff;border-radius:1.2rem;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.product-card__media{border-radius:1rem;overflow:hidden;aspect-ratio:3 / 4}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-card__category{text-transform:uppercase;letter-spacing:.2em;font-size:.65rem;color:#9ca3af}.product-card__price{font-weight:700}.product-card__actions{display:flex;flex-direction:column;gap:.45rem}.catalog-state{text-align:center;color:#6b7280}.catalog-state.error{color:#b91c1c}.cart-summary{margin-top:3rem;background:#fff;border-radius:1.2rem;padding:1rem;box-shadow:0 12px 40px #0f172a14}.cart-summary ul{list-style:none;padding:0;margin:0}.cart-summary li{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.25rem}.cart-summary__total{text-align:right;font-weight:700;margin-top:.5rem}.order-page{background:#fff;border-radius:1.25rem;padding:1.5rem;margin-top:1.5rem}.order-form{display:flex;flex-direction:column;gap:1rem}.order-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.order-form input,.order-form textarea{border-radius:.75rem;border:1px solid rgba(15,23,42,.15);padding:.75rem 1rem;font-family:inherit}.delivery-options{border:1px solid rgba(15,23,42,.1);border-radius:.9rem;padding:1rem}.delivery-options label{display:block;font-weight:500;margin-bottom:.5rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.gallery-item{border:1px solid rgba(15,23,42,.1);border-radius:1rem;overflow:hidden;padding:0;background:#fff;display:flex;flex-direction:column;text-align:left}.gallery-item img{width:100%;height:140px;object-fit:cover}.gallery-item div{padding:.5rem .75rem .75rem}.gallery-item--selected{border-color:#111827;box-shadow:0 0 0 3px #11182726}.order-summary{background:#f8fafc;border-radius:.9rem;padding:1rem}.order-summary p{display:flex;justify-content:space-between;margin:.2rem 0}.order-summary .cod{font-weight:700}.status{padding:.7rem;background:#ecfccb;border-radius:.75rem;font-weight:600;color:#3f6212}.floating-bar{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:min(480px,90%);background:#111827;color:#fff;padding:.85rem 1.2rem;border-radius:999px;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 20px 45px #0f172a40;z-index:30}.floating-bar__info{display:inline-flex;align-items:center;gap:.8rem;font-weight:600}.floating-bar__separator{width:1px;height:1.5rem;background:#ffffff59;display:inline-block}.floating-bar .primary-btn{background:#fff;color:#111827;padding:.55rem 1.2rem;border-radius:999px}@media(max-width:640px){.app-shell{padding:1rem}.app-header{position:static;border-radius:1rem}.product-grid{grid-template-columns:1fr}.cart-summary{display:none}}
