/** Shopify CDN: Minification failed

Line 207:18 Unexpected "{"
Line 207:27 Expected ":"
Line 214:18 Unexpected "{"
Line 214:27 Expected ":"
Line 224:16 Unexpected "{"
Line 224:25 Expected ":"
Line 224:32 Unexpected "{"
Line 230:18 Unexpected "{"
Line 230:27 Expected ":"
Line 234:18 Unexpected "{"
... and 15 more hidden warnings

**/
/* pricing section tittle */

 /* Heading */
 .testimonials__heading.pricing-tittle {
	color: #252525;
}
  .testimonials__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
    
  }

  .testimonials__heading-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonials__heading {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    color:#ffffff;
  }

  .testimonials__line {
    width: 110px;
    height: 0;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-image-source: linear-gradient(
      90deg,
      rgba(219, 164, 1, 0) 0%,
      #E6AF10 51.44%,
      rgba(219, 164, 1, 0) 100%
    );
    border-image-slice: 1;
  }


/* newsletter css start */

  .nm_newsletter_bgimg {
	max-width: 1360px;
	margin: 0px auto;
	padding: 60px 0 75px !important;
	background-image: url(/cdn/shop/files/Vector_2.png?v=1764582662);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: unset;
	background-color: #fff7ea;
}
  .newsletter.center.nm_newsletter {
    background-color: #fff7ea;
    padding: 40px 0px;
  }

/* newsletter Heading */
  .nm_newsletter .testimonials__heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 25px;
    
  }

  .nm_newsletter .testimonials__heading-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nm_newsletter .testimonials__heading {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    color:#ffffff;
  }

  .nm_newsletter .testimonials__line {
    width: 110px;
    height: 0;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-image-source: linear-gradient(
      90deg,
      rgba(219, 164, 1, 0) 0%,
      #E6AF10 51.44%,
      rgba(219, 164, 1, 0) 100%
    );
    border-image-slice: 1;
  }

.nm_newsletter_email {
  justify-content: center !important;
  align-items: center !important;
  max-width: unset !important;
}
.nm_newsletter_email .newsletter-form__field-wrapper {
  width: 73%;
  max-width: unset !important;
}

.nm_newsletter_email .field__input {
	border: none !important;
	background-color: transparent !important;
	color: #fff;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.nm_newsletter_email .field {
  border: 1px solid white;
  border-radius: 56px;
}
.nm_newsletter_email .field__label {
	color: #fff;
	font-size: 18px;
	left: calc(var(--inputs-border-width) + 3rem);
	top: calc(1.4rem + var(--inputs-border-width));
}
#Subscribe {
  color: #FDD359;
}
.nm_newsletter_email .field::before, .nm_newsletter_email .field::after{
  content: unset !important;
}
.nm_newsletter_email .field__input:focus {
    box-shadow: unset;
}
.nm_newsletter_email .newsletter-form__button {
	width: 14.4rem;
	font-size: 20px;
}
.nm_newsletter_email .svg-wrapper {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .nm_newsletter_bgimg {
        background-size: cover;

    }
    
}
@media screen and (max-width: 500px) {
.nm_newsletter_email .newsletter-form__button {
	width: 8rem;
	font-size: 10px;
}
.nm_newsletter_email .field__label {
	color: #fff;
	font-size: 15px;
	left: calc(var(--inputs-border-width) + 3rem);
	top: calc(1.8rem + var(--inputs-border-width));
}
.nm_newsletter_email .field__input {
	border: none !important;
	background-color: transparent !important;
	color: #fff;
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 20px;
}
}
  /* newsletter css end */

/* Pricing & tire css start */
  .pricing-plans{
    background-color: #fff7ea;
  }
  .pricing-plans__inner {
	padding-block: 70px;
	background-color: #fff7ea;
}
  .pricing-plans-{{ section.id }} .pricing-plans__heading-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pricing-plans-{{ section.id }} .pricing-plans__heading {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 68px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    color: #252525;
  }
.pricing-plans-{{ section.id }} {
  
    padding: 60px 15px;
    background-color: #f9f5ec;
  }

  .pricing-plans-{{ section.id }} * {
    box-sizing: border-box;
  }

  .pricing-plans-{{ section.id }} .pricing-plans__inner {
    max-width: 1300px;
    margin: 0 auto;
    
  }
