*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --g:#169B62;--gd:#0d7a4c;--blk:#0d0d0d;--wht:#fff;
  --off:#f4f4f2;--bdr:#e5e5e3;--gry:#666;--grl:#aaa;
  --emb:#e84a0c;--nvy:#0c1620;--org:#ff6b00;
  --max:1300px;--pad:clamp(16px,3vw,40px);--r:6px;
}
body{font-family:'Roboto',sans-serif;color:#111;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font-family:'Roboto',sans-serif;cursor:pointer;border:none;background:none}
ul,ol{margin:0 0 1em 1.2em;padding-left:1.2em;}

/* NAV / UI LIST — no bullets */
.mit-nav ul,.mit-nav li,.mit-mega ul,.mit-mega li,
.mit-dd ul,.mit-dd li,.mit-mob ul,.mit-mob li,
.mit-ftr-col ul,.mit-ftr-col li,
.mit-cs-sub ul,.mit-cs-sub li,
.mit-prod-tabs,.mit-prod-tabs li,
.mit-br-list,.mit-br-list li,
.woocommerce ul.products,.woocommerce ul.products li{
  list-style:none!important;margin:0!important;padding-left:0!important;
}
.mit-mega-col ul,.mit-ftr-col ul,.mit-cs-sub ul{padding-left:0!important;}

/* ASTRA SUPPRESSION */
#masthead,.site-header,.ast-header-wrap,.main-header-bar,
.ast-above-header-bar,.ast-below-header-bar,
.site-footer,#colophon{display:none!important}
#content{padding:0!important;margin:0!important}
.ast-container{max-width:100%!important;padding:0!important}
.entry-content{max-width:100%!important;padding:0!important;margin:0!important}

/* ── ANNOUNCE BAR ─────────────────────────────────────────── */
.mit-ann{
  display:flex!important;align-items:center;justify-content:center;
  flex-wrap:wrap;gap:4px;min-height:36px;background:var(--g);color:#fff;
  text-align:center;padding:8px 16px;font-size:12.5px;font-weight:600;
  letter-spacing:.04em;position:relative;z-index:10002;line-height:1.4;
}
.mit-ann a{color:#fff;text-decoration:underline;margin-left:6px;font-weight:700}

/* ── HEADER ───────────────────────────────────────────────── */
.mit-hdr{position:sticky!important;top:0!important;z-index:10001!important;background:var(--blk)}
.mit-hdr-in{
  max-width:100%;width:100%;margin:0 auto;padding:0 20px;height:70px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;
}
.mit-logo{display:flex;align-items:center}
.mit-logo img{height:40px!important;width:auto!important;object-fit:contain!important}
.mit-nav{display:flex;align-items:center;justify-content:center;height:70px}
.mit-ni{height:100%;display:flex;align-items:center;position:relative}
.mit-ni>a{color:rgba(255,255,255,.75);font-size:12.5px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:0 14px;height:100%;display:flex;align-items:center;transition:color .18s;white-space:nowrap;border-bottom:3px solid transparent}
.mit-ni>a:hover,.mit-ni:hover>a{color:#fff;border-bottom-color:var(--g)}
.mit-ni>a.sale{color:#ff8080}
.mit-has-dd>a::after{content:'▾';margin-left:5px;font-size:9px;opacity:.5}
.mit-hdr-r{display:flex;align-items:center;gap:4px}
.mit-ico{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);transition:background .18s,color .18s;position:relative;text-decoration:none}
.mit-ico:hover{background:rgba(255,255,255,.1);color:#fff}
.mit-ico svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mit-cart-n{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--g);color:#fff;font-size:8.5px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--blk)}
.mit-btn-si{background:var(--g);color:#fff;font-size:12px;font-weight:700;padding:9px 18px;border-radius:6px;transition:background .18s;white-space:nowrap;display:inline-flex;align-items:center}
.mit-btn-si:hover{background:var(--gd);color:#fff}
.mit-hbg{display:none;flex-direction:column;gap:5px;padding:6px;cursor:pointer;border:none;background:none}
.mit-hbg span{display:block;width:22px;height:1.5px;background:rgba(255,255,255,.8);border-radius:2px}

/* ── MEGA MENU ────────────────────────────────────────────── */
.mit-mega{position:fixed;top:106px;left:0;right:0;background:#fff;border-top:3px solid var(--g);box-shadow:0 24px 60px rgba(0,0,0,.18);opacity:0;visibility:hidden;transition:opacity .22s,transform .22s;transform:translateY(10px);pointer-events:none;z-index:10000}
.mit-ni:hover .mit-mega{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}
.mit-mega-in{max-width:var(--max);margin:0 auto;padding:36px var(--pad);display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:48px}
.mit-mega-col h4{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--grl);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--bdr)}
.mit-mega-col ul{display:flex;flex-direction:column;gap:11px}
.mit-mega-col ul a{font-size:13.5px;font-weight:600;color:#222;transition:color .15s,padding-left .15s;display:block}
.mit-mega-col ul a:hover{color:var(--g);padding-left:6px}
.mit-mega-feat{text-align:center;border-left:1px solid var(--bdr);padding-left:40px}
.mf-slide{display:none;animation:mfFade .4s ease}
.mf-slide.on{display:block}
@keyframes mfFade{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}
.mf-slide img{width:100%;max-width:220px;height:220px;object-fit:contain;margin:0 auto 12px}
.mf-name{font-size:14px;font-weight:700;color:var(--blk);margin-bottom:4px}
.mf-price{font-family:'Bebas Neue',sans-serif;font-size:18px;font-weight:600;color:var(--g)}
.mf-btn{display:inline-block;margin-top:12px;background:var(--g);color:#fff;font-size:12px;font-weight:700;padding:9px 20px;border-radius:5px}
.mf-dots{display:flex;justify-content:center;gap:6px;margin-top:14px}
.mf-dot{width:7px;height:7px;border-radius:50%;background:#ddd;cursor:pointer;border:none;transition:background .2s}
.mf-dot.on{background:var(--g)}
.mit-dd{position:absolute;top:100%;left:0;background:#fff;border-top:3px solid var(--g);box-shadow:0 12px 40px rgba(0,0,0,.14);min-width:190px;padding:8px 0;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;transform:translateY(8px);pointer-events:none;z-index:100}
.mit-ni:hover .mit-dd{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}
.mit-dd a{display:block;padding:10px 20px;font-size:13px;color:#333;transition:color .15s,background .15s}
.mit-dd a:hover{color:var(--g);background:#f8f8f8}

/* ── HERO SLIDER (DESKTOP) ───────────────────────────────── */
.mit-hero{
  position:relative;height:650px;min-height:650px;
  background:var(--blk);overflow:hidden;
  margin-top:0!important;margin-bottom:40px!important;
}
.mit-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease;display:flex;align-items:center;height:650px}
.mit-slide.on{opacity:1}
.mit-slide-bg{position:absolute;inset:0;height:650px}
.mit-slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
/* Banner images carry their own text — hide overlay */
.mit-slide-c{display:none!important}
.mit-slide-ov{display:none!important}
/* Arrows — clean chevrons */
.mit-h-arrows{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;width:100%;display:flex;justify-content:space-between;padding:0 18px;z-index:10;pointer-events:none}
.mit-h-arr{width:44px;height:60px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;pointer-events:all;font-size:0;padding:0}
.mit-h-arr::before{display:block;color:#fff;font-size:56px;line-height:1;font-family:Arial,Helvetica,sans-serif;font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,.8)}
.mit-h-arr:first-child::before{content:'‹'}
.mit-h-arr:last-child::before{content:'›'}
.mit-h-arr svg{display:none!important}
/* Dots — clean bars */
.mit-h-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10;pointer-events:all}
.mit-dot{width:28px;height:5px;border-radius:20px;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:background .2s,width .2s;padding:0;margin:0;display:block}
.mit-dot.on{width:40px;background:var(--g);transform:none}

/* ── CATEGORY STRIP (DESKTOP) ────────────────────────────── */
.mit-cat-strip{display:flex;height:520px;overflow:hidden;margin-bottom:0}
.mit-cs{position:relative;overflow:hidden;cursor:pointer;text-decoration:none;display:block;flex:1;transition:flex .5s cubic-bezier(.4,0,.2,1);border-right:1px solid rgba(0,0,0,.2)}
.mit-cs:last-child{border-right:none}
.mit-cs img{width:100%;height:100%;object-fit:cover;object-position:center;transition:filter .4s}
.mit-cat-strip:hover .mit-cs{flex:.5}
.mit-cat-strip .mit-cs:hover{flex:3}
.mit-cat-strip:hover .mit-cs:not(:hover) img{filter:brightness(.4) blur(2px)}
.mit-cs-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.05) 60%,transparent 100%);transition:background .4s}
.mit-cs:hover .mit-cs-ov{background:rgba(0,0,0,.3)}
.mit-cs-vname{position:absolute;bottom:24px;left:14px;font-family:'Bebas Neue',sans-serif;font-size:20px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;writing-mode:vertical-rl;transform:rotate(180deg);transition:opacity .25s;white-space:nowrap;text-shadow:0 2px 12px rgba(0,0,0,.6)}
.mit-cs:hover .mit-cs-vname{opacity:0;pointer-events:none}
.mit-cs-sub{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:40px 32px;opacity:0;transform:translateX(-14px);transition:opacity .35s ease .1s,transform .35s ease .1s;pointer-events:none}
.mit-cs:hover .mit-cs-sub{opacity:1;transform:translateX(0);pointer-events:all}
.mit-cs-sub-ttl{font-family:'Bebas Neue',sans-serif;font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;white-space:nowrap}
.mit-cs-sub-line{width:44px;height:3px;background:var(--g);margin-bottom:20px;border-radius:2px}
.mit-cs-sub ul{display:flex;flex-direction:column;gap:12px}
.mit-cs-sub ul a{font-size:15px;font-weight:500;color:rgba(255,255,255,.88);transition:color .15s,padding-left .15s;display:block;white-space:nowrap}
.mit-cs-sub ul a:hover{color:var(--g);padding-left:8px}
.mit-cs-badge{position:absolute;top:16px;left:16px;background:var(--g);color:#fff;font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;z-index:3}

/* ── TICKER ───────────────────────────────────────────────── */
.mit-ticker-wrap{padding:28px 0;background:#fff}
.mit-ticker{background:var(--blk);overflow:hidden;padding:15px 0}
.mit-tick-t{display:flex;white-space:nowrap;animation:mitTick 18s linear infinite}
.mit-tick-t:hover{animation-play-state:paused}
@keyframes mitTick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.mit-tick-i{display:inline-flex;align-items:center;gap:10px;font-family:'Bebas Neue',sans-serif;font-size:13.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;padding:0 26px}
.mit-tick-d{width:3px;height:3px;background:var(--g);border-radius:50%;flex-shrink:0}

/* ── SECTIONS ─────────────────────────────────────────────── */
.mit-sec{padding:clamp(44px,5vw,80px) 0}
.mit-sec-bg{background:var(--off)}
.mit-sec-in{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.mit-sec-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:clamp(24px,3vw,40px);gap:16px;flex-wrap:wrap}
.mit-sec-eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--g);margin-bottom:7px}
.mit-sec-ttl{font-family:'Bebas Neue',sans-serif!important;font-size:clamp(28px,4vw,46px);font-weight:700;text-transform:uppercase;color:var(--blk);line-height:.95}
.mit-lk-all{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--g);border-bottom:2px solid var(--g);padding-bottom:1px;transition:gap .18s;flex-shrink:0;text-decoration:none}
.mit-lk-all:hover{gap:10px;color:var(--g)}
.mit-lk-all svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ── PRODUCT TABS ─────────────────────────────────────────── */
.mit-prod-tabs{display:flex;align-items:center;margin-bottom:32px;border-bottom:2px solid var(--bdr);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.mit-prod-tabs::-webkit-scrollbar{display:none}
.mit-ptab{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:10px 20px 12px;color:var(--grl);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .18s,border-color .18s;background:none;font-family:'Roboto',sans-serif;border-top:none;white-space:nowrap;flex-shrink:0;border-left:none;border-right:none;white-space:nowrap}
.mit-ptab.on{color:var(--blk);border-bottom-color:var(--blk)}
.mit-ptab:not(.on):hover{color:#333}
.mit-ptab-div{color:var(--bdr);padding:0 4px;align-self:center;font-size:12px}

/* ── HOMEPAGE PRODUCT CARDS ──────────────────────────────── */
.mit-pg{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.mit-pc{background:transparent;border:none;position:relative;display:flex;flex-direction:column}
.mit-pi{position:relative;width:100%;aspect-ratio:1/1;background:#f7f7f7;overflow:hidden;display:flex;align-items:center;justify-content:center}
.mit-pi img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.mit-pc:hover .mit-pi img{transform:scale(1.04)}
.mit-pbg{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:14px;z-index:2;line-height:1.4}
.mit-pbg-hot{background:var(--emb);color:#fff}
.mit-pbg-new{background:var(--g);color:#fff}
.mit-pw{display:none!important}
/* ATC — slides up on hover (desktop only) */
.mit-pq{position:absolute;bottom:0;left:0;right:0;padding:0;transform:translateY(102%);transition:transform .22s cubic-bezier(.4,0,.2,1);z-index:2;display:grid;grid-template-columns:1fr}
.mit-pc:hover .mit-pq{transform:translateY(0)}
.mit-pq-main,.woocommerce .mit-pq-main{background:var(--blk)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;letter-spacing:.07em!important;padding:0!important;height:44px!important;text-transform:uppercase!important;border:none!important;cursor:pointer!important;font-family:'Roboto',sans-serif!important;width:100%!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
.mit-pq-main:hover{background:var(--g)!important}
.mit-pq-eye{display:none!important}
.mit-pinfo{padding:14px 0 0;background:transparent}
.mit-ptyp{font-size:11px;color:var(--grl);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.mit-pnm{font-size:14px;font-weight:600;color:var(--blk);line-height:1.3;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mit-pft{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.mit-ppr{font-family:'Bebas Neue',sans-serif;font-size:21px;font-weight:600;color:var(--blk)}
.mit-psr{display:flex;align-items:center;gap:1px}
.mit-psr span{color:#f5a623;font-size:12px}
.mit-prc{font-size:11px;color:var(--grl);margin-left:3px}

/* ── WOOCOMMERCE SHOP GRID ───────────────────────────────── */
.mit-sec .mit-sec-in,
body.woocommerce-page .ast-container,
body.single-product .ast-container{
  max-width:1500px!important;width:100%!important;
  margin-left:auto!important;margin-right:auto!important;
  padding-left:clamp(16px,3vw,42px)!important;
  padding-right:clamp(16px,3vw,42px)!important;
}
body.woocommerce-page .ast-container{padding-top:54px!important;padding-bottom:70px!important}

.mit-pg,
.woocommerce ul.products,
body.archive.woocommerce ul.products,
body.tax-product_cat ul.products,
body.single-product .related.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:44px 28px!important;
  margin:0!important;padding:0!important;align-items:start!important;
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
  float:none!important;width:auto!important;margin:0!important;padding:0!important;
  background:transparent!important;border:none!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;position:relative!important;
  display:flex!important;flex-direction:column!important;transition:none!important;
}
.woocommerce ul.products li.product:hover{transform:none!important;box-shadow:none!important;border:none!important}
.woocommerce ul.products li.product a img{
  display:block!important;width:100%!important;
  aspect-ratio:1/1!important;height:auto!important;
  object-fit:contain!important;object-position:center!important;
  padding:12px!important;margin:0!important;background:#fff!important;
  border:none!important;transition:transform .28s ease!important;
}
.woocommerce ul.products li.product:hover a img{transform:scale(1.035)!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:'Roboto',sans-serif!important;font-size:15px!important;font-weight:500!important;
  color:#111!important;line-height:1.35!important;padding:12px 0 4px!important;margin:0!important;
}
.woocommerce ul.products li.product .price{
  font-family:'Roboto',sans-serif!important;font-size:16px!important;font-weight:600!important;
  color:#111!important;display:block!important;margin:0 0 8px!important;line-height:1.3!important;
}
/* Desktop ATC — hover reveal */
.woocommerce ul.products li.product .button{
  position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;
  z-index:12!important;width:100%!important;height:44px!important;
  margin:0!important;padding:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#111!important;color:#fff!important;border:none!important;border-radius:0!important;
  font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  opacity:0!important;visibility:hidden!important;transform:translateY(4px)!important;
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease,background .2s ease!important;
}
.woocommerce ul.products li.product:hover .button{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
.woocommerce ul.products li.product .button:hover{background:var(--g)!important;color:#fff!important}
/* Out of stock */
.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .stock.out-of-stock,
.woocommerce ul.products li.product .out-of-stock{
  position:relative!important;width:100%!important;top:auto!important;left:auto!important;right:auto!important;
  margin-top:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  height:38px!important;background:rgba(255,255,255,.94)!important;color:#111!important;
  font-size:11px!important;font-weight:900!important;letter-spacing:.05em!important;text-transform:uppercase!important;border:1px solid #ddd!important;
}
/* Sale badge */
.mit-pbg,
.woocommerce ul.products li.product .onsale{
  position:absolute!important;top:12px!important;left:12px!important;z-index:15!important;
  background:#ba0c2f!important;color:#fff!important;border:none!important;border-radius:14px!important;
  padding:5px 11px!important;min-height:auto!important;min-width:auto!important;
  line-height:1!important;font-size:10px!important;font-weight:800!important;
  letter-spacing:.03em!important;text-transform:uppercase!important;box-shadow:none!important;
}
/* WooCommerce buttons */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  background:var(--g)!important;color:#fff!important;border-radius:var(--r)!important;
  font-family:'Roboto',sans-serif!important;font-weight:700!important;letter-spacing:.04em!important;transition:background .18s!important;
}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--gd)!important}
.woocommerce-products-header__title,.woocommerce-page .page-title{
  font-family:'Bebas Neue',sans-serif!important;font-size:clamp(28px,4vw,52px)!important;
  font-weight:700!important;line-height:.95!important;color:#080808!important;
  text-transform:uppercase!important;margin-bottom:28px!important;
}
.woocommerce .woocommerce-ordering select{
  border:1px solid #d7d7d7!important;border-radius:7px!important;padding:11px 14px!important;
  min-width:200px!important;background:#fff!important;color:#333!important;font-size:13px!important;
}
.woocommerce #payment #place_order{
  background:var(--g)!important;color:#fff!important;font-size:16px!important;
  font-weight:700!important;padding:15px 30px!important;border-radius:var(--r)!important;letter-spacing:.04em!important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  border-radius:var(--r)!important;border:1.5px solid var(--bdr)!important;
  font-family:'Roboto',sans-serif!important;padding:12px 14px!important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus{border-color:var(--g)!important;box-shadow:none!important}

/* ── FULL-WIDTH BANNER STRIP ─────────────────────────────── */
.mit-fw-strip{display:grid;grid-template-columns:repeat(3,1fr);height:400px;overflow:hidden}
.mit-fw-item{position:relative;overflow:hidden;display:block;text-decoration:none}
.mit-fw-item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}
.mit-fw-item:hover img{transform:scale(1.04)}
.mit-fw-ov{position:absolute;inset:0;background:rgba(0,0,0,.35);transition:background .3s}
.mit-fw-item:hover .mit-fw-ov{background:rgba(0,0,0,.48)}
.mit-fw-c{position:absolute;bottom:0;left:0;right:0;padding:28px 24px}
.mit-fw-brand{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:6px}
.mit-fw-ttl{font-family:'Bebas Neue',sans-serif;font-size:26px;font-weight:700;color:#fff;text-transform:uppercase;line-height:1;margin-bottom:14px}
.mit-fw-btn{display:inline-flex;align-items:center;gap:7px;background:var(--g);color:#fff;font-size:12.5px;font-weight:700;padding:10px 20px;letter-spacing:.04em;transition:background .18s}
.mit-fw-btn:hover{background:var(--gd)}

/* ── NEW ARRIVALS SLIDER ─────────────────────────────────── */
.mit-arrivals{padding:clamp(52px,6vw,88px) 0;background:var(--off)}
.mit-arrivals-head{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:clamp(28px,3vw,44px);gap:16px;flex-wrap:wrap}
/* TRENDING ARROWS FIX */
.mit-arr-body{
    position:relative;
}

#mitTrendTrack{
    width:100%;
}

.mit-arr-prev{
    left:-25px !important;
}

.mit-arr-next{
    right:-25px !important;
}

.mit-arr-nav{
    top:35% !important;
    transform:translateY(-50%) !important;
    z-index:20 !important;
}
.mit-arr-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 4px 8px}
.mit-arr-track::-webkit-scrollbar{display:none}
.mit-slide-card{flex:0 0 calc(25% - 15px);min-width:260px}
.mit-arr-nav{position:absolute;top:42%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:1.5px solid var(--bdr);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .18s,border-color .18s;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.mit-arr-nav:hover{background:var(--g);border-color:var(--g)}
.mit-arr-nav:hover svg{stroke:#fff}
.mit-arr-nav svg{width:20px;height:20px;stroke:var(--blk);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .18s}
.mit-arr-prev{left:0}
.mit-arr-next{right:0}

/* ── BRAND STORY ─────────────────────────────────────────── */
.mit-brand-fw{display:grid;grid-template-columns:1fr 1fr;min-height:560px;overflow:hidden}
.mit-brand-img{position:relative;overflow:hidden}
.mit-brand-img img{width:100%;height:100%;object-fit:cover;object-position:center top}
.mit-brand-cnt{background:var(--blk);padding:clamp(40px,5vw,80px) clamp(32px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.mit-br-eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--g);margin-bottom:16px}
.mit-br-h2{font-family:'Bebas Neue',sans-serif!important;font-size:clamp(36px,4.5vw,62px);font-weight:700;color:#fff;text-transform:uppercase;line-height:.9;margin-bottom:20px}
.mit-br-h2 em{color:var(--g);font-style:normal;display:block}
.mit-br-p{font-size:15px;color:rgba(255,255,255,.5);line-height:1.78;margin-bottom:28px;max-width:440px}
.mit-br-list{display:flex;flex-direction:column;gap:13px;margin-bottom:36px}
.mit-br-li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:rgba(255,255,255,.72);line-height:1.5}
.mit-br-dot{width:22px;height:22px;background:rgba(22,155,98,.18);border:1px solid rgba(22,155,98,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.mit-br-dot svg{width:11px;height:11px;stroke:var(--g);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ── REVIEWS ─────────────────────────────────────────────── */
.mit-rv-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.mit-rvc{background:#fff;padding:20px;border:1.5px solid var(--bdr)}
.mit-rv-s{display:flex;gap:2px;margin-bottom:10px}
.mit-rv-s span{color:#f5a623;font-size:13px}
.mit-rv-tx{font-size:13px;color:#444;line-height:1.6;margin-bottom:14px;font-style:italic;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.mit-rv-au{display:flex;align-items:center;gap:10px}
.mit-rv-av{width:36px;height:36px;border-radius:50%;background:var(--g);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mit-rv-nm{font-size:13px;font-weight:600;color:var(--blk)}
.mit-rv-lc{font-size:11px;color:var(--grl);margin-top:1px}
.mit-rv-head{text-align:center;margin-bottom:40px}
.mit-rv-sc{font-family:'Bebas Neue',sans-serif;font-size:68px;font-weight:700;color:var(--blk);line-height:1;display:block}
.mit-rv-ss{display:flex;justify-content:center;gap:4px;margin:8px 0}
.mit-rv-ss span{color:#f5a623;font-size:22px}
.mit-rv-tt{font-size:13px;color:var(--gry)}

/* ── TRUST BAR ───────────────────────────────────────────── */
.mit-trust{background:#fff;border-top:1.5px solid var(--bdr);border-bottom:1.5px solid var(--bdr)}
.mit-trust-in{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:repeat(3,1fr)}
.mit-t-item{display:flex;align-items:center;gap:20px;padding:40px 32px;border-right:1px solid var(--bdr);justify-content:center}
.mit-t-item:last-child{border-right:none}
.mit-t-ico svg{width:44px;height:44px;stroke:var(--blk);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.mit-t-ttl{font-size:15px;font-weight:700;color:var(--blk);letter-spacing:.04em;text-transform:uppercase;line-height:1.25}
.mit-t-sub{font-size:13px;color:var(--gry);margin-top:4px}

/* ── FOOTER ──────────────────────────────────────────────── */
footer.mit-footer{background:#060606}
.mit-ftr-nl{border-bottom:1px solid rgba(255,255,255,.08)}
.mit-ftr-nl-in{max-width:var(--max);margin:0 auto;padding:40px var(--pad);display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px}
.mit-ftr-nl-txt h3{font-family:'Bebas Neue',sans-serif;font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:4px}
.mit-ftr-nl-txt p{font-size:13.5px;color:rgba(255,255,255,.4)}
.mit-ftr-nl-form{display:flex;gap:10px;min-width:380px}
.mit-ftr-nl-form input{flex:1;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:14px;font-family:'Roboto',sans-serif;padding:13px 18px;border-radius:6px;outline:none;transition:border-color .2s}
.mit-ftr-nl-form input::placeholder{color:rgba(255,255,255,.3)}
.mit-ftr-nl-form input:focus{border-color:var(--g)}
.mit-ftr-nl-form button{background:var(--g);color:#fff;font-size:13px;font-weight:700;padding:13px 26px;border-radius:6px;border:none;cursor:pointer;white-space:nowrap;transition:background .18s;font-family:'Roboto',sans-serif}
.mit-ftr-nl-form button:hover{background:var(--gd)}
.mit-ftr-top{max-width:var(--max);margin:0 auto;padding:56px var(--pad) 44px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:56px}
.mit-ftr-logo{margin-bottom:18px}
.mit-ftr-logo img{height:60px;width:auto;object-fit:contain}
.mit-ftr-desc{font-size:13.5px;color:rgba(255,255,255,.38);line-height:1.75;margin-bottom:24px;max-width:250px}
.mit-ftr-soc{display:flex;gap:9px}
.mit-si{width:40px;height:40px;border-radius:9px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:background .18s,border-color .18s,color .18s;text-decoration:none}
.mit-si:hover{background:var(--g);border-color:var(--g);color:#fff}
.mit-si svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2}
.mit-ftr-col h4{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.85);margin-bottom:20px;font-family:'Roboto',sans-serif}
.mit-ftr-col ul{display:flex;flex-direction:column;gap:11px;list-style:none!important;margin:0!important;padding:0!important}
.mit-ftr-col ul a{font-size:13.5px;color:rgba(255,255,255,.45);transition:color .18s}
.mit-ftr-col ul a:hover{color:#fff}
.mit-ftr-ct p{font-size:13.5px;color:rgba(255,255,255,.45);line-height:1.65;margin-bottom:16px;word-break:break-word}
.mit-ftr-ct strong{color:rgba(255,255,255,.75);font-weight:600;display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.mit-ftr-ct a{color:var(--g);text-decoration:none}
.mit-ftr-ct a:hover{color:#1db876}
.mit-ftr-bot{max-width:var(--max);margin:0 auto;padding:20px var(--pad);border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.mit-ftr-cp{font-size:12.5px;color:rgba(255,255,255,.3)}
.mit-pay-r{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.mit-pb{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:5px;padding:6px 13px;font-size:11px;font-weight:700;color:rgba(255,255,255,.85);letter-spacing:.03em}

/* ── MOBILE MENU ─────────────────────────────────────────── */
.mit-mob{display:none;position:fixed;inset:0;z-index:9999}
.mit-mob.open{display:flex}
.mit-mob-bk{position:absolute;inset:0;background:rgba(0,0,0,.65)}
.mit-mob-dr{position:absolute;top:0;left:0;bottom:0;width:min(300px,86vw);background:var(--blk);padding:24px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:3px}
.mit-mob-x{align-self:flex-end;color:rgba(255,255,255,.55);font-size:24px;padding:2px 8px;margin-bottom:14px;background:none;border:none;cursor:pointer;line-height:1}
.mit-mob-dr a{display:block;padding:13px 12px;font-size:15px;font-weight:500;color:rgba(255,255,255,.65);border-radius:8px;transition:background .18s,color .18s;text-decoration:none}
.mit-mob-dr a:hover{background:rgba(255,255,255,.07);color:#fff}
.mit-mob-div{height:1px;background:rgba(255,255,255,.07);margin:8px 0}

/* ── INNER PAGES ─────────────────────────────────────────── */
.mit-page-hero{background:var(--blk);padding:60px var(--pad);text-align:center;position:relative;overflow:hidden}
.mit-page-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(22,155,98,.08) 0%,transparent 60%)}
.mit-page-eye{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--g);margin-bottom:10px;position:relative;z-index:1}
.mit-page-ttl{font-family:'Bebas Neue',sans-serif!important;font-size:clamp(36px,5vw,64px);font-weight:700;color:#fff;text-transform:uppercase;line-height:.95;position:relative;z-index:1}
.mit-page-sub{font-size:15px;color:rgba(255,255,255,.5);margin-top:12px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}
.mit-breadcrumb{max-width:var(--max);margin:0 auto;padding:14px var(--pad);font-size:12.5px;color:var(--grl)}
.mit-breadcrumb a{color:var(--g);text-decoration:none}
.mit-page-content{max-width:var(--max);margin:0 auto;padding:clamp(40px,5vw,72px) var(--pad)}
.mit-prose{max-width:760px;margin:0 auto}
.mit-prose h2{font-family:'Bebas Neue',sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;color:var(--blk);margin:32px 0 12px}
.mit-prose h3{font-family:'Bebas Neue',sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:var(--blk);margin:24px 0 10px}
.mit-prose p{font-size:15px;color:#333;line-height:1.75;margin-bottom:16px}
.mit-prose ul{margin:0 0 16px 20px;list-style:disc}
.mit-prose ul li{font-size:15px;color:#333;line-height:1.65;margin-bottom:8px}
.mit-prose strong{font-weight:700;color:var(--blk)}
.mit-prose a{color:var(--g);text-decoration:underline}
.mit-faq-item{border-bottom:1px solid var(--bdr);overflow:hidden}
.mit-faq-q{width:100%;text-align:left;padding:20px 0;font-size:15px;font-weight:600;color:var(--blk);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;font-family:'Roboto',sans-serif}
.mit-faq-q:hover{color:var(--g)}
.mit-faq-icon{width:24px;height:24px;border-radius:50%;background:var(--g);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;line-height:1;transition:transform .25s}
.mit-faq-item.open .mit-faq-icon{transform:rotate(45deg)}
.mit-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.mit-faq-item.open .mit-faq-a{max-height:400px;padding-bottom:20px}
.mit-faq-a p{font-size:14.5px;color:#555;line-height:1.7}
.mit-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.mit-contact-info{display:flex;flex-direction:column;gap:28px}
.mit-ci-item{display:flex;align-items:flex-start;gap:16px}
.mit-ci-ico{width:48px;height:48px;background:var(--g);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mit-ci-ico svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mit-ci-ttl{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--blk);margin-bottom:4px}
.mit-ci-val{font-size:14.5px;color:#333;line-height:1.5}
.mit-ci-val a{color:var(--g);text-decoration:none}
.mit-form{display:flex;flex-direction:column;gap:16px}
.mit-form label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blk);display:block;margin-bottom:6px}
.mit-form input,.mit-form textarea,.mit-form select{width:100%;padding:13px 16px;border:1.5px solid var(--bdr);border-radius:var(--r);font-size:14px;font-family:'Roboto',sans-serif;color:var(--blk);background:#fff;outline:none;transition:border-color .2s}
.mit-form input:focus,.mit-form textarea:focus,.mit-form select:focus{border-color:var(--g)}
.mit-form textarea{resize:vertical;min-height:130px}
.mit-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mit-size-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px}
.mit-size-table th{background:var(--blk);color:#fff;padding:12px 16px;text-align:center;font-family:'Bebas Neue',sans-serif;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.mit-size-table td{padding:11px 16px;text-align:center;border-bottom:1px solid var(--bdr);color:#333}
.mit-size-table tr:nth-child(even) td{background:var(--off)}
.mit-track-box{background:var(--off);border:1.5px solid var(--bdr);border-radius:12px;padding:40px;max-width:560px;margin:0 auto}
.mit-policy-wrap{max-width:820px;margin:0 auto}
.mit-policy-wrap h2{font-family:'Bebas Neue',sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;color:var(--blk);margin:36px 0 14px;padding-bottom:10px;border-bottom:2px solid var(--g)}
.mit-policy-wrap p{font-size:14.5px;color:#444;line-height:1.78;margin-bottom:16px}
.mit-policy-wrap ul{margin:0 0 16px 22px;list-style:disc}
.mit-policy-wrap ul li{font-size:14.5px;color:#444;line-height:1.65;margin-bottom:8px}
/* Restore real bullets in content */
.mit-page-content ul,.mit-policy-wrap ul,.mit-prose ul{list-style:disc outside!important;margin:0 0 16px 24px!important;padding-left:20px!important}
.mit-page-content ol,.mit-policy-wrap ol,.mit-prose ol{list-style:decimal outside!important;margin:0 0 16px 24px!important;padding-left:20px!important}
.mit-page-content li,.mit-policy-wrap li,.mit-prose li{display:list-item!important;list-style-position:outside!important;margin-bottom:8px!important}

/* admin bar */
.admin-bar .mit-hdr{top:32px!important}
.admin-bar .mit-mega{top:138px!important}

/* ================================================================
   RESPONSIVE — ONE CLEAN SET, NO DUPLICATES
   ================================================================ */

/* ── 1200px ──────────────────────────────────────────────── */
@media (max-width:1200px) {
  .mit-pg,
  .woocommerce ul.products,
  body.archive.woocommerce ul.products,
  body.tax-product_cat ul.products,
  body.single-product .related.products ul.products {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:36px 20px!important;
  }
  .mit-fw-strip{grid-template-columns:1fr 1fr;height:340px}
  .mit-fw-strip .mit-fw-item:last-child{display:none}
  .mit-ftr-top{grid-template-columns:1fr 1fr;gap:36px}
  .mit-ftr-nl-in{grid-template-columns:1fr}
  .mit-ftr-nl-form{min-width:0}
  .mit-trust-in{grid-template-columns:1fr}
  .mit-t-item{border-right:none;border-bottom:1px solid var(--bdr);padding:28px 20px}
  .mit-t-item:last-child{border-bottom:none}
  .mit-brand-fw{grid-template-columns:1fr}
  .mit-brand-img{height:400px}
  body.single-product .product{grid-template-columns:1fr!important;gap:0!important}
  body.single-product div.product div.summary{position:relative!important;top:auto!important}
  .mit-slide-card{flex:0 0 calc(33.33% - 14px)}
}

/* ── 1024px — hamburger ──────────────────────────────────── */
@media (max-width:1024px) {
  .mit-nav{display:none}
  .mit-hbg{display:flex}
}

/* ── 820px — tablet / phone ──────────────────────────────── */
@media (max-width:820px) {

  /* Header */
  .mit-hdr-in{height:58px!important;padding:0 12px!important}
  .mit-logo img{height:34px!important}
  .mit-ann{font-size:11px!important;padding:6px 10px!important;min-height:30px!important}
  .mit-btn-si{font-size:11px!important;padding:7px 10px!important}
  .mit-hdr-r{gap:2px!important}

  /* Hero — auto height, full image */
  .mit-hero{height:auto!important;min-height:unset!important;margin-bottom:12px!important}
  .mit-slide{position:relative!important;height:auto!important}
  .mit-slide:not(.on){display:none!important}
  .mit-slide.on{display:block!important;opacity:1!important}
  .mit-slide-bg{position:relative!important;height:auto!important}
  .mit-slide-bg img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important}
  .mit-h-dots{bottom:6px!important}
  .mit-dot{width:18px!important;height:4px!important}
  .mit-dot.on{width:28px!important}
  .mit-h-arr{width:32px!important;height:48px!important}
  .mit-h-arr::before{font-size:42px!important}

  /* Category strip — 2×2, last full width */
  .mit-cat-strip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:5px!important;height:auto!important;overflow:hidden!important;
  }
  .mit-cs{flex:none!important;height:155px!important;width:100%!important;transition:none!important;border-right:none!important}
  .mit-cs:last-child{grid-column:1/-1!important;height:140px!important}
  .mit-cat-strip:hover .mit-cs,.mit-cat-strip .mit-cs:hover{flex:none!important}
  .mit-cs img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:brightness(.6)!important;transform:none!important;transition:none!important}
  .mit-cs:hover img{filter:brightness(.6)!important;transform:none!important}
  .mit-cs-ov{background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.1) 65%,transparent 100%)!important}
  .mit-cs-vname{writing-mode:horizontal-tb!important;transform:none!important;bottom:12px!important;left:12px!important;font-size:15px!important;font-weight:700!important;opacity:1!important;text-shadow:0 2px 10px rgba(0,0,0,1)!important}
  .mit-cs-sub{display:none!important}

  /* Section spacing */
  .mit-sec{padding-top:clamp(24px,4vw,44px)!important;padding-bottom:clamp(20px,3vw,36px)!important}
  .mit-sec-ttl{font-size:22px!important}
  .mit-sec-in{padding:0 12px!important}
  .mit-ticker-wrap{padding:0!important;margin:0!important}

  /* Product grid — 2 cols, ATC below image */
  .mit-pg,
  .woocommerce ul.products,
  body.archive.woocommerce ul.products,
  body.tax-product_cat ul.products,
  body.single-product .related.products ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 10px!important;
  }
  .mit-pi{aspect-ratio:1/1!important;height:auto!important;background:#f7f7f7!important}
  .mit-pi img{object-fit:contain!important;padding:6px!important}
  .mit-pq{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;display:grid!important;grid-template-columns:1fr!important;margin-top:6px!important}
  .mit-pq-main,.woocommerce .mit-pq-main{height:36px!important;font-size:10px!important;border-radius:3px!important}
  .mit-pnm{font-size:12px!important;white-space:normal!important;overflow:visible!important}
  .mit-ppr{font-size:15px!important}
  .mit-pinfo{padding-top:8px!important}
  /* WooCommerce ATC always visible on mobile */
  .woocommerce ul.products li.product a img{aspect-ratio:1/1!important;height:auto!important;object-fit:contain!important;padding:8px!important;background:#f7f7f7!important}
  .woocommerce ul.products li.product .button{
    position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;
    opacity:1!important;visibility:visible!important;transform:none!important;
    margin-top:6px!important;height:36px!important;font-size:10px!important;
    width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;
    border-radius:3px!important;background:#111!important;color:#fff!important;
    font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;
  }
  .woocommerce ul.products li.product .button:hover{background:var(--g)!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;padding:8px 0 3px!important}
  .woocommerce ul.products li.product .price{font-size:14px!important;margin-bottom:4px!important}

  /* Banner strip — stack all 4 vertically */
  .mit-fw-strip{display:flex!important;flex-direction:column!important;height:auto!important;gap:6px!important}
  .mit-fw-item{display:block!important;width:100%!important;height:185px!important;overflow:hidden!important;position:relative!important}
  .mit-fw-item img{width:100%!important;height:185px!important;object-fit:cover!important;object-position:center!important;transform:none!important;transition:none!important}
  .mit-fw-strip .mit-fw-item:last-child{display:block!important}
  .mit-fw-c{padding:14px 12px!important}
  .mit-fw-ttl{font-size:20px!important;margin-bottom:8px!important}
  .mit-fw-btn{font-size:11px!important;padding:7px 14px!important}

  /* New Arrivals — 2 cards */
  .mit-arr-body{padding:0 36px!important;overflow:hidden!important}
  .mit-arr-track{gap:10px!important;scroll-snap-type:x mandatory!important}
  .mit-slide-card{flex:0 0 calc(50% - 5px)!important;min-width:0!important;scroll-snap-align:start!important}
  .mit-slide-card .mit-pi{aspect-ratio:1/1!important;height:auto!important;background:#f7f7f7!important}
  .mit-slide-card .mit-pi img{object-fit:contain!important;padding:6px!important}
  .mit-arr-nav{width:32px!important;height:32px!important;top:38%!important;box-shadow:0 2px 8px rgba(0,0,0,.14)!important}
  .mit-arr-nav svg{width:15px!important;height:15px!important}
  .mit-arr-prev{left:2px!important}
  .mit-arr-next{right:2px!important}
  .mit-arrivals-head{padding:0 12px!important;margin-bottom:16px!important}

  /* Brand story — full image from top */
  .mit-brand-fw{grid-template-columns:1fr!important;min-height:unset!important}
  .mit-brand-img{height:auto!important;min-height:280px!important;overflow:hidden!important}
  .mit-brand-img img{width:100%!important;height:auto!important;min-height:280px!important;max-height:380px!important;object-fit:cover!important;object-position:center top!important}

  /* Reviews — 3 cols horizontal scroll */
  .mit-rv-wrap{
    grid-template-columns:repeat(3,minmax(185px,1fr))!important;
    gap:8px!important;overflow-x:auto!important;
    scrollbar-width:none!important;-ms-overflow-style:none!important;padding-bottom:4px!important;
  }
  .mit-rv-wrap::-webkit-scrollbar{display:none!important}
  .mit-rvc{padding:14px!important}
  .mit-rv-tx{font-size:12px!important}

  /* Trust bar */
  .mit-trust-in{grid-template-columns:1fr!important}
  .mit-t-item{border-right:none!important;border-bottom:1px solid var(--bdr)!important;padding:20px 14px!important;justify-content:flex-start!important}
  .mit-t-item:last-child{border-bottom:none!important}

  /* Footer — logo centered top, then 3 cols */
  footer.mit-footer{width:100%!important;overflow:hidden!important}
  .mit-ftr-nl-in{display:flex!important;flex-direction:column!important;gap:12px!important;padding:20px 16px!important}
  .mit-ftr-nl-txt h3{font-size:18px!important}
  .mit-ftr-nl-form{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;min-width:0!important}
  .mit-ftr-nl-form input,.mit-ftr-nl-form button{width:100%!important;flex:none!important}
  .mit-ftr-top{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:0!important;padding:0!important;width:100%!important}
  .mit-ftr-top>*:first-child{grid-column:1/-1!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:22px 16px 16px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
  .mit-ftr-logo{margin-bottom:10px!important}
  .mit-ftr-logo img{margin:0 auto!important;height:44px!important}
  .mit-ftr-desc{text-align:center!important;font-size:12px!important;max-width:260px!important;margin:0 auto 14px!important}
  .mit-ftr-soc{justify-content:center!important}
  .mit-ftr-top>*:not(:first-child){padding:16px 8px 14px!important;border-right:1px solid rgba(255,255,255,.05)!important}
  .mit-ftr-top>*:last-child{border-right:none!important}
  .mit-ftr-col h4{font-size:9px!important;letter-spacing:.1em!important;margin-bottom:9px!important}
  .mit-ftr-col ul{gap:6px!important}
  .mit-ftr-col ul a{font-size:11px!important;line-height:1.4!important}
  .mit-ftr-ct p{font-size:10.5px!important;line-height:1.45!important;margin-bottom:8px!important}
  .mit-ftr-ct strong{font-size:8px!important;margin-bottom:2px!important}
  .mit-ftr-ct a{font-size:10.5px!important}
  .mit-ftr-bot{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:8px!important;padding:14px 16px!important}
  .mit-ftr-cp{font-size:11px!important}
  .mit-pay-r{justify-content:center!important;flex-wrap:wrap!important;gap:5px!important}

  /* Shop page */
  body.woocommerce-page .ast-container{padding:24px 12px 40px!important}

  /* Inner pages */
  .mit-contact-grid{grid-template-columns:1fr!important}
  .mit-form-row{grid-template-columns:1fr!important}
  .mit-page-hero{padding:32px 12px!important}
  .mit-page-ttl{font-size:clamp(24px,6vw,40px)!important}
  .mit-track-box{padding:22px 12px!important}

  /* Single product */
  body.single-product .product{grid-template-columns:1fr!important}
  body.single-product div.product div.summary{position:relative!important;top:auto!important;padding:20px 12px!important}
  body.single-product div.product div.images img{aspect-ratio:1/1!important;height:auto!important;object-fit:contain!important}
}

/* ── 480px ────────────────────────────────────────────────── */
@media (max-width:480px) {
  .mit-hdr-in{height:54px!important;padding:0 10px!important}
  .mit-logo img{height:30px!important}
  .mit-cs{height:125px!important}
  .mit-cs:last-child{height:115px!important}
  .mit-cs-vname{font-size:13px!important}
  /* Still 2 cards in new arrivals */
  .mit-slide-card{flex:0 0 calc(50% - 5px)!important}
  .mit-arr-body{padding:0 32px!important}
}

/* ── 380px ────────────────────────────────────────────────── */
@media (max-width:380px) {
  .mit-logo img{height:26px!important}
  .mit-cs{height:105px!important}
  .mit-cs:last-child{height:95px!important}
  .mit-cs-vname{font-size:12px!important}
  .mit-ftr-top>*:not(:first-child){padding:12px 6px 10px!important}
  .mit-ftr-col h4{font-size:8px!important}
  .mit-ftr-col ul a{font-size:10px!important}
  .mit-ftr-ct p{font-size:10px!important}
}

/* ── Admin bar ────────────────────────────────────────────── */
@media screen and (max-width:782px) {
  .admin-bar .mit-hdr{top:46px!important}
  .admin-bar .mit-mega{top:152px!important}
}
/* ============================================================
   TARGETED FIX — Add to bottom of main.css
   ============================================================ */

/* FIX 1 — ADD TO CART: below image on mobile, never overlapping */
@media (max-width: 820px) {
  .mit-pc {
    display: flex !important;
    flex-direction: column !important;
  }
  .mit-pi {
    position: relative !important;
    flex-shrink: 0 !important;
  }
  .mit-pq {
    position: static !important;
    transform: none !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 6px !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    grid-template-columns: 1fr !important;
  }
  .mit-pq-main {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mit-pq-eye {
    display: none !important;
  }
}

/* FIX 2 — NEW ARRIVALS: arrows outside cards, not overlapping */
@media (max-width: 820px) {
  .mit-arr-body {
    position: relative !important;
    padding: 0 38px !important;
  }
  .mit-arr-nav {
    position: absolute !important;
    top: 38% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1.5px solid #ddd !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
  }
  .mit-arr-prev { left: 2px !important; }
  .mit-arr-next { right: 2px !important; }
  .mit-arr-nav svg {
    width: 14px !important;
    height: 14px !important;
    stroke: #111 !important;
  }
  /* Cards take exactly half width so arrows don't overlap */
  .mit-slide-card {
    flex: 0 0 calc(50% - 5px) !important;
    min-width: 0 !important;
  }
  /* Card image square, product contained */
  .mit-slide-card .mit-pi {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }
  /* ATC button below image in slider cards too */
  .mit-slide-card .mit-pq {
    position: static !important;
    transform: none !important;
    margin-top: 6px !important;
    display: block !important;
  }
  .mit-slide-card .mit-pq-main {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 34px !important;
    font-size: 9px !important;
  }
}

/* FIX 3 — CATEGORY IMAGES: fill card cleanly, no bleed-through */
@media (max-width: 820px) {
  .mit-cs {
    overflow: hidden !important;
  }
  .mit-cs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
}
/* ============================================================
   ATC BUTTON FIX — replaces old .mit-pq rules
   Button is now in .mit-pinfo, NOT inside .mit-pi
   ============================================================ */

/* Remove old absolute positioned ATC from image area */
.mit-pq { display: none !important; }
.mit-pq-eye { display: none !important; }

/* New ATC button — sits in .mit-pinfo below image */
.mit-pq-main,
.woocommerce .mit-pq-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 44px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  margin-top: 10px !important;
  font-family: 'Roboto', sans-serif !important;
  transition: background .18s !important;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mit-pq-main:hover {
  background: var(--g) !important;
}

/* Desktop hover effect on card image only */
@media (min-width: 821px) {
  .mit-pq-main {
    opacity: 0 !important;
    transition: opacity .2s ease, background .18s !important;
  }
  .mit-pc:hover .mit-pq-main {
    opacity: 1 !important;
  }
}

/* Mobile — always visible */
@media (max-width: 820px) {
  .mit-pq-main,
  .woocommerce .mit-pq-main {
    opacity: 1 !important;
    height: 38px !important;
    font-size: 10px !important;
    margin-top: 8px !important;
    border-radius: 3px !important;
  }
}

/* ── CATEGORY STRIP: 4 cards desktop, 2×2 mobile ─────────── */

/* Desktop: 4 equal columns */
.mit-cat-strip {
  display: flex !important;
  height: 520px !important;
  overflow: hidden !important;
}

/* Mobile: 2×2 grid */
@media (max-width: 820px) {
  .mit-cat-strip {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    height: auto !important;
    gap: 5px !important;
    overflow: hidden !important;
  }
  .mit-cs {
    flex: none !important;
    height: 155px !important;
    width: 100% !important;
    transition: none !important;
    border-right: none !important;
  }
  /* 4th card — no special treatment needed, grid handles it */
  .mit-cs:nth-child(4) {
    grid-column: auto !important;
  }
  .mit-cs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: brightness(.62) !important;
    transform: none !important;
    transition: none !important;
  }
  .mit-cs:hover img { filter: brightness(.62) !important; transform: none !important; }
  .mit-cs-ov {
    background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.1) 65%, transparent 100%) !important;
  }
  .mit-cs-vname {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    bottom: 12px !important;
    left: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,1) !important;
  }
  .mit-cs-sub { display: none !important; }
  .mit-cat-strip:hover .mit-cs,
  .mit-cat-strip .mit-cs:hover { flex: none !important; }
}

@media (max-width: 480px) {
  .mit-cs { height: 125px !important; }
  .mit-cs-vname { font-size: 13px !important; }
}

/* ── NEW ARRIVALS ARROWS ──────────────────────────────────── */

/* Make sure arrows are visible and positioned correctly */
.mit-arr-body {
  position: relative !important;
}

.mit-arr-nav {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1.5px solid var(--bdr) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.12) !important;
  transition: background .18s, border-color .18s !important;
}

.mit-arr-nav:hover {
  background: var(--g) !important;
  border-color: var(--g) !important;
}

.mit-arr-nav:hover svg { stroke: #fff !important; }

.mit-arr-nav svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #111 !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mit-arr-prev { left: 4px !important; }
.mit-arr-next { right: 4px !important; }

@media (max-width: 820px) {
  .mit-arr-body { padding: 0 40px !important; }
  .mit-arr-nav {
    width: 34px !important;
    height: 34px !important;
    top: 35% !important;
  }
  .mit-arr-nav svg { width: 16px !important; height: 16px !important; }
  .mit-arr-prev { left: 2px !important; }
  .mit-arr-next { right: 2px !important; }
  /* 2 cards visible */
  .mit-slide-card {
    flex: 0 0 calc(50% - 5px) !important;
    min-width: 0 !important;
  }
}

/* ── WooCommerce shop grid ATC alignment ─────────────────── */
/* Match RDX style: button full width below image */
.woocommerce ul.products li.product .button {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 44px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  cursor: pointer !important;
  transition: background .18s !important;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--g) !important;
}

/* Desktop: show on hover like RDX */
@media (min-width: 821px) {
  .woocommerce ul.products li.product .button {
    opacity: 0 !important;
    transition: opacity .2s ease, background .18s !important;
  }
  .woocommerce ul.products li.product:hover .button {
    opacity: 1 !important;
  }
}

/* Mobile: always visible */
@media (max-width: 820px) {
  .woocommerce ul.products li.product .button {
    opacity: 1 !important;
    height: 38px !important;
    font-size: 10px !important;
    margin-top: 8px !important;
    border-radius: 3px !important;
  }
}
/* ============================================================
   MyIrishTShirt — FINAL COMPLETE FIX
   Replace EVERYTHING after the first @import line in main.css
   with this file's content appended at the bottom.
   
   Actually: paste this at the VERY BOTTOM of main.css
   It overrides everything with maximum specificity.
   ============================================================ */

/* ══════════════════════════════════════════════════════════
   1. CATEGORY STRIP — fix hover sub-panel showing by default
   ══════════════════════════════════════════════════════════ */

/* Reset sub-panel — always hidden unless hovered */
.mit-cs-sub {
  opacity: 0 !important;
  transform: translateX(-14px) !important;
  pointer-events: none !important;
  transition: opacity .35s ease .1s, transform .35s ease .1s !important;
}

.mit-cs:hover .mit-cs-sub {
  opacity: 1 !important;
  transform: translateX(0) !important;
  pointer-events: all !important;
}

/* Category name — vertical on desktop, always visible */
.mit-cs-vname {
  opacity: 1 !important;
  transition: opacity .25s !important;
}

.mit-cs:hover .mit-cs-vname {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Badge always visible */
.mit-cs-badge {
  opacity: 1 !important;
}

/* ══════════════════════════════════════════════════════════
   2. HERO SLIDER ARROWS — clean ‹ › chevrons
   ══════════════════════════════════════════════════════════ */

.mit-h-arrows {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 18px !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

.mit-h-arr {
  width: 48px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  pointer-events: all !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  outline: none !important;
}

/* SVGs inside arrow buttons — hide them */
.mit-h-arr svg {
  display: none !important;
}

/* Use ::before for the actual arrow characters */
.mit-h-arr::before {
  content: '' !important;
  display: block !important;
  font-size: 60px !important;
  line-height: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 200 !important;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.9) !important;
}

.mit-h-arr:first-child::before {
  content: '‹' !important;
}

.mit-h-arr:last-child::before {
  content: '›' !important;
}

/* ══════════════════════════════════════════════════════════
   3. NEW ARRIVALS ARROWS — visible, positioned outside cards
   ══════════════════════════════════════════════════════════ */

.mit-arr-body {
  position: relative !important;
  padding: 0 60px !important;
}

.mit-arr-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1.5px solid #ddd !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.15) !important;
  transition: background .18s, border-color .18s !important;
}

.mit-arr-prev { left: 4px !important; }
.mit-arr-next { right: 4px !important; }

.mit-arr-nav svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  stroke: #111 !important;
  fill: none !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mit-arr-nav:hover {
  background: var(--g) !important;
  border-color: var(--g) !important;
}

.mit-arr-nav:hover svg {
  stroke: #fff !important;
}

/* ══════════════════════════════════════════════════════════
   4. ADD TO CART BUTTON — below image, never overlapping
   ══════════════════════════════════════════════════════════ */

/* Hide old absolute ATC inside image div */
.mit-pi .mit-pq {
  display: none !important;
}

/* New ATC button — direct child of .mit-pinfo */
.mit-pinfo > .mit-pq-main,
.mit-pinfo .mit-pq-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 42px !important;
  background: #111 !important;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  margin-top: 10px !important;
  transition: background .18s !important;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mit-pinfo > .mit-pq-main:hover,
.mit-pinfo .mit-pq-main:hover {
  background: var(--g) !important;
}

/* Also fix any .mit-pq wrapper that might still be inside .mit-pinfo */
.mit-pinfo .mit-pq {
  position: static !important;
  transform: none !important;
  display: block !important;
  width: 100% !important;
  margin-top: 8px !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
}

/* ══════════════════════════════════════════════════════════
   5. PRODUCT CARDS — clean layout desktop + mobile
   ══════════════════════════════════════════════════════════ */

.mit-pc {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
}

.mit-pi {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.mit-pi img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 8px !important;
  display: block !important;
}

.mit-pinfo {
  display: flex !important;
  flex-direction: column !important;
  padding: 10px 0 0 !important;
  background: transparent !important;
  flex: 1 !important;
}

/* WooCommerce product button — same style */
.woocommerce ul.products li.product .button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 42px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  cursor: pointer !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: background .18s !important;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--g) !important;
  color: #fff !important;
}

/* ══════════════════════════════════════════════════════════
   6. MOBILE RESPONSIVE
   ══════════════════════════════════════════════════════════ */

@media (max-width: 820px) {

  /* Hero */
  .mit-hero { height: auto !important; min-height: unset !important; margin-bottom: 10px !important; }
  .mit-slide { position: relative !important; height: auto !important; }
  .mit-slide:not(.on) { display: none !important; }
  .mit-slide.on { display: block !important; opacity: 1 !important; }
  .mit-slide-bg { position: relative !important; height: auto !important; }
  .mit-slide-bg img { width: 100% !important; height: auto !important; object-fit: contain !important; }

  /* Hero arrows smaller */
  .mit-h-arr { width: 36px !important; height: 52px !important; }
  .mit-h-arr::before { font-size: 46px !important; }

  /* Category — 2×2 grid on mobile */
  .mit-cat-strip {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    height: auto !important;
    gap: 5px !important;
    overflow: hidden !important;
  }
  .mit-cs { flex: none !important; height: 155px !important; width: 100% !important; transition: none !important; border-right: none !important; }
  .mit-cs:last-child { grid-column: 1 / -1 !important; height: 140px !important; }
  .mit-cat-strip:hover .mit-cs, .mit-cat-strip .mit-cs:hover { flex: none !important; }
  .mit-cs img { filter: brightness(.62) !important; transform: none !important; transition: none !important; }
  .mit-cs:hover img { filter: brightness(.62) !important; transform: none !important; }
  .mit-cs-ov { background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.1) 65%, transparent 100%) !important; }
  .mit-cs-vname { writing-mode: horizontal-tb !important; transform: none !important; bottom: 12px !important; left: 12px !important; font-size: 15px !important; font-weight: 700 !important; opacity: 1 !important; text-shadow: 0 2px 10px rgba(0,0,0,1) !important; }
  .mit-cs-sub { display: none !important; }

  /* Products — 2 col */
  .mit-pg { grid-template-columns: repeat(2, 1fr) !important; gap: 16px 8px !important; }
  .mit-pnm { font-size: 12px !important; white-space: normal !important; overflow: visible !important; }
  .mit-ppr { font-size: 15px !important; }
  .mit-pinfo > .mit-pq-main, .mit-pinfo .mit-pq-main { height: 36px !important; font-size: 10px !important; margin-top: 6px !important; }

  /* WooCommerce 2 col */
  .woocommerce ul.products,
  body.archive.woocommerce ul.products,
  body.tax-product_cat ul.products,
  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 20px 8px !important;
  }
  .woocommerce ul.products li.product a img { aspect-ratio: 1/1 !important; height: auto !important; object-fit: contain !important; padding: 8px !important; background: #f7f7f7 !important; }
  .woocommerce ul.products li.product .button { height: 36px !important; font-size: 10px !important; margin-top: 6px !important; }

  /* Banner strip */
  .mit-fw-strip { display: flex !important; flex-direction: column !important; height: auto !important; gap: 6px !important; }
  .mit-fw-item { height: 185px !important; }
  .mit-fw-item img { width: 100% !important; height: 185px !important; object-fit: cover !important; }
  .mit-fw-strip .mit-fw-item:last-child { display: block !important; }

  /* New arrivals — 2 cards, arrows outside */
  .mit-arr-body { padding: 0 44px !important; }
  .mit-arr-nav { width: 34px !important; height: 34px !important; top: 35% !important; }
  .mit-arr-nav svg { width: 16px !important; height: 16px !important; }
  .mit-arr-prev { left: 2px !important; }
  .mit-arr-next { right: 2px !important; }
  .mit-slide-card { flex: 0 0 calc(50% - 5px) !important; min-width: 0 !important; }
  .mit-slide-card .mit-pi { aspect-ratio: 1/1 !important; height: auto !important; }

  /* Brand story */
  .mit-brand-fw { grid-template-columns: 1fr !important; min-height: unset !important; }
  .mit-brand-img { height: auto !important; min-height: 260px !important; }
  .mit-brand-img img { width: 100% !important; height: auto !important; min-height: 260px !important; max-height: 360px !important; object-fit: cover !important; object-position: center top !important; }

  /* Reviews — horizontal scroll */
  .mit-rv-wrap { grid-template-columns: repeat(3, minmax(180px,1fr)) !important; gap: 8px !important; overflow-x: auto !important; scrollbar-width: none !important; }
  .mit-rv-wrap::-webkit-scrollbar { display: none !important; }

  /* Trust bar */
  .mit-trust-in { grid-template-columns: 1fr !important; }
  .mit-t-item { border-right: none !important; border-bottom: 1px solid var(--bdr) !important; padding: 18px 12px !important; justify-content: flex-start !important; }
  .mit-t-item:last-child { border-bottom: none !important; }

  /* Footer — logo top center, 3 cols below */
  footer.mit-footer { width: 100% !important; overflow: hidden !important; }
  .mit-ftr-nl-in { display: flex !important; flex-direction: column !important; gap: 12px !important; padding: 20px 16px !important; }
  .mit-ftr-nl-form { display: flex !important; flex-direction: column !important; gap: 8px !important; width: 100% !important; min-width: 0 !important; }
  .mit-ftr-nl-form input, .mit-ftr-nl-form button { width: 100% !important; flex: none !important; }
  .mit-ftr-top { display: grid !important; grid-template-columns: 1fr 1fr 1fr !important; gap: 0 !important; padding: 0 !important; width: 100% !important; }
  .mit-ftr-top > *:first-child { grid-column: 1/-1 !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; padding: 22px 16px 16px !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; }
  .mit-ftr-logo img { margin: 0 auto !important; height: 44px !important; }
  .mit-ftr-desc { text-align: center !important; font-size: 12px !important; max-width: 260px !important; margin: 0 auto 14px !important; }
  .mit-ftr-soc { justify-content: center !important; }
  .mit-ftr-top > *:not(:first-child) { padding: 16px 8px 14px !important; border-right: 1px solid rgba(255,255,255,.05) !important; }
  .mit-ftr-top > *:last-child { border-right: none !important; }
  .mit-ftr-col h4 { font-size: 9px !important; margin-bottom: 9px !important; }
  .mit-ftr-col ul { gap: 6px !important; }
  .mit-ftr-col ul a { font-size: 11px !important; }
  .mit-ftr-ct p { font-size: 10.5px !important; margin-bottom: 8px !important; word-break: break-word !important; }
  .mit-ftr-bot { flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 8px !important; padding: 14px 16px !important; }
  .mit-pay-r { justify-content: center !important; flex-wrap: wrap !important; }

  /* Header */
  .mit-hdr-in { height: 58px !important; padding: 0 12px !important; }
  .mit-logo img { height: 34px !important; }
  .mit-ann { font-size: 11px !important; padding: 6px 10px !important; }
  .mit-btn-si { font-size: 11px !important; padding: 7px 10px !important; }

  /* Section */
  .mit-sec { padding-top: clamp(24px,4vw,44px) !important; padding-bottom: clamp(20px,3vw,36px) !important; }
  .mit-sec-ttl { font-size: 22px !important; }
  .mit-sec-in { padding: 0 12px !important; }
  .mit-ticker-wrap { padding: 0 !important; margin: 0 !important; }

  /* Inner pages */
  .mit-contact-grid { grid-template-columns: 1fr !important; }
  .mit-form-row { grid-template-columns: 1fr !important; }

  /* Single product */
  body.single-product .product { grid-template-columns: 1fr !important; }
  body.single-product div.product div.summary { position: relative !important; top: auto !important; }
}

@media (max-width: 480px) {
  .mit-hdr-in { height: 54px !important; padding: 0 10px !important; }
  .mit-logo img { height: 30px !important; }
  .mit-cs { height: 125px !important; }
  .mit-cs:last-child { height: 115px !important; }
  .mit-cs-vname { font-size: 13px !important; }
  .mit-slide-card { flex: 0 0 calc(50% - 5px) !important; }
}

@media (max-width: 380px) {
  .mit-logo img { height: 26px !important; }
  .mit-cs { height: 105px !important; }
  .mit-cs:last-child { height: 95px !important; }
}

/* Admin bar */
.admin-bar .mit-hdr { top: 32px !important; }
@media screen and (max-width: 782px) {
  .admin-bar .mit-hdr { top: 46px !important; }
}
.mit-arr-nav svg path {
  stroke: #111 !important;
  fill: none !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mit-arr-nav:hover svg path {
  stroke: #fff !important;
}
/* Fix banner strip overflow into footer */
.mit-fw-strip {
  overflow: hidden !important;
  position: relative !important;
  isolation: isolate !important;
}

.mit-fw-item {
  overflow: hidden !important;
  position: relative !important;
}

.mit-fw-c {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
}
/* New Arrivals arrow icons via CSS */
.mit-arr-nav {
  font-size: 0 !important;
}

.mit-arr-nav::before {
  display: block !important;
  font-size: 36px !important;
  line-height: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 200 !important;
  color: #111 !important;
}

.mit-arr-prev::before {
  content: '‹' !important;
}

.mit-arr-next::before {
  content: '›' !important;
}

.mit-arr-nav:hover::before {
  color: #fff !important;
}
/* New Arrivals arrow icons */
.mit-arr-nav { font-size: 0 !important; }
.mit-arr-nav::before {
  display: block !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 200 !important;
  color: #111 !important;
}
.mit-arr-prev::before { content: '‹' !important; }
.mit-arr-next::before { content: '›' !important; }
.mit-arr-nav:hover::before { color: #fff !important; }
/* ── FIX 1: Mega menu — bridge gap so it doesn't disappear ── */
.mit-ni {
  padding-bottom: 8px;
}

.mit-mega {
  top: 98px !important;
  padding-top: 8px !important;
  margin-top: -8px !important;
}

/* Invisible bridge between nav item and mega menu */
.mit-ni::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}

/* ── FIX 2: Space between header and banner slider ── */
.mit-hero {
  margin-top: 20px !important;
}
/* ============================================================
   MEGA MENU COMPLETE FIX — paste at bottom of main.css
   ============================================================ */

/* Space between header and banner */
.mit-hero {
  margin-top: 16px !important;
}

/* Mega menu — sits flush under header, no gap */
.mit-mega {
  top: 70px !important;
  padding-top: 4px !important;
}
.admin-bar .mit-mega { top: 102px !important; }

/* Key fix: delay hiding by 200ms so mouse can travel to menu */
.mit-mega,
.mit-dd {
  transition:
    opacity .18s ease 0s,
    transform .18s ease 0s,
    visibility 0s ease .22s !important;
}

/* Show instantly on hover, hide with delay */
.mit-ni:hover .mit-mega,
.mit-ni:hover .mit-dd {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  transition:
    opacity .18s ease 0s,
    transform .18s ease 0s,
    visibility 0s ease 0s !important;
}

/* Invisible hover bridge fills gap between nav link and menu */
.mit-has-dd {
  position: relative !important;
}

.mit-has-dd::after {
  content: '' !important;
  position: absolute !important;
  bottom: -8px !important;
  left: -20px !important;
  right: -20px !important;
  height: 12px !important;
  background: transparent !important;
  z-index: 9999 !important;
}

/* Nav item hover zone extends down */
.mit-ni > a {
  padding-bottom: 8px !important;
  margin-bottom: -8px !important;
}

/* Mega menu dots — flat bars not circles */
.mf-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 7px !important;
  margin-top: 14px !important;
}

.mf-dot {
  width: 24px !important;
  height: 5px !important;
  border-radius: 20px !important;
  background: #ddd !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  font-size: 0 !important;
  display: block !important;
}

.mf-dot.on {
  background: var(--g) !important;
}

/* Dropdown simple hover fix */
.mit-dd {
  top: calc(100% + 8px) !important;
}
/* ============================================================
   WordPress Menu CSS Fix
   Paste at bottom of main.css
   ============================================================ */

/* Remove default WordPress menu list styles */
.mit-nav ul,
.mit-nav li,
.mit-nav .menu,
.mit-nav .sub-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

/* Make sure .mit-ni items from walker display correctly */
.mit-nav .mit-ni {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

/* Sub-menu links inside .mit-dd */
.mit-nav .mit-dd a {
  display: block !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  color: #333 !important;
  transition: color .15s, background .15s !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.mit-nav .mit-dd a:hover {
  color: var(--g) !important;
  background: #f8f8f8 !important;
}

/* Announcement bar always visible */
.mit-ann {
  display: flex !important;
}
/* ============================================================
   PREMIUM SEARCH OVERLAY
   Inspired by Loobek/ExtremeStore slide-down approach
   ============================================================ */

/* Fix search icon color — white on dark header */
.mit-hdr .mit-ico svg {
  stroke: rgba(255,255,255,.7) !important;
}
.mit-hdr .mit-ico:hover svg {
  stroke: #fff !important;
}

/* Remove old inline search overlay */
#mitSearchOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: transparent;
  pointer-events: none;
}

#mitSearchOverlay.show {
  display: block !important;
  pointer-events: all;
}

/* Dark backdrop */
#mitSearchOverlay .mit-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .35s ease;
}

#mitSearchOverlay.show .mit-search-backdrop {
  background: rgba(0,0,0,.72);
}

/* Search panel — slides down from top */
#mitSearchOverlay .mit-search-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  transform: translateY(-100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 8px 48px rgba(0,0,0,.22);
}

#mitSearchOverlay.show .mit-search-panel {
  transform: translateY(0);
}

/* Search panel inner */
.mit-search-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 24px 32px;
}

/* Search label */
.mit-search-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--grl);
  margin-bottom: 14px;
  text-align: center;
}

/* Search form */
.mit-search-form {
  display: flex;
  gap: 0;
  border: 2px solid var(--bdr);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s;
  background: #fff;
}

.mit-search-form:focus-within {
  border-color: var(--g);
}

.mit-search-input {
  flex: 1;
  padding: 14px 20px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  border: none !important;
  outline: none !important;
  background: transparent;
  color: #111;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.mit-search-input::placeholder {
  color: #bbb;
}

.mit-search-submit {
  background: var(--g);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  transition: background .18s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mit-search-submit:hover {
  background: var(--gd);
}

.mit-search-submit svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Popular searches */
.mit-search-popular {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.mit-search-popular-label {
  font-size: 11px;
  color: var(--grl);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.mit-search-tag {
  display: inline-flex;
  padding: 5px 12px;
  background: var(--off);
  border: 1px solid var(--bdr);
  border-radius: 20px;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

.mit-search-tag:hover {
  background: var(--g);
  border-color: var(--g);
  color: #fff;
}

/* Close button */
.mit-search-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--off);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  transition: background .18s, color .18s;
  line-height: 1;
}

.mit-search-close:hover {
  background: #111;
  color: #fff;
}

/* Mobile search adjustments */
@media (max-width: 820px) {
  .mit-search-inner {
    padding: 20px 16px 24px;
  }
  .mit-search-input {
    font-size: 14px;
    padding: 12px 14px;
  }
  .mit-search-submit {
    padding: 12px 18px;
    font-size: 12px;
  }
  .mit-search-popular {
    gap: 6px;
  }
}
/* SEARCH + WISHLIST ICONS — force white on dark header */
header.mit-hdr button.mit-ico,
header.mit-hdr a.mit-ico {
  color: rgba(255,255,255,.7) !important;
}

header.mit-hdr button.mit-ico:hover,
header.mit-hdr a.mit-ico:hover {
  color: #fff !important;
}

header.mit-hdr button.mit-ico svg,
header.mit-hdr a.mit-ico svg {
  stroke: rgba(255,255,255,.7) !important;
  fill: none !important;
}

header.mit-hdr button.mit-ico:hover svg,
header.mit-hdr a.mit-ico:hover svg {
  stroke: #fff !important;
}

header.mit-hdr button.mit-ico svg *,
header.mit-hdr a.mit-ico svg * {
  stroke: inherit !important;
}
/* Category strip heading */
.mit-cats-head {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px,5vw,64px) var(--pad) 24px;
  text-align: center;
}

.mit-cats-head .mit-sec-eye {
  justify-content: center;
  display: flex;
  margin-bottom: 8px;
}
html {
  scroll-behavior: smooth;
}
/* ============================================================
   TRENDING PRODUCTS — Full width, reduced spacing, auto slider
   ============================================================ */

/* Remove excess top padding on trending section */
.mit-sec:has(.mit-pg) {
  padding-top: 32px !important;
  padding-bottom: 48px !important;
}

/* Full width container */
.mit-sec .mit-sec-in {
  max-width: 100% !important;
  padding-left: clamp(16px, 3vw, 48px) !important;
  padding-right: clamp(16px, 3vw, 48px) !important;
}

/* 4 columns, auto slider track */
.mit-pg {
  display: flex !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-bottom: 8px !important;
  scroll-snap-type: x mandatory !important;
}

.mit-pg::-webkit-scrollbar { display: none !important; }

/* Each card = 25% so 4 show at once */
.mit-pg .mit-pc {
  flex: 0 0 calc(25% - 15px) !important;
  min-width: 220px !important;
  scroll-snap-align: start !important;
}

/* Slider controls row */
.mit-pg-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.mit-pg-dot {
  width: 28px;
  height: 5px;
  border-radius: 20px;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: background .2s, width .2s;
  padding: 0;
}

.mit-pg-dot.on {
  background: var(--g);
  width: 40px;
}

/* Mobile — 2 cols */
@media (max-width: 820px) {
  .mit-pg .mit-pc {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: 0 !important;
  }
  .mit-sec:has(.mit-pg) {
    padding-top: 20px !important;
    padding-bottom: 28px !important;
  }
}

@media (max-width: 480px) {
  .mit-pg .mit-pc {
    flex: 0 0 calc(50% - 6px) !important;
  }
}
/* ============================================================
   TRENDING PRODUCTS — Complete fix
   ============================================================ */

/* Section spacing */
.mit-sec:has(.mit-pg) {
  padding-top: 24px !important;
  padding-bottom: 40px !important;
}

/* Full width */
.mit-sec .mit-sec-in {
  max-width: 100% !important;
  padding-left: clamp(16px,3vw,48px) !important;
  padding-right: clamp(16px,3vw,48px) !important;
}

/* Track — horizontal scroll slider */
.mit-pg {
  display: flex !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-bottom: 4px !important;
  scroll-snap-type: x mandatory !important;
  cursor: grab !important;
}
.mit-pg::-webkit-scrollbar { display: none !important; }
.mit-pg:active { cursor: grabbing !important; }

/* 4 cards visible */
.mit-pg .mit-pc {
  flex: 0 0 calc(25% - 15px) !important;
  min-width: 200px !important;
  scroll-snap-align: start !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

/* ── IMAGE — show complete, not cropped ── */
.mit-pg .mit-pi {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #f0f0f0 !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.mit-pg .mit-pi img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;   /* show full image, not cropped */
  object-position: center !important;
  padding: 8px !important;
  transition: transform .5s cubic-bezier(.4,0,.2,1) !important;
  display: block !important;
}

.mit-pg .mit-pc:hover .mit-pi img {
  transform: scale(1.05) !important;
}

/* ── HOVER — second image effect ── */
.mit-pg .mit-pi .mit-pi-hover {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity .35s ease !important;
  background: #f0f0f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mit-pg .mit-pi .mit-pi-hover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 8px !important;
}

.mit-pg .mit-pc:hover .mit-pi-hover {
  opacity: 1 !important;
}

/* ── ATC button ── */
.mit-pg .mit-pq-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 42px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  margin-top: 10px !important;
  opacity: 0 !important;
  transition: opacity .2s ease, background .18s !important;
}

.mit-pg .mit-pc:hover .mit-pq-main {
  opacity: 1 !important;
}

.mit-pg .mit-pq-main:hover {
  background: var(--g) !important;
}

/* ── Slider dots ── */
.mit-pg-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 24px !important;
}

.mit-pg-dot {
  width: 28px !important;
  height: 5px !important;
  border-radius: 20px !important;
  background: #ddd !important;
  border: none !important;
  cursor: pointer !important;
  transition: background .2s, width .2s !important;
  padding: 0 !important;
  display: block !important;
}

.mit-pg-dot.on {
  background: var(--g) !important;
  width: 40px !important;
}

/* Mobile */
@media (max-width: 820px) {
  .mit-pg .mit-pc {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: 0 !important;
  }
  .mit-pg .mit-pq-main {
    opacity: 1 !important;
    height: 36px !important;
    font-size: 10px !important;
  }
}
/* FIX PRODUCT IMAGE CROPPING + MAKE TRENDING LIKE NEW ARRIVALS */
.mit-pi,
.mit-slide-card .mit-pi,
.mit-pg .mit-pi{
  aspect-ratio:1/1!important;
  height:auto!important;
  background:#f3f3f3!important;
  overflow:hidden!important;
}

.mit-pi img,
.mit-slide-card .mit-pi img,
.mit-pg .mit-pi img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:10px!important;
}

/* Trending products slider same as new arrivals */
#mitTrendTrack{
  display:flex!important;
  gap:20px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  padding:4px 4px 8px!important;
}

#mitTrendTrack::-webkit-scrollbar{display:none!important}

#mitTrendTrack .mit-pc{
  flex:0 0 calc(25% - 15px)!important;
  min-width:260px!important;
}

.mit-pg-controls{
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:18px!important;
}

.mit-pg-dot{
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:#ccc!important;
}

.mit-pg-dot.on{
  background:var(--g)!important;
}

@media(max-width:820px){
  #mitTrendTrack .mit-pc{
    flex:0 0 calc(50% - 10px)!important;
    min-width:0!important;
  }
}
/* TRENDING PRODUCT SLIDER FIX */
.mit-trend-body{
    position:relative!important;
    padding:0 60px!important;
}

#mitTrendTrack{
    display:flex!important;
    gap:20px!important;
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
}

#mitTrendTrack::-webkit-scrollbar{
    display:none!important;
}

#mitTrendTrack .mit-pc{
    flex:0 0 calc(25% - 15px)!important;
    min-width:260px!important;
}

.mit-trend-body .mit-arr-prev{
    left:0!important;
}

.mit-trend-body .mit-arr-next{
    right:0!important;
}

.mit-trend-body .mit-arr-nav{
    top:36%!important;
    transform:translateY(-50%)!important;
    z-index:30!important;
}

#mitTrendTrack .mit-pi{
    height:360px!important;
}

#mitTrendTrack .mit-pi img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:10px!important;
}
/* CLEAN TRENDING ARROWS + IMAGE FIX */
.mit-trend-body{
    padding:0 45px!important;
}

.mit-trend-body .mit-arr-nav{
    width:34px!important;
    height:70px!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    top:32%!important;
    font-size:0!important;
}

.mit-trend-body .mit-arr-prev{
    left:5px!important;
}

.mit-trend-body .mit-arr-next{
    right:5px!important;
}

.mit-trend-body .mit-arr-nav::before{
    font-size:46px!important;
    font-family:Arial, sans-serif!important;
    font-weight:300!important;
    color:#111!important;
    line-height:1!important;
}

.mit-trend-body .mit-arr-prev::before{
    content:'‹';
}

.mit-trend-body .mit-arr-next::before{
    content:'›';
}

/* FIX EMPTY IMAGE SPACE + SAME PRODUCT IMAGE SIZE */
#mitTrendTrack .mit-pi{
    height:370px!important;
    aspect-ratio:auto!important;
    background:#f4f4f4!important;
}

#mitTrendTrack .mit-pi a{
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

#mitTrendTrack .mit-pi img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    padding:0!important;
    max-width:none!important;
}

#mitTrendTrack .mit-pi-hover{
    width:100%!important;
    height:100%!important;
}
/* TRENDING TABS + CARD BACKGROUND FIX */

/* remove blue browser button color */
.mit-prod-tabs .mit-ptab,
.mit-prod-tabs .mit-ptab:focus,
.mit-prod-tabs .mit-ptab:active{
    background:transparent!important;
    color:#aaa!important;
    border:none!important;
    border-bottom:3px solid transparent!important;
    box-shadow:none!important;
    outline:none!important;
}

.mit-prod-tabs .mit-ptab.on{
    color:#111!important;
    border-bottom-color:#111!important;
}

/* make tabs clickable above slider */
.mit-prod-tabs{
    position:relative!important;
    z-index:50!important;
}

/* one clean product image background */
#mitTrendTrack .mit-pi{
    background:#f4f4f4!important;
}

#mitTrendTrack .mit-pi a,
#mitTrendTrack .mit-pi-hover{
    background:#f4f4f4!important;
}

#mitTrendTrack .mit-pi img,
#mitTrendTrack .mit-pi-hover img{
    background:transparent!important;
    object-fit:contain!important;
}
/* FINAL TRENDING IMAGE BACKGROUND FIX */
#mitTrendTrack .mit-pi,
#mitTrendTrack .mit-pi a,
#mitTrendTrack .mit-pi-hover{
    background:#f4f4f4!important;
}

#mitTrendTrack .mit-pi{
    height:370px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}

#mitTrendTrack .mit-pi a{
    width:100%!important;
    height:100%!important;
}

#mitTrendTrack .mit-pi img,
#mitTrendTrack .mit-pi-hover img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:0!important;
    background:#f4f4f4!important;
}

