/** Shopify CDN: Minification failed

Line 69:9 Expected identifier but found whitespace
Line 69:10 Unexpected "0"
Line 69:15 Unexpected "{"
Line 69:29 Expected ":"
Line 69:32 Unexpected "%"
Line 69:35 Unexpected "{"
Line 69:49 Expected ":"
Line 69:52 Expected identifier but found "%"
Line 844:2 "weight" is not a known CSS property

**/
.page-content--product{
  padding-bottom: 35px;
}
.mobile-social-footer-wrapper{display:none;}
.mobile-nav__social.footer-social-icon {
    margin-left: 0px;
    margin-right: 0px;
}
/*.site-nav.site-navigation .site-nav__item:nth-child(3) .MegaMenu__image {
	display: none !important;
}*/
.social_icon_heading{
  text-align: center !important;
  padding-bottom: 10px;
  font-size: 10.472px;
  margin-top: 10px;
  letter-spacing: 3.1416px;
  text-transform: uppercase;
}
.mobile-nav__social.footer-social-icon{
  justify-content: center;
}
.mobile-nav__social.footer-social-icon .mobile-nav__social-item{
    flex: 0 1 27.5%;
    border: 1px solid #ffffff;
}
.Footer-columns__wrapper{
    display: flex;
    justify-content: space-between;
}
.Footer-columns__wrapper .Footer-column {
	width: 25%;
}
.Footer-column__list-item{
  list-style:none;
}
.Footer-column__list{
  margin: 0 auto;
}
.Footer-column__title{
  font-size: 14px;
  letter-spacing: 2px;
}
.Footer-column__inner{
  text-align:left;
  margin-right: 5px;
}
.Footer-column__list-item .footer__social{
  margin-top: 10px;
}
.footer__title.collapsible-trigger .collapsible-trigger__icon{
  right: 40px;
}
/* single icon image css*/
.image-row-icons_images {
  margin: 0 0 {{ gutter_width }}% {{ gutter_width }}%;
  width: 100% !important;
}
.image-row-icons_images img{
  position: unset;
}
.image-row-icons_images:after {
  padding-bottom: 15px
}
.mobile_product_icon_image{
  display:none !important;
}
/**/
/*/.product-feature-video-section {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}
.product-feature-video-section h2 {
    margin-bottom: 20px;
    font-family: Futura, sans-serif;
    text-transform: initial;
    font-size: 16px;
    text-align: center;
}
.product-feature-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.product-feature-video-item {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-feature-video-item img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}
.product-feature-video-item p {
    margin-top: 10px;
    font-size: 14px;
}
@media (max-width: 600px) {
    .product-feature-video-grid {
        grid-template-columns: 1fr;
    }
}*/
.product-feature-video-section {
    text-align: center;
    padding: 20px;
}
.product-feature-video-section h2{
    font-family: Futura, sans-serif;
    text-transform: initial;
    font-size: 16px;
    text-align: center;
}
.product-feature-video-section .video_url{
   width: 100%; 
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}
.product-feature-video-container{
    display: flex;
   /* flex-wrap: wrap;*/
    justify-content: center;
    gap: 20px;
}
.product-feature-video-item p{
  padding-top:10px;
  min-height: 50px;
}
.product-feature-video-item {
    /*width: 100%;*/
    /*max-width: 300px;*/
    /*text-align: center;
    position: relative;
    display: inline-block;*/
     position: relative; /* Ensures absolute positioning works */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1); /* Light gray border */
    border-radius: 8px;                  /* Rounded corners for a softer look */
    padding: 1rem;                       /* Some spacing inside the border */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}
.product-feature-video-section .play_button {
    position: absolute;
    top: 43%;
    left: 49%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
    z-index: 10;
    width: 50px; /* Adjust size as needed */
    height: 50px;
}


