/* MPTech visual polish */
body {
  background: #f6f8fb;
}

#header {
  border-bottom: 1px solid #e7edf5;
  box-shadow: 0 8px 24px rgba(16,24,40,.05);
}

#header .logo {
  max-height: 62px;
  width: auto;
}

#header .header-nav {
  border-bottom: 1px solid #eef2f7;
}

#header .header-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-menu a,
#header a {
  font-weight: 800;
  letter-spacing: .02em;
}

#search_widget form input {
  border-radius: 12px;
  border: 1px solid #e5eaf2;
}

#wrapper {
  background: #f6f8fb;
  box-shadow: none;
}

#left-column,
body#category #left-column,
body#search #left-column {
  display: none !important;
}

#content-wrapper,
body#category #content-wrapper,
body#search #content-wrapper {
  width: 100% !important;
  max-width: 1180px !important;
  flex: 0 0 100% !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.block-category {
  border: 0 !important;
  border-radius: 24px;
  background: white !important;
  padding: 34px !important;
  box-shadow: 0 16px 40px rgba(16,24,40,.06);
  min-height: auto !important;
}

.block-category h1 {
  letter-spacing: -.04em;
  color: #101828;
  font-weight: 900;
}

#subcategories {
  border: 0;
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(16,24,40,.06);
}

.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.products .product-miniature {
  width: 100% !important;
  padding: 0 !important;
}

.product-miniature .thumbnail-container {
  width: 100% !important;
  height: auto !important;
  min-height: 390px;
  border-radius: 22px;
  overflow: hidden;
  background: white;
  box-shadow: 0 16px 40px rgba(16,24,40,.08);
  border: 1px solid #edf2f7;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  background: #07152f;
}

.product-miniature .product-title a {
  color: #101828 !important;
  font-weight: 900;
  font-size: 16px;
}

.product-miniature .product-price-and-shipping {
  color: #0b5cff;
  font-weight: 900;
  font-size: 18px;
}

.highlighted-informations {
  border-radius: 18px 18px 0 0;
}

.mptech-native-hero {
  max-width: 1180px;
  margin: 34px auto;
  padding: 54px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 32px;
  background: radial-gradient(circle at top left, #0b5cff 0, #061a40 42%, #050914 100%);
  color: white;
  box-shadow: 0 24px 70px rgba(16,24,40,.22);
}

.mptech-native-hero h1 {
  color: white;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 14px 0;
  max-width: 760px;
  font-weight: 900;
}

.mptech-native-hero p {
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.7;
  max-width: 780px;
}

.mptech-eyebrow {
  color: #9bd0ff;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mptech-hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mptech-primary,
.mptech-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
}

.mptech-primary {
  background: white;
  color: #061a40 !important;
}

.mptech-secondary {
  background: rgba(255,255,255,.12);
  color: white !important;
  border: 1px solid rgba(255,255,255,.25);
}

.mptech-native-hero aside {
  align-self: center;
  border-radius: 24px;
  padding: 28px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
}

.mptech-native-hero aside strong {
  color: #9bd0ff;
}

.mptech-native-hero aside h2 {
  color: white;
  margin: 12px 0;
  font-size: 28px;
}

.mptech-native-hero aside span {
  display: inline-block;
  margin-top: 16px;
  color: white;
  font-size: 28px;
  font-weight: 900;
}

.mptech-home-intro {
  max-width: 1180px;
  margin: 28px auto 42px;
  text-align: center;
  background: white;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 16px 40px rgba(16,24,40,.06);
}

.mptech-home-intro span {
  color: #0b5cff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
}

.mptech-home-intro h2 {
  color: #101828;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.featured-products,
.product-accessories,
.product-miniature {
  margin-top: 0;
}

.footer-container {
  background: #101828;
  color: #d0d5dd;
}

.footer-container a,
.footer-container .h3,
.footer-container .h4 {
  color: white !important;
}

@media (max-width: 900px) {
  .mptech-native-hero {
    grid-template-columns: 1fr;
    padding: 34px 22px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .products {
    grid-template-columns: 1fr;
  }

  .mptech-home-intro {
    margin-left: 14px;
    margin-right: 14px;
  }
}
/* MPTech - centrado visual de productos */
.featured-products,
.product-accessories,
.new-products,
#products,
.products-selection,
.block-category,
#content-wrapper {
  text-align: center;
}

.products {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 28px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.products .product-miniature {
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  width: 280px !important;
  max-width: 280px !important;
  margin: 0 0 28px 0 !important;
}

.product-miniature .thumbnail-container {
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.featured-products .h2,
.featured-products h2,
#products .h2,
#products h2 {
  text-align: center !important;
  width: 100%;
}

.products-sort-order,
.total-products,
.products-selection {
  text-align: center !important;
}

@media (max-width: 768px) {
  .products {
    gap: 18px !important;
  }

  .products .product-miniature {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* MPTech - ajuste milimétrico: mover productos un poco a la izquierda */
.featured-products .products,
#products .products,
.products {
  transform: translateX(-24px);
}

@media (max-width: 768px) {
  .featured-products .products,
  #products .products,
  .products {
    transform: translateX(0);
  }
}
