/** Shopify CDN: Minification failed

Line 16:20 Unexpected "{"
Line 16:29 Expected ":"
Line 16:36 Unexpected "{"
Line 27:21 Unexpected "{"
Line 27:30 Expected ":"
Line 35:21 Unexpected "{"
Line 35:30 Expected ":"
Line 40:21 Unexpected "{"
Line 40:30 Expected ":"
Line 52:21 Unexpected "{"
... and 158 more hidden warnings

**/
 #sourcing-process-{{ section.id }} {
    --sp-bg: #f8f5ef;
    --sp-gold: #a96c18;
    --sp-gold-light: #c58b3d;
    --sp-text: #171b22;
    --sp-border: #dfcdb3;
    background: var(--sp-bg);
    padding: 28px 12px 20px;
    overflow: hidden;
  }

  #sourcing-process-{{ section.id }} .sp-container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    background: #faf7f1;
  }

  /* HEADER */
  #sourcing-process-{{ section.id }} .sp-header {
    text-align: center;
    margin: 0 auto 18px;
  }

  #sourcing-process-{{ section.id }} .sp-header h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 500;
    color: var(--sp-gold);
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #b8893d;
  }

  #sourcing-process-{{ section.id }} .sp-header h3 {
    margin: 9px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.5vw, 38px);
    line-height: 1.05;
    font-weight: 500;
    color: var(--sp-text);
    text-transform: uppercase;
  }

  #sourcing-process-{{ section.id }} .sp-heading-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 7px auto 10px;
    width: 260px;
  }

  #sourcing-process-{{ section.id }} .sp-heading-line span {
    height: 1px;
    flex: 1;
    background: #dfcdb3;
  }

  #sourcing-process-{{ section.id }} .sp-heading-line b {
    color: var(--sp-gold);
    font-size: 10px;
    line-height: 1;
  }

  #sourcing-process-{{ section.id }} .sp-header p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
  }

  /* SLIDER */
  #sourcing-process-{{ section.id }} .sp-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  #sourcing-process-{{ section.id }} .sp-track-window {
    width: 100%;
    overflow: hidden;
    padding: 12px 0 20px;
  }

  #sourcing-process-{{ section.id }} .sp-track {
    display: flex;
    align-items: stretch;
    gap: 5px;
    transition: transform .45s ease;
    will-change: transform;
  }

 /* Default: smaller cards */
/* =========================================
   DEFAULT - SMALL CARDS
========================================= */

#sourcing-process-{{ section.id }} .sp-card {
  flex: 0 0 7.9%;
  min-width: 0;
  box-sizing: border-box;
}


/* =========================================
   LARGE CARDS - 04, 05, 06, 07
========================================= */

