body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#f7f7f7}
.shop-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 36px;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:10}
.shop-logo{font-weight:900;font-size:26px;letter-spacing:.06em;color:#111;text-decoration:none}
.shop-header nav{display:flex;gap:20px}
.shop-header nav a{color:#111;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:13px}
.shop-hero{display:grid;grid-template-columns:1fr 360px;gap:26px;padding:54px 36px;max-width:1240px;margin:auto}
.eyebrow{color:#ff3d1f;text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:13px}
.shop-hero h1{font-size:clamp(42px,6vw,78px);line-height:.95;margin:0 0 20px;letter-spacing:-.05em}
.shop-hero p{font-size:20px;line-height:1.45;color:#333}
.cart-box,.order-form,.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:24px;box-shadow:0 18px 48px rgba(0,0,0,.06)}
.cart-box{padding:24px}
.cart-box h2,.order-form h2{margin-top:0}
.cart-items{display:grid;gap:10px;margin:14px 0;min-height:42px}
.cart-row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #eee;padding-bottom:8px}
.cart-row button{border:0;background:#111;color:#fff;border-radius:50%;width:24px;height:24px;cursor:pointer}
.wa-btn,.order-form button,.add-btn,.ghost-btn,.thanks-card a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;border:0;padding:0 22px;font-weight:900;text-decoration:none;cursor:pointer}
.wa-btn,.order-form button,.add-btn,.thanks-card a{background:#ff3d1f;color:#fff}
.ghost-btn{background:#f1f1f1;color:#111;margin-right:8px}
.shop-layout{display:grid;grid-template-columns:1fr 360px;gap:26px;padding:0 36px 70px;max-width:1240px;margin:auto}
.shop-tools{display:flex;gap:12px;margin-bottom:18px}
.shop-tools input,.shop-tools select,.order-form input,.order-form textarea{width:100%;border:1px solid #ddd;border-radius:14px;padding:14px 16px;font:inherit;background:#fff}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{overflow:hidden}
.product-img{height:170px;background:#efefef;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-body{padding:20px}
.product-body small{display:inline-block;color:#ff3d1f;font-weight:900;text-transform:uppercase;margin-bottom:8px}
.product-body h3{margin:0 0 8px;font-size:21px}
.product-body p{color:#555;line-height:1.45;min-height:62px}
.price{font-weight:900;font-size:23px;margin-bottom:14px}
.order-form{padding:24px;height:max-content;position:sticky;top:100px}
.order-form label{display:block;margin:14px 0 6px;font-weight:800}
.thanks-page{display:grid;place-items:center;min-height:100vh;background:#111;padding:24px}
.thanks-card{max-width:620px;background:#fff;border-radius:28px;padding:42px;text-align:center}
.thanks-card h1{font-size:48px;margin:0 0 14px}

@media(max-width:980px){.shop-hero,.shop-layout{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}.order-form{position:static}}
@media(max-width:620px){.shop-header{padding:0 18px}.shop-header nav{gap:10px}.shop-logo{font-size:19px}.shop-hero,.shop-layout{padding-left:18px;padding-right:18px}.products-grid{grid-template-columns:1fr}.shop-tools{display:grid}}
