/* styles.css */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
/* ----------------------------------
   Variables
----------------------------------- */
:root {
    /* Colors */
    --color-primary: #fd00ae;      /* Rosa MallHogar */
    --color-cyber:   #0056ff;      /* Azul CyberWow */
    --color-bg:      #ffffff;
    --color-text:    #333333;
  }

  a {
    color: var(--color-primary);
}

a:hover,
a:focus {
  color: var(--color-primary);
}


html, body {
    font-family: 'Montserrat', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    background: var(--color-bg);
}

.ast-separate-container {
  background: var(--color-bg);
}

#primary {
  margin: 0;
}

.woocommerce-breadcrumb{
    margin-top: 100px;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-2 {
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1rem;
}
  
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
}   

.site-main {
  max-width: 1200px;
  margin: 0 auto;
}

.shop-loop-wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  margin: 0 auto;
}































































.slider-productos-mas-vendidos{
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content:center;
  flex-wrap: nowrap;
}









.slider-wrapper {
  position: relative;
  margin: 40px 0;
}
.slider-productos-mas-vendidos {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* para swipe suave en iOS */
  gap: 30px;
  padding: 0 20px; /* espacio lateral para que las cards no queden pegadas */
}

/* Oculta scrollbar en WebKit/Firefox */
.slider-productos-mas-vendidos::-webkit-scrollbar { display: none; }
.slider-productos-mas-vendidos { -ms-overflow-style: none; scrollbar-width: none; }

/* Cada tarjeta “encaja” en el scroll */
.product-card_home {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

/* Botones de navegación */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #FD00AE;
  color: white;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.2s;
}
.slider-nav:hover {
  background: rgba(255,255,255,1);
  color: #FD00AE;
}
.slider-prev { left: 10px; }
.slider-next { right: 10px; }

/* Ocultar botones en móvil si prefieres sólo swipe */
@media (max-width: 600px) {
  .slider-nav { display: none; }
}









/* ——— 404 Page Styles ——— */
/* 404 Professional Clean */

.nf-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 20px;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
  box-sizing: border-box;
}

.nf-content {
  max-width: 380px;
  margin-right: 40px;
  text-align: left;
}

.nf-code {
  font-size: 4rem;
  margin: 0;
  color: #004080;
  line-height: 1;
}

.nf-text {
  font-size: 1.25rem;
  margin: 12px 0 24px;
  color: #333333;
}

.nf-search {
  display: flex;
  margin-bottom: 28px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
}

.nf-search-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  font-size: 1rem;
}

.nf-search-input:focus {
  outline: none;
}