#sourcing-process-{{ section.id }} .sp-card:nth-child(4){
   flex: 0 0 12.25% !important;
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(5){
   flex: 0 0 12.25% !important;
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(6){
   flex: 0 0 12.25% !important;
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(7) {
  flex: 0 0 12.25% !important;
  opacity: 1 !important;
  transform: translateY(-2px);

  box-shadow: 0 8px 18px rgba(80, 55, 25, 0.13);
}


/* =========================================
   SMALL CARDS - 01, 02, 03, 08, 09, 10
========================================= */

#sourcing-process-{{ section.id }} .sp-card:nth-child(1),
#sourcing-process-{{ section.id }} .sp-card:nth-child(2),
#sourcing-process-{{ section.id }} .sp-card:nth-child(3),
#sourcing-process-{{ section.id }} .sp-card:nth-child(8),
#sourcing-process-{{ section.id }} .sp-card:nth-child(9),
#sourcing-process-{{ section.id }} .sp-card:nth-child(10) {
  flex: 0 0 8.5% !important;
  opacity: 0.5;
}
 /* =========================================
   SOURCING PROCESS CARD OPACITY
========================================= */

.sp-track .sp-card {
  opacity: 0.35;
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 8px 18px rgba(80, 55, 25, .13);
}

/* FULL OPACITY - 04, 05, 06, 07 */
.sp-track .sp-card:nth-child(4),
.sp-track .sp-card:nth-child(5),
.sp-track .sp-card:nth-child(6),
.sp-track .sp-card:nth-child(7) {
  opacity: 1;
}

/* FADED - 01, 02, 03 */
.sp-track .sp-card:nth-child(1),
.sp-track .sp-card:nth-child(2),
.sp-track .sp-card:nth-child(3) {
  opacity: 0.5;
}

/* FADED - 08, 09, 10 */
.sp-track .sp-card:nth-child(8),
.sp-track .sp-card:nth-child(9),
.sp-track .sp-card:nth-child(10) {
  opacity: 0.5;
}

  

#sourcing-process-{{ section.id }} .sp-card:nth-child(4){
   opacity: 1 !important;
 transform: translateY(-8px);
 box-shadow:
    0 12px 28px rgba(80, 55, 25, 0.20),
    0 4px 10px rgba(80, 55, 25, 0.12);
 z-index: 5;
 border: 1px solid rgba(197, 139, 61, 0.45);
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(5){
   opacity: 1 !important;
 transform: translateY(-8px);
 box-shadow:
    0 12px 28px rgba(80, 55, 25, 0.20),
    0 4px 10px rgba(80, 55, 25, 0.12);
 z-index: 5;
 border: 1px solid rgba(197, 139, 61, 0.45);
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(6){
   opacity: 1 !important;
 transform: translateY(-8px);
 box-shadow:
    0 12px 28px rgba(80, 55, 25, 0.20),
    0 4px 10px rgba(80, 55, 25, 0.12);
 z-index: 5;
 border: 1px solid rgba(197, 139, 61, 0.45);
}
#sourcing-process-{{ section.id }} .sp-card:nth-child(7) {
  opacity: 1 !important;
 transform: translateY(-8px);
 box-shadow:
    0 12px 28px rgba(80, 55, 25, 0.20),
    0 4px 10px rgba(80, 55, 25, 0.12);
 z-index: 5;
 border: 1px solid rgba(197, 139, 61, 0.45);
}

  #sourcing-process-{{ section.id }} .sp-card-image {
    width: 100%;
    height: 215px;
    overflow: hidden;
    background: #e9e2d7;
  }

  #sourcing-process-{{ section.id }} .sp-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sourcing-process-{{ section.id }} .sp-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
  }

  #sourcing-process-{{ section.id }} .sp-card-content {
    min-height: 190px;
    padding: 11px 14px 15px;
    text-align: center;
  }
  /* =========================================
   PROCESS ICON + NUMBER
========================================= */

#sourcing-process-{{ section.id }} .sp-card-content {
  position: relative;
  min-height: 190px;
  padding: 48px 14px 15px;
  text-align: center;
}

/* Number below icon */
#sourcing-process-{{ section.id }} .sp-number {
  color: #b87919;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 10px;
}

/* Title */
#sourcing-process-{{ section.id }} .sp-card h4 {
  margin: 0 auto 14px;
  width: 100%;
  max-width: 190px;

  min-height: 42px;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  color: var(--sp-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
  #sourcing-process-{{ section.id }} .sp-number {
    color: #b8893d;;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }

  #sourcing-process-{{ section.id }} .sp-card p {
    margin: 0 auto;
    max-width: 205px;
    color: #444;
    font-size: 11px;
    line-height: 1.55;
  }

  /* BIG SIDE ARROWS */
  #sourcing-process-{{ section.id }} .sp-arrow {
    position: absolute;
    z-index: 10;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    background: #fffdf9;
    color: var(--sp-gold);
    box-shadow: 0 3px 12px rgba(50, 35, 20, .13);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
  }

  #sourcing-process-{{ section.id }} .sp-prev {
    left: 7px;
  }

  #sourcing-process-{{ section.id }} .sp-next {
    right: 7px;
  }

  /* DOTS */
  #sourcing-process-{{ section.id }} .sp-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: -2px 0 17px;
  }

  #sourcing-process-{{ section.id }} .sp-dots {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  #sourcing-process-{{ section.id }} .sp-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d7c8b5;
    cursor: pointer;
  }

  #sourcing-process-{{ section.id }} .sp-dot.active {
    background: var(--sp-gold);
    transform: scale(1.12);
  }

  #sourcing-process-{{ section.id }} .sp-small-arrow {
    border: 0;
    background: transparent;
    color: var(--sp-gold);
    font-size: 27px;
    line-height: 1;
    padding: 0 3px;
    cursor: pointer;
  }

  /* BOTTOM BAR */
  #sourcing-process-{{ section.id }} .sp-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--sp-border);
    border-radius: 10px;
    background: rgba(255, 253, 249, .7);
    min-height: 76px;
    overflow: hidden;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 34px;
    position: relative;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    bottom: 17px;
    width: 1px;
    background: var(--sp-border);
  }

  #sourcing-process-{{ section.id }} .sp-bottom-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-copy h5 {
    margin: 0 0 4px;
    color: #b8893d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-copy p {
    margin: 0;
    color: #333;
    font-size: 11px;
    line-height: 1.4;
  }

  /* TABLET */
  @media screen and (max-width: 1100px) {
    #sourcing-process-{{ section.id }} .sp-card {
      flex-basis: calc((100% - 25px) / 6);
    }

    #sourcing-process-{{ section.id }} .sp-card:nth-child(4),
    #sourcing-process-{{ section.id }} .sp-card:nth-child(5),
    #sourcing-process-{{ section.id }} .sp-card:nth-child(6),
    #sourcing-process-{{ section.id }} .sp-card:nth-child(7) {
      opacity: 1;

    }

    #sourcing-process-{{ section.id }} .sp-card-image {
      height: 185px;
    }

    #sourcing-process-{{ section.id }} .sp-bottom-item {
      padding: 10px 18px;
    }
  }

