.elementor-1773 .elementor-element.elementor-element-3850288{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1773 .elementor-element.elementor-element-54ca3be > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1773 .elementor-element.elementor-element-6c367e3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6c367e3 *//* ========================= */
/* BASE */
/* ========================= */
.shop-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 100px 60px;
  background: radial-gradient(circle at 20% 20%, #0b1f3a, #020617);
  position: relative;
  overflow: hidden;
}

/* GLOW PRO */
.shop-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21,126,177,0.25), transparent);
  top: -150px;
  left: -150px;
  filter: blur(120px);
}

/* ========================= */
/* CONTAINER */
/* ========================= */
.shop-hero-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ========================= */
/* LEFT */
/* ========================= */
.shop-hero-content {
  max-width: 560px;
  color: white;
}

/* TITLE */
.shop-hero-content h1 {
  font-size: 56px;
  line-height: 1.05;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.shop-hero-content h1 span {
  color: #157EB1;
}

/* TEXT */
.shop-hero-content p {
  color: #94a3b8;
  font-size: 17px;
  margin-bottom: 28px;
}

/* CTA */
.btn-main {
  background: linear-gradient(135deg, #157EB1, #1da1f2);
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(21,126,177,0.35);
}

.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(21,126,177,0.5);
}

/* ========================= */
/* RIGHT */
/* ========================= */
.shop-hero-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* ========================= */
/* HERO PRODUCTS */
/* ========================= */
.hero-products {
  display: flex;
  gap: 18px;
}

/* CARD */
.hero-product {
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 15px;
  width: 170px;
  text-decoration: none;
  transition: 0.35s;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
}

/* HOVER PREMIUM */
.hero-product:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

/* IMAGE */
.hero-product .img {
  background: rgba(255,255,255,0.05);
  padding: 14px;
  border-radius: 10px;
}

.hero-product img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

/* TITLE */
.hero-product .title {
  display: block;
  font-size: 13px;
  color: #e2e8f0;
  margin-top: 10px;
  line-height: 1.3;
}

/* PRICE */
.hero-product .price {
  font-size: 14px;
  font-weight: 700;
  color: #38bdf8;
  margin-top: 5px;
}

/* ========================= */
/* STATS */
/* ========================= */
.shop-hero-stats {
  display: flex;
  gap: 15px;
}

.stat {
  background: rgba(255,255,255,0.06);
  padding: 14px;
  border-radius: 12px;
  color: #cbd5f5;
  backdrop-filter: blur(10px);
  min-width: 120px;
  text-align: center;
  transition: 0.3s;
}

.stat:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.stat strong {
  display: block;
  color: #38bdf8;
  font-size: 16px;
  margin-bottom: 4px;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media(max-width:1024px){

  .shop-hero {
    padding: 80px 40px;
  }

  .shop-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .shop-hero-right {
    align-items: center;
  }

  .hero-products {
    justify-content: center;
    flex-wrap: wrap;
  }

}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media(max-width:768px){

  .shop-hero {
    padding: 70px 20px;
  }

  .shop-hero-content h1 {
    font-size: 36px;
  }

  .shop-hero-content p {
    font-size: 15px;
  }

  .hero-products {
    flex-direction: column;
    align-items: center;
  }

  .hero-product {
    width: 90%;
    max-width: 320px;
  }

  .shop-hero-stats {
    flex-direction: column;
    align-items: center;
  }

  .stat {
    width: 100%;
    max-width: 280px;
  }

}

/* ========================= */
/* 📱 MOBILE SMALL */
/* ========================= */
@media(max-width:480px){

  .shop-hero-content h1 {
    font-size: 30px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-385d823 */#centraires-shop {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 20px;
}

/* TOPBAR */
.cs-topbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
  gap: 15px;
}

/* FILTROS */
.cs-filters button,
.cs-sort button {
  border: none;
  background: #f1f5f9;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  transition: 0.25s;
}

.cs-filters button.active,
.cs-filters button:hover {
  background: #157EB1;
  color: white;
}

/* GRID */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* CARD */
.cs-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f7;
  transition: all 0.3s ease;
}

.cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* IMG */
.cs-img {
  background: #f6f8fb;
  padding: 25px;
}

.cs-img img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  transition: 0.3s;
}

.cs-card:hover img {
  transform: scale(1.05);
}

/* INFO */
.cs-info {
  padding: 18px;
}

/* TITLE */
.cs-info h3 {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.4;
  min-height: 42px;
}

/* PRICE */
.cs-info .price {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #0f172a; /* más elegante */
  letter-spacing: -0.3px;
}

.cs-info .price {
  color: #111827;
}

.cs-card:hover .price {
  color: #157EB1;
}

/* BOTÓN */
.cs-btn {
  background: #157EB1;
  color: white;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.cs-card:hover .cs-btn {
  background: #0f172a;
}

/* PAGINACIÓN */
.cs-pagination {
  text-align: center;
  margin-top: 50px;
}

.cs-pagination a,
.cs-pagination span {
  margin: 0 5px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f1f5f9;
  text-decoration: none;
  color: #0f172a;
}

.cs-pagination .current {
  background: #157EB1;
  color: white;
}

/* LOADING */
.loading {
  opacity: 0.5;
  transition: 0.3s;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .cs-grid {
    grid-template-columns: repeat(2,1fr);
  }
}/* End custom CSS */