/** Shopify CDN: Minification failed

Line 21:8 Unexpected "{"
Line 21:17 Expected ":"
Line 22:10 Unexpected "{"
Line 22:19 Expected ":"
Line 29:10 Unexpected "{"
Line 29:19 Expected ":"
Line 38:10 Unexpected "{"
Line 38:19 Expected ":"
Line 44:10 Unexpected "{"
Line 44:19 Expected ":"
... and 18 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-contact (INDEX:55) */
#laber_{{ section.id }} .contact-info h3,
  #laber_{{ section.id }} .contact-form .main-title {
    color: #2B4A6F;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
  }

  #laber_{{ section.id }} .contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  #laber_{{ section.id }} .contact-info .info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #laber_{{ section.id }} .contact-info .info-item i,
  #laber_{{ section.id }} .contact-info .info-item .contact-svg-icon {
    font-size: 20px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #laber_{{ section.id }} .contact-info .info-item .contact-svg-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  #laber_{{ section.id }} .contact-info .info-item h2 {
    display: none;
  }

  #laber_{{ section.id }} .contact-info .info-item .info-content {
    flex: 1;
    display: flex;
    align-items: center;
  }

  #laber_{{ section.id }} .contact-info .info-item .info-content p {
    margin: 0;
    line-height: 1.5;
  }

  #laber_{{ section.id }} .contact-info .info-item .info-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  #laber_{{ section.id }} .contact-info .info-item .info-content a:hover {
    color: #FF8C42;
  }

  #laber_{{ section.id }} .contact-form .button.submit {
    font-style: italic;
    text-transform: uppercase;
    border: none !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none !important;
  }

  #laber_{{ section.id }} .contact-form .button.submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  }
/* END_SECTION:main-contact */

/* START_SECTION:top-header (INDEX:102) */
.top_contact_combined ul.contact-info-inline {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_contact_combined .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--contact-text-color, #ffffff);
  font-weight: var(--contact-font-weight, 400);
}

.top_contact_combined .contact-item i {
  font-size: 16px;
  color: var(--contact-icon-color, var(--contact-text-color, #ffffff));
}

.top_contact_combined .contact-item span {
  font-size: 13px;
  white-space: nowrap;
  color: var(--contact-text-color, #ffffff);
  font-weight: var(--contact-font-weight, 400);
}

.top_contact_combined .contact-svg-icon {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
}

.top_contact_combined .contact-svg-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--contact-icon-color, var(--contact-text-color, #ffffff));
}

/* Menu Top font weight control */
.topbar .topbar-menu li a {
  font-weight: var(--menu-font-weight, 400) !important;
}

/* Topbar Menu Dropdown Styles */
.topbar .topbar-menu {
  position: relative;
}

.topbar .topbar-menu li {
  position: relative;
}

.topbar .topbar-menu li.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  transition: transform 0.3s ease;
}

.topbar .topbar-menu li.has-dropdown:hover > a::after {
  transform: rotate(180deg);
}

.topbar .topbar-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-bg, #ffb03a);
  border: none;
  min-width: 200px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 999;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.topbar .topbar-menu li.has-dropdown:hover .topbar-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topbar .topbar-submenu li {
  display: block;
  margin: 0;
  padding: 0;
}

.topbar .topbar-submenu li a {
  display: block;
  padding: 10px 20px;
  color: var(--color-text, #ffffff) !important;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.topbar .topbar-submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--color-text-hover, #fcbe00) !important;
}
/* END_SECTION:top-header */