@media (min-width: 992px) {
    .product-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 768px) {
    .product-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.product-section {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 0;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .woocommerce-page .decor-el {
        display: block;
        position: absolute;
    }
}

.woocommerce-page .decor-el {
    display: none;
}

.product-section .decor-el {
    position: absolute;
}

.product-section .decor-el--1 {
    top: 0%;
    left: -20px;

}

.product-section .decor-el--2 {
    top: 6%;
    right: 7%;
}

.product-section .decor-el--3 {
    top: 12%;
    right: 15%;
}

.product-section .decor-el--4 {
    top: 26%;
    right: 7%;
}

.product-section .decor-el--5 {
    top: 30%;
    right: 52%;
}



.lazy[src].loaded {
    opacity: 1;
}

.lazy[src].loaded {
    opacity: 1;
}

.decor-el img {
    vertical-align: middle;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media (min-width: 1200px) {
    .woocommerce-page .decor-el {
        display: block;
    }
}

.product-page .decor-el--2 {
    top: 51%;
}

.woocommerce-page .decor-el--2 {
    left: 10%;
}

.woocommerce-page .decor-el--2 {
    left: 10%;
}

.product-page .decor-el--3 {
    top: 9%;
}

.woocommerce-page .decor-el--3 {
    right: 9%;
}

.product-page .decor-el--4 {
    top: 32%;
}

.woocommerce-page .decor-el--4 {
    right: 11%;
}

.product-page .decor-el--5 {
    top: 52%;
}

.woocommerce-page .decor-el--5 {
    right: 2%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.product-single .row {
    align-items: center;
    justify-content: center;
}

/* product corousel */

  section {
      background: #F4F4F4;
      padding: 50px 0;
  }
  
  .container {
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 20px;
  }
  
  .carousel {
      display: block;
      text-align: left;
      position: relative;
      margin-bottom: 22px;
      width: 40vw;
      
      > input {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          width: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          
          &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
          &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
          &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
          &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
          &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
          &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
          
          &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
          &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
          &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
          &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
          &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
          &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px var(--theme-color); }
      }
  }
  
  .carousel__slides {
      position: relative;
      z-index: 1;
      padding: 0;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      display: flex;
      height: 28rem;
  }
  
  .carousel__slide {
      position: relative;
      display: block;
      flex: 1 0 100%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: all 300ms ease-out;
      vertical-align: top;
      box-sizing: border-box;
      white-space: normal;
      
      figure {
          display: flex;
          margin: 0;
          align-items: center;
          justify-content: center;
      }
      
      div {
          @include aspect-ratio(3, 2);
          width: fit-content;
      }
      
      img {
          display: block;
          flex: 1 1 auto;
          object-fit: cover;
          width: 15vw;
      }
      
      figcaption {
          align-self: flex-end;
          padding: 20px 20px 0 20px;
          flex: 0 0 auto;
          width: 25%;
          min-width: 150px;
      }
      
      .credit {
          margin-top: 1rem;
          color: rgba(0, 0, 0, 0.5);
          display: block;        
      }
      
      &.scrollable {
          overflow-y: scroll;
      }
  }
  
  .carousel__thumbnails {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      
      margin: 0 -10px;
      
      .carousel__slides + & {
          margin-top: 20px;
          align-items: center;
          justify-content: center;
      }
      
      li {        
          flex: 1 1 auto;
          max-width: calc((100% / 6) - 20px);  
          margin: 0 10px;
          transition: all 300ms ease-in-out;
      }
      
      label {
          display: block;
          @include aspect-ratio(1,1);
          
                    
          &:hover,
          &:focus {
              cursor: pointer;
              
              img {
                  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                  transition: all 300ms ease-in-out;
              }
          }
      }
      
      img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  }

  .shifter-page {
    margin-top: 0rem;
  }

  label {
    margin-bottom: 0em;
    margin-top: 0em;
}

.carousel__slide {
    width: fit-content;
}


.slide-container {
    margin: 0 30px;
    overflow: hidden;
  }
  .card {
    background: #fff;
    border-radius: 8px;
  }
  .card .image-box {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card .image-box img {
    width: 80%;
    height: 100%;
    border-radius: 8px 8px 0 0;
  }
  .card .profile-details {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 15px;
    justify-content: center;
  }
  .card .profile-details img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .profile-details .name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--theme-color);
  }
  .profile-details .job {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
  }
  
  .swiper-navBtn {
    height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 50px;
    transform: translateY(50%);
    border-radius: 50%;
  }

  .swiper-navBtn:hover {
    background-color: #fd7e14;
    color: var(--black-color);
  }


  .swiper-navBtn::before,
  .swiper-navBtn::after {
    font-size: 24px;
  }
  
  .swiper-pagination-bullet {
    background-color: #333;
  }
  
  @media screen and (max-width: 768px) {
    .swiper-navBtn {
      display: none;
    }
  }
  
  .swiper .fa-leaf {
    color: var(--theme-color);
  }

  .swiper h1 {
    font-family: var(--title-font);
        margin-bottom: 22px;
        font-size: 36px;
  }


  .product-page-row .product-item-caption-desc {
    background: url("../img/about-bg1");
  }

.content-container p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.enquiry-btn .custom-btn {
    margin-top: 8px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    border: none;
}

.enquiry-btn .custom-btn:hover {
    background-color: var(--theme-color2);

}

.tab-nav a {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 8px 15px;
}

.tab-nav a:hover {
    background-color: var(--theme-color2);
}

.tab-content__item {
    margin-top: 10px;
}

  /* about-bg1 */