/* Promo bar */
    .jgic-header .jgic-promo-bar {
      background-color: #23422d;
      color: #ffffff;
      text-align: center;
      font-size: 0.875rem;
      padding: 0.4rem 1rem;
      border-top: 3px solid #f9c940;
    }

    .jgic-header .jgic-promo-bar strong {
      /* color: #f9c940; */
      color: #ffffff;
      font-weight: 600;
    }

    /* Header container */
    .jgic-header {
      background-color: #ffffff;
     
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .jgic-header__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
			    /* padding: 0.4rem 1rem; */
    }

    /* Logo */
    .jgic-header__logo img {
      max-height: 50px;
      width: auto;
    }

    /* Title */
    .jgic-header__title {
      flex: 1;
      text-align: center;
    }

    .jgic-header__title h1 {
      margin: 0;
      font-size: 1.5rem;
      font-weight: 700;
      color: #23422d;
    }

    /* Header actions */
    .jgic-header__actions {
      display: flex;
      gap: 1rem;
      align-items: center;
    }

    .jgic-header__link {
      font-size: 0.9rem;
      color: #23422d;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .jgic-header__link:hover {
      color: #000000;
    }

    /* Donate button */
    .jgic-header__button--donate {
      background-color: #d5f8d1;
      color: #23422d;
      padding: 0.4rem 1rem;
      border-radius: 6px;
      font-weight: bold;
      font-size: 0.9rem;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .jgic-header__button--donate:hover {
      background-color: #b7eeb5;
    }

    /* Responsive layout */
    @media (max-width: 768px) {
      .jgic-header__container {
/*         flex-direction: column; */
        align-items: center;
        gap: 22px;
      }

/*       .jgic-header__title {
        order: -1;
      } */
    }

/* .footer-contact { 
    width: 375px;
 }

.full-width-image-cta img{
	width:100%;
} */

/* ==== Footer ==== */
/* .page .content{
    max-width: 100% !important;
     width: 100%;
     margin: 0px 0px !important;
} */

body.home{
    background-color: #FBF8F3;
}
.site-footer{
    padding: 54px 20px 24px !important;
}
.site-footer .content{
    max-width: 1344px !important;
    width: 100%;
    margin-bottom: 0px !important;
    gap: 60px;
    display: flex;
    margin: 0px auto !important;
}

.site-footer .content .footer-contact{
    width: 30%;
    margin-bottom: 0px !important;
}
.site-footer .content .footer-nav{
    width: 20%
}
.site-footer .content .footer-nonprofit{
    width: 30%;
    margin-bottom: 0px !important;
    margin-left: 0px;
}
.site-footer .content .footer-nonprofit .inline-form input{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    padding: 16px 18px;
    border: 1px solid #ffffff;
    border-radius: 11px !important;
    background-color: transparent !important;
    height: 43px;
}
.site-footer .content .footer-nonprofit .inline-form input::placeholder{
    color: #FFFFFF;
}
.site-footer .content .footer-nonprofit .gform-footer .button {
    color: #294A3E !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 26px;
    border-radius: 11px;
    background-color: #ffffff !important;
    min-width: unset !important;
    max-width: unset !important;
    width: auto !important;
    display: inline-block;
    text-transform: none !important;
    margin: 0px 0px !important;
    border: 1px solid #ffffff;
    position: absolute;
    right: 0px;
    top: 0px;
}
.site-footer .content .footer-nonprofit .gform_description{
    display: none;
}
.site-footer .content .footer-nonprofit .gform-footer{
    padding: 0px !important;
    margin: 0px !important;
}
.site-footer .content .footer-nonprofit .inline-form{
    position: relative;
    margin-bottom: 60px;
}
.site-footer .content .footer-contact p{
    font-size: 11px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: Spartan, sans-serif;
    text-align: left !important;
}

.site-footer h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
    font-family: Spartan, sans-serif;
    margin-top: 0px !important;
    margin-bottom: 18px;
    text-align: left !important;
}
.footer-nav ul li.menu-item a{
    font-size: 11px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 400;
    text-align: left !important;
    text-decoration: none !important;
}
.footer-nav ul li.menu-item a:hover{
        color: #E8FDD7;
}
.footer-nav ul li.menu-item{
    margin-bottom: 8px;
    text-align: left !important;
    margin-top: 0px !important;
}
.footer-nav ul {
    margin-bottom: 40px;
}

