/* Container setup */
.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
}

/* Product images */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* Second image (hover image) */
.woocommerce ul.products li.product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
  border-radius: 20px;
}
/* Disable 2nd hover image inside .mw_products_container */
.mw_products_container .hover-image {
  display: none !important;
}

/* On hover: fade in 2nd image */
.woocommerce ul.products li.product:hover .hover-image {
  opacity: 1;
  transform: scale(1);
}

/* Product title */
.mw_products_container
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 67%;
  text-align: center;
  font-size: 21px !important;
  line-height: 22px;
  color: #fff !important;
  margin: 0 auto;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

/* Hide price */
.mw_products_container .woocommerce ul.products li.product span.price {
  display: none;
}

/* Add to cart button */
.mw_products_container
  .woocommerce
  ul.products
  li.product
  a.add_to_cart_button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s ease-in-out;
}

/* Hover animation */
.mw_products_container
  .woocommerce
  ul.products
  li.product:hover
  .woocommerce-loop-product__title {
  opacity: 0;
  transform: translateY(20px);
}

.mw_products_container
  .woocommerce
  ul.products
  li.product:hover
  a.add_to_cart_button {
  opacity: 1;
  transform: translateY(0);
}
.mw_faqs .e-n-accordion summary.e-n-accordion-item-title {
  justify-content: space-between;
}
.mw_faqs
  .e-n-accordion
  .e-n-accordion-item[open]
  summary.e-n-accordion-item-title {
  border-radius: 20px 20px 0 0;
}
/* .mw_home_blog .elementor-post__text {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: end;
}
.mw_home_blog .elementor-post__text h3.elementor-post__title {
  grid-column-start: 1;
  grid-column-end: 4;
}
.mw_home_blog .elementor-post__text a.elementor-post__read-more {
  grid-column-start: 3;
  grid-column-end: 3;
  color: #fff !important;
  background: #3c096c;
  padding: 13px 18px;
  border-radius: 7px;
  font-size: 14px;
  font-family: "Canva Sans", sans-serif;
  line-height: 1;
} */
.woocommerce
  .mw_product_content:not(.mw_products_container .mw_product_content) {
  background-color: #fff;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  border-radius: 25px;
  padding: 18px;
  box-shadow: 0px 1px 5px 0px #00000030;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #f8f8f8;
}
.woocommerce .mw_product_content h2.woocommerce-loop-product__title {
  width: 59%;
  min-height: 70px;
}
.woocommerce .mw_product_content span.price {
  position: absolute;
  right: 0;
  bottom: -50px;
  margin-bottom: 0 !important;
}
.custom-star-rating {
  display: flex;
  font-size: 14px;
  color: #848484;
  gap: 3px;
  justify-content: flex-end;
}
.mw_product_rating {
  display: flex;
  justify-content: space-between;
}
.product-category {
    font-family: "Canva Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #848484;
}
.mw_products_container .mw_product_content .mw_product_rating {
  display: none;
}
.mw_products_container .mw_product_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000001f;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mw_products_container .mw_product_content .woocommerce-loop-product__link {
  height: 100%;
}
section.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
section.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none;
  justify-content: space-between;
  margin: 0;
  padding: 0px 0px 120px 0px;
  width: auto;
}
section.related.products ul.products:before {
  display: none;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
section.related.products
  .mw_product_content
  h2.woocommerce-loop-product__title {
  font-family: "League Spartan", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  color: #161616;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  color: var(--e-global-color-primary);
  background-color: #3c096c00;
  border-color: var(--e-global-color-primary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 7px 7px 7px 7px;
}
.woocommerce ul.products li.product .button:hover {
  color: #fff;
  background-color: #3c096c;
  border-color: #fff;
}
.woocommerce-product-gallery__image {
  border-radius: 25px;
  max-height: 620px;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
  max-height: 620px;
}
ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 18px;
}
body.wp-singular.product-template-default main#main {
  max-width: 1450px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 47.3%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 46%;
}
.woocommerce div.product div.images img {
  max-height: 620px;
  object-fit: cover;
}
.product-mf-title {
  font-size: 17px;
  color: #848484;
  text-transform: uppercase;
  font-family: "Playwrite US Modern", sans-serif;
}
.woocommerce div.product .product_title {
  font-size: 40px;
  color: #3c096c;
  font-weight: 600;
  line-height: 43px;
  margin: 0;
}

