/* --------------------------------------------------------------------------
   style.css (refactor)
   - organizado en secciones: variables, reset/base, layout, components,
     loader, animaciones y responsive
   - se eliminaron duplicados y se corrigieron rutas relativas de fuentes/imagenes
 -------------------------------------------------------------------------- */

/* ---------- fuentes ---------- */
@font-face {
  font-family: 'RaspoutineDemiBold';
  src: url('../typografph/RaspoutineDemiBold_TB.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --bg: #f7f8fa;
  --accent: #a259c6;
  --accent-2: #f953c6;
  --muted: #6c6c6c;
  --card-bg: #fff;
}

/* ---------- reset / base ---------- */
*{ box-sizing: border-box; }
html,body{ height:100%; }
body{
  background: var(--bg);
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: #222;
  margin:0;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
h1,h2{ font-weight:700; margin:0 0 .6rem 0 }
header, section, footer, main{ position:relative; z-index:1 }

/* ---------- layout / header / nav ---------- */
.custom-header{
  position: sticky;
  top:0; z-index:100;
  background:#fff; padding:1rem 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.logo-img{ height:80px !important; width:200px !important; display:block }
.main-nav{ display:flex; gap:6px; align-items:center }
.main-nav .nav-link{
  height:70px; padding:0 20px; font-size:1.15rem; display:inline-flex; align-items:center; justify-content:center;
  border:2px solid #b6d34b; border-radius:16px; background:#fff; color:#444; text-decoration:none;
  transition: box-shadow .2s, border-color .2s, background .2s, color .2s;
}
.main-nav .nav-link:hover{ background:#f7fbe7; border-color:#a2c659; color:var(--accent) }

/* Dropdowns (categorias / complementos) */
.nav-categorias-dropdown-wrapper, .nav-complementos-dropdown-wrapper{ position:relative; display:inline-block }
.categorias-dropdown-list, .complementos-dropdown-list{
  position:absolute; left:50%; top:calc(100% + 4px); transform:translateX(-50%) translateY(-16px);
  min-width:220px; background:#64c2e1; border-radius:1.2em; box-shadow:0 8px 32px rgba(162,89,198,0.13);
  opacity:0; pointer-events:none; transition:opacity .35s, transform .35s; z-index:10;
}
.nav-categorias-dropdown-wrapper.dropdown-open .categorias-dropdown-list,
.nav-complementos-dropdown-wrapper.dropdown-open .complementos-dropdown-list,
.nav-categorias-dropdown:focus + .categorias-dropdown-list,
.nav-complementos-dropdown:focus + .complementos-dropdown-list{
  opacity:1; transform:translateX(-50%) translateY(0); pointer-events:auto;
}
.categorias-dropdown-list a, .complementos-dropdown-list a{
  display:block; padding:10px 18px; color:#fff; text-decoration:none; border-bottom:1px solid rgba(0,0,0,0.08);
  border-radius:.8em; transition:background .2s, color .2s; background:transparent;
}
.categorias-dropdown-list a:hover{ background:#d6f5c6; color:#222 }

/* ---------- loader (vianny) ---------- */
#vianny-loader{
  position:fixed; inset:0; width:100vw; height:100vh; z-index:99999;
  display:flex; align-items:center; justify-content:center;
  background: rgba(228,234,236,0.623); transition:opacity .5s;
}
.vianny-loader-content{ display:flex; flex-direction:column; align-items:center; justify-content:center }
.vianny-loader-logo{ max-width:220px; margin-bottom:1.5rem; opacity:0; transform:translateY(-80px) scale(.95);
  animation: logoDrop 1.2s cubic-bezier(.23,1.02,.47,1.12) forwards;
}
@keyframes logoDrop{ 0%{opacity:0;transform:translateY(-80px) scale(.95)} 60%{opacity:1;transform:translateY(10px) scale(1.04)} 80%{transform:translateY(-8px) scale(1)} 100%{opacity:1;transform:translateY(0) scale(1)} }
.vianny-loader-phrase{ margin-top:2.2rem; min-height:2.2em; font-family:'RaspoutineDemiBold', Arial, sans-serif; font-size:1.25rem; color:#000; text-align:center; letter-spacing:1px; opacity:0; animation:phraseFadeIn .7s 2.1s forwards }
@keyframes phraseFadeIn{ to{opacity:1} }

/* ---------- SVG loader rings (único bloque) ---------- */
.pl{ width:6em; height:6em }
.pl__ring{ animation: ringA 2s linear infinite }
.pl__ring--a{ stroke:#f42f25 }
.pl__ring--b{ animation-name: ringB; stroke:#f49725 }
.pl__ring--c{ animation-name: ringC; stroke:#255ff4 }
.pl__ring--d{ animation-name: ringD; stroke:#f42582 }

@keyframes ringA{ from,4%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-330} 12%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-335} 32%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-595} 40%,54%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-660} 62%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-665} 82%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-925} 90%,to{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-990} }
@keyframes ringB{ from,12%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-110} 20%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-115} 40%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-195} 48%,62%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-220} 70%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-225} 90%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-305} 98%,to{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-330} }
@keyframes ringC{ from{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0} 8%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5} 28%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175} 36%,58%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220} 66%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225} 86%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395} 94%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440} }
@keyframes ringD{ from,8%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0} 16%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5} 36%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175} 44%,50%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220} 58%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225} 78%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395} 86%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440} }

