/** Shopify CDN: Minification failed

Line 49:4 Unexpected "}"

**/
/**ELG**/

body{
  overflow-x: hidden;
}

.btn.btn--full.add-to-cart.btn--secondary.bold_hidden {
    display: none !important;
}

.megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) div {
    top: 50%;
}
 
.add-to-cart.btn--secondary:hover {
    transform: scale(1.06);
}

.pdpnew {
    margin-bottom: 0px;
}

div#shopify-section-template--17857380385005__main-collection .grid__item--content div:nth-child(2) .grid--uniform {
    /**display: none;**/
}

.collection-item__title--center[class*=collection-item__title--overlaid] span {
    line-height: 1.2em;
}
.section-header__title{
  color: #505759;
  font-weight: 600;
}

/* div#CollectionHeaderSection h1 {
    color: #FFFFFF;
   text-shadow: 1.5px 1px #505759;
} */

/* Mobile-specific styling 
@media only screen and (max-width: 768px) {
    div#CollectionHeaderSection h1 {
        text-shadow: 1px 1px #505759; /* Adjust the shadow distance for mobile */
    }
} */


.breadcrumb {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;    /* Align vertically */
  font-size: 19px;
  color: #333;
  margin: 20px 0;         /* Add spacing around the breadcrumb */
  position: absolute;     /* Position it absolutely to center on the page */
  top: 50%;               /* Position at 50% of the viewport height */
  left: 50%;              /* Position at 50% of the viewport width */
  transform: translate(-50%, -50%); /* Offset by 50% to truly center it */
  width: auto;            /* Make sure the width adjusts based on content */
  max-width: 100%;        /* Ensure it doesn't overflow on smaller screens */
}

.breadcrumb__list {
  list-style: none;
  display: flex;
  justify-content: center; /* Center the list horizontally */
  padding-left: 0;        /* Remove the left padding */
  margin-top: 24px;          /* Remove the top margin */
}

.breadcrumb__item {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.breadcrumb__link {
  text-decoration: none;  /* Remove default underline */
  color: #231f20;
  position: relative;     /* Allow pseudo-element positioning */
}

.breadcrumb__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;           /* Position the underline slightly below the text */
  width: 100%;
  height: 1px;
  background-color: #231f20; /* Match the link color */
  transform: scaleX(0);   /* Initially hidden */
  transform-origin: left;
  transition: transform 0.3s ease; /* Smooth reveal effect */
}

.breadcrumb__link:hover::after,
.breadcrumb__link:focus::after {
  transform: scaleX(1);   /* Underline appears on hover or focus */
}

.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #666;
}

.breadcrumb__item--current {
  font-weight: bold;
  color: #000;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .breadcrumb__list {
    padding-left: 0;     /* Adjust the padding for mobile */
    margin-top: 21px;    /* Reduce the top margin for mobile */
    justify-content: center; /* Ensure the list is centered */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 16px;     /* Adjust font size for mobile */
  }

  .breadcrumb__item {
    font-size: 14px;     /* Adjust font size for breadcrumb items on mobile */
  }
}



.template-collection .collection-item__title--center[class*=collection-item__title--overlaid] {
    top: 55% !important;
}

[data-type_product_capitalize=true].main-content .collection-item__title span.collection-item__button {
    background-color: transparent !important;
}

[data-type_product_capitalize=true].template-collection .collection-item__title span.collection-item__button {
    background-color: transparent !important;
}
[data-type_product_capitalize=true]  .shopify-section.index-section .collection-item__title span.collection-item__button{
    color:#000!important;
}

.collection-item:not(.collection-item--below):after {
    background-color: #CBD9E6 !important;
}

[data-type_product_capitalize=true].main-content .collection-item__title span {
    text-shadow: -2px 2px 4px #ffffff !important;
font-size: 18px!important;
    letter-spacing: 0.05em !important;
}

[data-type_product_capitalize=true].template-collection .collection-item__title span {
    text-shadow: -2px 2px 4px #ffffff !important;
font-size: 18px!important;
    letter-spacing: 0.05em !important;
}