.footer-support{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer-support .donation-link a.button {
    border: 1px solid #294A3E;
    background-color: #ffffff !important;
    color: #294A3E !important;
    font-size: 11px !important;
    line-height: 130% !important;
    font-weight: 600 !important;
    padding: 15px 20px;
    max-width: 175px;
    width: 100%;
    text-transform: none !important;
    border-radius: 10px !important;
}
.footer-support .seal img{
    height: 88px;
    width: 99px;
    object-fit: contain;
}
.footer-support .donation-link,
.footer-support .links{
    margin-bottom: 0px !important;
}
footer.site-footer .menu.social a{
    width: 16px;
    height: 16px;
    background-position: left;
}
footer.site-footer .menu.social{
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-nav ul li.menu-item{
    margin-left: 0px !important;
}
.footer-legal p,
.footer-legal p a{
    font-size: 11px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    /* font-family: "League Spartan", sans-serif !important; */
    font-family: Spartan, sans-serif;
    color: #ffffff !important;
    text-decoration: none !important;
}
.footer-legal p span{
    font-weight: 600 !important;
    margin-right: 20px;
}
footer.site-footer .menu.social,
footer.site-footer .menu.social li{
    margin-bottom: 0px !important;
}

/* ==== Header ==== */
.main-header{
    padding: 12px 20px ;
    background-color: #ffffff;
    border-bottom: 0.75px solid #294A3E;
}
.main-header .container{
    max-width: 1344px;
    margin: 0  auto;
}
.jgic-header .jgic-promo-bar{
    background-color: #294A3E;
    padding: 10px 0;
    border-top: unset !important;
}

.jgic-header .jgic-promo-bar p,
.jgic-header .jgic-promo-bar marquee{
    font-size: 10px !important;
    line-height: 1;
    font-weight: 400 !important;
    color: #E8FDD7;
}
.jgic-header .jgic-promo-bar p{
	line-height: 130%;
	margin-bottom: 0;
}


.jgic-header .jgic-promo-bar strong{
    font-weight: 600 !important;
}
.jgic-header__logo img{
    height: 44px;
    object-fit: contain;
    max-height: unset !important;
}

.jgic-header__title h1{
    font-size: 28px;
    line-height: 100%;
    color: #294A3E;
    font-weight: 700;
    font-family: Spartan, sans-serif;
}

.jgic-header__actions a{
    color: #294A3E !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 17px !important;
}

/* product */
.editor-content .jgic-group:before, .jgic-layout .jgic-group:before{
    display: none;
}
.editor-content{
    max-width: 100% !important;
    width: 100%;
}

.page .jgic-group{
    padding: 40px 20px 0px;
    background-color: #FBF8F3;
}
.page .jgic-group .wp-block-group__inner-container{
    max-width: 1344px !important;
    margin: 0 auto !important;
}
.category-section .category-title{
    font-size: 45px;
    line-height: 110%;
    color: #294A3E;
    font-weight: 400;
    margin-top: 0px !important ;
    margin-bottom: 8px;
}
.category-section p{
    font-size: 14px;
    font-weight: 500;
    color: #294A3E;
    line-height: 20px;
    margin: 0px !important;
    margin-bottom: 40px !important;
}
.products-grid{
    gap: 32px !important;
    flex-wrap: wrap;
}
/* .products-grid li{
    width: calc(25% - 12px);
} */

.products-grid .woocommerce-product-block {
    position: relative;
    overflow: hidden;
}
.products-grid .woocommerce-product-block .custom-add-to-cart{
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    background-color: rgba(232,253,215,0.8);
    padding: 16px 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #294A3E;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    opacity: 0;
}
.products-grid li:hover .woocommerce-product-block .custom-add-to-cart{
    opacity: 1;
}


.products-grid li img{
    height: 312px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px ;
}
.products-grid li{
    list-style: none !important;
}
.products-grid li a{
    text-decoration: none !important;   
}
.products-grid li .woocommerce-loop-product__title{
    font-size: 20px;
    font-weight: 400;
    color: #294A3E;
    line-height: 24px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    
}
.products-grid li .price{
    font-size: 10px;
    font-weight: 600;
    color: #294A3E;
    line-height: 14px;
}
.homepage-categories-block .category-section{
    padding-bottom: 60px !important;
}
/* .homepage-categories-block .category-section:last-child{
     padding-bottom: 0px !important;
} */
.jgic-cta-information{
    width: 100% !important;
    max-width: 100% !important;
    padding: 50px 0px 0px;
    border-top: 0.75px solid #294A3E;
}

.jgic-cta-information .cta-group img{
    width: 100% !important;
    height: 395px;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: 15px;
}
.jgic-cta-information .cta-group h3{
    font-size: 40px;
    color: #294A3E;
    line-height: 100%;
    margin-bottom: 24px;
}
.jgic-cta-information .cta-list{
    gap: 32px !important;
    display: grid !important;
}
.jgic-cta-information .cta-list .cta-card{
    width: 100%;
    max-width: unset !important;
    margin-top: 0px !important;
}

.jgic-cta-information .cta-list .cta-card .copy{
    padding: 0px !important;
    background-color: transparent !important;
}
.jgic-cta-information .cta-list .cta-card p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    color: #294A3E;
    margin-bottom: 24px;
    margin-top: 0px !important;
}
.woocommerce .woocommerce-cart-form td.product-name .variation dt{
    font-weight: 400;
}

.jgic-cta-information .cta-list .cta-card .button-group{
    margin-top: 0px !important;
}
.button-tertiary{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: #E8FDD7 !important;
    background-color: #294A3E !important;
    padding: 10px 40px;
    text-transform: none !important;
    min-width: unset !important;
    border: 1px solid #294A3E !important;
}

.button-tertiary:hover{
    background-color: #E8FDD7 !important;
    color: #294A3E !important;
    box-shadow: unset !important;
    transform: unset !important;
}
.editor-content .cta-group{
    width: 100% !important;
}

.newsletter-wrapper {
    margin: 80px auto 80px;
    background-color: #E8FDD7;
	max-width: 1344px;
}
.newsletter-wrapper .bg-lightgreen{
    max-width: 1366px !important;
    margin: 0 auto;
}

.newsletter-wrapper .gform_wrapper{
    background-color: #E8FDD7;
    padding: 54px 52px;
    display: flex;
    align-items: center;
    gap: 75px;
    max-width: 1344px;
    margin: 0 auto;
} 

.newsletter-wrapper .gform_wrapper p{
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #294A3E;
}
.newsletter-wrapper .gform_wrapper .gform_heading,
.newsletter-wrapper .gform_wrapper .inline-email-form{
    width: 50%;
}
.newsletter-wrapper .gform_wrapper .gform_anchor{
    display: none;
}
.newsletter-wrapper .gform_fields{
    display: flex !important;
    grid-column-gap: unset !important;
    align-items: center;
}

.newsletter-wrapper .gform_fields .gfield--type-email {
    width: 100%;
    position: relative;
}

.newsletter-wrapper .gform_fields .gfield--type-submit button {
    border: unset;
    min-width: unset;
    padding: 0 !important;
    min-height: unset;
    height: unset;
    background-color: unset;
    position: relative;
}
.newsletter-wrapper .gform_fields .gfield--type-submit button::before{
    content: "";
    background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/newsletter-mail-icon.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 14px;
    width: 20px;
    position: absolute;
    top: -8px;
    left: -30px;

}
.newsletter-wrapper .gform_fields .gfield--type-submit button span{
    display: none !important;
}
/* .you-might-also-like-block {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 30px 0;
} */
.newsletter-wrapper .gform_wrapper .inline-email-form input{
    font-size: 14px !important;
    color: #294A3E;
    line-height: 20px;
    font-weight: 500;
    padding: 0px !important;
    padding-bottom: 6px !important;
    border: none !important;
    border-bottom: 1.2px solid #294A3E !important;
    background-color: transparent;
    border-radius: 0px ;
}
/* Single Product */
.single-product-info{
    padding: 40px 20px 30px;
}
.single-product-info .container{
    padding: 0px !important;
    max-width: 1344px;
    margin: 0px auto;
}
.like-product .category-title,
.recent-product .category-title{
    margin-bottom: 40px;
}
.homepage-categories-block .category-section.pb-0,
.pb-0{
    padding-bottom: 0px !important;
}
.product-info-gallery {
    display: flex;
    gap: 108px;
    margin-bottom: 0px !important;
}
.product-info-gallery .gallery-right,
.product-info-gallery .gallery-left{
    width: 50%;
    margin-top: 0px !important;
}
.product-info-gallery .gallery-right .gform_validation_errors .gform_submission_error{
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.product-info-gallery .gallery-right .gfield_description.validation_message {
    border: unset !important;
    color:#c02b0a !important;
    background-color: transparent !important;
    margin-top: 8px !important;
    margin-bottom: 0px !important;

}
.product-info-gallery .gallery-left{
    display: flex !important;
    flex-direction: row;
    gap: 16px;
}
.product-info-gallery .gallery-left .thumbnails {
    width: 104px;
}
.product-info-gallery .gallery-left .main-gallery{
    width: calc(100% - 104px);
}

.product-info-gallery .gallery-right{
    max-width: unset !important;
    margin-left: 0px !important;
}

.product-info-gallery .main-gallery img{
    height: 467px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.product-info-gallery .product_gallery .thumbnails img{
    width: 100%;
    max-width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 15px;
}
.product-info-gallery .gallery-right h2{
    font-size: 45px !important;
    color: #294A3E;
    line-height: 110%;
    font-weight: 400;
    margin-bottom: 16px !important;
}
.product-info-gallery .gallery-right p{
    font-size: 14px !important;
    color: #294A3E;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0px !important;
}
.woocommerce .quantity .qty{
    background-color: #E8FDD7;
    border: 1px solid #294A3E;
    padding: 8px 16px;
    height: 40px !important;
}
.quantity .qty-btns .quantity-btn,
.woocommerce .quantity .qty,
.accoridion-note .note,
.accoridion-note .accordion .accordion-item .accordion-body p,
.accordion-item .accordion-body *{
    font-size: 14px !important;
    color: #294A3E;
    line-height: 20px;
    font-weight: 500;
}
button.single_add_to_cart_button.button.alt,
.cart-details .woocommerce-cart-form .actions .button{
    font-size: 14px !important;
    color: #E8FDD7 !important;
    line-height: 100% !important;
    font-weight: 500 !important;
    background-color: #294A3E;
    border-radius: 50px !important;
    padding: 12px 40px !important;
    text-transform: none !important;
    height: unset !important;
    max-width: 168px;
    border: 1px solid #294A3E;
}
button.single_add_to_cart_button.button.alt:hover{
    background-color: transparent !important;
    color: #294A3E !important;
}
.cart-details{
     border-bottom: 0.75px solid #294A3E;
}
.gallery-right p.stock.in-stock{
    display: block !important;
}
.cart .quantity{
    margin-right: 16px;
}

.gallery-right .cart{
    margin-top: 36px;
}

.accoridion-note{
    margin-top: 36px !important;
}
.accoridion-note .accordion .accordion-item .accordion-header{
    font-size: 14px !important;
    color: #294A3E;
    line-height: 20px;
    font-weight: 500;
    padding: 16px 0px;
}
.accoridion-note button.accordion-header .icon{
    color: #294A3E;
}
.product-info-gallery .swiper-pagination,
.product-info-gallery .carousel-nav{
    display: none !important;
}

/* Hero section */
.hero-carousel{
    width: 100%;
    height: 600px;
    position: relative;
}

/* Slides */
.hero-carousel .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Container inside slide (fixed width center) */
.hero-carousel .container {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0px 0px;
    display: flex;
    align-items: end;
    height: 100%;
}
.hero-carousel .carousel-content .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    padding: 48px 20px;
    position: relative;
}
/* .hero-carousel .carousel-content .slide::after{
    content: "";
    background: linear-gradient(218deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
} */

/* Text content */
.hero-carousel .slide-content {
    color: #FFFFFF;
    max-width: 433px;
    z-index: 9;
}

.hero-carousel .slide-content h2 {
    font-size: 45px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 0px;
}
.hero-carousel .slide-content h2 em{
    font-style: normal;
}

.hero-carousel .slide-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

/* Pagination dots */
.hero-carousel .swiper-pagination {
    bottom: 25px !important;
}
.hero-carousel .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    border: 1.15px solid #ebfdc4 !important;
}

.border-btn{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
}
.woocommerce .woocommerce-cart-form .product-thumbnail{
    display: block !important;
}
.cart-details {
    display: flex;
}
.cart-details .woocommerce-cart-form{
    width: 60%;
    padding: 0px 32px 40px 0px;
    border-right: 0.75px solid #294A3E;
}
.cart-details .cart-collaterals{
    width: 40%;
    padding: 0px 0px 32px 32px;
}
.woocommerce .cart_totals{
    float: unset !important;
    width: 100% !important;
}
.single-product-info-cart h3{
    font-size: 45px;
    line-height: 110%;
    color: #294A3E;
    font-weight: 400;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    
}
.single-product-info-cart .container > h3{
    width: 60%;
    padding: 48px 32px 48px 0px;
    border-right: 0.78px solid #294A3E;
}
.woocommerce table.shop_table{
    border: unset !important;
    margin: 0px;
    border-radius: 0px;
}
.woocommerce .woocommerce-cart-form .product-thumbnail img{
    height: 68px;
    width: 68px;
    object-fit: cover;
    border-radius: 10px;
}
.woocommerce .woocommerce-cart-form td.product-name a{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400 !important;
    font-family: "EB Garamond", serif;
    text-decoration: none;
    display: block;
    color: #294A3E;
}
.woocommerce .woocommerce-cart-form .woocommerce-Price-amount{
    font-size: 10px;
    line-height: 100%;
    color: #294A3E;
    margin-top: 8px;
    font-weight: 600;
}
.woocommerce .woocommerce-cart-form td{
    padding: 16px 16px !important;
}
.woocommerce .woocommerce-cart-form tr td:first-child{
    padding-left: 0px !important;
}
.woocommerce .woocommerce-cart-form tr td:last-child{
    padding-right: 0px !important;
    text-align: right;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity input{
    padding: 10px 12px !important;
    border-radius: 50px;
    /* max-width: 100px; */
    width: 100%;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity{
    margin: 0 auto;
    text-align: center;
    /* margin-right: 40px; */
}
.woocommerce a.remove{
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    text-decoration: underline;
    margin-top: 6px;
    color: #294A3E !important;
    font-weight: 500;
}
.woocommerce a.remove:hover{
    background-color: transparent !important;
    color: #E8FDD7 !important;
}
.woocommerce .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount{
    font-size: 12px;
    line-height: 18px;
    color: #294A3E;
    font-weight: 600;
}

.cart-collaterals .order-summary h2{
    margin-top: 0px !important;
    font-size: 30px;
    line-height: 120%;
    font-weight: 400 !important;
    font-family: "EB Garamond", serif;
    text-decoration: none;
    color: #294A3E;
    margin-bottom: 24px;
	display: none;
}
.cart-collaterals .coupon.order-summary h2{
	display:block;	
}

.cart-collaterals .order-summary .summary-row{
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.cart-collaterals .order-summary .summary-row p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #294A3E;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.cart-collaterals .order-summary .summary-row.total p,
.cart-collaterals .order-summary .summary-row .shipping-method-and-destination ul li label,
.cart-collaterals .order-summary .summary-row .shipping-method-and-destination ul li{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #294A3E;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.cart-collaterals .order-summary .summary-row.total{
    align-items: start;
}
.cart-collaterals .order-summary .summary-row.total p.fs-10{
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
}
.cart-collaterals .order-summary .summary-row .shipping-method-and-destination{
        width: 50%;
    text-align: right;
}
.checkout-button,
.page-cart .wc-donation-in-action .row2 .button {
    font-size: 14px !important;
    line-height: 100% !important;
    font-weight: 500 !important;
    width: 100% !important;
    text-transform: none !important;
    padding: 12px 20px !important;
    background-color: #294A3E !important;
    color: #E8FDD7 !important;
    border: 1px solid #294A3E !important;
}
.woocommerce .woocommerce-cart-form .wc-label-button,
#wc_donation_on_cart .wc-label-button{
    border-color: #294A3E !important;
    color: #294A3E !important;
    padding: 8px 40px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
	min-width: 24%;
}

.page-cart .wc-donation-in-action .row2,
#wc_donation_on_cart .list-campaign-button{
		max-width: 49%;
    position: relative;
    margin-top: -50px;
    margin-left: calc(100% - 50.5%);
}
.page-cart .wc-donation-in-action .row2{
    max-width: 100%;
}
.features-section{
    padding: 0px 20px;
    margin-bottom: 0px !important;
}
.features-section .container{
    max-width: 1344px;
    margin: 0 auto;
    padding-top: 80px;
    border-top: 0.75px solid #294A3E;
}

.features-section .icon-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 126px;
}
.features-section .icon-box h3,
.features-section .icon-box p{
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: Spartan, sans-serif;
    color: #294A3E;
    margin-top: 0px;
    margin-bottom: 0px;
}
.features-section .icon-box p{
    font-weight: 400;
}
.features-section .icon-box h3{
    margin-bottom: 20px;
}
.features-section .icon-box .feature-icon img{
    width: auto;
    height: 45px;
    object-fit: contain;
    margin-bottom: 12px;
}
.campaign-title h3{
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 16px;
    margin-top: 0px;
}
.campaign-description{
    font-size: 12px;
    line-height: 130%;
    color: #294A3E;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}
.woocommerce-cart-form .list-campaign-thumbnail{
    display: none;
}
.woocommerce .woocommerce-cart-form td.product-name .edit-text,
.woocommerce .woocommerce-cart-form td.product-name .edit-text a,
.woocommerce .woocommerce-cart-form td.product-name .variation,
.woocommerce .woocommerce-cart-form td.product-name .variation p{
    font-size: 10px;
    line-height: 13px;
}
.woocommerce .woocommerce-cart-form td.product-name .variation p,
.woocommerce .woocommerce-cart-form td.product-name .variation a{
        font-size: 10px !important;
    line-height: 13px !important;
}
.woocommerce .woocommerce-cart-form td.product-name br{
    display: none;
}
.woocommerce .woocommerce-cart-form .product-quantity{
    width: 132px;
}
.woocommerce .woocommerce-cart-form td.product-name .edit-text{
    margin: 5px 0px;
}

/* ====== Checkout Page ======= */
.container{
    max-width: 1344px;
    margin: 0 auto;
    padding: 0px 0px;
}
.custom-checkout-wrapper .custom-checkout-left h3{
    font-size: 14px;
    line-height: 20px;
    color: #294A3E;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0px;
}
.custom-checkout-start{
    padding: 0px 20px;
}
.custom-checkout-wrapper{
    margin-top: 0px !important;
    gap: 0 !important;
}
.custom-checkout-wrapper .custom-checkout-left{
    padding: 48px 48px 100px 0px;
    border-right: 0.75px solid #294A3E;
}
.custom-checkout-wrapper .custom-checkout-right{
    padding: 48px 0px 100px 48px;
}

.custom-checkout-wrapper .custom-checkout-left .form-row input,
.custom-checkout-wrapper .custom-checkout-left .form-row label,
.custom-checkout-wrapper .custom-checkout-left .form-row textarea,
.custom-checkout-wrapper .custom-checkout-left .form-row select,
.custom-checkout-wrapper .custom-checkout-left .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span {
    font-size: 14px;
    line-height: 20px;
    color: #294A3E;
    font-weight: 500;
    padding: 0px 0px;
    border: unset;
    min-height: unset;
}
.custom-checkout-wrapper .custom-checkout-left .form-row label{
    font-size: 12px;
    margin-bottom: 2px;
}
.custom-checkout-wrapper .custom-checkout-left .form-row{
    background-color: #ffffff;
    padding: 8px 24px;
    border: 1px solid #294A3E;
    border-radius: 15px;
    margin-bottom: 8px !important;
}

.custom-checkout-wrapper .custom-checkout-left,
.custom-checkout-wrapper .custom-checkout-right {
    width: 50%;
}
.custom-checkout-wrapper .custom-checkout-right,
.custom-checkout-wrapper .custom-checkout-left{
    flex: unset;
    max-width: unset;
    min-width: unset;
}
.custom-checkout-wrapper{
    flex-wrap: nowrap;
}

.custom-checkout-wrapper .custom-checkout-right #order-summary{
    background: unset;
    padding: 0px;
    border-radius: 0px;
    border: unset;
    box-shadow: unset;
    max-height: unset !important;
}
.custom-checkout-wrapper .custom-checkout-right #order-summary h3{
    font-size: 40px;
    line-height: 100%;
    color: #294A3E;
    margin-bottom: 15px;
    border-bottom: unset;
    margin-top: 0px !important;
}
.custom-checkout-wrapper .custom-checkout-right .summary-thumb img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 13px;
}
.custom-checkout-wrapper .custom-checkout-right .summary-name{
    font-size: 20px;
    line-height: 22px;
    color: #294A3E;
    font-weight: 400;
    font-family: "EB Garamond", serif;
}
.custom-checkout-wrapper .custom-checkout-right .summary-price,
.custom-checkout-wrapper .custom-checkout-right .summary-totals .total-row span,
.custom-checkout-wrapper .custom-checkout-right .summary-totals .total-row{
     font-size: 14px;
    line-height: 100%;
    color: #294A3E;
    font-weight: 500;
}
.custom-checkout-wrapper .custom-checkout-right #order-summary .summary-item{
    padding: 8px 0px;
    border-bottom: unset !important;
}
.custom-checkout-wrapper .custom-checkout-right .summary-totals .total-row {
    margin-bottom: 16px ;
}
.custom-checkout-wrapper .custom-checkout-left .form-row.place-order{
    background-color: unset;
    padding: 0px 0px;
    border: unset;
    border-radius: unset;
}
.woocommerce-checkout #payment ul.payment_methods{
        padding: 0px;
    border-bottom: unset;
}
.woocommerce-checkout #payment{
    background: transparent;
    border-radius: unset;
    padding-top: 35px;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
}

.woocommerce-checkout #payment div.payment_box{
    padding: 24px 24px;
    border: 1px solid #294A3E;
    background-color: #ffffff;
    border-radius: 15px;

}
.woocommerce-checkout #payment div.payment_box:before{
    display: none;
}
.woocommerce-checkout #payment div.payment_box .wc-payment-form{
    padding: 0px !important;
    border: unset !important;
}