/* Heading area */
  .pricing-plans-{{ section.id }} .pricing-plans__heading-wrapper {
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }
  .pricing-plans-{{ section.id }} .pricing-plans__line {
    width: 110px;
    height: 3px;
    border-radius: 5px;
    background-image: linear-gradient(
      90deg,
      rgba(219, 164, 1, 0) 0%,
      #E6AF10 51.44%,
      rgba(219, 164, 1, 0) 100%
    );
    flex-shrink: 0;
  }
  .pricing-plans-{{ section.id }} .pricing-plans__cards {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

{% comment %} cards {% endcomment %}

.plan-card.plan-card--red {
  background-image: url('/cdn/shop/files/Frame_67.png?v=1764595137');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.plan-card__outer {
  /* height: 390px; */
}


.plan-card__title {
  font-size: 32px;
  color: white;
  text-align: center;
  margin: 0px;
  font-family: 'Playfair Display', serif;
  margin-top: 70px;
  font-weight: 700;
}
.plan-card__subtitle {
  margin: 0px;
  color: white;
  text-align: center;
  font-family: Instrument Sans;
}
.plan-card__price {
  color: #FDD359;
  font-size: 60px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 100px;
}
.plan-card__middle {
  text-align: center;
  padding: 14px 0px;
}
.plan-card__middle img {
  width: auto;
  height: 130px;
}
.plan-card__features li {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-family: Instrument Sans;
}
.plan-card.plan-card--red {
	background-image: url('/cdn/shop/files/Frame_67.png?v=1764595137');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 710px;
	width: 420px;
}
.plan-card.plan-card--green {
	background-image: url('/cdn/shop/files/Frame_66.png?v=1764595138');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  height: 710px;
	width: 420px;
  position: relative;
  overflow: hidden;
}
.plan-card.plan-card--gold {
	background-image: url('/cdn/shop/files/Frame_65.png?v=1764595138');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  height: 710px;
	width: 420px;
}


li::marker {
  color: #FDD359;
  font-size: 20px;
}
.plan-card__features {
  padding-inline: 40px;
  min-height: 190px;
}
.plan-card__button {
  display: flex;
  text-align: center;
  text-decoration: none;
  width: 70%;
  justify-content: center;
  align-content: center;
  margin: 0px auto;
  padding: 5px;
  border-radius: 50px;
  color: white;
  border: 1px solid #FDD359;
  font-family: Instrument Sans;
}


.plan-card__button.plan-card__button_red {
  background-color: #8A1D23;
}
.plan-card__button.plan-card__button_green {
  background-color: #14302A;
}
.plan-card__button.plan-card__button_gold {
  background-color: #B58C3D;
}

/* .plan-card__button:hover {
  transition: transform var(--duration-extended) ease,box-shadow var(--duration-long) ease;
  transform: rotate(1deg);
  box-shadow: -1rem -1rem 1rem -1rem #0000000d,1rem 1rem 1rem -1rem #0000000d,0 0 .5rem #fff0,0 2rem 3.5rem -2rem #00000080;
} */

.plan-card__button:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 30px 0px #E6AE0B;
	transition: transform 1s ease,box-shadow .5s ease;
}

.plan-card.plan-card--green::before {
  content: "Most Popular";
  background-color: #b68c3d;
  padding: 10px 30px;
  border: 2px solid #fdd359;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: -55px;
  width: 200px;
  text-align: center;
  color: white;
}
@media (min-width: 1080px) and (max-width: 1280px) {
.plan-card.plan-card--red {
	height: 680px;
	width: 400px;
}
.plan-card.plan-card--green {
	height: 680px;
	width: 400px;
}
.plan-card.plan-card--gold {
	height: 680px;
	width: 400px;
}
.plan-card__title {
	margin-top: 40px;
}
}
@media (max-width: 767px) {
  .pricing-plans-{{ section.id }} {
    padding: 40px 16px;
    margin-top: 40px;
  }

  .plan-card__middle{
    margin:0 auto;
}

  /* Heading */
  .pricing-plans-{{ section.id }} .pricing-plans__heading-wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
}

@media (max-width: 429px) {
  .plan-card {
	height: 550px !important;
	width: 330px !important;
}
  .plan-card__title {
	font-size: 22px;
	color: white;
	text-align: center;
	margin: 0px;
	font-family: 'Playfair Display', serif;
	margin-top: 30px;
	font-weight: 700;
}
.plan-card__price {
	color: #FDD359;
	font-size: 40px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	line-height: unset;
}
.plan-card__middle img {
	width: auto;
	height: 120px;
}
.plan-card__features li {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.plan-card__features {
	padding-inline: 40px;
	min-height: 140px;
}
}

/* Pricing & tire css end */
/* product page section You may like css start */
.ymal_btn {
  background-color: #14302A;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #FDD359;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
}
/* product page section You may like css end */
/* footer css stat */
.footer__blocks-wrapper > .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(2) {
  align-items: center;
}
@media screen and (max-width: 749px) {
  .footer-block.grid__item {
    padding: 0;
    margin: 0rem 0 !important;
    width: 100%;
  }
  .footer-block__details-content li a {
    justify-content: center;
  }
}
/* footer css end */