/** Shopify CDN: Minification failed

Line 1820:28 Expected "]" to go with "["

**/
* {
  margin: 0;
  padding: 0;
  font-family: "Alliance No.1";
  letter-spacing: 0px !important;
}

:root {
  --yellow: #d28f00;
  --black: #000;
  --white: #fff;
  --btn_color: #221f20;
}

::-webkit-scrollbar {
  width: 7px;
  background: #ffffff;
  color: #131313;
}

::-webkit-scrollbar-thumb {
  background: #131313;
}

ul {
  list-style: none;
}

p {
  margin: 0px;
  color: var(--black);
}

a:hover {
  color: var(--yellow);
}

.p_100 {
  padding: 100px 0px;
}

ul.outer_ul li:first-child {
  display: none !important;
}

.nature_btn {
  padding: 18px 28px 18px 28px;
  border-radius: 12px;
  background-color: var(--yellow);
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.11px;
  border: 1px solid var(--yellow);
  transition: 0.4s all linear;
}

.nature_btn:hover {
  background: var(--white);
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.nature_btn_black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #fff;
  color: #B89635;
  text-decoration: none;
  padding: 16px 42px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.11px;
  border: 3px solid #B89635;
  transition: 0.4s alllinear;
}

.recipes_sec .nature_heading h2 {
  margin-bottom: 24px;
  color: #000;
}

.nature_btn_black:hover {
  background: var(--white);
  color: var(--black);
  border: 3px solid var(--black);
}

.testimonials_sec button {
  display: none;
}

.nature_btn_testimonials {
  display: inline-block;
  background: #fff;
  color: #B89635;
  text-decoration: none;
  padding: 16px 42px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.11px;
  align-items: center;
  border: 3px solid #B89635;
  transition: 0.4s alllinear;
  width: max-content;
  margin: auto;
  margin-bottom: 48px;
}

.nature_btn_testimonials:hover {
  background: var(--white);
  color: var(--black);
  border: 3px solid var(--black);
}

/* header css */
/* .header_top {
background: #f7f7f7;
text-align: center;
}
.header_top p {
padding: 14px 0px;
font-size: 16px;
font-weight: 600;
line-height: 20.11px;
} */
.header_top {
  background: #4B838E;
  text-align: center;
}

.header_top p {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

#header {
  padding: 22px 0;
  background: var(--white);
  position: relative;
  width: 100%;
  top: 0;
  z-index: 10;
}

.navbar_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 230px;
}

.nav_list .outer_ul {
  display: flex;
  align-items: center;
  /* gap: 40px; */
  margin: 0;
  padding: 0;
}

.nav_list ul li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.08em;
  color: #212322;
  text-transform: capitalize;
  padding: 0px 12px;
}

.recipe-item:hover .recipes_cnt h3 {
  color: #fff;
}

.header_right {
  display: flex;
  gap: 2px;
  align-items: center;
}

.nav_list .outer_ul li {
  position: relative;
}

.nurture_sub_menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 2;
  transition: top 0.3s ease, opacity 0.3s ease;
  padding: 0px;
}

.nurture_sub_menu.active {
  top: 50px;
  opacity: 1;
  display: block;
}

/* .nurture_sub_menu {
  display: block !important;
} */
.outer_ul .fa-close {
  display: none;
}

.nurture_sub_menu li {
  position: relative;
}

.nurture_sub_menu li a {
  text-decoration: none;
  padding: 10px 20px !important;
  display: block;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  font-size: 14px !important;
}

.nurture_sub_menu li a:hover {
  background-color: var(--yellow);
  color: #fff;
}

.menu_btn {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  display: none;
}

.menu_btn i {
  font-size: 20px;
  display: none;
  cursor: pointer;
}

/* Banner */
.home_banner .banner_image {
  width: 100%;
}

.home_banner .carousel-control-prev-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQW2gp-0FG41RVRe04tEkZdNNv8AD-4fSK3ow&s);
  border-radius: 50%;
}