/* --- Section 1: Chimp Guardian --- */
.chimp-guardian-section {
  padding: 80px 20px;
}

.guardian-content {
    background-color: #D4FFB2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 48px;
  border-radius: 15px;
}

.text-content {
  flex: 1 1 50%;
}

.text-content h2 {
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 24px;
  font-weight: 400;
  color: #294A3E;
  margin-top: 0px !important;
}

.text-content ul {
  margin-bottom: 24px;
  padding-left: 0px;
}

.text-content li {
    margin-bottom: 2px !important;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    color: #294A3E;
    margin-top: 0px !important;
}

.image-content {
  flex: 1 1 40%;
  text-align: center;
}

.image-content img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
    max-width: 440px;
    margin-left: auto;

}



/* --- Section 2: Adopt Section --- */
.adopt-section {
  /* background-color: #fff; */
  padding: 0px 20px 0px;
}

.adopt-section h2,
.chimp-info h3 {
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 16px;
  font-weight: 400;
  color: #294A3E;
  margin-top: 0px !important;
}

.adopt-section p,
.chimp-info p  {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #294A3E;
    margin-bottom: 40px;
    margin-top: 0px !important;
}

/* --- Chimp Cards --- */
.chimp-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  
}

.chimp-card {
  display: flex;
  align-items: center;
  gap: 80px;
 background-color: #ffffff;
  border-radius: 15px;
  padding: 40px;
}

.chimp-card.green-bg {
  background-color: #F6FDD7;
  flex-direction: row-reverse;
   margin-top: 40px;
}

.chimp-image img {
  width: 100%;
  height: 337px;
  object-fit: cover;
  border-radius: 15px;
}

.chimp-info,
.chimp-image {
  width: 50%;
}

.chimp-info h3 {
  margin-bottom: 40px;
  margin-top: 0px !important;
}

.chimp-info p {
  margin-bottom: 40px;
  max-width: 500px;
}

/* ===== About ======= */
.chimp-sec{
    padding: 48px 20px 0px;
}
.chimp-sec .bg-light-green{
    background-color: #E8FDD7;
    padding: 32px 48px 48px;
    border-radius: 15px;
}
.chimp-sec .bg-light-green .chimp-information h2{
    font-size: 45px;
    line-height: 110%;
    color: #294A3E;
    margin-top: 0px !important;
    margin-bottom: 32px;
    max-width: 816px;
}
.chimp-sec .bg-light-green .chimp-information p{
    color: #294A3E;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 32px;
}

.chimp-sec .main-col{
    display: flex;
    gap: 26px;
}
.chimp-sec .main-col .chimp-images,
.chimp-sec .main-col .chimp-details{
    width: 50%;
}

.chimp-sec .main-col .chimp-images .chimp-img,
.chimp-sec .main-col .chimp-details .chimp-box{
    display: none;
}
.chimp-sec .main-col .chimp-images .chimp-img.active,
.chimp-sec .main-col .chimp-details .chimp-box.active{
    display: block;
}

.chimp-sec .main-col .chimp-images img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 13px;
}
.chimp-sec .main-col .chimp-details{
    background-color: #E6E9FD;
    padding: 22px 44px 44px;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
}
.chimp-sec .main-col .chimp-details .chimp-name-buttons{
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}
.chimp-sec .main-col .chimp-details h3{
    font-size: 41px;
    line-height: 110%;
    color: #294A3E;
    margin-top: 0px;
    margin-bottom: 14px;
}
.chimp-sec .main-col .chimp-details p{
    font-size: 12px;
    line-height: 18px;
    color: #294A3E;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}
.chimp-sec .main-col .chimp-details .chimp-name-buttons{
    margin-top: auto;
}

.chimp-sec .main-col .chimp-details .chimp-name-buttons .chimp-btn{
    border: 0.92px solid #294A3E;
    padding: 29px 7px;
    border-radius: 50%;
    background-color: transparent;
    min-width: 87px;
    min-height: 85px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    color: #294A3E;
    font-family: "EB Garamond", serif;
    cursor: pointer;
}

.chimp-sec .main-col .chimp-details .chimp-name-buttons .chimp-btn.active{
    background-color: #ffffff;
}

.chimp-information a.button {
    margin-bottom: 32px;
}

.product-for-field{
    padding: 30px 20px;
}

.product-for-field .wp-block-columns{
    max-width: 1344px !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 98px;
    left: 0px !important;
    transform: unset !important;
}
.product-for-field .wp-block-columns .wp-block-column{
    width: 50%;
}
.product-for-field .wp-block-columns .wp-block-column img{
    height: 409px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 24px;
}

.product-for-field .wp-block-columns .wp-block-column .short_description_pro p{
    font-size: 10px;
    color: #294A3E;
    line-height: 13px;
    font-weight: 500;
}
.product-for-field h2{
    font-size: 45px;
    line-height: 110%;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #294A3E;
    font-weight: 400;
}

.product-for-field h3{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #294A3E;
    font-weight: 500;
    font-family: Spartan, sans-serif;
    margin-bottom: 0px !important;
}
.product-for-field p{
     font-size: 14px;
    line-height: 20px;
    color: #294A3E;
    font-weight: 500;
}

.product-for-field .woocommerce-Price-amount{
    font-size: 14px;
    line-height: 20px;
    color: #294A3E;
    font-weight: 600;
}

.goh-ticker-tape {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

.goh-ticker-tape .banner{
    padding: 18px 0px !important;
}
.product-for-field form .gform_variation_wrapper,
.chimp-guardian-form-style .gform_variation_wrapper,
.product-info-gallery .custom-message-field{
    background-color: #E8FDD7;
    padding: 24px 24px;
    border: 1px solid #294A3E;
    border-radius: 15px;
    margin-bottom: 40px;
}

.product-for-field .gform_fields .gfield,
.chimp-guardian-form-style .gform_fields .gfield{
    margin: 0px 0px !important;
}
.product-for-field .gform_fields input,
.product-for-field .gform_fields select,
.product-for-field .gform_fields textarea,
.chimp-guardian-form-style .gform_fields input,
.chimp-guardian-form-style .gform_fields select,
.chimp-guardian-form-style .gform_fields textarea,
.product-info-gallery .custom-message-field input,
.product-info-gallery .custom-message-field textarea{
    background-color: #ffffff;
    border: 1px solid #294A3E !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 12px !important;
    line-height: 130%;
    font-weight: 500 !important;
    color: #294A3E;
}
.ticker .ban1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #E8FDD7;
}
.product-for-field .gform_wrapper.gravity-theme .gsection{
    border-bottom: unset !important;
    padding:0px 0px !important;
}
.product-for-field .gform_fields,
.chimp-guardian-form-style .gform_fields{
    gap: 16px !important;
}
.product-for-field .charleft.ginput_counter{
    color: #294A3E;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    padding: 0px 0px !important;
}
.product-for-field .gform_fields .gfield label,
.chimp-guardian-form-style .gform_fields .gfield label,
.product-info-gallery .custom-message-field label
{
    color: #294A3E;
    font-weight: 500 !important;
    /* font-size: 12px !important; */
    line-height: 130%;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    margin-bottom: 16px !important;
}
.chimp-guardian-form-style .gform_fields .gfield label,
.product-info-gallery .custom-message-field label{
    font-size: 12px !important;
}
main .gform_wrapper.gravity-theme .gfield .gfield_label[for="input_97_13"] {
    font-size: 12px;
}
body .product-for-field .gfield_description:has(.requiredd) {
    text-align: right;
    display: block;
    margin-top: 16px !important;
}
body .product-for-field .charleft.ginput_counter.gfield_description {
    margin-top: 5px !important;
}
p.pplase-note {
    margin-top: 40px;
}
.product-for-field .gform_fields .gfield_description,
.chimp-guardian-form-style .gform_fields .gfield_description
{
    color: #294A3E;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    margin: 0px 0px 16px !important;
    padding: 0px 0px !important;
}
.product-for-field .gform-footer{
    display: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_date{
    position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{
    position: absolute;
    left: 155px;
}
.product-for-chimp-guardian .variations_form .woocommerce-variation-add-to-cart {
    margin-bottom: 40px;
}

.chimp-photo-slider img{
    height: 352px;
    width: 100%;
    object-fit: cover;
}

.whats-included-sec{
    padding: 32px 20px;
}

.whats-included-sec .included-box{
    background-color: #294A3E;
    padding: 32px 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 56px;
}

.whats-included-sec .included-box .included-img{
    width: 40%;
}
.whats-included-sec .included-box .included-img img{
    width: 100%;
    height: 249px;
    object-fit: cover;
    border-radius: 15px;
}

.whats-included-sec .included-box .included-content{
    width: 60%;
}
.whats-included-sec .included-box .included-content h3,
.limited-bonus-sec .bonus-box h3{
    font-size: 45px;
    line-height: 110%;
    color: #E8FDD7;
    margin-bottom: 16px;
    margin-top: 0px;
}
.whats-included-sec .included-box .included-content ul li,
.limited-bonus-sec .bonus-box p{
    font-size: 14px;
    line-height: 20px;
    color: #E8FDD7;
    font-weight: 500;
    margin: 0px 0px !important;
    padding-left: 0px !important;
}

.limited-bonus-sec .bonus-box{
    background-color: #FFFFFF;
    padding: 32px 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 75px;
    border: 1px solid #294A3E;
}
.limited-bonus-sec .bonus-box .bonus-content{
    width: 60%;
}
.limited-bonus-sec .bonus-box .bonus-img{
    width: 40%;
}

.limited-bonus-sec .bonus-box .bonus-img img{
    width: 100%;
    max-width: 254px;
    height: 254px;
    object-fit: contain;
    margin-left: auto;
}

.limited-bonus-sec .bonus-box h3{
    color: #294A3E;
}

.limited-bonus-sec .bonus-box p {
    font-size: 16px;
    color: #294A3E;
}


.faq-section{
    padding: 32px 20px;
}

.faq-section .faq-header{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.faq-section .faq-header h2,
.faq-section .faq-item h3,
.custom-chimp-gallery header h2{
    font-size: 45px;
    line-height: 110%;
    font-weight: 400;
    color: #294A3E;
    margin-bottom: 0px;
    margin-top: 0px;
}
.faq-section .faq-header p,
.faq-section .faq-header a,
.faq-section .faq-item p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #294A3E;
    margin-top: 0px;
}
.faq-section .faq-header a{
    text-decoration: underline;
}
.faq-section .faq-header{
    padding-bottom: 32px;
    border-bottom: 1px solid #294A3E;
}
.faq-section .faq-item{
    padding: 24px 20px;
    border-bottom: 1px solid #294A3E;
    min-height: 107px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.faq-section .faq-item p{
    font-weight: 500;
    text-align: center;
    display: none;
    color: #E8FDD7;
}
.faq-section .faq-item:hover{
    background-color: #294A3E;

}
.faq-section .faq-item:hover p{
    display: block;
}
.faq-section .faq-item:hover h3{
    display: none;
}

.faq-section .faq-item h3{
    text-align: center;
}
.custom-chimp-gallery {
    max-width: unset !important;
    width: 100% !important;
    padding: 40px 0px 0px;
}

.custom-chimp-gallery header h2{
    text-align: left !important;
    margin-bottom: 30px !important;
}

.custom-chimp-gallery .swiper-button-prev {
    background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/slider-circle-prev-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-bottom: 0px !important;
}

.custom-chimp-gallery .swiper-button-next {
    background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/slider-circle-next-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    border-radius: 50%; 
}

.custom-chimp-gallery .custom-swiper-nav-wrapper{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
}

.custom-chimp-gallery header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0px !important;
}
.custom-chimp-gallery .custom-swiper-slide img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.chimp-section {
    padding: 0px 20px;
}

.chimp-section .chimp-overlay{
    background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/feature-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    border-radius: 15px;
    display: flex;
    align-items: end;
}
.chimp-section .chimp-overlay .chimp-feature-info{
    padding: 24px 80px;
    display: flex;
    gap: 72px;
    flex-wrap: wrap;

}

.chimp-section .chimp-overlay .chimp-feature-info .feature img{
    height: 45px;
    width: auto;
    object-fit: contain;
    margin-bottom: 12px;
}
.chimp-section .chimp-overlay .chimp-feature-info .feature h3{
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #ffffff;
    font-family: Spartan, sans-serif;
}
.chimp-section .chimp-overlay .chimp-feature-info .feature p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #ffffff;
    margin-top: 0px;
}
.chimp-section .chimp-overlay .chimp-feature-info .feature{
    width: calc(25% - 54px);
}

.top-bar{
    padding: 32px 20px;
}
.top-bar .bg-light-green{
    padding: 15px 20px;
    background-color: #E8FDD7;
}
.top-bar .bg-light-green,
.top-bar .bg-light-green span {
    color: #294A3E;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.limited-bonus-sec{
    padding: 0px 20px;
}

/* Coformation */

/* h2 {
  color: #2b3a2b;
  margin-bottom: 5px;
} */

.thankyou-wrapper h2.section-title {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 110%;
    color: #294A3E;
}

.thankyou-wrapper .thanks-details{
    padding: 39px 0px;
    border-bottom: 0.75px solid #294A3E;
}
/* .intro p {
    margin: 5px 0;
} */
.order-meta p,
.order-meta p strong {
    margin: 0px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #294A3E;
}
.order-meta{
    margin-bottom: 48px;
}
.order-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 200px;
}
.order-details-grid h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 0px;
    font-family: Spartan, sans-serif;
    color: #294A3E;
}
.order-details-grid p {
     font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #294A3E;
}
.order-list-info{
    display: flex;
}
.order-list-info h2,
.order-list-info .order-list,
.order-list-info .order-summary{
    width: 50%;
}

