/** Shopify CDN: Minification failed

Line 493:10 Unexpected "{"
Line 493:19 Expected ":"
Line 494:16 Expected identifier but found whitespace
Line 494:18 Unexpected "{"
Line 494:27 Expected ":"
Line 494:78 Expected ":"
Line 495:19 Expected identifier but found whitespace
Line 495:21 Unexpected "{"
Line 495:30 Expected ":"
Line 495:84 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
.cf-jb-about-learn-wrapper .about-us-wrapper,
  .cf-jb-about-learn-wrapper .about-us-inner {
    display: flex;
    align-items: center;
  }

  .cf-jb-about-learn-wrapper .about-us-inner {
    gap: 72px;
    padding: 80px 0;
    position: relative;
  }

  .cf-jb-about-learn-wrapper .about-us-inner-items {
    max-width: 640px;
    width: 100%;
  }

  .cf-jb-about-learn-wrapper .about-us-inner .about-us-inner-items .primary-btn-link {
    background-color: var(--color-A68B72);
    color: var(--color-FFFFFF);
  }

  .cf-jb-about-learn-wrapper .about-us-inner .about-us-inner-items .primary-btn-link:hover {
    background-color: var(--color-E8DFD3);
    color: var(--color-A68B72);
    border: 1px solid var(--color-A68B72);
  }

  .cf-jb-about-learn-wrapper .about-us-inner .about-us-inner-items .primary-btn-link:hover .right-btn-icn svg path {
    fill: var(--color-A68B72);
  }

  .cf-jb-about-learn-wrapper .about-us-img-wrapper {
    display: flex;
    position: relative;
    padding-right: 20px;
  }

  .cf-jb-about-learn-wrapper .img-right {
    padding-right: 10px;
  }

  .cf-jb-about-learn-wrapper .img-right img,
  .cf-jb-about-learn-wrapper .img-left img {
    display: block;
  }

  .cf-jb-about-learn-wrapper .img-right img:first-child {
    margin-bottom: 38px;
  }

  .cf-jb-about-learn-wrapper .img-left img {
    margin-top: 47px;
  }

  .cf-jb-about-learn-wrapper .about-us-img-container {
    position: relative;
  }

  .cf-jb-about-learn-wrapper .about-us-img-container div:empty {
    display: unset;
  }

  .cf-jb-about-learn-wrapper .about-us-box {
    width: 345px;
    height: 345px;
    background-color: var(--color-DCDCDC);
    border-radius: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .cf-jb-selling-wrapper .selling-banner {
    position: relative;
    width: 100%;
    min-height: 661px;
    overflow: hidden;
    background: url('/cdn/shop/files/selling-bg.png?v=1761734381');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 80px 0;
  }

  .cf-jb-selling-wrapper .selling-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(232 223 211 / 30%) 0%, rgba(23, 23, 23, 0.9) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .cf-jb-selling-wrapper .selling-banner-items {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    color: #fff;
    gap: 70px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
  }

  .cf-jb-selling-wrapper .selling-banner-title h2 {
    font-family: var(--font-oxygen);
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--color-FFFFFF);
    margin-bottom: 30px;
    text-align: start;
    max-width: 500px;
    width: 100%;
  }

  .cf-jb-selling-wrapper .selling-banner-info p {
    font-family: var(--font-oxygen);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--color-FFFFFF);
    max-width: 650px;
    width: 100%;
    text-align: start;
  }

  .cf-jb-selling-wrapper .primary-btn-main {
    display: flex;
    align-items: flex-start;
  }

  .cf-jb-selling-wrapper .primary-btn-link {
    background-color: var(--color-A68B72) !important;
    color: var(--color-FFFFFF) !important;
    border: 1px solid var(--color-A68B72) !important;
  }

  .cf-jb-selling-wrapper .primary-btn-link:hover {
    background-color: transparent !important;
    color: var(--color-FFFFFF) !important;
    border: 1px solid var(--color-A68B72) !important;
  }

  .cf-jb-selling-wrapper .primary-btn-link:hover .right-btn-icn svg path {
    fill: var(--color-FFFFFF) !important;
  }

  .cf-jb-selling-wrapper .selling-banner-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
  }

  .cf-jb-selling-wrapper .selling-banner-states h2 {
    font-family: var(--font-oxygen);
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--color-FFFFFF);
    text-align: start;
  }

  .cf-jb-selling-wrapper .selling-banner-states p {
    font-family: var(--font-oxygen);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--color-FFFFFF);
    max-width: 325px;
    width: 100%;
  }

  .cf-jb-about-learn-wrapper .Heading h2{
    text-align: start !important;
  }

  .cf-jb-about-learn-wrapper .descripion p{
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    margin: 20px 0 !important;
    text-align: start !important;
    color: var(--color-151515);
    opacity: 70%;
  }

  .template-page-about-us .cf-kk-title-wrapper .descripion p{
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    color: var(--color-151515);
    opacity: 70%;
    text-align: center;
  }

  .cf-jb-about-learn-wrapper .cf-kk-primary-btn-wrapper{
    display: none;
  }


  @media (max-width: 1024px) {
    .cf-jb-about-learn-wrapper .about-us-inner {
      gap: 50px;
      padding: 60px 0;
    }

    .cf-jb-about-learn-wrapper .about-us-box {
      width: 300px;
      height: 300px;
    }

    .cf-jb-selling-wrapper .selling-banner {
      padding: 60px 0;
    }

    .cf-jb-selling-wrapper .selling-banner-title h2 {
      font-size: 36px;
      max-width: 450px;
    }
  }

  @media (max-width: 991px) {
    .cf-jb-about-learn-wrapper .Heading h2{
      text-align: center !important;
    }

    .cf-jb-about-learn-wrapper .descripion p{
      text-align: center !important;
    }
    .cf-jb-about-learn-wrapper .about-us-inner {
      flex-direction: column-reverse;
      gap: 40px;
      padding: 60px 0;
      text-align: center;
    }

    .cf-jb-about-learn-wrapper .about-us-img-wrapper {
      justify-content: center;
    }

    .cf-jb-about-learn-wrapper .about-us-inner-items {
      max-width: 100%;
    }

    .cf-jb-about-learn-wrapper .about-us-box {
      top: 20px;
      width: 280px;
      height: 280px;
    }

    .cf-jb-selling-wrapper .selling-banner-items {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 40px;
      padding: 0 40px;
    }

    .cf-jb-selling-wrapper .selling-banner-title h2 {
      font-size: 36px;
      line-height: 38px;
      max-width: 100%;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .cf-jb-about-learn-wrapper .about-us-img-wrapper {
      justify-content: center;
      padding: 0 10px;
      gap: 10px;
    }

    .cf-jb-about-learn-wrapper .img-right img,
    .cf-jb-about-learn-wrapper .img-left img {
      width: auto;
      max-width: 100%;
      height: auto;
    }

    .cf-jb-about-learn-wrapper .img-right,
    .cf-jb-about-learn-wrapper .img-left {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .cf-jb-about-learn-wrapper .img-right img:first-child {
      margin-bottom: 12px;
    }

    .cf-jb-about-learn-wrapper .about-us-inner {
      padding: 35px 0;
    }

    .cf-jb-about-learn-wrapper .img-left img {
      margin-top: 12px;
    }

    .cf-jb-about-learn-wrapper .about-us-box{
        display: none !important;
    }

    .cf-jb-selling-wrapper .selling-banner {
      padding: 40px 0;
    }

    .cf-jb-selling-wrapper .selling-banner-items {
      flex-direction: column;
      align-items: flex-start;
      text-align: start;
      gap: 30px;
      padding: 0;
    }

    .cf-jb-selling-wrapper .primary-btn-main {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cf-jb-selling-wrapper .selling-banner-title h2 {
      font-size: 28px;
      max-width: 100%;
      text-align: center;
    }

    .cf-jb-selling-wrapper .selling-banner-states h2 {
      font-size: 32px;
    }

    .cf-jb-selling-wrapper .selling-banner-info p {
      font-size: 14px;
      max-width: 100%;
    }
  }
section.cf-dp-categories-section {
    padding: 80px 0 54px;
}

.cf-dp-categories-section .cf-categories-grid {
    display: grid;
    grid-template-columns: 1.34fr 1fr 1fr;
    gap: 32px;
    padding-top: 40px;
}

.cf-dp-categories-section .category-item.large, .cf-dp-categories-section .category-item.medium {
    height: 240px;
}

.cf-dp-categories-section .category-item.tall {
    grid-column: 2 / 2;
    grid-row: 1 / 3;
    height: 513px;
}

.cf-dp-categories-section .category-item.small.top {
    grid-column: 3 / 4;
    height: 240px;
}

.cf-dp-categories-section .category-item.small.bottom {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    height: 240px;
}

.cf-dp-categories-section .category-item {
  position: relative;
}

.cf-dp-categories-section .category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cf-dp-categories-section .category-name {
    position: absolute;
    bottom: 23px;
    left: 19px;
}
.cf-dp-categories-section .category-name span{
    font-family: var(--font-quicksand);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color-171717);
}
.cf-dp-categories-section .category-name span:before {
  content: '';
  background: var(--color-000000);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.cf-dp-categories-section .category-name span:hover::before {
  width: 100%;
}
.cf-dp-categories-section .category-item{
    position: relative;
}
.cf-dp-categories-section .category-item:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #a6a6a600, #a6a6a600), linear-gradient(180deg, rgba(232, 223, 211, 0) 39.38%, rgba(232, 223, 211, 0.9) 83.23%);
    width: 100%;
    height: 100%;
    bottom: 0;
}
.cf-dp-categories-section .cf-kk-title-wrapper .descripion p{
  color: var(--color-151515);
  opacity: 70%;
}
@media(max-width:1199px){
    .cf-dp-categories-section .cf-categories-grid {
        gap: 20px;
    }
}
@media(max-width:767px){
    .cf-dp-categories-section .cf-categories-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .cf-dp-categories-section .category-item.tall {
        grid-column: span 2;
        grid-row: auto;
        height: 300px;
    }

    section.cf-dp-categories-section{
      padding-top: 60px;
    }

    .cf-dp-categories-section .category-item.small.top,
    .cf-dp-categories-section .category-item.small.bottom {
        grid-column: auto;
        grid-row: auto;
        height: 150px;
    }
    .cf-dp-categories-section .category-item.large, .cf-dp-categories-section .category-item.medium {
        height: 150px;
    }
    .cf-dp-categories-section .category-name span {
        font-size: 16px;
    }
    .cf-dp-categories-section .cf-categories-grid {
        gap: 10px;
    }
}
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  .contact.template-page-contact .contact_wrapper{
    padding: 0 20px
  }
  .cf-pk-contact-us{
    &.contact {
      background: var(--color-FFFFFF);
      border-width: 1px;
      border-style: solid;
      border-color: rgb(222, 223, 225);
      border-image: initial;
      border-radius:20px;
      max-width:1240px;
      margin:0 auto 80px;
      overflow:hidden;
      @media(max-width:1023px){
        margin: 0 auto 60px;
      }
      @media(max-width:767px){
        margin: 0 auto 50px;
      }
      h1{
        font-family: var(--font-poppins);
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0;
        color: var(--color-FFFFFF);
        background-color:var(--color-9AB7C6);
        padding: 24px 49px;

        @media(max-width:767px){
          padding: 20px !important;
        }
      }
      .row{
        padding:58px 42px;
        gap:55px;

        @media(max-width:991px){
          flex-direction: column;
        }
        @media(max-width:767px){
          padding: 30px 20px !important;
          gap: 35px;
        }
      }
      .col-8-pk{
        max-width: 100%;
        width: calc(70% - 30px);
        @media(max-width:991px){
          width: 100% !important;
        }
        h2{
        font-family: var(--font-quicksand);
          font-weight: 400;
          font-size: 22px;
          line-height: 160%;
          letter-spacing: 0;
          text-align: left;
          color: var(--color-3d3d3d);
          margin-bottom: 4px;
          opacity:70% !important
        }
        span{
          font-family: var(--font-poppins);
          font-weight: 400;
          font-size: 16px;
          line-height: 160%;
          letter-spacing: 0;
          color: var(--color-151515);
          max-width:606px;
          margin-bottom:40px;
          display:block;
          opacity:70%;
        }
        form{
          width:100%;
          button.primary-btn-link{
            font-weight: 400;
            font-family:var(--font-poppins);
            background-color: var(--color-A68B72);
            cursor:pointer;
            &:hover{
              background-color: transparent;
              color: var(--color-A68B72);
              border: 1px solid var(--color-A68B72);
            }
          }
           
          .field{
            .field__input_custom{
              border: 1px solid #C5C5C5;
              padding: 10px 16px;
              border-radius: 20px;
              box-shadow: none;
              outline: none;
              font-family: var(--font-oxygen);
              font-weight: 400;
              font-size: 14px;
              line-height: 160%;
              letter-spacing: 0;
              width: 100%;
              color: var(--color-979797);
              &::placeholder{
                color: #979797;
                display:block;
              }
            }
            label{
              display:none;
            }
            &::before, &::after{
              display:none;
            }
          }
        }
      }
      .col-4-pk{
        width: calc(30% - 30px);
        @media(max-width:991px){
          width: 100% !important;
        }
        p, a{
          font-family: var(--font-quicksand);
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0;
          color: var(--color-151515);
          opacity: 70%;
          margin-bottom:8px;
        }
        hr{
          margin: 44px 0 !important; 
          background:  #CACACA;
          @media(max-width:767px){
            margin: 30px 0 !important;
          }
        }
      }
    }
  }

  
  .cf-pk-contact-us .col-4-pk a {
    font-family: var(--font-poppins) !important;
  }
.cf-kk-faq-wrapper {
    margin: 60px 0;
}
.cf-kk-faq-wrapper .cf-kk-title-wrapper .main-title-inner{
        max-width: 841px;
}
.cf-kk-faq-wrapper .main-faq-inner {
    margin-top: 68px;
}

.cf-kk-faq-wrapper .faq-item {
    background-color: #fdfaf600;
    border-radius: 16px;
    border: 1px solid #9AB7C6CC;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px 0px #19213D0F;
    margin-bottom: 16px;
    padding: 26px 32px;
    font-family: var(--font-poppins);
    position: relative;
}

.cf-kk-faq-wrapper .faq-question:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: red; */
}

  .cf-kk-faq-wrapper .faq-question {
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    color: var(--color-171717);
}

  .cf-kk-faq-wrapper .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

 .cf-kk-faq-wrapper .faq-answer p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-151515);
    opacity: 70%;
    max-width: 95%;
    width: 100%;
}

 .cf-kk-faq-wrapper .faq-item.active .faq-answer {
    margin-top: 6px;
}
 .cf-kk-faq-wrapper span.faq-arrow-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-A68B72);
    border-radius: 50%;
}

  .cf-kk-faq-wrapper .faq-item.active span.faq-arrow-icon {
    transform: rotate(90deg);
    background-color: var(--color-D78234);
    border-color: var(--color-D78234);
    box-shadow: 
      0px 2px 6px 0px #4A3AFF1A,
      inset 0px 1px 1.5px 0px #FFFFFF40,
      inset 0px -1px 1px 0px #0000001F;
  }
  
  .cf-kk-faq-wrapper .faq-item.active span.faq-arrow-icon svg path{
      stroke: var(--color-FFFFFF);
  }

  .cf-kk-faq-wrapper .cf-kk-title-wrapper .description p{
    margin-top: 15px;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
  }

  @media(max-width:1500px){
  .cf-kk-faq-wrapper .main-faq-inner .page-width {
    max-width: 100% !important;
    padding: 0 127px !important;
  }
  }

  @media(max-width:1199px){
      .cf-kk-faq-wrapper .faq-item{
            padding: 18px 24px;
      }
      .cf-kk-faq-wrapper .faq-question{
            font-size: 22px;
            line-height: 30px;
      }
  }

  @media(max-width:1023px){
    .cf-kk-faq-wrapper .main-faq-inner .page-width {
        padding: 0 50px !important;
    }
  }

  @media(max-width:767px){
    .cf-kk-faq-wrapper {
      margin: 50px 0;
    } 
  .cf-kk-faq-wrapper .main-faq-inner .page-width {
    padding: 0 20px !important;
  }
  .cf-kk-faq-wrapper .cf-kk-title-wrapper .main-title-inner {
    max-width: 100% !important;
}
  .cf-kk-faq-wrapper .main-faq-inner {
      margin-top: 30px;
  }
  .cf-kk-faq-wrapper .faq-item {
    padding: 14px 12px;
}
  .cf-kk-faq-wrapper .faq-question {
    font-size: 16px;
    line-height: 24px;
    align-items: self-start;
  }
  .faq-item .faq-arrow-icon svg {
    width: 6px !important;
    height: 12px !important;
  }
  .cf-kk-faq-wrapper .faq-answer p{
      font-size: 14px;
      line-height: 22px;
      max-width: 100%;
  }
  .cf-kk-faq-wrapper span.faq-arrow-icon{
    width: 100%;
    max-width: 22px;
    height: 100% !important;
    min-height: 22px !important;
  }
  
  }
