/** Shopify CDN: Minification failed

Line 13:0 All "@import" rules must come first

**/
 @font-face {
    font-family: 'Double Tracker';
    font-style: normal;
    font-weight: normal;
    src: url('/cdn/shop/files/Double_Tracker_82e8d24e-62d3-4e42-b6e2-e532d799169e.woff?v=1761735278')format('woff');
  }

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* CUSTOM CSS */

*:not(i){
  font-family: "DM Sans", sans-serif;
} 

h1,h2,h3,h4, .title {
  font-family: "Double Tracker", sans-serif;
}

h1,h2,h3,h4 {
  font-weight: 500;
  text-transform: uppercase;
}

.button-link {
  border: none;
  outline: none;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 22px;
  margin-top: 20px;
  font-size: 20px;
  background: #ffffff;
  color: #D40810;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 2px solid #D40810;
  cursor: pointer;
}

.button-link:hover {
  background: #D40810;
  color: #ffffff;
  box-shadow: 0px 0px 21px 0px #D40810;
}

.section-title{
  text-align: center;
  margin-bottom: 40px;
}

.d-flex {
  display: flex;
  flex-direction: column;
  padding: 20px;
} 

.header__menu-item {
  font-weight: 600;
  text-transform: uppercase;

}

.header__active-menu-item, .header__menu-item:hover, .header__icon--cart{
  color: #D40810;
}

.header__search, .header__icon--account {
  display: none !important; 
}

.footer-block:nth-of-type(3) .footer-block__details-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.footer-block:nth-of-type(3) .footer-block__details-content * {
  font-size: 1.6rem;
}

/* Supplement Facts */
.supplement-facts__info-wrapper {
  border: 1px dashed rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: 10px 15px;
}

.collection__title .title,
.collection__title .collection__description {
  text-align: center;
}