.hero__title {
	font-weight: bold;
	letter-spacing: 2px;
}

.hero__subtitle {
	font-weight: 500;
	font-size: 1.3em;
	letter-spacing: normal;
}

.animation-cropper {
	overflow: visible;
}

.slideshow__slide--slideshow-0 .btn,
.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .btn {
	color: #cce1d7 !important;
	font-weight: bold;
}

.slideshow__slide.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
	width: 650px !important;
}

.slideshow__slide--slideshow-0 .hero__subtitle {
	width: 450px !important;
}

div#Slideshow-template--18191660712173__slideshow2 .hero__link a {
	color: #505759 !important;
	font-size: 18px;
	font-weight: bold;
}

#CollectionSection-template--18191660712173__featured_collection_7Y4iRe h2 {
  font-size: 59px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #505759;
  width: 25%;
  margin: 0 auto;
}

#shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d{
  background-color: #EAF9F2;
  padding: 80px 0px!important;
    margin: 0 !important;
}

#shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d .collection-item__button {
  color: #505759 !important;
  background-color: #C1D2C7;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: bold! important;
      font-family: 'Montserrat' !important;
    margin-top: 10px;
}

#shopify-section-template--18191660712173__slideshow2 .hero--natural[data-natural] {
    margin-bottom: 0px;
}


.Vtl-InstagramFeedWidget__Title > h2 {
    font-size: 59px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.Vtl-InstagramFeedWidget__Subtitle > p {
    color: #505759;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #505759;
    width: 50%;
    margin: 0 auto;
}

.Vtl-InstagramFeedWidget {
    margin: 5rem auto 6rem !important;
}

div#CollectionSection-template--18191660712173__featured_collection_7Y4iRe .grid-product__meta .fera-rating-widget {
    display: none;
}

section.reviews-carousel {
  max-width: 100%;
  padding: 0 50px;
}

.fera-overallRatingBanner-firstLineText,
.fera-overallRatingBanner-secondLineText {
  font-family: "Montserrat";
}

.fera-overallRatingBanner-widget-content {
  justify-content: right;
}
/**END - ELG**/


div.header-item.header-item--logo img {
	width: 180px !important;
}

.bold_option_title {
	text-transform: none !important;
	letter-spacing: 0;
	display: block;
	margin-bottom: 9px;
	width: 100%;
    font-size: 15px;
}

.bold_option.bold_option_checkbox .bold_option_title {
	width: 94%;
	float: right;
}

.bold_option_element input[type="checkbox"] {
	margin: 10px;
}

.bold_option_value {
	display: block;
}

.bold_option_swatch .bold_option_element {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: justify;
}

.bold_option_swatch .bold_option_element .bold_option_value {
	width: 12%;
	margin-bottom: 7px;
}

#AddToCartForm-template--16678764904685__main-4557343653954>div.bold_options.bold_options_loaded>div>div:nth-child(3)>span.bold_option_element {
	justify-content: center;
}

.site-nav__link.site-nav__link--underline {
  color: white;
  font-weight: bold;
}
.slideshow__slide .hero__link .btn {
  border-radius: 20px;
}

.template-index .flickity-viewport .slideshow__slide .hero__link .btn {
  border-radius: 0px;
}

.template-index .hero__text-wrap .page-width{padding:0 15px;}

