.elementor-923 .elementor-element.elementor-element-a51f821{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Arial, Helvetica, Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-923 .elementor-element.elementor-element-08f5c56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Arial, Helvetica, Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Arial, Helvetica, Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-923 .elementor-element.elementor-element-b315221.elementor-element{--align-self:center;}.elementor-923 .elementor-element.elementor-element-b315221 .elementor-nav-menu .elementor-item{font-family:"IvyPresto", Arial, Helvetica, Sans-serif;font-weight:400;}.elementor-923 .elementor-element.elementor-element-b315221 .elementor-nav-menu--dropdown .elementor-item, .elementor-923 .elementor-element.elementor-element-b315221 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Sofia Pro", Arial, Helvetica, Sans-serif;font-weight:500;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Arial, Helvetica, Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-923 .elementor-element.elementor-element-d0763f5 .elementor-menu-toggle{margin:0 auto;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-80e1700 *//* ========== GLOBAL RESET ========== */
html {
  margin-top: 0 !important;
}

/* ========== HEADER BASE STYLES ========== */
#main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
  min-height: 60px;
}

#main-header .e-con-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px; /* Reducido el espacio entre elementos */
  height: 100%;
}

/* ========== HEADER IMAGES ========== */
#header-main-image img {
  max-height: 10px !important;
  width: auto;
}

#header-site-logo img {
  max-height: 40px !important;
  width: auto;
}

/* ========== HEADER NAVIGATION ========== */
#header-main-menu {
  display: flex;
  align-items: center;
}

#header-main-menu .elementor-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

#header-main-menu .elementor-nav-menu li {
  margin: 0;
}

#header-main-menu .elementor-nav-menu a {
  text-decoration: none;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  transition: color 0.3s ease;
}

#header-main-menu .elementor-nav-menu a:hover {
  color: var(--e-global-color-accent);
}

#header-second-menu {
  display: none !important;
}

/* ========== STICKY HEADER STYLES (ALL DEVICES) ========== */
.elementor-location-header.sticky {
  z-index: 1000 !important;
}

.elementor-location-header.sticky #main-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: grid !important;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 25px 15px;
}

.elementor-location-header.sticky #main-header .e-con-inner {
  display: contents !important;
}

/* Hamburger menu on the left */
.elementor-location-header.sticky #header-second-menu {
  grid-row: 1;
  grid-column: 1;
  justify-self: start;
  align-self: center;
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  top: auto !important;
  transform: none !important;
  margin-left: 10px;
  z-index: 1001;
}

.elementor-location-header.sticky #header-second-menu .elementor-menu-toggle {
  display: flex !important;
  visibility: visible !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

/* Show only hamburger icon (open), hide close icon */
.elementor-location-header.sticky #header-second-menu .elementor-menu-toggle__icon--open {
  display: block !important;
}

.elementor-location-header.sticky #header-second-menu .elementor-menu-toggle__icon--close {
  display: none !important;
}

.elementor-location-header.sticky #header-second-menu .elementor-menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

/* Hide the menu items from header-second-menu, only show toggle */
.elementor-location-header.sticky #header-second-menu .elementor-nav-menu--main,
.elementor-location-header.sticky #header-second-menu .elementor-nav-menu__container,
.elementor-location-header.sticky #header-second-menu .elementor-nav-menu--dropdown {
  display: none !important;
}

/* Logo centered */
.elementor-location-header.sticky #header-site-logo {
  grid-row: 1;
  grid-column: 1;
  justify-self: center;
  align-self: center;
  width: auto;
  z-index: 999;
}

/* Search button on the right */
.elementor-location-header.sticky .mobile-search-toggle {
  grid-row: 1;
  grid-column: 1;
  justify-self: end;
  align-self: center;
  display: flex !important;
  visibility: visible !important;
  position: relative !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  margin-right: 10px;
  z-index: 1001;
  width: 30px;
  height: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.elementor-location-header.sticky .mobile-search-toggle svg {
  width: 22px;
  height: 22px;
  fill: #333 !important;
}

/* Hide desktop menu and other elements in sticky */
.elementor-location-header.sticky #header-main-image,
.elementor-location-header.sticky #header-main-menu,
.elementor-location-header.sticky #header-menu-container,
.elementor-location-header.sticky #header-search {
  display: none !important;
}

body.sticky-active {
  padding-top: 80px;
}

/* ========== SEARCH VISIBILITY ========== */
/* Show search normally when header is NOT sticky */
.elementor-location-header:not(.sticky) #header-search {
  display: block !important;
  visibility: visible !important;
}

/* Hide original search in sticky mode (we'll use cloned dropdown) */
.elementor-location-header.sticky #header-search {
  display: none !important;
}