/* Tabs clean color */
.mit-prod-tabs .mit-ptab{
    background:transparent!important;
    color:#aaa!important;
    border-radius:0!important;
}

.mit-prod-tabs .mit-ptab.on{
    color:#111!important;
    border-bottom:3px solid #111!important;
}
/* NEW ARRIVALS SAME STYLE AS TRENDING */
#mitArrTrack .mit-pi{
    height:370px!important;
    background:#f4f4f4!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}

#mitArrTrack .mit-pi a{
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#f4f4f4!important;
}

#mitArrTrack .mit-pi img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:0!important;
    background:#f4f4f4!important;
}

#mitArrTrack .mit-slide-card{
    flex:0 0 calc(25% - 15px)!important;
    min-width:260px!important;
}

#mitArrTrack{
    gap:20px!important;
}

@media(max-width:820px){
    #mitArrTrack .mit-slide-card{
        flex:0 0 calc(50% - 10px)!important;
        min-width:0!important;
    }
}
/* NEW ARRIVALS ARROWS SAME AS TRENDING */
#mitArrTrack{
    display:flex!important;
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
}

#mitArrTrack::-webkit-scrollbar{
    display:none!important;
}

.mit-arrivals .mit-arr-body{
    padding:0 45px!important;
}

.mit-arrivals .mit-arr-nav{
    width:34px!important;
    height:70px!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    top:35%!important;
    transform:translateY(-50%)!important;
    font-size:0!important;
}

