/* ══════════════════════════════════════
   HOMEPAGE — Exact TMG Style
══════════════════════════════════════ */

/* ─── HERO ─── */
.hero-slideshow{position:relative;width:100%;overflow:hidden;background:#111;line-height:0}
.hero-slide{display:none;width:100%;position:relative}
.hero-slide.active{display:block}
.hero-slide-img{width:100%;height:auto;display:block;max-height:520px;object-fit:cover;object-position:center top}
.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background:rgba(0,0,0,.35);border:none;color:#fff;width:38px;height:56px;font-size:26px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}
.hero-prev{left:0;border-radius:0 4px 4px 0}
.hero-next{right:0;border-radius:4px 0 0 4px}
.hero-prev:hover,.hero-next:hover{background:rgba(255,103,29,.85)}
.hero-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:4}
.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45);border:none;cursor:pointer;transition:all .3s;padding:0}
.hero-dot.active{background:#FF671D;transform:scale(1.2)}

/* ─── TRUST BAR ─── */
.trust-bar{padding:14px 0;border-bottom:1px solid #eee;background:#fff}
.trust-bar .container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:6px}
.trust-item{display:flex;align-items:center;gap:10px;padding:4px 6px}
.trust-icon-wrap{width:40px;height:40px;background:#fff5f0;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon-wrap svg{width:20px;height:20px;fill:#FF671D}
.trust-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:#111;line-height:1.2}
.trust-link{font-size:11px;color:#FF671D;display:block;margin-top:1px}
.trust-link:hover{text-decoration:underline}

/* ─── SHOP BY CATEGORY cards ─── */
.shop-by-cat-row{display:flex;gap:8px}
.shop-by-cat-row>a{flex:1;min-width:0}

/* ─── SCROLLBAR HIDE ─── */
[data-scroll]{scrollbar-width:none}
[data-scroll]::-webkit-scrollbar{display:none}
