/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =====================
   Top Announcement Bar
   ===================== */

.custom-top-bar {
  background: #60b36c;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.top-bar-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.phone-icon {
  margin-right: 5px;
}

/* =====================
   Hero Section
   ===================== */

.homepage-hero {
  position: relative;
  background: url("assets/hero.jpg") center/cover no-repeat;
  min-height: 750px;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0) 70%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 60px 15px;
}

.hero-badge {
  background: #2f6d39;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.homepage-hero h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.homepage-hero h1 span {
  color: #ffc107;
}

.homepage-hero p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #eaeaea;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.browse-btn {
  background: #2f6d39;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
}

.sample-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-stats strong {
  font-size: 28px;
  display: block;
}

.hero-stats span {
  font-size: 14px;
  color: #ddd;
}

/* =====================
   Our Collection Section
   ===================== */

.cookbook-heading {
  text-align: center;
  margin-bottom: 60px;
}

.cookbook-heading h2 {
  font-size: 48px;
  font-weight: 800;
}

.cookbook-heading p:first-child {
  color: #e63946;
  letter-spacing: 2px;
  font-weight: 600;
}

/* =====================
   Product Grid
   ===================== */

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.woocommerce ul.products li.product {
  background: #f6f7f4;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}

.woocommerce ul.products li.product img {
  border-radius: 12px;
  margin-bottom: 15px;
}

.woocommerce ul.products li.product h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.woocommerce .star-rating {
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations select {
  background: #e5eadf;
  border-radius: 10px;
  padding: 8px;
  border: none;
}

.woocommerce ul.products li.product .button {
  background: #5c7c46;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
}

.woocommerce ul.products li.product .button:hover {
  background: #4a6737;
}

.book-badge {
  position: absolute;
  background: #e63946;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  top: 10px;
  left: 10px;
}

/* =====================
   Variation Buttons
   ===================== */

.variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.variation-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  line-height: 1;
  flex-shrink: 0;
  pointer-events: auto;
}

.variation-tooltip-icon:hover {
  background: #5c7c46;
}

.variation-tooltip-icon[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.variation-tooltip-icon[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 11;
  pointer-events: none;
}

.variation-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* background: #206F2D; */
  border: none;
  padding: 10px 15px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.variation-btn:hover {
  background: #d6dccf;
}

.variation-btn.active {
  background: #5c7c46;
  color: #fff;
}

.format-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.format-btn {
  background: #e5eadf;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.format-btn:hover {
  background: #5c7c46;
  color: #fff;
}

/* =====================
   Featured Recipes
   ===================== */

.featured-recipes {
  padding: 80px 0;
  background: #f7f7f4;
}

.section-label {
  color: #e63946;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.featured-recipes h2 {
  font-size: 48px;
  margin-top: 5px;
}

.recipe-card {
  border-radius: 20px;
  overflow: hidden;
}

.recipe-image {
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  color: #fff;
}

.recipe-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.recipe-content {
  position: relative;
  z-index: 2;
}

.recipe-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.recipe-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  opacity: 0.9;
}

.recipe-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2e7d32;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  z-index: 2;
}

.recipe-nav {
  display: flex;
  gap: 10px;
}

