/** Shopify CDN: Minification failed

Line 271:55 Expected identifier but found whitespace
Line 271:57 Unexpected "{"
Line 271:66 Expected ":"

**/
/* START_SECTION:about-values (INDEX:0) */
.about-values {
    padding: clamp(56px, 8vw, 96px) 24px;
  }
  .about-values__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .about-values__eyebrow {
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #A9915C;
    margin: 0 0 10px;
  }
  .about-values__heading {
    font-family: 'Anton', 'Arial Narrow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.02;
    color: #17140F;
    margin: 0 0 40px;
    max-width: 640px;
  }
  .about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .about-values__item {
    border-top: 2px dashed rgba(23, 20, 15, 0.14);
    padding-top: 20px;
  }
  .about-values__number {
    display: block;
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
    font-size: 12px;
    color: #A4502B;
    margin-bottom: 14px;
  }
  .about-values__item-heading {
    font-family: 'Anton', 'Arial Narrow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 10px;
    color: #17140F;
  }
  .about-values__item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #17140F;
    opacity: 0.8;
    margin: 0;
  }
  @media screen and (max-width: 749px) {
    .about-values__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
/* END_SECTION:about-values */
/* START_SECTION:before-after-showcase (INDEX:3) */
.ba-showcase {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 64px) 24px;
  }
  .ba-showcase__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
  }
  .ba-showcase__heading { font-size: clamp(22px, 3vw, 30px); font-weight: 700; margin: 0; }
  .ba-showcase__link { font-size: 14px; font-weight: 600; text-decoration: underline; color: inherit; white-space: nowrap; }

  .ba-showcase__viewport { position: relative; }

  .ba-showcase__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 2 * 24px) / 3);
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .ba-showcase__track::-webkit-scrollbar { display: none; }

  .ba-showcase__item { scroll-snap-align: start; }

  .ba-slider {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
    user-select: none;
    touch-action: pan-y;
  }
  .ba-slider__after,
  .ba-slider__before {
    position: absolute;
    top: 0; left: 0; height: 100%;
    overflow: hidden;
  }
  .ba-slider__after { width: 100%; }
  .ba-slider__before { border-right: 2px solid #fff; }
  .ba-slider__after img,
  .ba-slider__before img {
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
  }
  .ba-slider__before img { width: var(--ba-track-width, 100vw); }
  .ba-slider__placeholder { width: 100%; height: 100%; object-fit: cover; }

  .ba-slider__label {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    z-index: 2;
  }

  .ba-slider__handle {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 3;
  }
  .ba-slider__handle-grip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  }

  .ba-showcase__nav {
    position: absolute;
    top: 40%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .ba-showcase__nav--prev { left: -20px; }
  .ba-showcase__nav--next { right: -20px; }
  .ba-showcase__nav[disabled] { opacity: 0.3; cursor: default; }

  .ba-showcase__card { margin-top: 16px; }
  .ba-showcase__card-link { display: flex; gap: 12px; text-decoration: none; color: inherit; align-items: center; }
  .ba-showcase__card-image { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: #f2f2f2; }
  .ba-showcase__card-image img { width: 100%; height: 100%; object-fit: cover; }
  .ba-showcase__card-title { font-size: 15px; font-weight: 600; margin: 0 0 4px; line-height: 1.3; }
  .ba-showcase__card-price { font-size: 14px; font-weight: 700; }
  .ba-showcase__add-form { margin-top: 10px; }
  .ba-showcase__add-btn {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1.5px solid #111;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease;
  }
  .ba-showcase__add-btn:hover { background: #111; color: #fff; }

  .ba-showcase__dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .ba-showcase__dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #ccc; border: none; padding: 0; cursor: pointer;
  }
  .ba-showcase__dot.is-active { background: #111; }

  @media screen and (max-width: 749px) {
    .ba-showcase__track {
      grid-auto-columns: 100%;
    }
    .ba-showcase__nav { display: none; }
    .ba-showcase__dots { display: flex; }
  }
/* END_SECTION:before-after-showcase */
/* START_SECTION:brand-story (INDEX:4) */
.brand-story-section { padding: 56px 24px; }
  .brand-story__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .brand-story__inner--right { direction: rtl; }
  .brand-story__inner--right > * { direction: ltr; }
  .brand-story__image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
  }
  .brand-story__image-wrap img, .brand-story__placeholder { width: 100%; height: 100%; object-fit: cover; }
  .brand-story__heading { font-size: 28px; font-weight: 700; margin: 0 0 16px; }
  .brand-story__text { font-size: 16px; line-height: 1.6; color: #444; margin-bottom: 24px; }
  .brand-story__button {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #111;
    border-radius: 4px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .brand-story__button:hover { background: #111; color: #fff; }
  @media screen and (max-width: 989px) {
    .brand-story__inner, .brand-story__inner--right { grid-template-columns: 1fr; direction: ltr; gap: 28px; }
  }
/* END_SECTION:brand-story */
/* START_SECTION:custom-tshirt-design (INDEX:16) */
.custom-print-section { padding: 56px 24px; background: {{ section.settings.background_color }}; }
  .custom-print__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .custom-print__title { font-size: 30px; font-weight: 700; margin: 0 0 16px; }
  .custom-print__description { font-size: 16px; line-height: 1.6; color: #444; margin-bottom: 28px; }
  .custom-print__buttons { display: flex; gap: 12px; flex-wrap: wrap; }
  .custom-print__button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: opacity 0.2s ease;
  }
  .custom-print__button--solid { background: #111; color: #fff; }
  .custom-print__button--outline { background: transparent; color: #111; border: 1px solid #111; }
  .custom-print__button:hover { opacity: 0.8; }

  .custom-print__carousel-wrap { position: relative; }
  .custom-print__carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 10px;
  }
  .custom-print__carousel::-webkit-scrollbar { display: none; }
  .custom-print__slide {
    position: relative;
    flex: 0 0 100%;
    scroll-snap-align: start;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
  }
  .custom-print__slide img, .custom-print__placeholder { width: 100%; height: 100%; object-fit: cover; }
  .custom-print__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 14px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 13px;
  }
  .custom-print__nav {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
  }
  .custom-print__arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .custom-print__arrow:hover { background: #f2f2f2; }

  @media screen and (max-width: 989px) {
    .custom-print__inner { grid-template-columns: 1fr; gap: 32px; }
  }
  @media screen and (max-width: 749px) {
    .custom-print-section { padding: 40px 16px; }
    .custom-print__title { font-size: 24px; }
  }
/* END_SECTION:custom-tshirt-design */
/* START_SECTION:hero-banner (INDEX:26) */
.hero-banner {
    position: relative;
    width: 100%;
    height: var(--hero-height-mobile, 480px);
    overflow: hidden;
    display: flex;
  }
  @media screen and (min-width: 750px) {
    .hero-banner { height: var(--hero-height-desktop, 640px); }
  }
  .hero-banner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero-banner__placeholder { position: absolute; inset: 0; background: #e5e5e5; }
  .hero-banner__placeholder-svg { width: 100%; height: 100%; }
  .hero-banner__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
  }
  .hero-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 32px 24px;
  }
  .hero-banner__content--left { justify-content: flex-start; text-align: left; }
  .hero-banner__content--center { justify-content: center; text-align: center; }
  .hero-banner__content--right { justify-content: flex-end; text-align: right; }
  .hero-banner__inner { max-width: 560px; color: #fff; }
  .hero-banner__subheading {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    margin: 0 0 12px;
    opacity: 0.9;
  }
  .hero-banner__heading {
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.1;
    margin: 0 0 16px;
    font-weight: 700;
  }
  .hero-banner__text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
    opacity: 0.95;
  }
  .hero-banner__button {
    display: inline-block;
    padding: 14px 32px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: opacity 0.2s ease;
  }
  .hero-banner__button:hover { opacity: 0.85; }
/* END_SECTION:hero-banner */
/* START_SECTION:product-carousel (INDEX:59) */
.product-carousel-section { padding: 48px 24px; max-width: 1400px; margin: 0 auto; }
  .product-carousel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
  }
  .product-carousel__heading-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .product-carousel__heading { font-size: 28px; margin: 0; font-weight: 700; }
  .product-carousel__nav { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
  .product-carousel__nav.is-hidden { display: none; }
  .product-carousel__footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .product-carousel__view-more {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 999px;
    border: 1px solid #000;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .product-carousel__view-more:hover { background: #222; }
  .product-carousel__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .product-carousel__arrow:hover { background: #f2f2f2; }
  .product-carousel__arrow[disabled] { opacity: 0.35; cursor: default; pointer-events: none; }
  .product-carousel__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-carousel__track::-webkit-scrollbar { display: none; }
  .product-carousel__item {
    flex: 0 0 auto;
    width: 240px;
    scroll-snap-align: start;
  }
  .product-carousel__link { text-decoration: none; color: inherit; display: block; }
  .product-carousel__image-wrap {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 12px;
  }
  .product-carousel__image-wrap img, .product-carousel__placeholder { width: 100%; height: 100%; object-fit: cover; }
  .product-carousel__title { font-size: 15px; font-weight: 600; margin: 0 0 4px; }
  .product-carousel__price { font-size: 14px; color: #555; margin: 0; }
  @media screen and (max-width: 749px) {
    .product-carousel-section { padding: 32px 16px; }
    .product-carousel__item { width: 62vw; }
  }
/* END_SECTION:product-carousel */
/* START_SECTION:testimonials (INDEX:64) */
.testimonials-section { padding: 56px 24px; }
  .testimonials__inner { max-width: 1200px; margin: 0 auto; }
  .testimonials__heading { font-size: 28px; font-weight: 700; text-align: center; margin: 0 0 32px; }
  .testimonials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .testimonials__card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 24px;
    background: #fff;
  }
  .testimonials__stars { color: #e0a400; font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
  .testimonials__quote { font-size: 15px; line-height: 1.6; color: #333; margin: 0 0 16px; }
  .testimonials__author { font-size: 14px; font-weight: 600; color: #777; margin: 0; }
/* END_SECTION:testimonials */