.home_banner .carousel-control-next-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQW2gp-0FG41RVRe04tEkZdNNv8AD-4fSK3ow&s);
  border-radius: 50%;
  transform: rotateY(180deg);
}

.home_banner .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
}

.home_banner .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.small_screen_banner img {
  display: none;
}

/* Marquee Outer */
.outer_marquee ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.outer_marquee ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  white-space: nowrap;
}

.marquee-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.outer_marquee {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer_marquee marquee {
  height: 100%;
}

.outer_marquee marquee ul {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 0;
  margin: 0;
}

.outer_marquee marquee ul li {
  font-size: 18px;
  line-height: 21.6px;
  color: #000;
}

/* Shape */
.nature_heading {
  margin-bottom: 50px;
  width: 62%;
  margin: 0px auto 35px auto;
}

.testimonials_sec .nature_heading h2 {
  color: #000;
}

section.testimonials_sec .nature_heading h2 {
  margin-bottom: 24px;
}

.nature_heading h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  margin: 0px;
  color: #ffffff;
  /* text-transform: capitalize; */
}

.shape_the_future_box {
  text-align: center;
}

.shape_the_future_box iframe {
  width: 85%;
  height: 560px;
  border-radius: 50px;
}

.video_wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 390px;
  cursor: pointer;
}

.video_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

section.mobile-scanner-section .container {
  padding: 0;
}

.play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/7/7e/YouTube_social_white_square_(2017).svg') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: opacity 0.3s;
}

.video_wrapper:hover .play_button {
  opacity: 1;
}

.youtube_video {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 24px;
}

/* Product */
.product_sec {
  position: relative;
}

.product_sec:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 512px;
  background: #4B838E;
  z-index: -1;
}

.product_item img {
  width: 100%;
  border-radius: 24px;
}

.product_item_nav img {
  height: 150px;
  width: 150px;
  cursor: pointer;
  border-radius: 12px;
}

.product_slider button.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  width: 29px;
  height: 19px;
  border: none;
  font-size: 0;
  z-index: 10;
}

.product_slider button.slick-next.slick-arrow {
  right: -5%;
}

.product_slider button.slick-prev.slick-arrow {
  left: -5%;
}

.product_item_nav {
  width: 150px !important;
}

.slider.product_nav .slick-list .slick-track {
  display: flex;
  margin-top: 0px;
}

.product_nav .slick-slide {
  margin-right: 12px;
}

.product_slider .slick-prev:before {
  content: "";
  font-size: 0px !important;
  background: url(/cdn/shop/files/white-left-arrow.png?v=1724319491);
  background-repeat: no-repeat;
  padding: 13px 30px;
  cursor: pointer;
  opacity: 1;
}

.slideshow__controls.slideshow__controls--top.slider-buttons {
  display: none;
}

.product_slider .slick-next:before {
  content: "";
  font-size: 0px !important;
  background: url(/cdn/shop/files/white-right-arrow_67ef0301-a18d-4ff0-8d18-11a3c7c48a3c.png?v=1724319489);
  background-repeat: no-repeat;
  padding: 13px 30px;
  cursor: pointer;
  opacity: 1;
}

.product_right {
  background-color: #fff;
  padding: 35px 42px;
  border-radius: 24px;
  border: 1px solid #ccc;
  /* height: 100%; */
  width: 90%;
  margin-left: auto;
}

.product_sec .row .col-md-6:last-child {
  z-index: 1;
}

.product_right ul {
  display: flex;
  gap: 10px;
  padding: 0px;
  margin-bottom: 24px;
}

.product_right ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.product_right h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 12px;
  color: var(--black);
}

.rating_ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.price_box h4 {
  color: #952535;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.price_box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}

.product__info-container>*+* {
  margin: 0px !important;
}

.product_content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
    margin-top: 30px !important;
}

.product_content p {
  width: 85%;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  color: var(--black);
}