/* ---------- components: product cards, buttons, badges ---------- */
.product-card{ background:var(--card-bg); border-radius:24px; box-shadow:0 4px 24px rgba(162,89,198,0.10); overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; min-height:420px; padding-bottom:24px }
.product-img-wrapper{ height:260px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-top-left-radius:24px; border-top-right-radius:24px; background:var(--card-bg) }
.product-img{ width:100%; height:100%; object-fit:contain; border-radius:20px 20px 0 0; transition:transform .3s }
.product-card:hover .product-img{ transform:scale(1.04) }
.product-info{ padding:24px; display:flex; flex-direction:column; gap:8px }
.product-price{ font-size:1.5rem; font-weight:700; color:#80b36a }
.product-title{ font-size:1.25rem; font-weight:700; color:#444 }

.cart-btn{ width:100%; padding:12px 0; font-size:1.1rem; font-weight:600; color:#fff; background:linear-gradient(90deg,#59c6b7,#4c60fc); border:none; border-radius:12px; box-shadow:0 2px 8px rgba(162,89,198,0.10); margin-top:8px; display:flex; align-items:center; justify-content:center; gap:8px; cursor:pointer; transition:background .2s }
.cart-btn:hover{ background:linear-gradient(90deg,#93f953,#265d1f) }

.discount-badge{ position:absolute; top:16px; left:16px; background:linear-gradient(90deg,#f953c6,#a259c6); color:#fff; font-weight:700; padding:6px 16px; border-radius:16px; z-index:2 }
.fav-btn{ position:absolute; top:16px; right:16px; background:#fff; border:none; border-radius:50%; width:40px; height:40px; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 8px rgba(162,89,198,0.10); cursor:pointer }

/* ---------- menu flotante (bubble) ---------- */
.menu{ position:fixed; left:24px; bottom:20%; width:80px; height:80px; z-index:9999 }
.menu-item, .menu-open-button{ background:#EEEEEE; border-radius:100%; width:80px; height:80px; margin-left:-40px; position:absolute; color:#FFFFFF; display:inline-flex; align-items:center; justify-content:center; transition:transform 200ms }
.menu-open{ display:none }
.lines{ width:25px; height:3px; background:#596778; display:block; position:absolute; top:50%; left:50%; margin-left:-12.5px; margin-top:-1.5px }
.menu-open:checked + .menu-open-button .line-1{ transform:translate3d(0,0,0) rotate(45deg) }
.menu-open:checked + .menu-open-button .line-2{ transform:translate3d(0,0,0) scale(.1,1) }
.menu-open:checked + .menu-open-button .line-3{ transform:translate3d(0,0,0) rotate(-45deg) }
.menu-open:checked ~ .menu-item{ transition-timing-function:cubic-bezier(.935,0,.34,1.33) }
.menu-item.pink{ background:linear-gradient(135deg,#e96cf0 0%,#f7c1e3 100%) }
.menu-item.blue{ background:linear-gradient(135deg,#7f9cf5 0%,#c1d7f7 100%) }
.menu-item.green{ background:linear-gradient(135deg,#6cf0a2 0%,#c1f7e3 100%) }

/* ---------- background animado ---------- */
.background-animation{ position:fixed; top:0; left:0; width:100vw; height:100vh; z-index:0; background:url('../background/Animacion-fondo.gif') center/cover no-repeat; pointer-events:none }

/* ---------- cards, hero, benefits, etc. (conservadas) ---------- */
.hero-section{ background:var(--card-bg); border-radius:24px; box-shadow:0 8px 32px rgba(127,156,245,0.08); margin:32px auto; max-width:1200px; padding:48px; min-height:420px; display:flex; flex-wrap:wrap; align-items:center }
.hero-title{ font-size:3.6rem; color:#222 }
.gradient-text {
  background: linear-gradient(90deg, #89f06c 0%, #7f9cf5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits-section{ background:#ffffffdf; border-radius:24px; padding:48px }

/* ---------- footer ---------- */
footer{ background: #fff url('../images/fondo-footer.png') center/cover no-repeat; color:#111; border-radius:0 0 24px 24px; box-shadow:0 -2px 12px rgba(127,156,245,0.08) }

/* ---------- responsive ---------- */
@media (max-width:991px){
  .main-nav{ flex-direction:column; align-items:flex-start }
  .main-nav .nav-link{ height:100px; padding:0 20px; font-size:1.15rem; min-width:170px; border-radius:16px }
  .logo-img{ height:60px !important }
  .menu-toggle{ display:block; position:absolute; top:20px; right:20px; z-index:1000 }
  .hero-section{ flex-direction:column; padding:32px 12px }
  .product-card{ margin-bottom:24px }
}
@media (max-width:600px){
  .section-title{ font-size:1.3em }
  .product-title{ font-size:1.1em }
  .product-description{ font-size:.95em }
  .footer-main{ padding:0 5px }
}

/* ---------- utilidades y overrides finales ---------- */
.nav-categorias-dropdown-wrapper .categorias-dropdown-list{ pointer-events:auto !important }

/* Menú desplegable animado para Categorías Por Edad en el header */
.nav-categorias-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.nav-categorias-dropdown {
  position: relative;
  z-index: 2;
}
/* Menús desplegables suavizados */
.categorias-dropdown-list,
.complementos-dropdown-list {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%) translateY(-16px);
  min-width: 220px;
  background: #64c2e1;
  border-radius: 1.2em 1.2em 1.8em 1.8em;
  box-shadow: 0 8px 32px rgba(162,89,198,0.13);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(.73,.32,.34,1.5), transform 0.35s cubic-bezier(.73,.32,.34,1.5);
  z-index: 10;
}
.nav-categorias-dropdown-wrapper.dropdown-open .categorias-dropdown-list,
.nav-categorias-dropdown:focus + .categorias-dropdown-list,
.nav-complementos-dropdown-wrapper.dropdown-open .complementos-dropdown-list,
.nav-complementos-dropdown:focus + .complementos-dropdown-list {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

      /* Responsivo para móviles y tabletas */
      @media (max-width: 991px) {
        .main-nav {
          flex-direction: column !important;
          align-items: flex-start !important;
        }
        .main-nav .nav-link {
          height: 100px !important;
          padding: 0 20px;
          font-size: 1.15rem;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 170px;
          margin: 0 10px;
          border: 2px solid #006eff;
          border-radius: 16px;
          background: #fff;
          color: #444;
          font-weight: 500;
          text-align: center;
          transition: box-shadow 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
          box-shadow: none;
          position: relative;
          text-decoration: none;
        }
        .logo-img {
          height: 60px !important;
        }
        .container {
          flex-direction: column !important;
        }
        .catalogo-section .row {
          flex-direction: column !important;
        }
        .product-card {
          margin-bottom: 24px;
        }
        .product-img {
          width: 100% !important;
          height: auto !important;
        }
      }
      @media (max-width: 600px) {
        .section-title {
          font-size: 1.3em;
        }
        .product-title {
          font-size: 1.1em;
        }
        .product-description {
          font-size: 0.95em;
        }
        .footer-main {
          padding: 0 5px !important;
        }
        .custom-header {
          padding: 10px 0 !important;
        }
        .footer-brand-title {
          font-size: 1em;
        }
      }
      /* Menú hamburguesa para móviles */
      @media (max-width: 991px) {
        .main-nav {
          display: none;
        }
        .menu-toggle {
          display: block !important;
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 1000;
        }
      }
      @media (min-width: 992px) {
        .menu-toggle {
          display: none !important;
        }
        .main-nav {
          display: flex !important;
        }
      }
.categorias-dropdown-list a,
.complementos-dropdown-list a {
  display: block;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  border-radius: 0.8em;
  transition: background 0.2s, color 0.2s;
}
.categorias-dropdown-list a:last-child,
.complementos-dropdown-list a:last-child {
  border-bottom: none;
}
.categorias-dropdown-list a:hover,
.complementos-dropdown-list a:hover {
  background: #d6f5c6;
  color: #222;
}
.categorias-dropdown-list a {
  display: block;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.categorias-dropdown-list a:last-child {
  border-bottom: none;
}
.categorias-dropdown-list a:hover {
  background: #d6f5c6;
  color: #222;
}
.cart-btn {
  background: linear-gradient(90deg, #ffffff 0%, #aefcd5 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.7em 1.4em;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(102, 89, 198, 0.1);
  transition: background 0.6s cubic-bezier(.4,0,.2,1), color 0.6s cubic-bezier(.4,0,.2,1), box-shadow 0.6s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.cart-btn:hover {
  background: linear-gradient(90deg, #f16291 0%, #f7c1e3 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(89, 111, 198, 0.18);
  filter: brightness(1.08);
}
/* Fondo animado GIF */
.background-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: url('../background/Animacion-fondo.gif') center center/cover no-repeat;
  pointer-events: none;
  opacity: 1;
}

body, .custom-header, .main-nav, .container, section, footer {
  position: relative;
  z-index: 1;
}
.logo-title {
  margin-right: 32px;
}
/* Efecto animado reducido para los enlaces del header */

.main-nav .nav-efecto {
  --c: rgb(125, 231, 255);
  color: #dadcff;
  font-size: 1.25rem;
  font-weight: 400;
  border: 2px solid var(--c);
  border-radius: 0.5em;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 0 2px;
  display: inline-block;
  background: transparent;
  padding: 0 0.1em;
  min-width: unset;
  height: unset;
  text-decoration: none;
  box-sizing: border-box;
}

.main-nav.d-flex.align-items-center {
  gap: 0 !important;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .main-nav .nav-efecto {
    font-size: 1.1rem;
    padding: 0 0.01em;
    min-width: 0;
  }
}

.main-nav .nav-efecto span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
  top: 0;
}
.main-nav .nav-efecto:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.main-nav .nav-efecto:hover span {
  transform: translateY(0) scale(2);
}
.main-nav .nav-efecto span:nth-child(2) { --n: 1; }
.main-nav .nav-efecto span:nth-child(3) { --n: 2; }
.main-nav .nav-efecto span:nth-child(4) { --n: 3; }
.main-nav .nav-efecto span:nth-child(5) { --n: 4; }
/* Reset y base */
body {
  background: #f7f8fa;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: #222;
}
h1, h2 {
    font-weight: 700;
}
header {
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    background: #fff;
    padding: 1rem 0;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #b16cf0;
    margin-right: 2rem;
    letter-spacing: 1px;
}
.exp-menu {
    position: relative;
}
.exp-menu-btn {
    background: #495057;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.exp-menu-btn:hover {
    background: #212529;
}
.exp-menu-list {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border-radius: 0.5rem;
    min-width: 200px;
    z-index: 10;
}
.exp-menu-list.show {
    display: block;
}
.exp-menu-list a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #343a40;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}
.exp-menu-list a:last-child {
    border-bottom: none;
}
.exp-menu-list a:hover {
    background: #f8f9fa;
}
nav.navbar {
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.slider-container {
    width: 100%;
    max-width: 1860px;
    height: 706px;
    margin: 2rem auto;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    background: #fff;
}
.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
}
.slider-img.active {
    opacity: 1;
    position: relative;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(52,58,64,0.7);
    border: none;
    color: #fff;
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.slider-btn.left { left: 1rem; }
.slider-btn.right { right: 1rem; }
@media (max-width: 1200px) {
    .slider-container { max-width: 100vw; height: 40vw; }
}
@media (max-width: 600px) {
    .slider-container { height: 220px; }
    .site-title { font-size: 1.5rem; }
}
footer {
  background: #fff url('../images/fondo-footer.png') center/cover no-repeat !important;
  color: #111 !important;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 -2px 12px rgba(127,156,245,0.08);
}
img {
    max-width: 100%;
    height: auto;
}
.drop-btn {
    position: relative;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    overflow: visible;
    transition: box-shadow 0.2s;
}
.drop-btn img {
    z-index: 2;
    transition: opacity 0.3s;
}
.drop-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: rgba(120,180,255,0.35);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: width 0.5s cubic-bezier(.68,-0.55,.27,1.55), height 0.5s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.5s;
    z-index: 1;
}
.drop-btn:hover:after {
    width: 60px;
    height: 60px;
    opacity: 1;
}
.drop-btn:hover img {
    opacity: 0.8;
}
/* Salpicaduras con pseudo-elementos */
.drop-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: rgba(120,180,255,0.7);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    box-shadow:
        0 -32px 0 0 rgba(120,180,255,0.7),
        28px -16px 0 0 rgba(120,180,255,0.7),
        32px 16px 0 0 rgba(120,180,255,0.7),
        0 32px 0 0 rgba(120,180,255,0.7),
        -32px 16px 0 0 rgba(120,180,255,0.7),
        -28px -16px 0 0 rgba(120,180,255,0.7);
    transition: opacity 0.5s;
}
.drop-btn:hover:before {
    opacity: 1;
    animation: splash-css 0.6s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes splash-css {
    0% { box-shadow:
        0 -32px 0 0 rgba(120,180,255,0.0),
        28px -16px 0 0 rgba(120,180,255,0.0),
        32px 16px 0 0 rgba(120,180,255,0.0),
        0 32px 0 0 rgba(120,180,255,0.0),
        -32px 16px 0 0 rgba(120,180,255,0.0),
        -28px -16px 0 0 rgba(120,180,255,0.0);
    }
    40% { box-shadow:
        0 -32px 0 0 rgba(120,180,255,0.7),
        28px -16px 0 0 rgba(120,180,255,0.7),
        32px 16px 0 0 rgba(120,180,255,0.7),
        0 32px 0 0 rgba(120,180,255,0.7),
        -32px 16px 0 0 rgba(120,180,255,0.7),
        -28px -16px 0 0 rgba(120,180,255,0.7);
    }
    100% { box-shadow:
        0 -48px 0 0 rgba(120,180,255,0.0),
        42px -24px 0 0 rgba(120,180,255,0.0),
        48px 24px 0 0 rgba(120,180,255,0.0),
        0 48px 0 0 rgba(120,180,255,0.0),
        -48px 24px 0 0 rgba(120,180,255,0.0),
        -42px -24px 0 0 rgba(120,180,255,0.0);
    }
}
.menu-item,
.menu-open-button {
  background: #EEEEEE;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  display: none;
}
.lines {
  width: 25px;
  height: 3px;
  background: #596778;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu {
  position: fixed;
  left: 24px;
  bottom: 20%;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  z-index: 9999;
  transition: top 0.4s, bottom 0.4s, left 0.4s;
}

.menu.sticky-header {
  top: 24px;
  left: 24px;
  bottom: auto;
}

.menu-item:hover {
  background: #EEEEEE;
  color: #3290B1;
}
.menu-item.pink { background: linear-gradient(135deg, #e96cf0 0%, #f7c1e3 100%); }
.menu-item.blue { background: linear-gradient(135deg, #7f9cf5 0%, #c1d7f7 100%); }
.menu-item.green { background: linear-gradient(135deg, #6cf0a2 0%, #c1f7e3 100%); }
.menu-item.red { background-color: #FE4365; }
.menu-item.purple { background-color: #C49CDE; }
.menu-item.orange { background-color: #FC913A; }
.menu-item.lightblue { background-color: #62C2E4; }
.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}
.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(90.9466px, -52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(90.9466px, 52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(0.08361px, 104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 580ms;
  -webkit-transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
  transform: translate3d(-90.86291px, 52.62064px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 680ms;
  -webkit-transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
  transform: translate3d(-91.03006px, -52.33095px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 780ms;
  -webkit-transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
  transform: translate3d(-0.25084px, -104.9997px, 0);
}
.category-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(127,156,245,0.10);
  padding: 32px 24px;
  margin: 18px 0;
  min-height: 210px;
  max-width: 370px;
}
.category-icon-square {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-right: 18px;
  margin-top: 4px;
  box-shadow: 0 2px 8px rgba(127,156,245,0.10);
}
.pink-icon {
  background: linear-gradient(135deg, #FFB6B9 0%, #FFE066 100%);
  color: #FFB6B9;
}
.blue-icon {
  background: linear-gradient(135deg, #6EC6F1 0%, #e6f9f3 100%);
  color: #6EC6F1;
}
.purple-icon {
  background: linear-gradient(135deg, #6EDC9A 0%, #6EC6F1 100%);
  color: #6EDC9A;
}
.category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.category-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}
.category-desc {
  color: #555;
  font-size: 1rem;
  margin-bottom: 18px;
}
.category-link {
  color: #6EC6F1;
  background: rgba(110,220,154,0.08);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  font-size: 1.05rem;
  border-radius: 8px;
  padding: 4px 12px;
  transition: background 0.2s, color 0.2s;
}
.category-link:hover {
  background: #6EDC9A;
  color: #fff;
}
.hero-section {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(127,156,245,0.08);
  margin: 32px auto 0 auto;
  max-width: 1200px;
  padding: 48px 32px;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hero-left {
  flex: 1 1 480px;
  min-width: 340px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
  color: #222;
}
.gradient-text {
  background: linear-gradient(90deg, #89f06c 0%, #7f9cf5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  color: #555;
  font-size: 1.25rem;
  margin-bottom: 28px;
}
.hero-buttons {
  display: flex;
  gap: 18px;
}
.btn-catalogo {
  background: linear-gradient(90deg, #c7a361 0%, #d9b292 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  box-shadow: 0 2px 8px rgba(127,156,245,0.08);
  transition: box-shadow 0.2s;
}
.btn-catalogo:hover {
  box-shadow: 0 4px 16px rgba(127,156,245,0.18);
}.menu {
  position: fixed;
  left: 24px;
  bottom: 20%;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  z-index: 9999;
  transition: top 0.4s, bottom 0.4s, left 0.4s;
}

.menu.sticky-header {
  top: 24px;
  left: 24px;
  bottom: auto;
}

.menu-item,
.menu-open-button {
  background: #ffd5a1;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  position: absolute;
  color: #FFFFFF;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}

.menu-item.pink { background: linear-gradient(135deg, #e96cf0 0%, #f7c1e3 100%); }
.menu-item.blue { background: linear-gradient(135deg, #7f9cf5 0%, #c1d7f7 100%); }
.menu-item.green { background: linear-gradient(135deg, #6cf0a2 0%, #c1f7e3 100%); }
.menu-item.red { background-color: #FE4365; }
.menu-item.purple { background-color: #C49CDE; }
.menu-item.orange { background-color: #FC913A; }
.menu-item.lightblue { background-color: #62C2E4; }

.menu-item:hover {
  background: #EEEEEE;
  color: #3290B1;
}
.btn-contacto {
  background: linear-gradient(90deg, #c7a361 0%, #d9b292 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none #c7a361;
  border-radius: 12px;
  padding: 12px 32px;
  box-shadow: 0 2px 8px rgba(127,156,245,0.08);
  transition: background 0.2s, color 0.2s;
}
.btn-contacto:hover {
  background:  #c7a361;
  color: #fff;
}
.btn-animated {
  font-family: inherit;
  font-size: 1.15rem;
  background: linear-gradient(90deg, #7f9cf5 0%, #9aff9d 100%);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  box-shadow: 0 2px 8px rgba(127,156,245,0.08);
}
.btn-animated span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}
.btn-animated svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.btn-animated:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}
.btn-animated:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}
.btn-animated:hover span {
  transform: translateX(5em);
}
.btn-animated:active {
  transform: scale(0.95);
}
.svg-wrapper-1 {
  display: flex;
  align-items: center;
}
.svg-wrapper {
  display: flex;
  align-items: center;
}
@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }
  to {
    transform: translateY(-0.1em);
  }
}
.hero-stats {
  gap: 32px;
  margin-top: 32px;
}
.stat-block {
  background: #f7f8fa;
  border-radius: 16px;
  padding: 18px 32px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(127,156,245,0.08);
}
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #fea83f;
}
.stat-label {
  font-size: 1rem;
  color: #555;
}
.hero-right {
  position: relative;
  flex: 1 1 420px;
  min-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-deco {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  filter: blur(18px);
  opacity: 0.7;
}
.blue-circle {
  width: 120px;
  height: 120px;
  top: -32px;
  right: -32px;
  background: radial-gradient(circle, #7f9cf5 60%, transparent 100%);
}
.yellow-circle {
  width: 100px;
  height: 100px;
  bottom: -28px;
  left: -28px;
  background: radial-gradient(circle, #ffe066 60%, transparent 100%);
}
.hero-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  max-height: 640px;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(127,156,245,0.18);
  object-fit: cover;
}
.contact-section {
  background: linear-gradient(180deg, #f7f8fa 0%, #eaf0fa 100%);
  border-radius: 0 0 32px 32px;
  margin-top: 48px;
  padding-bottom: 48px;
}
.contact-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #b16cf0;
  margin-bottom: 12px;
}
.contact-subtitle {
  color: #555;
  font-size: 1.15rem;
  margin-bottom: 32px;
}
.contact-form-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(127,156,245,0.10);
  padding: 32px 28px;
}
.form-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
}
.contact-input {
  border-radius: 12px;
  border: 1.5px solid #e0e0e0;
  font-size: 1.05rem;
  padding: 12px 16px;
  margin-bottom: 0;
  background: #f7f8fa;
  transition: border-color 0.2s;
}
.contact-input:focus {
  border-color: #b16cf0;
  outline: none;
}
.btn-catalogo {
  margin-top: 12px;
}
.contact-info-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(127,156,245,0.10);
  padding: 32px 28px;
}
.info-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
}
.info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-right: 16px;
  color: #fff;
}
.pink-bg { background: linear-gradient(135deg, #e96cf0 0%, #f7c1e3 100%); }
.blue-bg { background: linear-gradient(135deg, #7f9cf5 0%, #c1d7f7 100%); }
.purple-bg { background: linear-gradient(135deg, #b16cf0 0%, #d1c1f7 100%); }
.green-bg { background: linear-gradient(135deg, #6cf0a2 0%, #c1f7e3 100%); }
.info-content {
  display: flex;
  flex-direction: column;
}
.info-label {
  font-weight: 600;
  color: #222;
  font-size: 1.05rem;
}
.info-text {
  color: #555;
  font-size: 1rem;
}
/* Header sticky y moderno */
.custom-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}
.custom-header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.logo-img {
  height: 80px !important;
  width:200px !important;
  display: block;
}
.main-nav .nav-link {
  height: 70px !important;
  padding: 0 20px;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin: 0 5px;
  border: 2px solid #b6d34b;
  border-radius: 16px;
  background: #fff;
  color: #444;
  font-weight: 500;
  text-align: center;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
  box-shadow: none;
  position: relative;
  text-decoration: none;
}

.main-nav .nav-link:hover {
  background: #f7fbe7;
  border-color: #a2c659;
  box-shadow: 0 2px 12px rgba(162, 211, 75, 0.08);
  color: #a259c6;
}

.icon-bar .icon-link {
  font-size: 2rem;
  color: #444;
  transition: color 0.2s;
}
.icon-bar .icon-link:hover {
  color: #a259c6;
}
@media (max-width: 991px) {
  .hero-section {
    flex-direction: column;
    padding: 32px 12px;
  }
  .hero-left, .hero-right {
    max-width: 100%;
    min-width: 0;
  }
  .hero-img {
    max-width: 100%;
    margin-top: 24px;
  }
  .contact-form-card, .contact-info-card {
    margin-bottom: 24px;
  }
}
/* Slider de categorías personalizado */
.categories-section .carousel-inner {
  padding-bottom: 2rem;
}
.category-card {
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border-radius: 24px;
  margin-bottom: 2rem;
  background: #fff;
}
.category-card:hover {
  box-shadow: 0 8px 32px rgba(162,89,198,0.12);
  transform: translateY(-4px) scale(1.03);
}
.categories-section .carousel-control-prev,
.categories-section .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.2s, left 0.2s, right 0.2s;
}
.categories-section .carousel-control-prev:hover,
.categories-section .carousel-control-next:hover {
  opacity: 1;
}
.categories-section .carousel-control-prev {
  left: -32px;
}
.categories-section .carousel-control-next {
  right: -32px;
}
.categories-section .carousel-control-prev-icon,
.categories-section .carousel-control-next-icon {
  background-color: #ffb25a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
/* --- Productos Destacados --- */
.featured-products-section {
  background: #faf6fc;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(162,89,198,0.08);
  margin-bottom: 48px;
}
.featured-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #59b6c6;
  letter-spacing: 1px;
}
.featured-subtitle {
  font-size: 1.25rem;
  color: #6c6c6c;
  margin-bottom: 32px;
}
.product-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(162,89,198,0.10);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  padding-bottom: 24px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-card:hover {
  box-shadow: 0 8px 32px rgba(162,89,198,0.18);
  transform: translateY(-4px) scale(1.02);
}
.product-img-wrapper {
  height: 260px; /* aumenta el alto del espacio de la imagen */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #fff;
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* muestra la imagen completa sin recortar */
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s;
}
.product-card:hover .product-img {
  transform: scale(1.04);
}
.discount-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(90deg,#f953c6,#a259c6);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 16px;
  z-index: 2;
}
.fav-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(162,89,198,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.2s;
  z-index: 2;
}
.fav-btn:hover {
  box-shadow: 0 4px 16px rgba(162,89,198,0.18);
  background: #f3eafd;
}
.product-info {
  padding: 24px 24px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-category {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 12px;
  background: #f3eafd;
  color: #a259c6;
  margin-bottom: 6px;
}
.product-category.escritorios { color: #3b82f6; background: #eaf3fd; }
.product-category.literas { color: #f953c6; background: #fdeaf3; }
.product-rating {
  font-size: 1rem;
  color: #fbbf24;
  font-weight: 600;
  margin-left: 8px;
}
.product-rating .fa-star {
  margin-right: 4px;
}
.product-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 4px;
}
.product-prices {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #80b36a;
}
.product-old-price {
  font-size: 1.1rem;
  color: #bdbdbd;
  text-decoration: line-through;
  font-weight: 500;
}
.cart-btn {
  width: 100%;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg,#59c6b7,#4c60fc);
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(162,89,198,0.10);
  margin-top: 8px;
  transition: background 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.cart-btn:hover {
  background: linear-gradient(90deg,#93f953,#265d1f);
  box-shadow: 0 4px 16px rgba(162,89,198,0.18);
}
/* --- Beneficios (¿Por qué elegir Muebles Vianny?) --- */
.benefits-section {
  background: #ffffffdf;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(162,89,198,0.08);
  margin-bottom: 48px;
  padding: 48px 32px;
}
.benefits-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b69ff;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.benefits-section .section-desc {
  font-size: 1.25rem;
  color: #444;
  margin-bottom: 32px;
}
.benefit-img {
  max-width: 100%;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(162,89,198,0.10), 0 0 80px 0 #ffe6f7 inset;
  margin-top: 16px;
}
.benefit-block {
  background: #d8fbff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(162,89,198,0.08);
  padding: 24px 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
}
.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg,#34f5be 60%,#568ad8 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(162,89,198,0.10);
}
.benefit-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}
.benefit-desc {
  font-size: 1rem;
  color: #6c6c6c;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .benefits-section { padding: 32px 8px; }
  .benefit-img { margin-top: 32px; }
}
@media (max-width: 767px) {
  .benefits-section .section-title { font-size: 2rem; }
  .benefit-block { min-height: 120px; }
}

/* Forzar pointer-events para el menú de categorías */
.nav-categorias-dropdown-wrapper .categorias-dropdown-list {
  pointer-events: auto !important;
}

/* Rediseño pastel y moderno para Vianny */
.pink-icon {
  background: linear-gradient(135deg, #FFB6B9 0%, #FFE066 100%);
  color: #FFB6B9;
}
.blue-icon {
  background: linear-gradient(135deg, #6EC6F1 0%, #e6f9f3 100%);
  color: #6EC6F1;
}
.purple-icon {
  background: linear-gradient(135deg, #6EDC9A 0%, #6EC6F1 100%);
  color: #6EDC9A;
}
.category-link {
  color: #6EC6F1;
  background: rgba(110,220,154,0.08);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  font-size: 1.05rem;
  border-radius: 8px;
  padding: 4px 16px;
  transition: background 0.2s, color 0.2s;
}
.category-link:hover {
  background: #6EDC9A;
  color: #fff;
}
body {
  background: #F5F5F5;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: #222;
}
