.elementor-897 .elementor-element.elementor-element-94f7426{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-897 .elementor-element.elementor-element-94f7426:not(.elementor-motion-effects-element-type-background), .elementor-897 .elementor-element.elementor-element-94f7426 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-897 .elementor-element.elementor-element-ef9cd65{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-ce1d494 *//* ============================================
   OFF-CANVAS MENU - PC/TABLET
   ============================================ */

/* Overlay (fondo oscuro) */
.off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Panel lateral */
.off-canvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100vh;
  background: white;
  z-index: 2000;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.off-canvas-menu.active {
  left: 0;
}

/* Header del panel */
.off-canvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E5E0DB;
}

.off-canvas-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: 1px;
}

.off-canvas-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #1A1A1A;
}

/* Navegación */
.off-canvas-nav {
  flex: 1;
  padding: 10px 0;
}

.off-canvas-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.off-canvas-list li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #1A1A1A;
  border-bottom: 1px solid #F5F0EB;
  transition: background 0.3s;
}

.off-canvas-list li a:hover {
  background: #FAF7F2;
}

.menu-icon {
  margin-right: 15px;
  font-size: 18px;
}

.menu-arrow {
  margin-left: auto;
  color: #C9A96E;
  font-size: 18px;
}

.off-canvas-list li a.sale {
  color: #C1553D;
}

/* Footer del panel */
.off-canvas-footer {
  padding: 20px;
  border-top: 1px solid #E5E0DB;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.off-canvas-footer a {
  color: #1A1A1A;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.off-canvas-footer a:hover {
  color: #C9A96E;
}

.off-canvas-promo {
  margin-top: 10px;
  padding: 12px;
  background: #FAF7F2;
  border-radius: 8px;
  font-size: 12px;
  color: #5A5A5A;
  text-align: center;
}

/* ============================================
   RESPONSIVE - MOBILE (Lightbox)
   ============================================ */
@media (max-width: 768px) {
  .off-canvas-menu {
    width: 100%;
    left: -100%;
  }
}/* End custom CSS */