body{font-family:Arial,sans-serif;background:#f7f7f7;color:#222;margin:0}
.wrap{max-width:1200px;margin:0 auto;padding:16px}
.lead{color:#666}
.card{background:#fff;border:1px solid #ddd;border-radius:12px;margin:16px 0;overflow:hidden}
.banner{width:100%;aspect-ratio:16/6;object-fit:cover;background:#eee}
.content{padding:12px}
.timer{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0}
.timer > div{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:6px;text-align:center}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.row{display:flex;justify-content:space-between;gap:8px;align-items:center}
.old{color:#888;text-decoration:line-through;font-size:12px}
.btn{background:#d62222;color:#fff;border:0;border-radius:8px;padding:8px 12px;cursor:pointer}
.muted{color:#666;font-size:12px}
label{display:block;margin:8px 0}
input,textarea{width:100%;padding:8px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box}
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.chip{background:#fff;border:1px solid #ddd;padding:4px 8px;border-radius:999px}
.chip__remove{border:0;background:transparent;color:#d62222;cursor:pointer;font-weight:700;padding-left:6px}
.status{display:inline-block;padding:2px 8px;border-radius:999px;background:#f2f2f2;font-size:12px}
.promo-grid .product-card{height:100%}
.promo-product-card .product-card__image{padding:8px}
.promo-product-card .product-card__image img{width:100%;height:170px;object-fit:contain}
.promo-product-card .product-card__info{padding:10px}
.promo-product-card .product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}
.promo-product-card .product-card__price{margin:6px 0}
.promo-product-card .product-card__buy{font-size:14px;min-height:38px}
.promo-product-card .add-to-cart--done{background:#16a34a !important;border-color:#16a34a !important;color:#fff !important}
.promo-product-card .add-to-cart--done:hover{background:#15803d !important;border-color:#15803d !important;color:#fff !important}
.promo-product-card .product-card__colors{display:flex;gap:6px;margin:6px 0 8px}
.promo-product-card .product-card__color-swatch{display:inline-flex;width:30px;height:30px;border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff}
.promo-product-card .product-card__color-swatch img{width:100%;height:100%;object-fit:cover}
.promo-product-card .product-card__color-swatch--active{border-color:#d62222}
main.page__content .container.wrap{padding-top:8px}
.search-toolbar{display:grid;grid-template-columns:1fr;gap:10px}
.search-results{display:grid;gap:8px;margin:10px 0}
.search-result-card{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;border:1px solid #ddd;border-radius:10px;padding:8px;background:#fff}
.search-result-card img{width:72px;height:72px;object-fit:contain;background:#f3f3f3;border-radius:6px}
.search-result-card__title{font-weight:600;font-size:14px;line-height:1.3}
.search-result-card__meta{font-size:12px;color:#666;margin-top:2px}
.search-result-card__price{margin-top:4px;font-size:14px}
.search-pager{display:flex;align-items:center;gap:8px;margin:8px 0 14px}
.btn.btn--added{background:#16a34a !important;color:#fff !important}
@media(min-width:900px){.grid{grid-template-columns:repeat(5,1fr)}}
@media(min-width:900px){.search-toolbar{grid-template-columns:2fr 1fr}}
@media(max-width:767px){.banner{aspect-ratio:1/1;object-position:center center}}