.cf-dp-feature-slider {
    background: var(--color-FFFFFF);
    padding: 31px 0;
  }

  .cf-dp-feature-slider .feature-card {
      background: var(--color-CEE8F5);
      border-radius: 12px;
      padding: 35px 20px;
      display: flex;
      align-items: center;
      gap: 24px;
      height: 100%;
  }

  .cf-dp-feature-slider .icon-wrap {
    background: var(--color-FFFFFF);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5.24px 7.86px 0px #00000014;
  }

  .cf-dp-feature-slider .icon-wrap img {
    width: 24px;
    height: 24px;
  }

  .cf-dp-feature-slider .feature-content h3 {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-151515);
  }

  .cf-dp-feature-slider .feature-content p {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #151515B2;
    padding-top: 16px;
  }

  .cf-dp-feature-slider .feature-content p span {
    color: #D78234;
    font-weight: 600;
  }
.cf-dp-contact-section .cf-contact-right img {
      height: 100%;
      display: block;
      width: 100%;
      object-fit: contain;
      object-position: bottom;
  }
  .cf-dp-contact-section .cf-contact-container {
      display: flex;
      background: var(--color-8C7259);
      border-radius: 16px;
      margin-bottom: 54px;
      border: 1px solid #9AB7C6CC;
  }
  .cf-dp-contact-section .cf-contact-container .cf-contact-left {
      padding: 36px 0 36px 32px;
  }
  .cf-dp-contact-section .cf-contact-left .heading{
      font-family: var(--font-quicksand);
      font-weight: 700;
      font-size: 50px;
      line-height: 100%;
      letter-spacing: 0;
      text-transform: capitalize;
      color: var(--color-FFFFFF);
  }
  .cf-dp-contact-section .cf-contact-left .description {
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0;
      color: #FFFFFFB2;
      padding: 12px 0 24px;
      max-width: 770px;
      width: 100%;
  }

  .cf-dp-contact-section #homeContactForm {
      max-width: 548px;
      width: 100%;
  }
  .cf-dp-contact-section #homeContactForm .field{
      margin-bottom: 13px;
  }
  .cf-dp-contact-section #homeContactForm .field:after, .cf-dp-contact-section #homeContactForm .field:before{
      all: unset;
  }
  .cf-dp-contact-section #homeContactForm .field__input_custom {
      background: #FFFFFF33;
      border: 1px solid #FFFFFF33;
      border-radius: 10px;
      padding: 15px 15px 15px 60px;
      width: 100%;
      position: relative;
      min-height: 79px;
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      color: var(--color-FFFFFF);
  }
  .cf-dp-contact-section #homeContactForm input:-internal-autofill-selected,
  .cf-dp-contact-section #homeContactForm input:-webkit-autofill,
  .cf-dp-contact-section #homeContactForm input:-webkit-autofill:hover,
  .cf-dp-contact-section #homeContactForm input:-webkit-autofill:focus,
  .cf-dp-contact-section #homeContactForm textarea:-webkit-autofill,
  .cf-dp-contact-section #homeContactForm textarea:-webkit-autofill:hover,
  .cf-dp-contact-section #homeContactForm textarea:-webkit-autofill:focus,
  .cf-dp-contact-section #homeContactForm select:-webkit-autofill,
  .cf-dp-contact-section #homeContactForm select:-webkit-autofill:hover,
  .cf-dp-contact-section #homeContactForm select:-webkit-autofill:focus {
      appearance: none !important;
      -webkit-appearance: none !important;
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
      -webkit-text-fill-color: var(--color-FFFFFF) !important;
      transition: background-color 9999s ease-in-out 0s !important;
      caret-color: var(--color-FFFFFF) !important;
  }
  .cf-dp-contact-section #homeContactForm .field__input_custom:focus-visible{
      outline: none;
      box-shadow: unset;
  }
  .cf-dp-contact-section #homeContactForm .field__input_custom::placeholder{
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      color: #FFFFFF99;
  }
  .cf-dp-contact-section #homeContactForm .form-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 18px;
      height: 25px;
  }
  .cf-dp-contact-section #homeContactForm .form-icon.form-msg{
      top: 24px;
  }
  .cf-dp-contact-section #homeContactForm .form-icon.form-email{
      top: 40px;
  }
  .cf-dp-contact-section #homeContactForm .form__message .form-status[role="alert"], .cf-dp-contact-section #homeContactForm .form-status-list.caption-large{
      display: none;
  }
  .cf-dp-contact-section #homeContactForm .form__message{
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0;
      color: #FFFFFF;
  }
  @media(max-width:1199px){
      .cf-dp-contact-section .cf-contact-left .heading{
          font-size: 40px;
      }
      .cf-dp-contact-section #homeContactForm .field__input_custom {
          min-height: 60px;
      }
      .cf-dp-contact-section #homeContactForm .form-icon.form-email {
          top: 32px;
      }
  }
  @media(max-width:767px){
      .cf-dp-contact-section .cf-contact-left .heading{
          font-size: 30px;
      }
      .cf-dp-contact-section .cf-contact-container {
          flex-direction: column;
      }
      .cf-dp-contact-section .cf-contact-container .cf-contact-left {
          padding: 20px 20px 0;
      }
      .cf-dp-contact-section #homeContactForm {
          max-width: 100%;
      }
  }