.product-mf-ingre {
  font-size: 17px;
  color: #161616;
  font-family: "Canva Sans";
}
.woocommerce .summary.mw-product-summary p.price {
  font-size: 45px;
  color: #161616;
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  max-width: 132px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100%;
  border-radius: 16px;
}
.woocommerce .star-rating span::before {
  color: #ee9a1e;
}
a.woocommerce-review-link {
  font-size: 16px;
  color: #a5a5a5;
  text-transform: capitalize;
}

.woocommerce div.product {
  margin-top: 58px;
  padding: 0 20px;
}
.woocommerce-product-details__short-description p {
  color: #161616;
  font-size: 17px;
  font-family: "Canva Sans";
  display: flex;
  align-items: center;
}
.woocommerce-product-details__short-description p span {
  color: #3c096c;
  font-size: 30px;
  margin: 0 10px;
}
/* Hide number input arrows (spinner) for Chrome, Safari, Edge, Opera */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input arrows for Firefox */
.woocommerce div.product form.cart div.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #262626;
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce div.product form.cart div.quantity .qty-btn {
  border: none;
  width: 36px;
  height: 49px;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  color: #161616;
  line-height: 2.2;
}

.woocommerce div.product form.cart div.quantity input.qty {
  text-align: center;
  border: none;
  height: 49px;
  outline: none;
}
.woocommerce div.product form.cart .button {
  background-color: #3c096c;
  padding: 17px 65px;
  margin-left: 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: "Canva Sans";
  font-weight: 500;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0;
  border-radius: 10px;
}
.mw_add-to-cart-form {
  display: flex;
  align-items: center;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  margin-inline: 0;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 0 20px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single
  button.yith-wcwl-add-to-wishlist-button {
  padding: 12px 16px;
  border-radius: 10px;
  gap: 0;
}
.yith-wcwl-add-to-wishlist-button:is(button) svg,
.yith-wcwl-add-to-wishlist-button:is(button) img {
  width: 25px;
  height: 25px;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.mw_acf-collapse-wrapper {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.mw_acf-collapse-toggle {
  width: 100%;
  background: #f8f8f8;
  border: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mw_acf-collapse-toggle:hover {
  background: #efefef;
}

.mw_acf-collapse-content {
  display: none;
  padding: 15px 20px;
  background: #fff;
  line-height: 1.6;
}

.mw_acf-collapse-item.active .acf-collapse-content {
  display: block;
}
.mw_acf-collapse-item button.mw_acf-collapse-toggle {
  display: flex;
  justify-content: space-between;
  color: #161616;
  font-size: 19px;
  font-family: "Canva Sans";
  background-color: transparent;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 25px 0;
}
.mw_acf-collapse-item.active,
.mw_acf-collapse-item.active .mw_acf-collapse-content,
.mw_acf-collapse-item.active button.mw_acf-collapse-toggle {
  background-color: #3c096c;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  border: none;
}
.mw_acf-collapse-item.active button.mw_acf-collapse-toggle svg path {
  stroke: #fff;
}
.mw_acf-collapse-wrapper {
  border: none;
}
.mw_acf-collapse-item button.mw_acf-collapse-toggle span svg {
  width: 18px;
}
section.woocommerce.related.products {
  float: left;
  width: 100%;
  padding-top: 60px;
  margin-top: 40px;
}
section.woocommerce.related.products h2:not(ul.products h2) {
  text-align: center;
  margin-bottom: 4rem;
}
.page-header {
  background-color: #3c096c14;
}
.page-header .entry-title {
  padding: 60px 20px;
}
.page-header .entry-title .entry-title-head {
  margin: 0 auto;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  color: #3c096c;
  font-family: "League Spartan", sans-serif;
}
.custom-breadcrumbs {
  text-align: center;
}
.custom-breadcrumbs a,
.custom-breadcrumbs span {
  color: #161616;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 2.6px;
  font-family: "Canva Sans";
  line-height: 40px;
}

.custom-breadcrumbs .separator {
  color: #161616;
  margin: 0 5px;
  font-size: 22px;
}
section#comments [type="button"],
section#comments [type="submit"],
section#comments button {
  background-color: #3c096c;
  border: 1px solid #3c096c;
}
section#comments input[type="date"],
section#comments input[type="email"],
section#comments input[type="number"],
section#comments input[type="password"],
section#comments input[type="search"],
section#comments input[type="tel"],
section#comments input[type="text"],
section#comments input[type="url"],
section#comments select,
section#comments textarea {
  border: none;
  border-bottom: 1px solid #161616;
}
section#comments [type="button"]:focus,
section#comments [type="button"]:hover,
section#comments [type="submit"]:focus,
section#comments [type="submit"]:hover,
section#comments button:focus,
section#comments button:hover {
  background-color: #3c096c;
}
.post-type-archive-product.woocommerce div.product {
  margin-top: 0;
  padding: 0;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product,
.woocommerce
  div.product
  .elementor-element.elementor-products-grid
  .related.products
  ul.products
  li.product,
.woocommerce
  div.product
  .elementor-element.elementor-products-grid
  .upsells.products
  ul.products
  li.product {
  padding: 0px 0px 120px 0px;
}
.heading_bottom_border span.elementor-divider-separator {
  opacity: 0.6;
}

.custom-acf-accordion-wrapper {
  display: flex;
  gap: 20px;
}

.custom-acf-accordion-wrapper.one-column .accordion-column {
  flex: 1 1 100%;
}

.custom-acf-accordion-wrapper.two-columns .accordion-column {
  max-width: 50%;
  width: 100%;
}

.custom-acf-accordion-wrapper .accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
}

.custom-acf-accordion-wrapper .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
}