.mit-arrivals .mit-arr-prev{
    left:5px!important;
}

.mit-arrivals .mit-arr-next{
    right:5px!important;
}

.mit-arrivals .mit-arr-nav::before{
    font-size:46px!important;
    font-family:Arial, sans-serif!important;
    font-weight:300!important;
    color:#111!important;
    line-height:1!important;
}

.mit-arrivals .mit-arr-prev::before{
    content:'‹';
}

.mit-arrivals .mit-arr-next::before{
    content:'›';
}
/* NEW ARRIVALS SAME STYLE AS TRENDING - DO NOT TOUCH TRENDING */
.mit-new-sec{
    background:#fff!important;
}

.mit-new-body{
    position:relative!important;
    padding:0 60px!important;
}

#mitArrTrack{
    display:flex!important;
    gap:20px!important;
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
    padding:4px 4px 8px!important;
}

#mitArrTrack::-webkit-scrollbar{
    display:none!important;
}

#mitArrTrack .mit-pc{
    flex:0 0 calc(25% - 15px)!important;
    min-width:260px!important;
    display:flex!important;
    flex-direction:column!important;
}

#mitArrTrack .mit-pi{
    height:370px!important;
    aspect-ratio:auto!important;
    background:#f4f4f4!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}

#mitArrTrack .mit-pi a{
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#f4f4f4!important;
}

