/** Shopify CDN: Minification failed

Line 316:6 Expected ":"
Line 634:0 Expected "}" to go with "{"

**/

.add-to-cart-button {
    background: #2a431c;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    border-radius: 0;
}
span.price-item__group {
    font-weight: 600;
    color: #2a441c;
}
span.price-item--regular.compare-at-price {
        color: #000000;
    font-size: 18px;
    opacity: 0.5;
}


.resource-list__slide {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    background: #fdfdf5;
}
.product-accordion {
    margin: 40px auto;
    border-top: 1px solid #ddd;
    background: #fffff2;
    padding: 0 200px;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #2a431c;
    font-weight: 700;
    padding: 18px 16px;
}

.variant-nk {
  border: 0;
  background: transparent;
}

.custom-variant-box {
  position: relative;
  width: 170px;
  border: 1px solid #2d6b39;
  border-radius: 18px;
  padding: 24px 18px 10px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
}

.custom-variant-top {
   position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%);
    background: #1f6a2c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.variant-option__button-label:has(:checked):hover {
    background: none;
}
.variant-option__button-label {
    background: none;
}
.custom-variant-price {
  font-size: 35px;
  font-weight: 700;
  color: #1f6a2c;
  line-height: 1.1;
}

.custom-variant-subtext {
  margin-top: 8px;
  font-size: 16px;
  color: #1f6a2c;
  font-weight: 500;
}

/* Selected Variant */
.variant-option__button-label input:checked + .custom-variant-box,
.variant-option__button-label:has(input:checked) .custom-variant-box {
  background: #e8f7e7;
  border: 2px solid #1f6a2c;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Variant Grid */
.variant-option__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.variant-option__button-label__pill {
    background: transparent;
}
.variant-option__button-label:has(:checked):hover .variant-option__button-label__pill {
    background-color: transparent;
}
.variant-option__button-label:has(:checked):hover {
    border-color: #7b7b7b;
    color: var(--color-selected-variant-hover-text);
    outline: 0;
}

.lab-report-box{
  text-align:center;
  padding:15px;
}

.lab-report-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:15px 18px;
  background:#1f6b2d;
  color:#fff;
  text-decoration:none;
  border-radius:10px;
  font-size:17px;
  font-weight:600;
  margin-top:10px;
  width:65%;
  transition:0.3s ease;
  line-height:1;
}

.lab-report-btn svg{
  width:18px;
  height:18px;
  flex-shrink:0;
}

.lab-report-btn:hover{
  opacity:0.85;
}

button.shopify-payment-button__button{
   background: #425526;
   font-size: 18px;
    font-weight: 600;
}
button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #2f4015;
}

.slideshow-controls__thumbnails .slideshow-control {
    width: 130px;
}


.offer-box{
  background:#f6fff4;
  border:2px dashed #1f6b2d;
  border-radius:14px;
  padding:18px;
  text-align:center;
  margin:20px 0;
}

.offer-tag{
  display:inline-block;
  background:#1f6b2d;
  color:#fff;
  padding:6px 14px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  margin-bottom:12px;
}

.offer-box h3{
  margin:0 0 10px;
  font-size:24px;
  color:#1f1f1f;
}

.offer-box p{
  margin:0;
  font-size:15px;
  color:#555;
  line-height:1.6;
}

div#ProductInformation-template--19671208886351__main {
    padding: 0 60px;
}

/* Product Description Table */

.product-accordion table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:15px;
  border-radius:12px;
  overflow:hidden;
  background:#fdfdf5;
}

.product-accordion table th{
  background:#1f6b2d;
  color:#fff;
  padding:5px 15px;
  text-align:left;
  font-weight:600;
}

.product-accordion table td{
  padding:5px 15px;
  border:1px solid #e5e5e5;
  color:#333;
}

.product-accordion table tr:nth-child(even){
  background:#f8f8f8;
}

.product-accordion table tr:hover{
  background:#f1f7f2;
}

@media(max-width:768px){
  .product-accordion table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
  }
}

.custom {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
.menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
    border-bottom: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 3%) 0px 2px 4px 0px inset;
    padding: 7px 10px;
}
.menu-drawer__menu-item-text { font-size: 18px; }

.text-block--ANDJHS3llbmdqZkZud__text_xrnftG.h3.text-block--align-left h1 {
    font-size: 20px;
}
div#ProductInformation-template--19671208886351__main {
    padding: 0;
}
.product-accordion {
   padding: 0;
}
.custom-variant-box {
    height: 103px;
    width: 116px;
}
}

/* blog */

