/* ==========================================================
   SAT Visual System 0.2.0 — CATEGORÍAS
   Inspirado directamente en la Home actual de SaleAlToque.
   Sólo actúa en product_cat.
   ========================================================== */

body.satui-category{
  --satcat-ink:#1b2840;
  --satcat-ink-2:#27344a;
  --satcat-muted:#727b8c;
  --satcat-gold:#c88413;
  --satcat-gold-2:#e9a62f;
  --satcat-gold-3:#f7ca69;
  --satcat-paper:#fffdf9;
  --satcat-cream:#fbf5e9;
  --satcat-cream-2:#fff7e9;
  --satcat-line:rgba(221,190,130,.42);
  --satcat-line-strong:rgba(205,145,32,.48);
  --satcat-shadow:0 16px 40px rgba(88,63,22,.055),inset 0 1px 0 rgba(255,255,255,.9);
  color:var(--satcat-ink);
  background:#fffdf9!important;
}

body.satui-category .site-content{
  background:
    radial-gradient(1000px 260px at 50% 2%,rgba(242,193,82,.13),rgba(242,193,82,0) 70%),
    linear-gradient(180deg,#fffefb 0%,#fbf5e9 52%,#fffdf9 100%)!important;
}

body.satui-category .site-content>.ast-container,
body.satui-category .site-content .ast-container{
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

body.satui-category #primary,
body.satui-category .sat-store-portal-v3,
body.satui-category .sat-store-portal{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* El hero viejo era genérico y podía mostrar productos ajenos a la categoría. */
body.satui-category .sat-store-hero{
  display:none!important;
}

/* Breadcrumb */
body.satui-category .sat-store-top-space{
  width:min(calc(100% - 48px),1460px)!important;
  margin:18px auto 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.satui-category .woocommerce-breadcrumb{
  margin:0!important;
  color:#8c7652!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body.satui-category .woocommerce-breadcrumb a{
  color:#9f6b13!important;
  text-decoration:none!important;
}

/* Cabecera propia de categoría */
body.satui-category .satcat-masthead{
  width:min(calc(100% - 48px),1460px);
  margin:14px auto 26px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--satcat-line);
  border-radius:34px;
  background:
    radial-gradient(520px 220px at 90% 8%,rgba(241,193,86,.18),rgba(241,193,86,0) 72%),
    radial-gradient(500px 240px at 3% 100%,rgba(250,218,151,.16),rgba(250,218,151,0) 70%),
    linear-gradient(135deg,rgba(255,255,255,.97) 0%,rgba(255,248,236,.98) 58%,rgba(255,253,248,.98) 100%);
  box-shadow:0 20px 52px rgba(96,67,18,.065),inset 0 1px 0 rgba(255,255,255,.96);
}
body.satui-category .satcat-masthead:before{
  content:"";
  position:absolute;
  width:310px;height:310px;
  right:-125px;top:-165px;
  border:1px solid rgba(207,151,45,.16);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(227,177,75,.045),0 0 0 72px rgba(227,177,75,.025);
  pointer-events:none;
}
body.satui-category .satcat-masthead-inner{
  position:relative;
  z-index:1;
  padding:31px 34px 32px;
}
body.satui-category .satcat-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:11px;
  color:#ae7210;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.16em;
}
body.satui-category .satcat-kicker>span{
  width:7px;height:7px;border-radius:50%;
  background:linear-gradient(135deg,#ffd878,#d89017);
  box-shadow:0 0 0 4px rgba(216,144,23,.08);
}
body.satui-category .satcat-title-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 110px;
  gap:24px;
  align-items:center;
}
body.satui-category .satcat-title-row h1{
  margin:0!important;
  color:var(--satcat-ink)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(39px,4.2vw,68px)!important;
  line-height:.98!important;
  font-weight:700!important;
  letter-spacing:-.045em!important;
  text-transform:none!important;
}
body.satui-category .satcat-title-row p{
  max-width:760px;
  margin:13px 0 0!important;
  color:var(--satcat-muted)!important;
  font-size:13px!important;
  line-height:1.62!important;
  font-weight:550!important;
}
body.satui-category .satcat-mark{
  position:relative;
  width:94px;height:94px;
  margin-left:auto;
  border:1px solid rgba(218,178,102,.34);
  border-radius:50%;
  background:rgba(255,255,255,.58);
  box-shadow:inset 0 0 0 12px rgba(255,247,230,.55),0 12px 28px rgba(100,66,12,.045);
}
body.satui-category .satcat-mark i{
  position:absolute;
  left:50%;top:50%;
  width:5px;height:5px;
  margin:-2.5px;
  border-radius:50%;
  background:#d48c18;
}
body.satui-category .satcat-mark i:nth-child(1){transform:translate(-20px,-8px)}
body.satui-category .satcat-mark i:nth-child(2){transform:translate(0,13px);opacity:.65}
body.satui-category .satcat-mark i:nth-child(3){transform:translate(20px,-8px);opacity:.35}

/* Subcategorías: una sola línea con scroll elegante */
body.satui-category .satcat-subcats{
  display:flex;
  gap:9px;
  margin-top:20px;
  padding:2px 2px 5px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(197,132,19,.28) transparent;
}
body.satui-category .satcat-subcats a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(219,184,115,.42);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#344056!important;
  font-size:11px;
  font-weight:850;
  text-decoration:none!important;
  box-shadow:0 6px 15px rgba(91,64,17,.035);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
body.satui-category .satcat-subcats a span{color:#c47e12;font-size:14px}
body.satui-category .satcat-subcats a:hover{
  transform:translateY(-1px);
  border-color:rgba(203,139,24,.52);
  background:#fffaf0;
}

/* Destacados reales: salen de las primeras tarjetas de ESTA categoría. */
body.satui-category .satcat-featured-block{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:16px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(221,190,130,.32);
}
body.satui-category .satcat-featured-head{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
body.satui-category .satcat-featured-head span{
  color:#a96d0b;
  font-size:9px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.12em;
}
body.satui-category .satcat-featured-head small{
  max-width:170px;
  color:#848b96;
  font-size:10px;
  line-height:1.45;
}
body.satui-category .satcat-featured-rail{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
body.satui-category .satcat-featured-card{
  display:grid;
  grid-template-columns:82px minmax(0,1fr) 26px;
  align-items:center;
  min-width:0;
  min-height:94px;
  overflow:hidden;
  border:1px solid rgba(221,190,130,.36);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:var(--satcat-ink)!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(88,63,22,.035);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.satui-category .satcat-featured-card:hover{
  transform:translateY(-2px);
  border-color:rgba(199,134,18,.46);
  box-shadow:0 13px 26px rgba(88,63,22,.07);
}
body.satui-category .satcat-featured-media{
  width:82px;height:94px;
  padding:8px;
  background:linear-gradient(180deg,#fff,#fff9ef);
}
body.satui-category .satcat-featured-media img{
  width:100%;height:100%;object-fit:contain;display:block;
}
body.satui-category .satcat-featured-copy{
  min-width:0;
  padding:9px 7px 9px 10px;
}
body.satui-category .satcat-featured-copy strong{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#223048;
  font-size:11px;
  line-height:1.25;
  font-weight:900;
}
body.satui-category .satcat-featured-price{
  display:block;
  margin-top:4px;
  color:#17253d;
  font-size:12px;
  line-height:1.1;
  font-weight:950;
}
body.satui-category .satcat-featured-copy small{
  display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  margin-top:3px;color:#8a9099;font-size:9px;
}
body.satui-category .satcat-badges{display:flex;gap:4px;margin-bottom:4px}
body.satui-category .satcat-badges b,
body.satui-category .satcat-badges em{
  display:inline-flex;align-items:center;min-height:16px;padding:0 6px;border-radius:999px;
  font-size:7px;line-height:1;font-weight:950;font-style:normal;text-transform:uppercase;letter-spacing:.06em;
}
body.satui-category .satcat-badges b{background:#1b2840;color:#fff}
body.satui-category .satcat-badges em{background:#fff0cf;color:#a96d0b;border:1px solid rgba(217,153,38,.28)}
body.satui-category .satcat-featured-arrow{color:#c68113;font-size:16px;font-weight:950}

/* Cuerpo de categoría */
body.satui-category .sat-store-grid-wrap{
  background:transparent!important;
  padding:0 0 52px!important;
}
body.satui-category .sat-store-grid-wrap__inner{
  width:min(calc(100% - 48px),1460px)!important;
  max-width:1460px!important;
  margin:0 auto!important;
  padding:0!important;
}
body.satui-category .sat-store-grid-wrap__head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0 0 16px!important;
  padding:0 2px!important;
}
body.satui-category .sat-store-grid-wrap__title{
  margin:0!important;
  color:var(--satcat-ink)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(26px,2.5vw,38px)!important;
  line-height:1.05!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
}
body.satui-category .sat-store-grid-wrap__sub{
  margin:6px 0 0!important;
  color:#7b8391!important;
  font-size:11px!important;
  line-height:1.45!important;
}

/* Barra de resultados + orden */
body.satui-category .satcat-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:54px;
  margin:0 0 15px;
  padding:7px 9px 7px 15px;
  border:1px solid rgba(221,190,130,.38);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:0 9px 22px rgba(88,63,22,.035);
}
body.satui-category .satcat-toolbar .woocommerce-result-count{
  margin:0!important;
  color:#777f8d!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
body.satui-category .satcat-toolbar .woocommerce-ordering{margin:0!important}
body.satui-category .satcat-toolbar .woocommerce-ordering select{
  min-height:39px!important;
  margin:0!important;
  padding:0 36px 0 13px!important;
  border:1px solid rgba(215,175,99,.44)!important;
  border-radius:999px!important;
  background-color:#fffaf1!important;
  color:#344056!important;
  font-size:10px!important;
  font-weight:850!important;
  box-shadow:none!important;
}

/* Grid de cards del template real */
body.satui-category .sat-store-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.satui-category .sat-store-card{
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid rgba(221,190,130,.42)!important;
  border-radius:23px!important;
  background:linear-gradient(180deg,#fff 0%,#fffaf2 100%)!important;
  box-shadow:0 10px 25px rgba(88,63,22,.045)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
body.satui-category .sat-store-card:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(201,136,20,.46)!important;
  box-shadow:0 18px 36px rgba(88,63,22,.085)!important;
}
body.satui-category .sat-store-card__link{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  color:inherit!important;
  text-decoration:none!important;
}
body.satui-category .sat-store-card__media{
  position:relative!important;
  width:calc(100% - 18px)!important;
  aspect-ratio:1/1!important;
  margin:9px 9px 0!important;
  padding:10px!important;
  overflow:hidden!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,#fff 0%,#fff8ed 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(223,195,140,.16)!important;
}
body.satui-category .sat-store-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transition:transform .25s ease!important;
}
body.satui-category .sat-store-card:hover .sat-store-card__media img{transform:scale(1.025)!important}
body.satui-category .sat-store-card__premium-badge,
body.satui-category .sat-store-card__sale-badge{
  position:absolute!important;
  z-index:3!important;
  top:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:23px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  box-shadow:0 5px 12px rgba(31,39,55,.10)!important;
}
body.satui-category .sat-store-card__premium-badge{left:10px!important;background:#1b2840!important;color:#fff!important}
body.satui-category .sat-store-card__sale-badge{right:10px!important;background:#fff0cd!important;color:#a66b0a!important;border:1px solid rgba(208,145,28,.27)!important}
body.satui-category .sat-store-card__body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0!important;
  padding:12px 14px 14px!important;
}
body.satui-category .sat-store-card__title{
  display:-webkit-box!important;
  min-height:38px!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  color:#223048!important;
  font-size:13px!important;
  line-height:1.34!important;
  font-weight:850!important;
  letter-spacing:-.012em!important;
}
body.satui-category .sat-store-card__price{
  margin-top:8px!important;
  color:#17253d!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:950!important;
}
body.satui-category .sat-store-card__price del{color:#a4a8af!important;font-size:10px!important;font-weight:700!important}
body.satui-category .sat-store-card__price ins{color:#17253d!important;text-decoration:none!important}
body.satui-category .sat-store-card__vendor{
  max-width:100%!important;
  margin-top:6px!important;
  overflow:hidden!important;
  color:#8a909a!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:700!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.satui-category .sat-store-card__cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  margin-top:auto!important;
  padding:0 11px!important;
  border:1px solid rgba(214,164,70,.36)!important;
  border-radius:999px!important;
  background:#fff8ea!important;
  color:#9f6910!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
}
body.satui-category .sat-store-load-trigger{
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.satui-category .sat-store-loader{
  color:#9b721f!important;
  font-size:10px!important;
  font-weight:850!important;
}

/* Responsive */
@media (max-width:1100px){
  body.satui-category .sat-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.satui-category .satcat-featured-block{grid-template-columns:1fr}
  body.satui-category .satcat-featured-head{display:block}
  body.satui-category .satcat-featured-head small{display:inline;margin-left:8px;max-width:none}
}

@media (max-width:767px){
  body.satui-category .sat-store-top-space,
  body.satui-category .satcat-masthead,
  body.satui-category .sat-store-grid-wrap__inner{
    width:calc(100% - 24px)!important;
  }
  body.satui-category .sat-store-top-space{margin-top:10px!important}
  body.satui-category .satcat-masthead{
    margin-top:10px!important;
    margin-bottom:18px!important;
    border-radius:26px!important;
  }
  body.satui-category .satcat-masthead-inner{padding:23px 18px 20px!important}
  body.satui-category .satcat-title-row{grid-template-columns:1fr!important;gap:0!important}
  body.satui-category .satcat-title-row h1{font-size:clamp(34px,11vw,50px)!important}
  body.satui-category .satcat-title-row p{font-size:11px!important;line-height:1.55!important}
  body.satui-category .satcat-mark{display:none!important}
  body.satui-category .satcat-subcats{margin-left:-2px;margin-right:-2px}
  body.satui-category .satcat-subcats a{min-height:35px;padding:0 12px;font-size:10px}
  body.satui-category .satcat-featured-block{margin-top:18px;padding-top:16px;gap:10px}
  body.satui-category .satcat-featured-head span{font-size:8px}
  body.satui-category .satcat-featured-head small{display:block;margin:4px 0 0;font-size:9px}
  body.satui-category .satcat-featured-rail{
    display:flex!important;
    gap:9px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    padding:2px 1px 6px!important;
  }
  body.satui-category .satcat-featured-card{
    flex:0 0 82%!important;
    min-width:82%!important;
    scroll-snap-align:start!important;
  }
  body.satui-category .sat-store-grid-wrap__head{display:block!important;margin-bottom:12px!important}
  body.satui-category .sat-store-grid-wrap__title{font-size:27px!important}
  body.satui-category .sat-store-grid-wrap__sub{font-size:10px!important}
  body.satui-category .satcat-toolbar{
    min-height:0!important;
    padding:9px 10px!important;
    border-radius:16px!important;
  }
  body.satui-category .satcat-toolbar .woocommerce-result-count{font-size:9px!important}
  body.satui-category .satcat-toolbar .woocommerce-ordering select{max-width:155px!important;min-height:35px!important;font-size:9px!important}
  body.satui-category .sat-store-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.satui-category .sat-store-card{border-radius:18px!important}
  body.satui-category .sat-store-card__media{
    width:calc(100% - 12px)!important;
    margin:6px 6px 0!important;
    padding:7px!important;
    border-radius:14px!important;
  }
  body.satui-category .sat-store-card__body{padding:9px 9px 10px!important}
  body.satui-category .sat-store-card__title{min-height:34px!important;font-size:11px!important;line-height:1.32!important}
  body.satui-category .sat-store-card__price{margin-top:6px!important;font-size:14px!important}
  body.satui-category .sat-store-card__vendor{margin-top:4px!important;font-size:8px!important}
  body.satui-category .sat-store-card__cta{min-height:29px!important;padding:0 9px!important;font-size:8px!important}
  body.satui-category .sat-store-card__premium-badge,
  body.satui-category .sat-store-card__sale-badge{top:7px!important;min-height:20px!important;padding:0 6px!important;font-size:7px!important}
  body.satui-category .sat-store-card__premium-badge{left:7px!important}
  body.satui-category .sat-store-card__sale-badge{right:7px!important}
}

@media (max-width:390px){
  body.satui-category .satcat-toolbar{align-items:stretch;flex-direction:column;gap:7px}
  body.satui-category .satcat-toolbar .woocommerce-ordering,
  body.satui-category .satcat-toolbar .woocommerce-ordering select{width:100%!important;max-width:none!important}
}