.product_icon {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px !important;
}

.product_icon ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
}

/* .product_icon ul::after {
  content: '';
  width: calc(25% - 15px); 
  display: block;
} */
.product_icon ul li {
  width: calc(25% - 15px);
}

.product_icon ul li p {
  margin: 0px;
}

.product_icon ul li img {
  max-width: 100%;
  height: auto;
}

.product_icon ul li p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}

.product_addtocart {
  margin-top: 24px;
}

.addtocart_btn select {
  padding: 16px 36px 16px 24px;
  border-radius: 6px;
  color: #000;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.11px;
  background: url(/cdn/shop/files/down-arrow.png?v=1724321980) no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

.product_addtocart p {
  margin-bottom: 12px;
  font-size: 16px;
}

.addtocart_btn {
  display: flex;
}

.product_img img {
  width: 100%;
}

.add_to_cart_outer {
  display: flex;
  gap: 30px;
}

.variant-selection select {
  padding: 10px 5px;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  width: 44%;
  outline: none !important;
  box-shadow: none !important;
}

.quantity-selector {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 0px;
  background: none;
  padding: 18px 15px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.add_to_cart_btn {
  display: flex;
  align-items: center;
}

.quantity-selector button {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
}

.quantity-selector input {
  background: none;
  border: none;
  width: 100%;
  color: #fff;
  text-align: center;
  outline-offset: unset;
  box-shadow: none;
  outline: none;
}

.add_to_cart_btn .nature_btn_black {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.addtocart_outer {
  margin-bottom: 30px;
}

.addtocart_outer .variant-selection label {
  font-size: 18px;
  font-weight: 500;
}

.addtocart_inner {
  display: flex;
  width: 90%;
  align-items: center;
}

.addtocart_inner button {
  width: 100%;
  height: 68px;
  border: none;
  background: #221f20;
  color: #ffff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.variant-selection {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
}

.addtocart_bottom_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

/*product new section cart*/
.addtocart_outer {
  padding: 15px;
}

.delivery-row {
  margin-bottom: 10px;
}

.delivery-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.subscription-cart-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.days-dropdown {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 18px 24px;
}

.days-dropdown select {
  border: none;
  background: transparent;
  padding-right: 12px;
  margin: 0;
}

.days-dropdown select option {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.quantity-cart-combo {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #000;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40%;
  padding: 18px 18px 18px 24px;
  height: 0px;
  gap: 0px;
}

.quantity-cart-combo button.add-to-cart-btn {
  padding: 0px 0px 0px 22px;
}

.quantity-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.quantity-input {
  width: 40px;
  text-align: center;
  border: none;
}

.cart-divider {
  margin: 0 10px;
  color: #ddd;
}

.add-to-cart-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.wishlist-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.wishlist-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  width: 100%;
  justify-content: center;
}

.wishlist-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

.wishlist-btn span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

/* a.view-product {
  color: #221f20;
} */

/* Our Recipes */
.recipes_sec button {
  display: none;
}

.recipes_sec {
  position: relative;
}

.recipes_sec:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 478px;
  background-image: url(/cdn/shop/files/banner-recipie_copy.webp?v=1739952174);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.our_recipes_slider .owl-nav.disabled {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.our_recipes_slider button.owl-prev {
  margin-left: -4%;
}

.our_recipes_slider button.owl-next {
  margin-right: -4%;
}

.our_recipes_slider {
  margin-bottom: 55px;
}

.recipes_sec .nature_btn_black {
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
  margin-bottom: 48px;
}

.recipes_box {
  position: relative;
}

.icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  color: #000;
  padding: 20px;
  border-radius: 50%;
}

.recipes_box img {
  width: 100%;
}

.recipes_outer_sec .row .col-md-3 {
  margin-bottom: 1.5rem;
}

.video_modal_outer .modal-dialog {
  max-width: 70%;
}

.video_modal_outer .modal-content {
  background: transparent;
  border: none;
}

.recipes_outer_sec .modal {
  background: #000000ba;
}

.nurture_right_heading h2 {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}

.recipe-item img {
  width: 100%;
}

.recipe-item a {
  text-decoration: none;
  font-size: 16px !important;
  margin-top: 20px;
  color: #bf0603 !important;
  font-weight: 600;
}

.recipes_cnt {
  padding: 30px;
  text-align: left;
}

.recipes_cnt h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}

.recipe_img img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.recipe-item {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
}

.article-template__hero-container {
  max-width: unset !important;
  margin: unset !important;
  width: 100% !important;
}

.page-width--narrow {
  max-width: unset !important;
  padding: 0;
  width: 100%;
}

.article-template__title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  color: var(--yellow);
}

.recipes_data .ingredients_data {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 8px;
}

.recipes_data ul {
  padding: 0px !important;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 8px;
}

.article-template__link {
  font-weight: 600;
}

.icon-arrow {
  width: 2.5rem !important;
  margin-bottom: -3px;
}

.recipes_data .ingredients_data li {
  position: relative;
  padding-left: 50px;
}

.recipes_data .ingredients_data li span {
  position: absolute;
  content: "";
  font-size: 16px;
  display: flex;
  background: #d28f00;
  left: 0;
  top: 0px;
  height: 30px;
  width: 30px;
  padding: 10px;
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.recipes_data h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.article-template>*:first-child:not(.article-template__hero-container) {
  margin-top: 0px !important;
}

.recipe_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 24px;
}

.Recipes_Sec {
  width: 80% !important;
}

.recipes_data h3 {
  color: var(--yellow);
  font-size: 29px;
  line-height: 32px;
}

.recipes_data ul li {
  font-size: 19px;
  color: #000;
  font-weight: 500;
}

.recipes_outer .row .col-md-8 .recipes_data {
  width: 90%;
  margin-left: auto;
}

.recipes_outer {
  margin-top: 50px !important;
}

.recipe-item:hover img {
  transform: scale(1.05);
}

.recipe-item img {
  transition: 0.6s ease;
}

.recipe_img {
  overflow: hidden;
}

.recipe-item {
  transition: 0.4s ease;
}

.recipe-item:hover {
  background: var(--yellow);
}

.recipe-item:hover .recipes_cnt a h3 {
  color: #fff;
}

/* certification */
.certification_sec .container {
  padding: 108px 82px;
  background: #4B838E;
  border-radius: 48px;
}

.certification_box {
  position: relative;
  width: 100%;
  height: 190px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  cursor: pointer;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certification_back a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.certification_back a:hover {
  color: #000;
}

.certification_back {
  transform: rotateY(180deg);
  background-color: #d28f00;
}

.certification_box:hover .certification_front {
  transform: rotateY(-180deg);
}

.certification_box:hover .certification_back {
  transform: rotateY(0deg);
}

/* article */

.article_box {}

.article_box .article_image img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: 0.4s all linear;
}

.article_box .article_image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

.article_box:hover .article_image img {
  transform: scale(1.05);
}

.article_content {
  background: #f7f7f7;
  padding: 25px 30px 23px 28px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.article_content span {
  font-size: 16px;
  line-height: 25px;
  color: #585858;
  margin-bottom: 12px;
}

.article_content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.article_content a {
  color: #bf0603;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.article_content a i {
  margin-left: 5px;
}

.main_hot_blogs {
  padding: 100px 0px !important;
}

.main_hot_blogs .card__inner {
  /* width: 418px; */
  height: 307px;
}

.main_hot_blogs .blog-articles {
  display: flex;
  column-gap: 25px !important;
  row-gap: 25px !important;
}

.main_hot_blogs .card .media {
  background: none;
}

.main_hot_blogs .article-card__image-wrapper.card__media IMG {
  border-radius: 10px 10px 0 0;
}

.main_hot_blogs .card__information .article-card__excerpt {
  display: none;
}

.main-blog .card__information h3 a {
  margin-bottom: 0;
}

.main_hot_blogs .card__information a {
  font-size: 21px;
  color: #000;
  /* margin-bottom: 22px; */
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_hot_blogs .card__information {
  padding: 30px 40px !important;
  text-align: left;
}

.main_hot_blogs .underline-links-hover:hover a {
  text-decoration: none !important;
}

.main_hot_blogs .card {
  border-radius: 24px !important;
}

.view_all {
  margin-top: 55px;
  text-align: center;
}

.article_btn a {
  text-decoration: none;
  font-size: 16px !important;
  margin-top: 20px;
  color: #bf0603 !important;
  font-weight: 600;
}

article.article-template {
  padding-top: 60px;
}

/* Testimonials */
.testimonials_sec {
  padding: 100px 0px 100px 0px;
  text-align: center;
}

.our_recipes_slider.owl-carousel.owl-loaded.owl-drag {
  margin: 0;
}

/* 
.testimonials_sec .container {
padding: 0px 0px 100px 0px;
border-bottom: 1px solid #00000054;
} */

.test_items {
  width: 53%;
  margin: auto;
  text-align: center;
}

.test_items img {
  width: 48px !important;
  margin: 0px auto 23px auto;
}

.test_items p {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 34px;
}

section.testimonials_sec.p_100 {
  overflow: hidden;
}

.test_items h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #952535;
  text-transform: capitalize;
}

.testimonials_slider.owl-carousel.owl-loaded.owl-drag {
  transform: scale(1.1) translateX(20px);
}

.testimonials_slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.testimonials_slider button.owl-prev {
  margin-left: -4%;
}

.testimonials_slider button.owl-next {
  margin-right: -4%;
}

.testimonials_slider {
  margin-bottom: 55px;
}

.recipes_outer_sec .row .col-md-6:nth-child(odd) .recipes_box {
  margin-right: 30px;
}

.recipes_outer_sec .row .col-md-6:nth-child(even) .recipes_box {
  margin-top: 100px;
  margin-left: 30px;
}

/* Breadcum */
.breadcrumb_main {
  position: relative;
}

.breadcrumb_main .row .col-md-12 {
  margin: 0;
  padding: 0;
}

.breadcrumb_image img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
}

.breadcrumb_image {
  position: relative;
}

.breadcrumb_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.breadcrumb_title h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb_image:before {
  content: "";
  position: absolute;
  left: 0px;
  background: #0000006b;
  width: 100%;
  height: 100%;
}

/* Instagram */
.instagram_sec {
  background: #B89635;
  margin-bottom: 108px;
  padding: 35px 0px 0px 0px;
}

.instafeed-new-layout-container {
  width: 100% !important;
}

.instagram_sec .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Product */
#MainProduct-template--17761557119139__main {
  padding: 65px 0;
}