.hero__text-shadow {
  color: black;
  font-weight: bold;
}
.collection-item__title--center[class*="collection-item__title--overlaid"] {
  top: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
[data-type_product_capitalize="true"] .collection-item__title span {
  border-radius: 20px;
  background-color: transparent;
  font-weight: bolder;
  color: black;
  font-size: 28px;
}
[data-type_product_capitalize="true"]
  .collection-item__title
  span.collection-item__button {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
}
.collection-hero .collection-hero__image {
  max-height: 750px;
}
.collection__description h2,
.collection__description h3,
.collection__description h4,
.collection__description h5,
.collection__description h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.collection__description hr {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 0;
}
/** Product **/
.product-block.product-block--header {
  margin-bottom: 12px;
}
.product-section[data-product-id="9105764843757"] .product-single__title {
  font-weight: bold;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  .product-section[data-product-id="9105764843757"] .product-single__title {
    font-size: calc(var(--typeHeaderSize)*1.1);
  }
}
.product-section[data-product-id="9105764843757"] .product__price {
  font-weight: bold;
}
.product-section[data-product-id="9105764843757"] .product-block--price {
  margin-bottom: 16px;
}
.product-description-tab button.collapsible-trigger {
  border-width: 1px 0 !important;
  text-align: left;
  font-weight: 600;
  font-size: 0.9em;
  padding-left: 0;
  padding-right: 0;
}
.product-description-tab .collapsible-trigger__icon {
  right: 2px;
}
.product-description-tab .collapsible-content.is-open {
  margin-bottom: 10px;
}
.product-description-tab .collapsible-content .collapsible-content__inner {
  padding: 0;
  border: 0 none;
}
.more_questions {
  margin-bottom: 60px;
}

/** ELG **/

@media (max-width: 480px) {

.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title {
    font-size: 28.5px !important;
}

/* .template-index .needsclick p span{font-size:12px !important;}  
.template-index .needsclick {
    width: 84px !important;
    height: 84px !important;
} */
  
  
  .hero__text-content.horizontal-right {
    text-align: center !important;
}
  
	.slideshow__slide--slideshow-0 .hero__title {
		text-align: left;
		padding-top: 0px;
	}
  .slideshow__slide--slideshow-0 .hero__title .animation-contents br{display:none;}

  .site-header--opening .site-nav__link--icon .icon {
    color: #000000 !important;
}

	.hero-natural--template--17857380745453__slideshow .slideshow__slide .animation-contents {
		color: #ffffff !important;
		text-shadow: 1px 3px 6px #00000078;
		padding: 0px 20px;
	}

	.slideshow__slide--slideshow-0 .hero__subtitle {
		width: 100% !important;
		font-weight: 500;
		font-size: 1.1em;
		letter-spacing: normal;
		text-align: left;
	}

	.slideshow__slide--slideshow-0 .hero__link a {
		font-size: 12px;
	}

	.slideshow__slide--slideshow-0 .hero__link {
		text-align: left;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__link a {
		font-size: 12px;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__link {
		text-align: left;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
		width: 100% !important;
		font-weight: 500;
		font-size: 1.1em;
		letter-spacing: normal;
		text-align: left;
	}

  .slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title .animation-contents br{display:none;}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title {
		width: 100% !important;
		text-align: left;
		padding-top: 40px;
	}

.slideshow__slide.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
	width: 100% !important;
}


    #CollectionSection-template--18191660712173__featured_collection_7Y4iRe h2 {
        font-size: 40px;
        width: 55%;
      }

      .grid-overflow-wrapper .grid {
        display: flex;
        white-space: nowrap;
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .grid-overflow-wrapper .grid__item {
        margin-left: 20px;
    }

    .grid-overflow-wrapper .grid__item:first-child {
        margin-left: 40px;
        padding-bottom: 20px;
    }

    .grid-overflow-wrapper .grid__item:nth-last-child(2) {
        margin-left: 40px !important;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__text-shadow {
        padding-right: 0px;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__top-subtitle {
        text-align: center;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__title {
        text-align: center;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__link {
        text-align: center;
    }


    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__link a {
        font-size: 15px !important;
    }

    #shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d h2  {
        font-size: 40px!important;
        width: 55%!important;
      }

      #shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d .collection-item__title span {
        line-height: 25px;
      }

      #shopify-section-template--18191660712173__logo_list_Jgq98i h2 {
        font-size: 40px!important!important;
        width: 70%!important;
      }

    .two-column-container .text-container {
        padding: 35px;
        width: 100%;
    }

    .two-column-container .text-nxt h3 {
        font-size: 35px !important;
    }

      div#shopify-section-template--18191660712173__two_column_PwCcn9 .two-column-container {
        flex-direction: column;
    }

    .two-column-container .text-nxt h3.unboxing:after {
        width: 353px;
    }

      .two-column-container .text-nxt p {
        font-size: 17px;
    }

      div#shopify-section-template--18191660712173__two_column_PwCcn9 div:nth-child(2) {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        width: 100%;
    }

    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt p {
        font-size: 17px;
    }
    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt h3:after {
        width: 353px;
    }
    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt h3 {
        font-size: 35px !important;
    }

    #shopify-section-template--18191660712173__reviews_carousel_VHH747 section.reviews-carousel h2 {
        font-size: 40px !important;
        text-align: center !important;
    }

    #shopify-section-template--18191660712173__ad85efc8-2d55-4d98-8731-60df740646dd h2 {
        font-size: 40px!important;
        width: 55%!important;

    }



  
}

  

    /** END - ELG **/
    