#mitArrTrack .mit-pi img,
#mitArrTrack .mit-pi-hover img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:10px!important;
    background:#f4f4f4!important;
}

#mitArrTrack .mit-pi-hover{
    position:absolute!important;
    inset:0!important;
    opacity:0!important;
    transition:.3s!important;
    background:#f4f4f4!important;
}

#mitArrTrack .mit-pc:hover .mit-pi-hover{
    opacity:1!important;
}

/* New Arrival arrows same as Trending */
.mit-new-body .mit-arr-nav{
    width:34px!important;
    height:70px!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    top:36%!important;
    transform:translateY(-50%)!important;
    z-index:30!important;
    font-size:0!important;
}

.mit-new-body .mit-arr-prev{
    left:5px!important;
}

.mit-new-body .mit-arr-next{
    right:5px!important;
}

.mit-new-body .mit-arr-nav::before{
    font-size:46px!important;
    font-family:Arial, sans-serif!important;
    font-weight:300!important;
    color:#111!important;
    line-height:1!important;
}

.mit-new-body .mit-arr-prev::before{
    content:'‹';
}

.mit-new-body .mit-arr-next::before{
    content:'›';
}

/* New Arrival dots same as Trending */
#mitArrDots{
    display:flex!important;
    justify-content:center!important;
    gap:8px!important;
    margin-top:18px!important;
}

