/** Shopify CDN: Minification failed

Line 233:0 Unexpected "}"

**/
.logo_list_class .image-animate.media img {
    position: unset;
    width: 130px;
    height: 130px;
    display: inline-block;
}
.logo_list_class .logo-bar__link {
    text-decoration: auto;
}
.heading_class {
    font-family: "Gill Sans Nova", sans-serif;
    color: #000;
    text-decoration: unset;
    margin-top: 10px;
}
/* .logo_list_class .logo-bar__item {
    flex: none;
} */
.logo_list_class .logo-list.page-width{
    position: relative;
      max-width: 1200px;
}
.slideshow__slide img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    object-position: top;
}
.logo_list_class .swiper-button-next:after,.logo_list_class .swiper-button-prev:after{
    display:none;
}
.list-menu-dropdown .header__menu-item.mega-menu-child-inner a {
    text-decoration: none;
    color: #000;
}
.mega-menu__item-link .header__menu-item span.label {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
}
.list-menu-dropdown ul.list-menu-child.list-menu span.label {
    /* font-weight: 400; */
    color: rgba(var(--color-header-foreground),.7);
}
.list-menu-dropdown ul.list-menu-child.list-menu {
    padding-inline-start: 10px;
}
.list-menu-dropdown .header__menu-item.mega-menu-child-inner {
    padding: 0;
    margin-bottom: 15px;
}
.header__menu-item.mega-menu-child-inner span.mega-menu-child-title {
    font-weight: 600;
}
.logo_list_class .swiper-button-prev{
   -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* .logo_list_class .logo-bar__item{
width:200px !important;
} */
.logo_list_class .logo-bar {
    gap: 2rem;
}
.announcement-bar announcement-bar.marquee .announcement-slider__slide{
  font-weight: 600;
}
.product-grid-container .price.price--on-sale {
    justify-content: space-between !important;
}
.product-grid-container .price bdi,.card-information .price bdi{
    font-size: 24px;
    font-weight: 500;
	}
.card-information__wrapper{
      min-height: 85px;
}
#shopify-section-template--22073269584189__2554855e-e571-48e8-bf10-14dbcd268446 .card-information__wrapper {
    min-height: auto;
}
.shopify-section-group-footer-group .readmore-btn-functionality {
    background: #f9f9f9;
}
.shopify-section-group-footer-group .readmore-btn-functionality p,.shopify-section-group-footer-group .readmore-btn-functionality #myBtnn {
    font-size: 1.8rem;
}
.product-grid-container .card-information__button,.card-wrapper .card-information__button {
    width: 100%;
    position: relative;
    margin-top: 15px !important;
    transform: none;
}
.card-wrapper .card-information__button .button {
    opacity: 1;
    transform: none;
    background: none;
    color: #000;
    border-color: #000;
    min-width: 100%;
    min-height: auto;
}
.my-offer-outer-section {
    display: none;
}

/* .ct-offer-content-inner a {
    color: #000;
    text-decoration: none;
    display: block;
    background: #ee76521a;
    border: 1px dashed #ee7652;
    border-radius: 2px !important;
    padding: .75rem;
    line-height: 1.4;
    height: 80%;
} */

/*
.price--on-sale .price-item--sale span.price__prefix {
    display: none;
}
*/

/* .ct-offer-content-inner {
    max-width: 140px;
    margin-top: 10px;
    height: 100%;
}
.ct-offer-section {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
} */

.guarantees_class .grid .grid__item   {
    border: none;
}
.logo_list_class a.logo-bar__link {
    margin-right: 10px;
}
.logo_list_class .slick-prev:before, .logo_list_class .slick-next:before {
    font-size: 32px;
    color: black;
  font-weight: 700;
}
.testimonials.page-width {
    max-width: 1300px;
}
.card-information__wrapper .price--on-sale .price-item--regular bdi{
  font-size: 2rem;
}
.color-background .color-inner-part {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: hidden;
}
.color-background .color-text-part img {
    border-radius: 50%;
  max-width: 100%;
      object-fit: cover;
      height: 203px;
    width: 203px;
}
.color-background .color-text-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
    text-align: center;
}
.color-background a.color-text {
    font-size: 20px;
    font-family: "Gill Sans Nova", sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.color-background .swiper-wrapper {
    flex-wrap: nowrap;
    display: flex;
    gap: 20px;
}
.color-background {
    padding-block: 40px;
}
.color-background .color-heading {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}
.color-background .color-heading {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.card-wrapper a.card-information__text.h4 {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*min-height: 45px; */
    /* New lines start here */
    max-height: 2.8em; /* Adjust based on your font size and line height */
    line-height: 1.4em; /* Adjust based on your design */
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    /* New lines end here */
} 

.card-wrapper:hover .card-information__button .button {
     background-color: rgb(var(--color-button-background));
    color: #fff;
    transition: none;
    border-color: #ee7652;
}
 .product-grid .grid__item .card-information {
   display: block;
   padding-bottom: 20px;
}
.collection-hero__inner .background-image-collaction-mobile {
    display: none;
}
}*/
#product-grid li.grid__item.stock-available {
    border-radius: 2%;
}

