*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111827;background:#fff}
.trustbar{text-align:center;background:#111;color:#fff;padding:7px;font-size:12px;font-weight:700}
header{height:58px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;padding:0 28px;background:#fff}
.brand{display:flex;align-items:baseline;gap:7px;text-decoration:none;color:#111}
.brand b{font-size:29px;letter-spacing:-1.5px}
.brand span{font-size:9px;letter-spacing:.16em;font-weight:800;color:#4b5563}

.storefront{max-width:1180px;margin:0 auto;padding:38px 28px 60px}
.intro{text-align:center;margin:10px 0 42px}
.intro h1{font-size:38px;line-height:1.05;margin:0 0 10px;letter-spacing:-.02em}
.intro p{margin:0;color:#6b7280;font-size:17px}

.featured h2{font-size:23px;margin:0 0 20px}
.product-card{display:block;width:min(100%,330px);text-decoration:none;color:#111827;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.06);transition:transform .15s ease,box-shadow .15s ease}
.product-card:hover{transform:translateY(-2px);box-shadow:0 9px 26px rgba(0,0,0,.09)}
.product-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;background:#f3f4f6}
.card-body{padding:16px}
.card-body h3{font-size:22px;line-height:1.12;margin:0 0 6px}
.subtitle{margin:0 0 11px;color:#6b7280;font-size:14px}
.price{display:flex;align-items:baseline;gap:9px;margin-bottom:14px}
.was-price{font-size:16px;font-weight:700;color:#6b7280;text-decoration:line-through;text-decoration-thickness:2px}
.sale-price{font-size:22px;font-weight:900}
.shop-button{display:block;text-align:center;background:#d71920;color:#fff;font-size:15px;font-weight:900;padding:13px;border-radius:7px}

footer{text-align:center;border-top:1px solid #e5e7eb;padding:24px 15px 32px;color:#6b7280;font-size:12px}
footer strong{font-size:17px;color:#111}
footer a{color:#4b5563}

@media(max-width:799px){
  header{height:54px;padding:0 16px}
  .brand b{font-size:27px}
  .storefront{padding:28px 15px 46px}
  .intro{margin:4px 0 30px}
  .intro h1{font-size:31px}
  .intro p{font-size:15px}
  .featured h2{font-size:21px;margin-bottom:15px}
  .product-card{width:100%;max-width:430px;margin:0 auto}
  .card-body h3{font-size:21px}
}
