body {
font-family: 'NewGrotesk' !important;
}
.banner {
    margin: 0 auto;
    font-size: 14px;
    background: linear-gradient(to right, #00ff66, #00a859);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    width: 100% !important;
    max-width: 100%;
}

.search-modal {
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal.active {
    top: 0;
}

.search-modal-content {
    width: 90%;
    max-width: 800px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-modal-content .formContainer {
    flex-grow: 1;
    display: flex;
    border-bottom: 2px solid #1c2a31;
    justify-content: center;
    align-items: center;
}

.search-modal-content input {
    border: none !important;
    font-size: 16px;
    width: 100%;
    outline: none;
    padding: 10px 0;
    font-family: 'Figtree';
    border-radius: 0 !important;
    box-shadow: none !important;
}

.close-search {
    background: none;
    border: none;
    font-size: 40px;
    color: #1c2a31;
    cursor: pointer;
}

.header-utilities {
    display: flex;
    align-items: center;
    gap: 20px;
}

.util-link {
    color: #1c2a31;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.logo-tagline {
    font-size: 11px;
    color: #76a8ad;
    text-transform: lowercase;
    font-weight: 700;
    margin-top: -4px;
    display: block;
}

.util-link svg,
.close-search svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #1c2a31;
    stroke-width: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.header--site {
    display: flex !important;
    justify-content: space-between;
    background: #ffffff;
    padding: 1rem 0 !important;
    position: relative;
}

.header-wrapper {
    padding: 0;
    border-bottom: none !important;
}

.container.container--header {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

header.header--site .nav--site {
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: var(--half-gutter);
}

header.header--site .nav--site .nav-list {
    text-align: end;
}

header.header--site .nav--site .nav-list li {
    margin: 0
}

#mainNav>li.has-children {
    position: static;
}

.header--site {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: auto;
    width: auto;
    left: auto;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 30px 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    gap: 120px;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
}

.header-wrapper,
.container--header,
.header--site {
    overflow: visible !important;
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    display: block;
}

#mainNav li.has-children:hover .mega-menu {
    display: flex !important;
}

.mega-menu-column {
    flex: 0 1 250px;
}

.column-title {
    color: #51B3BD;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

ul.child li a {
    color: #1c2a31;
    font-size: 14px;
    padding: 6px 20px;
    display: inline-block;
    transition: transform 0.2s;
}

ul.child li a:hover {
    transform: translateX(5px);
    color: #0E1237;
}

.has-children ul {
    display: block;
    top: 0;
    margin: 0;
    border: none;
    width: 250px;
    padding: 1rem 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.child li a {
    text-align: start;
}

header.header--site a {
    color: #3e5a64;
    font-weight: 500;
    font-size: 14px;
}

.btnLogout {
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4.25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
    background: linear-gradient(to left, #00ff66, #00a859);
}

.nav--user .nav-list.horizontal {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.btnGoLogin {
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4.25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
    background: linear-gradient(to left, #00ff66, #00a859);
}

.has-children:hover>a {
    background: none !important;
}

.has-children li:hover {
    background: none !important;
}

ul.child li a:hover {
    background: none !important;
    padding: none;
    margin: none;
}

header.header--site a,
header.header--site i,
.util-link,
.btn-cart,
ul.child li a {
    color: #3e5a64;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

ul.child li a {
    color: #3e5a64;
    transition: color 0.2s ease;
    transform: none !important;
    padding: 6px 20px;
    display: inline-block;
}

ul.child li a:hover {
    background: transparent !important;
    transform: none !important;
    color: #3e5a64 !important;
}

#bodyContainer {
    padding: 0 !important;
    overflow-x: hidden;
    width: 100% !important;
    max-width: 100%;
}

.container--homepage {
    display: block;
    padding: 0 !important;
}

.header-wrapper--home {
    margin-bottom: 0;
    border-bottom: none;
}

header.header--site .nav--user .nav-list.horizontal li:not(:first-of-type) {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

header.header--site .nav--user .nav-list.horizontal {
    gap: 20px;
}

.footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 100%;
    overflow-x: hidden;
    background: #1F2A30;
    margin-top: 0;
}

footer.footer--site {
    display: flex;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

footer.footer--site a {
    color: #fff !important;
}

.footer-left {
    display: flex;
    align-items: start;
    align-content: center;
    justify-content: start;
}

.copyright-text {
    color: #fff;
}

.nav-list.horizontal {
    margin-top: 0;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.footer-right {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: start;
}

.nav-list.horizontal li+li {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

footer.footer--site .logo-space img {
    display: block;
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
}

header.header--site .logo-space img {
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
}

.page__title h1 {
    font-weight: 500;
    font-size: 30px;
    color: #1c2a31 !important;
font-family: 'NewGrotesk' !important;
}

.btnLogout a:hover {
    color: #fff !important
}

.has-children>a::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    right: 0.50em;
}

.has-children a {
    padding: 0
}

#mainNav>li>a {
    position: relative;
    color: #1c2a31 !important;
    text-decoration: none;
    display: inline-block !important;
    background-image: linear-gradient(to right, #09a841 0%, #15bb7f 80%, #0afd02 110%) !important;
    background-repeat: no-repeat !important;
    background-position: 0 100% !important;
    background-size: 0% 3px !important;
    transition: background-size 0.3s ease, color 0.3s ease !important;
padding-bottom: 5px;
}

#mainNav>li>a:hover,
#mainNav>li>a.active {
    background-size: 100% 3px !important;
    color: #1c2a31 !important;
}

#mainNav>li.has-children>a {
    padding-right: 20px !important;
}

.mega-menu ul.child li a {
    background-image: none !important;
    transition: color 0.2s ease !important;
}

.mega-menu ul.child li a:hover {
    background: #f8f9fa !important;
    color: #1c2a31 !important;
    background-image: none !important;
}
.close-search svg { width: 30px;
    height: 30px;     margin-bottom: 5px;
 }
li.tab.active {
    border-bottom: none;
    color: #09a841;
    background-color: #E2F8EC;
    border-radius: 6px;
}
li.tab.active a:visited {
    color: #09a841 !important;
}
ul.tab-list { border-bottom: none; }
.tab-list .tab a:hover {
    background: none !important;
    background-image: none !important;
    border-bottom: none !important;
border: none !important;
    transform: none !important;
}
.tab-list .tab:hover {
    background: none !important;
    cursor: default;
border-bottom: none !important;
border: none !important;
}
li.tab { border-bottom: none; }
li.tab a {
    color: #1c2a31 !important;
}

/* Container Layout - 6 column grid for 2-over-3 layout */
.topcategories {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Base Card Styling */
.category {
    position: relative; /* Essential for absolute positioning of children */
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden; /* Clips the background image to the border radius */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Grid Spacing Logic */
.category[data-category-id="142004"],
.category[data-category-id="142005"] {
    grid-column: span 3; /* Top Row: 2 Columns */
}

.category[data-category-id="142006"],
.category[data-category-id="142007"],
.category[data-category-id="142008"] {
    grid-column: span 2; /* Bottom Row: 3 Columns */
}

/* Making the Image act as a Background */
.category__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Sits behind the title */
}

.category__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the area without stretching */
    display: block;
}

/* Centered Title Styling */
.category__title {
    position: relative;
    z-index: 2; /* Sits on top of the image */
    padding: 20px;
}

.category__title h3 a {
    text-decoration: none;
    color: #1c2a31 !important;
    font-size: 20px;
    font-weight: 500;
font-family: 'NewGrotesk' !important;
}

/* Hide unnecessary elements */
.category__info {
    display: none;
}

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
    .topcategories { grid-template-columns: 1fr; }
    .category { grid-column: span 1 !important; }
}
.category:hover { border: 2px solid #00A74C; }
.homepage__content { margin-bottom: 60px; }
.contact__title h1 {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the text and square together */
    gap: 10px;               /* Space between square and text */
    font-size: 30px;
    font-weight: 600;
    color: #1c2a31;
margin-bottom: 30px;
font-family: 'NewGrotesk' !important;
}
.contact__title h1::before {
    content: ""; 
    width: 15px;
    height: 15px;
    background-color: #00c853;
    display: inline-block;   /* Allows width and height to apply */
    flex-shrink: 0;          /* Prevents the square from squishing */
}
.page__title h1 {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the whole group */
    gap: 12px;               /* Space between square and text */
    font-size: 30px;
    font-weight: 600;
    color: #1c2a31;
    margin: 0 auto;
}

/* Injects the green square before the text */
.page__title h1::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #00c853;
    display: inline-block;
border-radius: 2px;
    flex-shrink: 0; /* Ensures square doesn't distort on small screens */
}
/* If .homepage__content contains a .login section, remove its bottom margin */
.homepage__content:has(.login) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; /* Optional: also removes padding if necessary */
}


input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], textarea {
    display: inline-block;
    width: 100%;
    outline: none;
    font-style: normal;
    padding: var(--form-input-padding);
    font-size: var(--form-input-font-size);
    background: var(--form-input-background-color);
    border: 1px solid #00A74C;
    border-radius: 4px;
}
label.required + input[type=number], label.required + input[type=text] {
    border-bottom-width: 3px;
    border-bottom-color: #00A74C;
}

/* If you specifically need to target the login section itself as well */
.homepage__content .login {
    margin-bottom: 0 !important;
    justify-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #eafff5 35%, #d4fde9 65%, #c0f7dc 100%);
padding: 48px 24px !important;
}
.login::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(ellipse 60% 55% at 50% 50%, rgba(255, 255, 255, 0.72) 0%, transparent 100%);
}
.login__box { z-index: 4; background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 48px #0000000a !important;
    max-width: 480px !important;
    width: 100% !important;
    padding: 40px !important;
    margin: 0 auto !important;
    position: relative !important; }
.btnLogin { width: 100% !important;
    background: linear-gradient(to left, #09a841, #00a859) !important;
    border: none !important;
    height: 40px !important;
    border-radius: 4px !important; }
.btnRegister { width: 100% !important;
    background: linear-gradient(to left, #09a841, #00a859) !important;
    border: none !important;
    height: 40px !important;
    border-radius: 4px !important; }
.product-landing .product__pricing { display: none !important; }
.btnAddToCart {     background: #00A74C !important;
    border: none !important;
    height: 40px !important; }
#productTemplate .page__title h1 {
    text-align: left !important;
justify-content: flex-start !important;
}
#productTemplate .page__title h1::before {
    display: none;
}
.product-landing .estimated-cost-label { display: none; }
.product-landing .estimated-cost .cost { display: none !important; }
.product-landing {
    --product-grid-template: auto / 1fr 1fr;
    padding: 60px 0;
    gap: 3rem;
}
#productTemplate .page__title {
   margin-bottom: 0 !important;
}
.product-landing .estimated-cost {
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
    font-size: 24px;
    font-weight: 500;
    color: #00A74C;
}
.fa-cart-plus:before { display: none !important; }
.hero-squares {
      position: absolute;
      inset: 0;
      z-index: 3;
      pointer-events: none;
    }
  
    .sq {
      position: absolute;
      background-color: #00f752;
      border-radius: 3px;
      opacity: 0;
      animation: sqFloat linear infinite;
    }
  
    .sq:nth-child(1) { width:14px; height:14px; top:18%; left:22%; animation-duration:9s;  animation-delay:0s;   }
    .sq:nth-child(2) { width:10px; height:10px; top:55%; left:8%;  animation-duration:12s; animation-delay:1.2s; background:#00a74c; }
    .sq:nth-child(3) { width:18px; height:18px; top:72%; left:32%; animation-duration:10s; animation-delay:2.5s; }
    .sq:nth-child(4) { width:10px; height:10px; top:15%; left:68%; animation-duration:11s; animation-delay:0.8s; }
    .sq:nth-child(5) { width:14px; height:14px; top:62%; left:78%; animation-duration:8s;  animation-delay:3.1s; background:#00a74c; }
    .sq:nth-child(6) { width:8px;  height:8px;  top:38%; left:88%; animation-duration:13s; animation-delay:1.8s; }
    .sq:nth-child(7) { width:12px; height:12px; top:82%; left:58%; animation-duration:10s; animation-delay:4s;   background:#00a74c; }
    .sq:nth-child(8) { width:16px; height:16px; top:20%; left:48%; animation-duration:14s; animation-delay:0.4s; }
  
    @keyframes sqFloat {
      0%   { opacity:0;    transform:translateY(0px)   rotate(0deg);  }
      10%  { opacity:0.85;                                             }
      50%  { opacity:0.65; transform:translateY(-22px) rotate(12deg); }
      90%  { opacity:0.85;                                             }
      100% { opacity:0;    transform:translateY(-44px) rotate(22deg); }
    }
.login__box .swap-pane {
    justify-content: flex-end;
    display: flex !important;
    background: #f6f6f6 !important;
    border-radius: 10px;
    padding: 4px !important;
    margin-bottom: 32px !important;
    gap: 0 !important;
}
.login__box .swap-pane .swap-trigger {
    flex: 1 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 16px !important;
    border: none !important;
    border-radius: 99px;
    background: #00000000 !important;
    color: #1c2a31 !important;
    cursor: pointer !important;
    transition: all 200ms ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
}
.login__box .form-area h1 {
    font-family: 'NewGrotesk';
    color: #1c2a31 !important;
}
.login__box .datum input[type=text], .login__box .datum input[type=password] {
    padding: 0.5rem;
}
.login__box .datum label { margin-bottom: 8px; }
.products.products--grid {
        max-width: 1200px;
        margin: auto;
        grid-template: auto / repeat(4, 1fr) !important;
    }
.products.products--grid .product__title h3 {
    font-size: 16px;
    font-family: 'NewGrotesk';
    color: #364349;
    font-weight: 500 !important;
}
.products.products--grid .product__cta {display: none}
.products.products--grid .product {
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #A0A0A0;
}
.products.products--grid .product__image img {
    border-bottom: 1px solid #A0A0A0;
    height: 280px;
    object-fit: cover;
}
.products.products--grid .product__info {
    padding: 1rem;
}
.products.products--grid .product__info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.products.products--grid .product__copy p {
    font-size: 16px;
    color: #00A74C;
    font-weight: 500;
}
.products.products--grid .product__info * {
    font-weight: 500;
}
.fa-trash:before { display: none; }
.fa-cart-arrow-down:before { display: none; }
.fa-arrow-circle-o-right:before { display: none; }
.cart__item {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 20px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cart__contents {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 20px 40px;
}
.cart__item .item__details .item__text {
    background: transparent;
    box-shadow: none;
}
.cart__item .item__preview img { box-shadow: none; }
    .cart__item .item__details h2 {
        font-size: 16px;
        color: #1c2a31 !important;
        font-weight: 500;
    }
.cart__item .item__details .item__controls .button {
    font-size: 14px;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #1c2a31;
    font-weight: 500;
}
.cartTotal { font-size: 20px;
    font-weight: 600;
    color: #00A74C; }
.cart__footer__info .cart__controls .button {
        margin-bottom: 0;
        flex: 1 1 auto;
        font-size: 14px;
        border-radius: 10px !important;
        padding: 10px 30px !important;
        font-weight: 500;
    }
.btnEmptyCart { background-color: #EBEBEB !important;
    border-color: #EBEBEB !important;
    color: #1c2a31 !important; }
#btnGoToCheckout { background: #00a74c;
    border-color: #00a74c; }
.btnSaveCart { border-color: #21823f !important;
    color: #21823F !important; }
.cart__footer__info { border-top: none; }
.checkout { margin-top: 2rem; padding: 1rem;}
.checkout__header h1 {
    font-size: 30px;
    font-weight: 600;
    color: #1c2a31;
    margin: 0;
}
select {     border: 1px solid #00A74C;
    border-radius: 4px;
    padding: 10px 15px;
    color: #0e1237; }
input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], textarea {     padding: 10px 15px; }
#btnCalculateShipping { font-size: 14px;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    font-weight: 500; }
table thead th {
    background: #09a841;
    color: #fff;
    padding: 15px 20px;
}
table tbody tr:nth-child(even) td {
    transition: all 300ms ease;
    background: #fff;
}
table tbody tr td {
    padding: 10px 15px;
}
.checkout .order-overview { display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 0.25rem 0;
    width: 100%;
    padding: 1rem;
    text-align: center;
    border-radius: 0.625rem;
    background-color: #FFFFFF;
    border: 2px solid var(--border-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
#shippingDetails h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1c2a31;
    margin: 0 0 12px;
    line-height: 1.3;
}
.checkout .continue-cta { justify-items: stretch; }
.checkout .continue-cta .button {
    text-align: center;
    font-size: 14px;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    background-color: #00a74c;
    border-color: #00a74c;
    color: #fff;
    font-weight: 500;
}
.btnContinue {     text-align: center;
    font-size: 14px;
    border-radius: 10px !important;
    padding: 10px 50px !important;
    background-color: #00a74c !important;
    border-color: #00a74c !important;
    color: #fff;
    font-weight: 500; margin-top: 1rem;}
.checkout-pane#shippingMethod fieldset h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1c2a31;
    margin: 0 0 12px;
    line-height: 1.3;
}
alert--information, .flash--information {
    color: #09a841 !important;
    background: #E2F8EC !important;
    box-shadow: none !important;
}
.flash.flash--information h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #09a841 !important;
}
#ShipAddressEdit { margin-top: .5em !important;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #1c2a31;
    font-weight: 500; }
.editBillingAddressInactive { margin-top: 1rem; }
#billingAndPayment .datum h3,
#billingAndPayment fieldset h3 {
  font-size: 18px;
    font-weight: 500;
    color: #1c2a31;
    margin: 0 0 12px;
    line-height: 1.3;
}
.checkout-pane h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1c2a31;
  margin: 0 0 12px;
  line-height: 1.3;
}
#finalizeOrder h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #1c2a31 !important;
  line-height: 1.3 !important;
}
.fa-check-circle-o:before { display: none; }
.btnSubmitOrder { text-align: center;
    font-size: 14px;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    background-color: #00a74c !important;
    border-color: #00a74c !important;
    color: #fff;
    font-weight: 500; }
.checkout .order-overview .oo-title h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #09a841;
    line-height: 1.3;
    background: #E2F8EC;
    border-radius: 4px;
    padding: 5px;
}