#mitArrDots .mit-pg-dot{
    width:9px!important;
    height:9px!important;
    border-radius:50%!important;
    background:#ccc!important;
}

#mitArrDots .mit-pg-dot.on{
    width:28px!important;
    border-radius:20px!important;
    background:var(--g)!important;
}

@media(max-width:820px){
    #mitArrTrack .mit-pc{
        flex:0 0 calc(50% - 10px)!important;
        min-width:0!important;
    }

    .mit-new-body{
        padding:0 38px!important;
    }

    #mitArrTrack .mit-pi{
        height:260px!important;
    }
}
/* PROFESSIONAL BANNER STRIP BUTTONS */
.mit-fw-c{
    padding:34px 28px!important;
}

.mit-fw-ttl{
    font-size:30px!important;
    line-height:1!important;
    margin-bottom:18px!important;
    text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}

.mit-fw-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid rgba(255,255,255,.9)!important;
    padding:12px 22px!important;
    min-width:140px!important;
    height:44px!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    border-radius:0!important;
    box-shadow:0 8px 24px rgba(0,0,0,.22)!important;
    transition:all .22s ease!important;
}

.mit-fw-btn svg{
    width:14px!important;
    height:14px!important;
    stroke:currentColor!important;
    fill:none!important;
    stroke-width:2.4!important;
    transition:transform .22s ease!important;
}

.mit-fw-item:hover .mit-fw-btn{
    background:var(--g)!important;
    color:#fff!important;
    border-color:var(--g)!important;
    transform:translateY(-2px)!important;
}

.mit-fw-item:hover .mit-fw-btn svg{
    transform:translateX(4px)!important;
}

/* remove old small label if any remains */
.mit-fw-brand{
    display:none!important;
}
/* MAKE TRENDING + NEW ARRIVALS PRODUCT BACKGROUND WHITE */
#mitTrendTrack .mit-pc,
#mitArrTrack .mit-pc,
#mitTrendTrack .mit-pi,
#mitArrTrack .mit-pi,
#mitTrendTrack .mit-pi a,
#mitArrTrack .mit-pi a,
#mitTrendTrack .mit-pi-hover,
#mitArrTrack .mit-pi-hover,
#mitTrendTrack .mit-pi img,
#mitArrTrack .mit-pi img,
#mitTrendTrack .mit-pi-hover img,
#mitArrTrack .mit-pi-hover img{
    background:#fff!important;
}
/* ============================================================
   INNER PAGES HOMEPAGE MATCH — paste at bottom of style.css/main.css
   Applies to: about.php, contact.php, faqs.php, privacy-policy.php,
   returns.php, shipping-info.php, size-guide.php, track-order.php
   ============================================================ */

/* global inner page shell */
.mit-custom-site-wrapper{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:#fff;
}

.mit-page-hero{
  background:#070707!important;
  padding:clamp(56px,7vw,96px) var(--pad)!important;
  text-align:center!important;
  position:relative!important;
  overflow:hidden!important;
  border-bottom:4px solid var(--g)!important;
}
.mit-page-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(22,155,98,.18), transparent 32%),
    linear-gradient(135deg, rgba(22,155,98,.13), transparent 58%);
  pointer-events:none;
}
.mit-page-eye,
.mit-page-ttl,
.mit-page-sub{position:relative;z-index:1}
.mit-page-eye{
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--g)!important;
  margin-bottom:10px!important;
}
.mit-page-ttl{
  font-family:'Bebas Neue',sans-serif!important;
  font-size:clamp(34px,5vw,64px)!important;
  line-height:.95!important;
  font-weight:700!important;
  color:#fff!important;
  text-transform:uppercase!important;
  margin:0!important;
}
.mit-page-sub{
  color:rgba(255,255,255,.65)!important;
  font-size:15px!important;
  line-height:1.65!important;
  max-width:720px!important;
  margin:16px auto 0!important;
}

.mit-breadcrumb{
  max-width:var(--max)!important;
  margin:0 auto!important;
  padding:16px var(--pad)!important;
  color:#888!important;
  font-size:12.5px!important;
  border-bottom:1px solid #eee!important;
}
.mit-breadcrumb a{color:var(--g)!important;font-weight:700!important;text-decoration:none!important}

.mit-page-content{
  max-width:var(--max)!important;
  width:100%!important;
  margin:0 auto!important;
  padding:clamp(46px,5vw,78px) var(--pad)!important;
  background:#fff!important;
}

