/** Shopify CDN: Minification failed

Line 958:10 Expected identifier but found whitespace
Line 958:12 Unexpected "{"
Line 958:21 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:animated-showcase (INDEX:8) */
.ls-section-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    gap: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: var(--bg-color-alt);
    position: relative;
  }

  .ls-video-bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
    background-color: var(--bg-color-alt);
    z-index: 1;
  }

  .ls-video-bg-container video {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
  }

  .ls-content-overlay {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 100%;
    z-index: 2;
  }

  @media (min-width: 1024px) {
    .ls-content-overlay {
      flex-direction: row;
      justify-content: flex-start;
    }
  }

  .ls-column-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
  }

  @media (min-width: 1024px) {
    .ls-column-text {
      flex: 1 1 0%;
      height: 100%;
    }
  }

  .ls-heading {
    position: relative;
    z-index: 2;
    color: var(--bg-color-alt);
    line-height: 1;
    font-family: "Syne", sans-serif;
    font-size: clamp(30px, 6vw, 60px);
    letter-spacing: -0.025em;
    font-weight: 500;
    text-align: center;
    margin: 0;
  }

  @media (min-width: 1024px) {
    .ls-heading {
      opacity: 0;
    }
    .ls-heading.left {
      text-align: left;
    }
    .ls-heading.right {
      text-align: right;
    }
  }

  .ls-spacer {
    min-width: 320px;
    width: 320px;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    display: none;
  }

  @media (min-width: 1024px) {
    .ls-spacer {
      display: flex;
    }
  }

  .ls-drift-box-container {
    flex: 1 1 0%;
    height: 100%;
    background-color: var(--bg-color-alt);
    padding: 1.5rem;
    z-index: 3;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
  }

  @media (min-width: 1024px) {
    .ls-drift-box-container {
      display: flex;
    }
  }

  .ls-box-wrapper {
    position: absolute;
    z-index: 9;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding: 2.5rem 1rem;
  }

  .ls-box-wrapper.left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .ls-box-wrapper.right {
    justify-content: flex-end;
  }

  .ls-drift-box {
    background-color: #000000;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .ls-drift-box.sm-width {
    width: 384px;
  }

  .ls-drift-box.xs-width {
    width: 320px;
  }

  .ls-drift-box.one-third-height {
    height: 33.333333%;
  }

  .ls-drift-box.fixed-height {
    height: 200px;
  }

  .ls-drift-box video {
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }

  .ls-center-element {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    align-self: stretch;
    height: 100%;
    z-index: 3;
    position: relative;
  }

  @media (min-width: 1024px) {
    .ls-center-element {
      min-width: 384px;
      width: 384px;
    }
  }

  .ls-decoration-bar {
    position: absolute;
    background-color: var(--bg-color-alt);
    width: 100%;
    height: 40px;
  }

  .ls-decoration-bar.top {
    top: 0;
  }

  .ls-decoration-bar.bottom {
    bottom: 0;
  }

  .ls-decoration-svg-wrapper {
    position: absolute;
    display: block;
  }

  .ls-decoration-svg-wrapper.top-left {
    top: 100%;
    left: 0;
  }

  .ls-decoration-svg-wrapper.top-right {
    top: 100%;
    right: 0;
    transform: rotate(90deg);
  }
  .ls-decoration-svg-wrapper.bottom-left {
    bottom: 100%;
    left: 0;
    transform: rotate(-90deg);
  }
  .ls-decoration-svg-wrapper.bottom-right {
    bottom: 100%;
    right: 0;
    transform: rotate(180deg);
  }
  .ls-decoration-svg {
    display: block;
    transform: rotate(180deg);
  }
  .ls-container-ref{
    background-color: var(--bg-color-alt);
  }
/* END_SECTION:animated-showcase */

