:root{--pink:#df4b8b;--dark:#211d1f;--line:#eadfe3;--bg:#fff;--soft:#f7f1f3}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.top{background:var(--pink);color:#fff;text-align:center;padding:10px;font-weight:800}header{max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:24px 16px;border-bottom:1px solid var(--line)}header nav{display:flex;gap:22px}.logo{font-size:30px;font-weight:900;color:var(--pink)}.logo small{display:block;font-size:10px;letter-spacing:.35em;color:#777}main{max-width:1180px;margin:auto;padding:24px 16px;min-height:70vh}.hero{min-height:380px;background:linear-gradient(135deg,#f7d9e6,#fff0f6);display:grid;place-items:center;text-align:center;margin-bottom:36px}.hero h1{font-size:54px;margin:0;color:#a92966}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.categories a{text-align:center}.categories img{width:100%;aspect-ratio:1;border-radius:50%;object-fit:cover;background:var(--soft)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.products article{text-align:center}.products img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#f8f0e8}.products strong{display:block;color:#e34d35;font-size:22px}.products del{color:#777}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px}.product-detail>img{width:100%;background:#f8f0e8}.product-detail fieldset{border:0;padding:0;margin:20px 0}.option input{display:none}.option span{display:inline-block;border:1px solid #333;padding:9px 13px;margin:4px;cursor:pointer}.option input:checked+span{background:#333;color:#fff}.product-detail button,.button,.checkout button{display:inline-block;border:0;background:#f57b18;color:#fff;padding:14px 24px;font-weight:800}.cart-row{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-row img{width:80px;height:100px;object-fit:cover}.cart-row small{display:block}.totals{margin-left:auto;max-width:360px;background:var(--soft);padding:20px}.checkout{display:grid;gap:12px;max-width:680px}.checkout input,.checkout textarea,.checkout select{padding:13px;border:1px solid #ccc}.success{text-align:center;padding:70px 0}.flash{max-width:1180px;margin:12px auto;padding:12px 16px}.flash.success{background:#e7f8ed}.flash.error{background:#ffe8e8}footer{margin-top:40px;background:#eee;padding:45px 16px;text-align:center;display:flex;flex-direction:column;gap:8px}@media(max-width:800px){.categories{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.cart-row{grid-template-columns:60px 1fr}.cart-row form,.cart-row>strong{grid-column:2}.hero h1{font-size:38px}}@media(max-width:480px){header{align-items:flex-start}header nav{flex-direction:column;gap:6px}.categories{grid-template-columns:repeat(2,1fr)}.products{gap:12px}}
