/*
 * Custom CSS - LemmonTags
 */

/* Header compacto Y fijo */
#header {
  padding: 10px 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: white !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

/* Evitar que el contenedor del logo fuerce tamaño */
#_desktop_logo,
.logo,
.logo a {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  min-height: auto !important;
  height: auto !important;
}

/* Imagen del logo SIN escalar forzosamente */
.logo img {
  max-height: 40px !important;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

#_desktop_top_menu {
  margin: 0 !important;
}

.top-menu a {
  padding: 8px 15px !important;
  font-size: 14px !important;
}

#search_widget {
  margin: 5px 0 !important;
}

.header-top {
  padding: 5px 0 !important;
}

.main-menu {
  margin: 0 !important;
}

/* Layout de producto */
@media (min-width: 768px) {
  .page-product .row.product-container {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .page-product .row.product-container > .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  
  .page-product .product-cover-container {
    max-width: 600px;
    margin: 0 auto 40px auto;
  }
  
  .page-product .product-information {
    width: 100%;
    padding: 0 15px;
  }
  
  .page-product #product-details {
    width: 100%;
    margin-top: 30px;
  }
}
