/** Shopify CDN: Minification failed

Line 241:0 Unexpected "}"
Line 242:0 Comments in CSS use "/* ... */" instead of "//"

**/
/* Banner Slider */
.pro-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pro-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.pro-slide {
  min-width: 100%;
}

.pro-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.slide-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.slide-text h2 {
  font-size: 28px;
  background: rgba(0,0,0,0.4);
  padding: 10px 15px;
  border-radius: 8px;
}

/* Badge Image */
.badge-image-section {
  width: 100%;
  padding: 10px 0;
}

.badge-image-section img {
  width: 100%;
  height: auto;
  display: block;
}

/* Product Slider */
.pro-product-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header h2 {
  font-size: 46px;
  color: #2e7d32
}
@media (max-width: 768px) {
  .header h2 {
    font-size: 28px;
    color: #2e7d32;
  }
}

.scroll-btn {
  background: #f3f3f3;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 6px;
}

.slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  margin-top: 20px;
  scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
  display: none;
}

.card {
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

.img-main {
  position: relative;
  z-index: 1;
}
.product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.product-benefits span {
  display: inline-block;
  background: #f8f8f8;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .product-benefits { display: flex; flex-wrap: nowrap; /* single line only */ justify-content: space-between; gap: 4px; margin: 8px 0; } .product-benefits span { font-size: 10px; /* smaller text so both fit */ padding: 4px 6px; white-space: nowrap; flex: 1; /* both take equal space */ text-align: center; } }
.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-wrapper:hover .img-hover {
  opacity: 1;
}

.image-wrapper:hover .img-main {
  opacity: 0;
}

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
}

.green { background: #2e7d32; }
.orange { background: #ff9800; }

.card h3 {
  font-size: 14px;
  margin: 10px 0 5px;
}

.rating {
  font-size: 12px;
  color: #555;
  margin-bottom: 5px;
}

.price {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0px;
    margin-bottom: 8px;
}

.variant-select {
  width: 100%;
  margin-bottom: 10px;
  padding: 6px;
  border-radius: 6px;
}

.add-to-cart {
  width: 100%;
  background: #1b5e20;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .slider {
    display: flex;
    overflow-x: auto;
    gap: 12px;

    padding-left: 15px;
    padding-right: 0; /* important for peek effect */

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .card {
    flex: 0 0 50%;   /* MAIN CONTROL: adjust peek here */
    scroll-snap-align: start;
  }
}

  .pro-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}
//* Judge.me rating + text in same line */

.jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 6px;
}

.jdgm-prev-badge__stars {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
}

.jdgm-prev-badge__text {
  display: inline-block !important;
  white-space: nowrap !important;
  margin-left: 4px;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #222 !important;
}

.jdgm-star {
  color: #f4b400 !important;
  font-size: 14px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .jdgm-prev-badge__text {
    font-size: 12px !important;
  }

  .jdgm-star {
    font-size: 12px !important;
  }
}
.story-section {
  padding: 0px 20px;
}

/* Stylish Colorful Section Heading */
.story-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.story-card {
  min-width: 260px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.story-header h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;

  background: linear-gradient(90deg, #e91e63, #ff9800, #4caf50, #2196f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
}

/* Underline effect */
.story-header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 10px;

  background: linear-gradient(90deg, #ff9800, #e91e63);
}

/* Mobile */
@media (max-width: 768px) {
  .story-header h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .story-header h2::after {
    width: 60px;
    height: 3px;
  }
}
.story-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.story-slider::-webkit-scrollbar {
  display: none;
}

.story-card {
  min-width: 240px;
  max-width: 240px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  flex-shrink: 0;
}

.story-video {
  height: 420px;
  background: #000;
}

.story-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-product {
  padding: 12px;
  background: #fff;
}

.product-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-top img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.product-info h3 {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.product-info p {
  margin: 5px 0 0;
  font-weight: 600;
  font-size: 14px;
}

.story-variant {
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.story-add-cart {
  width: 100%;
  margin-top: 10px;
  background: #1b5e20;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.story-add-cart:hover {
  opacity: 0.95;
}

@media (max-width: 768px) {
  .story-card {
    min-width: 200px;
    max-width: 200px;
  }

  .story-video {
    height: 350px;
  }

  .story-header h2 {
    font-size: 24px;
  }
}

.shop-category-tabs {
  background: linear-gradient(180deg, #fffdf8 0%, #fdf7ef 100%);
  position: relative;
}

/* Heading */
.heading-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.sub-heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 8px;
}

.section-heading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #2e7d32, #ff7d09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: serif;
}

/* Tabs (UNCHANGED DESIGN) */
.category-tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.category-tabs {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex: 0 0 auto;
  border: none;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.tab-btn:hover {
  transform: translateY(-2px);
}

.tab-btn.active {
  background: linear-gradient(90deg, #2e7d32, #3c9a4a);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(46,125,50,0.18);
}

/* Panels */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}
.story-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.story-slider::-webkit-scrollbar {
  display: none;
}

.story-card {
  flex: 0 0 calc(20% - 13px);
  max-width: calc(20% - 13px);
}
/* ============================= */
/* SLIDER (UPDATED CLASS NAMES) */
/* ============================= */

.category-slider-wrapper {
  width: 100%;
  padding: 0px;
}

/* slider */
.category-product-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
    scroll-padding-left: 15px;


  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-product-slider::-webkit-scrollbar {
  display: none;
}

/* desktop cards = 4 */
.category-product-slider > li {
  flex: 0 0 calc(25% - 9px);
  min-width: calc(25% - 9px);
  list-style: none;
    box-sizing: border-box;

}

/* ============================= */
/* CARD (same design as before) */
/* ============================= */

.category-card {
  width: 100%;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}

.category-card:hover {
  transform: translateY(-4px);
}

/* IMAGE */
.category-card .image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.category-card .image-wrapper img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

/* hover images */
.category-card .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.category-card .image-wrapper:hover .img-hover {
  opacity: 1;
}

.category-card .image-wrapper:hover .img-main {
  opacity: 0;
}

/* tag */
.category-card .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
}

.category-card .green { background: #2e7d32; }
.category-card .orange { background: #ff9800; }

/* title */
.category-card h3 {
  font-size: 14px;
  margin: 10px 0 5px;
}

/* price */
.category-card .price {
  font-weight: bold;
  margin: 8px 0;
}

/* benefits */
.category-card .product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.category-card .product-benefits span {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
}

/* button */
.category-card .add-to-cart {
  width: 100%;
  background: #1b5e20;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
}

/* ============================= */
/* MOBILE (PEEK EFFECT FIXED) */
/* ============================= */

@media (max-width: 1024px) {
  .category-product-slider > li {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }

  .section-heading {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .category-product-slider > li {
    flex: 0 0 50%; /* 👈 peek next card */
    min-width: 65%;
  }

  .section-heading {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 12px;
  }

  .tab-btn {
    font-size: 11px;
    padding: 9px 14px;
  }
}
html, body {
  overflow-x: hidden;
}
.category-product-slider > li {
  display: flex;
}

.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* pushes button to bottom */
.category-card .add-to-cart {
  margin-top: auto;
}

/* reserve space for variant block (prevents jumping) */
.category-card .variant-select {
  min-height: 38px;
}

.category-card .product-benefits,
.category-card .price,
.category-card h3 {
  flex-shrink: 0;
}
.story-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.story-slider::-webkit-scrollbar {
  display: none;
}

/* =========================
   DESKTOP → 5 CARDS
========================= */
.story-card {
  flex: 0 0 calc(20% - 16px); /* 5 cards exactly */
  scroll-snap-align: start;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .story-card {
    flex: 0 0 calc(33.33% - 14px);
  }
}

/* =========================
   MOBILE → WIDER CARD
========================= */
@media (max-width: 767px) {
  .story-slider {
    gap: 12px;
    padding-left: 15px;
  }

  .story-card {
    flex: 0 0 85%;   /* 👈 wider focus card */
    max-width: 65%;
  }

  .story-video {
    height: 380px;   /* slightly bigger for mobile feel */
  }
}




.customer-review-pro {
  padding: 80px 0;
  background: linear-gradient(180deg, #fffdf8 0%,rgb(229, 247, 234) 100%);
  position: relative;
}

.customer-review-pro .title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 45px;
  line-height: 1.2;
  background: linear-gradient(90deg, #2e7d32, #ff7d09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: serif;
}

.customer-review-pro .page-width {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.review-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,0.6);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #ff9800, #e91e63, #4caf50, #2196f3);
}

.review-card:hover {
  transform: translateY(-6px);
}

.review-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  color: #f5b400;
  font-size: 15px;
}

.review-swiper .swiper-pagination {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.review-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #d6d6d6 !important;
  border-radius: 50%;
  display: inline-block !important;
}

.review-swiper .swiper-pagination-bullet-active {
  background: #2e7d32 !important;
  transform: scale(1.4);
}

@media (max-width: 768px) {
  .customer-review-pro .title {
    font-size: 28px;
  }

  .review-card {
    padding: 22px;
  }
}
/* ============================= */
/* REVIEW SECTION UPDATED STYLE */
/* ============================= */

.customer-review-pro {
  padding: 80px 0;
  background: #fff8f1; /* softer warm background */
  position: relative;
}

/* Heading */
.customer-review-pro .title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 45px;
  line-height: 1.2;
  background: linear-gradient(90deg, #2e7d32, #ff7d09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: serif;
}

/* Review Card */
.review-card {
  background: #ffffff;
  border: 2px solid #f3d9b1; /* clean premium border */
  border-radius: 22px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* remove colorful top line */
.review-card::before {
  display: none;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: #ffb347;
}

/* Review text */
.review-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* Author */
.author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  color: #f5b400;
  font-size: 15px;
  margin-top: 4px;
}

/* ============================= */
/* DOTS AT BOTTOM */
/* ============================= */

.review-swiper {
  padding-bottom: 60px;
}

.review-swiper .swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.review-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #d6d6d6 !important;
  border-radius: 50%;
  display: inline-block !important;
  opacity: 1 !important;
}

.review-swiper .swiper-pagination-bullet-active {
  background: #2e7d32 !important;
  transform: scale(1.4);
}

/* Mobile */
@media (max-width: 768px) {
  .customer-review-pro {
    padding: 60px 0;
  }

  .customer-review-pro .title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .review-card {
    padding: 22px;
    border-radius: 18px;
  }

  .review-card p {
    font-size: 14px;
  }
}
/* FORCE SWIPER DOTS TO BOTTOM OUTSIDE CARD */

.review-swiper {
  position: relative;
  padding-bottom: 70px !important; /* extra space for dots */
}

.review-swiper .swiper-wrapper {
  align-items: stretch;
}

.review-swiper .swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;   /* push dots to bottom */
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 20;
  margin: 0 !important;
  padding: 0 !important;
}

/* Bullet style */
.review-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #d6d6d6 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  opacity: 1 !important;
  cursor: pointer;
}

.review-swiper .swiper-pagination-bullet-active {
  background: #2e7d32 !important;
  transform: scale(1.4);
}



.why-premium-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #fffdf8 0%, #fdf7ef 100%);
}

/* Heading */
.why-heading-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.why-subheading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 10px;
}