@media only screen and (max-width: 768px) {
    .product-single__meta .fera-productDetailRating-widget-1 {
        --alignment: center !important;
    }
  .h4.footer__title:after {
    background-color: #ffffff !important;
  }
  
  [data-type_product_capitalize="true"] .collection-item__title span {
    font-size: 15px;
  }
  [data-type_product_capitalize="true"]
    .collection-item__title
    span.collection-item__button {
    font-size: 12px;
  }
  .newsletter-section--no-image .newsletter-section__content {
    grid-template-columns: 1fr;
    margin: unset;
    width: 100%;
    gap: 10px;
  }
}
#testimonials {
  display: none;
}
.loaded[data-aos="hero__animation"] .hero__title .animation-contents {
  text-transform: none;
}
[data-type_header_capitalize="true"] .h1.hero__title {
  text-transform: none;
}

.site-nav__link--icon .icon {
  color: #000;
}
.h4.footer__title {
  text-transform: none !important;
  position: relative;
  display: inline-block;
}
.h4.footer__title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: #cce1d7;
}
/*
.site-footer {
  background-color: white;
}
*/

@media screen and (min-width: 769px){
  .bottom-footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bottom-footer-flex > * {
    margin: 0;
    padding: 10px 0;
  }
  .site-footer .grid .grid__item {
    width: 20%;
  }
  .site-footer .grid .grid__item:first-child {
    width: 40%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .slideshow__slide .animation-contents, [data-aos=hero__animation] .animation-contents {
    color: white;
  }
  #SiteHeader.scrolled {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #SiteHeader.scrolled .site-nav__link.site-nav__link--underline, #SiteHeader.scrolled .site-nav__link--icon .icon {
    color: black;
    font-weight: bold;
  }
}

.hero--natural[data-natural], section.about-us, .reviews-carousel {
  margin-bottom: 20px;
}

[data-type_header_capitalize=true] h2 {
  text-transform: capitalize;
}
.featured-collection-sliders .jdgm-preview-badge[data-template="index"] {
  display: block !important;
}


.product-testimonial {
  background-color: #CCE1D8;
  border-radius: 20px;
  text-align: center;
  padding: 28px 47px 25px 30px;
  margin-bottom: 37px;
}

.product-testimonial__title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33333333333;
  color: #000000;
}

.product-testimonial__details {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 1.53333333333;
  letter-spacing: 0;
  color: #000000;
  display: block;
}

.product-testimonial__author p {
  padding: 0;
  margin: 0;
}

.product-testimonial__owner {
  font-family: 'Montserrat';
  margin-top: 3px;
  display: none;
}

.product-testimonial__owner i {
  font-family: 'Montserrat';
  font-style: italic;
  line-height: 1.33333333333;
}

