/** Shopify CDN: Minification failed

Line 34:27 Unexpected "{"
Line 34:36 Expected ":"
Line 34:43 Unexpected "{"
Line 42:26 Unexpected "{"
Line 42:35 Expected ":"
Line 42:42 Unexpected "{"
Line 138:25 Unexpected "{"
Line 138:34 Expected ":"
Line 138:41 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:home-trendsetters-slider (INDEX:36) */
.trendsetters-section_heading{
      font-weight: 400;
      color: #000;
      font-size: 2rem;
      text-align: center;
      margin: 0 0 25px;
      font-family: var(--font-heading-family);
    }
              .swiper {
                overflow: visible;
              }

              .swiper-wrapper {
                align-items: center;
              }
        .trend-pagination-{{ section.id }} {
          margin-top: 24px;
          display: flex;
          justify-content: center;
        }
              .swiper-slide {
                height: auto;
              }
                .section-{{ section.id }} {
                  padding: 60px 0;
                  background: #f4f4f4;
                }

                .swiper {
                  overflow: visible;
                }

          .swiper-slide {
            transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                        opacity 0.5s ease,
                        filter 0.5s ease;

            opacity: 0.35;
            transform: scale(0.8) !important;
            filter: blur(1px);
          }

          /* ACTIVE */
          .swiper-slide-active {
            opacity: 1;
            transform: scale(1) !important;
            filter: blur(0);
            z-index: 2;
          }

          /* SIDE */
          .swiper-slide-prev,
          .swiper-slide-next {
            opacity: 0.6;
            transform: scale(0.9) !important;
            filter: blur(0.5px);
            z-index: 1;
          }

                .swiper-slide {
                  position: relative;
                  aspect-ratio: 3 / 4;
                  overflow: hidden;
                }

                .swiper-slide img {
                  width: 100%;
                  height: 100%;
                  display: block;
                  object-fit: cover;
                  object-position: center;
                }

                .carousel-label {
                  position: absolute;
                  bottom: 12px;
                  left: 12px;
                  background: rgba(0,0,0,0.6);
                  color: #fff;
                  font-size: 12px;
                  padding: 6px 10px;
                  border-radius: 4px;
                }

                /* dots */
                .swiper-pagination {
                  margin-top: 20px;
                  position: relative;
                  position: unset !important;
                }

      .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #bbb;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        opacity: 1;
        margin: 0 3px !important;
        display: inline-block;
        flex-shrink: 0;
      }

      .swiper-pagination-bullet-active {
        width: 30px !important;
        background: #D1D5DC !important;
        border-radius: 50px !important;
      }

      .swiper-pagination-bullet-active::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 0%;
        background: #1A1A1A;
        animation: dotProgress 1.8s linear forwards;
      }
      .trend-pagination-{{ section.id }} {
        margin-top: 24px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 5;
      }
            @keyframes dotProgress {
              from { width: 0%; }
              to { width: 100%; }
            }
            @media (max-width: 767px) {
  .trendsetters-section_heading {
      margin: 30px 0 15px;
  }

  }
/* END_SECTION:home-trendsetters-slider */