
:root{
  --ctc-primary:#0B8F5A;
  --ctc-secondary:#10233E;
  --ctc-accent:#F4B000;
  --ctc-bg:#fff;
  --ctc-card:#fff;
  --ctc-text:#182233;
  --ctc-muted:#6B7280;
  --ctc-btn-text:#fff;
  --ctc-search-hover-bg:#fff;
  --ctc-search-hover-text:#C6A15B;
  --ctc-search-hover-border:#C6A15B;
  --ctc-category-inactive-bg:#10233E;
  --ctc-category-inactive-text:#fff;
  --ctc-category-inactive-border:#fff;
  --ctc-category-hover-bg:#fff;
  --ctc-category-hover-text:#C6A15B;
  --ctc-category-hover-border:#C6A15B;
  --ctc-category-active-bg:#0B3A78;
  --ctc-category-active-text:#fff;
  --ctc-category-active-border:#0B3A78;
  --ctc-hero-bg:#111827;
  --ctc-hero-subtitle-color:#fff;
  --ctc-search-button-bg:#0B3A78;
  --ctc-search-button-text:#fff;
  --ctc-search-button-border:#0B3A78;
  --ctc-commerce-page-bg:#fff;
  --ctc-featured-desktop:3;
  --ctc-featured-tablet:2;
  --ctc-featured-mobile:1;
  --ctc-category-desktop:5;
  --ctc-category-tablet:3;
  --ctc-category-mobile:1;
  --ctc-products-desktop:6;
  --ctc-products-tablet:3;
  --ctc-products-mobile:1;
  --ctc-products-grid-desktop:4;
  --ctc-products-grid-tablet:2;
  --ctc-products-grid-mobile:1;
}
.ctc-page{background:var(--ctc-commerce-page-bg,var(--ctc-bg));color:var(--ctc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ctc-wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.ctc-hero{
  background:
    linear-gradient(rgba(17,24,39,.72),rgba(17,24,39,.72)),
    linear-gradient(var(--ctc-hero-bg),var(--ctc-hero-bg));
  background-size:cover;
  background-position:center;
  padding:62px 0 38px;
  color:#fff;
}
body .ctc-page .ctc-hero .ctc-wrap > h1,.ctc-page .ctc-hero h1{color:var(--ctc-hero-title-color,#fff) !important;font-size:44px;line-height:1.05;margin:0 0 10px;text-align:center;letter-spacing:-.035em}
.ctc-hero>div>p{text-align:center;margin:0 0 24px;color:var(--ctc-hero-subtitle-color,#fff)!important}
.ctc-search{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr auto;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  max-width:900px;
  margin:0 auto;
}
.ctc-search input,.ctc-search select{
  border:0;
  border-right:1px solid #e5e7eb;
  padding:15px 16px;
  min-width:0;
  outline:none;
}
.ctc-search button{
  border:2px solid var(--ctc-search-button-border);background:var(--ctc-search-button-bg);color:var(--ctc-search-button-text);
  padding:0 28px;font-weight:800;cursor:pointer;
}
.ctc-search button:hover,
.ctc-search button:focus,
.ctc-search button:focus-visible,
.ctc-search button:active{
  background:var(--ctc-search-hover-bg)!important;
  color:var(--ctc-search-hover-text)!important;
  border:2px solid var(--ctc-search-hover-border)!important;
  box-shadow:none!important;
  outline:none!important;
}
.ctc-hero-cats{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.ctc-hero-cats button,.ctc-category-tabs button{
  border:1px solid rgba(255,255,255,.4);
  background:var(--ctc-category-inactive-bg)!important;color:var(--ctc-category-inactive-text)!important;
  border-color:var(--ctc-category-inactive-border)!important;
  border-radius:999px;padding:9px 14px;cursor:pointer;font-size:12px;
}
.ctc-hero-cats button:hover,
.ctc-hero-cats button:focus,
.ctc-hero-cats button:focus-visible,
.ctc-category-tabs button:hover,
.ctc-category-tabs button:focus,
.ctc-category-tabs button:focus-visible{
  background:var(--ctc-category-hover-bg)!important;
  color:var(--ctc-category-hover-text)!important;
  border-color:var(--ctc-category-hover-border)!important;
  box-shadow:none!important;
  outline:none!important;
}
.ctc-hero-cats button.active,
.ctc-hero-cats button.active:hover,
.ctc-hero-cats button.active:focus{
  background:var(--ctc-category-active-bg)!important;
  color:var(--ctc-category-active-text)!important;
  border-color:var(--ctc-category-active-border)!important;
}
.ctc-main{padding:30px 0 44px}
.ctc-section{margin-bottom:40px}
.ctc-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}
.ctc-section-head h2{margin:0 0 4px;font-size:22px}
.ctc-section-head p{margin:0;color:var(--ctc-muted);font-size:12px}
.ctc-slider-controls{display:flex;gap:8px}
.ctc-slider-controls button{
  width:38px;height:38px;border-radius:50%;border:1px solid #dde5e0;background:#fff;color:var(--ctc-text);
  cursor:pointer;font-size:22px;line-height:1;
}
.ctc-slider{overflow:hidden}
.ctc-track{display:flex;gap:16px;transition:transform .45s ease;will-change:transform}
.ctc-featured-slider .ctc-slide{flex:0 0 calc((100% - (var(--ctc-featured-desktop) - 1)*16px)/var(--ctc-featured-desktop))}
.ctc-category-slider .ctc-slide{flex:0 0 calc((100% - (var(--ctc-category-desktop) - 1)*14px)/var(--ctc-category-desktop))}
.ctc-card{background:var(--ctc-card);border:1px solid #e4e9e6;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(20,40,30,.05);height:100%}
.ctc-card-image{position:relative;background:#eef2ef;overflow:hidden}
.ctc-card-featured .ctc-card-image{height:260px}
.ctc-card-normal .ctc-card-image{height:150px}
.ctc-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.ctc-image-placeholder{height:100%;display:grid;place-items:center;font-size:44px;color:#9ba7a0}
.ctc-featured-badge{position:absolute;top:14px;left:14px;background:var(--ctc-primary);color:#fff;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800}
.ctc-fav{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid #e1e5e3;background:#fff;border-radius:50%;font-size:20px;cursor:pointer}
.ctc-card-body{position:relative;padding:16px}
.ctc-logo{width:58px;height:58px;border-radius:50%;object-fit:cover;border:4px solid #fff;margin-top:-45px;position:relative;background:#fff}
.ctc-card h3{font-size:18px;margin:7px 0}
.ctc-card-normal h3{font-size:14px}
.ctc-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--ctc-muted);font-size:11px;margin-bottom:9px}
.ctc-rating{font-size:11px;margin:8px 0}.ctc-rating>span{color:var(--ctc-accent);letter-spacing:1px}
.ctc-open{font-size:11px;font-weight:700;margin:8px 0}.ctc-open.is-open{color:#0a8a52}.ctc-open.is-closed{color:#d97706}
.ctc-excerpt{font-size:12px;line-height:1.55;color:var(--ctc-muted);min-height:38px}
.ctc-view{display:block;text-align:center;border:1px solid var(--ctc-primary);color:var(--ctc-primary);text-decoration:none;border-radius:8px;padding:10px;margin-top:13px;font-size:11px;font-weight:800}
.ctc-view:hover{background:var(--ctc-primary);color:var(--ctc-btn-text)}
.ctc-category-tabs{display:flex;gap:8px;overflow:auto;padding:2px 0 14px;margin-bottom:4px}
.ctc-category-tabs button{white-space:nowrap;color:var(--ctc-text);border-color:#e1e7e3;background:#fff}
.ctc-category-tabs button.active,
.ctc-category-tabs button.active:hover,
.ctc-category-tabs button.active:focus{
  background:var(--ctc-category-active-bg)!important;
  color:var(--ctc-category-active-text)!important;
  border-color:var(--ctc-category-active-border)!important;
}
.ctc-category-panel{display:none;position:relative}.ctc-category-panel.active{display:block}
.ctc-category-controls{justify-content:flex-end;margin-bottom:10px}
.ctc-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e5ebe7;border-radius:14px;background:#f8fbf9;overflow:hidden}
.ctc-benefits>div{padding:18px;border-right:1px solid #e5ebe7}.ctc-benefits>div:last-child{border-right:0}
.ctc-benefits span{font-size:28px;color:var(--ctc-primary);display:block;margin-bottom:7px}
.ctc-benefits strong{display:block;font-size:13px}.ctc-benefits p{font-size:10px;color:var(--ctc-muted);line-height:1.5;margin:5px 0 0}

@media(max-width:900px){
  .ctc-search{grid-template-columns:1fr 1fr}
  .ctc-search button{min-height:48px}
  .ctc-featured-slider .ctc-slide{flex-basis:calc((100% - (var(--ctc-featured-tablet) - 1)*16px)/var(--ctc-featured-tablet))}
  .ctc-category-slider .ctc-slide{flex-basis:calc((100% - (var(--ctc-category-tablet) - 1)*14px)/var(--ctc-category-tablet))}
  .ctc-benefits{grid-template-columns:1fr 1fr}
  .ctc-benefits>div:nth-child(2){border-right:0}
  .ctc-benefits>div:nth-child(-n+2){border-bottom:1px solid #e5ebe7}
}
@media(max-width:600px){
  .ctc-hero{padding-top:42px}
  .ctc-hero h1{font-size:32px}
  .ctc-search{grid-template-columns:1fr}
  .ctc-search input,.ctc-search select{border-right:0;border-bottom:1px solid #e5e7eb}
  .ctc-featured-slider .ctc-slide{flex-basis:calc(100% / var(--ctc-featured-mobile))}
  .ctc-category-slider .ctc-slide{flex-basis:calc(100% / var(--ctc-category-mobile))}
  .ctc-card-featured .ctc-card-image{height:220px}
  .ctc-section-head{align-items:flex-start}
  .ctc-benefits{grid-template-columns:1fr}
  .ctc-benefits>div{border-right:0;border-bottom:1px solid #e5ebe7!important}
  .ctc-benefits>div:last-child{border-bottom:0!important}
}

.ctc-demo-notice{
  background:#fff4d8;
  border-bottom:1px solid #efd28c;
  color:#7a5700;
  font-size:11px;
  font-weight:800;
  text-align:center;
  padding:8px 12px;
}
.ctc-products-slider .ctc-slide{
  flex:0 0 calc((100% - (var(--ctc-products-desktop) - 1)*14px)/var(--ctc-products-desktop));
}
.ctc-product-card{
  height:100%;
  background:var(--ctc-card);
  border:1px solid #e4e9e6;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(20,40,30,.04);
}
.ctc-product-image{height:150px;position:relative;background:#eef2ef;overflow:hidden}
.ctc-product-image img{width:100%;height:100%;object-fit:cover}
.ctc-product-body{padding:12px}
.ctc-product-body h3{font-size:13px;line-height:1.35;margin:0 0 5px}
.ctc-product-body small{display:block;color:var(--ctc-muted);font-size:10px;min-height:15px}
.ctc-product-body strong{display:block;margin-top:8px;font-size:14px;color:var(--ctc-secondary)}
.ctc-product-body>a{
  display:block;text-align:center;text-decoration:none;
  color:var(--ctc-primary);border:1px solid var(--ctc-primary);
  border-radius:7px;padding:8px;margin-top:10px;font-size:10px;font-weight:800;
}
@media(max-width:900px){
  .ctc-products-slider .ctc-slide{flex-basis:calc((100% - (var(--ctc-products-tablet) - 1)*14px)/var(--ctc-products-tablet))}
}
@media(max-width:600px){
  .ctc-products-slider .ctc-slide{flex-basis:calc(100% / var(--ctc-products-mobile))}
  .ctc-product-image{height:210px}
}


/* ===== Página Todos los Productos v1.2 ===== */
.ctc-products-hero{
  padding:52px 0 30px;
  background:linear-gradient(135deg,#f0faf5,#e8f4ee);
  border-bottom:1px solid #deebe4;
}
.ctc-products-hero h1{
  text-align:center;
  margin:0 0 8px;
  font-size:38px;
  letter-spacing:-.035em;
}
.ctc-products-hero>div>p{
  text-align:center;
  margin:0 auto 22px;
  color:var(--ctc-muted);
}
.ctc-products-search{
  max-width:820px;
  margin:auto;
  display:grid;
  grid-template-columns:1.3fr .8fr auto;
  background:#fff;
  border:1px solid #dfe8e3;
  border-radius:11px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(20,60,40,.06);
}
.ctc-products-search input,
.ctc-products-search select{
  min-width:0;
  border:0;
  border-right:1px solid #e5ebe8;
  padding:14px 15px;
  outline:none;
}
.ctc-products-search button{
  border:0;
  background:var(--ctc-primary);
  color:var(--ctc-btn-text);
  padding:0 24px;
  font-weight:800;
  cursor:pointer;
}
.ctc-product-category-pills{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}
.ctc-product-category-pills a{
  text-decoration:none;
  border:1px solid #d7e5de;
  background:#fff;
  color:var(--ctc-text);
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
}
.ctc-product-category-pills a.active{
  background:var(--ctc-primary);
  color:#fff;
  border-color:var(--ctc-primary);
}
.ctc-products-main{padding:30px 0 48px}
.ctc-products-page-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:18px;
}
.ctc-products-page-head h2{margin:0 0 4px;font-size:22px}
.ctc-products-page-head p{margin:0;color:var(--ctc-muted);font-size:11px}
.ctc-back-commerce{
  color:var(--ctc-primary);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.ctc-products-grid{
  display:grid;
  grid-template-columns:repeat(var(--ctc-products-grid-desktop),minmax(0,1fr));
  gap:16px;
}
.ctc-products-grid .ctc-product-image{height:210px}
.ctc-products-grid .ctc-product-body{padding:14px}
.ctc-products-grid .ctc-product-body h3{font-size:15px}
.ctc-products-grid .ctc-product-body strong{font-size:17px}
.ctc-products-empty{
  padding:55px 20px;
  text-align:center;
  background:#fff;
  border:1px solid #e3e9e6;
  border-radius:14px;
}
.ctc-products-empty>div{font-size:42px;color:var(--ctc-primary)}
.ctc-products-empty h2{margin:10px 0 5px}
.ctc-products-empty p{margin:0;color:var(--ctc-muted)}
@media(max-width:900px){
  .ctc-products-grid{grid-template-columns:repeat(var(--ctc-products-grid-tablet),minmax(0,1fr))}
}
@media(max-width:600px){
  .ctc-products-search{grid-template-columns:1fr}
  .ctc-products-search input,
  .ctc-products-search select{border-right:0;border-bottom:1px solid #e5ebe8}
  .ctc-products-search button{min-height:46px}
  .ctc-products-grid{grid-template-columns:repeat(var(--ctc-products-grid-mobile),minmax(0,1fr))}
  .ctc-products-page-head{align-items:flex-start;flex-direction:column}
  .ctc-products-hero h1{font-size:31px}
}


/* ===== Fichas demo de comercio y producto v1.3 ===== */
.ctc-demo-detail-page{
  background:#f7faf8;
  min-height:70vh;
  padding-bottom:50px;
}
.ctc-demo-detail-wrap{padding-top:24px}
.ctc-demo-back{
  display:inline-block;
  color:var(--ctc-muted);
  text-decoration:none;
  font-size:12px;
  margin-bottom:16px;
}
.ctc-demo-business-hero,
.ctc-demo-product-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  background:#fff;
  border:1px solid #e2e9e5;
  border-radius:16px;
  overflow:hidden;
}
.ctc-demo-business-cover,
.ctc-demo-product-image{
  min-height:430px;
  background:#edf2ef;
}
.ctc-demo-business-cover img,
.ctc-demo-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ctc-demo-business-info,
.ctc-demo-product-info{
  padding:30px;
  align-self:center;
}
.ctc-demo-business-info h1,
.ctc-demo-product-info h1{
  margin:10px 0 12px;
  font-size:34px;
  letter-spacing:-.035em;
}
.ctc-detail-badge{
  position:static;
  display:inline-block;
}
.ctc-demo-contact{
  display:inline-block;
  margin-top:18px;
  text-decoration:none;
  background:var(--ctc-primary);
  color:#fff!important;
  border-radius:9px;
  padding:12px 17px;
  font-weight:800;
  font-size:12px;
}
.ctc-demo-detail-card{
  margin-top:18px;
  padding:22px;
  background:#fff;
  border:1px solid #e2e9e5;
  border-radius:14px;
}
.ctc-demo-detail-card h2{margin:0 0 12px;font-size:20px}
.ctc-demo-detail-card p{margin:0;color:var(--ctc-muted);line-height:1.7}
.ctc-product-type{
  display:inline-block;
  background:#eaf8f1;
  color:var(--ctc-primary);
  border-radius:999px;
  padding:6px 10px;
  font-size:11px;
  font-weight:800;
}
.ctc-demo-sold-by{margin:14px 0}
.ctc-demo-sold-by small{display:block;color:var(--ctc-muted);font-size:10px}
.ctc-demo-sold-by strong{display:block;margin-top:3px}
.ctc-demo-product-price{
  font-size:32px;
  font-weight:900;
  color:var(--ctc-primary);
  margin-top:18px;
}
.ctc-demo-business-link{
  display:block;
  margin-top:13px;
  color:var(--ctc-primary);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
@media(max-width:800px){
  .ctc-demo-business-hero,
  .ctc-demo-product-hero{grid-template-columns:1fr}
  .ctc-demo-business-cover,
  .ctc-demo-product-image{min-height:300px}
}
@media(max-width:560px){
  .ctc-demo-business-info,
  .ctc-demo-product-info{padding:20px}
  .ctc-demo-business-info h1,
  .ctc-demo-product-info h1{font-size:28px}
}


/* ===== Ficha demo estilo GeoDirectory v1.4 ===== */
.ctc-geodir-demo-page{
  background:#f6f8f7;
  min-height:70vh;
  padding-bottom:48px;
}
.ctc-geodir-demo-wrap{padding-top:22px}
.ctc-geodir-cover{
  position:relative;
  min-height:400px;
  border-radius:16px;
  overflow:hidden;
  background:#dfe6e2;
}
.ctc-geodir-cover>img{
  width:100%;
  height:400px;
  object-fit:cover;
  display:block;
}
.ctc-geodir-cover-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(10,20,30,.04),rgba(10,20,30,.72));
}
.ctc-geodir-cover-content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  display:flex;
  gap:18px;
  align-items:flex-end;
  color:#fff;
}
.ctc-geodir-logo{
  width:104px;
  height:104px;
  border-radius:16px;
  object-fit:cover;
  border:5px solid #fff;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}
.ctc-geodir-logo-placeholder{
  display:grid;
  place-items:center;
  color:var(--ctc-primary);
  font-size:38px;
}
.ctc-geodir-titleblock h1{
  margin:8px 0 8px;
  font-size:36px;
  letter-spacing:-.035em;
}
.ctc-geodir-badges{display:flex;gap:8px}
.ctc-geodir-badges span{
  font-size:10px;
  font-weight:900;
  padding:6px 9px;
  border-radius:999px;
  background:var(--ctc-primary);
}
.ctc-geodir-badges .verified{background:#fff;color:var(--ctc-primary)}
.ctc-geodir-meta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:12px;
  color:rgba(255,255,255,.92);
}
.ctc-geodir-tabs{
  display:flex;
  gap:0;
  overflow:auto;
  background:#fff;
  border:1px solid #e1e8e4;
  border-radius:12px;
  margin:16px 0;
}
.ctc-geodir-tabs a{
  white-space:nowrap;
  text-decoration:none;
  color:var(--ctc-text);
  padding:13px 16px;
  font-size:11px;
  font-weight:800;
  border-right:1px solid #edf1ef;
}
.ctc-geodir-tabs a:hover{color:var(--ctc-primary)}
.ctc-geodir-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:18px;
  align-items:start;
}
.ctc-geodir-main{display:grid;gap:16px}
.ctc-geodir-card,
.ctc-geodir-sidecard{
  background:#fff;
  border:1px solid #e1e8e4;
  border-radius:14px;
  padding:20px;
}
.ctc-geodir-card-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.ctc-geodir-card-head h2{margin:0;font-size:19px}
.ctc-geodir-card>p{
  margin:0;
  color:var(--ctc-muted);
  line-height:1.7;
}
.ctc-geodir-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.ctc-geodir-contact-grid>div{
  border:1px solid #edf1ef;
  border-radius:10px;
  padding:11px 12px;
}
.ctc-geodir-contact-grid small,
.ctc-geodir-contact-grid strong{display:block}
.ctc-geodir-contact-grid small{font-size:10px;color:var(--ctc-muted);margin-bottom:3px}
.ctc-geodir-contact-grid strong{font-size:12px}
.ctc-geodir-hours{display:grid;gap:0}
.ctc-geodir-hours>div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #edf1ef;
}
.ctc-geodir-hours>div:last-child{border-bottom:0}
.ctc-geodir-hours span{color:var(--ctc-muted);font-size:12px}
.ctc-geodir-hours strong{font-size:12px}
.ctc-geodir-services{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ctc-geodir-services span{
  background:#eef8f2;
  color:var(--ctc-primary);
  border-radius:999px;
  padding:8px 10px;
  font-size:11px;
  font-weight:800;
}
.ctc-geodir-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.ctc-geodir-gallery img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:10px;
}
.ctc-geodir-map{
  min-height:230px;
  background:
    linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3)),
    repeating-linear-gradient(45deg,#eef3f0,#eef3f0 10px,#e8eeeb 10px,#e8eeeb 20px);
  border-radius:11px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:7px;
  text-align:center;
}
.ctc-geodir-map-pin{font-size:34px;color:var(--ctc-primary)}
.ctc-geodir-map small{color:var(--ctc-muted)}
.ctc-geodir-sidebar{
  position:sticky;
  top:18px;
  display:grid;
  gap:14px;
}
.ctc-geodir-sidecard h3{margin:0 0 12px;font-size:16px}
.ctc-geodir-primary,
.ctc-geodir-whatsapp,
.ctc-geodir-outline{
  display:block;
  text-align:center;
  text-decoration:none;
  border-radius:9px;
  padding:11px 12px;
  margin-top:8px;
  font-size:11px;
  font-weight:900;
}
.ctc-geodir-primary{background:var(--ctc-primary);color:#fff!important}
.ctc-geodir-whatsapp{background:#25D366;color:#fff!important}
.ctc-geodir-outline{border:1px solid #dfe7e3;color:var(--ctc-text)!important;background:#fff}
.ctc-geodir-rating-big{text-align:center}
.ctc-geodir-rating-big strong{
  display:block;
  font-size:38px;
  line-height:1;
}
.ctc-geodir-rating-big span{
  display:block;
  color:var(--ctc-accent);
  letter-spacing:2px;
  margin:7px 0 4px;
}
.ctc-geodir-rating-big small{color:var(--ctc-muted)}
.ctc-geodir-share{display:flex;gap:8px}
.ctc-geodir-share button{
  width:36px;height:36px;border-radius:50%;
  border:1px solid #dfe7e3;background:#fff;cursor:pointer;
}
@media(max-width:900px){
  .ctc-geodir-layout{grid-template-columns:1fr}
  .ctc-geodir-sidebar{position:static;grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:650px){
  .ctc-geodir-cover,
  .ctc-geodir-cover>img{height:320px;min-height:320px}
  .ctc-geodir-cover-content{left:18px;right:18px;bottom:18px;align-items:flex-start;flex-direction:column}
  .ctc-geodir-logo{width:78px;height:78px}
  .ctc-geodir-titleblock h1{font-size:28px}
  .ctc-geodir-contact-grid{grid-template-columns:1fr}
  .ctc-geodir-gallery{grid-template-columns:1fr}
  .ctc-geodir-gallery img{height:220px}
  .ctc-geodir-sidebar{grid-template-columns:1fr}
}

/* ===== v1.6.6: Todos los productos con el mismo diseño de Todos los comercios ===== */
.ctc-products-page .ctc-products-hero.ctc-hero{
  background-color:var(--ctc-products-hero-bg,#111827);
  background-image:none;
  background-size:cover;
  background-position:center;
  padding:64px 0 46px;
  border-bottom:0;
}
body .ctc-products-page .ctc-products-hero.ctc-hero .ctc-wrap > h1,
.ctc-products-page .ctc-products-hero.ctc-hero h1{
  color:var(--ctc-products-title-color,#fff)!important;
  font-size:44px;
  line-height:1.05;
  margin:0 0 10px;
  text-align:center;
  letter-spacing:-.035em;
}
.ctc-products-page .ctc-products-hero.ctc-hero > .ctc-wrap > p{
  color:var(--ctc-products-subtitle-color,#fff)!important;
  text-align:center;
  margin:0 0 24px;
}
.ctc-products-page .ctc-products-search.ctc-search{
  max-width:940px;
  margin:0 auto;
  grid-template-columns:1.5fr .9fr auto;
  border-radius:12px;
  background:#fff;
  border:0;
  box-shadow:none;
}
.ctc-products-page .ctc-products-search.ctc-search input,
.ctc-products-page .ctc-products-search.ctc-search select{
  min-height:54px;
  padding:0 18px;
  font-size:15px;
  background:#fff;
  color:#111827;
  border:0;
  border-right:1px solid #dfe5e2;
  border-radius:0;
}
.ctc-products-page .ctc-products-search.ctc-search button{
  min-width:126px;
  min-height:54px;
  background:var(--ctc-products-search-button-bg)!important;
  color:var(--ctc-products-search-button-text)!important;
  border:0!important;
  padding:0 26px;
  font-size:14px;
  font-weight:800;
}
.ctc-products-page .ctc-products-search.ctc-search button:hover,
.ctc-products-page .ctc-products-search.ctc-search button:focus,
.ctc-products-page .ctc-products-search.ctc-search button:focus-visible,
.ctc-products-page .ctc-products-search.ctc-search button:active{
  background:var(--ctc-search-hover-bg)!important;
  color:var(--ctc-search-hover-text)!important;
  border:2px solid var(--ctc-search-hover-border)!important;
  outline:none!important;
}
.ctc-products-page .ctc-product-category-pills{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.ctc-products-page .ctc-product-category-pills a{
  text-decoration:none!important;
  background:var(--ctc-products-category-inactive-bg)!important;
  color:var(--ctc-products-category-inactive-text)!important;
  border:1px solid var(--ctc-products-category-inactive-border)!important;
  border-radius:999px;
  padding:9px 16px;
  font-size:12px;
  line-height:1.2;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.ctc-products-page .ctc-product-category-pills a:hover,
.ctc-products-page .ctc-product-category-pills a:focus,
.ctc-products-page .ctc-product-category-pills a:focus-visible{
  background:var(--ctc-category-hover-bg)!important;
  color:var(--ctc-category-hover-text)!important;
  border-color:var(--ctc-category-hover-border)!important;
  outline:none!important;
}
.ctc-products-page .ctc-product-category-pills a.active,
.ctc-products-page .ctc-product-category-pills a.active:hover,
.ctc-products-page .ctc-product-category-pills a.active:focus{
  background:var(--ctc-category-active-bg)!important;
  color:var(--ctc-category-active-text)!important;
  border-color:var(--ctc-category-active-border)!important;
}
.ctc-products-page .ctc-products-main{
  background:var(--ctc-products-page-bg,var(--ctc-bg));
  padding-top:42px;
}
@media(max-width:900px){
  .ctc-products-page .ctc-products-search.ctc-search{grid-template-columns:1fr 1fr}
  .ctc-products-page .ctc-products-search.ctc-search button{grid-column:1/-1}
}
@media(max-width:600px){
  .ctc-products-page .ctc-products-hero.ctc-hero{padding:42px 26px 38px}
  body .ctc-products-page .ctc-products-hero.ctc-hero .ctc-wrap > h1,
  .ctc-products-page .ctc-products-hero.ctc-hero h1{font-size:32px}
  .ctc-products-page .ctc-products-search.ctc-search{grid-template-columns:1fr;border-radius:12px;overflow:hidden}
  .ctc-products-page .ctc-products-search.ctc-search input,
  .ctc-products-page .ctc-products-search.ctc-search select{
    border-right:0;
    border-bottom:1px solid #dfe5e2;
    min-height:58px;
  }
  .ctc-products-page .ctc-products-search.ctc-search button{grid-column:auto;min-height:58px}
  .ctc-products-page .ctc-product-category-pills{gap:10px 8px}
  .ctc-products-page .ctc-product-category-pills a{font-size:12px;padding:9px 14px}
}
