/* FYNSOURCE BRANDS HUB V1 */
.fyn-brands-hub,
.fyn-brands-hub *{box-sizing:border-box}

body.fyn-brands-hub-page .site-content,
body.fyn-brands-hub-page .content-area,
body.fyn-brands-hub-page .site-main,
body.fyn-brands-hub-page .ast-container,
body.fyn-brands-hub-page #primary,
body.fyn-brands-hub-page #main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important
}

.fyn-brands-hub{
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --orange:#f97316;
  --text:#0f172a;
  --muted:#64748b;
  --border:#dbe5f1;
  width:min(1760px,calc(100% - 28px));
  margin:22px auto 50px;
  color:var(--text);
  font-family:Inter,Arial,sans-serif
}

.fyn-brands-hub a{text-decoration:none}

.fyn-brands-hub__hero{
  min-height:190px;
  padding:30px 34px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:19px;
  background:
    radial-gradient(circle at 92% 8%,rgba(37,99,235,.18),transparent 33%),
    linear-gradient(120deg,#fff,#f4f8ff);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:25px
}

.fyn-brands-hub__hero>div:first-child{max-width:950px}

.fyn-brands-hub__hero>div:first-child>span,
.fyn-brands-hub__seo-intro>span,
.fyn-brands-hub__cta>div>span{
  display:block;
  margin-bottom:8px;
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:1px
}

.fyn-brands-hub__hero h1{
  margin:0;
  font-size:38px;
  line-height:1.08;
  font-weight:880;
  letter-spacing:-.8px
}

.fyn-brands-hub__hero p{
  max-width:860px;
  margin:11px 0 0;
  color:#475569;
  font-size:13px;
  line-height:1.7
}


.fyn-brands-hub__toolbar{
  margin:14px 0;
  padding:14px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  align-items:end;
  gap:16px
}

.fyn-brands-hub__toolbar label>span{
  display:block;
  margin-bottom:6px;
  color:#334155;
  font-size:9px;
  font-weight:800
}

.fyn-brands-hub__toolbar input{
  width:100%;
  height:44px;
  padding:0 13px;
  border:1px solid #cfd9e6;
  border-radius:9px;
  background:#fff;
  color:var(--text);
  font-size:11px;
  outline:0
}

.fyn-brands-hub__toolbar input:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(37,99,235,.08)
}

.fyn-brands-hub__az{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:5px
}

.fyn-brands-hub__az button{
  min-width:32px;
  height:32px;
  padding:0 7px;
  border:1px solid var(--border);
  border-radius:7px;
  background:#fff;
  color:#475569;
  font-size:9px;
  font-weight:800;
  cursor:pointer
}

.fyn-brands-hub__az button:hover,
.fyn-brands-hub__az button.is-active{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff
}

.fyn-brands-hub__grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:11px
}

.fyn-brand-card{
  min-width:0;
  min-height:155px;
  padding:13px;
  border:1px solid var(--border);
  border-radius:13px;
  background:#fff;
  color:var(--text);
  display:flex;
  flex-direction:column;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease
}

.fyn-brand-card:hover{
  transform:translateY(-3px);
  border-color:#b9ccef;
  box-shadow:0 15px 32px rgba(15,23,42,.075)
}

.fyn-brand-card__logo{
  height:86px;
  border-radius:9px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center
}

.fyn-brand-card__logo img{
  width:82%;
  height:58px;
  object-fit:contain
}

.fyn-brand-card__logo>span{
  width:48px;
  height:48px;
  border-radius:12px;
  background:#eff6ff;
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:900
}

.fyn-brand-card__content{
  padding-top:10px;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  flex:1
}

.fyn-brand-card__content strong{
  overflow:hidden;
  font-size:11px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap
}

.fyn-brand-card__content span{
  margin-top:7px;
  color:var(--blue);
  font-size:8.5px;
  font-weight:800
}

.fyn-brands-hub__empty{
  min-height:190px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px;
  text-align:center
}

.fyn-brands-hub__empty strong{font-size:16px}
.fyn-brands-hub__empty span{color:var(--muted);font-size:10px}

.fyn-brands-hub__seo{
  margin-top:20px;
  padding:26px;
  border:1px solid var(--border);
  border-radius:17px;
  background:linear-gradient(180deg,#fff,#f8fafc)
}

.fyn-brands-hub__seo-intro h2,
.fyn-brands-hub__faq>h2,
.fyn-brands-hub__cta h2{
  margin:0;
  font-size:24px;
  line-height:1.2
}

.fyn-brands-hub__seo-intro p{
  max-width:1250px;
  margin:10px 0 0;
  color:#475569;
  font-size:12px;
  line-height:1.75
}

.fyn-brands-hub__features{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px
}

.fyn-brands-hub__features article{
  min-height:130px;
  padding:15px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fff
}

.fyn-brands-hub__features strong{
  font-size:13px
}

.fyn-brands-hub__features p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.6
}