.product__title h1 {
	color: var(--black);
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	padding-top: 0;
}

.product__media.media.media--transparent {
  box-shadow: 3px 4px 6px -1px #00000029;
}

.price-item {
  color: #952535;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.product-form__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px !important;
}

.shopify-payment-button {
  width: 100%;
}

.product-form__submit {
  margin-bottom: 0px !important;
}

.product-form__buttons button {
  border-radius: 12px !important;
  background: #b57b00;
  color: #fff;
  opacity: 1;
  transition: 0.9s ease;
  height: 45px;
  font-size: 15px !important;
  margin-bottom: 0;
}

.product-form__buttons {
  max-width: 100% !important;
}

.share-button {
  display: none !important;
}

.product-form__input--pill input[type="radio"]:checked+label {
  background-color: var(--yellow) !important;
  color: var(--white) !important;
}

.product-form__input--pill input[type="radio"]+label {
  border: 1px solid var(--yellow) !important;
  border-radius: 12px !important;
  padding: 5px 20px;
  color: #000;
}

.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 12px;
}

.card__information {
  padding: 18px 24px !important;
}

.facets-container.scroll-trigger.animate--fade-in {
  margin-bottom: 44px;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #b57b00 !important;
}

.single_p_pro ul#myTab {
  justify-content: center;
  column-gap: 10%;
  margin-bottom: 45px;
}