.product-icon-with__text {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-icon-with__text--item {
  max-width: 33.333%;
  width: 229px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.product-icon-with__text--icon {
  width: 80px;
  height: 67px;
  margin-bottom: 6px;
  margin-right: 0;
}

.product-icon-with__text--icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-icon-with__text--icon .placeholder-svg {
  padding: 0;
}

.product-icon-with__text--title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33333333333;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}

.guarantee-text {
  width: fit-content;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-bottom: 3px solid #000;
  margin: 30px auto 0;
}

.guarantee-text > p {
  margin: 0;
}

.guarantee-text__icon {
  width: 15px;
  height: 15px;
  display: block;
}

.guarantee-text__icon svg {
  width: 100%;
  height: 100%;
  display: block
}

@media (min-width: 768px) {
  .product-testimonial  {
    padding: 39px;
    margin-bottom: 33px;
  }
  
  .product-testimonial__title {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 1.36111111111;
    font-weight: 700;
  }

  .product-testimonial__details {
    font-size: 20px;
    line-height: 1.33333333333;
  }

  .guarantee-text {
    font-size: 17px;
    line-height: 1.2;
    margin: 42px auto 0;
  }
}

@media (min-width:990px) {
  .product-testimonial {
    padding: 25px 25px 20px;
  }

  .product-testimonial__title {
      font-family: "Montserrat";
      font-size: 20px;
      line-height: 1.36111111111;
      font-weight: 700;
  }

  .product-icon-with__text--item {
    max-width: 290px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .product-icon-with__text--icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 13px;
    margin-bottom: 0;
  }

  .product-icon-with__text--title {
    font-size: 20px;
    line-height: 1.35;
  }

    .guarantee-text {
      font-size: 20px;
    }
}


.inerBtnVideo svg {
    fill: transparent;
    width: 40px;
    height: 40px;
}
.inerBtnVideo svg path:nth-child(2) {
    fill: #000000;
}
.inerBtnVideo {
    width: 90px;
    height: 60px;
    background-color: #cce1d7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}
.buttonInnerDiv {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 99;
}
.mainVideoPlayButton {
    position: relative;
    z-index: 9;
}
.mainVideoPlayButton.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border: 0;
    right: 0;
}
.ratingAreaMain {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.ratingContentHere {
    display: flex;
    flex-wrap:wrap;
}
.starRatingStars b {
    color: #dcc288;
}


@media (max-width:768px){
  .ratingAreaMain {
    justify-content: center;
  }

}

/* 06-09-2024 css start qeapps */

.template-product .product-single__meta .rte {font-size: 17px;}

@media only screen and (max-width:768px) {
.h4.footer__title:after{display:none;}
}


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

  .featured-collection .section-header__title { font-size: 30px; }  
  .featured-collection .grid .grid__item.grid-product .grid-product__title { font-size: 12px !important; letter-spacing: 0 !important; text-transform: none; margin: 5px 0; }
  .featured-collection .grid .grid__item.grid-product .grid-product__price { font-size: 15px !important; color: #000000 !important; padding: 0 0 5px 0 !important; margin: 0 auto !important; }
  .featured-collection .grid .grid__item.grid-product .atome-price-divider { margin: 0 !important; padding: 10px 0 0 0 !important; }

}

@media only screen and (max-width:767px) {
.template-index .collection-item__title span{font-size:20px !important;}
#shopify-section-template--18303058444525__ad85efc8-2d55-4d98-8731-60df740646dd h2{width:85% !important; font-size: 35px !important; padding-top:30px !important;}  
#shopify-section-template--18303058444525__logo_list_Jgq98i h2{width:85% !important; font-size: 35px !important; padding-top: 0 !important;}
#shopify-section-template--18303058444525__bd872798-710c-4dda-9407-8527c468014d h2{width:85% !important; font-size: 35px !important;}  
#shopify-section-template--18303058444525__reviews_carousel_VHH747 h2{font-size:34px !important;}
.template-index #shopify-section-template--18303058444525__two_column_PwCcn9 .two-column-container{flex-direction: inherit; display: inherit;}  
.template-index .about-us__text{margin: 50px 15px 0px 15px;}  
.template-index .about-us__text--title{font-size:35px;}
.Vtl-InstagramFeedWidget__Title>h2 {font-size: 35px;} 
#shopify-section-template--18303058444525__reviews_carousel_VHH747 .carousel3{gap: 20px !important;}  
#shopify-section-template--18303058444525__ad85efc8-2d55-4d98-8731-60df740646dd.index-section {padding-bottom: 90px !important;}  
#shopify-section-template--18303058444525__logo_list_Jgq98i.index-section {padding-bottom: 60px !important;}
}

@media only screen and (max-width:600px) {
.template-index .logo-bar .border-hide{display:none;}  
.template-index .logo-bar{display: flex; justify-content: center;}
.template-index .logo-bar .logo-bar__item{flex:inherit;}  
.template-index .logo-bar__item .image-element {width: 120px;}  
.template-index .logo-bar__item{border: solid 1px #e3e0e0 !important; margin: -1px 0 0 -1px; border-top: none !important; min-height: 110px; width: 33%; min-width: 33%;} 
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(2){border-top: solid 1px #e3e0e0 !important;}
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(3){border-top: solid 1px #e3e0e0 !important;}
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){border-top: solid 1px #e3e0e0 !important;}  
}


@media only screen and (max-width:480px) {
  
  .template-index .logo-bar__item{border: solid 1px #e3e0e0 !important; margin: -1px 0 0 -1px; border-top: none !important; min-height: 110px; width: 50%; min-width: 50%;} 
  .template-index .logo-bar__item .image-element{width: 140px;}
  .template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){border-top:none !important;}  
    
  .template-index .two-column-container .text-container{padding: 15px;}
  .template-index #shopify-section-template--18303058444525__reviews_carousel_VHH747 section.reviews-carousel {padding: 0 15px !important;}  
  #text-bubble{display:none;}  

  .featured-collection .section-header__title { font-size: 30px; }
  .featured-collection .grid { margin: 0; padding: 0 10px !important; }
  .featured-collection .grid .grid__item.grid-product { margin: 0 !important; padding: 10px !important; width: 50%; flex: inherit; }
  .featured-collection .grid .grid__item.grid-product .grid-product__title { font-size: 12px !important; letter-spacing: 0 !important; text-transform: none; margin: 5px 0; }
  .featured-collection .grid .grid__item.grid-product .grid-product__price { font-size: 15px !important; color: #000000 !important; padding: 0 0 5px 0 !important; margin: 0 auto !important; }
  .featured-collection .grid .grid__item.grid-product .atome-price-divider { margin: 0 !important; padding: 10px 0 0 0 !important; }


}


@media only screen and (max-width:400px) {
#shopify-section-template--18303058444525__bd872798-710c-4dda-9407-8527c468014d .collection-item__title span{font-size:17px !important;}
   
}
  /* 06-09-2024 css Done qeapps */



 @media only screen and (min-width:768px){
    
    .collection-filter__item.collection-filter__item--sort {
display:flex;
    justify-content: end;
    align-items: center;
  
       }


  
  .inner--count{
   margin-right: 10px;
}
  }

.collection-filter{
  align-items:center;
  display:flex;
  justify-content:flex-end;
}

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

.collection-filter{
    flex-wrap:wrap;
    justify-content:space-between;
    position:sticky;
    top:17px;
    z-index:20;
}

.sticky-header .collection-filter{
      top:86px;
}
  }


@media (max-width: 767px) {
  .mobile-collection-title {
    display: flex !important;
    justify-content: center;
    margin: 10px 0;
    padding: 0 10px;
    color: #505759;
  }
 .collection-hero__content .section-header__shadow{
   display:none;
 }
.desktop-collection-title{
  display: none;
}
  
}

 .mobile-collection-title {
    display: none;
 
 }
@media (min-width: 767px) {
 .collection-filter
 {
    background: white;
    position: sticky;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    top: 0 !important;
    bottom: 0;
    z-index: 9;
}
  
}

