/** Shopify CDN: Minification failed

Line 16:20 Unexpected "{"
Line 16:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.banner-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #shopify-section-{{ section.id }} video.video-file {
    width: 100%;
  }

  .banner-left,
  .banner-right {
    width: 100%;
    background-color: #000;
  }

  /* .banner {
    position: relative;
  } */

  .banner img,
  .banner video {
    /* display: block;
    width: 100%;
    height: auto; */
  }

  .banner a.banner-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
        margin-bottom: 0;
    text-decoration: none;
    color: inherit;
  }

  .banner a.banner-link img,
  .banner a.banner-link video {
    /* object-fit: cover;
    width: 100%;
    height: 100%; */
        display: block;
  }

  .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    max-width: 80%;
    z-index: 2;
  }

  .content h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 12px 0;
  }
  .custom-banner h2 p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 36px !important;
}

  /* Responsive adjustments */
  @media (min-width: 768px) {
    /* .banner-section {
      min-height: 100vh;
    } */

    .banner-left {
      width: 50%;
      background-color: #000;
    }

    .banner-right {
      width: 50%;
      /* display: flex;
      flex-direction: column; */
    }

    /* .banner-right .banner {
      flex: 1;
      display: flex;
    } */

    .banner-left .banner,
    .banner-left img {
      height: 100%;
    }
  }

  @media (max-width: 576px) {
    .content h2 {
      font-size: 1.5rem;
    }
  }

  @media (max-width: 767px) {
    .custom-banner h2 p {
      margin-bottom: 0;
      font-size: 18px !important;
    }
  }
.our-promises {
  background-color: #fff;
  text-align: center;
  padding: 0 20px 60px 20px;
}

.our-promises h2 {
  margin-bottom: 30px;
}

.promise-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.promise-box {
    background-color: #300708;
    padding: 20px 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 23%;
    box-shadow: 0 4px 10px #0000000d;
}

.promise-icon {
  background-color: #F9F1E7;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-icon img {
  width: 20px;
  height: 20px;
}

.promise-text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .promise-boxes {
    flex-direction: column;
    align-items: center;
  }
}

  @media only screen and (max-width:768px){
    .promise-box {
    width: 100%;
}
    .our-promises {
  background-color: #ebebeb;
  text-align: center;
  padding: 0 20px 40px 20px;
}

    .promise-boxes.page-width {
    padding: 0;
}
    .promise-text {
    font-size: 16px;
}
  }
.wrapped-done-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}
  .wrapped-done {
    /* background-color: #fff; */
    background-image: #fff;
}
.card-text.card-text-1 {
  color: #5A4216;
}
.card-text.card-text-2 {
  color: #fff;
}

section.wrapped-done-section h2 {
  margin-bottom: 36px;
}

.wrapped-done-section .card-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapped-done-section .card {
  width: 400px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}



.wrapped-done-section .image-wrapper {
  overflow: hidden;
  border-radius: 24px;
  display: block;
  position: relative;
}

.wrapped-done-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.wrapped-done-section .card:hover .image-wrapper img {
  transform: scale(1.08);
}

.wrapped-done-section .card-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 30px;
  font-weight: 500;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .wrapped-done-section .card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrapped-done-section .card-text {
    font-size: 16px;
  }
  .wrapped-done-section {
    padding: 40px 20px;
  }
}
  .wrapped-done-section .card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}