.fyn-brands-hub__faq{
  margin-top:18px
}

.fyn-brands-hub__faq article{
  margin-top:8px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:10px;
  background:#fff
}

.fyn-brands-hub__faq button{
  width:100%;
  min-height:52px;
  padding:0 14px;
  border:0;
  background:#fff;
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  text-align:left;
  font-size:11px;
  font-weight:800;
  cursor:pointer
}

.fyn-brands-hub__faq button b{
  color:var(--blue);
  font-size:20px;
  font-weight:500
}

.fyn-brands-hub__faq article>div{
  padding:0 14px 14px
}

.fyn-brands-hub__faq p{
  margin:0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.65
}

.fyn-brands-hub__cta{
  margin-top:18px;
  padding:21px;
  border-radius:13px;
  background:linear-gradient(110deg,#082451,#2563eb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.fyn-brands-hub__cta>div>span{color:#bfdbfe}
.fyn-brands-hub__cta h2{color:#fff}
.fyn-brands-hub__cta p{margin:7px 0 0;color:#dbeafe;font-size:10px}

.fyn-brands-hub__cta>a{
  min-height:42px;
  padding:0 15px;
  border-radius:8px;
  background:var(--orange);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:9.5px;
  font-weight:850;
  white-space:nowrap
}

.fyn-brands-hub__notice{
  margin-top:14px;
  padding:22px;
  border:1px solid #fed7aa;
  border-radius:12px;
  background:#fff7ed
}

.fyn-brands-hub__notice strong{font-size:14px}
.fyn-brands-hub__notice p{margin:7px 0 0;color:#9a3412;font-size:10px}

@media(max-width:1200px){
  .fyn-brands-hub__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}

@media(max-width:980px){
  .fyn-brands-hub__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .fyn-brands-hub__features{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fyn-brands-hub__toolbar{grid-template-columns:1fr}
  .fyn-brands-hub__az{justify-content:flex-start}
}

@media(max-width:767px){
  .fyn-brands-hub{
    width:calc(100% - 18px);
    margin-top:12px
  }

  .fyn-brands-hub__hero{
    min-height:auto;
    padding:20px;
    display:block
  }

  .fyn-brands-hub__hero h1{font-size:28px}
  .fyn-brands-hub__hero p{font-size:11px}

  .fyn-brands-hub__toolbar{padding:11px}
  .fyn-brands-hub__az{max-height:75px;overflow:auto}

  .fyn-brands-hub__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px
  }

  .fyn-brand-card{
    min-height:137px;
    padding:9px
  }

  .fyn-brand-card__logo{height:75px}
  .fyn-brand-card__logo img{height:48px}
  .fyn-brand-card__content strong{font-size:9.5px}
  .fyn-brand-card__content span{font-size:7.5px}

  .fyn-brands-hub__seo{padding:17px}
  .fyn-brands-hub__seo-intro h2,
  .fyn-brands-hub__faq>h2,
  .fyn-brands-hub__cta h2{font-size:20px}

  .fyn-brands-hub__features{grid-template-columns:1fr 1fr}
  .fyn-brands-hub__features article{min-height:115px;padding:12px}

  .fyn-brands-hub__cta{display:block}
  .fyn-brands-hub__cta>a{width:100%;margin-top:14px}
}

@media(max-width:430px){
  .fyn-brands-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fyn-brands-hub__features{grid-template-columns:1fr}
}


/* =========================================================
   BRANDS HUB V1.3 — DEDICATED BRAND PRODUCTS PAGE
   ========================================================= */

.fyn-brand-products,
.fyn-brand-products *{box-sizing:border-box}

.fyn-brand-products{
  --blue:#2563eb;
  --orange:#f97316;
  --text:#0f172a;
  --muted:#64748b;
  --border:#dbe5f1;
  width:min(1760px,calc(100% - 28px));
  margin:22px auto 50px;
  color:var(--text);
  font-family:Inter,Arial,sans-serif
}

.fyn-brand-products a{text-decoration:none}

.fyn-brand-products__hero{
  min-height:165px;
  padding:24px 28px;
  border:1px solid var(--border);
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 0%,rgba(37,99,235,.15),transparent 32%),
    linear-gradient(120deg,#fff,#f5f8ff);
  display:grid;
  grid-template-columns:110px minmax(0,1fr) auto;
  align-items:center;
  gap:20px
}

.fyn-brand-products__logo{
  width:110px;
  height:95px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:13px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center
}

.fyn-brand-products__logo img{
  width:100%;
  height:65px;
  object-fit:contain
}

.fyn-brand-products__logo span{
  width:55px;
  height:55px;
  border-radius:13px;
  background:#eff6ff;
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:900
}

.fyn-brand-products__hero>div:nth-child(2)>span{
  display:block;
  margin-bottom:7px;
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:1px
}

.fyn-brand-products__hero h1{
  margin:0;
  font-size:32px;
  line-height:1.1
}

.fyn-brand-products__hero p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.6
}

.fyn-brand-products__hero>a{
  min-height:39px;
  padding:0 13px;
  border:1px solid #bfd0ec;
  border-radius:8px;
  background:#fff;
  color:var(--blue);
  display:flex;
  align-items:center;
  font-size:9px;
  font-weight:800
}

.fyn-brand-products__toolbar{
  min-height:62px;
  margin:13px 0;
  padding:12px 15px;
  border:1px solid var(--border);
  border-radius:11px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.fyn-brand-products__toolbar strong{font-size:15px}
.fyn-brand-products__toolbar span{color:var(--muted);font-size:9px}

.fyn-brand-products__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px
}

.fyn-brand-product-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:13px;
  background:#fff;
  transition:.2s ease
}

.fyn-brand-product-card:hover{
  transform:translateY(-3px);
  border-color:#b6caec;
  box-shadow:0 15px 34px rgba(15,23,42,.07)
}

.fyn-brand-product-card__image{
  height:190px;
  padding:13px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center
}

.fyn-brand-product-card__image img{
  width:100%;
  height:165px;
  object-fit:contain
}

.fyn-brand-product-card__body{
  padding:13px
}

.fyn-brand-product-card__body small{
  color:var(--blue);
  font-size:8px;
  font-weight:850
}

.fyn-brand-product-card h2{
  min-height:43px;
  margin:6px 0;
  font-size:11px;
  line-height:1.4;
  font-weight:780
}

.fyn-brand-product-card h2 a{color:var(--text)}

.fyn-brand-product-card__sku{
  display:block;
  color:var(--muted);
  font-size:7.5px
}

.fyn-brand-product-card__price{
  min-height:30px;
  margin-top:9px;
  color:#9a3412;
  font-size:11px;
  font-weight:800
}

.fyn-brand-product-card__button{
  width:100%;
  min-height:36px;
  margin-top:8px;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:8.5px;
  font-weight:800
}

.fyn-brand-products__empty{
  min-height:300px;
  padding:30px;
  border:1px solid var(--border);
  border-radius:15px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center
}

.fyn-brand-products__empty h1,
.fyn-brand-products__empty h2{margin:0;font-size:23px}

.fyn-brand-products__empty p{
  max-width:600px;
  margin:10px 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.6
}

.fyn-brand-products__empty a{
  min-height:38px;
  padding:0 13px;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
  display:flex;
  align-items:center;
  font-size:9px;
  font-weight:800
}

.fyn-brand-products__pagination{
  margin-top:18px;
  display:flex;
  justify-content:center;
  gap:5px
}

.fyn-brand-products__pagination .page-numbers{
  min-width:35px;
  height:35px;
  padding:0 8px;
  border:1px solid var(--border);
  border-radius:7px;
  background:#fff;
  color:#334155;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:8px;
  font-weight:800
}

.fyn-brand-products__pagination .current{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff
}

@media(max-width:1200px){
  .fyn-brand-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:900px){
  .fyn-brand-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:767px){
  .fyn-brand-products{
    width:calc(100% - 18px);
    margin-top:12px
  }

  .fyn-brand-products__hero{
    padding:17px;
    grid-template-columns:75px minmax(0,1fr)
  }

  .fyn-brand-products__logo{
    width:75px;
    height:72px;
    padding:8px
  }

  .fyn-brand-products__logo img{height:52px}
  .fyn-brand-products__hero h1{font-size:24px}
  .fyn-brand-products__hero p{font-size:9px}
  .fyn-brand-products__hero>a{
    grid-column:1/-1;
    justify-content:center
  }

  .fyn-brand-products__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px
  }

  .fyn-brand-product-card__image{
    height:145px;
    padding:9px
  }

  .fyn-brand-product-card__image img{height:125px}
  .fyn-brand-product-card__body{padding:10px}
  .fyn-brand-products__toolbar{display:block}
  .fyn-brand-products__toolbar span{display:block;margin-top:4px}
}

@media(max-width:360px){
  .fyn-brand-products__grid{grid-template-columns:1fr}
}