.nf-search-btn {
  width: 48px;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nf-search-btn:hover {
  background-color: #f0f0f0;
}

.nf-search-btn svg {
  stroke: #004080;
}

.nf-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nf-links li {
  margin-bottom: 10px;
}

.nf-links a {
  font-size: 1rem;
  color: #004080;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.nf-links a:hover {
  border-color: #004080;
}

.nf-illustration img {
  max-width: 500px;
  width: 100%;
  display: block;
}

/* Responsivo */
@media (max-width: 768px) {
  .nf-page {
    flex-direction: column-reverse;
    text-align: center;
  }
  .nf-content {
    margin: 30px 0 0;
  }
  .nf-links li {
    display: inline-block;
    margin: 0 12px;
  }
}



/* Contenedor del buscador */
.mh-search-form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

/* Wrapper con un solo borde y altura fija */
.mh-search-wrapper {
  display: flex;
  height: 48px;              /* altura unificada */
  border: 1px solid #ccc;    /* borde ligero */
  border-radius: 4px;        /* radios suaves */
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Input ocupa todo el espacio sobrante */
.mh-search-input {
  flex: 1;
  padding: 0 16px;           
  font-size: 16px;
  line-height: 48px;         /* centra verticalmente el texto */
  border: none;              
  background-color: #fff;
  color: #333;
  height: 100% !important;
}

.mh-search-input::placeholder {
  color: #aaa;
}

.mh-search-input:focus {
  outline: none;
  background-color: #fff;
}

/* Botón con ancho fijo igual a la altura */
.mh-search-btn {
  flex: 0 0 48px;            /* mismo alto que el wrapper */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd00ae; /* color WooCommerce */
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
      border-radius: 0px 3px 3px 0 !important;
}

.mh-search-btn:hover {
  background-color: #ec03a3;
}

/* SVG blanco centrado */
.mh-search-btn svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
}






.ast-woocommerce-container{
      margin-top: 150px;
}



/* --------------------------------------------------
   No Products Found – Diseño limpio sin fondo extra
   -------------------------------------------------- */

/* Sección contenedora: sólo centrado y espacio */
.no-products-found {
  padding: 80px 20px;
}

/* Card blanca centrada */
.no-products-found__card {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-left: 6px solid #E91E63; /* acento rosa */
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 60px 40px;
}

/* Icono */
.no-products-found__icon svg {
  width: 80px;
  height: 80px;
  color: var(--color-primary);
  margin-bottom: 24px;
}

/* Títulos y texto */
.no-products-found__title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}
.no-products-found__subtitle {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Botón CTA */
.no-products-found__button {
  display: inline-block;
  padding: 14px 36px;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.no-products-found__button:hover {
  background-color: var(--color-primary);
  color: var(--color-bg);
  
}

/* Categorías destacadas */
.no-products-found__categories {
  margin-top: 44px;
}
.categories-title {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 20px;
}
.categories-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.categories-list li a {
  display: inline-block;
  background: #f5f5f5;
  color: #333333;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}
.categories-list li a:hover {
  background: #e0e0e0;
}

/* Responsive */
@media (max-width: 600px) {
  .no-products-found__card {
    padding: 40px 20px;
  }
  .no-products-found__title {
    font-size: 28px;
  }
  .no-products-found__subtitle {
    font-size: 16px;
  }
  .categories-list {
    flex-direction: column;
    gap: 10px;
  }
}






























.customize-section {
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1rem;
      border-radius: 12px;
       border: 1px solid #ddd;

}


.customize-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.customize-visual{
  flex: 2 1 auto !important;
}


/* .customize-text {
  flex: 1 1 300px;
} */

.customize-text h2 {
  color: #E91E63;
  font-size: 28px;
  margin-bottom: 16px;
}
.customize-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.customize-visual {
  flex: 2 1 500px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.customize-diagram {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.customize-photo {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.customize-button-wrapper {
  text-align: center;
  margin-top: 24px;
}
.customize-button {
  background-color: #E91E63;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}
.customize-button:hover {
  background-color: #d81b60;
}

.button-icon {
  display: inline-block;
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .customize-section {
    padding: 24px 16px;
  }
  .customize-container {
    flex-direction: column;
  }
  .customize-visual {
    flex-direction: column;
  }
  .customize-text h2 {
    font-size: 24px;
  }
  .customize-text p {
    font-size: 14px;
  }
  .customize-button {
    font-size: 14px;
    padding: 10px 24px;
  }
}












/* Partners Section */
.partners {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  margin: 60px 0;
}

.partners__heading {
  font-size: 18px;
  font-weight: 600;
  color: #7D3C98; /* púrpura corporativo */
  margin-bottom: 24px;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partners__item {
  flex: 0 1 auto;
}

.partners__logo {
  display: block;
  max-height: 90px;
  width: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.partners__item a:hover .partners__logo,
.partners__item a:focus .partners__logo {
  transform: scale(1.05);
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .partners {
    padding: 30px 10px;
  }
  .partners__heading {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .partners__list {
    gap: 16px 24px;
  }
  .partners__logo {
    max-height: 40px;
  }
}





























/* --------------------------------------------------
   Layout Shop + Sidebar Filtros
   -------------------------------------------------- */
.shop-page-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Sidebar */
.shop-sidebar {
  background: #fff;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* Secciones de filtro */
.custom-filter .filter-section {
  margin-bottom: 24px;
}
.filter-title {
  font-size: 16px;
  color: #7D3C98;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Precio */
.price-range {
  display: flex;
  gap: 12px;
}
.price-range label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
}
.price-range input {
  margin-top: 4px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Categorías */
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  margin-bottom: 8px;
}
.category-list label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.category-list input {
  margin-right: 6px;
  vertical-align: middle;
}

/* Botón Aplicar */
.filter-button {
  width: 100%;
  padding: 10px 0;
  background-color: #7D3C98;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.filter-button:hover {
  background-color: #693081;
}

/* Shop loop top bar */
.shop-loop-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

/* Responsive */
@media (max-width: 992px) {
  .shop-page-grid {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    margin-bottom: 24px;
  }
}







.customize-diagram{
  max-width: 100%;
}

.customize-photo{
  max-width: 100%;
}


.customize-section{
  padding:10px;
}




 



.customize-button:hover {
  color:white;
}

.customize-button:focus {
  color:white;
}

.customize-button:active {
  color:white;
}






/* Ocultar por defecto */
.show-movil { display: none; }
.show-web   { display: none; }

/* Mostrar en móvil (hasta 768px) */
@media (max-width: 768px) {
  .show-movil { display: block; }
}

/* Mostrar en escritorio (desde 769px) */
@media (min-width: 769px) {
  .show-web { display: block; }
}






















.mobile-header__nav {
  position: fixed;
  top: 0;
  left: -280px; /* escondido */
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  padding: 2rem 1rem;
  transition: left 0.3s ease;
  z-index: 1001;
}
.mobile-header__nav.is-open {
  left: 0; /* visible */
}

.mobile-header__close {
  font-size: 2.3rem;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-bottom: 1rem;
  color: #000;
  box-shadow: none;
}

.mobile-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.mobile-header__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}





