/* Jacketiry Storefront v0.1.1 */
:root{
  --jksf-black:#0a0c0e;
  --jksf-ink:#161616;
  --jksf-ivory:#f5f1ea;
  --jksf-surface:#eeeae3;
  --jksf-muted:#746f68;
  --jksf-red:#ce0713;
  --jksf-white:#fff;
  --jksf-line:#ddd7ce;
  --jksf-container:1540px;
  --jksf-pad:clamp(22px,4vw,72px);
  --jksf-serif:Georgia,"Times New Roman",serif;
  --jksf-sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.jksf-active{margin:0;background:#fff;color:var(--jksf-ink);font-family:var(--jksf-sans);font-size:16px;line-height:1.5}
body.jksf-active img{max-width:100%;height:auto}
body.jksf-active a{color:inherit;text-decoration:none}
body.jksf-active .site,body.jksf-active #page{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
.jksf-container{width:min(calc(100% - (var(--jksf-pad)*2)),var(--jksf-container));margin-inline:auto}
.jksf-utility{background:var(--jksf-black);color:#fff;font-size:12px}
.jksf-utility__inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.jksf-utility__left,.jksf-utility__right{display:flex;gap:30px;align-items:center}
.jksf-header{background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}
.admin-bar .jksf-header{top:32px}
.jksf-header__inner{min-height:88px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:34px}
.jksf-logo{display:inline-flex;align-items:center}
.jksf-logo img{max-height:54px;width:auto}
.jksf-logo-text{font:700 26px/1 var(--jksf-sans);letter-spacing:.08em}
.jksf-menu{display:flex;list-style:none;margin:0;padding:0;justify-content:center;align-items:center;gap:28px}
.jksf-menu a{font-size:12px;text-transform:uppercase;letter-spacing:.055em;font-weight:700;white-space:nowrap}
.jksf-menu a:hover{color:var(--jksf-red)}
.jksf-actions{display:flex;gap:16px;align-items:center}
.jksf-icon-link{position:relative;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.jksf-cart-count{position:absolute;right:-13px;top:-12px;background:var(--jksf-red);color:#fff;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px}
.jksf-mobile-toggle{display:none;background:none;border:0;padding:8px}
.jksf-mobile-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:#111;margin:5px 0}
.jksf-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:11px;margin:0 0 10px;color:var(--jksf-red);font-weight:800}
.jksf-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 25px;font-size:12px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;border:1px solid transparent}
.jksf-btn--red{background:var(--jksf-red);color:#fff!important}
.jksf-btn--ghost{border-color:#fff;color:#fff!important;background:rgba(0,0,0,.12)}
.jksf-section{padding:clamp(70px,6.5vw,108px) 0}
.jksf-section--compact{padding-top:56px;padding-bottom:58px}
.jksf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.jksf-section-heading h2{margin:0;font:500 clamp(34px,3.2vw,52px)/1 var(--jksf-serif);letter-spacing:-.02em}
.jksf-section-heading>a{font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}
.jksf-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.jksf-product-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.jksf-product-card__media{position:relative;background:#f2f0ec;overflow:hidden;aspect-ratio:4/5}
.jksf-product-card__media a{display:block;width:100%;height:100%}
.jksf-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.jksf-product-card:hover .jksf-product-card__image{transform:scale(1.025)}
.jksf-badge{position:absolute;z-index:2;left:10px;top:10px;background:var(--jksf-red);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;border-radius:99px;padding:6px 10px}
.jksf-product-card__body{padding:14px 2px 2px}
.jksf-product-card__eyebrow{margin:0 0 5px;color:var(--jksf-muted);font-size:10px}
.jksf-product-card h3{margin:0 0 7px;font-size:14px;line-height:1.35;font-weight:700;text-transform:uppercase}
.jksf-product-card__price{font-size:14px;font-weight:800}
.jksf-product-card__price del{color:#999;font-weight:400;margin-right:6px}
.jksf-product-card__price ins{text-decoration:none;color:var(--jksf-red)}
.jksf-product-card__rating{margin-top:7px}
.star-rating{font-size:12px!important;color:#e79600}
.jksf-newsletter{background:#111417;color:#fff;border-bottom:1px solid #2b2d30;padding:34px 0}
.jksf-newsletter__inner{display:flex;justify-content:space-between;align-items:center;gap:34px}
.jksf-newsletter h2{margin:0 0 6px;font:500 31px/1.1 var(--jksf-serif)}
.jksf-newsletter p{margin:0;color:#c7c7c7}
.jksf-newsletter__form{display:flex;min-width:min(580px,50vw)}
.jksf-newsletter__form input{flex:1;min-height:52px;padding:0 17px;border:0}
.jksf-newsletter__form button{min-width:150px;border:0;background:var(--jksf-red);color:#fff;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.08em}
.jksf-footer{background:#090b0d;color:#fff;padding:64px 0 0}
.jksf-footer__grid{display:grid;grid-template-columns:1.3fr .7fr .9fr .9fr 1.15fr;gap:46px;padding-bottom:54px}
.jksf-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 18px;color:#fff}
.jksf-footer ul{list-style:none;padding:0;margin:0}
.jksf-footer li{margin:8px 0;color:#c7c7c7;font-size:13px}
.jksf-footer__brand p{color:#aaa;max-width:300px}
.jksf-footer-wordmark{display:inline-block;font-size:28px;letter-spacing:.08em;font-weight:800;color:#fff;margin-bottom:16px}
.jksf-footer-wordmark span{color:var(--jksf-red);font-family:var(--jksf-serif);font-size:42px;vertical-align:-5px;margin:0 2px}
.jksf-footer__statement{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;background:radial-gradient(circle at center,#1f2225,#090b0d 72%);letter-spacing:.32em;font-family:var(--jksf-serif);border:1px solid #202326}
.jksf-footer__statement small{margin-top:12px;font-family:var(--jksf-sans);font-size:9px;letter-spacing:.38em}
.jksf-footer__bottom{min-height:58px;border-top:1px solid #333;display:flex;align-items:center;justify-content:space-between;color:#aaa;font-size:11px}
@media(max-width:1200px){
 .jksf-header__inner{grid-template-columns:190px 1fr auto}
 .jksf-menu{gap:18px}
 .jksf-menu a{font-size:11px}
 .jksf-product-grid--five{grid-template-columns:repeat(4,minmax(0,1fr))}
 .jksf-product-grid--five .jksf-product-card:nth-child(5){display:none}
}
@media(max-width:980px){
  .admin-bar .jksf-header{top:46px}
  .jksf-utility__left span:nth-child(n+2){display:none}
  .jksf-header__inner{grid-template-columns:1fr auto auto;min-height:72px}
  .jksf-mobile-toggle{display:block}
  .jksf-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;padding:20px var(--jksf-pad);box-shadow:0 18px 40px rgba(0,0,0,.08)}
  .jksf-nav.is-open{display:block}
  .jksf-menu{display:block}
  .jksf-menu li{padding:12px 0;border-bottom:1px solid #eee}
  .jksf-product-grid,.jksf-product-grid--five{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .jksf-product-grid--five .jksf-product-card:nth-child(5){display:block}
  .jksf-newsletter__inner{display:block}
  .jksf-newsletter__form{min-width:0;width:100%;margin-top:20px}
  .jksf-footer__grid{grid-template-columns:repeat(2,1fr)}
  .jksf-footer__brand,.jksf-footer__statement{grid-column:1/-1}
}
@media(max-width:560px){
  :root{--jksf-pad:18px}
  .jksf-utility__right{display:none}
  .jksf-actions .jksf-icon-link:not(.jksf-cart-link){display:none}
  .jksf-section{padding:58px 0}
  .jksf-section-heading{align-items:flex-start}
  .jksf-section-heading>a{display:none}
  .jksf-product-card h3{font-size:12px}
  .jksf-newsletter__form{display:block}
  .jksf-newsletter__form button{width:100%;min-height:50px}
  .jksf-footer__grid{grid-template-columns:1fr 1fr;gap:28px}
  .jksf-footer__bottom{display:block;padding:18px 0}
  .jksf-footer__bottom span{display:block;margin:5px 0}
}

/* v0.1.2 fixes */
.jksf-header__inner{min-height:82px;grid-template-columns:180px minmax(0,1fr) 126px;gap:22px}
.jksf-logo img{display:block;max-width:150px;max-height:52px;object-fit:contain}
.jksf-menu{gap:clamp(13px,1.45vw,26px)}
.jksf-menu a{font-size:11px}
.jksf-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;min-width:126px}
.jksf-action-icon{width:28px;height:34px;display:inline-grid;place-items:center;position:relative;color:#111;flex:0 0 auto}
.jksf-action-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.jksf-action-icon:hover{color:var(--jksf-red)}
.jksf-product-card__media{aspect-ratio:1/1.08;background:#f3f1ed}
.jksf-product-card__body{padding:10px 1px 0}
.jksf-product-card h3{margin-bottom:5px;line-height:1.25}
.jksf-newsletter h2{color:#fff}
@media(min-width:981px) and (max-width:1280px){
 .jksf-header__inner{grid-template-columns:160px minmax(0,1fr) 112px;gap:12px}
 .jksf-menu{gap:11px}.jksf-menu a{font-size:10px}.jksf-actions{min-width:112px;gap:9px}
}
@media(max-width:980px){
 .jksf-header__inner{grid-template-columns:1fr auto auto;gap:10px}
 .jksf-actions{min-width:auto}
 .jksf-actions .jksf-action-icon:not(.jksf-cart-link){display:none}
}


/* =========================================================
   v0.1.3 real-site fixes
   ========================================================= */

/* Header: use a robust flex row so theme CSS cannot push actions below. */
body.jksf-active .jksf-header .jksf-header__inner{
  display:flex!important;
  align-items:center!important;
  min-height:82px!important;
  gap:24px!important;
}
body.jksf-active .jksf-header .jksf-logo{
  flex:0 0 160px!important;
}
body.jksf-active .jksf-header .jksf-nav{
  display:block;
  flex:1 1 auto!important;
  min-width:0!important;
}
body.jksf-active .jksf-header .jksf-menu{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:clamp(12px,1.2vw,24px)!important;
}
body.jksf-active .jksf-header .jksf-actions{
  display:flex!important;
  flex:0 0 auto!important;
  margin-left:auto!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:100px!important;
  position:static!important;
}
body.jksf-active .jksf-header .jksf-action-icon{
  display:inline-grid!important;
  position:relative!important;
  inset:auto!important;
  margin:0!important;
  padding:0!important;
  width:28px!important;
  height:32px!important;
}

/* Product image area: theme/global img height:auto was causing the white gap.
   Force the real image to fully occupy a shorter media box. */
body.jksf-active .jksf-product-card__media{
  aspect-ratio:1 / .94!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.jksf-active .jksf-product-card__media a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.jksf-active .jksf-product-card__media img,
body.jksf-active img.jksf-product-card__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center top!important;
  margin:0!important;
}
body.jksf-active .jksf-product-card__body{
  padding-top:8px!important;
}
body.jksf-active .jksf-product-card h3{
  min-height:0!important;
}

/* Preserve mobile menu behavior despite the strong desktop header rules. */
@media(max-width:980px){
  body.jksf-active .jksf-header .jksf-header__inner{
    display:grid!important;
    grid-template-columns:1fr auto auto!important;
    gap:10px!important;
  }
  body.jksf-active .jksf-header .jksf-logo{
    flex:none!important;
  }
  body.jksf-active .jksf-header .jksf-nav{
    display:none!important;
  }
  body.jksf-active .jksf-header .jksf-nav.is-open{
    display:block!important;
  }
  body.jksf-active .jksf-header .jksf-menu{
    display:block!important;
  }
  body.jksf-active .jksf-header .jksf-actions{
    min-width:auto!important;
  }
  body.jksf-active .jksf-header .jksf-actions .jksf-action-icon:not(.jksf-cart-link){
    display:none!important;
  }
}

.jksf-search-toggle{background:none;border:0;padding:0;cursor:pointer}.jksf-search-overlay{position:fixed;inset:0;z-index:100000;display:none}.jksf-search-overlay.is-open{display:block}.jksf-search-overlay__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.56)}.jksf-search-panel{position:relative;width:min(760px,calc(100% - 36px));margin:110px auto 0;background:#fff;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.jksf-search-panel__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font:500 28px/1 var(--jksf-serif)}.jksf-search-panel__top button{border:0;background:none;font-size:34px}.jksf-search-form{display:grid;grid-template-columns:1fr auto;border:1px solid #d8d3cc}.jksf-search-form input{min-height:58px;border:0;padding:0 18px;font-size:17px;outline:none}.jksf-search-form button{border:0;background:var(--jksf-red);color:#fff;padding:0 30px;text-transform:uppercase;font-size:11px;font-weight:800}.jksf-footer-logo img{display:block;width:min(190px,100%);max-height:90px;object-fit:contain;object-position:left center;filter:none!important}.jksf-footer__feature{min-height:170px;overflow:hidden}.jksf-footer__feature img{width:100%;height:100%;min-height:170px;object-fit:cover;display:block}body.jksf-search-open{overflow:hidden}


/* =========================================================
   v0.2.2 Search / Hero visibility refinements
   ========================================================= */
body.jksf-active .jksf-search-overlay__backdrop{
  background:rgba(12,14,16,.46)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
body.jksf-active .jksf-search-panel{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.35)!important;
}
body.jksf-active .jksf-search-toggle:hover,
body.jksf-active .jksf-search-toggle:focus,
body.jksf-active .jksf-action-icon:hover,
body.jksf-active .jksf-action-icon:focus{
  background:transparent!important;
  color:var(--jksf-red)!important;
  box-shadow:none!important;
}


/* v0.2.3 footer + mobile header */
.jksf-footer-contact{display:flex;flex-direction:column;gap:5px;margin-top:14px}
.jksf-footer-contact a{color:#cfcfcf;font-size:12px}
.jksf-footer-social{display:flex;gap:16px;margin-top:14px}
.jksf-footer-social a{color:#fff;font-size:12px}
.jksf-footer__feature{
  position:relative;
  min-height:180px;
  overflow:hidden;
  background:#101214;
  background-image:var(--jksf-footer-feature);
  background-size:cover;
  background-position:center;
  border:1px solid #202326;
}
.jksf-footer__feature-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,7,9,.82),rgba(5,7,9,.58));
}
.jksf-footer__feature-copy{
  position:relative;
  z-index:2;
  height:100%;
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:24px;
}
.jksf-footer__feature-copy span{
  font:500 28px/1 var(--jksf-serif);
  letter-spacing:.25em;
}
.jksf-footer__feature-copy small{
  margin-top:12px;
  letter-spacing:.35em;
  font-size:9px;
}
@media(max-width:980px){
  body.jksf-active .jksf-header{
    position:relative!important;
    top:auto!important;
  }
}


/* =========================================================
   v0.2.4 mobile header rebuild
   ========================================================= */
@media(max-width:980px){
  body.jksf-active .jksf-utility{
    display:none!important;
  }
  body.jksf-active .jksf-header{
    position:relative!important;
    top:auto!important;
    background:#fff!important;
    box-shadow:0 1px 0 rgba(0,0,0,.08)!important;
  }
  body.jksf-active .jksf-header .jksf-header__inner{
    display:flex!important;
    min-height:68px!important;
    height:68px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    gap:10px!important;
  }
  body.jksf-active .jksf-header .jksf-logo{
    flex:0 0 auto!important;
    order:1!important;
  }
  body.jksf-active .jksf-header .jksf-logo img{
    width:auto!important;
    max-width:128px!important;
    max-height:46px!important;
  }
  body.jksf-active .jksf-header .jksf-actions{
    order:2!important;
    margin-left:auto!important;
    min-width:auto!important;
    display:flex!important;
    gap:8px!important;
  }
  body.jksf-active .jksf-header .jksf-actions .jksf-action-icon{
    display:inline-grid!important;
    width:34px!important;
    height:40px!important;
  }
  body.jksf-active .jksf-header .jksf-actions .jksf-action-icon svg{
    width:19px!important;
    height:19px!important;
  }
  body.jksf-active .jksf-header .jksf-cart-count{
    top:-3px!important;
    right:-3px!important;
  }
  body.jksf-active .jksf-header .jksf-mobile-toggle{
    display:block!important;
    order:3!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:9px!important;
    border:1px solid #111!important;
    background:#fff!important;
  }
  body.jksf-active .jksf-header .jksf-mobile-toggle span:not(.screen-reader-text){
    width:22px!important;
    height:2px!important;
    background:#111!important;
    margin:4px auto!important;
  }
  body.jksf-active .jksf-header .jksf-nav{
    order:4!important;
    position:absolute!important;
    top:68px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    background:#fff!important;
    z-index:9999!important;
    padding:12px var(--jksf-pad) 20px!important;
    box-shadow:0 16px 35px rgba(0,0,0,.12)!important;
  }
}


/* =========================================================
   v0.2.6 Footer contact/social + feature image
   ========================================================= */
body.jksf-active .jksf-footer-contact{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  margin-top:14px!important;
}
body.jksf-active .jksf-footer-contact a{
  color:#cfcfcf!important;
  font-size:12px!important;
  line-height:1.5!important;
}
body.jksf-active .jksf-footer-contact a:hover{
  color:#fff!important;
}
body.jksf-active .jksf-footer-social{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:16px!important;
  margin-top:14px!important;
}
body.jksf-active .jksf-footer-social a{
  color:#fff!important;
  font-size:12px!important;
  font-weight:600!important;
}
body.jksf-active .jksf-footer-social a:hover{
  color:var(--jksf-red)!important;
}
body.jksf-active .jksf-footer__feature{
  position:relative!important;
  min-height:180px!important;
  overflow:hidden!important;
  border:1px solid #24272a!important;
  background:#111417!important;
  background-image:var(--jksf-footer-feature)!important;
  background-size:cover!important;
  background-position:center!important;
}
body.jksf-active .jksf-footer__feature-overlay{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(135deg,rgba(6,8,10,.82),rgba(6,8,10,.54)),
    radial-gradient(circle at center,rgba(255,255,255,.04),transparent 58%)!important;
}
body.jksf-active .jksf-footer__feature-copy{
  position:relative!important;
  z-index:2!important;
  min-height:180px!important;
  padding:24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  color:#fff!important;
}
body.jksf-active .jksf-footer__feature-copy span{
  font:500 27px/1.05 var(--jksf-serif)!important;
  letter-spacing:.22em!important;
  color:#fff!important;
}
body.jksf-active .jksf-footer__feature-copy small{
  margin-top:12px!important;
  font-size:9px!important;
  font-weight:700!important;
  letter-spacing:.32em!important;
  color:#fff!important;
}
