/** Shopify CDN: Minification failed

Line 178:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:crafted-with-care (INDEX:13) */
.crafted-care-container {
    gap: 40px !important;
  }

  .crafted-care-heading-content {
    text-align: center;
  }

  .crafted-care-heading-content .subheading {
    font-family: Archivo;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
  }

  .crafted-care-heading-content h2 {
    font-family: Rethink Sans;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
  }

  .crafted-care-heading-content p {
    font-family: Urbanist;
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
  }

  .crafted-care-wrapper {
    display: flex;
    align-items: stretch;
    gap: 18px;
  }

  .crafted-care-card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    position: relative;
  }

  .crafted-care-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
  }

  .crafted-care-content {
    padding: 18px;
  }

  .crafted-care-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .crafted-care-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .crafted-arrow {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .crafted-arrow svg {
    width: 16px;
    height: 16px;
  }

  .crafted-care-dots {
      display: none;
  }

  @media screen and (max-width: 1024px) {
    .crafted-care-wrapper {
      overflow-x: auto;
      scrollbar-width: none;
    }

    .crafted-care-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .crafted-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #cfcfcf;
      border: none;
      padding: 0;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .crafted-dot.active {
      background: #111;
      width: 28px;
      border-radius: 20px;
    }

    .crafted-care-card {
      width: 100%;
      min-width: 30%;
    }
  }

  @media screen and (max-width: 991px) {
    .crafted-care {
      padding: 50px 15px;
    }

    .crafted-care .section-header h2 {
      font-size: 30px;
    }

    .crafted-care-card {
      min-width: 45%;
    }

    .crafted-care-image img {
      height: 200px;
    }
  }

  @media screen and (max-width: 749px) {
    .crafted-care-container {
      gap: 30px !important;
    }

    .crafted-care {
      padding: 50px 15px;
    }

    .crafted-care-card {
      min-width: 95%;
    }

    .crafted-care-image img {
      height: 200px;
    }
  }
/* END_SECTION:crafted-with-care */

/* START_SECTION:featured-slider-custom (INDEX:21) */
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');

      .featured-slider {
        position: relative;
        padding: 60px 0 80px;
        text-align: center;
        transition: background 0.6s ease;
        overflow: hidden;
      }

      /* TOP HEADING */
      .featured-slider__eyebrow {
        font-family: Archivo;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 10px;
      }

      .featured-slider__title {
        font-family: Rethink Sans;
        font-weight: 600;
        font-size: 52px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
      }

      /* SWIPER */
      .swiper {
        overflow: visible;
        padding-top: 40px;
      }

      .swiper-wrapper {
      align-items: center; /* sabhi slides vertically center */
    }

      /* ALL SLIDES DEFAULT */
      .swiper-slide {
        opacity: 0.45;
        transform: scale(0.68);
        transition: opacity 0.5s ease, transform 0.5s ease;
        cursor: pointer;
      height: auto !important; /* height auto rakho */
      }

      /* PREV / NEXT (immediate neighbors) */
      .swiper-slide-prev,
      .swiper-slide-next {
        opacity: 0.75;
        transform: scale(0.82);
      }

      /* ACTIVE CENTER */
      .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 3;
      }

      /* CARD INNER */
      .slide-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      /* IMAGE */
      .swiper-slide img {
      width: 380px;
      height: 380px;
      object-fit: cover;
      margin: auto auto 40px;
      transition: all .5s ease;
      display: block;
      border-radius: 10px;
  }

      .swiper-slide-active img {
        width: 420px;
        height: 420px;
        margin-bottom: 40px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      }

      /* TEXT — hidden on non-active by default */
      .slide-title {
        font-family: Rethink Sans;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        opacity: 0.8;
      }

      .slide-price-wrap {
        margin-top: 15px;
      }

      .slide-price {
        font-family: Urbanist;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        opacity: 0.8;
        margin-top: 15px;
      }

      /* ACTIVE TEXT — fully visible & larger */
      .swiper-slide-active .slide-title {
        font-size: 32px;
        opacity: 1;
      }

      .swiper-slide-active .slide-price-wrap {
        opacity: 1;
      }

      .swiper-slide-active .slide-price {
        font-size: 24px;
      }
/* END_SECTION:featured-slider-custom */