.recipe-prev,
.recipe-next {
  width: 40px;
  height: 40px;
  background: #e6ebdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

/* =====================
   Author Bio Section
   ===================== */

.author-bio-section {
  padding: 80px 0;
  background: #f7f7f4;
}

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bio-tagline {
  color: #f4a300;
  font-style: italic;
  font-size: 20px;
}

.bio-text h2 {
  font-size: 48px;
  margin: 10px 0 20px;
}

.bio-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.bio-btn {
  display: inline-block;
  margin-top: 20px;
  background: #6ab56b;
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
}

.bio-image img {
  width: 100%;
  border: 20px solid #a7c98a;
}

/* =====================
   Team Section
   ===================== */

.team-section {
  padding: 80px 0;
  background: #f7f7f4;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.team-content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.team-designation {
  display: block;
  font-weight: 600;
  color: #6ab56b;
  margin-bottom: 20px;
}

.team-desc {
  line-height: 1.6;
}

.team-image img {
  width: 100%;
  border-radius: 20px;
}

/* =====================
   Testimonials Section
   ===================== */

.testimonial-section {
  background: #2d6b35;
  padding: 100px 0;
  color: #fff;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-heading p {
  letter-spacing: 2px;
  opacity: 0.8;
}

.testimonial-heading h2 {
  font-size: 52px;
  font-weight: 800;
}

.testimonial-card {
  background: #3b7f43;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.quote-icon {
  font-size: 30px;
  color: #ffc107;
}

.testimonial-text {
  margin: 20px 0;
  line-height: 1.6;
}

.stars {
  color: #ffc107;
  margin-bottom: 15px;
}

.testimonial-card hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.testimonial-role {
  opacity: 0.8;
  font-size: 14px;
}

/* =====================
   Footer
   ===================== */

.custom-footer {
  background: linear-gradient(90deg, #0e2f1f, #0b2519);
  color: #fff;
  padding: 80px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
}

.footer-logo {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-about p {
  opacity: 0.8;
  line-height: 1.6;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}

.footer-newsletter p {
  opacity: 0.8;
}

.newsletter-form {
  display: flex;
  margin-top: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 30px 0 0 30px;
  min-width: 0;
}

.newsletter-form button {
  background: #f4c20d;
  border: none;
  padding: 12px 25px;
  border-radius: 0 30px 30px 0;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 60px 0 30px;
}

.footer-bottom {
  text-align: center;
}

.footer-disclaimer {
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 15px;
}
.shopnow .variation-btn{
  text-transform: capitalize;
}

/* =====================
   Responsive — Tablet (max 992px)
   ===================== */

@media (max-width: 992px) {
  .homepage-hero h1 {
    font-size: 52px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px;
  }

  .cookbook-heading h2 {
    font-size: 36px;
  }

  .featured-recipes h2,
  .bio-text h2,
  .testimonial-heading h2 {
    font-size: 36px;
  }

  .team-content h3 {
    font-size: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

/* =====================
   Responsive — Mobile (max 768px)
   ===================== */

@media (max-width: 768px) {
  /* Top bar */
  .top-bar-container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  /* Hero */
  .homepage-hero {
    min-height: auto;
    background-position: center right;
  }

  .hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .hero-content {
    max-width: 100%;
    padding: 60px 20px;
  }

  .homepage-hero h1 {
    font-size: 38px;
  }

  .homepage-hero p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats {
    gap: 20px;
  }

  .hero-stats strong {
    font-size: 22px;
  }

  /* Product grid */
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  /* Collection heading */
  .cookbook-heading {
    margin-bottom: 30px;
  }

  .cookbook-heading h2 {
    font-size: 28px;
  }

  /* Section headers */
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-recipes h2 {
    font-size: 28px;
  }

  /* Bio grid */
  .bio-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bio-image {
    order: -1;
  }

  .bio-image img {
    border-width: 10px;
  }

  .bio-text h2 {
    font-size: 30px;
  }

  /* Team grid */
  .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-content h3 {
    font-size: 26px;
  }

  /* Testimonials */
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }

  /* Footer */
  .custom-footer {
    padding: 50px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-newsletter {
    grid-column: auto;
  }
}
.footer-legal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 20px 0 15px;
}

.footer-legal-links a {
    color: #b7cbb7;
    font-size: 14px;
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

@media (max-width: 480px) {
    .footer-legal-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
/* =====================
   Responsive — Small Mobile (max 480px)
   ===================== */

@media (max-width: 480px) {
  .homepage-hero h1 {
    font-size: 30px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 6px 14px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 12px;
  }

  .cookbook-heading h2 {
    font-size: 24px;
  }

  .format-buttons {
    flex-direction: column;
  }

  .format-btn {
    text-align: center;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input {
    border-radius: 30px;
    margin-bottom: 10px;
  }

  .newsletter-form button {
    border-radius: 30px;
    width: 100%;
  }
	.jordan_promise-inner{
		flex-direction: column;
	}
}

.product-common-image img{
width:300px;
height:auto;
}
.expertimage img{
	    border-radius: 100px;
}

.vegansubheader{
	color: #206f2d !important;
}


.jordan_promise{
background:#206f2d;
border-radius:12px;
padding:25px 15px;
margin: 0px 0 30px 0;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,0.06);
}
.jordan_promise-inner{
	display: flex;
    align-items: center;
}

/* Title */
.promise-title{
font-size:36px !important;
font-weight:800;
color:#fff !important;
margin-bottom:20px;
text-decoration: underline;
}

/* Logo */

.jordan_promise img{
width:300px;
height:auto;
margin: 0 auto;
}

/* Content */
.product-common-description p{
max-width:650px;
margin:auto;
font-size:17px;
line-height:1.7;
color:#fff !important;
text-align: start;
}

/* .ppc-button-wrapper{
	width: 100%;
} */
.ppc-button-wrapper {
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #dadada;
    background-color: #2572320f;
}
/* Mobile */
@media(max-width:768px){

.promise-title{
font-size:24px !important;
}

.jordan_promise img{
width:160px;
}

.product-common-description p{
font-size:15px;
}

}

.footer-disclaimer-box{
border-top:1px solid rgba(255,255,255,0.15);
margin-top:40px;
padding-top:30px;
text-align:center;
}

.footer-disclaimer-text{
max-width:700px;     /* controls box width */
margin:0 auto !important;       /* centers the box */
font-size:14px;
line-height:1.7;
color:#d8e6d8;
background:#163c26;
border-left:4px solid #6ab56b;
padding:18px 22px;
border-radius:8px;
text-align:center;   /* centers text inside */
}

.footer-disclaimer-text strong{
color:#ffffff;
}

.footer-copyright{
margin-top:15px !important;
font-size:14px;
color:#b7cbb7;
}

/* Variation price list layout */

.variation-price-list{
max-width:100% !important;
margin:15px 0;
/* border-top:1px solid #e5e5e5; */
}

.variation-price-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:8px 0;
font-size:17px;
font-weight:600;
border-bottom:1px solid #eee;
}

.variation-price-row span{
font-weight:700;
color: hsl(0deg 0% 0.78%);
}
.variation-price-row span.variation-badge {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: #206f2d;
    border-radius: 18px;
    padding: 1px 12px;
}

.discount-percent{
color:#e63946;
font-weight:700;
font-size:14px;
margin-left:6px;
}

.desc-flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.desc-text {
	padding: 20px;
    background-color: #f6f7f4;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    width: 50%;
    font-size: 16px;
    line-height: 1.6;
}

.desc-images {
    width: 50%;
}

.desc-images img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
#tab-author_tab{
	padding: 20px;
    background-color: #f6f7f4;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    font-size: 16px;
    line-height: 1.6;
}
/* Mobile */
@media (max-width: 768px) {
    .desc-flex {
        flex-direction: column;
    }

    .desc-text,
    .desc-images {
        width: 100%;
    }
}

/* Marque */
.reviews-marquee-wrap {
    overflow: hidden;
    width: 100%;
    background: #f8f8f8;
    padding: 10px 0;
}

.reviews-track {
    display: flex;
    width: max-content;
    gap: 50px;
    animation: scrollLoop linear infinite;
}

.review-item {
    white-space: nowrap;
    font-size: 16px;
    color: #000;
}

/* KEY FIX */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.product_meta{
	display: none !important;
}
/* Hide billing fields initially */
.woocommerce-billing-fields,
.order_review_heading,
#order_review,
.woocommerce-checkout-review-order{
    display:none;
}
/*single product pe express*/
/* .sw-express-checkout-heading {
    text-align: left;
    padding-bottom: 15px;
    font-size: 26px;
}
.sw-express-checkout-heading {
    font-size: 24px;
    text-transform: capitalize !important;
    color: #17261c !important;
    font-family: oswald, sans-serif !important;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
} */
 .sw-express-checkout-heading{
    text-align:center;
    margin-bottom:20px;
}
.sw-download-icon{
    width:55px;
    height:55px;
    margin:0 auto 5px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#257232;
}
.sw-download-icon-1 svg {
    animation: swBounceDown 1.1s ease-in-out infinite;
    animation-delay: 0s;
}

.sw-download-icon-2 svg {
    animation: swBounceDown 1.1s ease-in-out infinite;
    animation-delay: 0s;
}

.sw-download-icon-3 svg {
    animation: swBounceDown 1.1s ease-in-out infinite;
    animation-delay: 0s;
}

@keyframes swBounceDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(12px);
    }
}

@keyframes swBounceDown {

    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(8px);
    }

    100%{
        transform: translateY(0);
    }

}

.sw-download-title{
    font-size:26px;
    font-weight:700;
    line-height:1.2;
    color:#23412f;
    margin-bottom:15px;
}

.sw-download-title:after{
    content:'';
    display:block;
    width:110px;
    height:2px;
    background:#dcead8;
    margin:18px auto 0;
    border-radius:50px;
}
@media(max-width:767px){

    .ppc-button-wrapper{
        padding:20px;
    }

    .sw-download-icon{
        width:70px;
        height:70px;
        font-size:30px;
    }

    .sw-download-title{
        font-size:30px;
    }

    .sw-download-title:after{
        width:120px;
    }
}
.woocommerce-message .button.wc-forward{
    display:none !important;
}
.single-product .woocommerce-notices-wrapper{
    display:none !important;
}
/* .single-product .ppc-button-wrapper{
    display:none;
} */

.single-product .show-paypal .ppc-button-wrapper{
    display:block;
}
/*ad line 150+ recipes*/
.sw-marquee-wrap {
    background: #f9c8062b;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.sw-marquee{
    display: flex;
    width: max-content;
    animation: swScrollLeft 6s linear infinite;
}

.sw-marquee span {
    color: #df3d27;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 80px;
}

@keyframes swScrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.33%);
    }
}
.sw-payment-badges{
    display:flex;
    gap:10px;
    margin-top:15px;
    width:100%;
}

.sw-payment-badges span{
    flex:1;
    text-align:center;
    padding:12px 10px;
    border-radius:4px;
    font-size:14px;
    font-weight:600;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
}

/* Apple Pay */
.sw-payment-badges span:nth-child(1){
    background:#000;
}

/* Google Pay */
.sw-payment-badges span:nth-child(2){
    background:#4285F4;
}

/* Venmo */
.sw-payment-badges span:nth-child(3){
    background:#008CFF;
}