.product-feature-video-item video, .product-feature-video-item img {
    width: 100%;
    border-radius: 8px;
}
.product-feature-video-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1270px) {
   
  .product-feature-video-section .play_button {
    top: 37% !important;
  }
  
}
@media (min-width: 1024px) {
  .product-feature-video-section .play_button{
    top: 30%;
    left: 42%;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
    .product-feature-video-item {
        width: 50%;
    }
}
/**/
@media only screen and (max-width: 768px) {
  .page-content--product {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .product-feature-video-section .play_button{
    top: 37%;
  }
  .mobile_product_icon_image{display:block !important;position: unset  !important;}
  .desktop_product_icon_image{ display: none !important;}
  .image-row-icons_images:after {
      padding-bottom: 26px  !important;
  }
  .page-content--product {
    padding-bottom: 0px;
  }
}
/* single icon image css*/
@media only screen and (min-width: 768px) {
 
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-nav__social.footer-social-icon .mobile-nav__social-item {
    flex: 0 1 13.5%;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile_menu img{
    max-width: 90% !important;
  }
  .footer__title.collapsible-trigger .collapsible-trigger__icon {
  	position: static;
  	margin: 0 0 0 10px;
  	height: 10px;
  	transform: none;
  }
  .footer__title.collapsible-trigger {
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }
  .Footer-columns__wrapper .Footer-column{
    margin: 0 0 30px 0;
  }
  .Footer-columns__wrapper .Footer-column {
	width: 30%;
	margin: 0 0 30px 45px;
	display: inline-block;
	vertical-align: top;
  }
  .Footer-columns__wrapper {
	overflow: auto;
	text-align: left;
	display: block;
  }
  .footer__title.collapsible-trigger .collapsible-trigger__icon {
      right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__custom_title{
    margin-top:15px;
  }
  .mobile-hidden {
    display: none !important;
  }
}
.product__main-photos  .slick-arrow .icon{
  width: 10px;
  height: auto;
}
.product__main-photos .slick-prev{
  left: 15px;
}
.product__main-photos .slick-next{
  right: 15px;
}
.product__main-photos .slick-arrow{
  color: #000000 !important;
  padding: 15px;
}
.product-facts-mobile {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
#collection-nav-slider .slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

.facts-wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.facts-wrapper,
.grids-wrapper {
    display: none;
}
.card-section {
    margin: 5px 0 0 0;
}

.card-section .single-promo-grid{
    margin: 0px 0 0;
    padding: 0 15px;
}

.card-section .single-promo-grid .card-body{
/*  background: #faf0f0;*/
    background: #fff;
    padding: 50px 50px 50px;
/*  padding: 0 50px 50px; */
    border-radius: 30px;
    text-align: center;
    position: relative;
    margin: 0;
}

.card-section .promo-grid__description{
    height:280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.card-section .single-promo-grid .card-body::after{
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    margin: auto;
    content: "";
    position: absolute;
    border: 3px solid #C4C4C4;
    border-radius: 30px;
}

.card-section .promo-grid__icon{
    text-align: center;
    background: #f5e0e0;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 13px;
    z-index: 1;
    position: relative;
    transform: translatey(-20px);

}
.card-section .promo-grid__icon img{
    margin: 0 auto;
    line-height: 75px;
    display: block;
}

.card-section .promo-grid__description p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.card-section .promo-grid__description p strong {
/*  color: #dc9299;*/
    color: #B1896A;
}

.card-section .slick-dots button {
    background: #E8C4A9 !important;
/*  background: #F7D5D8 !important; */
    padding: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.card-section .slick-dots .slick-active button {
/*  background: #DC9299 !important; */
    background: #B1896A !important;
    width: 16px !important;
    height: 16px !important;
}

.card-section .slick-dots li {
    width: 16px !important;
    height: 16px !important;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 2px;
}

.source-text {
    margin: 50px 30px 0;
}

.source-text p {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

@media (max-width: 1400px) {
    .card-section .promo-grid__description {
        height: 290px;
    }
}

@media (max-width: 1300px) {
    .card-section .single-promo-grid .card-body {
/*      padding: 0 30px 50px; */
        padding: 50px 30px 50px;
    }

    .card-section .promo-grid__description p {
        font-size: 21px;
        line-height: 32px;
    }

    .card-section .promo-grid__description {
        height: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-section .promo-grid__description p {
        font-size: 16px;
        line-height: 26px;
    }

}

@media (max-width: 767px) {
    .card-section .promo-grid__description {
        height: auto;
    }

    .card-section .promo-grid__description p {
        font-size: 19px;
        line-height: 30px;
    }

}
.collection_desk_slider-content {
    margin: 0 auto;
}

#collection-nav-slider {
    display: none;
}

#collection-nav-slider {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#collection-nav-slider .collection-menu_list-item {
    text-align: center;
    padding: 0 10px;
}
#collection-nav-slider .collection-menu_list-item .slick-slide img {
    display: block;
    margin: 0 auto;
}

#collection-nav-slider .collection-menu_list-item span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 30px; */
    text-transform: uppercase;
    /*color: #464646;*/
    color: #000;
}

#collection-nav-slider .slick-slide .collection-menu_list-item img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

#collection-nav-slider .slick-prev,
#collection-nav-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    /* display: block; */
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    /* border: none; */
    outline: none;
    background: transparent;
    width: 40px;
    height: 40px;
}

#collection-nav-slider .slick-prev {
    left: 15px;
}

#collection-nav-slider .slick-next {
    right: 15px;
}

#collection-nav-slider .collection-menu_list-item .slick-slide img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

#collection-nav-slider .slick-track {
    margin: 0 auto;
    text-align: center;
}

#collection-nav-slider .slick-prev::before,
#collection-nav-slider .slick-next::before {
    content: "";
    background-image: url("https://cdn.shopify.com/s/files/1/1903/8473/files/Group_1_1.png");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#collection-nav-slider .slick-prev::before {
    transform: rotate(180deg);
}