.custom-acf-accordion-wrapper .accordion-item.active button.accordion-title {
  border-radius: 0;
}

.custom-acf-accordion-wrapper .accordion-item.active .accordion-content {
  padding: 0 20px 20px;
  max-height: 100% !important;
}

.custom-acf-accordion-wrapper .accordion-item.active .icon {
  transform: rotate(180deg);
}

.custom-acf-accordion-wrapper button.accordion-title {
  font-size: 22px;
  font-family: "League Spartan";
  font-weight: 700;
  color: #f76932;
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 25px 20px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
      border-radius: 0;
          min-height: 102px;
}

.custom-acf-accordion-wrapper button.accordion-title p.accordion-title-wrap {
  margin: 0;
  width: 90%;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

.custom-acf-accordion-wrapper button.accordion-title span.icon {
  text-align: right;
}

.custom-acf-accordion-wrapper .accordion-item:last-child {
  margin: 0;
}

.custom-acf-accordion-wrapper
  .accordion-item.active
  .accordion-content
  .accordion-content-inner {
  font-size: 20px;
}

.product_background {
  border-radius: 15px;
  position: relative;
  height: 100%;
}

.product_background_layer {
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.product_background_layer {
    background-color: #0000 !important;
}
@media screen and (max-width: 1024px) {
  section.related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-acf-accordion-wrapper {
    flex-direction: column;
  }
  .custom-acf-accordion-wrapper.two-columns .accordion-column {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mw_products_container
    .woocommerce
    ul.products
    li.product
    a.add_to_cart_button {
    opacity: 1;
    transform: translateY(10px);
  }
  .mw_products_container
    .woocommerce
    ul.products
    li.product
    .woocommerce-loop-product__title {
    bottom: 60px;
  }
  .woocommerce .mw_product_content h2.woocommerce-loop-product__title {
    width: 70%;
  }
  /* .mw_home_blog .elementor-post__text a.elementor-post__read-more {
    padding: 10px 18px;
    font-size: 12px;
  } */
  section.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-element.elementor-element-8383d57 {
    display: none;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce div.product {
    margin-top: 20px;
  }
  section.woocommerce.related.products {
    padding-top: 25px;
    margin-top: 0;
  }
  section.woocommerce.related.products h2:not(ul.products h2) {
    text-align: center;
    margin-bottom: 2rem;
  }
  .page-header .entry-title .entry-title-head {
    font-size: 42px;
    line-height: 45px;
  }
  .custom-breadcrumbs a,
  .custom-breadcrumbs span {
    font-size: 16px;
  }

  .custom-breadcrumbs .separator {
    font-size: 16px;
  }
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  section.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .mw_add-to-cart-form {
    align-items: flex-end;
  }
  .woocommerce div.product form.cart .button {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.acf-ingredients-gallery {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
}

.acf-ingredients-gallery .ingredient-item img {
  transition: transform 0.3s ease;
}

.acf-ingredients-gallery .ingredient-item img:hover {
  transform: scale(1.05);
}

/* Responsive: tablets */
@media (max-width: 1024px) {
  .acf-ingredients-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

/* Responsive: mobile landscape */
@media (max-width: 768px) {
  .acf-ingredients-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Responsive: mobile portrait */
@media (max-width: 480px) {
  .acf-ingredients-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.acf-ingredients-section {
  display: flex;
  gap: 53px;
  margin: 30px 0 0;
  flex-wrap: wrap;
      justify-content: center;
}

.ingredient-card {
  text-align: center;
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 47%;
      display: flex;
    align-items: center;
    gap: 40px;
    background-color: #F6F6F6;
    text-align: left;
}

/* .ingredient-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
} */

.ingredient-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.ingredient-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.ingredient-content {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
  .acf-ingredients-section {
    gap: 40px;
  }
  /* .ingredient-card {
    max-width: 30%;
  } */
  .ingredient-card {
    display: block;
    padding: 20px;
    text-align: center;
}
.acf-ingredients-section {
    justify-content: start;
}
}

/* Mobile landscape */
@media (max-width: 768px) {
  .acf-ingredients-section {
    gap: 30px;
  }
.ingredient-image {
    text-align: center;
}
.ingredient-card {
    width: 100%;
}
  /* .ingredient-card {
    max-width: 47%;
  } */
}

/* Mobile portrait */
@media (max-width: 480px) {
  /* .ingredient-card {
    max-width: 100%;
  } */
}

.daily-serving-slider {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

.serving-slide {
  display: flex;
  justify-content: center;
}

.serving-card {
  background: #f47b44;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.serving-image img {
  width: 100%;
  border-radius: 10px 10px 0 0 !important;
  display: block;
  border-bottom: 0 !important;
}

.serving-text {
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

.serving-subheading {
  margin: 0;
  font-family: "League Spartan", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
}

.serving-heading {
  font-family: "League Spartan", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.daily-serving-slider .swiper-pagination {
  position: relative;
  margin-top: 5em;
}

.daily-serving-slider .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.4;
  width: 15px !important;
  height: 15px !important;
}

.daily-serving-slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .serving-heading {
    font-size: 16px;
  }
  .serving-subheading {
    font-size: 14px;
  }
}

.supplement-facts-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.supplement-facts-overlay {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 0px 0 25px;
  max-width: 600px;
  border-radius: 12px;
}

.supplement-title {
  color: #f15e30;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  padding: 17px;
  margin-top: 0;
  background: #ffffff57;
  border-radius: 10px 10px 0 0;
}

ul.supplement-list,
.supplement-ingredients,
.supplement-donot,
.supplement-suggested {
  padding: 0 25px;
}

.supplement-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.supplement-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  font-size: 15px;
}

.supplement-ingredients,
.supplement-donot {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

.supplement-suggested {
  margin-top: 15px;
  font-size: 15px;
}

.supplement-list li span {
  width: 40%;
}

@media (max-width: 768px) {
  .supplement-facts-section {
    padding: 50px 15px;
    justify-content: center;
  }
  .supplement-facts-overlay {
    max-width: 100%;
  }
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: flex-start;
  text-align: center;
}



.benefit-icon {
      width: 105px;
  margin-bottom: 10px;
}

.benefit-text {
    font-size: 25px;
    line-height: 1.2;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