span#ProductCountDesktop {
  font-size: 19px;
  line-height: 19px;
  color: #000 !important;
  font-weight: 600;
}

select#SortBy {
  background: #efefef;
  padding: 10px;
  width: 190px;
  outline: none !important;
  box-shadow: none !important;
  margin: -10px;
}

.card__heading.h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.main_dcap {
  width: 90%;
}

.main_dcap h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 600;
}

.main_dcap p {
  font-size: 16px;
  line-height: 26px;
}

section.single_p_pro ul#myTab li button.active {
  color: var(--yellow);
}

section.single_p_pro ul#myTab button.nav-link.active:before {
  width: 100%;
}

section.single_p_pro ul#myTab button.nav-link:before {
  content: "";
  height: 2px;
  background: var(--yellow);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: 0.9s ease;
}

section.single_p_pro ul#myTab button.nav-link {
  border: none;
  padding-bottom: 26px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

section.single_p_pro ul#myTab li button {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.image_ans img {
  width: 100%;
}

legend.form__label {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  width: unset;
  margin: 0px;
  padding-right: 18px;
}

fieldset.js.product-form__input.product-form__input--pill {
  display: flex;
  gap: 10px;
  align-items: center;
}

label.quantity__label.form__label {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}

.product-form__input .form__label {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}

