@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ---------------------------------------------------------
   FOOTER
---------------------------------------------------------- */
.site-footer {
    background-color: transparent;
    padding: 40px 0;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 40px;
}

.footer-column {
    line-height: 1.6;
}

.footer-mission p,
.footer-column h4,
.footer-signup label {
    color: white !important;
    font-weight: 400;
}

.footer-mission .mission-statement {
    margin: 20px 0;
    font-size: 0.95em;
}

.footer-mission .copyright {
    white-space: normal !important;
    margin-top: 40px;
    font-size: 0.8em;
    opacity: 0.8;
}

.footer-links-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

.footer-links h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1em;
}

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

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

.footer-links a {
    color: white !important;
    text-decoration: none;
    font-size: 0.9em;
}

.footer-links a:hover {
    text-decoration: underline;
    color: white !important;
}

.social-link {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
}

.footer-signup form {
    display: flex;
    flex-direction: column;
}

.footer-signup input[type="text"],
.footer-signup input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #e0e0e0;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.footer-signup button {
    background-color: #f7f7f7;
    color: #333;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-top: 10px;
    align-self: center;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 900px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
    .footer-links-group {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px;
    }
}

/* ---------------------------------------------------------
   NAV & HEADER
---------------------------------------------------------- */
.navigation .thim-ekits-menu__nav > li {
    font-size: 13px !important;
    padding: 0 10px !important;
    align-self: center !important;
}

.navigation .thim-ekits-menu__nav > li a {
    font-size: 13px !important;
}

.tm-table {
    display: flex !important;
    align-items: center !important;
}

.tm-table .width-logo {
    margin-right: auto !important;
}

.tm-table .width-navigation {
    display: flex !important;
    justify-content: flex-end !important;
    flex-grow: 1 !important;
}

.navigation .thim-ekits-menu__nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.navigation .thim-ekits-menu__nav .wpmenucartli {
    margin-right: 12px !important;
    padding: 0 10px !important;
    order: 99 !important;
}

.navigation .thim-ekits-menu__nav .menu-item-499 {
    order: 100 !important;
    padding: 0 !important;
}

.navigation .thim-ekits-menu__nav .menu-item-499 a {
    font-size: 10px !important;
    display: inline-block !important;
    padding: 6px 15px !important;
    border: 2px solid white !important;
    border-radius: 9999px !important;
    color: white !important;
    text-decoration: none !important;
    background-color: transparent !important;
    font-weight: bold !important;
    transition: all 0.3s ease;
}

.navigation .thim-ekits-menu__nav .menu-item-499 a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    border-color: white !important;
}

.prodgrfoel-card-heading a {
    color: black !important;
}

.prodgrfoel-card-heading a:hover {
    color: black !important;
}

/* ---------------------------------------------------------
   CONTACT FORM BASE COLORS
---------------------------------------------------------- */
// .wpcf7-list-item-label {
//     color: white !important;
// }

.wpcf7-list-item-label a {
    color: blue !important;
    text-decoration: underline;
}

/* Submit button default */
.wpcf7 .wpcf7-submit {
    background-color: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 50px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: white !important;
    color: #000 !important;
    border-color: white !important;
}

/* ---------------------------------------------------------
   COUPON + CHECKOUT FIXES
---------------------------------------------------------- */
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    display: none !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-top: 15px !important;
}

.wc-block-components-totals-coupon__button.contained .wc-block-components-button__text {
    color: white !important;
}

.wc-block-components-totals-coupon.wc-block-components-panel {
    border: none !important;
    padding: 0 !important;
}

/* ---------------------------------------------------------
   CUSTOM PRICE FIX — (BROKEN LINE FIXED HERE)
---------------------------------------------------------- */
.product-price-wrap {
    flex-shrink: 0;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    margin-left: auto;
}

/* ---------------------------------------------------------
   UNSUBSCRIBE PAGE — PAGE ID 575
---------------------------------------------------------- */
.page-id-575,
.page-id-575 #wrapper-container,
.page-id-575 #main-content,
.page-id-575 .site-content,
.page-id-575 .elementor-section {
    background: #ffffff !important;
}

/* Headings */
.page-id-575 h1,
.page-id-575 h2,
.page-id-575 h3 {
    color: #1D332C !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
}

/* Text */
.page-id-575 .elementor-widget-text-editor,
.page-id-575 p {
    color: #333333 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
}

/* Form container */
.page-id-575 .wpcf7-form {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 30px 35px !important;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-family: Helvetica, Arial, sans-serif !important;
}

/* Section titles */
.page-id-575 .wpcf7-form h3 {
    margin-top: 25px !important;
    margin-bottom: 12px !important;
    font-size: 20px !important;
    color: #1D332C !important;
}

/* Labels */
.page-id-575 .wpcf7-form label {
    color: #1D332C !important;
    font-size: 15px !important;
    margin-left: 5px !important;
}

/* Checkbox labels */
.page-id-575 .wpcf7-list-item-label {
    color: #1D332C !important;
    font-weight: 500 !important;
}

/* Checkboxes */
.page-id-575 input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #1D332C !important;
    background: #ffffff !important;
    margin-right: 10px !important;
    cursor: pointer !important;
}