.blog-post-item.blog-post-item--horizontal {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.blog-post-item:has(.blog-post-card__image-container) {
    border: none;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.blog-post-details time {
    color: #f2a02b;
}
.blog-post-details span {
    font-weight: 700;
}
.productdiv {
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    pa
}
.product-blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 10px;
    margin: 0;
    list-style: none;
}
.blog_product_name {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    padding: 18px 15px 10px;
    line-height: 1.4;
    min-height: 60px;
}
.product-blog li a {
    text-decoration: none;
}
.shop-now {
    background: #1f6b2d;
    color: #fff !important;
    padding: 6px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    margin: auto;
    width: 100%;
}
.shop-now:hover {
    background: #5f7d4e;
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 767px) {

    .product-blog {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-blog li img {
        height: 180px;
    }

    .blog_product_name {
        font-size: 16px;
        padding: 12px 10px 8px;
        min-height: auto;
    }

    .shop-now {
        padding: 10px 18px;
        font-size: 14px;
    }
}
.feature-icons-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    background: #fff7eb;
    border: 1px solid #222;
    border-radius: 18px;
    padding: 10px 20px;
    flex-wrap: wrap;
    text-align: center;
}
.feature-item img {
    width: 70px;
    object-fit: contain;
    text-align: center;
    margin: auto;
}

.feature-item h4 {
  font-size: 12px;
  padding-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
      .feature-icons-wrapper {
        gap: 20px;
        padding: 10px 10px;
        flex-wrap: unset;
    }

  .feature-item img {
    width: 55px;
    height: 55px;
  }

  .feature-item h4 {
        font-size: 10px;
        line-height: 14px;
    }
}

button#jdgm-tab_shop_reviews {
    display: none;
}
/* Popup */

.pdf-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.pdf-popup-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.pdf-popup-content iframe {
  width: 100%;
  height: 100%;
}

.pdf-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.layout-panel-flex {
    height: auto; 
}
.gallery-item.pdf-popup-btn{
    margin: 40px 0px 0;
}

footer {
    background-image: url(/cdn/shop/files/1920_x_700_px.jpg?v=1779121272);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    
}
.menu__heading__default {
    color: #2a431c;
}
ul.list-unstyled li a {
    color: #213504;
    font-weight: 600;
    font-size: 16px;
}

footer{
    position: relative;
    background-image: url('/cdn/shop/files/1920_x_700_px.jpg?v=1779121272');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Light overlay */
footer::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0); /* light overlap */
    z-index: 1;
}

/* Footer content */
footer *{
    position: relative;
    z-index: 2;
}
.footer-content{
  padding: 95px 0;
   color: #2a431c;
   font-weight: 600;
}
/* span.footer-utilities__text {
    background: #0c0500b8;
    padding: 5px 30px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #ddd;
} */
span.footer-utilities__text a {
    color: #fff;
}

.utilities--blocks-3 {
    background: #0c050073;
    padding: 2px 30px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #555;
    margin-bottom: 7px;
}

@media (max-width: 768px) {
footer {
    background-image: url(/cdn/shop/files/1920_x_700_px.jpg?v=1779121272);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
}
.footer-content {
    padding: 9px 0;
        font-weight: 400;
}
#shopify-section-sections--19671209082959__footer_m9NzUG, #shopify-section-sections--19671209082959__footer_bTeMYr {
    background: #fcf8d0;
}
.menu--accordion .menu__heading__accordion{
          font-size: 15px;
}
#shopify-section-sections--19671209082959__footer_bTeMYr {
    display: none;
}

footer .social-icons__wrapper {
    background: rgb(64 24 3 / 65%);
    padding: 2px;
    border-radius: 8px;
}
.utilities--blocks-3 {
    font-weight: 800;
    background: transparent;
    padding: 2px 30px;
    border-radius: 8px;
    color: #2a431c;
    border: none;
    margin-bottom: 3px;
}
.policy-list-trigger{
  font-weight: 800;
  text-decoration: underline;
}
span.footer-utilities__text a {
    color: #2a431c;
    text-decoration: underline;
}
.variant-option__button-label:not(.variant-option__button-label--has-swatch):before {
    clip-path: inset(0 0 0 0);
    border-color: var(--color-variant-border);
    inset: auto;
}
.shopify-product-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 15px 25px 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
}
#shopify-section-template--19671208656975__carousel_nk_BRCgLX {
    background: #FCF9F5;
}
#shopify-section-template--19671208656975__carousel_nk_KmXrgT{
     padding: 60px 150px;
  background-image: url(/cdn/shop/files/Updated_Background.png?v=1779207864);
  background-size: contain;
}
@media (max-width: 768px) {
#shopify-section-template--19671208656975__carousel_nk_KmXrgT{
     padding: 0px;
}

}


/* Mobile OFF / Desktop ON */

.desktop-only{
  display:block;
}

.mobile-only{
  display:none;
}

@media(max-width:767px){

  .desktop-only{
    display:none !important;
  }

  .mobile-only{
    display:block !important;
  }

}

