/** Shopify CDN: Minification failed

Line 289:1 Expected "}" to go with "{"

**/
/* ====================== */
/* GENERAL LAYOUT SETTINGS */
/* ====================== */
.page-width {
   padding-left: 3rem;
   padding-right: 3rem;
}

body {
  background-image: url("/cdn/shop/files/body-background.png?v=1741764857") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ============= */
/* HEADER STYLES */
/* ============= */
sticky-header {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInHeader 0.6s ease-out forwards;
  /* background: transparent !important; */
  margin-bottom: -140px;
}

@keyframes fadeInHeader {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-wrapper {
  background: #000000;
  backdrop-filter: blur(12px);
}

.header-wrapper--border-bottom {
  border-bottom: none;
}

.header__menu-item span {
  font-size: 16px;
  /* color: #fff !important; */
}

/* Header submenu styles */
.header__submenu {
  background: #000;
}

.header__active-menu-item, 
.header__submenu .list-menu__item--active, 
.header__submenu .list-menu__item:hover {
  color: #fdc411;
}

/* Restricted menu item */
.restricted-menu-item {
  display: none !important;
}

/* product stars */
.product-stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.product-stars span{
  margin-left: 10px;
  color: #000;
}
/* end */

/* ================= */
/* COLLECTION STYLES */
/* ================= */
.collection .button, .banner .button {
    background: #fdc411;
    border: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    width: 200px;
    height: 50px;
}

.collection .button:before, 
.button:not([disabled]):hover:after, 
.button:after {
  box-shadow: none !important;
}

.collection-hero {
    padding-top: 100px !important;
}

.shopify-policy__container{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.collection__title.title-wrapper {
  text-align: center;
  margin-bottom: 6.25rem !important;
}

.collection__view-all {
  margin-top: 70px;
}

/* ================= */
/* MULTICOLUMN STYLES */
/* ================= */
  
.multicolumn {
  background: transparent;
}


.multicolumn .title {
  margin: 0 auto !important;
  font-weight: bold;
}

.multicolumn-list h3 {
    font-size: 24px;
    font-weight: bold;
}

.multicolumn-list p {
    font-size: 20px;
    line-height: 24px;
}

.multicolumn-card__info .link {
    font-weight: bold;
}

.multicolumn-card__image-wrapper .media>img {
   height: 280px !important;
   object-fit: cover;
}

.multicolumn-card__image-wrapper {
   height: 280px !important;
}

.multicolumn .multicolumn__title {
   margin-bottom: 100px;
}

.multicolumn .button {
   margin-top: 50px;
   background: #fdc411;
   border: 0;
   color: #000;
   text-transform: uppercase;
   font-weight: bold;
   border-radius: 10px;
   width: 200px;
   height: 50px;
}

/* ============== */
/* PRODUCT STYLES */
/* ============== */
.product {
  padding-top: 5rem;
}

/* ============ */
/* CART STYLES */
/* ============ */
.cart__ctas button {
    width: 100%;
    background-color: #fdc411;
    color: #000;
}

.cart__warnings {
  padding: 200px 0 !important;
}

.cart-notification {
  z-index: 9999 !important;
  border-radius: 10px !important;
  margin-top: 50px;
}

/* ================ */
/* CUSTOMER STYLES */
/* ================ */
.customer{
    padding-top: 200px !important;
    padding-bottom: 120px !important;
}

/* ================ */
/* SEARCH MODAL */
/* ================ */
.search-modal__content {
  background-color: #000;
}

/* ================ */
/* MENU DRAWER */
/* ================ */
.menu-drawer__navigation-container {
  display: block !important;
}

.menu-drawer {
  background-color: #000 !important;
}

/* ================ */
/* LINK HOVER STATES */
/* ================ */
.policies li a:hover, 
.list-menu__item--link:hover {
  color: #fdc411 !important;
}

/* ================ */
/* SPECIAL BUTTONS */
/* ================ */
.hands-on-training-button {
    background: #fdc411;
    border: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    width: 200px;
    height: 50px;
}

/* ================== */
/* RESPONSIVE STYLES */
/* ================== */

@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

    
@media only screen and (max-width: 1400px) {
  .header {
      margin-left: 12px;
      margin-right: 12px;
  }
}

@media only screen and (max-width: 989px) {
  .multicolumn .media>img {
      object-fit: fill !important;
  }
}

@media only screen and (max-width: 430px) {
  .multicolumn .media>img {
     height: 200px !important;

  .multicolumn-card__image-wrapper {
     height: 200px !important;
  }
    
  .multicolumn-card__image-wrapper {
     height: 200px !important;
  }
}