div#Quantity-Form-template--17761557119139__main {
  display: flex;
  align-items: center;
}

.quantity {
  width: 100% !important;
}

.faqs-main {
  background: #f7f7f7;
}

.faqs_main div#accordionExample .accordion-item h2 .accordion-button:not(.collapsed):after {
  transform: rotatex(180deg);
  rotate: unset;
}

.faqs_main div#accordionExample .accordion-item h2 .accordion-button:after {
  background-image: url(/cdn/shop/files/plus_Stroke.png?v=1724651172);
  transition: 0.9s;
}

.main_title h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}

.faqs_main {
  width: 80%;
  margin: auto;
}

.faqs_main div#accordionExample {
  display: grid;
  gap: 18px;
}

.faqs_main div#accordionExample .accordion-item {
  height: fit-content;
  padding: 12px 13px;
}

.faqs_main div#accordionExample .accordion-item h2 button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
}

.faqs_main div#accordionExample .accordion-item .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.faqs_main .accordion-button:not(.collapsed) {
  color: var(--yellow);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/cdn/shop/files/down-arrow_731bf23f-5c98-43f9-9af2-10914d1c9c3b.png?v=1725865726) !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.main_dcap h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.main_dcap p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}

.main_dcap a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--yellow);
}

.main_dcap a i {
  margin-bottom: 1px;
}

.ayurvedic_tab_box img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  object-fit: cover;
}

.ayurvedic_tab_box {
  width: 95%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.ayurvedic_tab_content h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.ayurvedic_tab_content p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.view_all_btn {
  text-align: right;
  margin-top: 50px;
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 12px !important;
}

.product-form__input [input type="radio"] {
  display: none !important;
}

/* Contact us */
.right_cont {
  margin-bottom: 0px;
}

.contact_details {
  margin-right: 50px;
}

.right_cont h3 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  color: #000;
  font-weight: 600;
}

.contact_details ul {
  margin-top: 30px;
  padding-left: 0px;
}

.contact_details ul li {
  margin-bottom: 7px;
  font-size: 18px;
}

.contact_details ul li span {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
  text-transform: uppercase;
  color: #000;
}

.contact_details ul li a {
  font-size: 16px;
  color: #5f5f5f;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
}

.follow_wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

.right_cont.contact_details h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  color: #000;
  margin-bottom: 12px;
}

