*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f7f8fb;color:#142130}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e9eef3;padding:14px 4%;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.brand h1,.brand p{margin:0}.brand h1{font-size:28px}.brand p{font-size:12px;color:#73808d}.brand-logo{width:56px;height:56px;border-radius:14px;object-fit:cover;background:#f2b300}.placeholder{display:grid;place-items:center;font-weight:700}.cart-btn{border:0;background:#111827;color:#fff;padding:12px 16px;border-radius:12px;font-weight:700;cursor:pointer}.cart-btn span{background:#f2b300;color:#111827;padding:2px 8px;border-radius:999px;margin-left:6px}.hero{padding:32px 4%;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;background:linear-gradient(180deg,#fff,#f6fafb)}.hero.has-banner .hero-banner img{width:100%;display:block;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.08)}.eyebrow{display:inline-block;background:#e8f7fa;color:#0b7285;padding:8px 12px;border-radius:999px;font-weight:700;font-size:13px}.hero h2{margin:16px 0 10px;font-size:clamp(34px,5vw,68px);line-height:1.05}.hero p{margin:0 0 18px;color:#536272;font-size:20px;max-width:700px}.search-wrap input{width:100%;padding:16px 18px;border:1px solid #d8e2eb;border-radius:14px;background:#fff}.container{padding:16px 4% 50px}.catalog-head{display:flex;justify-content:space-between;align-items:end}.catalog-head h3{margin:0;font-size:34px}.catalog-head p{margin:6px 0 0;color:#64748b}.filter-panel{display:grid;gap:18px;background:#fff;padding:18px;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin:18px 0 24px}.filter-panel h4{margin:0 0 10px}.pill-wrap{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:10px 16px;border:1px solid #d8e0e8;background:#fff;border-radius:999px;cursor:pointer}.pill.active{background:#0f7a8a;color:#fff;border-color:#0f7a8a}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:grid;gap:12px}.product-click{border:0;background:none;padding:0;text-align:left;cursor:pointer}.product-image{height:240px;border-radius:14px;background:#f2f4f7;overflow:hidden;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover}.no-image{color:#7b8794}.category-line{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.category-line span{background:#edf7fa;color:#0b7285;font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px}.category-line small{color:#566577;font-size:12px}.product-body h5{margin:10px 0 6px;font-size:20px;line-height:1.2}.code{margin:0;color:#61707e;font-size:14px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}.price-row strong{font-size:20px}.price-row span{color:#61707e}.add-cart,.checkout-btn{border:0;background:#f2b300;color:#111827;padding:13px 16px;border-radius:12px;font-weight:700;cursor:pointer}.modal,.cart-drawer,.overlay{position:fixed;inset:0}.hidden{display:none}.overlay{background:rgba(12,18,28,.45);z-index:25}.modal{z-index:30;display:grid;place-items:center;padding:20px}.modal-card{position:relative;width:min(960px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:22px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.modal-image{background:#f3f5f7;border-radius:18px;overflow:hidden;min-height:380px;display:grid;place-items:center}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-body h3{margin:12px 0 8px;font-size:32px}.modal-description{color:#495766;line-height:1.6}.close-modal{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:999px;background:#eef2f6;font-size:28px;cursor:pointer}.cart-drawer{z-index:35;left:auto;width:min(420px,100%);background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.12);display:flex;flex-direction:column}.cart-top,.cart-bottom{padding:16px;border-bottom:1px solid #e8edf2}.cart-bottom{border-bottom:0;margin-top:auto}.cart-items{padding:16px;display:grid;gap:12px;overflow:auto}.cart-item{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid #edf1f5;border-radius:14px}.cart-item p,.cart-item small{margin:4px 0;color:#627181}.qty-box{display:flex;align-items:center;gap:8px}.qty-box button{width:28px;height:28px;border:0;background:#eef2f6;border-radius:8px;cursor:pointer}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero p{font-size:18px}.brand h1{font-size:24px}}@media(max-width:700px){.product-grid{grid-template-columns:1fr}.modal-card{grid-template-columns:1fr}.modal-image{min-height:260px}.brand h1{font-size:21px}.site-header{padding:12px 4%}.hero h2{font-size:40px}.catalog-head h3{font-size:28px}}

.cart-drawer.hidden {
  display: none !important;
}

.cart-drawer.show {
  display: flex !important;
}

.modal.hidden {
  display: none !important;
}

.overlay.hidden {
  display: none !important;
}

.cart-drawer.hidden {
  display: none !important;
}

.cart-drawer.show {
  display: flex !important;
}

.product-image {
  aspect-ratio: 1 / 1;
  height: auto;
  background: #ffffff;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-image {
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: #ffffff;
}

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-description {
  white-space: pre-line;
  line-height: 1.75;
  color: #44515f;
  background: #f8fafc;
  padding: 16px;
  border-radius: 14px;
  border-left: 4px solid #0f7a8a;
  font-size: 15px;
}

.modal-body {
  padding: 10px 6px;
}

.modal-body h3 {
  color: #142130;
  margin-bottom: 8px;
}