.video-inner-part video.video {
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.video-inner-part {
    display: flex;
    flex-wrap: nowrap;
}
.video-section__media.deferred-media{
  width: 100%;
  flex-shrink: 0; 
}
.video-section .main-video-part.swiper.video_swiper {
    overflow: hidden;
}
.slider.slider--tablet {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.slider.slider--tablet::-webkit-scrollbar {
  display: none;
}
.guarantee__item .rte h4 {
    margin-block: 0;
}
.grid__item.footer__content-right .grid__item {
    width: 100%;
    max-width: 100%;
}
.blog-main-part {
    display: inline-flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
}
.blog__posts.articles-wrapper{
    display: flex;
    flex-wrap: nowrap;
}

.blog-left-side .blog-image-wrapper img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.article-card__image-wrapper span.circle-divider {
    position: absolute;
    opacity: 1;
    z-index: 9;
    left: 5px;
    right: auto;
    background: #ee7652;
    color: #fff;
    top: 5px;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 10px;
}
.article-card__image-wrapper {
    height: 100%;
    display: block;
        border-radius: 15px !important;
      position: relative;
}
.blog-left-side:hover .article-card__link::before {
    width: 4rem;
}
.blog-left-side .read-more-text {
    text-decoration: none;
}
p.article-card__excerpt.rte {
    color: #000;
}
.article-card__footer span.article-card__link {
    color: #000;
}
.main-blog-title a.article-card__title.h3 {
    text-decoration: none;
}
.main-blog-desc.article-card__excerpt.rte {
    margin-block: 10px;
}
.tabcontent-best-sellers a.card-information__text.h4 {
    min-height: auto;
}
.tabcontent-best-sellers .card-information__wrapper {
    min-height: auto;
}
.multicolumn-card .media {
    border-radius: 50%;
}
.multicolumn-card .media-wrapper {
    background: none;
    padding: 30px;
    border-radius: 30px;
}
.multicolumn.second-multi-column .media-wrapper {
    border: 3px solid #C9E8F8;
}
.card__badge span.badge.badge--onsale {
    display: none;
}
.logo_list_class .logo-bar .slick-track {
    display: flex;
    flex-wrap: nowrap;
}
.guarantees_class .page-width {
    max-width: 100rem;
}
.guarantee__item .rte h6 {
    margin-top: 0;
}
.collection-hero__inner img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}



@media only screen and (max-width: 1280px) {
  .color-background .color-text-part{
        padding: 20px;
  }
  .color-background .color-text-part img{
        height: 115px;
    width: 115px;
  }
  .blog-main-part{
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .logo_list_class .slick-next {
    right: 0;
}
.logo_list_class .slick-prev {
    left: -10px;
      z-index: 9;
}
  .color-background .color-text-part img {
    height: 80px;
    width: 80px;
  }
  .card__badge{
    top: 7px !important;
    left: 7px !important;
  }
  .color-background .color-heading{
        font-size: 28px;
  }
  testimonials-component {
    --block-width: 25rem !important;
  }
  .color-background {
    padding-block: 20px;
}
  .color-background .color-text-part{
    padding: 15px;
  }
  .color-background a.color-text{
        font-size: 16px;
  }
}
@media only screen and (max-width: 749px) {
  /* .card-information__button .button{
    opacity: 0;
  } */
.card-information .price bdi {
    font-size: 16px;
    letter-spacing: 0;
}
  .card-information__wrapper .price--on-sale .price-item--regular bdi {
    font-size: 1.6rem;
  }
  .product-details .accordion .accordion__title{
        font-size: 1.6rem !important;
  }
  span.you-save.badge.badge--onsale{
        font-size: 8px;
  }
  .site-header__icon span.wishlist-hero-items-count{
        right: -2px;
        width: 1.2rem;
        height: 1.2rem;
  }
  .collection-hero__inner img {
    height: auto;
  }
  .multicolumn-card .media-wrapper{
        padding: 10px;
  }
  .footer__content-top{
    padding-bottom: 1rem !important;
  }
  .swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation-wrapper .swatch-navigation {
    border-radius: 50px;
    width: 10px !important;
}
  .collection-hero__inner .background-image-collaction-mobile {
    display: block;
  }
  .background-image-collaction{
    display: none;
  }
  .announcement-bar announcement-bar.marquee .announcement-slider__slide .announcement-text {
    font-size: 12px !important;
}
  .image-with-text__content h3 {
    margin-top: 0;
}
  .image-with-text__content :last-child:is(.button) {
    margin-top: 1rem;
 }
  .tabcontent-best-sellers .card-information__wrapper {
    min-height: auto;
  }
  .price--on-sale .price__sale dd.price__compare {
    margin: 0;
}
  .article-card__image-wrapper{
        width: 100%;
  }
  .title-wrapper{
        margin-bottom: 1rem;
  }
  .blog__posts.articles-wrapper .blog__post.grid__item a.card{
        flex-direction: column;
        gap: 0px;
  }
  #shopify-section-sections--22073264505149__header .header__icon .wlh-Icon {
    font-size: 18px !important;
}
  .blog__posts.articles-wrapper .article-card__info {
    width: 100%;
}
  .card-wrapper a.card-information__text.h4 {
    font-size: 12px;
  }
  .footer__content-right .accordion{
        border-top: 0;
  }
  .header__icon .icon{
        width: 1.8rem;
        height: 1.8rem;
  }
  .header__icon--cart .icon {
    width: 1.9rem;
    height: 1.9rem;
}
  .footer-block.grid__item{
        margin: 0 !important;
  }
  .guarantees_class .guarantees  .grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .guarantees_class .guarantees  .grid::-webkit-scrollbar {
    display: none;
  }
  body .wishlisthero-floating button{
        font-size: 12px !important;
  }
  body .wishlisthero-floating button{
        width: 2.5rem!important;
    height: 2.5rem!important;
  }
  .product-grid-container .card-information__button, .card-wrapper .card-information__button{
    margin-top: 10px!important;
  }
  .multicolumn-list .multicolumn-card__title{   
    font-size: 14px;
  }
  /* .product-grid-container .card-information__button, .card-wrapper .card-information__button {
    width: calc(100% - 3rem);
  } */
}