.right_cont p {
  font-size: 16px;
  color: #575757;
}

.follow_wrapper ul {
  display: flex;
  gap: 20px;
}

.follow_wrapper ul li a {
  font-size: 24px;
  line-height: 32px;
  color: var(--yellow);
  padding: 15px 20px;
  background: #eee;
  border-radius: 12px;
}

.contact_form_outer .button {
  background: var(--yellow);
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
}

/* Privacy Policy */

.shopify-policy__title h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.privacy_policy h4 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Alliance No.1";
}

.privacy_policy p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  color: #000;
}

.privacy_policy ul {
  padding: 0 !important;
  list-style: circle;
  margin: 12px 0px 12px 0px;
}

.privacy_policy ul li {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin-bottom: 3px;
}

.underline-links-hover:hover a {
  text-decoration: none !important;
  color: #000;
}

.shopify-policy__container {
  max-width: 1320px !important;
  width: 100%;
  padding: 70px 20px !important;
}

.shopify-policy__title {
  text-align: left !important;
}

/* 404 */
.prop_error p {
  font-size: 200px;
  background: radial-gradient(circle,
      rgba(210, 143, 0, 1) 50%,
      rgba(0, 0, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 200px;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin: auto;
}

.prop_error h1 {
  margin-top: 12px;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 0px;
}

.prop_error a {
  background: var(--yellow);
  border: none;
  box-shadow: none;
  outline: none;
}

/* About Us */
.about_us_heading_content p {
  font-size: 18px;
  line-height: 28px;
}

.about_mid_image {
  width: 90%;
  margin: auto;
  position: relative;
}

.about_mid_image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.about_mid_Cnt {
  position: absolute;
  bottom: 10%;
  right: 5%;
  background: #fff;
  width: 416px;
  padding: 48px;
}

.about_mid_Cnt h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about_mini_cnt p {
  font-size: 18px;
  line-height: 28px;
}

.about_bottom_image {
  width: 100%;
}

.about_bottom_cnt p {
  font-size: 18px;
  line-height: 28px;
}

/* FAQs */
.faqs_sec .tab-active {
  display: block !important;
}

.faqs_sec .tab {
  display: none;
}

.faqs_left .tab-menu ul {
  padding: 0;
  margin: 0;
}

.faqs_left .tab-menu ul li button {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid var(--yellow) !important;
  border: none;
  text-align: left;
  padding: 20px 0 20px 20px;
}

.faqs_left .tab-menu ul li .tab-a.active-a {
  background: var(--yellow);
}

.faqs_left .tab-menu ul li .tab-a.active-a h3 {
  color: var(--white);
}

.faqs_left .tab-menu ul li button h3 {
  margin: 0px;
  font-size: 24px;
  line-height: 34px;
}

.faqs_right {
  width: 90%;
  margin-left: auto;
}

.faqs_right .accordion-button {
  font-size: 22px;
  line-height: 30px;
}

.faqs_right .accordion-button:focus {
  box-shadow: none;
}

.faqs_right .accordion-item {
  border: none;
  border-bottom: 1px solid var(--yellow);
}

.faqs_right .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faqs_right .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  color: #000;
}

.faqs_right .accordion-button {
  padding: 20px 10px 20px 0px;
}

.faqs_right .accordion-body {
  padding: 10px 0px 30px 0px;
}

.faqs_right .accordion-body p {
  font-size: 18px;
  color: #000;
}

/* Careers */
.career_cnt h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.career_cnt h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.career_cnt p {
  font-size: 18px;
  line-height: 28px;
}

.careers_sec .col-md-10 {
  margin-bottom: 60px;
}

.career_box img {
  width: 100%;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.career_box_cnt {
  padding: 30px 30px 58px 30px;
}

.career_box {
  border: 1px solid #ccc;
  border-radius: 24px;
}

.career_box_cnt h4 {
  font-size: 24px;
}

.career_box_cnt p {
  margin-bottom: 36px;
}

/* our story */

.our_story_left img {
  width: 450px;
}

.our_story_left h2 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 20px;
  font-weight: 500;
  color: var(--yellow);
}

.our_story_right p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.our_story_box {
  position: relative;
}

.our_story_box:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 350px;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(242, 240, 233, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgb(255 255 255) 100%);
}