/* START_SECTION:best-selling-potm (INDEX:11) */
/* ================================================================
       KOA — PRODUCT OF THE MONTH  (all colours explicit, beats theme)
    ================================================================ */

    /* --- SECTION ------------------------------------------------- */
    .potm-section,
    section.section_wrapper {
      width: 100%;
      background: #000000 !important;
      color: #ffffff !important;
      padding: 80px 0 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    h2.section_title {
      font-family: var(--font-heading-family);
      font-size: clamp(20px, 3.5vw, 48px) !important;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      text-align: center;
      color: #ffffff !important;
      padding: 0 20px;
      margin: 0;
    }

    .potm__outer { flex-grow: 1; width: 100%; }

    /* --- GRID ---------------------------------------------------- */
    .potm__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(24px, 4vw, 56px);
      align-items: start;
      color: #ffffff;
    }

    /* --- IMAGE PANEL --------------------------------------------- */
    .potm__images {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 10px;
      align-items: start;
    }

    /* --- THUMBNAILS ---------------------------------------------- */
    .potm__thumbnails {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .potm__thumb {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      border: 2px solid rgba(255,255,255,0.1) !important;
      background: #111;
      transition: border-color 0.2s ease;
      flex-shrink: 0;
    }
    .potm__thumb.is-active {
      border-color: #ffd700 !important;
      border: 2px solid #ffd700 !important;
    }
    .potm__thumb:hover {
      border-color: rgba(255,215,0,0.6) !important;
    }
    .potm__thumb--fallback {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #444;
      font-size: 18px;
    }
    .potm__thumb-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s;
    }
    .potm__thumb:hover .potm__thumb-img { transform: scale(1.06); }
    .potm__thumb-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.65);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff !important;
      font-family: var(--font-heading-family);
      font-size: 20px;
      font-weight: 500;
    }

    /* --- MAIN IMAGE ---------------------------------------------- */
    .potm__main-image {
      position: relative;
      background: #0d0d0d;
      border: 1px solid rgba(255,215,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      padding: 24px;
      box-sizing: border-box;
    }
    .potm__main-image::before,
    .potm__main-image::after {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-color: #ffd700;
      border-style: solid;
      opacity: 0.35;
      pointer-events: none;
    }
    .potm__main-image::before { top: 8px; left: 8px; border-width: 1px 0 0 1px; }
    .potm__main-image::after  { bottom: 8px; right: 8px; border-width: 0 1px 1px 0; }

    .potm__main-img-link { width: 100%; height: 100%; display: block; }
    .potm__main-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      display: block;
      transition: opacity 0.22s;
    }
    .potm__main-img.is-fading { opacity: 0; }
    .potm__fallback {
      display: flex; align-items: center; justify-content: center;
      color: #444; font-size: 13px;
    }

    /* --- DETAILS ------------------------------------------------- */
    .potm__details {
      display: flex;
      flex-direction: column;
      color: #ffffff !important;
      padding: 0 0 0 12px;
    }

    .potm__badge {
      display: inline-block;
      font-family: var(--font-body-family);
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #000000 !important;
      background: #ffd700;
      padding: 4px 10px;
      margin-bottom: 14px;
      align-self: flex-start;
    }

    .potm__title-link { text-decoration: none; color: inherit; }
    .potm__title-link:hover .potm__title { color: #ffd700 !important; }
    .potm__title {
      font-family: var(--font-heading-family);
      font-size: clamp(18px, 2.5vw, 30px);
      font-weight: 500;
      line-height: 1.15;
      letter-spacing: -0.01em;
      color: #ffffff !important;
      margin: 0 0 12px;
      transition: color 0.2s;
    }

    /* Rating */
    .potm__rating-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }
    .potm__stars { display: flex; gap: 1px; }
    .potm__star {
      font-size: 18px;
      line-height: 1;
      color: rgba(255,255,255,0.12) !important;
    }
    .potm__star.is-filled { color: #ffd700 !important; }
    .potm__rating-label {
      font-family: var(--font-body-family);
      font-size: 11px;
      color: rgba(255,255,255,0.35) !important;
      letter-spacing: 0.06em;
    }

    /* Price */
    .potm__price-wrap {
      display: flex;
      align-items: baseline;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }
    .potm__price {
      font-family: var(--font-heading-family);
      font-size: clamp(18px, 2.2vw, 26px);
      font-weight: 500;
      color: #ffffff !important;
    }
    .potm__price--sale { color: #ffd700 !important; }
    .potm__price--compare {
      font-size: clamp(13px, 1.5vw, 17px);
      color: rgba(255,255,255,0.28) !important;
      text-decoration: line-through;
      font-weight: 400;
    }
    .potm__save-tag {
      font-family: var(--font-body-family);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #000 !important;
      background: #ffd700;
      padding: 2px 7px;
      align-self: center;
    }

    /* Divider */
    .potm__divider {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.07);
      margin: 14px 0;
      flex-shrink: 0;
    }

    /* Description */
    .potm__desc {
      font-family: var(--font-body-family);
      font-size: clamp(13px, 1.2vw, 14px);
      font-weight: 300;
      line-height: 1.85;
      color: rgba(255,255,255,0.52) !important;
      margin: 0 0 18px;
    }

    /* Options */
    .potm__options-wrapper {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 18px;
    }
    .potm__option-block { display: flex; flex-direction: column; gap: 7px; }
    .potm__option-label {
      font-family: var(--font-heading-family);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.38) !important;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 7px;
    }
    .potm__option-selected {
      color: #fff !important;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0;
    }
    .potm__option-values { display: flex; flex-wrap: wrap; gap: 7px; }
    .potm__option-value {
      font-family: var(--font-body-family);
      font-size: 12px;
      cursor: pointer;
      color: rgba(255,255,255,0.48) !important;
      padding: 6px 13px;
      border: 1px solid rgba(255,255,255,0.12);
      transition: border-color 0.2s, color 0.2s, background 0.2s;
      line-height: 1;
      user-select: none;
    }
    .potm__option-value.is-active {
      border-color: #ffd700 !important;
      color: #ffd700 !important;
      background: rgba(255,215,0,0.06);
    }
    .potm__option-value:hover:not(.is-active) {
      border-color: rgba(255,255,255,0.4);
      color: #fff !important;
    }

    /* Actions row */
    .potm__actions {
      display: flex;
      align-items: stretch;
      gap: 8px;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }
    .potm__qty {
      display: flex;
      align-items: stretch;
      height: 46px;
      border: 1px solid rgba(255,255,255,0.14);
      flex-shrink: 0;
    }
    .potm__qty-btn {
      width: 36px;
      height: 100%;
      border: none;
      background: rgba(255,255,255,0.04);
      color: #fff !important;
      cursor: pointer;
      font-size: 18px;
      line-height: 1;
      transition: background 0.2s;
    }
    .potm__qty-btn:hover { background: rgba(255,255,255,0.1); }
    .potm__qty-btn:disabled { opacity: 0.28; cursor: not-allowed; }
    .potm__qty-input {
      width: 42px;
      height: 100%;
      text-align: center;
      border: none;
      border-left: 1px solid rgba(255,255,255,0.1);
      border-right: 1px solid rgba(255,255,255,0.1);
      outline: none;
      background: transparent;
      color: #fff !important;
      font-family: var(--font-body-family);
      font-size: 13px;
      -moz-appearance: textfield;
    }
    .potm__qty-input::-webkit-inner-spin-button,
    .potm__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

    .potm__add-btn {
      height: 46px;
      flex: 1;
      min-width: 130px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: none;
      background: #ffffff;
      color: #000000 !important;
      font-family: var(--font-heading-family);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.25s, color 0.25s, transform 0.15s;
      white-space: nowrap;
    }
    .potm__add-btn:hover:not(:disabled) {
      background: #ffd700;
      color: #000 !important;
      transform: translateY(-1px);
    }
    .potm__add-btn:active:not(:disabled) { transform: translateY(0); }
    .potm__add-btn:disabled { background: #1e1e1e; color: #555 !important; cursor: not-allowed; }

    /* Wishlist (Square app block) */
    .potm__wishlist-wrap { display: flex; align-items: stretch; flex-shrink: 0; }
    .potm__app-wrap {
      display: flex;
      align-items: stretch;
    }
    .potm__app-wrap > * {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-width: 46px !important;
      height: 46px !important;
      border: 1px solid rgba(255,255,255,0.14) !important;
      background: transparent !important;
      color: #ffffff !important;
      border-radius: 0 !important;
      padding: 0 12px !important;
      transition: border-color 0.2s, color 0.2s !important;
      cursor: pointer !important;
    }
    .potm__app-wrap > *:hover {
      border-color: #ffd700 !important;
      color: #ffd700 !important;
    }

    /* Meta */
    .potm__meta { display: flex; flex-direction: column; gap: 5px; }
    .potm__meta-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 11px;
      font-family: var(--font-body-family);
    }
    .potm__meta-key {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.28) !important;
      min-width: 58px;
      flex-shrink: 0;
      padding-top: 2px;
    }
    .potm__meta-val {
      color: rgba(255,255,255,0.6) !important;
      line-height: 1.5;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 11px;
    }

    /* ================================================================
       MODAL
    ================================================================ */
    .potm__modal {
      position: fixed;
      inset: 0;
      z-index: 999999;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.28s ease, visibility 0.28s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      box-sizing: border-box;
    }
    .potm__modal.is-open {
      visibility: visible;
      opacity: 1;
    }
    .potm__modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.9);
      cursor: pointer;
    }

    /* Modal box */
    .potm__modal-box {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 1100px;
      height: 88vh;
      max-height: 900px;
      background: #0a0a0a;
      border: 1px solid rgba(255,255,255,0.08);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transform: translateY(14px) scale(0.99);
      transition: transform 0.28s ease;
    }
    .potm__modal.is-open .potm__modal-box {
      transform: translateY(0) scale(1);
    }

    /* Modal header */
    .potm__modal-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 18px;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      flex-shrink: 0;
      background: #0a0a0a;
    }
    .potm__modal-title {
      font-family: var(--font-heading-family);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45) !important;
    }
    .potm__modal-header-right {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .potm__modal-counter {
      font-family: var(--font-body-family);
      font-size: 11px;
      color: rgba(255,255,255,0.25) !important;
      letter-spacing: 0.1em;
    }
    .potm__modal-close {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.55) !important;
      cursor: pointer;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
    }
    .potm__modal-close:hover {
      background: rgba(255,255,255,0.1);
      color: #fff !important;
      border-color: rgba(255,255,255,0.3);
    }

    /* Main image stage — explicit height so image is contained */
    .potm__modal-stage {
      flex: 1;
      min-height: 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      overflow: hidden;
    }
    .potm__modal-img-wrap {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-sizing: border-box;
    }
    .potm__modal-img-wrap img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
      transition: opacity 0.2s ease;
    }
    .potm__modal-img-wrap img.is-fading { opacity: 0; }

    /* Prev/next arrows on stage */
    .potm__modal-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      background: rgba(0,0,0,0.6);
      border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.7) !important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      z-index: 2;
    }
    .potm__modal-nav:hover {
      background: rgba(0,0,0,0.85);
      border-color: rgba(255,255,255,0.3);
      color: #fff !important;
    }
    .potm__modal-nav--prev { left: 14px; }
    .potm__modal-nav--next { right: 14px; }

    /* Thumbnail strip wrapper */
    .potm__modal-strip-wrap {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 0;
      background: #060606;
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 10px 0;
      position: relative;
    }

    /* Strip arrow buttons */
    .potm__strip-nav {
      flex-shrink: 0;
      width: 36px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: none;
      color: rgba(255,255,255,0.3) !important;
      cursor: pointer;
      transition: color 0.2s;
      z-index: 2;
    }
    .potm__strip-nav:hover { color: #fff !important; }

    /* Swiper strip */
    .potm__strip-swiper {
      flex: 1;
      min-width: 0;
      overflow: hidden;
      cursor: grab;
    }
    .potm__strip-swiper:active { cursor: grabbing; }

    .potm__strip-thumb {
      width: 80px !important;
      height: 80px !important;
      overflow: hidden;
      border: 2px solid transparent !important;
      background: #111;
      opacity: 0.5;
      transition: border-color 0.2s, opacity 0.2s;
      cursor: pointer;
      flex-shrink: 0;
    }
    .potm__strip-thumb.is-active,
    .potm__strip-thumb:hover {
      border-color: #ffd700 !important;
      border: 2px solid #ffd700 !important;
      opacity: 1;
    }
    .potm__strip-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      pointer-events: none;
    }

    /* ================================================================
       RESPONSIVE
    ================================================================ */
    @media screen and (max-width: 900px) {
      .potm__grid { grid-template-columns: 1fr; }
      .potm__details { padding: 0; }
      .potm__images { grid-template-columns: 66px 1fr; }
    }

    @media screen and (max-width: 600px) {
      section.section_wrapper { padding: 48px 0 40px; }
      .potm__images {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
      }
      .potm__thumbnails {
        order: 2;
        flex-direction: row;
        overflow-x: auto;
        gap: 6px;
        scrollbar-width: none;
      }
      .potm__thumbnails::-webkit-scrollbar { display: none; }
      .potm__thumb {
        flex: 0 0 60px;
        height: 60px;
        aspect-ratio: unset;
      }
      .potm__main-image { order: 1; }
      .potm__add-btn { flex: 1; min-width: 0; }
      .potm__modal { padding: 0; }
      .potm__modal-box { height: 100vh; max-height: 80vh; border: none; }
      .potm__strip-thumb { width: 62px !important; height: 62px !important; }
    }
    h2.section_title {
      margin-bottom: 5rem;
  }