/* content typography */
.mit-prose,
.mit-policy-wrap{
  max-width:920px!important;
  margin:0 auto!important;
  background:#fff!important;
}
.mit-prose h2,
.mit-policy-wrap h2{
  font-family:'Bebas Neue',sans-serif!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  color:#111!important;
  margin:36px 0 14px!important;
  padding-bottom:12px!important;
  border-bottom:2px solid var(--g)!important;
}
.mit-prose h2:first-child,
.mit-policy-wrap h2:first-child{margin-top:0!important}
.mit-prose p,
.mit-policy-wrap p,
.mit-prose li,
.mit-policy-wrap li{
  font-size:15px!important;
  line-height:1.78!important;
  color:#424242!important;
}
.mit-prose a,
.mit-policy-wrap a,
.mit-green-link{
  color:var(--g)!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.mit-prose a:hover,
.mit-policy-wrap a:hover,
.mit-green-link:hover{text-decoration:underline!important}

/* premium buttons matching homepage */
.mit-btn-p{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:var(--g)!important;
  color:#fff!important;
  border:none!important;
  border-radius:0!important;
  min-height:46px!important;
  padding:0 26px!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 24px rgba(22,155,98,.22)!important;
  transition:all .22s ease!important;
}
.mit-btn-p:hover{background:var(--blk)!important;color:#fff!important;transform:translateY(-1px)!important}
.mit-btn-p svg{width:14px!important;height:14px!important;stroke:currentColor!important;fill:none!important;stroke-width:2.4!important}

/* contact page */
.mit-contact-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  gap:clamp(30px,5vw,64px)!important;
  align-items:start!important;
}
.mit-contact-info{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
}
.mit-ci-item,
.mit-info-note{
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  box-shadow:0 10px 30px rgba(0,0,0,.045)!important;
  border-radius:0!important;
  padding:20px!important;
}
.mit-ci-item{
  display:flex!important;
  align-items:flex-start!important;
  gap:16px!important;
}
.mit-ci-ico{
  width:48px!important;
  height:48px!important;
  background:#111!important;
  color:#fff!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-shrink:0!important;
}
.mit-ci-ico svg{width:22px!important;height:22px!important;stroke:#fff!important;fill:none!important;stroke-width:2!important}
.mit-ci-ttl,.mit-info-note-title{
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:#111!important;
  margin-bottom:6px!important;
}
.mit-ci-val,.mit-info-note-text{font-size:14px!important;color:#555!important;line-height:1.65!important;margin:0!important}
.mit-form{
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  box-shadow:0 10px 34px rgba(0,0,0,.055)!important;
  padding:clamp(22px,3vw,34px)!important;
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
}
.mit-form-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
.mit-form label{
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  color:#111!important;
  margin-bottom:7px!important;
  display:block!important;
}
.mit-form input,.mit-form select,.mit-form textarea,
#mitTrackInput{
  width:100%!important;
  border:1.5px solid #e4e4e4!important;
  background:#fff!important;
  border-radius:0!important;
  padding:13px 15px!important;
  font-family:'Roboto',sans-serif!important;
  font-size:14px!important;
  color:#111!important;
  outline:none!important;
  box-shadow:none!important;
}
.mit-form input:focus,.mit-form select:focus,.mit-form textarea:focus,#mitTrackInput:focus{border-color:var(--g)!important}
.mit-form textarea{min-height:150px!important;resize:vertical!important}

/* shipping page cards */
.mit-ship-grid,
.mit-policy-wrap > div[style*="grid-template-columns"]{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  margin-bottom:44px!important;
}
.mit-ship-card{
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  box-shadow:0 10px 30px rgba(0,0,0,.045)!important;
  border-radius:0!important;
  padding:28px 22px!important;
  text-align:center!important;
}
.mit-ship-emoji{font-size:34px!important;margin-bottom:12px!important}
.mit-ship-title{font-family:'Bebas Neue',sans-serif!important;font-size:20px!important;font-weight:700!important;text-transform:uppercase!important;margin-bottom:8px!important;color:#111!important}
.mit-ship-time{font-size:14px!important;font-weight:800!important;color:var(--g)!important;margin-bottom:5px!important}
.mit-ship-price{font-size:13px!important;color:#666!important}

/* FAQ page */
.mit-faq-item{
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  border-bottom:none!important;
}
.mit-faq-item:last-child{border-bottom:1px solid #e9e9e9!important}
.mit-faq-q{
  width:100%!important;
  padding:20px 22px!important;
  background:#fff!important;
  color:#111!important;
  text-align:left!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:18px!important;
  font-size:15px!important;
  font-weight:800!important;
}
.mit-faq-q:hover{color:var(--g)!important}
.mit-faq-icon{
  width:28px!important;
  height:28px!important;
  background:#111!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-shrink:0!important;
}
.mit-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease!important}
.mit-faq-item.open .mit-faq-a{max-height:420px!important;padding:0 22px 20px!important}
.mit-faq-a p{margin:0!important;color:#555!important;font-size:14.5px!important;line-height:1.7!important}

/* size guide tables */
.mit-size-table{
  width:100%!important;
  border-collapse:collapse!important;
  margin:22px 0 34px!important;
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  box-shadow:0 10px 28px rgba(0,0,0,.045)!important;
}
.mit-size-table th{
  background:#111!important;
  color:#fff!important;
  font-family:'Bebas Neue',sans-serif!important;
  font-size:13px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  padding:14px 12px!important;
}
.mit-size-table td{
  text-align:center!important;
  padding:13px 12px!important;
  border-bottom:1px solid #eee!important;
  color:#333!important;
}
.mit-size-table tr:nth-child(even) td{background:#fafafa!important}

/* track order page */
.mit-track-box{
  max-width:760px!important;
  margin:0 auto!important;
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  box-shadow:0 12px 36px rgba(0,0,0,.055)!important;
  border-radius:0!important;
  padding:clamp(24px,4vw,44px)!important;
}
.mit-track-head{text-align:center!important;margin-bottom:30px!important}
.mit-track-emoji{font-size:50px!important;margin-bottom:12px!important}
.mit-track-title{font-family:'Bebas Neue',sans-serif!important;font-size:26px!important;font-weight:700!important;text-transform:uppercase!important;margin:0 0 8px!important;color:#111!important}
.mit-track-desc{font-size:14.5px!important;color:#666!important;line-height:1.6!important;margin:0!important}
.mit-track-form{display:flex!important;gap:10px!important;margin-bottom:30px!important}
.mit-track-form .mit-btn-p{min-width:130px!important}
.mit-track-help{border-top:1px solid #e8e8e8!important;text-align:center!important;padding-top:22px!important;margin-top:22px!important}
.mit-track-help-text{font-size:14px!important;color:#666!important;line-height:1.65!important;margin:0!important}
.mit-track-steps{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:12px!important;
  margin:0 0 26px!important;
}
.mit-track-step{text-align:center!important;position:relative!important}
.mit-ts-ico{
  width:46px!important;
  height:46px!important;
  margin:0 auto 9px!important;
  border:1.5px solid #e5e5e5!important;
  background:#fff!important;
  color:#111!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mit-ts-ico.done{background:var(--g)!important;border-color:var(--g)!important;color:#fff!important}
.mit-ts-ico svg{width:20px!important;height:20px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important}
.mit-ts-lbl{font-size:11px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#555!important;line-height:1.3!important}

@media(max-width:900px){
  .mit-contact-grid{grid-template-columns:1fr!important}
  .mit-ship-grid,.mit-policy-wrap > div[style*="grid-template-columns"]{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .mit-page-hero{padding:42px 16px!important}
  .mit-page-content{padding:36px 16px!important}
  .mit-form-row{grid-template-columns:1fr!important}
  .mit-track-form{flex-direction:column!important}
  .mit-track-form .mit-btn-p{width:100%!important}
  .mit-track-steps{grid-template-columns:repeat(2,1fr)!important;gap:18px 10px!important}
  .mit-size-table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}
}
/* TRACK ORDER WOOCOMMERCE FORM STYLE */
.mit-woo-track-form{
    margin-top:24px!important;
}

.mit-woo-track-form form{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
}

.mit-woo-track-form p{
    margin:0!important;
}

.mit-woo-track-form label{
    display:block!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    color:#111!important;
    margin-bottom:7px!important;
}

.mit-woo-track-form input.input-text{
    width:100%!important;
    height:48px!important;
    border:1.5px solid var(--bdr)!important;
    border-radius:6px!important;
    padding:0 14px!important;
    font-size:14px!important;
    font-family:'Roboto',sans-serif!important;
    background:#fff!important;
    color:#111!important;
    box-shadow:none!important;
}

.mit-woo-track-form input.input-text:focus{
    border-color:var(--g)!important;
    outline:none!important;
}

.mit-woo-track-form button.button{
    width:100%!important;
    height:48px!important;
    background:var(--g)!important;
    color:#fff!important;
    border:none!important;
    border-radius:6px!important;
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    font-family:'Roboto',sans-serif!important;
}

.mit-woo-track-form button.button:hover{
    background:var(--gd)!important;
}
/* SHOP PAGE HOMEPAGE MATCH */
.mit-shop-page{
    max-width:1280px!important;
    margin:0 auto!important;
    padding:34px 24px 80px!important;
    background:#fff!important;
}

.mit-shop-hero{
    background:#fff!important;
}

.mit-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    margin:0 0 28px!important;
    padding:0!important;
}

.mit-shop-count .woocommerce-result-count{
    margin:0!important;
    font-size:14px!important;
    color:#333!important;
    font-weight:500!important;
}

.mit-shop-sort form{
    margin:0!important;
}

.mit-shop-sort select,
.woocommerce-ordering select{
    height:42px!important;
    min-width:190px!important;
    border:1px solid var(--bdr)!important;
    border-radius:6px!important;
    background:#fff!important;
    color:#111!important;
    padding:0 14px!important;
    font-size:13px!important;
    font-family:'Roboto',sans-serif!important;
    box-shadow:none!important;
    outline:none!important;
}

/* PRODUCT GRID */
.mit-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:34px 24px!important;
}

/* PRODUCT CARD */
.mit-shop-card{
    background:#fff!important;
    border:none!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    width:100%!important;
    float:none!important;
    position:relative!important;
}

.mit-shop-imgbox{
    position:relative!important;
    width:100%!important;
    height:365px!important;
    background:#fff!important;
    border:1px solid #eee!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.mit-shop-imglink,
.mit-shop-hover{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
}

.mit-shop-img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:12px!important;
    background:#fff!important;
    transition:transform .3s ease!important;
}

.mit-shop-hover{
    opacity:0!important;
    transition:opacity .3s ease!important;
    z-index:3!important;
}

.mit-shop-card:hover .mit-shop-hover{
    opacity:1!important;
}

.mit-shop-card:hover .mit-shop-img{
    transform:scale(1.025)!important;
}

/* BADGE */
.mit-shop-badge{
    position:absolute!important;
    left:10px!important;
    top:10px!important;
    z-index:6!important;
    background:var(--g)!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    padding:7px 10px!important;
    line-height:1!important;
}

.mit-shop-badge.is-out{
    background:#111!important;
}

/* PRODUCT INFO */
.mit-shop-info{
    padding:14px 0 0!important;
    background:#fff!important;
}

.mit-shop-cat{
    font-size:12px!important;
    color:#8b8b8b!important;
    margin-bottom:7px!important;
    line-height:1.2!important;
}

.mit-shop-title{
    margin:0 0 10px!important;
    padding:0!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:800!important;
    font-family:'Roboto',sans-serif!important;
    min-height:42px!important;
}

.mit-shop-title a{
    color:#111!important;
    text-decoration:none!important;
}

.mit-shop-title a:hover{
    color:var(--g)!important;
}

.mit-shop-meta{
    min-height:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin-bottom:12px!important;
}

.mit-shop-price{
    font-size:15px!important;
    font-weight:900!important;
    color:#111!important;
}

.mit-shop-price del{
    color:#999!important;
    font-weight:600!important;
    margin-right:5px!important;
}

.mit-shop-price ins{
    text-decoration:none!important;
    color:var(--g)!important;
}

.mit-shop-rating .star-rating{
    margin:0!important;
    font-size:11px!important;
    color:#f5a623!important;
}

/* BUTTON */
.mit-shop-btn{
    width:100%!important;
    height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#111!important;
    color:#fff!important;
    border:none!important;
    border-radius:4px!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    font-family:'Roboto',sans-serif!important;
    transition:all .22s ease!important;
    padding:0 12px!important;
    line-height:1!important;
}

.mit-shop-btn:hover{
    background:var(--g)!important;
    color:#fff!important;
    transform:translateY(-1px)!important;
}

/* PAGINATION */
.mit-shop-pagination{
    margin-top:42px!important;
}

.mit-shop-pagination nav.woocommerce-pagination{
    text-align:center!important;
}

.mit-shop-pagination .page-numbers{
    border:none!important;
    margin:0!important;
    padding:0!important;
}

.mit-shop-pagination ul.page-numbers{
    display:flex!important;
    justify-content:center!important;
    gap:8px!important;
    list-style:none!important;
}

.mit-shop-pagination ul.page-numbers li{
    border:none!important;
    margin:0!important;
}

.mit-shop-pagination .page-numbers a,
.mit-shop-pagination .page-numbers span{
    min-width:38px!important;
    height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid var(--bdr)!important;
    background:#fff!important;
    color:#111!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
    border-radius:4px!important;
}

.mit-shop-pagination .page-numbers .current,
.mit-shop-pagination .page-numbers a:hover{
    background:var(--g)!important;
    color:#fff!important;
    border-color:var(--g)!important;
}

/* REMOVE OLD DEFAULT WOOCOMMERCE FLOATS */
.woocommerce ul.products,
.woocommerce-page ul.products{
    margin:0!important;
    padding:0!important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    float:none!important;
    width:auto!important;
    margin:0!important;
}

/* MOBILE */
@media(max-width:1024px){
    .mit-shop-grid{
        grid-template-columns:repeat(3,1fr)!important;
    }

    .mit-shop-imgbox{
        height:320px!important;
    }
}

@media(max-width:820px){
    .mit-shop-page{
        padding:28px 14px 60px!important;
    }

    .mit-shop-toolbar{
        flex-direction:column!important;
        align-items:flex-start!important;
    }

    .mit-shop-sort,
    .mit-shop-sort form,
    .mit-shop-sort select,
    .woocommerce-ordering select{
        width:100%!important;
    }

    .mit-shop-grid{
        grid-template-columns:repeat(2,1fr)!important;
        gap:26px 12px!important;
    }

    .mit-shop-imgbox{
        height:250px!important;
    }

    .mit-shop-title{
        font-size:13px!important;
        min-height:38px!important;
    }

    .mit-shop-btn{
        height:40px!important;
        font-size:10px!important;
    }
}
/* ============================================================
   CLEAN SHOP PAGE FINAL CSS
   Shop + category pages only
   ============================================================ */

/* page wrapper */
body.woocommerce-shop .mit-shop-wrap,
body.tax-product_cat .mit-shop-wrap,
body.post-type-archive-product .mit-shop-wrap{
    width:100%!important;
    max-width:none!important;
    background:#fff!important;
    overflow:hidden!important;
    font-family:'Roboto',sans-serif!important;
}

/* top banner */
body.woocommerce-shop .mit-shop-banner,
body.tax-product_cat .mit-shop-banner,
body.post-type-archive-product .mit-shop-banner{
    width:100vw!important;
    max-width:100vw!important;
    height:150px!important;
    margin:0 0 24px calc(50% - 50vw)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    position:relative!important;
    overflow:hidden!important;
}

body.woocommerce-shop .mit-shop-banner-overlay,
body.tax-product_cat .mit-shop-banner-overlay,
body.post-type-archive-product .mit-shop-banner-overlay{
    position:absolute!important;
    inset:0!important;
    background:rgba(0,0,0,.05)!important;
}

/* inner width */
body.woocommerce-shop .mit-shop-inner,
body.tax-product_cat .mit-shop-inner,
body.post-type-archive-product .mit-shop-inner{
    width:calc(100% - 64px)!important;
    max-width:1540px!important;
    margin:0 auto!important;
}

/* breadcrumb */
body.woocommerce-shop .mit-shop-breadcrumb,
body.tax-product_cat .mit-shop-breadcrumb,
body.post-type-archive-product .mit-shop-breadcrumb{
    max-width:none!important;
    margin:0 0 22px!important;
    padding:0 0 16px!important;
    border-bottom:1px solid #eee!important;
}

/* shop title */
body.woocommerce-shop .mit-shop-head,
body.tax-product_cat .mit-shop-head,
body.post-type-archive-product .mit-shop-head{
    margin:0 0 26px!important;
}

body.woocommerce-shop .mit-shop-title-main,
body.tax-product_cat .mit-shop-title-main,
body.post-type-archive-product .mit-shop-title-main{
    margin:4px 0 6px!important;
    font-family:'Bebas Neue',sans-serif!important;
    font-size:38px!important;
    line-height:1!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    color:#111!important;
}

body.woocommerce-shop .mit-shop-head p,
body.tax-product_cat .mit-shop-head p,
body.post-type-archive-product .mit-shop-head p{
    margin:0!important;
    color:#777!important;
    font-size:14px!important;
}

/* sidebar + product area */
body.woocommerce-shop .mit-shop-layout,
body.tax-product_cat .mit-shop-layout,
body.post-type-archive-product .mit-shop-layout{
    display:grid!important;
    grid-template-columns:280px minmax(0,1fr)!important;
    gap:34px!important;
    align-items:start!important;
}

/* sidebar */
body.woocommerce-shop .mit-shop-sidebar,
body.tax-product_cat .mit-shop-sidebar,
body.post-type-archive-product .mit-shop-sidebar{
    position:sticky!important;
    top:110px!important;
}

body.woocommerce-shop .mit-filter-box,
body.tax-product_cat .mit-filter-box,
body.post-type-archive-product .mit-filter-box{
    background:#fff!important;
    border:1px solid #eee!important;
    padding:22px!important;
    margin-bottom:18px!important;
}

body.woocommerce-shop .mit-filter-title,
body.tax-product_cat .mit-filter-title,
body.post-type-archive-product .mit-filter-title{
    margin:0 0 16px!important;
    font-size:15px!important;
    line-height:1!important;
    font-weight:900!important;
    color:#111!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
}

/* search box */
body.woocommerce-shop .woocommerce-product-search,
body.tax-product_cat .woocommerce-product-search,
body.post-type-archive-product .woocommerce-product-search{
    display:flex!important;
    gap:8px!important;
}

body.woocommerce-shop .woocommerce-product-search .search-field,
body.tax-product_cat .woocommerce-product-search .search-field,
body.post-type-archive-product .woocommerce-product-search .search-field{
    width:100%!important;
    height:42px!important;
    border:1px solid #ddd!important;
    border-radius:4px!important;
    padding:0 12px!important;
    font-size:13px!important;
    background:#fff!important;
    outline:none!important;
}

body.woocommerce-shop .woocommerce-product-search button,
body.tax-product_cat .woocommerce-product-search button,
body.post-type-archive-product .woocommerce-product-search button{
    height:42px!important;
    padding:0 14px!important;
    background:#111!important;
    color:#fff!important;
    border:0!important;
    border-radius:4px!important;
    font-size:11px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
}

/* sidebar category list */
body.woocommerce-shop .mit-filter-list,
body.tax-product_cat .mit-filter-list,
body.post-type-archive-product .mit-filter-list{
    list-style:none!important;
    padding:0!important;
    margin:0!important;
}

body.woocommerce-shop .mit-filter-list li,
body.tax-product_cat .mit-filter-list li,
body.post-type-archive-product .mit-filter-list li{
    list-style:none!important;
    padding:0!important;
    margin:0!important;
}

body.woocommerce-shop .mit-filter-list a,
body.tax-product_cat .mit-filter-list a,
body.post-type-archive-product .mit-filter-list a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:11px 0!important;
    border-bottom:1px solid #f0f0f0!important;
    color:#333!important;
    font-size:13px!important;
    font-weight:700!important;
    text-decoration:none!important;
}

body.woocommerce-shop .mit-filter-list a:hover,
body.woocommerce-shop .mit-filter-list a.active,
body.tax-product_cat .mit-filter-list a:hover,
body.tax-product_cat .mit-filter-list a.active,
body.post-type-archive-product .mit-filter-list a:hover,
body.post-type-archive-product .mit-filter-list a.active{
    color:var(--g)!important;
}

body.woocommerce-shop .mit-filter-list em,
body.tax-product_cat .mit-filter-list em,
body.post-type-archive-product .mit-filter-list em{
    font-style:normal!important;
    font-size:11px!important;
    color:#999!important;
}

/* top category filter */
body.woocommerce-shop .mit-shop-topfilters,
body.tax-product_cat .mit-shop-topfilters,
body.post-type-archive-product .mit-shop-topfilters{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 22px!important;
}

body.woocommerce-shop .mit-shop-topfilters a,
body.tax-product_cat .mit-shop-topfilters a,
body.post-type-archive-product .mit-shop-topfilters a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:36px!important;
    padding:0 16px!important;
    border:1px solid #ddd!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:800!important;
    text-decoration:none!important;
}

body.woocommerce-shop .mit-shop-topfilters a:hover,
body.woocommerce-shop .mit-shop-topfilters a.active,
body.tax-product_cat .mit-shop-topfilters a:hover,
body.tax-product_cat .mit-shop-topfilters a.active,
body.post-type-archive-product .mit-shop-topfilters a:hover,
body.post-type-archive-product .mit-shop-topfilters a.active{
    background:var(--g)!important;
    border-color:var(--g)!important;
    color:#fff!important;
}

/* toolbar */
body.woocommerce-shop .mit-shop-toolbar,
body.tax-product_cat .mit-shop-toolbar,
body.post-type-archive-product .mit-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    margin:0 0 28px!important;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count{
    margin:0!important;
    font-size:14px!important;
    color:#333!important;
    font-weight:600!important;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering{
    margin:0!important;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select{
    height:44px!important;
    min-width:210px!important;
    border:1px solid #ddd!important;
    border-radius:6px!important;
    background:#fff!important;
    color:#111!important;
    padding:0 14px!important;
    font-size:13px!important;
    box-shadow:none!important;
    outline:none!important;
}

/* product grid: 3 bigger cards with sidebar */
body.woocommerce-shop ul.products.mit-shop-grid,
body.tax-product_cat ul.products.mit-shop-grid,
body.post-type-archive-product ul.products.mit-shop-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:38px 28px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

/* product card */
body.woocommerce-shop ul.products li.product.mit-shop-card,
body.tax-product_cat ul.products li.product.mit-shop-card,
body.post-type-archive-product ul.products li.product.mit-shop-card{
    width:auto!important;
    float:none!important;
    clear:none!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    background:#fff!important;
    border:none!important;
    box-shadow:none!important;
    text-align:left!important;
    overflow:visible!important;
    position:relative!important;
}

/* image box white */
body.woocommerce-shop .mit-shop-imgbox,
body.tax-product_cat .mit-shop-imgbox,
body.post-type-archive-product .mit-shop-imgbox{
    width:100%!important;
    height:430px!important;
    position:relative!important;
    overflow:hidden!important;
    background:#fff!important;
    background-color:#fff!important;
    border:1px solid #eee!important;
}

/* image link */
body.woocommerce-shop .mit-shop-imglink,
body.tax-product_cat .mit-shop-imglink,
body.post-type-archive-product .mit-shop-imglink{
    width:100%!important;
    height:100%!important;
    display:block!important;
    position:relative!important;
    background:#fff!important;
    background-color:#fff!important;
}

/* all shop product images white */
body.woocommerce-shop ul.products li.product .mit-shop-img,
body.tax-product_cat ul.products li.product .mit-shop-img,
body.post-type-archive-product ul.products li.product .mit-shop-img,
body.woocommerce-shop ul.products li.product a img.mit-shop-img,
body.tax-product_cat ul.products li.product a img.mit-shop-img,
body.post-type-archive-product ul.products li.product a img.mit-shop-img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:10px!important;
    margin:0!important;
    background:#fff!important;
    background-color:#fff!important;
    display:block!important;
    transition:opacity .28s ease, transform .28s ease!important;
}

/* hover method 1: new main/alt image classes */
body.woocommerce-shop .mit-shop-main-img,
body.tax-product_cat .mit-shop-main-img,
body.post-type-archive-product .mit-shop-main-img{
    opacity:1!important;
    z-index:1!important;
}

body.woocommerce-shop .mit-shop-alt-img,
body.tax-product_cat .mit-shop-alt-img,
body.post-type-archive-product .mit-shop-alt-img{
    opacity:0!important;
    z-index:2!important;
}

body.woocommerce-shop .mit-shop-card:hover .mit-shop-main-img,
body.tax-product_cat .mit-shop-card:hover .mit-shop-main-img,
body.post-type-archive-product .mit-shop-card:hover .mit-shop-main-img{
    opacity:0!important;
}

body.woocommerce-shop .mit-shop-card:hover .mit-shop-alt-img,
body.tax-product_cat .mit-shop-card:hover .mit-shop-alt-img,
body.post-type-archive-product .mit-shop-card:hover .mit-shop-alt-img{
    opacity:1!important;
}

/* hover method 2: old .mit-shop-hover structure support */
body.woocommerce-shop .mit-shop-hover,
body.tax-product_cat .mit-shop-hover,
body.post-type-archive-product .mit-shop-hover{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    z-index:3!important;
    background:#fff!important;
    transition:opacity .28s ease!important;
}

body.woocommerce-shop .mit-shop-card:hover .mit-shop-hover,
body.tax-product_cat .mit-shop-card:hover .mit-shop-hover,
body.post-type-archive-product .mit-shop-card:hover .mit-shop-hover{
    opacity:1!important;
}

/* info */
body.woocommerce-shop .mit-shop-info,
body.tax-product_cat .mit-shop-info,
body.post-type-archive-product .mit-shop-info{
    padding:14px 0 0!important;
    background:#fff!important;
    background-color:#fff!important;
}

body.woocommerce-shop .mit-shop-cat,
body.tax-product_cat .mit-shop-cat,
body.post-type-archive-product .mit-shop-cat{
    font-size:12px!important;
    color:#888!important;
    margin-bottom:7px!important;
    line-height:1.2!important;
}

body.woocommerce-shop .mit-shop-title,
body.tax-product_cat .mit-shop-title,
body.post-type-archive-product .mit-shop-title{
    margin:0 0 10px!important;
    padding:0!important;
    font-size:16px!important;
    line-height:1.35!important;
    font-weight:800!important;
    font-family:'Roboto',sans-serif!important;
    min-height:44px!important;
}

body.woocommerce-shop .mit-shop-title a,
body.tax-product_cat .mit-shop-title a,
body.post-type-archive-product .mit-shop-title a{
    color:#111!important;
    text-decoration:none!important;
}

body.woocommerce-shop .mit-shop-title a:hover,
body.tax-product_cat .mit-shop-title a:hover,
body.post-type-archive-product .mit-shop-title a:hover{
    color:var(--g)!important;
}

body.woocommerce-shop .mit-shop-price,
body.tax-product_cat .mit-shop-price,
body.post-type-archive-product .mit-shop-price{
    margin:0 0 12px!important;
    font-size:15px!important;
    font-weight:900!important;
    color:#111!important;
}

/* button */
body.woocommerce-shop ul.products li.product .mit-shop-btn,
body.tax-product_cat ul.products li.product .mit-shop-btn,
body.post-type-archive-product ul.products li.product .mit-shop-btn{
    width:100%!important;
    height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:static!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    background:#111!important;
    color:#fff!important;
    border:none!important;
    border-radius:4px!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    padding:0 12px!important;
    line-height:1!important;
    margin:0!important;
}

body.woocommerce-shop ul.products li.product .mit-shop-btn:hover,
body.tax-product_cat ul.products li.product .mit-shop-btn:hover,
body.post-type-archive-product ul.products li.product .mit-shop-btn:hover{
    background:var(--g)!important;
    color:#fff!important;
}

/* badge */
body.woocommerce-shop .mit-shop-badge,
body.tax-product_cat .mit-shop-badge,
body.post-type-archive-product .mit-shop-badge{
    position:absolute!important;
    left:0!important;
    bottom:0!important;
    z-index:8!important;
    width:100%!important;
    height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    color:#111!important;
    border-top:1px solid #ddd!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
}

/* pagination */
body.woocommerce-shop .mit-shop-pagination,
body.tax-product_cat .mit-shop-pagination,
body.post-type-archive-product .mit-shop-pagination{
    margin-top:42px!important;
}

body.woocommerce-shop .mit-shop-pagination ul.page-numbers,
body.tax-product_cat .mit-shop-pagination ul.page-numbers,
body.post-type-archive-product .mit-shop-pagination ul.page-numbers{
    display:flex!important;
    justify-content:center!important;
    gap:8px!important;
    border:none!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

body.woocommerce-shop .mit-shop-pagination ul.page-numbers li,
body.tax-product_cat .mit-shop-pagination ul.page-numbers li,
body.post-type-archive-product .mit-shop-pagination ul.page-numbers li{
    border:none!important;
    margin:0!important;
}

body.woocommerce-shop .mit-shop-pagination .page-numbers a,
body.woocommerce-shop .mit-shop-pagination .page-numbers span,
body.tax-product_cat .mit-shop-pagination .page-numbers a,
body.tax-product_cat .mit-shop-pagination .page-numbers span,
body.post-type-archive-product .mit-shop-pagination .page-numbers a,
body.post-type-archive-product .mit-shop-pagination .page-numbers span{
    min-width:38px!important;
    height:38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #ddd!important;
    background:#fff!important;
    color:#111!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
    border-radius:4px!important;
}

body.woocommerce-shop .mit-shop-pagination .page-numbers .current,
body.woocommerce-shop .mit-shop-pagination .page-numbers a:hover,
body.tax-product_cat .mit-shop-pagination .page-numbers .current,
body.tax-product_cat .mit-shop-pagination .page-numbers a:hover,
body.post-type-archive-product .mit-shop-pagination .page-numbers .current,
body.post-type-archive-product .mit-shop-pagination .page-numbers a:hover{
    background:var(--g)!important;
    color:#fff!important;
    border-color:var(--g)!important;
}

/* tablet */
@media(max-width:1180px){
    body.woocommerce-shop .mit-shop-layout,
    body.tax-product_cat .mit-shop-layout,
    body.post-type-archive-product .mit-shop-layout{
        grid-template-columns:240px minmax(0,1fr)!important;
        gap:24px!important;
    }

    body.woocommerce-shop ul.products.mit-shop-grid,
    body.tax-product_cat ul.products.mit-shop-grid,
    body.post-type-archive-product ul.products.mit-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    body.woocommerce-shop .mit-shop-imgbox,
    body.tax-product_cat .mit-shop-imgbox,
    body.post-type-archive-product .mit-shop-imgbox{
        height:380px!important;
    }
}

/* mobile */
@media(max-width:820px){
    body.woocommerce-shop .mit-shop-banner,
    body.tax-product_cat .mit-shop-banner,
    body.post-type-archive-product .mit-shop-banner{
        height:120px!important;
        margin-bottom:18px!important;
    }

    body.woocommerce-shop .mit-shop-inner,
    body.tax-product_cat .mit-shop-inner,
    body.post-type-archive-product .mit-shop-inner{
        width:calc(100% - 28px)!important;
    }

    body.woocommerce-shop .mit-shop-title-main,
    body.tax-product_cat .mit-shop-title-main,
    body.post-type-archive-product .mit-shop-title-main{
        font-size:30px!important;
    }

    body.woocommerce-shop .mit-shop-layout,
    body.tax-product_cat .mit-shop-layout,
    body.post-type-archive-product .mit-shop-layout{
        display:block!important;
    }

    body.woocommerce-shop .mit-shop-sidebar,
    body.tax-product_cat .mit-shop-sidebar,
    body.post-type-archive-product .mit-shop-sidebar{
        position:relative!important;
        top:auto!important;
        margin-bottom:24px!important;
    }

    body.woocommerce-shop .mit-shop-toolbar,
    body.tax-product_cat .mit-shop-toolbar,
    body.post-type-archive-product .mit-shop-toolbar{
        flex-direction:column!important;
        align-items:flex-start!important;
    }

    body.woocommerce-shop .woocommerce-ordering,
    body.woocommerce-shop .woocommerce-ordering select,
    body.tax-product_cat .woocommerce-ordering,
    body.tax-product_cat .woocommerce-ordering select,
    body.post-type-archive-product .woocommerce-ordering,
    body.post-type-archive-product .woocommerce-ordering select{
        width:100%!important;
    }

    body.woocommerce-shop ul.products.mit-shop-grid,
    body.tax-product_cat ul.products.mit-shop-grid,
    body.post-type-archive-product ul.products.mit-shop-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:26px 12px!important;
    }

    body.woocommerce-shop .mit-shop-imgbox,
    body.tax-product_cat .mit-shop-imgbox,
    body.post-type-archive-product .mit-shop-imgbox{
        height:250px!important;
    }

    body.woocommerce-shop .mit-shop-title,
    body.tax-product_cat .mit-shop-title,
    body.post-type-archive-product .mit-shop-title{
        font-size:13px!important;
        min-height:38px!important;
    }

    body.woocommerce-shop ul.products li.product .mit-shop-btn,
    body.tax-product_cat ul.products li.product .mit-shop-btn,
    body.post-type-archive-product ul.products li.product .mit-shop-btn{
        height:40px!important;
        font-size:10px!important;
    }
}
/* SHOP HOVER SECOND IMAGE — FINAL SMALL FIX */
body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card .mit-shop-imgbox,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card .mit-shop-imgbox{
    position:relative!important;
    overflow:hidden!important;
    background:#fff!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card .mit-shop-imglink,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card .mit-shop-imglink{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    background:#fff!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-main-img,
body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-alt-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-main-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-alt-img{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    padding:12px!important;
    margin:0!important;
    background:#fff!important;
    transition:opacity .25s ease!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-main-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-main-img{
    opacity:1!important;
    z-index:1!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-alt-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card img.mit-shop-alt-img{
    opacity:0!important;
    z-index:2!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-main-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-main-img{
    opacity:0!important;
}

body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-alt-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-alt-img{
    opacity:1!important;
}

/* stop old image zoom from fighting hover */
body.woocommerce-shop ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-img,
body.tax-product_cat ul.products.mit-shop-grid li.product.mit-shop-card:hover img.mit-shop-img{
    transform:none!important;
}
/* SHOP CARD CLEAN OUTLINE FIX */
body.woocommerce-shop .mit-shop-imgbox,
body.tax-product_cat .mit-shop-imgbox,
body.post-type-archive-product .mit-shop-imgbox{
    border:1px solid #f1f1f1!important;
    background:#fff!important;
    box-shadow:none!important;
}

/* remove strong boxed feeling */
body.woocommerce-shop ul.products li.product.mit-shop-card,
body.tax-product_cat ul.products li.product.mit-shop-card,
body.post-type-archive-product ul.products li.product.mit-shop-card{
    border:none!important;
    background:#fff!important;
    box-shadow:none!important;
}

/* make out of stock badge smaller and professional */
body.woocommerce-shop .mit-shop-badge,
body.tax-product_cat .mit-shop-badge,
body.post-type-archive-product .mit-shop-badge{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    bottom:auto!important;
    width:auto!important;
    height:auto!important;
    padding:6px 10px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #ddd!important;
    font-size:9px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    z-index:10!important;
}
/* ============================================================
   FIX 1 — SHOP BREADCRUMB BANNER FULL WIDTH
   ============================================================ */
body.woocommerce-shop .mit-shop-wrap,
body.tax-product_cat .mit-shop-wrap,
body.post-type-archive-product .mit-shop-wrap {
  overflow: visible !important;
}

body.woocommerce-shop .mit-shop-banner,
body.tax-product_cat .mit-shop-banner,
body.post-type-archive-product .mit-shop-banner {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 180px !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.woocommerce-shop body.woocommerce-shop .ast-container,
body.tax-product_cat .ast-container,
body.woocommerce-shop #primary,
body.tax-product_cat #primary,
body.woocommerce-shop .entry-content,
body.tax-product_cat .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}

@media (max-width: 820px) {
  body.woocommerce-shop .mit-shop-banner,
  body.tax-product_cat .mit-shop-banner,
  body.post-type-archive-product .mit-shop-banner {
    height: 120px !important;
  }
}

/* ============================================================
   FIX 2 — STICKY HEADER NOT OVERLAPPING CONTENT
   ============================================================ */

/* Ann bar + header combined height:
   Desktop: ann bar ~36px + header 70px = 106px
   Mobile:  ann bar ~30px + header 58px = 88px   */

/* Ann bar stays relative (scrolls away) — header sticks */
.mit-ann {
  position: relative !important;
  z-index: 10002 !important;
}

.mit-hdr {
  position: sticky !important;
  top: 0 !important;
  z-index: 10001 !important;
}

/* Push page content down on shop/inner pages so
   sticky header never sits on top of first content row */
body.woocommerce-shop .mit-shop-wrap,
body.tax-product_cat .mit-shop-wrap,
body.post-type-archive-product .mit-shop-wrap {
  padding-top: 0 !important;
}

/* Single product sticky summary — account for header height */
body.single-product div.product div.summary {
  top: 80px !important;
}

/* Admin bar offset */
.admin-bar .mit-hdr {
  top: 32px !important;
}

@media (max-width: 820px) {
  .admin-bar .mit-hdr {
    top: 46px !important;
  }
}
/* Account for sticky header height on all inner pages */
.mit-shop-wrap {
  padding-top: 0 !important;
}

body.woocommerce-page .mit-hdr,
body.woocommerce-shop .mit-hdr,
body.tax-product_cat .mit-hdr {
  position: sticky !important;
  top: 0 !important;
}
/* ============================================================
   SINGLE PRODUCT FINAL — GALLERY + RELATED SHOP CARDS ONLY
   Keeps WooCommerce zoom working
   ============================================================ */

/* Product top layout */
body.single-product div.product {
  width: calc(100% - 64px) !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 34px 0 44px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 52%) minmax(380px, 48%) !important;
  gap: 44px !important;
  align-items: start !important;
}

/* Product gallery column */
body.single-product div.product div.images {
  width: 100% !important;
  max-width: 680px !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fff !important;
}

/* Gallery layout: thumbnails left, image right */
body.single-product .woocommerce-product-gallery {
  width: 100% !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: flex-start !important;
  gap: 12px !important;
  background: #fff !important;
  overflow: visible !important;
}

/* IMPORTANT: use flex-viewport, do not force wrapper width */
body.single-product .woocommerce-product-gallery .flex-viewport {
  width: calc(100% - 76px) !important;
  max-width: calc(100% - 76px) !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* Do not break WooCommerce slider wrapper */
body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

/* Main gallery image area */
body.single-product .woocommerce-product-gallery__image {
  position: relative !important;
  overflow: hidden !important;
  background: #fff !important;
  cursor: zoom-in !important;
}

/* Visible image only — do NOT touch .zoomImg */
body.single-product .woocommerce-product-gallery__image img:not(.zoomImg),
body.single-product .woocommerce-product-gallery img.wp-post-image:not(.zoomImg) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 640px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
  background: #fff !important;
}

/* Keep native WooCommerce zoom image alive */
body.single-product .woocommerce-product-gallery__image .zoomImg {
  max-width: none !important;
  max-height: none !important;
  background: #fff !important;
  pointer-events: none !important;
  z-index: 30 !important;
}

/* Thumbnails left side */
body.single-product .flex-control-thumbs {
  width: 64px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  background: #fff !important;
}

body.single-product .flex-control-thumbs li {
  width: 64px !important;
  height: 64px !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .flex-control-thumbs li img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 4px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  opacity: 1 !important;
}

/* Product summary normal, no sticky */
body.single-product div.product div.summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  position: relative !important;
  top: auto !important;
  background: #fff !important;
}

/* Tabs and related must go UNDER product, not beside description */
body.single-product .woocommerce-tabs,
body.single-product .related.products {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
}

/* Tabs spacing */
body.single-product .woocommerce-tabs {
  margin-top: 24px !important;
  padding-top: 20px !important;
}

/* Related section under description */
body.single-product .related.products {
  margin-top: 34px !important;
  padding: 34px 0 70px !important;
  background: #fff !important;
}

body.single-product .related.products > h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 28px !important;
}

/* Related grid */
body.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 34px 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}

/* Related product cards same as shop */
body.single-product .related.products ul.products li.mit-shop-card {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

/* Related image box height fixed */
body.single-product .related.products .mit-shop-imgbox {
  width: 100% !important;
  height: 310px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #eee !important;
}

body.single-product .related.products .mit-shop-imglink {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  background: #fff !important;
}

/* Related images same shop-card behavior */
body.single-product .related.products .mit-shop-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 10px !important;
  margin: 0 !important;
  background: #fff !important;
  transition: opacity .25s ease, transform .28s ease !important;
}

body.single-product .related.products .mit-shop-main-img {
  opacity: 1 !important;
  z-index: 1 !important;
}

body.single-product .related.products .mit-shop-alt-img {
  opacity: 0 !important;
  z-index: 2 !important;
}

body.single-product .related.products .mit-shop-card:hover .mit-shop-main-img {
  opacity: 0 !important;
}

body.single-product .related.products .mit-shop-card:hover .mit-shop-alt-img {
  opacity: 1 !important;
}

body.single-product .related.products .mit-shop-card:hover .mit-shop-img {
  transform: scale(1.035) !important;
}

/* Related info */
body.single-product .related.products .mit-shop-info {
  padding-top: 14px !important;
  background: #fff !important;
}

body.single-product .related.products .mit-shop-cat {
  font-size: 11px !important;
  color: #999 !important;
  margin-bottom: 6px !important;
}

body.single-product .related.products .mit-shop-title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  margin: 0 0 8px !important;
  min-height: 42px !important;
}

body.single-product .related.products .mit-shop-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  min-height: 22px !important;
}

/* Related button */
body.single-product .related.products .mit-shop-btn {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: auto !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  border-radius: 0 !important;
}

body.single-product .related.products .mit-shop-btn:hover {
  background: #169B62 !important;
  color: #fff !important;
}

/* Mobile */
@media (max-width: 820px) {
  body.single-product div.product {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 18px 12px 36px !important;
  }

  body.single-product div.product div.images {
    max-width: 100% !important;
    margin: 0 0 22px !important;
  }

  body.single-product .woocommerce-product-gallery {
    flex-direction: column !important;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .flex-control-thumbs {
    width: 100% !important;
    flex-direction: row !important;
    gap: 8px !important;
  }

  body.single-product .flex-control-thumbs li,
  body.single-product .flex-control-thumbs li img {
    width: 58px !important;
    height: 58px !important;
  }

  body.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
    max-height: 390px !important;
  }

  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 12px !important;
  }

  body.single-product .related.products .mit-shop-imgbox {
    height: 220px !important;
  }

  body.single-product .related.products .mit-shop-title {
    min-height: 38px !important;
    font-size: 13px !important;
  }

  body.single-product .related.products .mit-shop-btn {
    height: 38px !important;
    font-size: 10px !important;
  }
}
/* ============================================================
   SINGLE PRODUCT RIGHT SIDE BENEFIT BOX
   Uses empty right space, does not touch gallery/zoom/related
   ============================================================ */

body.single-product .mit-sp-benefits {
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  max-width: 520px !important;
}

body.single-product .mit-sp-benefit {
  border: 1px solid #e8e8e8 !important;
  background: #fff !important;
  padding: 16px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

body.single-product .mit-sp-benefit strong {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

body.single-product .mit-sp-benefit span {
  font-size: 13px !important;
  color: #777 !important;
  line-height: 1.45 !important;
}

@media (max-width: 820px) {
  body.single-product .mit-sp-benefits {
    max-width: 100% !important;
    margin-top: 22px !important;
  }
}
/* ============================================================
   REMOVE EMPTY SPACE ABOVE SINGLE PRODUCT TITLE/BREADCRUMB ONLY
   Does not touch gallery, zoom, thumbnails, related products
   ============================================================ */

body.single-product .mit-sp-topbar {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
  margin-top: 0 !important;
}

body.single-product .mit-sp-topbar-in {
  margin-top: 0 !important;
}

body.single-product div.product {
  padding-top: 22px !important;
}
/* ============================================================
   SINGLE PRODUCT TOP SPACE FINAL FIX
   Only removes empty space above product title/breadcrumb
   ============================================================ */

body.single-product.ast-plain-container.ast-no-sidebar #primary,
body.single-product #primary,
body.single-product .site-main,
body.single-product .ast-woocommerce-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-product.woocommerce-page .ast-container,
body.single-product .site-content > .ast-container,
body.single-product .ast-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single-product .mit-sp-topbar {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 14px !important;
}

body.single-product .mit-sp-topbar-in {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ============================================================
   PRODUCT SLIDER CLICK CURSOR FIX
   Removes grab behavior from product links
   ============================================================ */

#mitTrendTrack,
#mitArrTrack {
  cursor: default !important;
}

#mitTrendTrack .mit-pc a,
#mitArrTrack .mit-pc a,
#mitArrTrack .mit-slide-card a {
  cursor: pointer !important;
  pointer-events: auto !important;
}

#mitTrendTrack .mit-pc,
#mitArrTrack .mit-pc,
#mitArrTrack .mit-slide-card {
  user-select: auto !important;
}
/* ============================================================
   PRODUCT CARD NAVIGATION FIX
   Paste at very bottom of main.css
   ============================================================ */

/* Image area links must be fully clickable */
#mitTrendTrack .mit-pi a,
#mitArrTrack .mit-pi a,
#mitArrTrack .mit-slide-card .mit-pi a {
  display: block !important;
  position: relative !important;
  z-index: 3 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}

/* Product name links always clickable */
#mitTrendTrack .mit-pnm a,
#mitArrTrack .mit-pnm a {
  cursor: pointer !important;
  pointer-events: all !important;
  position: relative !important;
  z-index: 5 !important;
}

/* ATC button must NOT overlap image area */
#mitTrendTrack .mit-pq,
#mitArrTrack .mit-pq {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  z-index: auto !important;
  pointer-events: all !important;
  display: block !important;
  margin-top: 8px !important;
}

/* Desktop hover: hide ATC, show on hover */
@media (min-width: 821px) {
  #mitTrendTrack .mit-pq-main,
  #mitArrTrack .mit-pq-main {
    opacity: 0 !important;
    transition: opacity .2s ease, background .18s !important;
  }
  #mitTrendTrack .mit-pc:hover .mit-pq-main,
  #mitArrTrack .mit-pc:hover .mit-pq-main {
    opacity: 1 !important;
  }
}

/* Mobile: always visible */
@media (max-width: 820px) {
  #mitTrendTrack .mit-pq-main,
  #mitArrTrack .mit-pq-main {
    opacity: 1 !important;
    height: 36px !important;
    font-size: 10px !important;
  }
}
/* Remove grey border under trending product tabs */
.mit-prod-tabs {
  border-bottom: none !important;
}
/* Hide Uncategorized only from shop/category sidebar */
body.woocommerce-page .mit-shop-sidebar a[href*="/product-category/uncategorized/"],
body.archive.woocommerce .mit-shop-sidebar a[href*="/product-category/uncategorized/"],
body.tax-product_cat .mit-shop-sidebar a[href*="/product-category/uncategorized/"] {
  display: none !important;
}
/* ============================================================
   TAB FILTER FIX — paste at very bottom of main.css
   ============================================================ */

