.btn.btn-green{
  background-color: var(--primary-color);
  color: #fff;
}

.tp-btn-green{
  background-color: var(--primary-color);
  box-shadow: 0 1px 2px rgba(1,15,28,.1);
  color: var(--tp-common-white) !important;
  padding: 9px 29px;
  border-radius: 0 !important;
}
  
.tp-btn-green:hover {
    background-color: transparent;
    color: var(--tp-common-black) !important;
    border: 1px solid var(--tp-common-black) !important;;
}

/* Vendor only*/
body#page-21 .tp-testimonial-area {
  background-color: #ffffff !important;
}


/* Stickey Header CSS*/
#header-sticky {
  height: 82px !important;
}

.tp-header-5{
  padding-top: 6px !important;
}

/* Banner Height & content */
.tp-slider-height-3{
  min-height: 400px !important
}

.tp-slider-title-4, .tp-slider-title-3 {
  font-size: 50px !important;
}

/* Banner Button */
.view-store-btn{
  background: #fff !important;
  color: #000 !important;
}

.view-store-btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
}

/*How therefore OG works*/
#how-therefore-works {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
#how-therefore-works h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.steps {
  display: flex;
  justify-content: space-evenly;  /* spread out evenly */
  align-items: flex-start;        /* align the tops of each step */
  gap: 2rem;                       /* optional spacing */
}

/* each column */
.step {
  flex: 1;
  max-width: 300px;              /* or whatever fits your design */
  text-align: center;
}

/* the number circles */
.step-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background-color: #e8f2e8;     /* pale‐green */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2f4f2f;                /* dark accent */
}

.step h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.step p {
  color: #555;
  font-size: .95rem;
  line-height: 1.4;
}

/* stack on mobile */
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .step {
    max-width: none;
  }
}
/*How therefore OG works*/

/* Organic Insights Instagram Section */
.organic-insights-section {
  padding: 40px 0;
  background-color: #c7d4b6;
}

.organic-insights-title {
  text-align: center;
  font-size: 2rem;
  color: #2f4f4f;
  margin-bottom: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.organic-insights-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}

.reel-wrapper {
  flex: 1 1 300px;
  max-width: 320px;
  min-width: 250px;
  box-sizing: border-box;
}

.instagram-media {
  width: 100% !important;
}
/* Organic Insights Instagram Section */

/*Sales near Brand*/
.custom-sale-highlight {
  position: relative;
}

.custom-sale-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 165, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

.custom-sale-highlight > * {
  position: relative;
  z-index: 2;
}
/*Sales near Brand*/

/*Vendor Stories*/
.vendor-stories-bg {
  background-color: #c7d4b6;
}
/*Vendor Stories*/


.tp-blog-more:nth-of-type(1)  {
    background-color: #c7d4b6;
    padding-left: 50px;
    position: relative;
}
#how-therefore-works h2 span {
  color: #3b5f3c; /* your theme’s green or highlight color */
}


/*Become Our Vendor - Banner
.tp-slider-height
{
min-height: 56 px;
}
Become Our Vendor - Banner*/
.tp-slider-item.align-items-center {
  align-items: flex-start !important; 
}

.tp-slider-height {
  min-height: 40px !important;
}

/* Change flash sale title color */
.flash-sale-title {
  color: #ffffff !important;
}

/* Change countdown timer digits */
.flash-sale-timer span {
  color: #ffffff !important;
}

.site-core-values
{
  background-color:#c7d4b6;
}

.tp-deal-title
{
  color: #ffffff !important;
}

.tp-organic-section-title-wrapper-5
{
  background-color:#c7d4b6;
}
/*Our Vendor Stories*/
.tp-blog-area
{
  color:#c7d4b6;
  padding-bottom: 0px;
  padding-top:0px;
  padding: 0px;
}