/* START_SECTION:jellychic-faq (INDEX:31) */
.jellyfaq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px !important;
    border-radius: 10px;
    align-items: stretch;
  }

  .jellyfaq-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
  }

  .jellyfaq-content .sub-heading {
    font-family: Archivo;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px;
  }

  .jellyfaq-content h2 {
    font-family: Rethink Sans;
    font-weight: 600;
    font-size: 52px;
    line-height: normal;
    text-transform: capitalize;
  }

  .jellyfaq-content p {
    margin: 15px 0 0;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 18px;
  }

  /* ACCORDION */
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
  }
  .faq-item {
    background: #ffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
  }

  .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-family: Rethink Sans;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
  }

  .faq-answer {
    margin-top: 15px;
    display: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-family: Urbanist;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
  }

  /* ACTIVE STATE */
  .faq-item.active {
    background: rgba(213, 72, 42, 1);
  }

  .faq-item.active .faq-answer {
    display: block;
    color: rgba(255, 255, 255, 1);
  }

  .faq-item.active .faq-question {
    color: rgba(255, 255, 255, 1);
  }

  /* BUTTON */

  .faq-btn a {
    display: inline-block;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-family: Rethink Sans;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0%;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .faq-btn a:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
  }

  @media (max-width: 768px) {
    .jellyfaq-container {
      grid-template-columns: 1fr;
    }
    .jellyfaq-image {
      height: 440px;
    }
  }

  @media (max-width: 480px) {
    .jellyfaq-container {
      grid-template-columns: 1fr;
    }
    .jellyfaq-image {
      height: 320px;
    }
  }
/* END_SECTION:jellychic-faq */

/* START_SECTION:jellychic-feature (INDEX:32) */
.jellychic-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px !important;
        align-items: center;
      }

      .jellychic-features-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
      }

      .jellychic-content .sub-heading {
        font-family: Archivo;
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
      }

      .jellychic-content h2 {
        font-family: Rethink Sans;
        font-weight: 600;
        font-size: 52px;
        line-height: normal;
      }

      .jellychic-content p {
        font-weight: 500;
        font-size: 18px;
        margin-top: 15px;
      }

      .feature-list {
        margin: 30px 0px;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .feature-item {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
  }

      .feature-icon {
        overflow: hidden;
      }

      .feature-icon img {
        width: 70px;
        height: auto;
      }

      .feature-text {
        text-align: left;
        width: 100%;
      }

      .feature-text h4 {
        font-family: Rethink Sans;
        font-weight: 600;
        font-size: 26px;
        line-height: normal;
        letter-spacing: 0%;
        text-transform: capitalize;
      }

    .feature-text p {
        font-weight: 500;
        font-size: 18px;
        margin-top: 10px;
    }

      .jellychic-btn {
        margin-top: 20px;
      }

      .jellychic-btn a {
        display: inline-block;
        padding: 15px 20px;
        background: rgba(213, 72, 42, 1);
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        font-family: Rethink Sans;
        font-weight: 700;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 0%;
        text-transform: capitalize;
        transition: all 0.2s;
      }

      .jellychic-btn a:hover {
        background: rgba(0, 0, 0, 1);
        color: rgba(255, 255, 255, 1);
      }

      @media (max-width: 768px) {
        .jellychic-container {
          grid-template-columns: 1fr;
        }
        .jellychic-features-image {
          height: 320px;
        }
      }
/* END_SECTION:jellychic-feature */

/* START_SECTION:joy-carry-banner (INDEX:33) */
.joy-carry-section {
    padding: 70px 20px;
    background: #f8f5f2;
  }

  .joy-carry-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 0px !important;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f0ec;
  }

  .joy-carry-content {
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E5F3F3;
  }

  .joy-small-heading {
    font-family: "Archivo";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }

  .joy-heading {
    font-family: "Rethink Sans";
    font-size: 42px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .joy-description {
    font-family: "Urbanist";
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 405px;
  }

  .joy-signature {
    font-size: 24px;
    font-family: cursive;
    margin-bottom: 10px;
  }

  .joy-team {
    font-size: 26px;
    font-family: cursive;
  }

  .joy-image {
    position: relative;
    height: 100%;
  }

  .joy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* MOBILE */

  @media screen and (max-width: 1024px) {
    .joy-carry-content {
      padding: 30px;
    }
    .joy-heading {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 990px) {

    .joy-carry-wrapper {
      grid-template-columns: 1fr;
    }

    .joy-carry-content {
      padding: 45px 30px;
      order: 2;
    }

    .joy-image {
      min-height: 420px;
      order: 1;
    }

    .joy-heading {
      font-size: 30px;
    }

    .joy-description {
      font-size: 16px;
    }

    .joy-signature {
      font-size: 26px;
    }

    .joy-team {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 576px) {

    .joy-small-heading {
      font-size: 18px;
    }

    .joy-carry-section {
      padding: 40px 15px;
    }

    .joy-carry-content {
      padding: 35px 22px;
    }

    .joy-heading {
      font-size: 24px;
    }

    .joy-image {
      min-height: 320px;
    }

    .joy-description {
      margin-bottom: 20px;
    }

    .joy-signature {
      font-size: 20px;
    }

    .joy-team {
      font-size: 20px;
    }
  }
/* END_SECTION:joy-carry-banner */