#mitTrendTrack {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
}

#mitTrendTrack::-webkit-scrollbar { display: none !important; }

#mitTrendTrack .mit-pc {
  flex: 0 0 calc(25% - 15px) !important;
  min-width: 220px !important;
  display: flex !important;
  flex-direction: column !important;
}

#mitTrendTrack .mit-pc[style*="display: none"],
#mitTrendTrack .mit-pc[style*="display:none"] {
  flex: 0 0 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 820px) {
  #mitTrendTrack .mit-pc {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: 0 !important;
  }
}
/* Footer social icons — original brand colors */
.mit-ftr-soc .mit-si{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
}

/* Instagram */
.mit-ftr-soc .mit-si:nth-child(1){
  color:#E4405F;
}

/* Facebook */
.mit-ftr-soc .mit-si:nth-child(2){
  color:#1877F2;
}

/* WhatsApp */
.mit-ftr-soc .mit-si:nth-child(3){
  color:#25D366;
}

/* X / Twitter */
.mit-ftr-soc .mit-si:nth-child(4){
  color:#ffffff;
}

/* TikTok */
.mit-ftr-soc .mit-si:nth-child(5){
  color:#ffffff;
}

/* Hover */
.mit-ftr-soc .mit-si:hover{
  background:#fff;
  border-color:#fff;
}
/* Footer payment badges — cleaner white premium look */
.mit-pb{
  background:#fff !important;
  border:1px solid rgba(255,255,255,.35) !important;
  color:#111 !important;
  border-radius:5px !important;
  padding:7px 14px !important;
  font-size:11px !important;
  font-weight:800 !important;
}
/* Remove Twitter / X icon from footer */
.mit-ftr-soc .mit-si:nth-child(4){
  display:none !important;
}
/* Fix hero slider — inactive slides not clickable */
.mit-slide {
  pointer-events: none !important;
}
.mit-slide.on {
  pointer-events: all !important;
}
/* Remove top category filter pills — maximum specificity */
.mit-shop-topfilters,
div.mit-shop-topfilters,
.mit-shop-wrap .mit-shop-topfilters,
.mit-shop-inner .mit-shop-topfilters {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* ── WPForms Footer Newsletter ── */
.mit-ftr-nl-wpf .wpforms-title,
.mit-ftr-nl-wpf .wpforms-description,
.mit-ftr-nl-wpf .wpforms-field-label { display: none !important; }

/* Make all wrapper divs invisible to layout */
.mit-ftr-nl-wpf .wpforms-container-full,
.mit-ftr-nl-wpf .wpforms-container-full .wpforms-form,
.mit-ftr-nl-wpf .wpforms-container-full .wpforms-field-container,
.mit-ftr-nl-wpf .wpforms-container-full .wpforms-field { 
  display: contents !important; 
}

/* The outer wrapper becomes the flex row */
.mit-ftr-nl-wpf {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}

/* Email input — stretch to fill */
.mit-ftr-nl-wpf input[type="email"] {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 13px 18px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.mit-ftr-nl-wpf input[type="email"]::placeholder {
  color: rgba(255,255,255,0.4) !important;
}

/* Submit container — don't stretch */
.mit-ftr-nl-wpf .wpforms-submit-container {
  flex: 0 0 auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Button */
.mit-ftr-nl-wpf button.wpforms-submit {
  padding: 13px 24px !important;
  background: #1a7a3a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.2s !important;
}

.mit-ftr-nl-wpf button.wpforms-submit:hover {
  background: #155e2d !important;
}

/* Hide spinner image */
.mit-ftr-nl-wpf .wpforms-submit-spinner { display: none !important; }

/* Errors */
.mit-ftr-nl-wpf .wpforms-error {
  color: #ffaaaa !important;
  font-size: 12px !important;
}

.mit-ftr-nl-wpf .wpforms-confirmation-container-full {
  color: #a5d6a7 !important;
  font-size: 15px !important;
}

/* Mobile */
@media (max-width: 600px) {
  .mit-ftr-nl-wpf {
    flex-direction: column !important;
  }
  .mit-ftr-nl-wpf input[type="email"],
  .mit-ftr-nl-wpf button.wpforms-submit {
    width: 100% !important;
  }
}
/* Newsletter message span */
.mit-nl-msg { font-size: 13px; margin-left: 10px; white-space: nowrap; }
@media (max-width: 600px) { .mit-nl-msg { margin-left: 0; margin-top: 6px; display: block; } }
/* ── Contact select FINAL ── */
.mit-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 40px 0 15px !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
  color: #111 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px !important;
  border: 1.5px solid #e4e4e4 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: block !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.mit-form select:focus {
  border-color: var(--g) !important;
}

.mit-form select option {
  color: #111 !important;
  background: #fff !important;
  font-size: 14px !important;
}
/* About page founder section mobile */
@media (max-width: 820px) {
  .mit-page-content > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: center !important;
  }
}



/* === FINAL CLEAN RULES === */

/* Prevent horizontal scroll */
html { overflow-x: hidden !important; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}

/* -------------------------------------------------------
   ATC BUTTON in .mit-pinfo - hide by default, show on hover
   Structure: .mit-pc > .mit-pi + .mit-pinfo > button.mit-pq-main
------------------------------------------------------- */

/* Default: hidden */
.mit-pinfo button.mit-pq-main,
.mit-pinfo .mit-pq-main {
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transition: opacity .2s ease, height .2s ease !important;
}

/* Hover: show */
.mit-pc:hover .mit-pinfo button.mit-pq-main,
.mit-pc:hover .mit-pinfo .mit-pq-main {
  opacity: 1 !important;
  height: 40px !important;
  margin-top: 8px !important;
  pointer-events: all !important;
}

/* Mobile: always show */
@media (max-width: 820px) {
  .mit-pinfo button.mit-pq-main,
  .mit-pinfo .mit-pq-main {
    opacity: 1 !important;
    height: 36px !important;
    margin-top: 6px !important;
    pointer-events: all !important;
  }
}

/* Hide shop sidebar filter on mobile */
@media (max-width: 820px) {
  .mit-shop-sidebar {
    display: none !important;
  }
}