/* END_SECTION:best-selling-potm */

/* START_SECTION:trending-products (INDEX:67) */
.trending {
    padding: 1rem 0; 
    background-color: #ffffff; /* Changed to pure white */
    text-align: left; 
  }

  .trending__header {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }

  .trending__title {
    font-family: var(--font-heading-family);
    font-size: clamp(3rem, 8vw, 8rem); 
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 1rem;
    letter-spacing: -0.04em;
    line-height: 0.9;
  }

  .trending__title em {
    font-style: italic;
    font-weight: 400;
    color: {{ section.settings.overlay_bg_color | default: '#FFD700' }}; 
  }

  .trending__subtext {
    font-family: var(--font-body-family);
    font-size: 1.4rem;
    color: #666;
    max-width: 600px;
    margin: 0; 
    line-height: 1.5;
  }

  .trending__slider-wrapper {
    position: relative;
    max-width: var(--page-width);
    margin: 0; 
  }

  .swiper {
    width: 100%;
    padding: 0 2rem; 
  }

  .swiper-slide {
    height: auto;
    max-width: 320px; 
  }

  .swiper-wrapper {
    justify-content: flex-start;
  }

  .trending__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: none; /* Removed shadow */
  }

  .trending__nav svg {
    width: 20px;
    height: 20px;
  }

  .trending__nav:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    transform: translateY(-50%) scale(1.1);
  }

  .trending__nav--prev {
    left: 1rem;
  }

  .trending__nav--next {
    right: 1rem;
  }

  .trending__footer {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  .trending__btn {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    font-family: var(--font-body-family);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000; 
    background-color: #fff;
    text-decoration: none;
    padding: 1.5rem 4rem; 
    border-radius: 0; 
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: none; /* Removed shadow */
    border: 1px solid #eee; /* Added subtle border for definition instead of shadow */
  }

  .trending__btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    gap: 3rem;
    transform: translateY(-2px);
  }

  .trending__btn svg {
    fill: currentColor;
  }

  @media screen and (max-width: 989px) {
    .trending {
      padding: 6rem 0;
    }
    .swiper {
      padding: 0 1.5rem;
    }
    .trending__nav {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    .trending__title {
      font-size: 3.5rem;
    }
    .trending__subtext {
      font-size: 1.2rem;
    }
    .trending__btn {
      padding: 1.2rem 3rem;
      font-size: 0.9rem;
      gap: 1.5rem;
    }
    .swiper-slide {
       max-width: 260px;
    }
  }
/* END_SECTION:trending-products */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:koa-fashion-card (INDEX:86) */
.product-card {
    width: 100%;
    max-width: 320px;
    margin: 0;
    text-align: left;
    position: relative;
    background-color: #fff; /* Ensure white background */
  }

  .product-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 0;
    max-height: 35rem;
  }

  .product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .product-card:hover .product-card__image {
    transform: scale(1.05);
  }

  .product-card__placeholder {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-size: 1.2rem;
    font-family: var(--font-body-family);
  }

  /* ACTIONS OVERLAY */
  .product-card__actions {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
    align-items: center;
  }

  .product-card:hover .product-card__actions {
    opacity: 1;
    transform: translateY(0);
  }

  /* BUTTON STYLING */
  .product-card__form {
    flex: 1;
    min-width: 0;
  }

  .product-card__btn {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 1px solid #eee; /* Added subtle border instead of shadow */
    padding: 1rem 1.2rem;
    font-family: var(--font-body-family);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none; /* Removed shadow */
  }

  .product-card__btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  .product-card__icon-btn {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee; /* Added subtle border instead of shadow */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
    box-shadow: none; /* Removed shadow */
  }

  .product-card__icon-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }

  .product-card__icon-btn.is-active,
  .product-card__icon-btn.is-active:hover {
    color: #ff3b30;
    border-color: #ff3b30;
    background: #fff;
  }

  /* INFO SECTION */
  .product-card__info {
    padding: 1.2rem 0;
  }

  .product-card__title {
    margin: 0 0 0.4rem;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .product-card__title a {
    text-decoration: none;
    color: #000;
    font-family: var(--font-heading-family); /* Syne */
    font-weight: 600;
    transition: opacity 0.3s ease;
  }

  .product-card__title a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .product-card__price-wrapper {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .product-card__price {
    font-family: var(--font-heading-family); /* Syne */
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
  }

  .product-card__price--compare {
    text-decoration: line-through;
    color: #999;
    font-weight: 500;
    font-size: 1.2rem;
  }

  /* MOBILE OPTIMIZATION */
  @media screen and (max-width: 749px) {
    .product-card__actions {
      opacity: 1;
      transform: translateY(0);
      bottom: 8px;
      left: 8px;
      right: 8px;
    }
    .product-card__btn {
      padding: 0.8rem;
      font-size: 0.85rem;
    }
    .product-card__icon-btn {
      width: 34px;
      height: 34px;
    }
  }
/* END_SNIPPET:koa-fashion-card */