/** Shopify CDN: Minification failed

Line 16:6 Unexpected "{"
Line 16:15 Expected ":"
Line 16:22 Unexpected "{"
Line 21:8 Unexpected "{"
Line 21:17 Expected ":"
Line 29:8 Unexpected "{"
Line 29:17 Expected ":"
Line 39:8 Unexpected "{"
Line 39:17 Expected ":"
Line 52:8 Unexpected "{"
... and 70 more hidden warnings

**/
.ppc-{{ section.id }} {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ppc-{{ section.id }} .ppc__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
  }

  .ppc-{{ section.id }} .ppc__title {
    margin: 0 0 20px;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(var(--color-foreground), 0.9);
  }

  /* Slider layout */
  .ppc-{{ section.id }} .ppc__slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 12px;
    padding-right: 0px;
    list-style: none;
  }

  .ppc-{{ section.id }} .ppc__slider::-webkit-scrollbar {
    height: 0px;
  }
  .ppc-{{ section.id }} .ppc__slider {
    scrollbar-width: none;
  }

  .ppc-{{ section.id }} .ppc__slide {
    scroll-snap-align: start;
    flex: 0 0  24%; /* desktop 3 carfds + next peek */
  }
  /* Card */
  .ppc-{{ section.id }} .ppc-card {
    display: block;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 18px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .ppc-{{ section.id }} .ppc-card__media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f2f2f2;
    aspect-ratio: 1 / 1;
  }

  .ppc-{{ section.id }} .ppc-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .ppc .ppc__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
  padding-left: 0;
}

.ppc .ppc-filter {
  border: 0;
  background: #f3f4f6;
  color: #111;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1;
}

.ppc .ppc-filter.is-active {
  background: #19c37d;
  color: #000;
}
  /* Badge */
  .ppc-{{ section.id }} .ppc-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    color: #111;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  }
  .ppc-{{ section.id }} .page-width {
    overflow: visible;
  }

  /* Title & Bottom */
  .ppc-{{ section.id }} .ppc-card__body {
    padding-top: 14px;
  }

  .ppc-{{ section.id }} .ppc-card__title {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(var(--color-foreground), 0.92);
  }

  .ppc-{{ section.id }} .ppc-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ppc-{{ section.id }} .ppc-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ppc-{{ section.id }} .ppc-price__label {
    font-size: 13px;
    color: rgba(var(--color-foreground), 0.55);
  }

  .ppc-{{ section.id }} .ppc-price__value {
    font-size: 18px;
    font-weight: 700;
    color: rgba(var(--color-foreground), 0.92);
  }

  /* Circle arrow */
  .ppc-{{ section.id }} .ppc-arrow {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1.3px solid #000;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    transition: background 160ms ease, border-color 160ms ease;
  }

  .ppc-{{ section.id }} .ppc-arrow svg {
    width: 18px;
    height: 18px;
  }

  .ppc-{{ section.id }} .ppc-card:hover .ppc-arrow {
    background: #111;
    border-color: #111;
  }

  .ppc-{{ section.id }} .ppc-card:hover .ppc-arrow svg path {
    stroke: #fff;
  }
  .mnc{
        margin-top:75px;
  }
  
  @media (max-width: 749px) {
    .ppc-{{ section.id }} .ppc__slide {
      flex: 0 0 76%;
    }
     .ppc-{{ section.id }} .ppc-card__title {
        font-size:15px;
     }
     .ppc-price__label{
        font-size: 11px;
     }
     .ppc-price__value{
        font-size: 14px;
    }
      .ppc-{{ section.id }} {
        padding-top: 30px;
      }
      .ppc__title{
        margin: 0 0 10px 8px;
      }
      .ppc__filters{
         margin: 0 0 20px 8px !important;
      }
      .mnc{
        margin-top:35px;
      }
  }
.ppc-{{ section.id }} slider-component{
  position: relative;
  display: block;
}

/* overlay */
.ppc-{{ section.id }} .ppc__nav{
  position: absolute;
  inset: 0;
  z-index: 1;       /* IMPORTANT: above cards */
  pointer-events: none;
}

/* buttons */
.ppc-{{ section.id }} .ppc-nav-btn{
  pointer-events: auto;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0px 20px rgba(27, 27, 27, 0.42);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index:1;
}

   
.ppc-{{ section.id }} .ppc-nav-btn svg{
    width: 20px;
    fill: #00061a;
}
.ppc-{{ section.id }} .ppc-nav-btn:hover svg {
    fill: #0b38d5;
}
.ppc-{{ section.id }} .ppc-nav-btn--prev{ left: 16px; }
.ppc-{{ section.id }} .ppc-nav-btn--next{ right: 16px; }

.ppc-{{ section.id }} .ppc__navIcon{
  font-size: 34px;
  line-height: 1;
  color: #111;
  display:flex;
}

.ppc-{{ section.id }} .ppc-nav-btn[disabled]{
  opacity: 0.35;
  cursor: not-allowed;
  display:none;
}

/* hide arrows if no overflow (optional but nice) */
.ppc-{{ section.id }}.ppc--no-overflow .ppc__nav{
  display: none;
}

@media (max-width: 749px){
  .ppc-{{ section.id }} .ppc-nav-btn{ width: 26px; height: 26px; }
  .ppc-{{ section.id }} .ppc__navIcon{ font-size: 28px; }
  .ppc-{{ section.id }} .ppc-nav-btn svg{
  width:16px;
}
}

.ppc-{{ section.id }} .ppc-nav-btn.is-hidden{
  display: none !important;
}
