/** Shopify CDN: Minification failed

Line 21:15 Unexpected "{"
Line 21:24 Expected ":"
Line 21:31 Unexpected "{"
Line 26:15 Unexpected "{"
Line 26:24 Expected ":"
Line 27:15 Unexpected "{"
Line 27:24 Expected ":"
Line 28:15 Unexpected "{"
Line 28:24 Expected ":"
Line 34:15 Unexpected "{"
... and 137 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:trusfit-description (INDEX:160) */
#desc-section-{{ section.id }} {
  width: 100%;
  box-sizing: border-box;
}

#desc-section-{{ section.id }} *,
#desc-section-{{ section.id }} *::before,
#desc-section-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#desc-section-{{ section.id }} .desc-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

#desc-section-{{ section.id }} .desc-tab-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#desc-section-{{ section.id }} .desc-tab-label {
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  cursor: default;
  letter-spacing: 0;
  line-height: 1.4;
}

#desc-section-{{ section.id }} .desc-tab-underline {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2.5px;
  border-radius: 0;
}

#desc-section-{{ section.id }} .desc-tab-content {
  width: 100%;
}

#desc-section-{{ section.id }} .desc-intro {
  font-weight: 400;
  line-height: 1.5;
}

#desc-section-{{ section.id }} .desc-feature-list {
  display: flex;
  flex-direction: column;
}

#desc-section-{{ section.id }} .desc-feature-item:last-child {
  margin-bottom: 0 !important;
}

#desc-section-{{ section.id }} .desc-feature-title {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2px;
}

#desc-section-{{ section.id }} .desc-feature-desc {
  font-weight: 400;
  line-height: 1.5;
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #desc-section-{{ section.id }} .desc-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  #desc-section-{{ section.id }} .desc-tab-content {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }

  #desc-section-{{ section.id }} .desc-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* END_SECTION:trusfit-description */

/* START_SECTION:trusfit-product-description (INDEX:161) */
#prod-desc-{{ section.id }} {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  box-sizing: border-box;
}

#prod-desc-{{ section.id }} *,
#prod-desc-{{ section.id }} *::before,
#prod-desc-{{ section.id }} *::after {
  box-sizing: border-box;
}

#prod-desc-{{ section.id }} .prod-desc-heading {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

#prod-desc-{{ section.id }} .prod-desc-body {
  font-weight: 400;
  max-width: 100%;
}

#prod-desc-{{ section.id }} .prod-desc-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#prod-desc-{{ section.id }} .prod-desc-block__heading {
  font-weight: 600;
  line-height: 1.3;
}

#prod-desc-{{ section.id }} .prod-desc-block__text {
  font-weight: 400;
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #prod-desc-{{ section.id }} {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  #prod-desc-{{ section.id }} {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  #prod-desc-{{ section.id }} .prod-desc-heading {
    font-size: 22px !important;
  }

  #prod-desc-{{ section.id }} .prod-desc-body,
  #prod-desc-{{ section.id }} .prod-desc-block__text,
  #prod-desc-{{ section.id }} .prod-desc-block__heading {
    font-size: 14px !important;
  }
}
/* END_SECTION:trusfit-product-description */

/* START_SECTION:trusfit-specifications (INDEX:162) */
#specs-{{ section.id }} {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

#specs-{{ section.id }} *,
#specs-{{ section.id }} *::before,
#specs-{{ section.id }} *::after {
  box-sizing: border-box;
}

#specs-{{ section.id }} .specs-heading {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

#specs-{{ section.id }} .specs-card {
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#specs-{{ section.id }} .specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

#specs-{{ section.id }} .spec-item {
  display: flex;
  flex-direction: column;
}

#specs-{{ section.id }} .spec-item--full {
  grid-column: 1 / -1;
}

#specs-{{ section.id }} .spec-label {
  font-weight: 700;
  line-height: 1.4;
}

#specs-{{ section.id }} .spec-value {
  font-weight: 400;
  line-height: 1.5;
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #specs-{{ section.id }} {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  #specs-{{ section.id }} .specs-heading {
    font-size: 24px !important;
  }

  #specs-{{ section.id }} .specs-card {
    padding: 24px 20px !important;
    min-height: unset !important;
  }

  #specs-{{ section.id }} .specs-grid {
    grid-template-columns: 1fr;
  }

  #specs-{{ section.id }} .spec-item--full {
    grid-column: 1;
  }

  #specs-{{ section.id }} .spec-item {
    min-width: unset !important;
    justify-self: stretch !important;
    text-align: left !important;
  }
}
/* END_SECTION:trusfit-specifications */

/* START_SECTION:why-choose-trusfit (INDEX:165) */
#why-choose-{{ section.id }} {
  box-sizing: border-box;
  width: 100%;
}

#why-choose-{{ section.id }} *,
#why-choose-{{ section.id }} *::before,
#why-choose-{{ section.id }} *::after {
  box-sizing: border-box;
}

#why-choose-{{ section.id }} .why-choose-container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#why-choose-{{ section.id }} .why-choose-heading {
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
  line-height: 1.2;
}

#why-choose-{{ section.id }} .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

#why-choose-{{ section.id }} .why-choose-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-style: solid;
  border-width: 1.5px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

#why-choose-{{ section.id }} .why-choose-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

#why-choose-{{ section.id }} .why-choose-card__icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#why-choose-{{ section.id }} .why-choose-card__emoji {
  font-size: 44px;
  line-height: 1;
  display: block;
}

#why-choose-{{ section.id }} .why-choose-card__svg {
  width: 44px;
  height: 44px;
  display: block;
}

#why-choose-{{ section.id }} .why-choose-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

#why-choose-{{ section.id }} .why-choose-card__title {
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
  line-height: 1.3;
}

#why-choose-{{ section.id }} .why-choose-card__desc {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #why-choose-{{ section.id }} .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #why-choose-{{ section.id }} .why-choose-card {
    width: 100% !important;
    min-width: unset !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  #why-choose-{{ section.id }} .why-choose-grid {
    grid-template-columns: 1fr;
  }

  #why-choose-{{ section.id }} .why-choose-heading {
    font-size: 22px !important;
    margin-bottom: 24px;
  }

  #why-choose-{{ section.id }} .why-choose-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #why-choose-{{ section.id }} .why-choose-card {
    width: 100% !important;
    min-width: unset !important;
    height: auto !important;
    min-height: unset !important;
  }
}
/* END_SECTION:why-choose-trusfit */