.why-heading {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #2e7d32, #ff7d09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: serif;
}

/* Main Image + Text */
.why-main-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.why-main-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.why-main-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin: 0;
}

/* Feature Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  background: #fff;
  border: 1px solid #f2dfc7;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: #ffb347;
}

.why-icon {
  font-size: 38px;
  margin-bottom: 18px;
}

.why-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
}

.why-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .why-main-wrap {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-heading {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .why-premium-section {
    padding: 60px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-heading {
    font-size: 28px;
  }

  .why-subheading {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .why-main-wrap {
    gap: 24px;
    margin-bottom: 40px;
  }

  .why-main-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .why-card {
    padding: 24px 18px;
  }

  .why-icon {
    font-size: 32px;
  }

  .why-card h3 {
    font-size: 18px;
  }
}


.premium-footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 60px;
}

.footer-overlay {
  
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 18px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 18px;
  color: #20582a;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 14px;
  line-height: 1.8;
  color:rgb(0, 0, 0);
  text-decoration: none;
  list-style: none;
}

.footer-col ul {
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  padding: 8px 14px;
  border-radius: 30px;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: black;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-overlay {
    padding-top: 60px;
  }

  .footer-col h4 {
    font-size: 18px;
  }
}

.custom-badge {
  position: absolute;
  top: 6px;        /* small margin from top */
  right: 6px;      /* small margin from right */
  z-index: 999;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1;
}
.custom-badge {
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  background: #2e7d32;
  color:white;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .custom-badge {
    padding: 5px 14px;
    font-size: 11px;
    top: 0;
    right: 0;
    border-radius: 0 0 0 14px;
  }
}
/* VIEW MORE BUTTON */

.view-more-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;

  padding:12px 22px;

  background:#4b722a !important;
  color:#fff !important;

  text-decoration:none !important;

  border-radius:14px;

  font-size:14px;
  font-weight:600;

  line-height:1;

  transition:0.3s ease;

  border:none;
}

.view-more-btn:hover{
  background:#000 !important;
  color:#fff !important;

  transform:translateY(-1px);
}

/* REMOVE BLUE LINK STYLE */

.view-more-btn:visited,
.view-more-btn:focus,
.view-more-btn:active{
  color:#fff !important;
  text-decoration:none !important;
}

/* MOBILE */

@media(max-width:768px){

  .view-more-btn{
    padding:10px 18px;
    font-size:13px;
    border-radius:12px;
  }

}
@media(max-width:768px){

  .pro-product-section .header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .view-more-btn{
    margin-left:auto;
  }

}