.tp-blog-item.mb-30.swiper-slide.swiper-slide-active,
.tp-blog-item.mb-30.swiper-slide.swiper-slide-next,
.tp-blog-item.mb-30.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev ,
.tp-blog-item mb-30 swiper-slide {
  margin-bottom: 10px !important;
}
/*Our Vendor Stories*/


/* About US */
.tp-about-area {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* Ensure the container doesn't add extra padding */
/*.tp-about-area .container {
  padding-left: 15px !important;
  padding-right: 3px !important;
  margin-left: 10px !important;
  margin-right: 3px !important;
}

.tp-about-wrapper {
  padding-left: 80px !important;  
  padding-right: 30px !important; 
}
.col-xl-7.col-lg-6 {
  margin-left: auto !important;
}
*/
@media (min-width: 1400px) {
   .tp-about-area .container {
        max-width: 90%;
	padding-bottom: 24px;
    }
}

/*About us*/

.tp-product-area:nth-child(1) {
  background-color: #ffffff;
}

.tp-product-area:nth-child(2){
  background-color: #c7b4d6 !important;
}

/* store, add, brands */
.ads,
.image-slider,
.marketplace-stores {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.marketplace-stores {
  margin-top: 0 !important;
}

.tp-testimonial-area
{
  background-color:#c7d4b6;
}

.tp-blog-more:nth-of-type(1) {
    background-color: transparent;
}


/* Why OG styles */
#page-19 h3 {
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 16px;
}

#page-19 p {
  font-size: 16px;
  line-height: 24px;
}

.tp-header-side-menu ul li .tp-submenu
{
   max-height: 250px;
   overflow-y: auto;
   overflow-x: hidden; 
}

.tp-submenu::-webkit-scrollbar {
    width: 6px;
}
.tp-submenu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.highlight-text {
  color: #2e7d32; /* dark green */
  font-weight: 600;
  background-color: #e6f4ea;
  padding: 2px 6px;
  border-radius: 4px;
}

/*Instagram Section in Why OG?*/
.tp-organic-section-title-wrapper-6 {
  background-color: #ffffff;
}

.tp-submenu .tp-product-category-icon {
  padding-right: 4px;
}

/*stores card view*/
.card bb-store-item
{
  width: 300px; 
  min-height: 400px;
}

/*Category Structure*/
.category-section {
  background-color: #c7d4b6;
  padding: 0.5rem 0.5rem;
  font-family: 'Inter', sans-serif;
  width: 100%; /* Ensure full width background */
}

.category-grid-final {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "serums cta cleanser"
    "serums face lotion";
  gap: 2rem;
  max-width: 1400px; /* Was 1000px – now wider to span more screen */
  width: 100%;
  padding: 0.5rem 0.5rem;
  margin: 0 auto;
}

.card-serums {
  grid-area: serums;
  height: 100%;
}

.category-cta {
  grid-area: cta;
  text-align: center;
  padding: 0.5rem;
  align-self: center;
}

.card-cleanser {
  grid-area: cleanser;
}

.card-face-cream {
  grid-area: face;
}

.card-lotion {
  grid-area: lotion;
}

.category-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.category-section mb-10
{
  margin-bottom: 0;
  padding-bottom: 0;
}
/*Trending Products*/
.tp-product-area
{
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px; 
}
/*Trending Products*/
 

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.category-card:hover img {
  transform: scale(1.03);
}

.category-label {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0.5rem 0.5rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  color: #1a1a1a;
}

.category-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #1a1a1a;
}

.category-cta p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.5rem;
  padding: 0 0rem;
}

.explore-btn {
  background-color: #224D2C;
  color: white;
  padding: 0.5rem 0.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background-color: #4c8734;
  color: white;
}