.our_story_sec .our_story_box:first-child {
  padding: 0px 0px 50px 0px;
}

.our_story_sec .our_story_box:last-child .row {
  flex-direction: row-reverse;
  margin-top: 80px;
}

.our_story_sec .our_story_box:last-child .container .row .col-md-5 .our_story_left {
  text-align: right;
}

.our_story_sec .our_story_box:last-child::before {
  display: none;
}

/* .our_story_sec .our_story_box:first-child .our_story_left img {
margin-top: -10%;
} */

/* nutri */
.nutritional_benefits_sec {
  overflow-x: hidden;
}

.nutri_box_left img {
  width: 100%;
}

.nutritional_benefits_sec .container {
  padding: 0;
}

.nutritional_benefits_sec .container .col-md-6 {
  padding: 0;
}

.nutri_box_right p {
  font-size: 18px;
  line-height: 28px;
}

.nutri_box_right {
  padding: 30px 70px;
}

.nutritional_benefits_sec .nutri_box:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.nutri_box_right h4 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
  position: relative;
  padding-left: 64px;
  letter-spacing: 0;
}

.nutri_box_right h4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50px;
  background: var(--yellow);
  height: 2px;
}

.nutritional_benefits_sec .main_title {
  width: 62%;
  margin: 0px auto 50px;
}

.nutritional_benefits_sec .main_title p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

/* why a2 ghee */
.why_a2_ghee_icon_sec {
  padding: 0px 0px 100px 0px;
}

.why_a2_ghee_icon_box {
  text-align: center;
}

.why_a2_ghee_icon_box p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  width: 70%;
  margin: 20px auto 0px auto;
}

.why_a2_ghee_icon_box img {
  width: 50%;
  border-radius: 50%;
  border: 3px solid var(--yellow);
  padding: 24px;
}

.why_a2_ghee_box p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

.why_a2_ghee_heading h1 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.why_a2_ghee_icon_sec .row .col-md-3 {
  margin-bottom: 1.5rem;
}

/* Customer Speaks */
.recipes_outer_sec .row .col-md-4 {
  margin-bottom: 1.5rem;
}

.recipes_item iframe {
  border-radius: 24px;
  width: 100%;
}

/* Footer */
footer {
  background: #131313;
  color: var(--white);
  padding: 100px 0px 0px 0px;
}

.footer_box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.17px;
  margin-bottom: 18px;
  color: var(--white);
}

.footer_box ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer_box ul li a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: var(--white);
}

.footer_box p {
  margin-bottom: 15px;
  width: 73%;
  color: var(--white);
}

.footer_box p a {
  color: var(--white);
  text-decoration: none;
}

.footer_box ul li a i {
  margin-right: 10px;
}

.footer_image img {
  width: 100%;
}

.footer_image {
  margin-top: 30px;
}

variant-selects#variant-selects-template--17761557119139__main input[type="radio"] {
  display: none;
}

.article_sec {
  display: none;
}

.product_content h4 {
  display: none;
}

.faqs-main {
  padding: 30px 0px 70px 0px;
}

section.upper_faq_cnt {
  padding: 50px 0px;
}

section.upper_faq_cnt h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.upper_faq_cnt h2 {
  font-size: 22px;
  font-weight: 500;
  padding-top: 32px;
}

.accordion-header {
  padding: 0;
}

.full-unstyled-link {
  line-height: 26px;
}

.featured-product:not(.product--no-media)>.product__info-wrapper{
  padding: 0rem 0rem 0rem 7rem !important;
}

h2.product__title.h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 14px !important;
    padding-top: 0px;
}
