/** Shopify CDN: Minification failed

Line 725:78 Unexpected "{"

**/
.section {
  margin-top: var(--spacing-sections-desktop);
  width: 100%;
  border-bottom: 1px solid var(--Final-Primary, #c0bfb3);
}


.section--padding.custom,
.footer__content-top.page-width {
  max-width: 1400px;
  margin: 0 auto;
}

/* custom css by ayushi */
ul.list-unstyled.list-social {
  /* display: none; */
}
a.button.see-all{

  text-decoration: underline;
}
/* =========================
   Header CSS Start
========================= */

.header--middle-left .header__inline-menu {
  margin-inline-start: 0;
  text-align: center;
}

header.header.header--middle-left {
  max-width: 1400px;
    margin: 0 auto;
  /* height: 101px; */
  padding: 13px 20px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  align-self: stretch;
  /* border-bottom: 1px solid var(--Final-Accent-01, #e5e5e0); */
  background: #f5f5f5;
}

dropdown-menu.is-active:active {
  font-size: 18px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: normal;
}

.header-wrapper--uppercase .header__menu-item {
  letter-spacing: normal;
  color: #1c1a17;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* Header CSS End */

/* =========================
   Slideshow CSS Start
========================= */

/* Heading */
h2.slideshow__heading.h0.use-animate,
.slideshow--legacy .slideshow__heading.use-animate {
  display: block;
  text-align: left;
  font-family: "Source Serif 4", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  max-width: 575px;
}

.slideshow__text.typeset3 {
  margin-top: 8px;
  text-align: left;
  color: #1c1a17;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

/* Desktop */
.slideshow__card {
    padding-right: 60px;
}
.slideshow-features {
  display: flex;
  width: 456px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 11px 16px;
  flex-wrap: wrap;
  margin-top: 50px !important;
}

.slideshow-feature {
  width: 220px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1C1A17;
  color: #1C1A17;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}

.slideshow-feature:hover {
  background: #1C1A17;
  color: #fff;
}


.slideshow__button {
  justify-content: left;
  display: flex;
}


.button--cta .label {
  color: #f5f5f5 !important;
  background: transparent;
}

.slideshow__content {
  max-width: 1400px;
  margin: 0 auto;
}

.button-group:hover {
  background: #1c1a17;
  color: #fff !important;
}

.button-group:hover .label {
  color: #fff !important;
}

a.button.button--cta.button--medium.mobile\:button--small {
  color: #f5f5f5;
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 7px;
  gap: 10px;
}

.product-slider a:hover {
  text-decoration: underline;
}

.multicolumn-list__item.center .media--adapt img {
  left: 0;
  transform: inherit;
}

p.multicolumn-card__title.h3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.72px;
}

/* Slideshow CSS End */

/* =========================
   Featured Product Card
========================= */

.card--product + .card-information > * + * {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* =========================
   Heading CSS
========================= */

.title-wrapper.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
}

.featured-collection__subheading {
 
  text-align: center;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 300;
 letter-spacing: 0.6px;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-heading {
  color: #1c1a17;
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

/* =========================
   Button CSS
========================= */

a.button.see-all,
a.button.button--medium,
.button--cta .label {
  color: #f5f5f5;
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

a.button.see-all,
a.button.button--medium {
  letter-spacing: 0;
}

a.button.button--medium {
  padding: 10px;
}

a.button.button--medium:hover,
.faq-custom__button:hover {
  text-decoration: underline;
}

/* =========================
   FAQ Section CSS
========================= */

.faq-custom__wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.faq-custom {
  /* background: #f5f5f3; */
}

.faq-custom__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 0 20px;
}

.faq-custom__image {
  position: relative;
 
}

.faq-image {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.faq-custom__content {
   /* max-width: 650px;  */
   padding-right:50px;
}


.faq-custom__subheading {
    text-align: center;
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.faq-custom__heading {
  text-align: center;
  /* max-width: 500px; */
  color: #1c1a17;;
  line-height: 120%;
  margin: 0 auto 60px;
}

.faq-custom__accordion {
  border-top: 1px solid #d8d8d8;
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  font-size: 18px;
  color: #1C1A17;
  line-height: 1.5;
}

.faq-icon {
  /* font-size: 28px; */
  color: #1C1A17;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon {
   transform: rotate(180deg); 
}

.faq-answer {
  padding: 0 0 24px;
  font-size: 17px;
    line-height: 1.8;
    color: #444;
}
.faq-answer p {
    margin: 0;
   font-family: Poppins;
    font-style: normal;
    font-weight: 300;
}
.faq-custom__bottom {
  margin-top: 50px;
  text-align: center;
}
.faq-custom__bottom-text {
margin-bottom: 15px;
color:  #1C1A17;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 120%;
}
.faq-custom__button {
  width: fit-content;
  background: #1c1a17;
  display: flex;
  padding: 12px 32px;
  align-items: center;
  gap: 16px;
  color: var(--Final-Light-01, #fff);
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
.faq-custom__arrow {
    font-size: 22px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.why-choose.typeset {
  margin-top: 40px;
  font-size: 17px;
    line-height: 1.8;
    color: #444;
}
@media screen and (min-width: 750px) {
  #shopify-section-sections--26933924430102__header {
    --image-logo-height: 50px;
    margin: 0 auto;
  }
}
.metafield-rich_text_field ul {
	padding-left: 26px;
}
@media screen and (max-width: 989px) {
    .slideshow--legacy .slideshow__box--middle-right {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .slideshow__card{
    padding-right: 0 !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }
    .faq-custom__content {
   /* max-width: 650px;  */
   padding-right:0px;
}
}
@media (max-width: 989px) {
  .section--padding.custom {
    padding: 0 25px; 
    padding-top: calc(var(--section-padding-top) * 0.75) !important;
    padding-bottom: calc(var(--section-padding-bottom) * 0.75) !important;
  }

  .free-shipping.section--divider {
    padding: 40px 0 !important;
  }

  .free-shipping ul li {
    margin: 0 !important;
    padding: 0 !important;
  }

  header.header.header--middle-left {
    display: flex;
  }

  .header__left {
    order: 3;
  }

  .header__right {
    width: 70%;
    justify-content: end;
    display: flex;
  }

  .menu-drawer-container {
    margin-left: 20px;
  }

  .section--padding.custom.product-main {
    padding: 50px 25px;
  }

  .product-slidess {
    padding: 0;
  }

  .product-slider .product-info .price-box .compare-price,
  .product-slider .product-info .price-box .price {
    font-size: 24px !important;
  }

  .product-slider .product-info-rating img {
    width: 90px !important;
  }

  .product-slider .product-info-rating span {
    color: #1c1a17;
    font-family: Poppins;
    font-size: 17px !important;
  }

  .product-slider .custom-gallery-slider .custom-gallery-slider-item {
    font-size: 15px !important;
  }

  .view-all.center {
    margin: 30px auto 0 !important;
  }

  .product-slider .product-info {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .product-slider .product-info .price-box {
    flex-direction: inherit !important;
  }

  .faq-custom__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  }

  .blog__post.flex-grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
  }

  .article-card__title {
    font-size: 14px;
    line-height: 1.4;
  }
  .article-card__info {
    padding-top: 10px;
   }
   .faq-image {
    margin: 0 auto;
    max-width: 500px;
    }

   a.faq-custom__button.discover {
        margin: 35px auto 35px;
  }
  .newsletter-form .field {
   display: flex !important;
    flex-direction: column !important;
  }
  .newsletter__subheading.rte{
    margin: 10px 0px;
   }
      .footer__content-top.page-width {
        padding: 20px !important;
  }
  
 .newsletter__wrapper {
  padding: 0 !important;
 }
}

@media screen and (max-width: 991px) {
  .faq-custom__wrapper {
    /* grid-template-columns: 1fr; */
    gap: 40px;
    padding: 0 20px;
  }

  .faq-custom__heading {
    margin-bottom: 40px;
  }
  .faq-custom__bottom {
    margin-top: 50px;
  }

}
@media screen and (max-width: 991px) and (min-width: 750px) {
  #product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  #product-grid .flex-grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 50% !important;
  }
}


/* ===================================
   MOBILE (Below 767px)
=================================== */


@media screen and (max-width: 749px) {
  .title-wrapper.center {
  gap: 8px;
  }
  h2.slideshow__heading.h0.use-animate,
  .slideshow--legacy .slideshow__heading.use-animate {
    font-size: 27px;
    width: 100%;
    max-width: 100%;
    line-height: 1.25;
    text-align: center;
  }

  .slideshow__text.typeset3 {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }

  .featured-collection__heading {
    font-size: 34px;
  }

  .featured-collection__subheading {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin: 0;
  }
  .product-details .accordion {
	width: 100%;
	padding: 0 0px;
}
.testimonial-gallery__image {
	height: 250px;
}
.product-slider .product-info-rating span {
    color: #1C1A17;
    font-family: Poppins;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}
}
@media screen and (max-width: 767px) {
    h2.newsletter-heading.h4 {
     font-size: 34px !important;
     text-align: center;
  }
  .faq-item summary {
   padding: 8px 0;
  }
  .why-choose.typeset{
    margin-top: 20px;
  }
  }
@media screen and (max-width: 767px) {
  .slideshow__image {
    padding: 70px 0;
    height: 460px;
  }

  h1.slideshow__heading.h0.use-animate {
    font-size: 36px !important;
  }

  .slideshow__card {
    max-width: 450px !important;
    margin: 0 auto;
    padding: 0;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .slideshow__button {
    justify-content: center;
     background: #000;
    width: fit-content;
    width: 100%;
    margin-top: 20px;
  }

  .product-slider .product-info .price-box .compare-price,
  .product-slider .product-info .price-box .price,
  .product-slider .product-info-title,
  .product-slider .product-info-rating span {
    font-size: 24px !important;
  }

  .product-slider .product-info-rating span {
    color: #1c1a17;
    font-family: Poppins;
    font-size: 13px !important;
  }
  .faq-custom__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .faq-custom__button {
   padding: 10px 20px;
  font-size: 15px;
 }

 h2.title.h1 {
    font-size: 34px;
 }
 .testimonial-heading {
  font-size: 34px;
  padding: 0 20px;
 }

 h2.image-with-text__heading.h1{
  width: 100%;
  font-size: 34px;
  text-align: center;
  }
 .faq-custom__heading {
   font-size: 34px;
  }
  .title-wrapper .title, .image-with-text__heading, h2.newsletter-heading.h4 {{
     font-size: 34px !important;
  }
 .newsletter__wrapper {
    padding: 0px !important;
 }
.flex-grid--gapless .flex-grid__item {
    padding-bottom: 0;
     padding-left: 0px;
}
 .footer-block-image img, .footer__content-left img {
    justify-content: left;
    display: flex;
  }

 p.caption-large {
  text-align: left;
 }
 .testimonial-swiper {
  overflow: hidden;
  padding-bottom: 0;
}
 .product__accordion .summary__title {
    padding: 7px 1.5rem;
}
}

@media screen and (min-width: 750px) {
    .image-with-text .image-with-text__content{
        padding: 0px !important;
    }
    .faq-custom__content {
      padding-right: 0px;
    }
   .image-with-text__content.middle.left.mobile-left{
      padding: 0 50px;
}

}
@media (max-width: 767px) {
  .faq-custom__arrow svg {
    width: 14px !important;
    height: 14px !important;
  }
}
@media (max-width: 600px) {
  .product-slider .custom-gallery-slider .custom-gallery-slider-item {
    font-size: 15px !important;
  }

  .view-all.center {
    margin: 30px auto 0 !important;
  } 
}

@media (max-width: 479px) {
  .announcement-bar__item,
  .announcement-bar__separator {
    font-size: 10px !important;
    line-height: 12px;
  }

  .product-slider .product-info {
    margin-top: 14px;
  }
  .footer__content-left {
    width: 100%;
   font-size: 17px;
    line-height: 1.65;
    color: #333;
    max-width: 100% !important; 
}

.media-mobile--600px {
    height: 550px;
  }

  .accordion .summary__title{
        padding: 20px 0px;

  }
  .product-slider .product-info-rating span {
    color: #1c1a17;
    font-family: Poppins;
    font-size: 13px !important;
}

}
/* ===================================
   EXTRA SMALL MOBILE
=================================== */

@media screen and (max-width: 551px) {
  .slideshow-features {
    justify-content: center;
    width: 300px;
    margin: 0 auto;
  }
  .slideshow-feature {
    width: 141px;
    font-size: 13px;
  }
  .media-mobile--600px {
    height: 500px;
  }
}


@media screen and (max-width: 479px) {
  h2.slideshow__heading.h0.use-animate,
  .slideshow--legacy .slideshow__heading.use-animate {
    font-size: 24px;
  }

  .slideshow__text.typeset3 {
    font-size: 15px;
  }

  .slideshow--mobile-overlay .slideshow__center {
    position: absolute;
    top: 40px;
  }

  .slideshow__right {
    height: auto !important;
  }
  
  .slideshow-features {
    justify-content: center;
    width: 300px;
  }

  .slideshow-feature {
    width: 141px;
    font-size: 13px;
  }


  .button--cta .label {
    font-size: 15px;
  }

  p.multicolumn-card__title.h3 {
    text-align: center;
    font-size: 17px;
  }

  .testimonial-section {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 375px) {
  .section .free-shipping.section--divider {
    padding: 0 !important;
  }
   
  .slideshow__image {
    padding: 70px 0;
    height: 550px;
  }


  .header__heading-logo {
    width: 100px;
  }

  .slideshow-features {
    margin: 30px auto 0 !important;
    width: auto;
    justify-content: center;
  }

  .slideshow-feature {
    width: 180px;
  }

  .button--cta .label {
    font-size: 12px;
  }

  .product-slider .product-info {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .product-slider .swiper-button-next,
  .product-slider .swiper-button-prev {
    display: block !important;
    height: 30px;
    width: 30px;
  }

  .product-slider .swiper-button-prev {
    left: -28px;
  }

  .product-slider .swiper-button-next {
    right: -28px;
  }

  .title-wrapper .title {
    font-size: 25px;
    margin: 0;
  }

  a.button.see-all {
    font-size: 15px;
  }

  .testimonial-section {
    padding: 40px 25px !important;
  }
 .faq-custom__content {
  padding-right: 0px !important;
 }
}


@media only screen and (max-width: 1200px)  {
     .product--right .product__info-container {
    padding-inline-start: 0;
    padding-inline-end: 30px  !important;
  }

  }
@media screen and (min-width: 750px) and (max-width: 989px) {
  .announcement-bar {
    display: flex;
    padding: 3px 31px;
  }
  .slideshow__heading {
    margin-bottom: 0;
    line-height: 1;
    font-size: 35px !important;
  }
  .slideshow__card {
    max-width: 450px !important;
    margin-right: 20px;
    padding: 0 15px;
    padding-left: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  h2.slideshow__heading.h0.use-animate,
  .slideshow--legacy .slideshow__heading.use-animate {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.2;
    text-align: left;
  }

  .slideshow__text.typeset3 {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
  }

  .slideshow-features {
    width: 100%;
    max-width: 450px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 11px 16px;
    margin-top: 20px;
  }

  .slideshow-feature {
    width: calc(45% - 8px);
    font-size: 13px;
    justify-content: center;
  }

  .slideshow__button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .flex-grid--4-col-desktop .multicolumn-list__item {
    width: calc(25% - (var(--grid-horizontal-spacing) * 3 / 4));
    max-width: calc(25% - (var(--grid-horizontal-spacing) * 3 / 4));
    flex: 0 0 calc(25% - (var(--grid-horizontal-spacing) * 3 / 4));
  }

  p.multicolumn-card__title.h3 {
    text-align: center;
    font-size: 18px !important;
  }

  .title-wrapper .title,
  .image-with-text__heading,
  h2.newsletter-heading.h4 {
    text-align: left;
    margin: 0;
    color: #1c1a17;
    font-family: "Source Serif 4";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .articles-wrapper.flex-grid {
    --grid-horizontal-spacing: 2rem;
  }

  .article-card__header .h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    text-align: left;
  }

}

.newsletter__wrapper {
  padding: 40px 25px;
}

.newsletter-form .field__input {
height: 48px;
}
}
.metafield-rich_text_field li {
   /* margin: 20px 0;  */
   font-size: 17px;
    color: #444;
}

.shopify-policy__container{
  max-width:1400px !important;
  width: 100%;

}

.product.product--medium .accordion:first-child {
	border-top: 0;
}
.amazon-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
color:  #F5F5F5;
text-align: center;
font-family: "Source Serif 4";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
text-transform: uppercase;
letter-spacing: 0;
}

@media (max-width: 480px) {
 .section--padding.custom {
 padding: 30px 20px;
    }
  .section--padding.custom, .footer__content-top.page-width {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
 }
.blog.page-width, .page-width--inner {
    padding: 0px;
}

}

.custom-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-custom__head {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.flex-grid__item.product__media-wrapper {
  position: sticky;
  top: 120px;
  height: fit-content;
}


@media screen and (max-width: 767px){
.flex-grid__item.product__media-wrapper {
  position: initial;
  
}
}
.section--padding.custom, .footer__content-top.page-width{
   padding-bottom: 80px;
}
@media screen and (max-width: 992px){
.section--padding.custom, .footer__content-top.page-width {
   padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq-custom__bottom {
    margin-top: 30px;
  }
  
}

.article-card__image.image-animate.media.media--square.media--hover-effect img {
    object-position: top;
}
@media screen and (max-width: 749px) {
  shopify-account.header__icon--account {
    display: none !important;
  }
}
.slideshow-features .slideshow-feature {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* Mobile */
@media screen and (max-width: 450px) {

  mini-cart.cart-drawer,
  .cart-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
    right: 0;
    left: auto;
  }

  .mini-cart__inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  /* Scrollable content area */
  .mini-cart__main {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
  }

  /* Keep footer visible */
  .mini-cart__footer {
    flex-shrink: 0;
    background: #fff;
    padding-bottom: env(safe-area-inset-bottom, 10px);
  }

  .button-container .button {
    width: 100%;
  }
}
span.medium-hide.large-up-hide {
    color: var(--Final-Light-02, #F5F5F5);
    text-align: center;
    font-family: "Source Serif 4";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0;
}
/* .button,
.button:hover,
.shopify-challenge__button,
.shopify-challenge__button:hover {
    border: none !important;
} */

@media (max-width: 1199px) {
  .featured-blog-slider-template--27089629806870__featured_blog_4EDBVz {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .featured-blog-slider-template--27089629806870__featured_blog_4EDBVz {
    padding-bottom: 50px !important;
  }
}
.image-with-text__text p {
   font-size: 17px;
   line-height: 1.8;
   color: #444;
   font-family: Poppins;
   font-style: normal;
   font-weight: 300;
  
}

.custom-date {
    display: none;
}
@media(max-width:767px){
   .rich-text.section--padding {
   border-bottom: 1px solid var(--Final-Primary, #c0bfb3);
}
h1.page-title {
    text-align: center;
}
header.article-card__header.desktop-screen {
    display: none;
}
h2.image-with-text__heading.desktop_title.h1 {
    display: none;
}
.image-with-text__content{
  padding: 0px !important;
}
.product__title .product__heading{
text-align: center;
  font-size: 30px;
}
h2.image-with-text__heading.mobile_title.h1 {
margin: 0 0 25px!important;
}
.image-animate.mobile-image-sec.media--adapt {
    margin-top: 25px;
}
.product__title.mobile-title {
    display: block;
}
.product__title.desktop_title{
  display:none;
}
.image-with-text__content {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
	height: 100%;
	padding-top: 3rem;
}
}
@media(min-width:767px){
 
h2.image-with-text__heading.mobile_title.h1 {
    display: none;
}
.product__title.mobile-title {
    display: none;
}
}
/* .mini-cart__navigation .quantity {
    display: none !important;
}
.quantity {
   display: none !important;
} */

/* product__info-container .price--on-sale .price-item--regular bdi */

.sticky-cart .price__sale .price-item--regular bdi {
    color: #C0BFB3 !important;
}

