.banner { width: 100%; max-width: 100%; text-align: center; background: #5FF8C1;}
.banner p { color: #000; }
.container-banner { max-width: 100%; width: 100%; overflow: hidden; }
.header-wrapper { border-bottom: 0; }
footer.footer--site { display: flex; justify-content: space-between; }
.footer-right { display: flex; flex-direction: row; gap: 2rem; }
.nav-list.horizontal { display: flex; flex-direction: column; margin: 0 !important; }
.nav-list.horizontal li { flex: none; }
.nav-list.horizontal li + li { margin-top: 0; margin-left: 0; padding-left: 0;}
.footer-wrapper {     padding: 3rem 0;
    background: #fff;
    border-top: 3px solid #F5F5F5; }
.copyright { display: none; }
/* Hide original search box container and style the icon */
.search-icon-link {
    cursor: pointer;
    font-size: 1.2rem;
    color: inherit;
    padding: 10px;
}

/* Modal Overlay Background */
.search-modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 2000; /* Higher than sticky header */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85); /* Dim background */
    backdrop-filter: blur(5px);
}

/* Modal Content Box */
.search-modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: relative;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Close Button */
.close-modal {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

/* Search Input Styling inside Modal */
.search-form-wrap {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 2px solid #333;
}

.search-form-wrap input {
    flex-grow: 1;
    border: none;
    padding: 15px;
    font-size: 1.5rem;
    outline: none;
}

.search-submit {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 15px;
}
.header--site {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}
.logo-space {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}
    header.header--site .nav--site {
        flex: 1 1 40%;
    }
header.header--site .nav--site .nav-list li { margin-bottom: 0 }
.page__title h1 {
    color: #000000;
    font-size: 32px;
}

.products.products--grid .product__cta {
    display: none;
}

.products.products--grid .product__image .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.products.products--grid .product__image a {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.products.products--grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: auto;
}

@media (max-width: 1440px) {
    .container#bodyContainer {
        padding: 0px;
    }
}

.has-children>a {
    text-decoration: none;
    color: #A0ADD8 !important;
    font-size: 18px;
    font-weight: 700;
}

.has-children ul {
    border: 3px solid #a1add9;
    border-radius: 29px;
    overflow: hidden;
    text-align: center;
    left: -40px;
}

.has-children ul a {
    color: #fff !important;
    font-weight: 600;
}

.has-children ul a:hover {
    color: #000 !important;
    font-weight: 600;
    background: #A0ADD8 !important;
}

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

.categories {
    grid-template: auto / repeat(var(--categories-per-row-medium, 2), 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: auto;
}

.category__cta {
    display: none;
}

.has-children>a::after {
    display: none;
}

.product-landing .product__info>* {
    text-align: left;
    font-size: 14px;
}

.product-landing .estimated-cost-label {
    display: none;
}

.product__pricing {
    display: none !important;
}

#productTemplate {
    max-width: 1000px;
    margin: auto;
    padding: 36px 0;
}

.product-landing .product__info {
    padding-left: 2rem;
}

.product-landing .product__images .img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.fa-cart-plus:before {
    display: none;
}

.product-landing .product__ordering *:not(.button)+.button {
    text-transform: uppercase;
    font-size: 14px;
    background: #5FF8C1;
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    padding: 1rem 2rem;
margin-top: 0;
    margin-bottom: 1rem;
}

.product-landing .estimated-cost {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    margin-top: 0 !important;
    font-weight: 500;
    color: #000;
}

.product-landing .product__ordering *:not(.button)+.button:hover {
    background: #b9d8fd;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.category a {
    color: #000000 !important;
}

.category__image {
    grid-area: image;
    border-radius: 20px;
    overflow: hidden;
}
.categories.topcategories {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.category {
    transition: transform 0.2s ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 250px;
    display: flex;
}

.category .category__title {
    text-align: left;
}

.category .category__title h3 {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-left: 1rem;
    line-height: 1;
}

.category:hover {
    transform: translateY(-5px);
}

.category:nth-child(1),
.category:nth-child(4) {
    grid-column: span 6;
}

.category:nth-child(2),
.category:nth-child(3) {
    grid-column: span 4;
}

.category__image,
.category__image a,
.category__image img {
    width: 100%;
    height: 100%;
    display: block;
}

.category__image img {
    object-fit: cover;
    height: 250px;
}

.category__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    pointer-events: none;
    max-width: 80%;
}

.category__title h3 a {
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.1;
}

.category__info,
.category__cta {
    display: none;
}

@media (max-width: 768px) {
    .categories.topcategories {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .category:nth-child(1),
    .category:nth-child(2),
    .category:nth-child(3),
    .category:nth-child(4),
    .category:nth-child(5) {
        grid-column: span 1;
    }

    .category {
        min-height: 180px;
    }

    .category__title h3 a {
        font-size: 1.3rem;
    }
}

header.header--site a {
    font-size: 14px;
}

.page__title:not(#productTemplate .page__title) {
    display: none;
}

.page__text+.categories {
    border-top: none;
}

.page__text p {
    font-weight: 500 !important;
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin: 1rem 0;
}

.products.products--grid .product__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.products.products--grid .product__info * {
    font-weight: 450;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}

.products.products--grid .product__copy p {
    font-size: 14px;
    overflow: hidden;
    color: #ACCFF9;
}
.product-landing {
    display: flex;
    flex-wrap: nowrap; 
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

.product-landing .product__images,
.product-landing .product__info.formContainer {
    flex: 1; 
    width: 50%;
    min-width: 0;
}
.product__images img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    .product-landing {
        flex-direction: column;
    }
    .product-landing .product__images,
    .product-landing .product__info.formContainer {
        width: 100%;
    }
}
.custom-qty-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 2px solid #C4E9DA !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    min-width: 180px !important;
    background: #ffffff !important;
    font-family: sans-serif !important;
    margin-bottom: 20px !important;
gap: 2rem !important;
}

.label-text {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.control-group {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.stepper-btn {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
}

#display-val {
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 15px !important;
    text-align: center !important;
}

#productQuantityLabel {
    display: none !important;
}
.product-landing .estimated-cost .cost {
display: none !important;
}
.form #itemQuantityAlert + .datum {
    margin-top: 0;
}
.datum .hint {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: var(--quarter-gutter) calc(0.75 * var(--gutter));
    color: #5FF8C1;
    text-transform: uppercase;
}
select {
    appearance: auto;
    box-shadow: none;
    font-size: var(--form-input-font-size);
    line-height: 1.6;
    outline: none;
    width: 100%;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 2px solid #C4E9DA !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    min-width: 180px !important;
    background: #ffffff !important;
    font-family: sans-serif !important;
    margin-bottom: 20px !important;
    gap: 2rem !important;
}
* + .datum {
    margin-top: 0;
}
.cart {
    display: grid;
    grid-gap: var(--gutter);
    max-width: 1200px;
    margin: auto;
}
.checkout {
    display: grid;
    grid-template: auto auto / 1fr;
    gap: calc(2 * var(--gutter));
    max-width: 1200px;
    margin: auto;
}