/* Responsive */
@media screen and (max-width: 768px) {
  .category-grid-final {
    grid-template-areas:
      "serums"
      "cta"
      "cleanser"
      "face"
      "lotion";
    grid-template-columns: 1fr;
    padding: 0.5rem 0.5rem;
  }

  .category-card {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .header-wrapper {
        display: none !important;
    }
}


section.tp-product-area .row.row-cols-xxl-5.row-cols-md-4.row-cols-sm-2.mb-30 {
  margin-bottom: 0rem !important;  /* or whatever reduced value you need */
}

@media (min-width: 1200px) {
  section.tp-blog-area .container {
    max-width: 1450px !important;
  }
}



/*Blogs*/
@media (max-width: 768px) {
  .tp-blog-area .pt-50 .pb-50 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
/*Blogs*/
  
.category-section{
  background-color:#c7d4b6;
 }
  
/* blog section */
/* 🔧 Reduce blog bottom padding */
.tp-blog-area.pt-50.pb-50 {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}

/* Remove spacing from empty section below blog */
.tp-blog-more {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* 🔧 Remove extra spacing above newsletter section */
.tp-subscribe-area {
  padding-top: 5px !important;
  padding-bottom: 5px;
  margin-top: 0 !important;
}

/*category section 

.category-section.mb-10 { margin-bottom: -10; }
.tp-product-area { padding-top: 0; }
  
/* target only the  immediately after your category section */
/* 1) Kill any bottom‑margin on the category section itself 
section.category-section.mb-10 {
  margin-bottom: 0 !important;
}
/* Hide the one  that sits between your two sections 
section.category-section.mb-10 + p {
  display: none !important;
  /* fallback if you ever need to “see” it again: 
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}*/

/*Testimonial*/
.tp-testimonial-area pt-30 pb-30
{
      padding-bottom: 0px;
      padding-top: 10px;
  }
  
/* tp-blog-area section */
section.tp-blog-area.pt-50.pb-50 + p {
  margin-top:    0 !important;
  margin-bottom: 0 !important;
  padding:       0 !important;
  font-size:     0 !important;
  line-height:   0 !important;
}
  
/* Footer */
footer .tp-footer-top.pt-95.pb-45 {
  padding-top:    5px !important;  
  padding-bottom: 5px !important; 
}
  
.tp-footer-top {
    padding-bottom: 5px;
    padding-top: 5px;
}
  
footer .tp-footer-area .tp-footer-top.pt-95.pb-45 {
  padding-top: 5px !important; 
  padding-bottom: 5px !important;  
}
footer.tp-footer-area.tp-footer-style-2.tp-footer-style-5
  > .tp-footer-top.pt-95.pb-45 {
  padding-top:0px !important;  
  padding-bottom:0px !important; 
}
  
.tp-brand-item img {
    width: 72px !important;
}
  
.tp-main-menu-content .tp-submenu {
    padding: 12px 20px !important;
}
  
/* Home Slider 3 changes */
  
main .tp-slider-title-3 {
    font-size: 90px !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    main .tp-slider-title-3 {
        font-size: 72px
    }

    .header-wrapper {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    main .tp-slider-title-3 {
        font-size: 60px
    }

    .header-wrapper {
        display: none !important;
    }
}

@media only screen and (min-width:576px)and (max-width:768px) {
    main .tp-slider-title-3 {
        font-size: 55px !important;
    }

    .header-wrapper {
        display: none !important;
    }
}

@media(max-width:575px) {
    main .tp-slider-title-3 {
        font-size: 52px !important;
    }

    .header-wrapper {
        display: none !important;
    }

    .tp-subscribe-input button {
	top: 5px !important;
     }
}
  
/*Button - Become A Vendor*/
/* 1) Scope to exactly that Vendor-register link via its href */
a.tp-btn[href*="/vendor/register"] {
  background-color: #c2d4b6 !important;
  border-color:     #c2d4b6 !important;
  color:            #224D2C !important; /* if you need to override the text too */
}

/* 2) Hover state */
a.tp-btn[href*="/vendor/register"]:hover {
  background-color: #a8bfa0 !important;
  border-color:     #a8bfa0 !important;
}