/** Shopify CDN: Minification failed

Line 37:32 Expected ")" to end URL token

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-banner (INDEX:11) */
.NavBreadCrumb.temp_page{
  background-color: unset !important;
  background: unset !important;
}
#MainContent .NavBreadCrumb.temp_page li,
#MainContent .NavBreadCrumb.temp_page li span,
#MainContent .NavBreadCrumb.temp_page li a,
#MainContent .NavBreadCrumb.temp_page span{
  color: #fff !important;
}

    .custom-aboutus {
      position: relative;
      text-align: center;
      color: #fff;
      margin-top: -50px;
    }
    .custom-aboutus__bg {
      position: relative;
      width: 100%;
      height: 240px;
      background-size: cover;
      background-position: center;
    }
    @media (max-width: 767px) {
      .custom-aboutus__bg {
        background-image:url({{ section.settings.bg_image_mobile | img_url : 'master' }})
      }
    }
    @media (min-width: 768px) {

    }
    .custom-aboutus__title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% , -50%);
      font-family: var(--font-1) !important;
      font-weight: 600;
      font-size: 56px;
      line-height: 120%;
      letter-spacing: 0;
      text-align: center;
      vertical-align: middle;
      text-transform: capitalize;
      color: #fff;
    }
    .custom-aboutus__content p {
      font-family: var(--font-2) !important;
      font-weight: 400;
      font-size: 18px;
      line-height: 155%;
      letter-spacing: 0;
      text-align: center;
      margin: 0 0 20px;
      color: #3D3D3C;
    }
    .custom-aboutus__content p strong{
      font-weight: 700;
    }
    .custom-aboutus__title::after {
      content: url('https://cdn.shopify.com/s/files/1/your_logo_path.png'); /* Replace with logo file URL */
      /* display: block; */
      margin: 10px auto 0;
      display: none;
    }
    .custom-aboutus__content {
      max-width: 1094px;
      margin: 60px auto;
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

  @media screen and (max-width: 1120px) {
    .custom-aboutus__content {
      max-width: 90%;
    }
  }

  @media screen and (max-width: 767px) {
      .custom-aboutus__title {
          font-size: 24px;
      }
    .custom-aboutus__content {
        max-width: 100%;
        margin: 40px auto;
        padding: 0 20px;
    }
    .custom-aboutus__bg {
        height: 150px;
    }
  }
/* END_SECTION:about-banner */

/* START_SECTION:group_image (INDEX:66) */
/* Add your CSS styles here */
/* END_SECTION:group_image */

/* START_SECTION:main-product_model (INDEX:92) */
.owner-manual-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  z-index:9999;
}

.owner-manual-modal.active{
  display:flex;
  align-items:center;
  justify-content:center;
}
.owner-manual-modal-content ul {display: flex;justify-content: center;gap: 12px;flex-wrap: wrap;justify-content:start;}

.owner-manual-modal-content ul li {
    border: 1px solid #273A60;
    background: #273A60;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    overflow: hidden;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    display:flex;
}

.owner-manual-modal-content ul li a {
    color: #fff;
    display: flex;
    width: 100%;
    padding: 14px 30px;
    height: 100%;
}

.owner-manual-modal-content ul li:hover {
    background: #fff;
    color: #273A60;
}

.owner-manual-modal-content ul li:hover a {
    color: #273A60;
}
.owner-manual-modal-content{
  background:#fff;
  padding:24px;
  border-radius:8px;
  /* max-width:500px; */
  width:90%;
  position:relative;
}

.owner-manual-close{
  position:absolute;
  right:15px;
  top:10px;
  cursor:pointer;
  font-size:24px;
}

.owner-manual-modal ul{
  margin:15px 0 0;
  padding-left:0;
}
@media only screen and (max-width:767px)
{
  .owner-manual-modal-content ul li a {
      padding: 10px;
  }

  .owner-manual-modal-content ul li {
      flex: 0 46%;
  }

  .owner-manual-modal ul {
      gap: 10px 4%;
  }

}
/* END_SECTION:main-product_model */