/* ========== SEARCH DROPDOWN STYLES ========== */
.search-dropdown {
  position: fixed;
  /* top is set dynamically via JavaScript */
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  z-index: 1001; /* Above header z-index 1000 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #e0e0e0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.search-dropdown.active {
  opacity: 1;
  transform: translateY(0);
}

/* Search dropdown backdrop */
.search-dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.search-dropdown-backdrop.active {
  opacity: 1;
}

/* Ensure search inputs are visible in dropdown */
.search-dropdown #search-dropdown-content {
  display: block !important;
  visibility: visible !important;
}

.search-dropdown input,
.search-dropdown .e-search-input,
.search-dropdown .elementor-search__input,
.search-dropdown .elementor-search__form,
.search-dropdown .e-search-form {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
}

/* ========== SIDEBAR AND OVERLAY (ALL DEVICES) ========== */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  transition: left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow-y: auto;
  will-change: transform;
}

.mobile-sidebar.open {
  left: 0;
}

.sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.sidebar-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-menu li {
  border-bottom: 1px solid #eee;
}

.sidebar-menu a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.sidebar-menu a:hover {
  background-color: #f5f5f5;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    visibility 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity;
}

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

/* ========== BREADCRUMB STYLES ========== */
.breadcrumb-container {
  width: 100%;
  padding: 15px 20px;
  position: static;
  z-index: auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
  content: " » ";
  margin: 0 8px;
  color: #6c757d;
  font-weight: bold;
}

.breadcrumb-item a {
  color: #007bff !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}

.breadcrumb-item:last-child {
  color: #6c757d;
  font-weight: 500;
}

/* ========== TABLET RESPONSIVE STYLES ========== */
@media (min-width: 768px) and (max-width: 1024px) {
  #header-main-image img {
    max-height: 10px !important;
  }

  #header-site-logo img {
    max-height: 45px !important;
  }

  #header-main-menu .elementor-nav-menu a {
    font-size: 16px;
    padding: 12px 16px;
  }

  .elementor-location-header.sticky #header-site-logo img {
    max-height: 30px !important;
  }

  /* Hide mobile search toggle in tablet when NOT sticky */
  .elementor-location-header:not(.sticky) .mobile-search-toggle {
    display: none !important;
  }
  
  /* Force show hamburger toggle in sticky */
  .elementor-location-header.sticky #header-second-menu,
  .elementor-location-header.sticky #header-second-menu .elementor-menu-toggle {
    display: flex !important;
  }
}

/* ========== DESKTOP RESPONSIVE STYLES ========== */
@media (min-width: 1025px) {
  #header-main-image img {
    max-height: 10px !important;
  }

  #header-site-logo img {
    max-width: 350px !important;
    height: auto !important;
    max-height: none !important;
  }

  #header-main-menu .elementor-nav-menu a {
    font-size: 14px;
    padding: 10px 14px;
  }

  .elementor-location-header.sticky #header-site-logo img {
    max-width: 160px !important;
    height: auto !important;
  }

  /* Hide mobile search toggle in desktop when NOT sticky */
  .elementor-location-header:not(.sticky) .mobile-search-toggle {
    display: none !important;
  }
  
  /* Force show hamburger toggle in sticky */
  .elementor-location-header.sticky #header-second-menu,
  .elementor-location-header.sticky #header-second-menu .elementor-menu-toggle {
    display: flex !important;
  }
}

/* ========== ELEMENTOR OVERRIDES ========== */
.elementor-923
  .elementor-element.elementor-element-d0763f5
  .elementor-menu-toggle {
  margin: 0 !important;
}

/* ========== SEARCH ELEMENT STYLES ========== */
#header-search,
#header-search .elementor-widget-container,
#header-search .elementor-search,
#header-search .e-search {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

#header-search .e-search-form,
#header-search .elementor-search__form {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header-search .e-search-input-wrapper,
#header-search .elementor-search__input-wrapper {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 !important;
}

#header-search .e-search-input,
#header-search .elementor-search__input,
#header-search input[type="search"],
#header-search input {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  box-sizing: border-box !important;
  line-height: 1.2 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  width: 100% !important;
  margin: 0 !important;
}

#header-search .e-search-submit,
#header-search .elementor-search__submit,
#header-search button {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ========== MENU VERTICAL ALIGNMENT ========== */
#header-main-menu,
#header-main-menu .elementor-widget-container,
#header-main-menu .elementor-nav-menu,
#header-main-menu .elementor-nav-menu--main {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
}

#header-main-menu .elementor-nav-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 20px !important;
}

#header-main-menu .elementor-nav-menu li {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