.order-list table {
    width: 100%;
    border-collapse: collapse;
}
.order-list table  thead{
    display: none;
}

.order-list th,
.order-list td {
    border-bottom: 0.75px dashed #294A3E;
    padding: 18px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #294A3E;
    
}
.order-list td:first-child{
    font-size: 20px;
    line-height: 22px;
    color: #294A3E;
    font-weight: 400;
    font-family: "EB Garamond", serif;
    width: 200px;
}
.order-list td:nth-of-type(2){
    text-align: center;
    width: 50px;
}
.order-list td:last-child{
    text-align: right;
    width: 120px;
}

.order-list table tbody tr:last-child td{
    border-bottom: unset;
    padding-bottom: 0px;
}
.order-list table tbody tr:first-child td{
    padding-top: 0px;
}

.custom-fields {
    margin-top: 20px;
    font-size: 13px;
}
.order-summary {
    font-size: 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.order-summary p {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #294A3E;
}
.order-summary p strong{
    font-weight: 500;
}
.total-price-info{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: Spartan, sans-serif;
    color: #294A3E;
    margin-bottom: 0px;
    margin-top: 0px;
}
.thanks-sec{
    padding: 0px 20px;
}

footer.site-footer .menu.social a[href*="facebook"],footer.site-footer .menu.social a[href*="facebook"]:hover {
  background-image: url(./assets/img/FB.svg);
}

footer.site-footer .menu.social a[href*="threads"],footer.site-footer .menu.social a[href*="threads"]:hover {
    background-image: url(./assets/img/Thread.svg);
}

footer.site-footer .menu.social a[href*="instagram"],footer.site-footer .menu.social a[href*="instagram"]:hover {
  background-image: url(./assets/img/IG.svg);
}

footer.site-footer .menu.social a[href*="youtube"],footer.site-footer .menu.social a[href*="youtube"]:hover {
  background-image: url(./assets/img/YT.svg);
}
footer.site-footer .menu.social a[href*="linkedin"],footer.site-footer .menu.social a[href*="linkedin"]:hover {
  background-image: url(./assets/img/Linkedin.svg);
}

footer.site-footer .menu.social a[href*="tiktok"],footer.site-footer .menu.social a[href*="tiktok"]:hover {
  background-image: url(./assets/img/Tiktok.svg);
}

.custom-price-format{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.custom-price-format .woocommerce-Price-amount,
.custom-price-format .sale-pill,
.custom-price-format .sale-pill .woocommerce-Price-amount{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #294A3E;
}
.custom-price-format .sale-pill,
.custom-price-format .sale-pill .woocommerce-Price-amount{
    color: #E8FDD7;
    background-color: #294A3E;
    padding: 3px 2px;
}
.newsletter-wrapper .gform-footer{
    display: none !important;
}
/* --- Responsive --- */

@media (max-width: 1339px){
    .footer-support{
            flex-direction: row-reverse;
    }
}

@media (max-width: 1280px){
    .site-footer h3{
        font-size: 16px;
		line-height: 22px;
        margin-bottom: 16px;
    }
    .footer-nav ul li.menu-item a{
        font-size: 12px;
    }
    .products-grid li img{
        height: 275px;
    }
    .products-grid{
        gap: 28px !important;
    }
    .jgic-cta-information{
        padding: 40px 0px 0px;
    }
    .jgic-cta-information .cta-group img{
        height: 351px;
    }
    .product-info-gallery .main-gallery img{
        height: 400px;
    }
    .product-info-gallery .product_gallery .thumbnails img{
        width: 100%;
        max-width: 90px;
        height: 90px;
    }
    .product-info-gallery{
        gap: 100px;
    }
    
    .product-info-gallery .gallery-left .thumbnails {
        width: 90px;
    }
    .product-info-gallery .gallery-left .main-gallery{
        width: calc(100% - 90px);
    }
    .chimp-sec .main-col .chimp-images img{
        height: 460px;
    }
    .features-section .icon-box{
        gap: 64px;
    }
     .features-section .container{
        padding-top: 48px;
    }
    .newsletter-wrapper .gform_wrapper{
        gap: 66px;
        padding: 46px 46px;
    }
    .newsletter-wrapper .gform_wrapper p{
        font-size: 20px;
        line-height: 140%;
    }
    .product-for-field .wp-block-columns{
        gap: 100px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info{
        gap: 32px;
        padding: 24px 62px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature{
        width: calc(25% - 24px);
    }
    .top-bar .bg-light-green {
        overflow: hidden;
        position: relative;
        white-space: nowrap;
    }
    /* Marquee effect */
    .top-bar .bg-light-green span {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 25s linear infinite;
    }

    @keyframes scrollText {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .order-details-grid{
        gap: 130px;
    }
}

.woocommerce #payment #place_order {
    text-transform: none;
}
@media (max-width: 1024px) and (min-width: 768px){
    .site-footer .content{
        gap: 30px;
        flex-wrap: wrap;
    }
    .site-footer .content .footer-contact,
    .site-footer .content .footer-nav,
    .site-footer .content .footer-nonprofit{
        width: calc(50% - 15px);
    }
    .footer-support{
        justify-content: start;
    }
    .site-footer .content .footer-contact{
        order: 1;
    }
    .site-footer .content .footer-nav{
        order: 3;
    }
    .site-footer .content .footer-nav{
        order: 4;
    }
    .site-footer .content .footer-nonprofit{
        order: 2;
    }
    .footer-nav{
        display: flex;
        gap: 20px;
    }
    .footer-nav .about-menu,
    .footer-nav .take-action-menu,
    .footer-nav .resources-menu,
    .footer-nav .resources-menu{
        width: calc(50% - 10px);
    }
    .menu.social li + li{
        margin-left: 10px;
    }
    .jgic-cta-information .cta-list .cta-card p{
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 16px;
    }
    .button-tertiary{
        font-size: 12px !important;
        line-height: 17px !important;
        padding: 10px 30px;

    }

    
    
}

@media (max-width: 1024px){
    .products-grid li img{
        height: 164px;
        margin-bottom: 8px;
    }
    .products-grid{
        gap: 16px !important;
    }
    .products-grid li .woocommerce-loop-product__title{
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 8px !important;
    }
    .category-section .category-title{
        font-size: 40px;
        line-height: 100%;
    }
    .category-section p{
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 16px !important;
    }
    .jgic-cta-information{
        padding: 32px 0px 0px;
    }
    .jgic-cta-information .cta-group img{
        height: 211px;
        margin-bottom: 16px;
    }
    .jgic-cta-information .cta-group h3{
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 16px;
    }
    .jgic-cta-information .cta-list{
        gap: 16px !important;
    }
    .newsletter-wrapper{
        margin: 48px 20px 48px;
    }
    .product-info-gallery{
        gap: 16px;
    }
    .product-info-gallery .main-gallery img{
        height: 350px;
    }
    .product-info-gallery .gallery-left{
        flex-direction: column-reverse;
    }
    .product-info-gallery .gallery-left .thumbnails .thumbnails-slider{
        display: block;
        position: relative;
    }
    .product-info-gallery .gallery-left .main-gallery,
    .product-info-gallery .gallery-left .thumbnails{
        width: 100%;
    }
    .product-info-gallery .gallery-left .thumbnails .swiper-wrapper{
        flex-direction: row;
        gap: 14px;
    }
    .product-info-gallery .gallery-left .thumbnails .swiper-wrapper .swiper-slide{
        height: unset;
        width: auto;
        margin-bottom: 0px !important;
    }
    .product-info-gallery .product_gallery .thumbnails img{
        width: 78px;
        max-width: 78px;
        height: 78px;
    }
    .gallery-right .cart,
    .accoridion-note,
    .accoridion-note .note{
        margin-top: 32px !important;
    }
    .product-info-gallery .gallery-right h2{
        font-size: 40px !important;
        line-height: 100%;
    }
    .single-product-info{
        padding: 40px 20px 20px;
    }
    .single-product-info-cart .container > h3{
        padding: 32px 32px 20px 0px;
        font-size: 40px;

    }
    .hero-carousel .slide-content h2{
        font-size: 40px;
    }
    .features-section{
        padding: 0px 20px;
    }
    .features-section .icon-box{
        gap: 16px;
    }
    .features-section .icon-box h3, .features-section .icon-box p{
        font-size: 10px;
        line-height: 14px;
    }
    .woocommerce .woocommerce-cart-form td.product-name a{
        font-size: 16px;
        line-height: 100%;
    }
    .woocommerce .woocommerce-cart-form .product-thumbnail img{
        height: 55px;
        width: 55px;
    }
    .woocommerce .woocommerce-cart-form tr td:first-child{
        padding-right: 0px !important;
    }
    .woocommerce .woocommerce-cart-form .product-quantity{
        width: 118px;
    }

    .custom-checkout-wrapper .custom-checkout-left{
        padding: 32px 32px 80px 0px;
    }
    .custom-checkout-wrapper .custom-checkout-right{
        padding: 32px 0px 80px 32px;
    }
     .newsletter-wrapper .gform_wrapper{
        gap: 38px;
        padding: 28px 28px;
    }
    .newsletter-wrapper .gform_wrapper p{
        font-size: 12px;
        line-height: 140%;
    }
    .chimp-guardian-section{
        padding: 56px 20px;
    }
    .text-content h2{
        font-size: 30px;
        line-height: 120%;
    }
    .guardian-content{
        padding: 32px;
    }
    .text-content li{
        font-size: 12px;
        line-height: 130%;
        padding-left: 0px !important;
    }
    .adopt-section h2{
        font-size: 40px;
        line-height: 100%;
    }
    .adopt-section p, .chimp-info p{
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 16px;
    }
    .chimp-info p{
        margin-bottom: 20px;
    }
    .chimp-info h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .chimp-card{
        gap: 60px;
        padding: 20px;
    }
    .chimp-image img{
        height: 176px;
        border-radius: 15px;
    }
    .image-content img{
        height: 251px;
        border-radius: 70px;
    }
    .chimp-grid{
        gap: 16px;
    }
    .product-for-field .wp-block-columns{
        gap: 16px;
    }
    .product-for-field .wp-block-columns .wp-block-column img{
        height: 350px;
        margin-bottom: 14px;
    }
    .product-for-field h2{
        font-size: 40px;
        margin-bottom: 16px;

    }
    .ticker .ban1,
    .product-for-field p{
        font-size: 12px;
        line-height: 130%;
    }

    .goh-ticker-tape{
        margin-top: 30px !important;
        margin-bottom: 32px !important;

    }
    .product-for-field h3{
        font-size: 20px;
        line-height: 120%;
    }
    .custom-chimp-gallery header h2{
        font-size: 40px;
        line-height: 100%;
    }
    .custom-chimp-gallery .custom-swiper-slide img{
        height: 209px !important;
    }
    .chimp-section .chimp-overlay{
        min-height: 320px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info{
        gap: 20px;
        padding: 14px 34px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature{
        width: calc(25% - 15px);
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature p,
    .chimp-section .chimp-overlay .chimp-feature-info .feature h3{
        font-size: 10px;
        line-height: 13px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature p{
        font-weight: 500;
    }
    .chimp-sec .main-col{
        gap: 12px;
    }
    .chimp-sec .main-col .chimp-details .chimp-name-buttons .chimp-btn{
        padding: 16px 4px;
        border-radius: 50%;
        min-width: 49px;
        min-height: 48px;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 100%;
    }
    .chimp-sec .main-col .chimp-details h3{
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 8px;
    }

    .chimp-sec .main-col .chimp-details{
        padding: 12px 25px 25px 25px;
    }
    .chimp-sec .main-col .chimp-images img{
        height: 262px;
    }
    .chimp-sec .bg-light-green .chimp-information h2,
    .chimp-sec .bg-light-green .chimp-information p,
    .chimp-information a.button{
        margin-bottom: 20px;
    }
    .chimp-sec .bg-light-green{
        padding: 19px 28px 28px;
    }
    .whats-included-sec .included-box,
    .limited-bonus-sec .bonus-box{
        padding: 20px 28px;
        gap: 33px;
    }
    .whats-included-sec .included-box .included-img img{
        height: 191px;
        border-radius: 15px;
    }
    .whats-included-sec .included-box .included-content h3, .limited-bonus-sec .bonus-box h3{
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    .whats-included-sec .included-box .included-content ul li, .limited-bonus-sec .bonus-box p{
        font-size: 12px;
        line-height: 130%;
    }
    .limited-bonus-sec .bonus-box .bonus-img img{
        max-width: 152px;
        height: 152px;
    }
    .whats-included-sec,
    .top-bar,
    .faq-section{
        padding: 24px 20px;
    }
    .faq-section .faq-header h2, .faq-section .faq-item h3, .custom-chimp-gallery header h2{
        font-size: 30px;
        line-height: 120%;
    }
    .faq-section .faq-item{
        min-height: 93px;
    }
    .faq-section .faq-header p, .faq-section .faq-header a{
        font-size: 10px;
        line-height: 13px;
    }
    .faq-section .faq-item p{
        font-size: 12px;
        line-height: 130%;
    }
    .thankyou-wrapper h2.section-title{
        font-size: 30px;
        line-height: 120%;
    }
    .thankyou-wrapper .thanks-details{
        padding: 32px 0px;
    }
    .order-details-grid{
        gap: 26px;
    }
    .order-meta p, .order-meta p strong,
    .order-details-grid p,
    .order-summary p,
    .order-list th, .order-list td {
        font-size: 12px;
        line-height: 130%;
    }
    .order-list-info h2{
        width: 40%;
    }
    .order-list-info .order-list, .order-list-info .order-summary{
        width: 60%;
    }
    .total-price-info{
        font-size: 16px;
        line-height: 16px;
    }
    .order-list td:first-child{
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 992px){
    .custom-checkout-wrapper{
        flex-direction: row;
    }
}

@media (max-width: 768px){
     /* cart */
     /* Each cart item card look */
  /* .woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #f8f9f3;
    border-radius: 12px;
    border: 1px solid #e3e5da;
    margin-bottom: 16px;
    padding: 12px;
  } */

  /* Product image */
  .woocommerce-cart-form__cart-item .product-thumbnail {
    flex: 0 0 70px;
  }

  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 55px;
    height: 55px;
  }

  /* Product name and price beside image */
  .woocommerce-cart-form__cart-item .product-name {
    flex: 1;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .woocommerce-cart-form__cart-item .product-name a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
  }

  .woocommerce-cart-form__cart-item .product-name .woocommerce-Price-amount {
    margin-top: 0px;
  }

  /* Quantity + remove + subtotal row */
  .woocommerce-cart-form__cart-item .product-quantity,
  .woocommerce-cart-form__cart-item .product-subtotal {
    border: none !important;
  }

  .woocommerce-cart-form__cart-item .product-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex: 1 1 80%;
  }

  /* .woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex;
    align-items: center;
    gap: 5px;
  } */

  /* .woocommerce-cart-form__cart-item .product-quantity .qty {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
  } */

  .woocommerce-cart-form__cart-item .product-quantity .remove {
    text-decoration: underline;
    white-space: nowrap;
    margin-top: 0px !important;
	  font-size: 12px;
  }

  /* Subtotal on the same line, right side */
  .woocommerce-cart-form__cart-item .product-subtotal {
    margin-left: auto;
    font-weight: 600;
  }

  /* Hide default table layout */
  .woocommerce-cart-form__contents thead,
  .woocommerce-cart-form__contents th {
    display: none;
  }

  .woocommerce-cart-form__contents td {
    border: none !important;
    padding: 0 !important;
  }

  /* Optional subtle hover */
  

  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0px;
    border-bottom: 0.75px solid #294A3E;

  }
  .woocommerce .woocommerce-cart-form td{
        padding: 0 0 !important;
        margin-left: 0px !important;
  }
  .woocommerce .woocommerce-cart-form .product-quantity{
        flex: 1 1 81%;
        padding-left: 70px !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
                margin-top: 0px;
  }
  .woocommerce-cart-form__cart-item .product-subtotal{
    width: 19%;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, 
  .woocommerce-page table.shop_table_responsive tr td::before{
    display: none !important;
  }
  .woocommerce table.shop_table_responsive tr td, 
  .woocommerce-page table.shop_table_responsive tr td{
    text-align: left !important;
  }
  .woocommerce-cart-form__cart-item .product-subtotal,
  .woocommerce .woocommerce-cart-form tr td:last-child{
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    background-color: transparent !important;
  }
  .woocommerce-page table.cart td.actions{
    padding: 16px 0px !important;
  }
}


@media (max-width: 767px){
    .site-footer .content{
        gap: 16px;
        flex-wrap: wrap;
    }
    .site-footer .content .footer-contact,
    .site-footer .content .footer-nav,
    .site-footer .content .footer-nonprofit{
        width: 100%;
    }
     .footer-nav{
        flex-direction: column;
        width: calc(50% - 8px) !important;
    }
    .footer-nav ul{
        margin-bottom: 24px;
    }
    .footer-support{
        justify-content: start;
        flex-direction: column-reverse;
    }
    footer.site-footer .footer-nonprofit .donation-link,
    .footer-support .donation-link a.button{
        width: 100% !important;
    }
    .footer-support .donation-link a.button{
        max-width: 100% !important;
    }
    .footer-copy{
        padding-top: 26px !important;
    }
    .footer-support .seal img{
        height: 78px;
    }
    footer.site-footer{
        padding: 32px 16px !important;
        padding-top: 25px !important;
    }
    footer.site-footer .menu.social{
        max-width: 92px;
    }
    .jgic-promo-bar {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }
    
    .jgic-promo-bar p {
        animation: marquee 12s linear infinite;
    }
    @keyframes marquee {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-150%); }
    }

    .products-grid li .woocommerce-loop-product__title{
        font-size: 24px;
        line-height: 100%;
    }
    .homepage-categories-block .category-section{
        padding-bottom: 40px !important;
    }
    .products-grid li img{
        height: 295px;
    }
    .products-grid{
        display: block !important;
        gap: 12px;
    }
    .products-grid .slick-track{
        display: flex ;
        /* gap: 12px; */
    }
    .products-grid .slick-track .product {
        padding: 0px 6px;
    }
    .products-grid .slick-arrow{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products-grid .slick-prev::before{
        content: "";
        opacity: 1;
        background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/prev-arrow-slider.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 17px;
        width: 9px;
        opacity: 1;
        /* position: absolute;
        top: 50%; */
    }
    .products-grid .slick-next::before{
        content: "";
        opacity: 1;
        background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/next-arrow-slider.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 17px;
        width: 9px;
        opacity: 1;
        /* position: absolute;
        top: 50%; */
    }
    .products-grid .slick-prev{
        left: 15px;
        z-index: 9;
    }
    .products-grid .slick-next{
        right: 15px;
        z-index: 9;
    }
    .products-grid li .price{
        font-size: 14px;
        line-height: 20px;
    }
    .page .content .jgic-group{
        padding: 24px 16px 40px;
    }
    .jgic-cta-information {
        padding: 24px 0px 56px;
    }
    .jgic-cta-information .cta-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .jgic-cta-information .cta-list{
        gap: 56px !important;
    }
    .jgic-cta-information .cta-group img{
        height: 264px;
    }
    .newsletter-wrapper{
        margin: 56px 16px 56px;
    }
     .product-info-gallery .carousel-nav {
        display: block !important;
    }
    .product-info-gallery .carousel-nav.swiper-button-next,
     .product-info-gallery .carousel-nav.swiper-button-prev{
        background-image: url(https://staging2.janegoodall.ca/wp-content/uploads/2025/10/next-arrow-slider.png) !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(0) invert(0);
    }

    .product-info-gallery .carousel-nav.swiper-button-prev{
        background-image: url(https://staging2.janegoodall.ca/wp-content/uploads/2025/10/prev-arrow-slider.png) !important;
    }
    .product-info-gallery{
        gap: 24px;
    }
    button.single_add_to_cart_button.button.alt{
        max-width: unset !important;
        min-width: 168px !important;
        width: auto !important;
        display: inline-block !important;
    }
    .single-product-info{
        padding: 40px 20px 0px;
    }
    .hero-carousel .slide-content p{
        font-size: 16px;
        line-height: 130%;
    }
    .hero-carousel .carousel-content .slide{
        padding: 45px 80px 45px 16px;
    }
    .features-section{
        padding: 0px 16px;
    }

    .features-section .icon-box{
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .features-section .icon-box h3, .features-section .icon-box p{
        font-size: 12px;
        line-height: 130%;
    }
    .cart-details{
        flex-direction: column;
    }
    .cart-details .cart-collaterals,
    .cart-details .woocommerce-cart-form{
        width: 100%;
    }
    .single-product-info-cart .container > h3{
        width: 100%;
        border-right: unset !important;
    }
    .cart-details .woocommerce-cart-form{
        border-right: unset !important;
    }
    .cart-details .woocommerce-cart-form{
        padding: 0px 0px 40px 0px;
    }
    .woocommerce .woocommerce-cart-form .product-quantity .quantity input{
        max-width: 100px;
    }
    .woocommerce .woocommerce-cart-form .product-quantity{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .woocommerce .woocommerce-cart-form .product-quantity .quantity{
        margin-right: 0px;
        margin-left: auto;
    }
    .woocommerce .woocommerce-cart-form td.product-name a{
        font-size: 24px;
        line-height: 100%;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        font-size: 14px;
        line-height: 20px;
        color: #294A3E;
        font-weight: 600;
    }
    .woocommerce .woocommerce-cart-form .woocommerce-Price-amount{
        font-size: 12px;
    }
    .single-product-info-cart .container > h3{
        padding: 32px 16px 0px 16px;
    }
    .cart-details{
        padding: 0px 16px;
    }
    .cart-details .cart-collaterals{
        padding: 0px 0px 32px 0px;
    }
    .custom-checkout-wrapper .custom-checkout-left{
        padding: 0px 0px 0px 0px;
        border: unset;
        width: 100%;
    }
    .custom-checkout-wrapper .custom-checkout-right{
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .custom-checkout-start{
        padding: 0 0 50px;
    }
    .custom-checkout-wrapper{
        flex-wrap: wrap;
        gap: 40px;
        flex-direction: column-reverse !important;
    }

     .newsletter-wrapper .gform_wrapper{
        gap: 20px;
        padding: 16px 16px;
        flex-direction: column;
    }
    .newsletter-wrapper .gform_wrapper p{
        font-size: 14px;
        line-height: 20px;
    }
    .newsletter-wrapper .gform_wrapper .gform_heading, 
    .newsletter-wrapper .gform_wrapper .inline-email-form{
        width: 100%;
    }
    .guardian-content,
    .chimp-card {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content{
        width: 100%;
        text-align: left;
    }
    .image-content img{
        max-width: 100%;
    }
    .guardian-content{
        padding: 20px;
    }
    .chimp-guardian-section{
        padding: 32px 16px;
    }
    .guardian-content{
        gap: 30px;
    }
    .category-section p{
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 16px !important;
    }
    .chimp-info, .chimp-image,
    .chimp-image img{
        width: 100%;
    }
    .chimp-info{
        text-align: left;
    }
    .chimp-card{
        gap: 50px;
    }
    .text-content h2{
        font-size: 32px;
        line-height: 110%;
    }
    .text-content li,
    .adopt-section p, .chimp-info p{
        font-size: 16px;
        line-height: 130%;
    }
    .chimp-card.green-bg{
        flex-direction: column;
    }

    .chimp-grid {
        position: relative;
        gap: 0px;
    }
    .chimp-image img{
        height: 255px;
    }
   
    /* .chimp-grid .swiper-wrapper .swiper-slide{
        margin-right: 0px !important;
    } */
    .chimp-grid .swiper-button-prev{
        background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/prev-green-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 54%;
        left: 20px;
        transform: translateY(-50%);
        z-index: 99;
    }

    .chimp-grid .swiper-button-next{
        background-image: url("https://staging2.janegoodall.ca/wp-content/uploads/2025/10/next-green-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 54%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 99;
    }
     .product-for-field{
        padding: 30px 0px 0px;
    }
    .product-for-field .wp-block-columns .wp-block-column img{
        margin-bottom: 24px;
				height: auto;
    }
    .product-for-field p{
        font-size: 16px;
        line-height: 130%;
    }

    .custom-chimp-gallery header h2{
        font-size: 35px;
        line-height: 120%;
    }
    .custom-chimp-gallery .custom-swiper-slide img{
        height: 295px !important;
    }
    .chimp-sec .main-col,
    .whats-included-sec .included-box,
    .limited-bonus-sec .bonus-box{
        flex-direction: column;
    }

    .chimp-sec .main-col .chimp-images, .chimp-sec .main-col .chimp-details,
    .whats-included-sec .included-box .included-img,
    .whats-included-sec .included-box .included-content,
    .limited-bonus-sec .bonus-box .bonus-content,
    .limited-bonus-sec .bonus-box .bonus-img{
        width: 100%;
    }
   
    .chimp-sec{
        padding: 24px 16px 0px;
    }
    .whats-included-sec, .top-bar, .faq-section{
        padding: 24px 16px;
    }
    .chimp-sec .bg-light-green{
        padding: 10px 16px 16px;
    }

    .chimp-sec .bg-light-green .chimp-information h2{
        font-size: 38px;
        line-height: 110%;
    }
    .chimp-sec .bg-light-green .chimp-information p{
        font-size: 16px;
        line-height: 130%;
    }
    .chimp-sec .main-col .chimp-images img{
        height: 254px;
    }
    .chimp-sec .main-col .chimp-details{
        padding: 12px 24px 24px 24px;
    }
    .chimp-sec .main-col .chimp-details p{
        font-size: 16px;
        line-height: 130%;
    }
    .chimp-sec .main-col .chimp-details .chimp-name-buttons{
        gap: 12px;
    }
    .chimp-sec .main-col .chimp-details .chimp-name-buttons .chimp-btn{
        padding: 16px 4px;
        border-radius: 50%;
        min-width: 49px;
        min-height: 48px;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .whats-included-sec .included-box, .limited-bonus-sec .bonus-box{
        gap: 16px;
        padding: 20px 24px;
    }
    .whats-included-sec .included-box .included-content ul li, .limited-bonus-sec .bonus-box p{
        font-size: 16px;
        line-height: 130%;
    }
    .limited-bonus-sec .bonus-box .bonus-img img{
        max-width: 228px;
        height: 228px;
        margin-right: auto ;
    }
    .chimp-section .chimp-overlay .chimp-feature-info{
        gap: 24px;
        flex-wrap: wrap;
        padding: 34px 38px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature{
        width: 100%;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature p{
        display: none;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature .meterial-info{
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature img{
        height: 40px;
        width: 40px;
        margin-bottom: 0px;
    }
    .chimp-section .chimp-overlay .chimp-feature-info .feature h3{
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 18px;
    }
    .limited-bonus-sec,
    .chimp-section{
        padding: 0px 16px;
    }
    .chimp-section .chimp-overlay{
        min-height: unset;
    }
    .faq-section .faq-header p, .faq-section .faq-header a{
        font-size: 12px;
        line-height: 16px;
    }
    .faq-section .faq-item p{
        font-size: 15px;
        line-height: 130%;
    }
    .order-details-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .order-meta p, .order-meta p strong{
        font-size: 16px;
        line-height: 130%;
    }
    .order-details-grid h4{
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 0px;
    }
    .order-list-info{
        flex-wrap: wrap;
    }
    .order-list-info h2{
        width: 100%;
    }
    .order-list-info .order-list, .order-list-info .order-summary{
        width: 100%;
    }
    .order-details-grid .order-add{
        display: flex;
        gap: 40px;
    }
    .order-details-grid .order-add h4{
        width: 40%;
    }
    .order-details-grid .order-add .add-info{
        width: 60%;
    }
    .thanks-sec{
        padding: 0px 16px;
    }
    p.pplase-note {
    margin-top: 32px;
}
}

.slider-navs {
    display: flex
;
    gap: 14px;
    position: absolute;
    top: 44px;
    right: 0;
}
.custom-chimp-gallery .slider-navs{
    top: 0;
}
    .e-cards-section{
        position: relative;
    }
    .e-cards-swiper {
    overflow: hidden;
}
.e-cards-swiper .swiper-button svg,
.custom-chimp-gallery .swiper-button svg{
    width: 6px;
    height: auto;
}
.e-cards-swiper .swiper-button,
.custom-chimp-gallery .swiper-button{
        width: 30px;
    height: 30px;
    background: #294A3E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.e-cards-swiper .swiper-button.swiper-button-disabled ,
.custom-chimp-gallery .swiper-button.swiper-button-disabled {
    opacity: 0.5;
}
.custom-chimp-gallery .swiper-button{
    background-image: none !important;
}
.custom-chimp-gallery .swiper-button svg{
    margin-bottom: 0 !important;
}
a.button.button-bordered {
    border: 1px solid;
    min-width: 147px;
    width: auto;
}
a.button.button-bordered:hover {
    transform: none;
    background: #294A3E;
    color: #fff;
}
.view-more-button {
    margin-top: 24px;
}
.swiper-button.swiper-button-disabled {
    opacity: 0.5;
}
.slider-bg-img{
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.jgic-block.hero-homepage .carousel .swiper-slide{
    position: relative;
}
.category-product-grid .products-grid li .p-info {
    max-width: 596px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
    border-bottom: 1px solid;
    align-items: center;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .p-info{
    max-width: 596px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat img {
    height: 400px;
    width: auto;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 0px;
    aspect-ratio: 1;
}
.tax-product_cat .category-product-grid.products-grid .custom-message-field input#custom_name{
    background-color: transparent;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat button.single_add_to_cart_button {
    min-width: 160px !important;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .qib-button-wrapper{
    margin: 0;
    margin-right: 16px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 36px;
    margin-top: 36px;
        color: #294A3E;
    font-weight: 500;
}
.woocommerce-product-details__short-description p{
    font-size: 14px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .woocommerce-loop-product__title2{
    font-size: 45px;
    line-height: 1.1;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .price {
    font-size: 14px;
        margin-top: 16px;
    display: block;
}
.tax-product_cat .products-grid.category-product-grid{
    display: flex;
    flex-direction: column;
    gap: 64px !important;
    margin-top: 35px;
}
.tax-product_cat .category-product-grid .products-grid li img {
    height: 400px;
    width: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 10px;
    aspect-ratio: 1;
}
.tax-product_cat .jgic-cta-information{
border-top: 0;
padding-top: 0;
}
.tax-product_cat .jgic-cta-information .cta-group{
    padding-top: 68px;
    border-top: 0.75px solid #294A3E;
}
.jgic-header__title a{
        font-size: 28px;
    line-height: 100%;
    color: #294A3E;
    font-weight: 700;
    text-decoration: none;
    font-family: Spartan, sans-serif;
    display: block;
}
.cat-tag {
    position: absolute;
    z-index: 1;
    color: #E8FDD7;
    background: #294A3E;
    font-size: 10px;
    font-weight: 600;
    top: 16px;
    left: 16px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #294A3E;
}
.page-cart .woocommerce .woocommerce-cart-form td {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}
.woocommerce-checkout .newsletter-wrapper {
    display: none;
}
.woocommerce-checkout .wp-block-spacer{
    display: none;
}
.product .variations_form.cart .variations .label label {
    font-weight: 500 !important;
}
@media screen and (max-width:767px) {
    .page .content .jgic-group .products-grid.category-product-grid{
        padding-left: 0;
        padding-right: 0;
    }
   .page-cart .cart-details {
        padding: 0px 0px;
    }
    .page-cart .woocommerce .woocommerce-cart-form td{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .list-campaign-amount .row1 {
    display: grid;
    align-items: center;
		gap: 11px;
	}
		.list-campaign-amount .row1 .row1{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-auto-rows: auto;
		}
.woocommerce .woocommerce-cart-form .wc-label-button, #wc_donation_on_cart .wc-label-button{
    margin: 0 !important;
}
.woocommerce .woocommerce-cart-form .wc-label-button, #wc_donation_on_cart .wc-label-button{
            padding-left: 24px !important;
        padding-right: 24px !important;
        font-size: 12px !important;
        padding-top: 12px;
}
.page-cart .custom-cart-widget-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-cart-widget-area .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 0;
}
.page-cart .editor-content.jgic-layout .woocommerce {
    margin-bottom: 0;
}
.page-cart .campaign-description{
    margin-top: 16px !important;
}
.page-cart div#wc-donation-type-list {
    margin-top: 35px;
}
.page-cart .cart-collaterals .order-summary .summary-row p.woocommerce-shipping-destination {
    display: none;
}
.page-cart .category-section .category-title {
    font-size: 30px !important;
}
.custom-cart-widget-area p strong{
    line-height: 1;
}
.custom-cart-widget-area p {
    font-size: 12px;
}
.page-cart .single-product-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.woocommerce .woocommerce-cart-form .list-campaign-button, #wc_donation_on_cart .list-campaign-button {
    max-width: 100% !important;
    position: relative !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

    section.jgic-block.jgic-cta-information {
    padding-bottom: 0;
}
.page .content .jgic-group{
    padding-bottom: 0 !important;
}
.single-product .product .woocommerce-Price-amount.amount{
    margin-bottom: 0;
}
.single-product .products-grid.category-product-grid {
    padding-left: 0;
    padding-right: 0;
}
.hero-slider-navs{
    opacity: 0 !important;
}
.e-cards-swiper {
    overflow: visible;
}
.jgic-header__title a{
    font-size: 15px;
}
.slider-navs {
    top: 50% !important;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
    left: 0;
}
.custom-chimp-gallery header {
    position: static !important;
}
.chimp-guardian-section .image-content img {
        border-radius: 15px;
    }
    .adopt-section{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
.custom-chimp-gallery .slider-navs{
    z-index: 2;
}
.custom-chimp-gallery .slider-navs {
    top: 63% !important;
}
.jgic-layout.jgic-layout-product-details.product-for-chimp-guardian {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.product-info-gallery .carousel-nav.swiper-button-prev,.product-info-gallery .carousel-nav.swiper-button-next {
        filter: invert(0) !important;
    }
    main .gform_wrapper.gravity-theme .gfield_radio input + label:before {
    width: 11.6px;
    height: 11.6px;
}
.custom-chimp-gallery{
    position: relative !important;
}
.e-cards-swiper .swiper-button,
.custom-chimp-gallery .swiper-button{
    background-color: transparent;
}
.e-cards-swiper .swiper-button svg,
.custom-chimp-gallery .swiper-button svg{
    width: 10px;
}
.e-swiper {
    position: relative;
}
.slider-navs {
    display: flex;
    gap: 14px;
    position: absolute;
    top: 44px;
    right: 0;
    padding-left: 27px;
    padding-right: 5px;
}
.e-cards-swiper .swiper-button ,
.custom-chimp-gallery .swiper-button {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}
.e-cards-swiper .swiper-button svg,
.custom-chimp-gallery .swiper-button svg{
    width: 10px !important;
}
.e-cards-swiper {
    overflow: visible;
}
.carousel .slider-nav{
    opacity: 0;
}
.hero-carousel .slide-content:not(:has(.hero-btn)) p{
    margin-bottom: 0;
}
.slider-bg-img{
    object-position: 60%;
    object-fit: cover;
}
.hero-carousel .slide-content:not(:has(.hero-btn)) p{
    margin-bottom: 0;
}
.view-more-button {
    margin-top: 16px;
}
.jgic-cta-information .cta-list .cta-card .button-group a.button.button-tertiary {
    width: auto;
}
.products-grid.category-product-grid{
    padding-left: 16px;
    padding-right: 16px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat {
    flex-direction: column-reverse;
    gap: 32px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .woocommerce-loop-product__title2 {
    font-size: 40px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .price{
    margin-top: 0;
}
.woocommerce-product-details__short-description {
    margin-bottom: 21px;
    margin-top: 21px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat img{
    height: 240px;
}
.tax-product_cat .products-grid.category-product-grid {
    display: flex !important;
    gap: 32px !important;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat {
    padding-bottom: 32px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat img{
    border-radius: 18px;
}
.you-might-also-like-block.explore-more-block.container {
    padding: 0 16px;
}
.tax-product_cat .jgic-cta-information .cta-group{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 56px;
}
}
.jgic-block.hero-homepage .carousel{
    min-height: 0 !important;
}
.tax-product_cat .you-might-also-like-block.container.category-products-block {
    padding-left: 16px;
    padding-right: 16px;
}
.tax-product_cat .cta-group{
    padding-left: 16px;
    padding-right: 16px;
}
.tax-product_cat .you-might-also-like-block.explore-more-block.container{
    padding-left: 16px;
    padding-right: 16px;
}
/* .single-product:not(:has(.product_cat-chimp-guardian)) .newsletter-wrapper{
padding-top: 50px !important;
padding-bottom: 64px !important;
} */

.product_cat-chimp-guardian .you-might-also-like-block.homepage-categories-block.like-product,.product_cat-chimp-guardian .you-might-also-like-block.homepage-categories-block.recent-product{
display: none !important;
}
.product_cat-chimp-guardian .wp-block-group.jgic-group:has(.you-might-also-like-block.homepage-categories-block.like-product),.product_cat-chimp-guardian .wp-block-group.jgic-group:has(.you-might-also-like-block.homepage-categories-block.recent-product){
    display: none !important;
}
.custom-price-format .sale-pill .woocommerce-Price-amount{
    margin-bottom: 0 !important;
}
.single-product div#wc-stripe-express-checkout-element {
    display: none !important;
}
section.homepage-categories-block.explore-more {
    padding-left: 16px;
    padding-right: 16px;
}
.custom-chimp-gallery header{
    position: relative;
}
section.homepage-categories-block.explore-more .category-title {
        margin-bottom: 24px;
        margin-top: 48px !important;
    }
@media screen and (max-width:767px) {
   .jgic-block.hero-homepage .carousel{
    height: 646px;
   }
   /* .single-product:not(:has(.product_cat-chimp-guardian)) .newsletter-wrapper {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
} */
body .jgic-header__title h1 {
        font-size: 15px;
    }
    .tax-product_cat .you-might-also-like-block.container.category-products-block {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}
section.homepage-categories-block.explore-more .category-title {
    margin-bottom: 24px;
    margin-top: 32px !important;
}
}
@media screen and (min-width:1440px) {
    .jgic-block.hero-homepage .carousel {
    min-height: 632px !important;
}
}
@media screen and (min-width:1920px) {
    .jgic-block.hero-homepage .carousel {
    min-height: 732px !important;
}
}
@media screen and (max-width:550px) {
    .jgic-header__logo img {
            height: 30px !important;
        object-fit: cover !important;
        max-height: unset !important;
        width: 28px !important;
    object-position: left bottom;
}
.jgic-header__container {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
}
.jgic-hamburger {
    width: 15px;
    height: 11px;
}
.jgic-hamburger span
{
        height: 1px;
}

}


/* sidebar cart */
.sidebar-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.sidebar-cart-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-cart-inner {
  position: absolute;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  padding: 20px;
  overflow-y: auto;
}

.sidebar-cart.open {
  pointer-events: all;
}

.sidebar-cart.open .sidebar-cart-overlay {
  opacity: 1;
}

.sidebar-cart.open .sidebar-cart-inner {
  right: 0;
}

.close-cart {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
}
@media screen and (max-width:767px) {
    .products-grid li img {
        height: auto !important;
        width: 100% !important;
        aspect-ratio: 1;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .products-grid li img {
        height: auto !important;
        margin-bottom: 8px;
        aspect-ratio: 1;
        width: 100%;
    }
}

.page-cart .woocommerce:has(.wc-empty-cart-message) {
    max-width: 1372px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.single-product-info.single-product-info-cart {
    padding-top: 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline input {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
}
.custom-checkout-wrapper .custom-checkout-left .form-row.place-order {
    padding: 0 !important;
}
a.button.return-to-cart {
    background-color: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    display: flex
;
    align-items: center;
    color: #000 !important;
    gap: 23px;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #294A3E !important;
    height: auto !important;
    padding: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}
p.checkout-terms-note {
    margin-bottom: 48px !important;
}
.woocommerce-checkout #payment::before {
    content: "Payment Information";
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-family: 'Spartan';
    font-weight: 500;
}
.woocommerce-checkout .site-container{
    overflow: initial !important;
}
@media screen and (min-width:768px) {
     .custom-checkout-wrapper .custom-checkout-right {
    position: sticky;
    top: 0;
}
.woocommerce-checkout p.has-text-align-center:empty {
    display: none;
}
.product-for-field .wp-block-columns .wp-block-column img{
    height: auto !important;
    width: 100%;
        aspect-ratio: 1.2;
}

}
.product-has-ecards .product-for-field .wp-block-columns .wp-block-column img{
    aspect-ratio: initial;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
    opacity: 0;
}
.product_subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}
.product_subtitle + h2{
    margin-top: 0 !important;
}
.single-product .page .jgic-group {
    margin-bottom: 0 !important;
}
.single-product .products-grid .woocommerce-Price-amount.amount{
    margin-bottom: 0 !important;
}
.gallery-right p.stock.in-stock{
    margin-top: 20px !important;
}
.whats-included-sec .included-box .included-img img{
        width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 15px;
    aspect-ratio: 1.4;
}
a.jgic-header__button.jgic-header__button--donate {
    font-weight: bold !important;
    font-family: 'Spartan';
}
section.homepage-categories-block.explore-more li .woocommerce-loop-product__title {
    font-size: 14px;
    font-family: 'Spartan';
    font-weight: 600;
}
@media screen and (max-width:767px) {
    .short_description_pro {
    /* display: none; */
}
section.homepage-categories-block.explore-more li .woocommerce-loop-product__title {
    margin-top: 8px !important;
}
.products-grid .woocommerce-product-block .custom-add-to-cart{
    /* bottom: 9px !important; */
    bottom: 8px !important;
}
.product-for-field .wp-block-columns .wp-block-column img{
    height: auto !important;
    width: 100%;
        aspect-ratio: 1;
}
.jgic-header .jgic-header__container {
    display: flex !important;
}
.main-header {
    padding: 6px 16px !important;
}
/* .jgic-header__logo img {
    object-fit: contain;
    max-height: unset !important;
    width: auto !important;
    height: 26px !important;
} */
a.jgic-header__button.jgic-header__button--donate {
    font-weight: bold !important;
    font-family: 'Spartan';
    font-size: 10px !important;
    padding: 4px !important;
    line-height: 18px !important;
}
}
#choose-your-adoption-kit + a.reset_variations {
    display: none !important;
}
.single-product .gform_wrapper.gravity-theme .gfield_checkbox input + label:before {
    border-radius: 50% !important;
    width: 1rem !important;
    height: 1rem !important;
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    .image-content img{
        aspect-ratio: 1.25;
    }
    .chimp-image img {
    aspect-ratio: 1.35;
    height: auto !important;
}
}
.woocommerce-shop section.support.jgic-sidebar {
    display: none;
}
@media screen and (min-width:768px) {
    .custom-checkout-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
.custom-checkout-wrapper .custom-checkout-left {
    width: 100%;
    max-width: 100%;
}
.custom-checkout-wrapper .custom-checkout-right {
        width: 100%;
        max-width: 100%;
    }
}
button.plus.qib-button{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16 2v28M2 16h28"/></svg>') !important;
        background-size: 11px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
}
button.minus.qib-button{
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='0 0 800 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 400H750' stroke='black' stroke-width='50' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
background-size: 11px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;

}
.qib-button-wrapper .quantity input.input-text.qty.text{
        padding: 8px 12px 6px !important;
}
@media screen and (max-width:600px) {
    body .qib-button-wrapper{
        float: left !important;
    }
}
.product_cat-merch-you-can-feel-good-about .accoridion-note {
    display: flex;
    flex-direction: column;
}
.product_cat-merch-you-can-feel-good-about .accoridion-note .note,.product_cat-merch-you-can-feel-good-about .accoridion-note .accordion{
    order: 1;
}
.accoridion-note button.accordion-header .icon
{
    margin-right: 6px;
}

main .for-the-field-right .gform_wrapper.gravity-theme .gfield .gfield_label[for="input_97_5"] {
    display: none;
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
    display: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_date .gform-datepicker {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2329423E' d='M5.279 0v1.583h8.443V0h1.055v1.583h1.913C17.74 1.583 18.984 2.935 18.993 3.986L19 16.56c-.123 1.31-1.166 2.348-2.484 2.44L2.399 18.998C1.118 18.855.119 17.847 0 16.56l.002-12.58C.017 2.927 1.258 1.583 2.31 1.583h1.913V0h1.056zm-.944 2.639c-1.042.072-2.162-.305-2.876.663-.098.133-.29.525-.29.678v1.825h16.886V4.024c0-.579-.803-1.385-1.385-1.385h-1.781v1.055h-1.055V2.639H5.279v1.055H4.223V2.639h.112zm13.72 4.222H1.057v9.74c0 .585.836 1.345 1.43 1.341l13.897.003c.628.076 1.559-.737 1.559-1.344V6.86z'/%3E%3C/svg%3E");
        background-position: calc(100% - 16px);
    background-size: 19px;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
    .jgic-layout.jgic-layout-product-details.product-for-chimp-guardian {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content{
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin: 0 !important;
}
.for-the-field-right button.single_add_to_cart_button.button.alt {
    padding: 0 !important;
    padding-top: 1px !important;
}
.accoridion-note .accordion .accordion-item .accordion-header {
    font-size: 16px !important;
}
.accoridion-note .accordion .accordion-item .accordion-header {
    padding-bottom: 11px;
}
.accordian-body-i ul ul li {
    padding-left: 10px;
    list-style: none;
}
.accordian-body-i ul ul {
    margin: 0;
    padding-left: 0px;
}
.accordian-body-i > ul >li {
    padding-left: 4px;
    margin: 0;
}
.accordion-item .accordian-body-i ul ul li {
    padding-left: 10px;
    list-style: none;
    font-size: 90% !important;
}
.you-might-also-like-block.homepage-categories-block.like-product h2.category-title {
    font-size: 35px;
}
.you-might-also-like-block.homepage-categories-block.recent-product h2.category-title {
    font-size: 35px;
}
body .for-the-field-right .qib-button-wrapper{
    margin-right: 8px;
}
.single-product .product-info-gallery .woocommerce-Price-amount.amount {
        margin-bottom: 21px;
    }
        .page .content .jgic-group {
        padding-left:  0px;
    }
section.chimp-guardian-section a.btn.button.button-tertiary {
    padding-left: 40px;
    padding-right: 40px;
}
.guardian-content {
    padding: 32px;
    padding-top: 16px;
}
.adopt-section h2 {
    margin-bottom: 20px;
}
	.adopt-section .container > h2{
		max-width: 60%;
	}
.adopt-section p {
    margin-bottom: 32px;
}
	.adopt-section .container > p {
		max-width: 90%;
	}
.chimp-card a.btn.button.button-tertiary {
    padding-left: 40px;
    padding-right: 40px;
}
main .for-the-field-right .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: 20px !important;
}
main .for-the-field-right .gform_wrapper.gravity-theme .gfield .gfield_label[for="input_97_13"] {
    font-size: 12px !important;
}
main .for-the-field-right .gform_wrapper.gravity-theme .gfield_description {
    font-size: 10px !important;
}
main .for-the-field-right .gform_wrapper.gravity-theme .gfield .gfield_label span.gfield_required {
    display: none;
}
main .for-the-field-right .gform_wrapper.gravity-theme .ginput_container + .gfield_description {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
main .for-the-field-right .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description {
    margin-top: 6px !important;
    padding-top: 0 !important;
}
.like-product .category-title {
    margin-bottom: 24px;
}
}
.page-template-page-about .top-bar{
padding-bottom: 0 !important;
}

.woocommerce-cart .coupon{
	margin-bottom: 24px;
}
.woocommerce-cart .coupon .coupon-form *{
	border-radius: 0;
}

.woocommerce-cart .coupon input{
	background: #fff;
	width: 100%;
    margin: 0;
	height: 39px;
}
.woocommerce-cart .coupon .coupon-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 8px;
}
.woocommerce-cart .coupon .coupon-form button.button{
	min-width: unset;
	min-height: unset;
	border-radius: 0;
	padding: 8px 1.8em;
}

@media screen and (max-width: 1024px){
	.woocommerce .woocommerce-cart-form .list-campaign-button,
	#wc_donation_on_cart .list-campaign-button{
		max-width: unset;
		position: unset;
		margin-top: 0;
		margin-left: unset;
	}
	.list-campaign-amount .row1 .row1 {
        display: grid;
       grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
		gap: 10px;
    }

}
a.button.button-bordered {
    min-width: auto !important;
    text-transform: none !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    background: transparent !important;
    border: 1px solid #294a3e;
    color: #294a3e !important;
}
.gallery-right p.stock.in-stock{
    display: none !important;
}
.single-product .woocommerce-Price-amount.amount{
    margin-bottom: 0 !important;
}
.in-out-stock {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 36px;
    text-transform: capitalize;
}
body .gform_wrapper.gravity-theme .field_description_above .gfield_description:has(.requiredd) {
    text-align: right;
}
.single-product .accoridion-note:has(.note + .accordion:empty) .note {
    margin-bottom: 0 !important;
}
.single-product .product-type-variable .value select {
    font-weight: 400 !important;
    font-size: 12px;
    background-size: 12px;
    min-height: 40px;
    width: 100%;
}
.cart-details .woocommerce-cart-form .actions button.button[name="update_cart"] {
    opacity: 0 !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    overflow: hidden !important;
    min-width: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
}
.custom-checkout-wrapper .custom-checkout-left h3{
    font-family: 'Spartan';
}
.page-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
.page-checkout .woocommerce form.checkout_coupon {
    padding: 0;
    border: 0;
}
.page-checkout .woocommerce form.checkout_coupon p.form-row {
    flex: none !important;
}
.custom-checkout-right form.checkout_coupon .form-row-last .button {
    min-width: 0;
    font-size: 10px;
    height: 100%;
    min-height: 39px;
        align-items: center;
    display: flex
;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
border-radius: 0;
}
.custom-checkout-right form.checkout_coupon input#coupon_code {
    font-size: 14px;
    height: 45px;
    width: 100%;
    padding-left: 24px;
    border-radius: 0;
}
.custom-checkout-right form.checkout_coupon p.form-row.form-row-last .button {
    margin: 0 !important;
    text-transform: none !important;
    font-size: 14px;
}
.custom-checkout-right form.checkout_coupon .form-row-first, .custom-checkout-right form.checkout_coupon .form-row-last {
    flex: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.custom-checkout-right form.checkout_coupon .form-row-first {
    max-width: calc(100% - 145px);
}
.page-checkout .woocommerce form.checkout_coupon{
    display: flex !important;
    gap: 8px;
}
.checkout-section.contact-section {
    margin-bottom: 35px;
}
.woocommerce-billing-fields {
    margin-top: 35px;
}
.page-checkout .woocommerce form.checkout_coupon{
    border-radius: 0 !important;
    overflow: hidden;
}
.custom-checkout-wrapper .custom-checkout-left label{
    line-height: 1;
}
main .for-the-field-right .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description{
    opacity: 0.7 !important;
}
.p-qty-w:not(:has(.qib-button-wrapper)) {
    display: none;
}
@media screen  and (min-width:768px) and  (max-width:1024px){
    .jgic-header__logo img {
    max-width: 158px;
}
.category-section p{
    max-width: 525px;
}
.homepage-categories-block .category-section {
    padding-bottom: 32px !important;
}
.additional-card-inner span.price {
    text-decoration: underline;
    line-height: 1.4;
    display: block;
}
.page .jgic-group {
    padding-left: 0;
    padding-right: 0;
	padding-top: 32px;
}
.jgic-cta-information .cta-group img {
        height: auto;
        margin-bottom: 16px;
        width: 100% !important;
        aspect-ratio: 1.61;
    }
    .jgic-cta-information .cta-list .cta-card .button-group a.button.button-tertiary {
    padding-left: 33px;
    padding-right: 33px;
}
.content{
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 0;
    margin-right: 0;
}
a.button.button-bordered {
    min-width: auto !important;
    text-transform: none !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    background: transparent !important;
    border: 1px solid #294a3e;
    color: #294a3e !important;
}
.products-grid li .price{
    display: block;
}
section.homepage-categories-block.e-cards-section .category-section {
    padding-bottom: 48px !important;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .p-info {
    max-width: 400px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .woocommerce-product-block{
    max-width: 33.7%;
}
.tax-product_cat .you-might-also-like-block.container.category-products-block {
    padding-left: 32px;
    padding-right: 32px;
}
.tax-product_cat .cta-group {
    padding-left: 0;
    padding-right: 0;
    margin-left: 32px;
    margin-right: 32px;
}
section.homepage-categories-block.explore-more {
    padding-left: 32px;
    padding-right: 32px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .woocommerce-loop-product__title2 {
    font-size: 40px;}
    section.homepage-categories-block.explore-more li .woocommerce-loop-product__title {
        font-size: 10px;
        margin-bottom: 0 !important;
        line-height: 1.4;
    }
    .cat-tag {
    font-size: 8px;
    top: 9px;
    left: 9px;
}
.jgic-block.hero-homepage .carousel{
    height: 491px;
}
.goh-ticker-tape .banner {
    padding: 11px 0px !important;
}
.tax-product_cat .ticker .ban1 {
    font-size: 14px;
}
.tax-product_cat .products-grid.category-product-grid .woocommerce-product-details__short-description {
    margin-bottom: 21px;
    margin-top: 21px;
}
.tax-product_cat .products-grid.category-product-grid .woocommerce-product-details__short-description * {
    font-weight: 500 !important;
    font-size: 12px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .price {
    font-size: 10px;
    margin-top: 9px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat{
    padding-bottom: 32px;
}
section.homepage-categories-block.explore-more .category-title {
    margin-top: 32px !important;
}
.tax-product_cat .products-grid.category-product-grid{
        gap: 32px !important;
}
.tax-product_cat .jgic-cta-information .cta-group {
    padding-top: 32px;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat img{
    border-radius: 11px;
}
.product-info-gallery .main-gallery img{
    height: auto;
}
     .product-info-gallery .gallery-left .thumbnails{
        display: flex !important;
     }
     .jgic-layout.jgic-layout-product-details.product-for-chimp-guardian {
    padding: 0 !important;
}
.wp-block-columns.jgic-columns.product-info-gallery {
    display: grid
;
    grid-template-columns: 50% 50%;
}
.single-product .wp-block-column.product_gallery.gallery-left {
    width: 100%;
}
.jgic-layout.jgic-layout-product-details.product-for-chimp-guardian{
    padding-top: 32px !important;
}
.product-info-gallery .gallery-right{
    width: 100% !important;
}
button.single_add_to_cart_button.button.alt {
    min-width: auto !important;
}
.single-product .for-the-field-right .woocommerce-Price-amount.amount{
    margin-bottom: 15px;
}
.single-product .accoridion-note .note {
    margin-top: 0 !important;
}
.single-product .you-might-also-like-block.homepage-categories-block.like-product,.single-product .you-might-also-like-block.homepage-categories-block.recent-product {
    padding-left: 32px;
    padding-right: 32px;
}
.in-out-stock{
    margin-bottom: 32px;
}
.single-product .page .jgic-group {
    margin-top: 64px;
    padding-top: 0;
}
.single-product .homepage-categories-block .category-section {
        padding-bottom: 56px !important;
    }
    .products-grid .woocommerce-product-block .custom-add-to-cart {
    bottom: 7px;
}
.product-for-field {
    padding: 0;
    padding-top: 32px;
}
.product-for-field .wp-block-columns {
        gap: 16px;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .product-for-field .wp-block-columns .wp-block-column {
    width: 100%;
}
.single-product .content .you-might-also-like-block.homepage-categories-block.like-product, .single-product .content .you-might-also-like-block.homepage-categories-block.recent-product {
    padding-left: 0;
    padding-right: 0;
}
.single-product .you-might-also-like-block.homepage-categories-block.recent-product .category-section.pb-0 {
    padding-bottom: 0 !important;
}
body .for-the-field-right .qib-button-wrapper{
    margin-right: 8px;
}
.single-product .product-info-gallery .gallery-right .single_add_to_cart_button {
    min-width: 0 !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    width: auto;
    max-width: max-content;
}
.image-content img {
        height: auto;
        border-radius: 15px;
        width: 100%;
        aspect-ratio: 1.1;
    }
    .chimp-image img {
        height: auto;
        border-radius: 15px;
        aspect-ratio: 1.61;
    }
    .single-product .text-content ul{
        max-width: 270px;
    }
    .chimp-image {
    max-width: 40.8250356%;
}
.chimp-info {
    max-width: 45%;
}
.chimp-card{
    justify-content: space-between;
}
.single-product .like-product .category-title, .single-product .recent-product .category-title {
    margin-bottom: 16px;
}
.content .single-product-info {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-cart-form .wc-label-button, #wc_donation_on_cart .wc-label-button {
    padding: 9px 38px !important;
    line-height: 1;
    min-height: auto;
    align-items: center;
    margin: 0;
}
.list-campaign-amount .row1 .row1 {
    gap: 11px;
}
.woocommerce-cart .coupon input {
    min-width: 168px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 10px;
}
.woocommerce-cart .coupon button.button {
    height: 100%;
    text-transform: none;
    max-width: 80px;
    font-size: 10px;
    min-height: 39px;
    color: #E8FDD7;
}
.woocommerce-cart .coupon .coupon-form{
    gap: 4px !important;
}
.single-product-info.single-product-info-cart {
    padding-bottom: 0;
}
.single-product-info.single-product-info-cart + .wp-block-group.jgic-group {
    padding-top: 32px;
}
.page-cart .like-product .category-title, .page-cart .recent-product .category-title {
    margin-bottom: 16px;
}
.page-cart .homepage-categories-block .category-section {
        padding-bottom: 48px !important;
    }
    .custom-cart-widget-area .wp-block-columns {
    padding-top: 48px;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.page-cart .custom-cart-widget-area p {
    font-size: 10px;
    line-height: 13px;
}
.custom-cart-widget-area img {
    height: 40px;
}
.page-checkout .custom-checkout-start {
    padding-left: 0;
    padding-right: 0;
}
.custom-checkout-wrapper {
    gap: 0 !important;
}

.custom-checkout-wrapper {
        display: grid !important
;
        grid-template-columns: 54% 46%;
    }
 .custom-checkout-right form.checkout_coupon input#coupon_code {
    font-size: 10px;
    height: 35px;
 }
 .custom-checkout-right form.checkout_coupon p.form-row.form-row-last .button {
    font-size: 10px;
    min-height: 35px;
}   
.custom-checkout-right form.checkout_coupon .form-row-first {
    max-width: calc(100% - 117px);
}
.checkout-section.contact-section {
    margin-bottom: 20px;
}
.woocommerce-billing-fields {
    margin-top: 20px;
}
.site-footer {
    padding: 32px 0px 52px !important;
}
.site-footer .content {
    row-gap: 46px;
}
.footer-support{
    justify-content: space-between;
}
.woocommerce #payment #place_order {
    text-transform: none;
    min-width: 0 !important;
    width: auto;
    float: right;
}
footer.site-footer p br {
    display: none;
}
.footer-support .donation-link a.button {
        padding: 12px 20px;
        max-width: 156px;
}
}
@media screen and (max-width:767px) {
    .custom-checkout-wrapper .custom-checkout-right #order-summary h3 {
    font-size: 30px;
    }
    .page-checkout .woocommerce form.checkout_coupon p.form-row {
    flex: none !important;
    min-width: auto;
    width: auto;
}
.site-footer .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-checkout-wrapper .custom-checkout-right .summary-thumb img {
    width: 55px;
    height: 55px;
    border-radius: 7px;
}
.custom-checkout-right form.checkout_coupon .form-row-first {
    max-width: calc(100% - 96px);
    width: 100% !important;
}
.custom-checkout-wrapper .custom-checkout-left .form-row{
        padding: 8px 14px;
border-radius: 9px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: calc(50% - 4px);
}
.category-section .category-title {
        font-size: 35px !important;
}
}
.woocommerce-cart .coupon .coupon-form button.button {
    text-transform: none !important;
        color: #E8FDD7 !important;
            padding-bottom: 7px;
}
@media screen and (min-width:1024px) and (max-width:1279px) {
    .woocommerce .woocommerce-cart-form .list-campaign-button, #wc_donation_on_cart .list-campaign-button {
    max-width: 100%;
    position: relative;
    margin-top: 0;
    margin-left: 0;
}
}
@media screen and (max-width: 767px){
	.jgic-header .jgic-promo-bar p{
		display: none !important; 
	}
}
@media screen and (min-width: 767px){
	.jgic-header .jgic-promo-bar marquee{
		display: none !important; 
	}		
}

.single-product:not(:has(.you-might-also-like-block.homepage-categories-block.recent-product)) .you-might-also-like-block.homepage-categories-block.like-product .category-section{
    padding-bottom: 0 !important;
}
dl.variation:has(dt.variation-DonationLabel) {
    display: none;
}
@media screen and (max-width:550px) {
    tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
    padding-top: 7px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
    padding-top: 7px !important;
}
.woocommerce-cart-form__cart-item:has(dt.variation-DonationLabel) .product-quantity .remove {
    text-align: left;
}
}
.mobile-navigation-menu {
    margin: 0;
}
.footer-legal br {
    display: none;
}
@media screen and (max-width:767px){
    .footer-legal p span + br {
    display: block !important;
}
.footer-legal {
    text-align: left;
}
.footer-legal p span{
    display: block;
}
}
.woocommerce-checkout.woocommerce-order-received .newsletter-wrapper {
    display: block;
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .in-out-stock {
    margin-top: 16px;
}
/* @media screen and (min-width:768px) {
    .tax-product_cat .jgic-cta-information .cta-group
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
*/

@media screen and (min-width:1440px) {
    
.tax-product_cat .jgic-cta-information .cta-group {
    padding-left: 0;
    padding-right: 0;
}
} 
@media screen and (min-width:1024px) {
    .tax-product_cat .cta-group {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
.tax-product_cat .category-product-grid.products-grid li.p-in-cat .price:has(del) ins {
    background: #294A3E;
    color: #E8FDD7;
    text-decoration: none
    ;
}
@media screen and (min-width:768px) {
    .n-swiper .slider-navs{
    display: none;
}
}
@media screen and (max-width:767px) {
    .site-footer .content .footer-contact p {
     margin-bottom: 16px;
    }
    footer.site-footer .footer-nav {
        margin-bottom: 0;
    }
    .footer-nonprofit {
    margin-top: -5px;
}
.site-footer .content .footer-nonprofit .inline-form{
    margin-bottom: 32px;
}
.footer-support {
        gap: 32px !important;
    }
}
.newsletter-wrapper .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.newsletter-wrapper .gfield_description.validation_message.gfield_validation_message {
    position: absolute;
}
.wc-donation-in-action .block-campaign-thumbnail {
    display: none;
}
.woocommerce-shop section.homepage-categories-block:not(.e-cards-section) {
    padding-top: 40px;
}
.woocommerce-shop div#merch-you-can-feel-good-about {
    padding: 0px 00px 0px;
    background-color: #FBF8F3;
}
.woocommerce a.remove:hover {
    background-color: transparent !important;
    color: #000000 !important;
}
@media screen and (max-width:767px) {
    .woocommerce-shop div#merch-you-can-feel-good-about {
    padding: 0px 00px 0px;
    background-color: #FBF8F3;
}
.woocommerce-shop section.homepage-categories-block:not(.e-cards-section) {
    padding-top: 24px;
}
.woocommerce-shop .products-grid.category-product-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .tax-product_cat .jgic-cta-information .cta-group{
        padding-top: 32px;
    }
}
@media screen and (max-width:1199px) {
    .page-cart .wc-donation-in-action .row2{
    position: relative;
    margin-top: 8px;
    margin-left: 0;
}
}
@media screen and (max-width:1024px) {
    .page-cart .wc-donation-in-action .row1 {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.page-cart .wc-donation-in-action .row2 {
        max-width: 0;
        position: relative;
        margin-top: 11px;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .page-cart .wc-donation-in-action .wc-label-button {
    min-width: 24% !important;
    flex: 1;
}
}
.garden-of-hope .cta-list.cta-small .cta-card>figure{
    aspect-ratio: 1;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
    .steps-to-grow .content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
}
@media screen and (max-width: 781px) and (min-width: 768px) {
.product-seeds-of-hope-plantable-greeting-card .wp-block-columns.jgic-columns.product-info-gallery , .product-seeds-of-hope-plantable-greeting-card-bundle-x4 .wp-block-columns.jgic-columns.product-info-gallery {
        margin-top: 50px !important;
        margin-bottom: 50px;
    }
    .product-seeds-of-hope-plantable-greeting-card .wp-block-columns.jgic-columns.product-info-gallery , .product-seeds-of-hope-plantable-greeting-card-bundle-x4 .wp-block-columns.jgic-columns.product-info-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media screen and (max-width:767px) {
    .product-seeds-of-hope-plantable-greeting-card .wp-block-columns.jgic-columns.product-info-gallery , .product-seeds-of-hope-plantable-greeting-card-bundle-x4 .wp-block-columns.jgic-columns.product-info-gallery {
        margin-top: 50px !important;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .chimp-card.green-bg {
    margin-top: 15px;
}
}
.single-product a.reset_variations {
    display: none !important;
}
@media screen and (min-width:1024px) {
    .jgic-layout.jgic-layout-product-details.product-for-chimp-guardian {
        padding-top: 32px !important;
    }
}
.accoridion-note:not(:has(.accordion *)) .note {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .steps-to-grow .content {
        grid-template-columns: repeat(1, 1fr);
        max-width: 228px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .single.single-product .jgic-layout.jgic-layout-product-details.product-for-chimp-guardian{
        padding-top: 30px;
    }
}
.wp-block-columns.jgic-columns.product-e-card-columns {
    display: flex;
}
@media screen and (max-width:1024px) {
    body .wp-block-columns.jgic-columns.product-e-card-columns {
    display: flex !important;
    flex-direction: column;
}
body .wp-block-columns.jgic-columns.product-e-card-columns .wp-block-column {
    width: 100%;
}
}