:root{--ink:#211f2f;--orange:#ff6934;--cream:#f7f1e8;--line:#d8d0c5;--acid:#e5f15c;--lilac:#b7a4ff}*{box-sizing:border-box}body{margin:0;background:#fbf8f2;color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.store-header{height:84px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:30px;padding:0 max(20px,calc((100vw - 1180px)/2))}.store-header img{width:210px;display:block}.store-header form{display:flex;max-width:500px;margin:auto;width:100%}.store-header input{height:45px;border:1px solid var(--line);padding:0 13px;font-size:15px;flex:1}.store-header button{border:0;background:var(--ink);color:#fff;padding:0 18px;font-weight:bold}.store-header nav{display:flex;gap:18px;font-size:15px;font-weight:bold}.store-shell{width:min(1180px,calc(100% - 40px));margin:auto;padding:60px 0 90px}.catalog-heading small,.product-info>small{font-size:12px;letter-spacing:2px;color:var(--orange)}.catalog-heading h1{font-size:58px;margin:10px 0;letter-spacing:-3px}.catalog-heading p{font-size:17px;color:#6c6570}.category-bar{display:flex;gap:9px;overflow:auto;padding:25px 0;margin-bottom:20px}.category-bar a{border:1px solid var(--line);padding:11px 14px;white-space:nowrap;font-size:14px;background:#fff}.category-bar a.active{background:var(--ink);color:#fff}.category-bar span{color:var(--orange)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card a{display:block}.product-image{aspect-ratio:1;background:var(--lilac);position:relative;overflow:hidden;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.035)}.product-image b{position:absolute;left:10px;top:10px;background:var(--acid);padding:7px;font-size:10px}.product-card> a>small,.product-card small{display:block;color:var(--orange);font-size:11px;letter-spacing:1px;margin-top:14px}.product-card h2{font-size:20px;margin:7px 0}.product-card p{font-size:14px;color:#716a74;line-height:1.5;min-height:42px}.product-price{display:flex;gap:8px;align-items:center}.product-price strong{font-size:18px}.product-price del,.detail-price del{color:#999}.view-product{display:block;background:var(--ink);color:#fff;padding:12px;text-align:center;font-size:14px;font-weight:bold;margin-top:14px}.catalog-empty{padding:60px;border:1px dashed #aaa;text-align:center}.breadcrumb{font-size:14px}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;margin-top:30px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover}.product-gallery img:first-child{grid-column:1/-1}.product-placeholder{aspect-ratio:1;background:var(--lilac);display:grid;place-items:center;font-size:35px}.product-info{position:sticky;top:20px;align-self:start}.product-info h1{font-size:45px;line-height:1.05;letter-spacing:-2px;margin:12px 0}.lead{font-size:17px;color:#6c6570;line-height:1.5}.detail-price{display:flex;gap:12px;align-items:center;margin:22px 0}.detail-price strong{font-size:32px}.stock{font-size:14px;font-weight:bold}.available{color:#26755a}.unavailable{color:#b33}.description{font-size:16px;line-height:1.65;border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.buy-button{display:block;background:var(--orange);padding:17px;text-align:center;font-weight:bold;margin-top:25px}.commerce-notes{font-size:14px;line-height:1.8;padding-left:20px}.related{margin-top:90px;border-top:1px solid var(--line);padding-top:40px}.related>h2{font-size:30px}.catalog-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:25px}.admin-link{padding:12px;text-decoration:none}.admin-form .wide{grid-column:auto}.checks{display:flex;gap:15px;flex-wrap:wrap}.checks label{display:flex;align-items:center;gap:6px}.checks input{width:auto}.admin-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.admin-gallery img{width:100%;aspect-ratio:1;object-fit:cover}.admin-gallery form{display:block}.admin-gallery button{width:100%;background:#8f3020}.product-list{padding:25px;align-self:start}.product-list h2{font-size:21px}.product-list article{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.product-list strong,.product-list span{display:block}.product-list span{font-size:13px;color:#777;margin-top:4px}.product-list a{font-size:13px;font-weight:bold}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.catalog-admin-grid{grid-template-columns:1fr}.product-info{position:static}.store-header{grid-template-columns:180px 1fr}.store-header img{width:170px}.store-header nav{display:none}}@media(max-width:540px){.store-header{height:auto;padding:15px;grid-template-columns:1fr}.store-header form{grid-row:2}.store-shell{width:calc(100% - 28px);padding-top:40px}.catalog-heading h1{font-size:42px}.product-grid{grid-template-columns:1fr}.product-card p{min-height:0}.product-detail{gap:28px}.product-gallery{grid-template-columns:1fr}.product-gallery img:first-child{grid-column:auto}.product-info h1{font-size:38px}.admin-gallery{grid-template-columns:1fr 1fr}.product-list article{grid-template-columns:1fr auto}.product-list form{grid-column:1/-1}.product-list button{width:100%}}
