.top-banner {
    position: relative; /* Reset default */
}
.top-banner.stuck {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}
.top-banner {
    background-color: #b1c2a0; /* ✅ Your requested color */
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .top-banner span {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 15px;
  }

  .top-banner span:last-child {
    border-right: none;
  }

/* Container for the entire block */
.product-info {
   /* max-width: 560px;*/
    display: flex;
    flex-direction: column;
    gap: 16px;
}
h1.product_title.entry-title {
	margin-bottom: 10px !important;
}

/* Tags container */
.tags {
    display: flex;
    gap: 8px;
}
/*.tag {
    padding: 5px 14px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    user-select: none;
}*/
.tag {
	padding: 0px 14px;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	font-size: 16px;
	height: 25px;
	line-height: 27px;
	/*background-color: #c3b8d4 !important;*/
	background-color: #ebf4fb !important;
	color: #3e3e3e !important;
}
.tag.sleep {
    background-color: #867fb8;
    color: white;
}
.tag.cbd-thc {
    background-color: #b3c5a2;
    color: #1a3820;
}
.tag.high-potency {
    background-color: #d9731a;
    color: white;
}  
/* Heading subtitle */
.subtitle {
    font-weight: 700;
    color: #212529;
    font-size: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 32px !important;
	letter-spacing: 0;
	font-weight: bold !important;
}
p.price {
	margin-bottom: 0px;
}
/* Benefits container */
.benefits {
    display: flex;
    gap: 24px;
    color: #212529;
    font-weight: 600;
    user-select: none;
    margin-top: 4px;
    margin-bottom: 12px;
}
.benefits img {
	width: 30px;
	height: 30px;
}
.benefit {
    display: flex;
    align-items: center;
    gap: 6px;
    /* width: 32%; */
}
.benefit p{
    margin: 0;
    font-size: 16px;
    padding-top: 5px;
}

/* Icons for benefits */
.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    stroke: #212529;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

/* Flavor/strength grid */
.flavor-strength {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.flavor-strength span.label {
    color: #3a3a3a;
    font-weight: 600;
}
.flavor-strength span.value {
    font-weight: 700;
    color: #2a2a2a;
}

/* Packs container */
.packs {
    display: flex;
    gap: 20px;
}
.pack {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
    text-align: center !important;
    line-height: 25px !important;
  flex: 1;
  text-align: center;
  transition: border-color 0.3s, background 0.3s;
  position: relative;
}
.variations th{
    display: none;
}
.pack input[type="radio"] {
    display: none; 
  }
  
  .pack input[type="radio"]:checked + span,
  .pack input[type="radio"]:checked ~ .count,
  .pack input[type="radio"]:checked ~ .badge,
  .pack input[type="radio"]:checked ~ .discount {
    
  }

.pack.selected {
    background-color: #f9f7ff;
    border-color: #212529 ;
    box-shadow: 0 0 6px #212529 ;
}
.pack .count {
    font-weight: 400;
    color: #444;
}
.pack .discount {
    color: #d9731a;
    font-weight: 600;
}
.wcsatt-options-wrapper {
	/*border: 1px solid #b5b5b5;*/
	margin-bottom: 15px;
	width: 90%;
}
.wcsatt-options-product-prompt {
	margin-bottom: 0px !important;
}
.wcsatt-options-product-wrapper > ul > li {
	padding: 6px 15px;
	font-size: 18px;
	border: 1px solid #b5b5b5;
	margin-bottom: 15px !important;
	border-radius: 10px;
}
/*.wcsatt-options-product-wrapper ul li:first-child {
	background: #dbd9d9;
	height: 50px;
	line-height: 50px;
	text-transform: capitalize;
	border: 1.5px solid #b5b5b5;
	margin-bottom: 15px;
	font-family: var(--font-heading);
}*/
/*.wcsatt-options-product-wrapper ul li .subscription-main-option {
	font-family: var(--font-heading);
	font-size: 20px;
}*/
.subscription-option label,.one-time-option label {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font-heading);
}
.subscription-benefits {
	padding: 0 15px;
	font-size: 15px;
	line-height: 24px;
}
.subscription-frequency-select {
	padding: 12px !important;
	background: #e9e9ed !important;
	text-transform: capitalize;
	font-size: 16px !important;
}
.product_meta .posted_in {
	display: block;
	background: #f2f2f2;
	box-shadow: 0 0 14px #f8f7f7;
	padding: 10px;
	border-radius: 5px;
}

.badge {
    background-color: #212529;
    color: white;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 16px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.faq-section h2{
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
}
/* .packs {
    display: flex;
    gap: 20px;
  } */
  
  /* Each variation card */
  /* .pack {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
  
  /* Hide native radio button */
  /* .pack input[type="radio"] {
    display: none;
  } */
  
  /* ✅ Highlight card when radio is checked */
  /* .pack input[type="radio"]:checked ~ span,
  .pack input[type="radio"]:checked ~ .count,
  .pack input[type="radio"]:checked ~ .badge,
  .pack input[type="radio"]:checked ~ .discount,
  .pack input[type="radio"]:checked ~ * {
    background-color: #f9f7ff;
    border-color: #212529;
    box-shadow: 0 0 6px #212529;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
  } */
  
  /* Variation name */
  /* .pack span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
  } */
  
  /* Count (e.g., “20 Count”) */
  /* .pack .count {
    font-weight: 400;
    color: #444;
    font-size: 14px;
    margin-top: 2px;
  } */
  
  /* Badge (MOST POPULAR / BEST VALUE) */
  /* .pack .badge {
    background: #f1c40f;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
  } */
  
  /* Discount text */
  /* .pack .discount {
    color: #d9731a;
    font-weight: 600;
    font-size: 13px;
    margin-top: 6px;
  } */
  
/* Kratom Effects */
/*.kratom-effects {*/
    /* background: #e8f5e8;
    box-shadow: 0 0 14px #bdbdbd; */
    /*text-align: center;
    width: 100%;*/
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
    /*position: relative;
    overflow: hidden;
    padding-bottom: 20px;
	margin-top: 50px;*/
/*}*/

/*.kratom-effects .section-title {*/
    /*color: #212529;*/
    /*margin-bottom: 30px;
	font-size: 35px!important;*/
/*}*/

/*.effects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px !important;
    margin-top: 20px;
}*/

/*.effect-card {
    padding: 20px;
    background: #e8f5e8;
    box-shadow: inset 70px 100px 140px var(--color-navy-blue);
    border-radius: 10px;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
    
}*/

/*.effect-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 0;
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid var(--color-navy-blue);
}

.effect-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
    font-family: var(--font-heading);
}

.effect-title::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 70px;
    height: 1.5px;
    background: var(--color-white);
}

.effect-card p {
    font-size: 16px;
    color: #fff;
}
.woocommerce div.product form.cart {
	margin-bottom: 0px !important;
}*/
/*Description & Tabs */
.product-description {
	background: white;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0 0 14px #dcdcdc;
}

.description-title {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-heading);
	background: transparent !important;
	font-size: 16px;
	padding: 14px 0;
	font-weight: 600;
	color: #212529;
}

.description-content {
	margin-bottom: 15px;
	font-size: 16px;
	/* padding: 0 25px; */
}
.description-content ul, .description-content li {
	padding: 0;
	margin: 0;
	list-style: disc;
}

.description-content h3{
    font-size: 21px;
    line-height: normal;
    margin-top: 0;
}

.key-point-desc {
    border: 1px solid #212529;
    border-radius: 10px;
    background: #f0f9f0;
    padding:10px;
    box-shadow: 0 0 6px #212529;
    margin: 10px 0 10px 0;
}
.key-point-desc ul{
    margin: 0;
    line-height: 30px;
    padding: 0;
}
.key-point-desc ul li{
    font-size: 18px;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: "Marcellus", serif;
}
.key-point-desc ul li img{
    margin-right: 5px;
}
.highlight {
    color: #212529;
    font-weight: bold;
}

.accordion {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
}

.accordion-header i {
    transition: transform 0.3s ease;
    padding-right: 10px;
    font-size: 16px;
}

.accordion-header i.fa-chevron-down {
    margin-left: auto; /* Push chevron to the right */
}

.accordion-content {
    display: none;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.accordion.active .accordion-content {
    display: block;
}

.accordion.active .fa-chevron-down {
    transform: rotate(180deg); /* Rotate chevron when active */
}

/* Ensure no overlap or layout issues */
.accordion {
    position: relative;
    overflow: hidden; /* Prevent content overflow */
}

/* FAQs Section */
.faqs {
 margin: 40px 0;
}
.faq-section h2 {
	font-size: 35px !important;
}
.faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.accordion-item h2 {
	margin: 0px !important;
}
.faq-question {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}
.faq-question i {
    color: #212529;
}
.faq-answer {
    display: none;
    margin-top: 10px;
    padding: 10px 0;
    color: #666;
    font-size: 16px;
}
.faq-active .faq-answer {
    display: block;
}
.faq-active .faq-question i {
    transform: rotate(180deg);
}

/* Default behavior (works for most screens) */
/* .woocommerce-product-gallery {
    position: -webkit-sticky;
    position: sticky !important;
    z-index: 1;
    top: 0;
}

.woocommerce-product-gallery2 {
    position: absolute !important;
    top: 800px !important;
} */
/* Default state - no sticky */
/*10-10-2025 */
/* Default state - no sticky */
.woocommerce-product-gallery {
    position: sticky;
    top: 10; 
    /* z-index: 10; */
    transition: top 0.7s ease;
  }

/* Sticky state - follows scroll */
/* .woocommerce-product-gallery.is-sticky {
    position: sticky !important;
    top: 0 !important;
    transition: all 0.3s ease;
}


.woocommerce-product-gallery.is-stopped {
    position: absolute !important;
    top: 500px !important; 
    transition: all 0.3s ease;
} */

@media (min-width: 1440px) {
    .woocommerce-product-gallery.is-stopped {
        top: 160px !important;
    }
}
/* Adjust behavior for large screens (1920px and up) */
/* @media screen and (min-width: 1920px) {
    .woocommerce-product-gallery2 {
        top: 100px !important; 
} */


/* Ensure parent container ends before FAQ section */
.summary {
    display: flex;
    flex-direction: column;
}
.woocommerce-product-gallery{
    height: 75% !important;
}

/* faq-sec */
.faq-section{
    margin: 50px 0;
    font-size: 16px;
}
.faq-section img{
    width: 100%;
    /* margin-left: auto;
    margin-right: auto;
    display: block; */
}
.faq-section .panel-collapse .panel-body {
    border-top: 0;
}
.faq-section .panel-heading {
    background-color: transparent;
    padding: 0;
}
.faq-section .panel-default {
    border-radius: 20px !important;
    overflow: hidden;
}


/* Header appearance */
  .faq-section .panel-heading a {
/*     font-family: "League Spartan", serif; */
    background: #f7f7f7;
    display: block;
    padding: 12px 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    color: #333;
  }

  /* Active/open header background + text color */
  .faq-section .panel-heading.active a {
    background: #fff;   /* active bg color - change as needed */
    color: #2e7d32;        /* active text color - change as needed */
  }
  .faq-section .panel-heading.active .panel {
    border-radius: 20px !important;
  }

  /* Plus / minus icons using .active class (no attribute reliance) */
  .faq-section .panel-heading a:after {
    content: "+";          /* default collapsed */
    position: absolute;
    right: 16px;
    top: 57%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
  }
  .faq-section .panel-heading.active a:after {
    content: "−";          /* open state: minus (unicode minus) */
    color: #2e7d32;
  }
  /* Optional panel styles */
  .faq-section .panel {
    border: 1px solid #e3e6eb;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .faq-section #accordion2 .panel-heading a {
    font-family: var(--font-heading);
    background: transparent !important;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 600;
    color: #212529;
   }
   .faq-section #accordion2 .panel {
     border-left: 0;
     border-right: 0;
   }
  .faq-section #accordion2 .panel-default {
    border-radius: 0 !important;
    overflow: hidden;
   }
  /* Plus / minus icons using .active class (no attribute reliance) */
  .faq-section #accordion2 .panel-heading a:after {
    content: "\276F";      
    /* font-family: 'Font Awesome 5 Free'; */
    position: absolute;
    right: 7px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    font-weight: 400;
    font-size: 18px;
    transition: 0.5s;
    line-height: 0;
  }
  .faq-section #accordion2 .panel-heading.active a:after {
    content: "\276F";          /* open state: minus (unicode minus) */
    color: #333 !important;
    transform: rotate(-90deg);
    transition: 0.5s;
    right: 4px;
    line-height: 0;
  }

  .product-info .benefit{
    align-items: unset !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    overflow-x: hidden;
    display: flex;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin: 5px
  }
  /* .kratom-effects {
    margin-left: calc(49.4% - 50vw);
  } */
  .effects-grid {
    gap: 0;
  }
  .kratom-effects .effect-icon img{
    width: 40px;
  }