@media screen and (max-width: 767px) {

  /* =========================================
     MAIN SECTION
  ========================================= */

  #sourcing-process-{{ section.id }} {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 20px;
  }


  /* =========================================
     SLIDER WINDOW
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-track-window {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;

    padding: 15px 0 30px;
  }

  #sourcing-process-{{ section.id }} .sp-track-window::-webkit-scrollbar {
    display: none;
  }


  /* =========================================
     TRACK
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-track {
    display: flex !important;

    width: max-content !important;

    gap: 14px;

    padding-left: 20px;
    padding-right: 20px;

    transform: none !important;

    transition: none;
  }


  /* =========================================
     CARDS
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card {
    flex: 0 0 calc(100vw - 70px) !important;

    width: calc(100vw - 70px) !important;

    min-width: calc(100vw - 70px) !important;

    max-width: calc(100vw - 70px) !important;

    opacity: 1 !important;

    transform: none !important;

    box-sizing: border-box;

    border-radius: 16px;

    box-shadow:
      0 6px 18px rgba(80, 55, 25, 0.12);
  }


  /* =========================================
     IMAGE
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card-image {
    width: 100%;
    height: 250px;
  }


  /* =========================================
     CONTENT
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card-content {
    min-height: 190px;

    padding: 45px 18px 22px;

    text-align: center;
  }


  /* =========================================
     ICON
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-process-icon {
    width: 58px;
    height: 58px;

    top: -29px;
  }

  #sourcing-process-{{ section.id }} .sp-process-icon-image {
    width: 30px;
    height: 30px;
  }


  /* =========================================
     NUMBER
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-number {
    font-size: 28px;
    margin-bottom: 10px;
  }


  /* =========================================
     TITLE
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card h4 {
    max-width: 260px;
    min-height: 42px;

    margin: 0 auto 14px;

    font-size: 16px;
    line-height: 1.25;
  }


  /* =========================================
     DESCRIPTION
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card p {
    max-width: 270px;

    margin: 0 auto;

    font-size: 13px;
    line-height: 1.55;
  }


  /* =========================================
     04 - 07 HIGHLIGHT
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-card:nth-child(4),
  #sourcing-process-{{ section.id }} .sp-card:nth-child(5),
  #sourcing-process-{{ section.id }} .sp-card:nth-child(6),
  #sourcing-process-{{ section.id }} .sp-card:nth-child(7) {

    box-shadow:
      0 14px 30px rgba(80, 55, 25, 0.20);

    border: 1px solid rgba(197, 139, 61, 0.45);
  }


  /* =========================================
     HIDE DESKTOP ARROWS
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-arrow {
    display: none !important;
  }


  /* =========================================
     MOBILE DOTS + ARROWS
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-slider-controls {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    margin: 5px 0 20px;
  }


  #sourcing-process-{{ section.id }} .sp-dots {
    display: flex;

    align-items: center;

    gap: 6px;
  }


  #sourcing-process-{{ section.id }} .sp-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #d7c8b5;

    cursor: pointer;

    transition: all .25s ease;
  }


  #sourcing-process-{{ section.id }} .sp-dot.active {
    width: 9px;
    height: 9px;

    background: #b8893d;
  }


  #sourcing-process-{{ section.id }} .sp-small-arrow {
    display: block !important;

    width: 30px;
    height: 30px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #b8893d;

    font-size: 25px;

    line-height: 1;

    cursor: pointer;
  }


  /* =========================================
     BOTTOM FEATURES
  ========================================= */

  #sourcing-process-{{ section.id }} .sp-bottom {
    grid-template-columns: 1fr;

    margin: 0 12px;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-item {
    padding: 15px 18px;
  }

  #sourcing-process-{{ section.id }} .sp-bottom-item:not(:last-child)::after {
    display: none;
  }

}