.collection_desk_slider-content .custom-prev-arrow,
.collection_desk_slider-content .custom-next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.collection_desk_slider-content .mobile-featured-nav__link {
    text-decoration: none;
}

#collection-nav-slider .slick-slide .collection-menu_list-item img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.collection_desk_slider-content .slick-prev:before,
.slick-next:before {
    color: #000;
}

.collection_desk_slider-content .mobile-featured-nav__link img {
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
@media (min-width: 1025px) {
  #collection-nav-slider .collection-menu_list-item{
    width: auto !important;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
    #collection-nav-slider {
        margin-top: 15px;
        padding: 0 10px;
       padding-right: 0px;
    }
    .site-footer .grid{
      margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #collection-nav-slider .slick-prev {
        left: 15px;
    }
}


/* Product section Start */

.product-section .card-section .product-fact__icon,
.product-facts-wrapper .card-section .product-fact__icon {
    background: #F5E0E0;
}

.product-section .card-section .product-fact,
.product-facts-wrapper .card-section .product-fact{
    padding: 0 7px;
}

.product-section .card-section .product-fact .card-body, 
.product-facts-wrapper .card-section .product-fact .card-body  {
	background: #ffffff;
	padding: 35px;
/*	border-radius: 50%; */
    border-radius: 5%;
	text-align: center;
	position: relative;
	height: 250px;
/*  height: 400px; */
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.product-section .card-section .product-fact__description ,
.product-facts-wrapper .card-section .product-fact__description{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.product-section .card-section .product-fact .card-body::after,
.product-facts-wrapper .card-section .product-fact .card-body::after {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    margin: auto;
    content: "";
    position: absolute;
    border: 3px solid #C4C4C4;
/*    border-radius: 50%; */
    border-radius: 5%;
}


.product-section .card-section .product-fact__icon ,
.product-facts-wrapper .card-section .product-fact__icon {
    text-align: center;
    background: #f5e0e0;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 13px;
    z-index: 1;
    position: relative;
    transform: translatey(-20px);
  display: none;
}

.product-section .card-section .product-fact__icon img,
.product-facts-wrapper .card-section .product-fact__icon img  {
    margin: 0 auto;
    line-height: 75px;
    display: block;
}

.product-section .card-section .product-fact__description p,
.product-facts-wrapper .card-section .product-fact__description p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
.product-section .card-section .product-fact__description p strong,
.product-facts-wrapper .card-section .product-fact__description p strong {
/*  color: #dc9299;*/
    color: #B1896A;
}

@media (max-width: 1450px) {
  .product-section .card-section .product-fact .card-body,
  .product-facts-wrapper .card-section .product-fact .card-body  {
  	height: 350px;
  	width: 350px;
  	padding: 45px;
  }
  .product-section .card-section .product-fact__description p,
  .product-facts-wrapper .card-section .product-fact__description p{
    font-size: 15px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .product-section .card-section .product-fact .card-body,
  .product-facts-wrapper .card-section .product-fact .card-body {
  	height: 260px;
  	width: 260px;
  	padding: 45px;
  }
  .product-section .card-section .product-fact__description p ,
  .product-facts-wrapper .card-section .product-fact__description p {
  	font-size: 11px;
  	line-height: 22px;
  }
}
@media (max-width: 991px) {
  .product-section .card-section .product-fact .card-body ,
  .product-facts-wrapper .card-section .product-fact .card-body,
  .card-section .product-fact .card-body ,
  .product-facts-wrapper .card-section .product-fact .card-body {
  	height: 330px;
  	width: 330px;
    margin-bottom: 15px;
  }
  .product-section .card-section .product-fact__description p ,
  .product-facts-wrapper .card-section .product-fact__description p,
  .card-section .product-fact__description p,
  .product-facts-wrapper .product-fact__description p{
  	font-size: 14px;
  	line-height: 27px;
  }
  .product-section .card-section ,
  .product-facts-wrapper .card-section {
  	margin: 30px 0;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  /*.mobile-nav__social.footer-social-icon .mobile-nav__social-item {
      flex: 0 1 27.5%;
  }*/
  .mobile-social-footer-wrapper .mobile-nav__social-item
  {
    border: none;
    text-align: left;
    margin: 16% 16% 14px;
  }
  .footer-social-icon-wrap{
    display:none;
  }
  .product-section .card-section .product-fact .card-body,
  .product-facts-wrapper .card-section .product-fact .card-body{
    height: 320px;
    width: 320px;
  }
  .product-section .card-section .product-fact,
  .product-facts-wrapper .card-section .product-fact {
      padding: 0 0px;
  }
}
@media (max-width: 360px) {
  .product-section .card-section .product-fact .card-body,
  .product-facts-wrapper .card-section .product-fact .card-body {
  	height: 270px;
  	width: 270px;
  }
  .product-section .card-section .product-fact__description p,
  .product-facts-wrapper .card-section .product-fact__description p {
  	font-size: 12px;
  	line-height: 23px;
  }
}
/* Product section End */

/* Header Custom Megamenu Image Start */
.MegaMenu__image{
    position: absolute;
    width: 200px;
    z-index: 5;
    background: #fff;
    display: none;
}

.megamenu-wrapper {
  display: none;
  height: 100%;
}
.megamenu-wrapper.active {
  display: block;
}
.megamenu-image {
	width: 100%;
	height: 100%;
	text-align: right;
}
.megamenu-image img{
  height: 100%;
}
/* Header Custom Megamenu Image End */

 .image-container {
            display: flex;
            justify-content: center;
        }
        .image-container img {
            max-width: 100%;
            height: auto;
        }

@media only screen and (max-width: 768px) {
  .site-nav__link--icon--mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
.videoBackground .videoBoxInfo {
    padding: 40px 20px;
    background: #000 !important;
    width: 100%;
  }
.videoBackground .videoBoxInfoTitle, .videoBackground .imageBoxInfoTitle {
  color: #FFF;
  font-size: 26px;
  line-height: 40px;
  weight: 400;
}
  }

.index-section {
  margin: 10px 0;
}

.product-single__description {
  margin-bottom: 0px;
}

.product-single__meta .social-sharing {
  margin-top: 0px;
}

@media only screen and (max-width: 989px) {

  .page-content--product {
    padding-top: 0;
  } 
  
  .page-content--product .grid {
    margin: 0;
  }

  .product-single__meta {
    padding-top: 15px;
    text-align: center;
  }
  
  .grid__item {
    padding-left: 0px;
    padding-top: 0;
  }

  .page-content--product .grid .medium-up--three-fifths,
  .page-content--product .grid .medium-up--two-fifths {
    width: 100%;
  }
  
}

@media only screen and (max-width: 749px) {
  .product-single__meta {
    padding-top: 0;
    margin-top: 10px;
  }

  .product-single__title {
    font-size: 22px;
  }
}

.hc-tabs-wrapper--8 {
  background: transparent !important;
  text-align: center;
}

.hc-tabs-wrapper__content {
  padding:
25px 5px;
  background-color: #fff;
  max-height: 75vh;
  overflow:
auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .grid {
    margin-left: 0px;
  }
}

.text-center {
  text-align: center !important;
  margin-left: -10px;
}