/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 93:0 Unexpected "<"
Line 278:0 Unexpected "<"
Line 365:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .fr-shirts-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--fr-text-color);
    padding: 60px 20px;
    gap: 40px;
    flex-wrap: wrap;
    min-height: 100vh;
  }

  .fr-shirts-content {
    flex: 1 1 500px;
    max-width: 600px;
    margin-left: 60px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
  }

  .fr-shirts-heading {
    font-size: var(--fr-heading-font-size);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--fr-text-color);
  }

  .fr-shirts-paragraph {
    font-size: var(--fr-paragraph-font-size);
    line-height: 1.6;
    margin-bottom: 40px;
    color: var(--fr-text-color);
  }

  .fr-shirts-subheading {
    font-size: var(--fr-subheading-font-size);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--fr-text-color);
  }

  .fr-feature-list {
    list-style: none;
    padding-left: 0;
  }

  .fr-feature-list li {
    margin-bottom: 16px;
    font-size: var(--fr-paragraph-font-size);
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
    color: var(--fr-text-color);
  }

  .fr-feature-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: var(--fr-icon-color);
  }

  @media (max-width: 768px) {
    .fr-shirts-section {
      flex-direction: column;
      text-align: left;
      padding: 40px 20px;
    }

    .fr-shirts-content {
      max-width: 100%;
    }

    .fr-shirts-heading,
    .fr-shirts-subheading {
      font-size: 22px;
    }
  }
</style>
section.our-story-section {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-story-section {
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  color: #fff;
  position: relative;
}

.our-story-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}

.story-slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0px 61px;
  width: 86%;
}

.story-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 30px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  padding: 0 40px;
}
.story-slider {
  overflow-x: hidden !important;
}

.story-slide {
  flex: 0 0 45%;
  background: transparent;
  scroll-snap-align: start;
  display: flex;
  gap: 20px;
  align-items: center;
}

.circle {
  background: #FFA500;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: black;
  flex-shrink: 0;
}

.circle img {
  max-height: 100%;
}

.story-content {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 20px;
  min-width: 300px;
  max-width: 400px;
  height: 207px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-content h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}

.story-content p {
  font-size: 16px;
  line-height: 1.4;
}

.story-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.story-arrow.left {
  left: 0;
}

.story-arrow.right {
  right: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .story-slide {
    flex: 0 0 60%;
  }
}

@media (max-width: 768px) {
  .our-story-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .story-slider-wrapper {
    padding: 0 20px;
  }

  .story-slide {
    flex: 0 0 80%;
    flex-direction: column;
    gap: 16px;
  }

  .circle {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }

  .story-content {
    min-width: auto;
    max-width: 90%;
    height: auto;
    padding: 16px;
  }

  .story-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .story-slide {
    flex: 0 0 100%;
  }

  .circle {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }

  .story-content h3 {
    font-size: 18px;
  }

  .story-content p {
    font-size: 14px;
  }
}
<style>
.product-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  gap: 40px;
}
div#shopify-section-template--24714454827320__product2_mNyYLQ {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.flex-img-txt {
    display: flex ;
    align-items: flex-start;
    justify-content: space-between;
}
.product-tabs-left {
  flex: 1 1 55%;
}

.product-tabs-right {
  flex: 1 1 40%;
  text-align: center;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.tab-button {
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color: #000;
  color: #fff;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  padding-left: 20px;
  list-style-type: disc;
}

.tab-content p {
  margin-bottom: 10px;
}

.product-tabs-right h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

img.animated-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
</style>