/** Shopify CDN: Minification failed

Line 716:1 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-footer (INDEX:17) */
/* ══════════════════════════════════════
   SOULGRIP CUSTOM FOOTER — Brand Design
   ══════════════════════════════════════ */
.footer-hero {
  background: #1C2833;
  color: #fff;
  padding: 48px 80px 0 !important;
  font-family: Arial, sans-serif;
}

/* Big Logo Bar */
.footer-logo-bar {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-logo-img {
  width: auto;
  height: 60px;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
  filter: invert(1) brightness(2);
}
.footer-logo-text {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.footer-logo-text span { color: #C0392B; }
.footer-logo-tagline {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-hero .page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 3-column layout */
.footer-grid {
  display: flex;
  gap: 40px;
  align-items: start;
}

/* Menu columns */
.footer-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.footer-column h4 {
  font-weight: 700;
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C0392B;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(192,57,43,0.3);
}
.footer-column ul,
.footer-column-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-column li,
.footer-column-mobile li {
  margin-bottom: 9px;
}
.footer-column a,
.footer-column-mobile a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  transition: color .2s;
}
.footer-column a:hover,
.footer-column-mobile a:hover {
  color: #C0392B;
}

/* muted placeholder text */
.muted {
  color: #555;
  font-size: 12px;
  margin: 6px 0 0;
}

/* CTAs */
.footer-ctas-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.footer-cta {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255,255,255,0.04);
  min-width: 0;
  flex: 1 1 150px;
  text-decoration: none;
  color: #aaa;
  transition: border-color .2s, background .2s;
}
.footer-cta:hover {
  border-color: #C0392B;
  background: rgba(192,57,43,0.08);
  color: #fff;
}
.footer-cta img { width: 28px; height: auto; object-fit: contain; }
.footer-cta .cta-title { font-weight: 700; font-size: 12px; }

/* Column widths */
.footer-menu-wrap { width: 50%; }
.footer-newsletter { width: 28%; }
.footer-right { width: 22%; }

/* Newsletter */
.footer-newsletter h4 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C0392B;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(192,57,43,0.3);
}
.footer-newsletter p.lead {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.7;
}
.footer-newsletter form {
  display: flex;
  gap: 0;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
}
.footer-newsletter .email-input {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
}
.footer-newsletter .email-input input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 12px;
  background: transparent;
  color: #fff;
}
.footer-newsletter .email-input input::placeholder { color: #555; }
.footer-newsletter .btn-subscribe {
  background: #C0392B;
  color: #fff;
  border: 0;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}
.footer-newsletter .btn-subscribe:hover { background: #922B21; }
.footer-newsletter .newsletter-message {
  margin-top: 10px;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  display: block;
}
.footer-newsletter .newsletter-message--error {
  color: #e74c3c;
  background: rgba(231,76,60,0.1);
  border: 1px solid rgba(231,76,60,0.3);
}
.footer-newsletter .newsletter-message--success {
  color: #27AE60;
  background: rgba(39,174,96,0.1);
  border: 1px solid rgba(39,174,96,0.3);
}

/* Partner Logos */
.partner-logos {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: nowrap;
}
.partner-logo-link {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.partner-logo-link:hover { opacity: 0.7; }
.partner-logo {
  display: block;
  max-width: 72px;
  height: 22px;
  object-fit: contain;
}
.partner-logos-label {
  font-size: 9px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* Contact right */
.footer-contact { font-size: 13px; color: #ffffff; line-height: 1.6; }
.footer-right h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C0392B;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(192,57,43,0.3);
  margin: 0 0 16px;
}
.footer-contact .contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer-contact svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  fill: #C0392B;
  flex-shrink: 0;
}
.footer-contact a { color: #ffffff; text-decoration: none; }
.footer-contact a:hover { color: #fff; }

/* Social icons */
.footer-social { display: flex; gap: 8px; margin-top: 16px; }
.footer-social a {
  color: #888;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  transition: background .2s, border-color .2s;
}
.footer-social a:hover {
  background: #C0392B;
  border-color: #C0392B;
}
.footer-social svg { fill: #fff; }

/* Divider */
.shopify-section-group-footer-group {
  padding-top: 0;
  border-top: none;
}

/* Mobile tabs */
.footer-menu-tabs { display: none; }
.footer-menu-tabs-mobile { display: none; }
.footer-column-mobile { display: none; }
.footer-column-mobile h4 { display: none; }

/* Separator line */
.footer-sep {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin: 32px 0 0;
}

/* Bottom bar */
.footer-bottom {
  background: #161F27;
  font-size: 12px;
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-policies {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom-policies a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  transition: color .2s;
}
.footer-bottom-policies a:hover { color: #C0392B; }

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer-hero { padding: 40px 30px 0 !important; }
  .footer-grid { flex-direction: column; }
  .footer-menu-wrap { width: 100%; }
  .footer-newsletter, .footer-right { width: 100%; }
  .footer-bottom-inner { padding: 16px 30px; }
}

/* Mobile */
@media (max-width: 720px) {
  .footer-hero { padding: 32px 16px 0 !important; }
  .footer-grid { flex-direction: column; gap: 28px; }
  .footer-menu-wrap, .footer-newsletter, .footer-right { width: 100%; }
  .footer-menus { display: none; }
  .footer-menu-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .footer-menu-tabs::-webkit-scrollbar { display: none; }
  .footer-menu-tab {
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .footer-menu-tab.active { color: #fff; border-bottom-color: #C0392B; }
  .footer-menu-tab:hover { color: #fff; }
  .footer-menu-tabs-mobile { display: block; }
  .footer-column-mobile { display: block; }
  .footer-column-mobile.hidden { display: none; }
  .footer-ctas-row { flex-direction: column; }
  .partner-logos { gap: 12px; }
  .partner-logo { max-width: 70px; }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
  }
  .footer-bottom-policies { justify-content: center; }
}
/* END_SECTION:custom-footer */

/* START_SECTION:how-do-you-train (INDEX:26) */
.how-train {
  width: 100%;
  padding: 60px 0;
}

.how-train__header {
  margin: 0 20px 25px;
  padding: 0 0px;
}
.how-train__header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.how-train__tabs {
  display: flex;
  gap: 12px;
}
.how-train__tab {
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.how-train__tab.active {
  background: black;
  color: white;
  border-color: black;
}

.how-train__gallery {
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  transition: opacity 0.3s ease;
  margin-left: 25px;
}
.how-train__gallery::-webkit-scrollbar {
  display: none;
}

.how-train__item {
  flex: 0 0 300px;
  text-align: center;
  transition: opacity 0.4s ease;
}
.how-train__item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}
.how-train__item span {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .how-train__item {
    flex: 0 0 240px;
  }
  .how-train__item img {
    height: 340px;
  }
  .how-train__header{
    margin: 0 0 20px 0;
  }
  .how-train__gallery{
    margin-left: 0;
  }
}
/* END_SECTION:how-do-you-train */

/* START_SECTION:join-soulclan (INDEX:29) */
.join-soulclan {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}

.join-soulclan__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 auto 30px;
  padding: 0 65px;
}

.join-soulclan__header h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

.join-soulclan__header a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.3s ease;
}
.join-soulclan__header a:hover {
  opacity: 0.6;
}

.join-soulclan__scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 40px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-left: 65px;
}
.join-soulclan__scroll::-webkit-scrollbar {
  display: none;
}

.join-soulclan__item {
  flex: 0 0 320px;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.join-soulclan__item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.join-soulclan__item:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .join-soulclan__item {
    flex: 0 0 250px;
  }
  .join-soulclan__item img {
    height: 340px;
  }
  .join-soulclan__header{justify-content: space-between;}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .join-soulclan__header{
    padding: 0 40px !important;
  }
  .join-soulclan__scroll{
    margin-left: 40px !important;
  }
}
/* END_SECTION:join-soulclan */

/* START_SECTION:trending-products (INDEX:65) */
.trending-products {
  width: 100%;
  padding: 60px 30px;
  overflow: hidden;
}

.trending-products__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.trending-products__header h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.trending-products__header a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.3s ease;
}
.trending-products__header a:hover {
  opacity: 0.6;
}

.trending-products__slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.trending-products__slider::-webkit-scrollbar {
  display: none;
}

.trending-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.trending-card__image {
  position: relative;
}
.trending-card__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.trending-card__content {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.trending-card__button-wrapper {
  margin-top: auto;
  padding-top: 12px;
}
.trending-card__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
.trending-card__price {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.trending-card__price-original {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}
.trending-card__price-discounted {
  font-weight: 700;
}
.trending-card__rating {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.trending-card__rating svg {
  width: 14px;
  height: 14px;
  fill: #000;
}
.trending-card__add-to-cart {
  width: 100%;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
.trending-card__add-to-cart:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}
.trending-card__add-to-cart:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}
@media screen and (max-width:768px){
  .trending-products__header { justify-content: space-between; }
  .trending-products {
    padding: 40px 0;
  }
  .trending-products__header {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .trending-products__slider {
    margin: 0 -5%;
    padding: 0 5%;
  }
}{
  .trending-products__header{justify-content: space-between;}
}
/* END_SECTION:trending-products */