/* ========== MOBILE RESPONSIVE STYLES ========== */
@media (max-width: 767px) {
  /* Breadcrumb responsive */
  .breadcrumb-container {
    padding: 10px 15px;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: wrap;
  }

  .breadcrumb-item:not(:last-child)::after {
    margin: 0 4px;
  }

  /* Hide header menu container completely on mobile */
  #header-menu-container {
    display: none !important;
    visibility: hidden !important;
  }

  /* Menu visibility */
  #header-main-menu {
    display: none !important;
  }

  /* Elementor menu overrides */
  .elementor-nav-menu--dropdown,
  .elementor-nav-menu__container,
  .elementor-nav-menu--main.elementor-nav-menu__container {
    display: none !important;
  }

  /* Second menu positioning */
  #header-second-menu {
    display: block !important;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
  }

  /* Second menu content hiding */
  #header-second-menu .elementor-nav-menu--main,
  #header-second-menu .elementor-nav-menu__container,
  #header-second-menu .elementor-nav-menu--dropdown {
    display: none !important;
  }

  /* Menu toggle button */
  #header-second-menu .elementor-menu-toggle {
    display: flex !important;
    width: 30px;
    height: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  /* Hide 'Menu' text from hamburger button */
  #header-second-menu .elementor-menu-toggle__text,
  #header-second-menu .elementor-menu-toggle::after,
  #header-second-menu .elementor-menu-toggle::before {
    display: none !important;
    content: none !important;
  }

  #header-second-menu .elementor-menu-toggle svg {
    width: 24px;
    height: 24px;
    fill: #333;
  }
  
  /* Hamburger button - no background on active */
  #header-second-menu .elementor-menu-toggle:active {
    background-color: transparent !important;
  }

  /* Mobile search toggle icon - only visible in mobile */
  .mobile-search-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    color: #333 !important;
    outline: none !important;
  }
  
  /* Match hamburger menu active state - gray background */
  .mobile-search-toggle:active,
  .mobile-search-toggle:focus:active,
  .mobile-search-toggle:active:focus {
    background-color: #e5e5e5 !important;
    background: #e5e5e5 !important;
    color: #333 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  
  .mobile-search-toggle:hover {
    background-color: transparent !important;
  }
  
  .mobile-search-toggle svg {
    width: 22px;
    height: 22px;
    fill: #333 !important;
    pointer-events: none;
  }
  
  .mobile-search-toggle:active svg,
  .mobile-search-toggle:focus:active svg {
    fill: #333 !important;
  }

  /* Mobile: add spacing for search when visible */
  .elementor-location-header:not(.sticky) #header-search {
    margin-top: 10px;
  }

  /* Mobile layout */
  #main-header {
    position: relative;
  }
  
  #main-header .e-con-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    gap: 15px;
  }

  /* Mobile header - remove extra spacing when scrolled to top */
  .elementor-location-header:not(.sticky) #main-header {
    padding: 10px 20px !important;
  }

  /* Mobile-specific adjustments - no sticky overrides needed as they're global now */
}

/* ==========================================================
   TICKET: LOGO LEFT + NAV INLINE (desktop only)
   Added 2026-08-30.

   Notes for whoever touches this next:
   - #main-header has no flex_direction set in the Elementor
     panel, so .e-con-inner inherits Elementor's default of
     column. Without the explicit row below, justify-content
     works on the vertical axis and appears to do nothing.
   - Content width is raised to 1400px to match the header on
     the main Shopify store (Elementor's boxed default is
     1140px). Scoped to #main-header on purpose: changing it
     in Site Settings > Layout would move every boxed
     container on the site.
   - Mobile and tablet are untouched. The existing
     max-width:767px block already forces column, and tablet
     never enters this media query.

   To revert: delete this whole block.
   ========================================================== */

@media (min-width: 1025px) {

  /* Elementor derives the inner width from --content-width,
     but the base rules above already declare width:100% on
     .e-con-inner, so max-width is set as well to make it
     stick. */
  #main-header {
    --content-width: 1400px;
  }

  #main-header .e-con-inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1400px;
  }

  /* Neither of these may shrink. The logo image keeps its own
     max-width, so a shrunken wrapper lets it overflow and
     overlap the nav. The search field collapses to an
     unusable width. */
  #header-site-logo,
  #header-search {
    flex-shrink: 0;
  }

  /* The nav is the one element allowed to give up space.
     min-width:0 is required: flex items default to
     min-width:auto and refuse to shrink below their content
     width, which is what pushes the search field out. */
  #header-menu-container {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
  }

  /* Keeps the menu on a single line. !important is needed
     because the base rules already use it on this exact
     .elementor-923 .elementor-element.elementor-element-80e1700 — consistent with the file, not an exception. */
  #header-main-menu .elementor-nav-menu {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IvyPresto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://finerthings.uncommonjames.com/wp-content/uploads/2026/06/IvyPrestoDisplay-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */