/** Shopify CDN: Minification failed

Line 146:0 Unexpected "}"

**/
/* ===========================================================
   TYPOGRAPHY
=========================================================== */
h1, h2, h3, h4, h5, h6,
.heading, .title, .section-title,
.header__menu-item, .nav-link, .menu-item,
.price, .product__title {
  font-family: var(--font-heading) !important;
}

p, .rte, .text, body,
.product__description {
  font-family: var(--font-body) !important;
}

button, .button, .btn, input[type="submit"] {
  font-family: var(--font-button) !important;
}



/*.top-user-links ul {
  
  padding: 5px 0px 0 0 !important;
}*/

/* -----------------------------------------------------------
   TOPBAR & UI ELEMENTS
----------------------------------------------------------- */
.tl-selection {
  display: flex;
  align-items: center;
  column-gap: 1px;
  padding: 8px 5px;
  white-space: nowrap;
  background-color: wheat !important;
  margin: 0 20px;
  border-radius: 5px;
}

a.btn.btn-1.btn-clear {
  display: none;
}

.topbar-container ul.topbar-items {
  padding-left: 25px;
}

/* Top user links visual adjustments */
  .top-user-links li {
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px !important;
    margin: 3px 0 0 0 !important;
    padding: 6px 0px 0px 0px !important;
    background-color: #152240 !important;
  }

  




/* -----------------------------------------------------------
   RESPONSIVE — MOBILE (< 768px)
----------------------------------------------------------- */
@media (max-width: 768px) {

  /* Topbar display fixes */
  .topbar-container {
    display: flex !important;
  }

  .topbar-container .topbar-wrapper {
    justify-content: center;
  }

  .topbar-container .topbar_left,
  .topbar-container ul.topbar-items > li.tb-item-currency,
  .topbar-container .widget-social-icons {
    display: none !important;
  }

  .topbar-container .topbar_right {
   
    margin-right: 12px !important;
    margin-left: 0px !important;
    margin-top: 2px !important;
}

 .hxoSelectTheme .buckscc-select span {
    font-size: 16px !important;
   
  }



}

  /* Form controls */
  .topbar-container .select-group select {
    height: auto;
    font-size: 15px !important;
    padding: 0;
    padding-inline-end: 20px;
  }

  /* Product Tabs hidden on mobile */
  .page-product-template .product-tabs {
    display: none;
  }

  .top-user-links li {
  margin: -4px 0 !important;
  padding: 7px 3px 2px 3px !important;
  background-color: #152240 !important;
}

  .top-user-links a {
    padding: 2px 5px !important;
    font-size: 15px;
  }
/* Currency selection adjustments */
  .hxoSelectTheme.hxo-mobile_relative .buckscc-select-options,
  .hxoSelectTheme.mobile_bottom_right .buckscc-select-options,
  .hxoSelectTheme.mobile_top_right .buckscc-select-options {
    left: unset !important;
  }
  

 

  /* tl-selection mobile styling */
  .tl-selection {
    align-items: flex-start;
    background-color: #d1b250 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
  }
}


/* -----------------------------------------------------------
   RESPONSIVE — DEVICE VISIBILITY
----------------------------------------------------------- */
@media only screen and (max-width: 749px) {
  .mobile--device { display: block !important; }
  .desktop--device { display: none !important; }
}

@media only screen and (min-width: 750px) {
  .mobile--device { display: none !important; }
  .desktop--device { display: block !important; }
}

/* ===========================================================
   TL Language Switcher-SELECTION - START
=========================================================== */

.tl-select {
  align-items: flex-start;
  margin: 0 !important;
  background-color: #152240 !important;
  border-radius: 6px;
  padding: 8px 10px !important;
}

.tl-label {
  color: #fff;
}

.tl-options {
  background-color: #152240 !important;
}

.tl-options.open {
  margin-top: 10px;
  border-radius: 6px;
}

.tl-option {
  padding-top: 10px !important;
}

.tl-option:hover {
  background-color: #d1b250 !important;
  color: #152240 !important;
  border-radius: 5px;
  margin:5px;
  transition: 0.2s ease-in-out;
}

/* ===========================================================
   TL Language Switcher-SELECTION - END
=========================================================== */


/* ===========================================================
   BLOCK currency Switcher-SELECTION - START
=========================================================== */
.hxoSelectTheme.hxoDark {
  --hxoBackground: #152240 !important;
  --hxoSelect-color: #fff !important;
  --hxoBorder-color: #d1b250 !important;
  --hxoShadow1: rgba(97, 97, 97, 0.24);
  --hxoShadow2: rgba(97, 97, 97, 0.31);
  --hxoArrow: #d7d8da;
  --hxoSroll-bar-color: #4d4d4d;
  --hxoHover-bg: #595959;
}

.hxoSelectTheme .buckscc-select-styled {
  
  border-radius: 3px !important;
  
  padding: 6px 4px 6px 8px !important;
  margin-top: 0px !important;
  
}
.hxoSelectTheme {
 
  --hxoSelect-height: 44px !important;
  margin: 0px 0px 0px 20px !important;
 
}

.hxoSelectTheme .buckscc-select-options {
  
  margin: 0px 0px !important;
  max-height: 500px !important;}

@media (max-width: 749px) {
  .hxoSelectTheme .buckscc-select span {
    font-size: 16px !important;
   
  }
.top-user-links a {font-size: 14px !important}
/* Top user links */
  .top-user-links li {
   border-radius: 3px !important;
    margin: 4px 0px 0px 0px !important;
    padding: 4px 6px 4px 6px !important;
    background-color: #152240 !important;
  }

  .top-user-links a {
    padding: 0 5px !important;
  }
.tl-select {
 
  padding: 7px 10px !important;
   
}

}
 