.cf-dp-hero-section .cf-hero-container {
  display: flex;
  overflow-x: hidden;
}
.cf-dp-hero-section .cf-hero-left, .cf-dp-hero-section .cf-hero-right {
  width: 50%;
}
.cf-dp-hero-section .cf-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 29px 0 63px;
    position: relative;
}
.cf-dp-hero-section .cf-hero-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.cf-dp-hero-section .cf-hero-left .hero-heading h1 {
    font-family: var(--font-quicksand);
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--color-151515);
    letter-spacing: 0px;
}
.cf-dp-hero-section .cf-hero-left .hero-description p {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #151515B2;
  padding: 30px 0 40px;
}
.cf-dp-hero-section .cf-subtext span {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-000000);
}
.cf-dp-hero-section .cf-subtext span.divider {
  padding: 0 10px;
}
.cf-underline-link {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: var(--color-000000);
  position: relative;
}
.cf-underline-link:before {
  content: '';
  background: var(--color-000000);
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.cf-underline-link:hover::before {
  width: 0;
}
.cf-dp-hero-section .cf-subtext {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.cf-dp-hero-section .primary-btn-link {
  text-transform: capitalize !important;
}
@media(max-width:1440px){
  
    .cf-dp-hero-section .cf-hero-left .hero-description p {
        padding: 20px 0 30px;
    }
    .cf-dp-hero-section .cf-subtext {
        bottom: 30px;
        right: 30px;
    }
}
@media(max-width:1366px){
    .cf-dp-hero-section .cf-hero-left .hero-heading h1 {
        font-size: 55px;
        line-height: 60px;
    }
}
@media(max-width:1199px){
    .cf-dp-hero-section .cf-subtext {
        bottom: 20px;
        right: 20px;
    }
    
    .cf-dp-hero-section .cf-hero-left .hero-heading h1 {
        font-size: 45px;
        line-height: 45px;
    }
     .cf-dp-hero-section .cf-hero-left {
        padding: 0 20px;
    }
}
@media(max-width:991px){
    .cf-dp-hero-section .cf-subtext {
        position: initial;
        padding-top: 30px;
    }
    .cf-dp-hero-section .cf-hero-left .hero-description p {
        padding: 15px 0 15px;
    }
    .cf-dp-hero-section .cf-hero-left {
        padding: 40px 20px;
    }
}
@media(max-width:767px){
     
    .cf-dp-hero-section .cf-hero-container {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .cf-dp-hero-section .cf-hero-left {
        align-items: center;
        text-align: center;
    }
    .cf-dp-hero-section .cf-hero-left, .cf-dp-hero-section .cf-hero-right {
        width: 100%;
    }
    .cf-dp-hero-section .cf-subtext {
        padding-bottom: 30px;
    }
    .cf-dp-hero-section .cf-hero-right img {
        height: calc(100vh - 130px);
    }
    .cf-dp-hero-section .cf-hero-left {
        padding: 0px 20px;
    }
    .cf-dp-hero-section .cf-hero-left .hero-heading h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .cf-dp-hero-section .cf-hero-left .hero-description p {
        font-size: 16px;
        line-height: 25px;
    }
}
.cf-cu-404 .cf-cu-404-image img{
    max-width: 914px;
    width: 100%;
    padding: 0 20px;
  }
  .cf-cu-404 .cf-kk-primary-btn-wrapper a.primary-btn-link {
      font-family: var(--font-poppins);
      font-weight: 400;
      background-color: var(--color-A68B72);
      margin-bottom: 37px;
  }
  .cf-cu-404 .cf-kk-primary-btn-wrapper span.right-btn-icn{
    padding-left: 10px;
  }
  .cf-cu-404 .contain-404 p {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--color-171717);
    padding: 37px 20px;
    font-family: var(--font-roboto);
  }
  .cf-cu-404 .cf-cu-404-image {
    text-align: center;
  }
  .cf-cu-404 .cf-kk-primary-btn-wrapper .primary-btn-main {
      text-align: center;
  }
  .cf-cu-404 .cf-kk-primary-btn-wrapper .primary-btn-main .primary-btn-link:hover {
      background-color: var(--color-E8DFD3);
      color: var(--color-A68B72);
      border: 1px solid var(--color-A68B72);
    }
    .cf-cu-404 .cf-kk-primary-btn-wrapper .primary-btn-main .primary-btn-link:hover .right-btn-icn svg path {
      fill: var(--color-A68B72);
    }

  @media(max-width:991px){
    .cf-cu-404 .contain-404 p {
        font-size: 24px;
    }
  }
.article-wrapper {
      display: flex;
      justify-content: center;
      gap: 28px;
      margin: 0 auto;
    }

    .article-wrapper .article-main {
      max-width: 967px;
      width: 100%;
    }

    .article-wrapper .article-sidebar {
      max-width: 343px;
      width: 100%;
    }

    .article-wrapper .article-main .article-template header{
      margin: 0 !important;
      padding: 0 !important;
    }

    .article-wrapper .article-main .article-template__title{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 0px;
      color: var(--color-171717);
      text-align: center;
      margin-bottom: 16px !important;
    }

    .article-wrapper .article-main .artical-info {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 26px;
    }

    .article-wrapper .article-main .artical-info .artical-author {
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      color: var(--color-404040);
    }

    .article-wrapper .article-main .artical-info .artical-author-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px;
      background-color: black;
      border-radius: 50%;
    }

    .article-wrapper .article-main .artical-info .artical-time {
      display: flex;
      align-items: center;
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      color: var(--color-404040);
    }

    .article-wrapper .article-main .artical-info .artical-time::before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: var(--color-404040);
      border-radius: 50%;
      margin-right: 8px;
    }

    .article-wrapper .article-main .article-template__hero-adapt{
      padding: 0 !important;
      min-height: 561px;
      height: 100%;
      border-radius: 20px;
      margin-bottom: 26px;
    }

    .article-wrapper .article-main .article-template__content{
      margin: 0 !important;
      padding: 0 !important;
    }

    .article-wrapper .article-main .article-template__content p{
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 16px;
      color: var(--color-151515);
      opacity: 70%;
      line-height:28px;
      letter-spacing: 0px;
    }

    .article-wrapper .article-main .article-template__content p:nth-child(2){
      margin-top: 26px;
      padding-left: 23px;
      position: relative;
    }

    .article-wrapper .article-main .article-template__content p:nth-child(2)::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background-color: var(--color-9AB7C6);
    }

    .article-wrapper .article-main .article-template__content h3{
      margin: 26px 0 16px;
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 0px;
    }

    .article-wrapper .article-main .cf-dp-categories-section .cf-kk-title-wrapper{
  	  display: none;
    }

    .article-wrapper .article-main .cf-dp-categories-section,
    .article-wrapper .article-main .cf-dp-categories-section .page-width{
      padding: 0 !important;
    }

    .article-wrapper .article-main .cf-dp-categories-section .cf-categories-grid{
      gap: 24px;
      padding: 26px 0;
    }

    .article-wrapper .article-main .article-template__back{
      display: none;
    }

    .article-wrapper .article-sidebar .sidebar-title{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 0px;
      color: var(--color-171717);
      margin-top: 20px;
    }

    .article-wrapper .article-sidebar .sidebar-inner{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 23px;
      padding: 26px 0;
      position: relative;
      border-bottom: 1px solid #9ab7c6;
    }

    .article-wrapper .article-sidebar .sidebar-inner a {
      display: flex;
      align-items: center;
      gap: 15px;
      width: 100%;
      text-decoration: none;
      color: inherit;
    }

    .article-wrapper .article-sidebar .sidebar-blog-conent {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .article-wrapper .article-sidebar .sidebar-blog-img img{
      display: block;
      object-fit: contain;
      border-radius: 5px;
    }

    .article-wrapper .article-sidebar .sidebar-blog-conent p{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0px;
      color: var(--color-171717);
      margin-bottom: 5px;
      }

    .article-wrapper .article-sidebar .sidebar-blog-date{
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0px;
      color: var(--color-404040);
    }

    .article-wrapper .article-sidebar .sidebar-blog-data {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-poppins);
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0px;
      color: var(--color-404040);
    }

    .article-wrapper .article-sidebar .sidebar-blog-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }


    .article-wrapper .article-sidebar .sidebar-blog-info::after {
        content: "";
        width: 6px;
        height: 6px;
        background: var(--color-404040);
        border-radius: 50%;
    }

    .article-wrapper .article-sidebar .sidebar-blog-date {
      order: 2;
    }


    .cf-jb-article .title{
      font-family: var(--font-quicksand);
      font-weight: 700;
      font-size: 50px;
      line-height: 100%;
      letter-spacing: 0px;
      color: var(--color-171717);
      text-align: center;
      text-transform: capitalize;
      margin: 26px 0 40px !important;
    }

    .cf-jb-article .collection {
      padding: 0;
    }

    .cf-jb-article .card__heading{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -1.5%;
      color: var(--color-151515);
      margin-bottom: 20px;
    }

    .cf-jb-article .price-item{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: -0.5%;
      color: var(--color-A68B72);
    }

    .cf-jb-article .sidebar-inner a:hover .sidebar-blog-conent p {
      text-decoration: underline;
    }

    .cf-jb-article #insta-feed h2{
      font-family: var(--font-poppins);
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 0px;
      color: var(--color-171717);
      margin: 40px 0 24px 0;
      text-align: start;
    }

    .cf-jb-article .instagram-blog-section {
      width: 100% !important;
      max-width: none !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .cf-jb-article #insta-feed img {
      border-radius: 8px !important;
    }

    .cf-jb-article #insta-feed .instafeed-hover-layer {
      border-radius: 8px !important;
    }

    .cf-jb-article .instafeed-new-layout-wrapper{
      grid-template-columns: repeat(3, 2fr) !important;
      max-width: 343px !important;
      width: 100% !important;
      row-gap: 16px !important;
      column-gap: 14px !important;
    }

    .cf-jb-article .instafeed-new-layout-item.image-loaded {
      max-width: 105px !important;
      width: 100% !important;
      height: 105px !important;
    }

    .cf-jb-article .page-indentation a:nth-of-type(2) {
      opacity: 1;
    }

  @media(max-width: 1024px){
    .cf-jb-article .title{
      font-size: 40px !important;
    }
  }

  @media (max-width: 991px) {
    .article-wrapper {
      flex-direction: column;
      gap: 20px;
    }

    .article-wrapper .article-sidebar,
    .article-wrapper .article-main {
      max-width: 100%;
      width: 100%;
    }

    .article-wrapper .article-sidebar .sidebar-inner {
      gap: 23px;
      padding: 26px 0;
      position: relative;
      border-bottom: 1px solid #9ab7c6;
      max-width: 575px;
    }
  }

  @media (max-width: 767px) {
    .article-wrapper {
      flex-direction: column;
      gap: 16px;
      padding: 0 15px;
    }

    .cf-jb-article .title{
      font-size: 30px !important;
      margin-top: 30px !important;
    }

    .article-wrapper .article-main .article-template__title {
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      margin-bottom: 12px !important;
    }

    .article-template__content h3{
      font-size: 20px !important;
      line-height: 28px !important;
    }

    .article-wrapper .article-main .article-template__hero-adapt {
      min-height: 300px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .article-wrapper .article-main .article-template__content p {
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0px;
    }

    .article-wrapper .article-sidebar .sidebar-inner {
      align-items: flex-start;
      gap: 12px;
      padding: 16px 0;
      position: relative;
    }
    .article-wrapper .article-main .cf-dp-categories-section .cf-categories-grid {
      gap: 10px;
      padding: 20px 0;
    }
    .cf-jb-article .instafeed-new-layout-wrapper {
      row-gap: 10px !important;
      column-gap: 10px !important;
    }
  }
.cf-dp-philosophy-section .cf-philosophy-container {
  display: flex;
  overflow-x: hidden;
}

.cf-dp-philosophy-section .cf-philosophy-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cf-dp-philosophy-section .cf-philosophy-left,
.cf-dp-philosophy-section .cf-philosophy-right {
  width: 50%;
}
.cf-dp-philosophy-section .cf-philosophy-right{
  display: flex;
  align-items: center;
}
.cf-dp-philosophy-section .cf-philosophy-right .Heading{
  max-width: 458px !important;
  width: 100%;
}
.cf-dp-philosophy-section .cf-philosophy-right .cf-descripion p {
  padding: 24px 0 38px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #151515B2;
}

.cf-dp-philosophy-section .cf-philosophy-right .main-title-inner {
  padding-left: 80px;
  padding-right: 40px;
}

.cf-dp-philosophy-section .cf-kk-title-wrapper .main-title-inner {
  text-align: left;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1440px) {
  .cf-dp-philosophy-section .cf-philosophy-right .main-title-inner {
    max-width: 660px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .cf-dp-philosophy-section .cf-philosophy-right .main-title-inner {
    padding: 30px 20px;
    max-width: 100%;
  }
  .cf-dp-philosophy-section .cf-philosophy-right .Heading {
      max-width: 438px !important;
  }
}
@media(max-width:991px){
  .cf-dp-philosophy-section .cf-philosophy-right .cf-descripion p{
    padding: 15px 0;
  }
}
@media(max-width:767px){
   .cf-dp-philosophy-section .cf-philosophy-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .cf-dp-philosophy-section .cf-philosophy-left,
  .cf-dp-philosophy-section .cf-philosophy-right {
    width: 100%;
  }
  .cf-dp-philosophy-section .cf-philosophy-right .main-title-inner {
    text-align: center;
    padding: 0 20px 20px;
  }
  .cf-dp-philosophy-section .cf-philosophy-right .cf-descripion p{
    font-size: 14px;
    line-height: 22px;
  }
  .cf-dp-philosophy-section .cf-philosophy-right .Heading {
      max-width: 100% !important;
  }
}
.cf-jc-product-tab-section {
    padding: 60px 0;
    border-bottom: 1px solid #0000001A;
    overflow: hidden;
  }
  .cf-jc-product-tab-section .cf-kk-title-wrapper {
    margin: 0 0 25px;
  }
  .cf-jc-product-tab-section .product-tabs-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 44px;
    gap: 30px;
  }

  .cf-jc-product-tab-section .product-tabs-group .product-tab {
    background: transparent;
    border: none;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 30px;
    height: 52px;
    border: 1px solid transparent;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    color: var(--color-000000);
  }
  .cf-jc-product-tab-section .product-tabs-group .product-tab.active {
    border-color: var(--color-A68B72);
    font-weight: 600;
    color: var(--color-000000);
  }
  
  .cf-jc-product-tab-section .product-tab-group .product-tab-content {
    display: none;
  }
  
  /* Show animation (slide up into view) */
  .cf-jc-product-tab-section .product-tab-group .product-tab-content.slide-up {
    animation: slideUp 1.5s ease forwards;
  }
  
  /* Hide animation (slide down out of view) */
  .cf-jc-product-tab-section .product-tab-group .product-tab-content.slide-down {
    animation: slideDown 0.3s ease forwards;
  }
  
  /* keyframes */
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideDown {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(50px);
    }
  }
  
  .cf-jc-product-tab-section .product-tab-group .product-tab-content .cf-kk-primary-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid {
    margin-left: -37px;
    margin-right: -37px;
    margin-bottom: 44px;
  }
  
  .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid .product-tab-grid-item {
    width: 33.3334%;
    padding-left: 37px;
    padding-right: 37px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__inner{
    height: 528px;
    border-radius: 0;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__variant-cart .card-product-form .variant-options .variant-label{
    font-size: 16px;
    line-height: 20px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__variant-cart .card-product-form .add-to-cart-btn {
    height: 55px;
    min-height: 55px;
    font-size: 16px;
    line-height: 100%;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information {
    padding-top: 21px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .24px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale .price-item--sale {
    margin: 0 16px 0 0;
    color: var(--color-000000);
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale .price-item.price-item--regular{
    font-size: 17.47px;
    line-height: 30px;
    letter-spacing: 0.17px;
    color: var(--color-C33C54);
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination{
    bottom: 98px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination li{
    height: 20px;
    width: 20px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination li .splide__pagination__page {
    height: 8px;
    width: 8px;
  }
  .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media li .splide__pagination__page.is-active{
    height: 14px;
    width: 14px;
  }
  @media (max-width: 1199px) {
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid {
      margin-left: -20px;
      margin-right: -20px;
    }
    
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid .product-tab-grid-item {
      padding-left: 20px;
      padding-right: 20px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner {
      height: 430px;
    }
  }
  @media (max-width: 991px) {
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 44px;
    }
    
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid .product-tab-grid-item {
      width: 33.3334%;
      padding-left: 15px;
      padding-right: 15px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner {
        height: 338px;
    }
  }
  @media (max-width: 767px) {
    .cf-jc-product-tab-section{
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* old Edge */
    }
    .cf-jc-product-tab-section::-webkit-scrollbar {
      /* display: none !important; */
      height: 2px;
    }
    .cf-jc-product-tab-section::-webkit-scrollbar-track {
      background: transparent; /* scrollbar track */
    }
    .cf-jc-product-tab-section::-webkit-scrollbar-thumb {
      background: transparent; /* scrollbar handle */
    }
    .cf-jc-product-tab-section .page-width{
      padding: 0 0 !important;
    }
    .cf-jc-product-tab-section .product-tabs-group {
      justify-content: start;
      overflow-x: auto;
      gap: 20px;
      padding: 0 20px;
      margin: 0 0 30px;
      scrollbar-width: none;
    }
    .cf-jc-product-tab-section .product-tabs-group .product-tab {
      border-color: var(--color-A68B72);
      font-size: 14px;
      line-height: 20px;
      padding: 0 20px;
      height: 44px;
    }
    .cf-jc-product-tab-section .product-tabs-group .product-tab.active {
      background-color: var(--color-A68B72);
      color: var(--color-FFFFFF);
      font-weight: 600;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-content-inner {
      overflow-x: scroll;
      scrollbar-width: none;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-content-inner.product-tab-pro1 {
      overflow-x: hidden;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-content-inner.product-tab-pro2 .product-tab-grid{
      width: 620px;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-content-inner.product-tab-pro2 .product-tab-grid .product-tab-grid-item{
      width: 50%;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid {
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 30px;
      padding: 0 20px;
      overflow: auto;
      flex-wrap: nowrap;
      width: 930px;
    }
    .cf-jc-product-tab-section .product-tab-group .product-tab-content .product-tab-grid .product-tab-grid-item {
      padding-left: 5px;
      padding-right: 5px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner {
      height: 378px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__variant-cart .card-product-form .variant-options .variant-label {
      font-size: 14px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__variant-cart .card-product-form .add-to-cart-btn {
      height: 45px;
      min-height: 45px;
      font-size: 14px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination {
      bottom: 80px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination li {
      height: 14px;
      width: 14px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media .splide__pagination li .splide__pagination__page {
      height: 5px;
      width: 5px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__inner .card__media li .splide__pagination__page.is-active {
      height: 10px;
      width: 10px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale .price-item--sale {
      margin: 0 10px 0 0;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale {
      font-size: 18px;
      line-height: 24px;
    }
    .cf-jc-product-tab-section .product-card-wrapper .card .card__content .card__information .price__container .price__sale .price-item.price-item--regular {
      font-size: 14.47px;
      line-height: 24px;
    }
  }
.cf-dp-announcement-bar {
  background-color: var(--color-E8DFD3); 
  padding: 8px 0;
  text-align: center; 
}

.cf-dp-announcement-bar .announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cf-dp-announcement-bar .badge {
    background-color: var(--color-171717);
    color: var(--color-A68B72);
    padding: 4px 13px;
    border-radius: 25px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
}
.cf-dp-announcement-bar .message {
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--color-171717);
}
@media(max-width:767px){
  .cf-dp-announcement-bar {
      padding: 5px 0;
  }
  .cf-dp-announcement-bar .message {
      line-height: 20px;
  }
}
@media(max-width: 575px){
  .cf-dp-announcement-bar .badge{
    margin: 0;
    padding: 4px 6px;
    font-size: 12px;
  }
}

/* CSS from snippet stylesheet tags */
.product-gallery-wrapper {
    display: flex;
    justify-content: center;
  }

  .product-gallery-wrapper .product-gallery {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    max-width: 900px;
    width: 100%;
  }

  .product-gallery .splide.main {
    width: 494px;
    max-width: 100%;
    height: 530px;
    min-height: 100%;
  }

  .product-gallery .splide__slide{
    margin-bottom: 14px !important;
  }

  .product-gallery .splide.main img {
    width: 494px;
    max-width: 100%;
    height: 530px;
    min-height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .product-gallery .splide.thumbnails {
    overflow: hidden;
    height: 167px;
    min-height: 100%;
  }

  .product-gallery .splide.thumbnails img {
    width: 167px;
    max-width: 100%;
    height: 167px;
    min-height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: border 0.2s ease-in-out;
  }

  .product-gallery .splide.thumbnails .splide__slide.is-active img {
    border-color: var(--color-000000);
  }

  .product-gallery .splide.thumbnails .splide__slide:last-child {
    margin-bottom: 0 !important;
  }

  .product-gallery .splide__track--nav>.splide__list>.splide__slide.is-active,
  .product-gallery .splide__track--nav>.splide__list>.splide__slide.is-active,
  .product-gallery .splide__track--nav>.splide__list>.splide__slide{
    border: none !important;
  }

  .product-gallery #thumbnail-slider-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border 0.2s ease-in-out;
  }

  .product-gallery #thumbnail-slider-list li.is-active img {
      border-color: var(--color-000000);
  }

  .splide__track--ttb>.splide__list{
    width: 100% !important;
  }

  .product-gallery .thumbnails{
    width: unset;
    overflow: auto;
  }
  .product-gallery #thumbnail-slider-list {
    overflow-x: unset;
  }

  @media(max-width: 1439px){
  	.product-gallery .splide.thumbnails img{
  		width: 160px !important;
      max-width: 100%;
      height: 160px!important;
      min-height: 100%;
  	}
  }

  @media(max-width: 1365px){
  	.product-gallery .splide.thumbnails img{
  		width: 144px!important;
      max-width: 100%;
      height: 144px!important;
      min-height: 100%;
  	}
  }

  @media(max-width: 1199px){
  	.product-gallery .splide.thumbnails img{
  		width: 121px!important;
      max-width: 100%;
      height: 121px!important;
      min-height: 100%;
  	}
  }

  @media(max-width: 1023px) {
    .thumbnails{
      width: inherit;
      overflow: unset;
    }
    .product-gallery .splide.thumbnails img{
      width: 100% !important;
      max-width: 100%;
      height: 121px!important;
      min-height: 100%;
    }
    .product-gallery .thumbnails{
      order: 1;
    }
    .product-gallery-wrapper .product-gallery,
    .product-gallery-wrapper{
      flex-direction: column;
    }
    .product-gallery .splide__list{
      display: flex !important;
    }
    .product-gallery #thumbnail-slider-list {
        display: flex !important;
        flex-direction: row !important;
        gap: 14px;
    }
    .product-gallery #thumbnail-slider-list li {
        width: 167px;
        height: 167px;
    }
    .product-gallery #thumbnail-slider-list {
      overflow-x: auto;
    }
    .product-gallery .thumbnails{
      width: inherit;
      overflow: auto;
    }

  }

  @media(max-width: 767px) {
  	.thumbnails{
  		width: inherit;
  		overflow: auto;
  	}
    .product-gallery #thumbnail-slider-list {
    	overflow-x: unset;
  	}
  	.product-gallery #thumbnail-slider-list li {
      width: 130px !important;
      max-width: 100%;
      height: 145px !important;
      margin-right: 0 !important;
    }
    .product-gallery .splide.main,
    .product-gallery .splide.main img{
    	width: 100%;
    }
  }

  @media(max-width: 575px){
  	.product-gallery .splide.main img {
      width: 100%;
      max-width: 100%;
      height: 420px;
      min-height: 100%;
      object-fit: cover;
      border-radius: 20px;
  	}
  	.product-gallery .splide.main {
      width: 100%;
      max-width: 100%;
      height: 100%;
  	}
  }