.top-banner span{
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-banner span img{
    width: 30px;
}

.woocommerce-product-gallery .flex-viewport .wp-post-image{
    height: 100% !important;
    object-fit: cover;
    width: 75%;
    margin: auto;
}

.wpgs-nav .slick-slide {
    height: auto !important;
}

.wpgs_image .img-attr{
    height: 100%!important;
    margin: 0 auto;
}
.wpgs_image .img-attr{
    object-fit: contain;
}

/*  Responsive Start   */
/* @media (max-width: 1920px) {
    .woocommerce-product-gallery2 {
        position: relative !important;
        top: 500px !important;
    }
} */


/* Potency */
/* Potency Badge */
.custom-potency-badge {
    position: absolute;
    top: 35px;
    left: 135px;
    background-color: #e53935; /* red */
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    /* z-index: 9999; */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.custom-potency-badge img {
	height: 17px;
	width: 17px;
}
/* Small chart icon for consistency */
.custom-potency-badge .potency-icon {
    font-size: 14px;
    line-height: 1;
}

/* Ensure the product image container is positioned properly */
.woocommerce-product-gallery {
    position: relative !important;
}

.woocommerce-product-details__short-description, .woocommerce-tabs.wc-tabs-wrapper {
    display: none!important;
}


@media (min-width: 1399px) {
    .woocommerce-product-gallery2 {
        position: relative !important;
        top: 500px !important;
    }

}
/* @media (min-width: 1366px) {
    .woocommerce-product-gallery2 {
        position: relative !important;
        top: 650px !important;
    }
} */
@media (max-width: 992px) {
    .effects-grid {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-product-gallery{
        height: auto !important;
    }
    }
    @media (max-width: 600px) {
    .effects-grid {
        grid-template-columns: 1fr;
    }
    .packs {
        flex-direction: column;
    }
    .flavor-strength {
        flex-direction: column;
        gap: 6px;
    }
    .top-banner span img{
        display: none;
    }
    .woocommerce-product-gallery{
        height: auto !important;
    }
}
@media (max-width: 768px) {
    .jdgm-rev.jdgm-rev {
        width: 100%;
    }
    .woocommerce-product-gallery {
        position: unset;
        position: relative !important;
        top: unset;
    }
    .woocommerce-product-gallery2 {
        position: relative !important;
        top: unset !important;
    }
}
@media (max-width: 576px) {
    .top-banner{
        gap: 0;
    }
    .top-banner span {
        /* font-size: 13px; */
        padding: 0 6px;
    }
    .packs {
        flex-direction: unset;
    }
    .benefits {
        flex-wrap: wrap;
        gap: 0 24px;
    }
    .faq-section {
        margin: 20px 0;
    }
    .faq-section img{
        margin-bottom: 20px;
    }
    .kratom-effects {
        margin: 10px 0;
    }
    .product-description {
        margin: 20px 0 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 0 !important;
    }
    .cta-btn {
        padding: 10px 13px !important;
        line-height: 30px !important;
    }

    .key-point-desc ul{
        line-height: 25px;
    }
    .key-point-desc ul li{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .woocommerce-product-gallery{
        height: auto !important;
    }

    /* 03-10-2025 */
    .packs {
        display: flex;
        gap: 11px;
    }
    .badge {	
        font-size: 7px;
    }
    /* .woocommerce-product-gallery .flex-viewport {
        height: 350px !important;
    } */
	.te_default_woo-page.mtop50 {
		overflow-x: hidden;
	}
	
	h1.product_title.entry-title{
		margin-top: 70px;
	}

    
    .custom-potency-badge {
        top: 35px;
        left: 25px;
    }
}