/* Inputs */
.page-id-575 input[type="text"],
.page-id-575 input[type="email"] {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    color: #1D332C !important;
    margin-bottom: 15px !important;
    background: #fafafa !important;
}

/* Submit button */
.page-id-575 .wpcf7-submit {
    background: #1D332C !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    margin-top: 20px !important;
}

.page-id-575 .wpcf7-submit:hover {
    background: #2A4C09 !important;
}

/* Spacing */
.page-id-575 .wpcf7-form p {
    margin-bottom: 12px !important;
    color: #1D332C !important;
}
/* FORCE REMOVE green background on first Elementor section */
.page-id-575 .elementor-element-8487180,
.page-id-575 .elementor-element-8487180 > .elementor-background-overlay,
.page-id-575 .elementor-element-8487180 > .elementor-container {
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}
/* ---------------------------------------------------------
   Unsubscribe page – kill ALL green backgrounds in hero
---------------------------------------------------------- */

/* Target the main Elementor container by its data-id */
.page-id-575 .elementor-element[data-id="8487180"],
.page-id-575 .elementor-element[data-id="8487180"]::before,
.page-id-575 .elementor-element[data-id="8487180"] > .elementor-background-overlay,
.page-id-575 .elementor-element[data-id="8487180"] > .elementor-container {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Just in case the page wrapper has a gradient/image */
.page-id-575,
.page-id-575 body,
.page-id-575 #wrapper-container,
.page-id-575 #main-content,
.page-id-575 .site-content {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
}
/* ---------------------------------------------------------
   Unsubscribe page — Reduce spacing + slightly smaller text
---------------------------------------------------------- */

/* Reduce white space under the title */
.page-id-575 h1 {
    margin-bottom: 10px !important;
    font-size: 34px !important; /* was ~40px */
}

/* Reduce space under the subtitle */
.page-id-575 h2 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 22px !important; /* was larger before */
}

/* Reduce the spacing under the paragraph description */
.page-id-575 .elementor-widget-text-editor p {
    margin-top: 5px !important;
    margin-bottom: 25px !important; /* was much larger */
    font-size: 15px !important; /* slightly smaller text */
    line-height: 1.5 !important;
}

/* Reduce spacing BEFORE the form */
.page-id-575 .elementor-element-8487180 {
    padding-bottom: 0 !important;
}

/* Reduce the top margin of the form container */
.page-id-575 .wpcf7-form {
    margin-top: 5px !important;
}
/* ---------------------------------------------------------
   Unsubscribe page — tighten spacing + smaller text
   (Fix subtitle + description + remove huge gap)
---------------------------------------------------------- */

/* Shrink title */
.page-id-575 h1 {
    font-size: 32px !important;
    margin-bottom: 5px !important;
}

/* Shrink subtitle */
.page-id-575 h2 {
    font-size: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
}

/* Shrink paragraph text and tighten spacing */
.page-id-575 .elementor-widget-text-editor p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

/* Remove giant gap between paragraph and form */
.page-id-575 .elementor-element-8487180 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Also reduce space before the form section */
.page-id-575 .elementor-element-34625ba {
    margin-top: 5px !important;
    padding-top: 0 !important;
}

/* Reduce internal padding of the form box */
.page-id-575 .wpcf7-form {
    padding: 20px 25px !important;
}
//product
/* Ensure the column acts like a flex item so cards can stretch */
.column_number.prodgrfoel_gap_c {
  display: flex !important;
  flex-direction: column !important;
}

/* Make the card fill the column and use column flex layout */
.prodgrfoel-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 1px !important; /* helps older browsers */
  box-sizing: border-box !important;
}

/* Make content box grow to fill space so footer/button sits at bottom */
.prodgrfoel-contentbx {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important; /* prevents overflow issues in flex items */
}

/* Push the button area to the bottom */
.prodgrfoel-card-button,
.prodgrfoel-btn-ptype {
  margin-top: auto !important;
}

/* Optional: keep product title from pushing the height too high (2 lines) */
.prodgrfoel-product-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important; /* change number if you want more lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: calc(2 * 1.2em) !important; /* adjust if you change line-height */
  line-height: 1.2em !important;
}

/* If there are inner image wrappers that cause spacing, limit them */
.prodgrfoel-upper-item,
.prodgrfoel-imgbx,
.prodgrfoel-imgbx2 {
  flex: 0 0 auto !important;
}

/* Ensure price/rating area doesn't expand unexpectedly */
.prodgrfoel-price-rating,
.prodgrfoel-category-tag,
.prodgrfoel-totalsale-pubdate {
  flex: 0 0 auto !important;
}

/* Safety: when using Bootstrap columns, ensure their children can stretch */
.col-lg-4.col-md-4.col-sm-6.column_number.prodgrfoel_gap_c {
  align-items: stretch !important;
}


//end of product
/* Make sure native checkboxes are visible and styled */
.custom-checkbox .wpcf7-list-item input[type="checkbox"] {
    display: inline-block !important; /* force visible */
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px !important;
    border: 2px solid #ff0081 !important;
    accent-color: #ff0081 !important; /* tick color */
    appearance: checkbox !important;
}