/* NordStrength Feed Engine v1.88.1 — category-focused shop controls. */
:root{
  --zfe-header-offset:0px;
  --zfe-ink:var(--ns-ink,#07111d);
  --zfe-muted:var(--ns-muted,#506073);
  --zfe-soft:#edf3fa;
  --zfe-line:rgba(255,255,255,.9);
  --zfe-line-dark:rgba(15,23,42,.10);
  --zfe-glass:rgba(255,255,255,.74);
  --zfe-glass-strong:rgba(255,255,255,.88);
  --zfe-shadow:0 22px 62px rgba(35,57,90,.14);
  --zfe-shadow-sm:0 12px 30px rgba(35,57,90,.09);
  --zfe-radius:30px;
  --zfe-radius-sm:18px;
}
.zfe-catalog-shell{
  position:relative;
  z-index:1;
  clear:both;
  box-sizing:border-box;
  width:min(1480px,calc(100% - 32px));
  max-width:1480px;
  margin:calc(var(--zfe-header-offset,0px) + clamp(22px,3vw,48px)) auto clamp(34px,5vw,70px);
  padding:0;
}
.zfe-catalog-shell *,
.zfe-catalog-shell *::before,
.zfe-catalog-shell *::after{box-sizing:border-box}
.ns-page-content .zfe-catalog-shell,
.zfe-ns-integrated .zfe-catalog-shell{
  width:100%;
  max-width:none;
  margin:18px 0 0;
}
.zfe-shop-page .ns-seo-body-shell{width:min(1480px,calc(100% - 32px))}
.zfe-shop-page .ns-seo-body-card{padding:clamp(14px,2vw,22px)}
.zfe-shop-page .ns-page-content>.zfe-catalog-shell{margin-top:0}
.zfe-shop,
.ns-feed-section{
  color:var(--zfe-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.zfe-shop{overflow:visible;scroll-margin-top:calc(var(--zfe-header-offset,0px) + 22px)}
.zfe-shop a,
.ns-feed-section a{text-decoration:none!important}
.screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
/* Theme-integrated feed sections on SEO landing pages. */
.ns-feed-section{
  margin:24px 0 0;
  padding:clamp(14px,2vw,20px);
  border:1px solid var(--zfe-line);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(244,249,255,.52));
  box-shadow:var(--zfe-shadow-sm),inset 0 1px rgba(255,255,255,.98);
  backdrop-filter:blur(20px) saturate(145%);
  -webkit-backdrop-filter:blur(20px) saturate(145%);
}
.ns-feed-head{margin-bottom:12px}
.ns-feed-head h2{
  margin:0;
  color:var(--zfe-ink);
  font-size:clamp(25px,3vw,38px);
  letter-spacing:-.055em;
  line-height:1.04;
}
.ns-feed-head p:not(.ns-kicker){max-width:72ch;margin:8px 0 0;color:var(--zfe-muted);font-size:14px;line-height:1.58}
.ns-kicker{
  margin:0 0 8px;
  color:#33445b;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  line-height:1.1;
  text-transform:uppercase;
}
.ns-feed-disclaimer{
  margin:0 0 14px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.95);
  border-radius:16px;
  background:rgba(255,255,255,.66);
  color:#687789;
  font-size:11.5px;
  line-height:1.45;
}
/* Shop shell */
.zfe-showcase-shell{
  position:relative;
  overflow:visible;
  padding:12px;
  border:1px solid var(--zfe-line);
  border-radius:var(--zfe-radius);
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(244,249,255,.60));
  box-shadow:var(--zfe-shadow),inset 0 1px rgba(255,255,255,.99);
  backdrop-filter:blur(24px) saturate(150%);
  -webkit-backdrop-filter:blur(24px) saturate(150%);
}
.zfe-shop-filters{margin:0}
.zfe-showcase-search__row{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) minmax(166px,.68fr) minmax(155px,.62fr) minmax(158px,.62fr) minmax(100px,.38fr) minmax(142px,.48fr);
  grid-template-areas:"search category store sort reset submit";
  gap:9px;
  align-items:stretch;
}
.zfe-showcase-search__input{grid-area:search}
.zfe-showcase-search__select--category{grid-area:category}
.zfe-showcase-search__select--store{grid-area:store}
.zfe-showcase-search__select--sort{grid-area:sort}
.zfe-showcase-search__input,
.zfe-showcase-search__select,
.zfe-showcase-search__reset,
.zfe-showcase-search__submit{
  height:48px;
  min-width:0;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 1px rgba(255,255,255,.9) inset,0 8px 22px rgba(15,23,42,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.zfe-showcase-search__input,
.zfe-showcase-search__select{display:flex;align-items:center;gap:10px;padding:0 13px}
.zfe-showcase-search__select{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:10px}
.zfe-showcase-search__icon{
  display:grid;
  width:32px;
  height:32px;
  flex:0 0 32px;
  place-items:center;
  border-radius:999px;
  background:#edf3fa;
  color:#111827;
}
.zfe-showcase-search__input input,
.zfe-showcase-search__select select{
  width:100%;
  min-width:0;
  border:0!important;
  outline:0!important;
  background-color:transparent!important;
  color:var(--zfe-ink)!important;
  box-shadow:none!important;
  font:720 13px/1.2 Inter,system-ui,sans-serif;
  appearance:none;
  -webkit-appearance:none;
}
.zfe-showcase-search__input input::placeholder{color:#778091;font-weight:680}
.zfe-showcase-search__select>span{
  white-space:nowrap;
  color:#6b7280;
  font:850 8.5px/1 Inter,system-ui,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.zfe-showcase-search__select select{
  cursor:pointer;
  padding-right:20px;
  background-image:linear-gradient(45deg,transparent 50%,#111827 50%),linear-gradient(135deg,#111827 50%,transparent 50%)!important;
  background-position:calc(100% - 10px) 50%,calc(100% - 5px) 50%!important;
  background-repeat:no-repeat!important;
  background-size:5px 5px,5px 5px!important;
}
.zfe-showcase-search__input:focus-within,
.zfe-showcase-search__select:focus-within{
  border-color:rgba(12,20,32,.28);
  box-shadow:0 0 0 4px rgba(15,23,42,.06),0 12px 28px rgba(15,23,42,.07);
}
.zfe-showcase-search__reset,
.zfe-showcase-search__submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 13px;
  cursor:pointer;
  font:850 12.5px/1 Inter,system-ui,sans-serif;
}
.zfe-showcase-search__reset{grid-area:reset;color:#43546a;background:rgba(255,255,255,.76)}
.zfe-showcase-search__submit{
  grid-area:submit;
  border-color:#07111d;
  background:linear-gradient(145deg,#111d2c,#02070d);
  box-shadow:0 13px 27px rgba(4,15,30,.18);
  color:#fff;
}
.zfe-showcase-search__reset:hover,
.zfe-showcase-search__reset:focus-visible,
.zfe-showcase-search__submit:hover,
.zfe-showcase-search__submit:focus-visible{transform:translateY(-1px)}
.zfe-showcase-quick{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-top:10px;
}
.zfe-showcase-quick__label{
  margin-right:3px;
  color:#6b7280;
  font:850 9.5px/1 Inter,system-ui,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.zfe-showcase-quick a{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  box-shadow:0 8px 18px rgba(36,62,96,.07);
  color:#263649;
  font:800 11.5px/1 Inter,system-ui,sans-serif;
  white-space:nowrap;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.zfe-showcase-quick a:hover,
.zfe-showcase-quick a:focus-visible{transform:translateY(-1px);background:#fff}
.zfe-showcase-quick a.is-active{
  border-color:#07111d;
  background:linear-gradient(145deg,#111d2c,#02070d);
  box-shadow:0 13px 24px rgba(4,15,30,.16);
  color:#fff;
}
.zfe-live-results{margin-top:20px}
.zfe-live-results.is-loading{opacity:.7}
.zfe-products-anchor{height:1px;scroll-margin-top:calc(var(--zfe-header-offset,0px) + 20px)}
.zfe-shop-meta{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0 0 13px;
  padding:8px 12px;
  border:1px solid var(--zfe-line);
  border-radius:999px;
  background:rgba(255,255,255,.8);
  box-shadow:0 8px 20px rgba(36,62,96,.06);
  color:#687789;
  font:780 12px/1.2 Inter,system-ui,sans-serif;
}
.zfe-shop-meta strong{color:#101828}
/* Product cards */
.zfe-grid-wrap,
.zfe-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.zfe-card-public{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.98);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(246,250,255,.82));
  box-shadow:0 15px 36px rgba(35,57,90,.10),inset 0 1px rgba(255,255,255,.99);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.zfe-card-public:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,1);
  box-shadow:0 23px 50px rgba(35,57,90,.15),inset 0 1px rgba(255,255,255,.99);
}
.zfe-card-ribbon{
  position:absolute;
  z-index:2;
  top:10px;
  right:10px;
  left:10px;
  display:flex;
  justify-content:space-between;
  gap:6px;
  pointer-events:none;
}
.zfe-card-ribbon span{
  display:inline-flex;
  height:23px;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.96);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#677689;
  font:850 8px/1 Inter,system-ui,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}
.zfe-image-stage{
  display:grid;
  aspect-ratio:1/1.02;
  place-items:center;
  padding:37px 17px 12px;
  background:linear-gradient(180deg,#f4f8fd,#fff);
}
.zfe-product-media-link{display:grid;width:100%;height:100%;place-items:center}
.zfe-image-stage img{
  display:block;
  max-width:100%;
  max-height:220px;
  object-fit:contain;
  filter:drop-shadow(0 17px 17px rgba(15,23,42,.11));
  transition:transform .2s ease;
}
.zfe-card-public:hover .zfe-image-stage img{transform:scale(1.025)}
.zfe-card-body{display:flex;flex:1;flex-direction:column;gap:8px;padding:14px}
.zfe-card-body h3{
  min-height:2.55em;
  margin:0;
  color:#101828;
  font:850 14px/1.27 Inter,system-ui,sans-serif;
  letter-spacing:-.02em;
}
.zfe-card-body h3 a,
.zfe-product-title-link{color:inherit}
.zfe-product-info,
.zfe-meta,
.zfe-card-details{margin:0;color:#687789;font:650 11px/1.4 Inter,system-ui,sans-serif}
.zfe-product-info{min-height:3em}
.zfe-meta{display:flex;flex-wrap:wrap;gap:5px}
.zfe-meta span{padding:3px 6px;border-radius:999px;background:#f1f5fa}
.zfe-card-details{display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px}
.zfe-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:9px;margin-top:auto}
.zfe-price-label{color:#7b8797;font:750 10px/1 Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.zfe-price{color:#07111d;font:900 17px/1 Inter,system-ui,sans-serif}
.zfe-actions{display:flex;gap:8px}
.zfe-actions a,
.zfe-buy{
  display:inline-flex;
  min-height:41px;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:13px;
  background:linear-gradient(145deg,#111d2c,#02070d);
  box-shadow:0 12px 24px rgba(4,15,30,.16);
  color:#fff!important;
  font:850 12px/1 Inter,system-ui,sans-serif;
  transition:transform .18s ease,box-shadow .18s ease;
}
.zfe-actions a:hover,
.zfe-actions a:focus-visible,
.zfe-buy:hover,
.zfe-buy:focus-visible{transform:translateY(-1px);box-shadow:0 16px 27px rgba(4,15,30,.2)}
/* Other shortcode outputs */
.zfe-empty,
.zfe-shop-empty{
  padding:20px;
  border:1px solid var(--zfe-line);
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:var(--zfe-shadow-sm);
  color:#687789;
}
.zfe-shop-empty h3{margin:.1em 0 .3em;color:#101828}
.zfe-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 14px;
}
.zfe-section-head h2,
.zfe-category-section h3{margin:0;color:#07111d;letter-spacing:-.045em;line-height:1.05}
.zfe-category-section h3{font-size:clamp(22px,2.6vw,32px)}
.zfe-category-section{
  margin:18px 0 0;
  padding:16px;
  border:1px solid var(--zfe-line);
  border-radius:24px;
  background:rgba(255,255,255,.64);
  box-shadow:var(--zfe-shadow-sm);
}
.zfe-category-sections{display:grid;gap:16px}
.zfe-category-nav{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 14px;
}
.zfe-category-chip{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.96);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:0 8px 18px rgba(36,62,96,.06);
  color:#34465a;
  font-size:12px;
  font-weight:780;
}
.zfe-table-wrap{overflow-x:auto;border:1px solid var(--zfe-line);border-radius:20px;background:rgba(255,255,255,.76);box-shadow:var(--zfe-shadow-sm)}
.zfe-table{width:100%;border-collapse:collapse;min-width:640px}
.zfe-table th,.zfe-table td{padding:13px;border-bottom:1px solid rgba(190,204,222,.5);text-align:left;font-size:13px}
.zfe-table th{color:#43546a;background:rgba(237,243,250,.75);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.zfe-offers{display:grid;gap:8px}
.zfe-offer-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--zfe-line);border-radius:16px;background:rgba(255,255,255,.72)}
.zfe-offer-row small{display:block;color:#7a8796}
.zfe-pill{display:inline-flex;margin-left:7px;padding:3px 7px;border-radius:999px;background:#edf3fa;color:#43546a;font-size:10px}
.zfe-search{display:flex;gap:8px}
.zfe-search input{min-height:46px;flex:1;padding:0 13px;border:1px solid var(--zfe-line-dark);border-radius:14px;background:#fff}
.zfe-shop-filters.is-filtering .zfe-showcase-search__submit{pointer-events:none;opacity:.82}
.zfe-shop-filters.is-filtering .zfe-showcase-search__submit::after{
  width:13px;
  height:13px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:999px;
  content:"";
  animation:zfeSpin .75s linear infinite;
}
@keyframes zfeSpin{to{transform:rotate(360deg)}}
@media(max-width:1180px){
  .zfe-showcase-search__row{
    grid-template-columns:minmax(260px,1.25fr) minmax(160px,.65fr) minmax(160px,.65fr);
    grid-template-areas:"search category store" "sort reset submit";
  }
  .zfe-grid-wrap,.zfe-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .zfe-catalog-shell{width:calc(100% - 18px);margin-top:calc(var(--zfe-header-offset,0px) + 18px)}
  .ns-page-content .zfe-catalog-shell,
  .zfe-ns-integrated .zfe-catalog-shell{width:100%;margin-top:14px}
  .zfe-shop-page .ns-seo-body-shell{width:calc(100% - 18px)}
  .zfe-shop-page .ns-seo-body-card{padding:10px}
  .ns-feed-section{margin-top:18px;padding:11px;border-radius:22px}
  .ns-feed-head h2{font-size:24px}
  .ns-feed-head p:not(.ns-kicker){font-size:13px}
  .zfe-showcase-shell{padding:9px;border-radius:22px}
  .zfe-showcase-search__row{
    grid-template-columns:1fr 1fr;
    grid-template-areas:"search search" "category store" "sort sort" "submit reset";
    gap:8px;
  }
  .zfe-showcase-search__input,
  .zfe-showcase-search__select,
  .zfe-showcase-search__reset,
  .zfe-showcase-search__submit{height:48px;border-radius:15px}
  .zfe-showcase-search__select{grid-template-columns:72px minmax(0,1fr)}
  .zfe-showcase-search__input input,
  .zfe-showcase-search__select select{font-size:12px}
  .zfe-showcase-search__select>span{font-size:7.8px}
  .zfe-showcase-search__reset,
  .zfe-showcase-search__submit{font-size:12px}
  .zfe-showcase-quick{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;margin-top:8px;padding:1px 0 5px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  .zfe-showcase-quick__label{position:sticky;left:0;z-index:2;display:inline-flex;height:38px;flex:0 0 auto;align-items:center;padding-right:8px;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.8))}
  .zfe-showcase-quick a{min-height:38px;flex:0 0 auto}
  .zfe-live-results{margin-top:15px}
  .zfe-grid-wrap,.zfe-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .zfe-card-public{border-radius:18px}
  .zfe-card-ribbon{top:7px;right:7px;left:7px}
  .zfe-card-ribbon span{height:21px;padding:0 6px;font-size:7px}
  .zfe-image-stage{padding:31px 8px 8px}
  .zfe-image-stage img{max-height:165px}
  .zfe-card-body{gap:7px;padding:10px}
  .zfe-card-body h3{min-height:3.08em;font-size:12px}
  .zfe-product-info,.zfe-meta,.zfe-card-details{display:none}
  .zfe-price{font-size:14px}
  .zfe-price-label{font-size:9px}
  .zfe-actions a,.zfe-buy{min-height:44px;width:100%;padding:0 10px;font-size:11px;touch-action:manipulation}
  .zfe-section-head{display:block}
}
@media(max-width:430px){
  .zfe-catalog-shell{width:calc(100% - 14px)}
  .zfe-showcase-search__row{grid-template-columns:1fr;grid-template-areas:"search" "category" "store" "sort" "submit" "reset"}
  .zfe-showcase-search__select{grid-template-columns:82px minmax(0,1fr)}
  .zfe-grid-wrap,.zfe-shop-grid{gap:8px}
  .zfe-card-ribbon span:last-child{display:none}
  .zfe-image-stage img{max-height:145px}
  .zfe-card-body h3{font-size:11.5px}
  .zfe-price-row{display:block}
  .zfe-actions{margin-top:7px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}
}

/* Lightweight first visit: do not query or display every product before intent exists. */
.zfe-shop-start{padding:clamp(22px,4vw,46px);border:1px solid var(--zfe-line);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(244,249,255,.64));box-shadow:var(--zfe-shadow-sm);text-align:center}
.zfe-shop-start__eyebrow{margin:0 0 8px;color:#687789;font:850 10px/1 Inter,system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.zfe-shop-start h2{max-width:720px;margin:0 auto;color:#07111d;font:850 clamp(24px,3.5vw,42px)/1.02 Inter,system-ui,sans-serif;letter-spacing:-.055em;text-wrap:balance}
.zfe-shop-start p:not(.zfe-shop-start__eyebrow){max-width:680px;margin:13px auto 0;color:#687789;font:650 14px/1.55 Inter,system-ui,sans-serif}
@media(max-width:820px){.zfe-shop-start{padding:24px 15px;border-radius:20px}.zfe-shop-start h2{font-size:27px}.zfe-shop-start p:not(.zfe-shop-start__eyebrow){font-size:13px}}
