/* ============ BREADCRUMB ============ */
.breadcrumb { background:#fff; padding:12px 0; border-bottom:1px solid #eaeaea; font-size:13px; color:#888; }
.breadcrumb a { color:#0056a4; }
.breadcrumb a:hover { text-decoration:underline; }
.breadcrumb i { font-size:9px; margin:0 6px; color:#ccc; }
.breadcrumb span { color:#333; font-weight:600; }

/* ============ ÜRÜN DETAY ============ */
.product-detail { display:grid; grid-template-columns:1fr 1fr; gap:30px; padding:30px 0; }
.pd-gallery { background:#fff; border-radius:10px; border:1px solid #eaeaea; overflow:hidden; }
.pd-main-image { height:400px; display:flex; align-items:center; justify-content:center; background:#fafafa; border-bottom:1px solid #f0f0f0; }
.pd-main-image i { font-size:140px; color:#c0c0c0; }
.pd-thumbs { display:flex; gap:8px; padding:12px; }
.pd-thumb { width:70px; height:70px; border:2px solid #eaeaea; border-radius:6px; display:flex; align-items:center; justify-content:center; cursor:pointer; background:#fafafa; transition:border-color 0.2s; }
.pd-thumb:hover,.pd-thumb.active { border-color:#0056a4; }
.pd-thumb i { font-size:24px; color:#bbb; }

.pd-info { padding:10px 0; }
.pd-brand { color:#0056a4; font-size:13px; font-weight:600; text-transform:uppercase; margin-bottom:6px; }
.pd-name { font-size:24px; font-weight:700; color:#1a2a3a; margin-bottom:8px; line-height:1.3; }
.pd-rating { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.pd-rating .stars { color:#f39c12; font-size:14px; }
.pd-rating span { font-size:13px; color:#888; }

.pd-price-box { background:#f9fbfd; border:1px solid #e6f4ea; border-radius:10px; padding:18px; margin-bottom:18px; }
.pd-old-price { font-size:16px; color:#999; text-decoration:line-through; }
.pd-current-price { font-size:32px; font-weight:800; color:#ec1c29; }
.pd-current-price .curr { font-size:20px; }
.pd-koli { display:inline-block; margin-top:8px; padding:6px 12px; background:#e6f4ea; border-radius:6px; font-size:13px; color:#0056a4; font-weight:600; }
.pd-unit-price { font-size:12px; color:#888; margin-top:6px; }

.pd-options { margin-bottom:18px; }
.pd-option-label { font-size:13px; font-weight:600; margin-bottom:8px; display:block; color:#555; }
.pd-qty { display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.pd-qty-ctrl { display:flex; align-items:center; }
.pd-qty-ctrl button { width:40px; height:40px; border:2px solid #0056a4; background:#fff; color:#0056a4; font-size:18px; font-weight:700; cursor:pointer; }
.pd-qty-ctrl button:first-child { border-radius:8px 0 0 8px; }
.pd-qty-ctrl button:last-child { border-radius:0 8px 8px 0; }
.pd-qty-ctrl button:hover { background:#0056a4; color:#fff; }
.pd-qty-ctrl span { width:50px; height:40px; display:flex; align-items:center; justify-content:center; border-top:2px solid #0056a4; border-bottom:2px solid #0056a4; font-weight:700; font-size:16px; color:#0056a4; }

.pd-actions { display:flex; gap:10px; margin-bottom:18px; }
.pd-btn-cart { flex:1; padding:14px; background:#ec1c29; color:#fff; border:none; border-radius:8px; font-size:15px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:background 0.2s, box-shadow 0.2s; }
.pd-btn-cart:hover { background:#c4151f; box-shadow:0 4px 14px rgba(236,28,41,0.25); }
.pd-btn-fav { width:50px; height:50px; border:2px solid #eaeaea; background:#fff; border-radius:8px; cursor:pointer; font-size:18px; color:#ccc; display:flex; align-items:center; justify-content:center; transition:border-color 0.2s, color 0.2s; }
.pd-btn-fav:hover,.pd-btn-fav.active { border-color:#ec1c29; color:#ec1c29; }

.pd-features { display:flex; gap:16px; margin-bottom:18px; flex-wrap:wrap; }
.pd-feature { display:flex; align-items:center; gap:6px; font-size:12px; color:#555; padding:8px 12px; background:#f5f5f5; border-radius:6px; }
.pd-feature i { color:#0056a4; }

.pd-tabs { margin-top:30px; }
.pd-tab-btns { display:flex; gap:0; border-bottom:2px solid #eaeaea; }
.pd-tab-btn { padding:12px 24px; border:none; background:none; font-size:14px; font-weight:600; color:#888; cursor:pointer; border-bottom:2px solid transparent; margin-bottom:-2px; }
.pd-tab-btn.active { color:#0056a4; border-bottom-color:#0056a4; }
.pd-tab-content { display:none; padding:20px 0; }
.pd-tab-content.active { display:block; }
.pd-tab-content p { font-size:14px; line-height:1.7; color:#555; }
.pd-tab-content table { width:100%; border-collapse:collapse; }
.pd-tab-content table td { padding:10px 14px; border-bottom:1px solid #f0f0f0; font-size:13px; }
.pd-tab-content table td:first-child { font-weight:600; color:#333; width:40%; background:#f9fbfd; }

.related-section { margin:30px 0; }

/* ============ KATEGORİ SAYFA ============ */
.category-page { display:grid; grid-template-columns:250px 1fr; gap:20px; padding:20px 0; }
.filter-sidebar { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:18px; height:fit-content; position:sticky; top:80px; }
.filter-title { font-size:16px; font-weight:700; color:#1a2a3a; margin-bottom:14px; padding-bottom:10px; border-bottom:2px solid #eaeaea; }
.filter-group { margin-bottom:18px; }
.filter-group h4 { font-size:13px; font-weight:700; color:#333; margin-bottom:10px; }
.filter-group label { display:flex; align-items:center; gap:8px; font-size:13px; color:#555; cursor:pointer; padding:4px 0; }
.filter-group input[type="checkbox"] { accent-color:#0056a4; }
.filter-group input[type="range"] { width:100%; accent-color:#0056a4; }
.price-range-vals { display:flex; justify-content:space-between; font-size:12px; color:#888; margin-top:4px; }

.listing-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
.listing-header h2 { font-size:20px; font-weight:700; color:#1a2a3a; }
.listing-count { font-size:13px; color:#888; }
.listing-sort select { padding:8px 12px; border:1px solid #d0d0d0; border-radius:6px; font-size:13px; outline:none; }
.listing-sort select:focus { border-color:#0056a4; }

.listing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }

.no-results { text-align:center; padding:60px 20px; color:#888; }
.no-results i { font-size:60px; color:#ddd; margin-bottom:12px; display:block; }

/* ============ SEPET SAYFA ============ */
.cart-page { display:grid; grid-template-columns:1fr 340px; gap:20px; padding:20px 0; }
.cart-items { background:#fff; border-radius:10px; border:1px solid #eaeaea; overflow:hidden; }
.cart-header-row { display:grid; grid-template-columns:3fr 1fr 1fr 1fr 40px; padding:12px 18px; background:#f9fbfd; font-size:11px; font-weight:700; color:#6a7a8a; text-transform:uppercase; border-bottom:1px solid #eaeaea; }
.cart-row { display:grid; grid-template-columns:3fr 1fr 1fr 1fr 40px; padding:14px 18px; align-items:center; border-bottom:1px solid #f5f5f5; }
.cart-row:last-child { border-bottom:none; }
.cart-product { display:flex; align-items:center; gap:12px; }
.cart-product-img { width:60px; height:60px; background:#fafafa; border-radius:6px; display:flex; align-items:center; justify-content:center; border:1px solid #f0f0f0; }
.cart-product-img i { font-size:24px; color:#c0c0c0; }
.cart-product-name { font-size:13px; font-weight:600; color:#333; display:block; text-decoration:none; }
.cart-product-name:hover { color:#ec1c29; text-decoration:underline; }
.cart-product-brand { font-size:11px; color:#888; }
.cart-unit-price { font-size:14px; color:#333; font-weight:600; }
.cart-qty { display:flex; align-items:center; }
.cart-qty button { width:28px; height:28px; border:1px solid #d0d0d0; background:#fff; cursor:pointer; font-size:14px; color:#0056a4; display:flex; align-items:center; justify-content:center; }
.cart-qty button:hover { background:#e6f4ea; }
.cart-qty span { width:34px; height:28px; display:flex; align-items:center; justify-content:center; border-top:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; font-weight:600; font-size:13px; }
.cart-line-total { font-size:15px; font-weight:700; color:#ec1c29; }
.cart-remove { background:none; border:none; color:#ccc; cursor:pointer; font-size:14px; }
.cart-remove:hover { color:#ec1c29; }

.cart-summary { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:20px; height:fit-content; position:sticky; top:80px; }
.cart-summary h3 { font-size:16px; font-weight:700; color:#1a2a3a; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid #eaeaea; }
.summary-row { display:flex; justify-content:space-between; padding:8px 0; font-size:14px; color:#555; }
.summary-row.total { border-top:2px solid #eaeaea; margin-top:8px; padding-top:14px; font-size:18px; font-weight:800; color:#1a2a3a; }
.summary-row.total span:last-child { color:#ec1c29; }
.summary-row.saving { color:#28a745; font-weight:600; }
.btn-checkout { width:100%; padding:14px; background:#ec1c29; color:#fff; border:none; border-radius:8px; font-size:16px; font-weight:700; cursor:pointer; margin-top:14px; display:flex; align-items:center; justify-content:center; gap:8px; transition:background 0.2s, box-shadow 0.2s; }
.btn-checkout:hover { background:#c4151f; box-shadow:0 4px 14px rgba(236,28,41,0.25); }
.btn-continue { width:100%; padding:12px; background:#fff; color:#0056a4; border:2px solid #0056a4; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; margin-top:8px; text-align:center; display:block; transition:background 0.2s; }
.btn-continue:hover { background:#e6f4ea; }
.coupon-box { display:flex; gap:6px; margin-top:14px; }
.coupon-box input { flex:1; padding:9px 12px; border:1px solid #d0d0d0; border-radius:6px; font-size:13px; outline:none; }
.coupon-box button { padding:9px 16px; background:#0056a4; color:#fff; border:none; border-radius:6px; font-size:13px; font-weight:600; cursor:pointer; }
.empty-cart { text-align:center; padding:60px 20px; }
.empty-cart i { font-size:80px; color:#ddd; margin-bottom:16px; }
.empty-cart h2 { font-size:22px; color:#555; margin-bottom:8px; }
.empty-cart p { color:#888; margin-bottom:20px; }

/* ============ ÖDEME ============ */
.checkout-page { display:grid; grid-template-columns:1fr 380px; gap:20px; padding:20px 0; }
.checkout-section { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:20px; margin-bottom:16px; }
.checkout-section h3 { font-size:16px; font-weight:700; color:#1a2a3a; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid #eaeaea; display:flex; align-items:center; gap:8px; }
.checkout-section h3 .step { width:26px; height:26px; border-radius:50%; background:#0056a4; color:#fff; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; }
.address-cards { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px; }
.address-card { border:2px solid #eaeaea; border-radius:8px; padding:14px; cursor:pointer; position:relative; transition:border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.address-card:hover { border-color:#bfe3c8; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.address-card.selected { border-color:#0056a4; background:#e6f4ea; }
.address-card h4 { font-size:14px; font-weight:700; margin-bottom:6px; }
.address-card p { font-size:12px; color:#666; line-height:1.5; }
.address-card .check { position:absolute; top:10px; right:10px; width:20px; height:20px; border-radius:50%; border:2px solid #d0d0d0; display:flex; align-items:center; justify-content:center; }
.address-card.selected .check { background:#0056a4; border-color:#0056a4; color:#fff; font-size:10px; }
.payment-methods-list { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.payment-card { border:2px solid #eaeaea; border-radius:8px; padding:16px; cursor:pointer; text-align:center; transition:border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.payment-card:hover { border-color:#bfe3c8; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.payment-card.selected { border-color:#0056a4; background:#e6f4ea; }
.payment-card i { font-size:28px; color:#0056a4; margin-bottom:8px; display:block; }
.payment-card span { font-size:13px; font-weight:600; }
.card-form { margin-top:14px; }
.card-form .form-row { display:flex; gap:10px; }
.card-form .form-group { margin-bottom:12px; flex:1; }
.card-form label { display:block; font-size:12px; font-weight:600; color:#555; margin-bottom:4px; }
.card-form input { width:100%; padding:10px 12px; border:1px solid #d0d0d0; border-radius:6px; font-size:14px; outline:none; }
.card-form input:focus { border-color:#0056a4; }
.order-note textarea { width:100%; padding:10px; border:1px solid #d0d0d0; border-radius:6px; font-size:13px; resize:vertical; min-height:80px; outline:none; }
.order-note textarea:focus { border-color:#0056a4; }

/* ============ HESABIM ============ */
.account-page { display:grid; grid-template-columns:220px 1fr; gap:20px; padding:20px 0; }
.account-sidebar { background:#fff; border-radius:10px; border:1px solid #eaeaea; overflow:hidden; height:fit-content; position:sticky; top:80px; }
.account-user { padding:20px; text-align:center; border-bottom:1px solid #eaeaea; background:#f9fbfd; }
.account-avatar { width:60px; height:60px; border-radius:50%; background:#0056a4; color:#fff; display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:700; margin:0 auto 8px; }
.account-name { font-size:15px; font-weight:700; color:#333; }
.account-email { font-size:12px; color:#888; }
.account-nav a { display:flex; align-items:center; gap:10px; padding:12px 18px; font-size:13px; color:#555; border-bottom:1px solid #f5f5f5; transition:background 0.2s, color 0.2s; }
.account-nav a:hover,.account-nav a.active { background:#e6f4ea; color:#0056a4; }
.account-nav a i { width:16px; text-align:center; }

.account-content { }
.account-card { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:20px; margin-bottom:16px; }
.account-card h3 { font-size:16px; font-weight:700; color:#1a2a3a; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid #eaeaea; }
.account-card .form-group { margin-bottom:14px; }
.account-card label { display:block; font-size:13px; font-weight:600; color:#555; margin-bottom:5px; }
.account-card input,.account-card select { width:100%; padding:10px 12px; border:1px solid #d0d0d0; border-radius:6px; font-size:14px; outline:none; }
.account-card input:focus { border-color:#0056a4; }
.account-card .form-row { display:flex; gap:12px; }
.account-card .form-row .form-group { flex:1; }

.order-list { }
.order-item { border:1px solid #eaeaea; border-radius:8px; margin-bottom:10px; overflow:hidden; }
.order-item-header { display:flex; justify-content:space-between; align-items:center; padding:14px 16px; background:#f9fbfd; cursor:pointer; transition:background 0.2s; }
.order-item-header:hover { background:#e6f4ea; }
.order-id { font-weight:700; color:#0056a4; }
.order-status { display:inline-block; padding:3px 10px; border-radius:4px; font-size:11px; font-weight:700; }
.order-item-body { padding:14px 16px; border-top:1px solid #eaeaea; display:none; }
.order-item-body.open { display:block; }

/* ============ İLETİŞİM ============ */
.contact-page { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:30px 0; }
.contact-info { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:24px; }
.contact-info h2 { font-size:20px; font-weight:700; color:#1a2a3a; margin-bottom:18px; }
.contact-item { display:flex; gap:14px; margin-bottom:18px; padding:14px; background:#f9fbfd; border-radius:8px; }
.contact-icon { width:44px; height:44px; border-radius:10px; background:#0056a4; color:#fff; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.contact-item h4 { font-size:14px; font-weight:700; color:#333; margin-bottom:4px; }
.contact-item p { font-size:13px; color:#666; }
.contact-form { background:#fff; border-radius:10px; border:1px solid #eaeaea; padding:24px; }
.contact-form h2 { font-size:20px; font-weight:700; color:#1a2a3a; margin-bottom:18px; }
.contact-form .form-group { margin-bottom:14px; }
.contact-form label { display:block; font-size:13px; font-weight:600; color:#555; margin-bottom:5px; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; padding:10px 12px; border:1px solid #d0d0d0; border-radius:6px; font-size:14px; outline:none; }
.contact-form input:focus,.contact-form textarea:focus { border-color:#0056a4; }
.contact-form textarea { resize:vertical; min-height:120px; }
.contact-map { margin-top:16px; border-radius:8px; overflow:hidden; height:200px; background:#e8e8e8; display:flex; align-items:center; justify-content:center; color:#999; font-size:14px; }

/* ============ SSS ============ */
.faq-page { max-width:800px; margin:0 auto; padding:30px 0; }
.faq-page h1 { font-size:24px; font-weight:700; color:#1a2a3a; margin-bottom:20px; text-align:center; }
.faq-search { max-width:500px; margin:0 auto 24px; position:relative; }
.faq-search input { width:100%; padding:12px 16px 12px 40px; border:2px solid #eaeaea; border-radius:8px; font-size:14px; outline:none; }
.faq-search input:focus { border-color:#0056a4; }
.faq-search i { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:#aaa; }
.faq-item { background:#fff; border:1px solid #eaeaea; border-radius:8px; margin-bottom:8px; overflow:hidden; transition:box-shadow 0.2s, border-color 0.2s; }
.faq-item:hover { box-shadow:0 2px 10px rgba(0,0,0,0.04); }
.faq-q { display:flex; justify-content:space-between; align-items:center; padding:16px 18px; cursor:pointer; font-size:14px; font-weight:600; color:#333; transition:background 0.2s; }
.faq-q:hover { background:#f9fbfd; }
.faq-q i { color:#0056a4; font-size:12px; transition:transform 0.2s; }
.faq-item.open .faq-q i { transform:rotate(180deg); }
.faq-a { padding:0 18px 16px; font-size:13px; line-height:1.7; color:#666; display:none; }
.faq-item.open .faq-a { display:block; }

/* ============ SİPARİŞ TAKİP ============ */
.tracking-page { max-width:600px; margin:0 auto; padding:30px 0; }
.tracking-page h1 { font-size:24px; font-weight:700; color:#1a2a3a; margin-bottom:20px; text-align:center; }
.tracking-box { background:#fff; border:1px solid #eaeaea; border-radius:10px; padding:24px; }
.tracking-form { display:flex; gap:8px; margin-bottom:20px; }
.tracking-form input { flex:1; padding:12px 14px; border:1px solid #d0d0d0; border-radius:6px; font-size:14px; outline:none; }
.tracking-form input:focus { border-color:#0056a4; }
.tracking-form button { padding:12px 24px; background:#0056a4; color:#fff; border:none; border-radius:6px; font-size:14px; font-weight:700; cursor:pointer; }
.tracking-result { display:none; }
.tracking-result.show { display:block; }
.tracking-status { text-align:center; padding:20px; }
.tracking-steps { display:flex; justify-content:space-between; margin:20px 0; position:relative; }
.tracking-steps::before { content:''; position:absolute; top:18px; left:10%; right:10%; height:3px; background:#eaeaea; z-index:0; }
.tracking-step { text-align:center; position:relative; z-index:1; flex:1; }
.step-dot { width:38px; height:38px; border-radius:50%; background:#eaeaea; color:#999; margin:0 auto 8px; display:flex; align-items:center; justify-content:center; font-size:14px; }
.step-dot.done { background:#28a745; color:#fff; }
.step-dot.current { background:#0056a4; color:#fff; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(0,86,164,0.4)} 50%{box-shadow:0 0 0 8px rgba(0,86,164,0)} }
.step-label { font-size:11px; color:#888; font-weight:600; }
.step-label.done { color:#28a745; }
.step-label.current { color:#0056a4; }

/* ============ HAKKIMIZDA ============ */
.about-page { padding:30px 0; }
.about-hero { background:linear-gradient(135deg,#0056a4,#003d7a); border-radius:12px; padding:50px 40px; color:#fff; margin-bottom:30px; text-align:center; }
.about-hero h1 { font-size:32px; font-weight:800; margin-bottom:12px; }
.about-hero p { font-size:16px; opacity:0.9; max-width:600px; margin:0 auto; }
.about-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:30px; }
.about-card { background:#fff; border:1px solid #eaeaea; border-radius:10px; padding:28px; text-align:center; transition:transform 0.2s, box-shadow 0.2s; }
.about-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,0.06); }
.about-card i { font-size:36px; color:#0056a4; margin-bottom:14px; }
.about-card h3 { font-size:18px; font-weight:700; margin-bottom:8px; color:#1a2a3a; }
.about-card p { font-size:13px; color:#666; line-height:1.6; }
.about-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:30px; }
.about-stat { background:#fff; border:1px solid #eaeaea; border-radius:10px; padding:24px; text-align:center; }
.about-stat h2 { font-size:32px; font-weight:800; color:#0056a4; }
.about-stat p { font-size:13px; color:#666; margin-top:4px; }

/* ============ FAVORİLER ============ */
.favorites-page { padding:20px 0; }
.favorites-page h1 { font-size:22px; font-weight:700; color:#1a2a3a; margin-bottom:18px; }
.fav-empty { text-align:center; padding:60px 20px; }
.fav-empty i { font-size:70px; color:#ddd; margin-bottom:14px; }
.fav-empty h2 { font-size:20px; color:#555; margin-bottom:6px; }
.fav-empty p { color:#888; margin-bottom:16px; }

/* ============ STOK BADGE (pages) ============ */
.stock-badge { display:inline-block; padding:2px 8px; border-radius:4px; font-size:10px; font-weight:700; margin-top:4px; }
.stock-in { background:#d4edda; color:#155724; }
.stock-low { background:#fff3cd; color:#856404; }
.stock-out { background:#f8d7da; color:#721c24; }

/* ============ RESPONSIVE ============ */
@media(max-width:992px) {
    .product-detail,.checkout-page { grid-template-columns:1fr; }
    .cart-page { grid-template-columns:1fr; }
    .category-page { grid-template-columns:1fr; }
    .filter-sidebar { position:static; order:2; }
    .listing-main { order:1; }
    .contact-page { grid-template-columns:1fr; }
    .account-page { grid-template-columns:1fr; }
    .listing-grid { grid-template-columns:repeat(3,1fr); }
    .about-grid { grid-template-columns:1fr; }
    .about-stats { grid-template-columns:repeat(2,1fr); }
    .address-cards,.payment-methods-list { grid-template-columns:1fr; }
}
@media(max-width:768px) {
    .listing-grid { grid-template-columns:repeat(2,1fr); }
    .cart-header-row,.cart-row { grid-template-columns:2fr 1fr 1fr auto; }
    .cart-row > :nth-child(2) { display:none; }
    .cart-header-row > :nth-child(2) { display:none; }
    .pd-main-image { height:280px; }
}
@media(max-width:480px) {
    .listing-grid { grid-template-columns:repeat(2,1fr); gap:6px; }
}
