.cli-bar-container {
    text-align: left;
    font-size: 13px!important;
    font-weight: normal!important;
}

.cli-bar-btn_container {
    float: right!important;
}

a#cookie_action_close_header {
    font-weight: bold;
}

div#cookie-law-info-bar {
    bottom: 60px!important;
}

#fl-to-top {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 60px;
}

#sticky-footer {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 99 !important;
    width: 100% !important;
}

#sticky-footer a.fl-button {
    border-radius: 0px!important;
    padding-top: 12px!important;
    padding-bottom: 8px!important;
}

header.fl-page-header .fl-page-nav .nav > li > a {
    color: #ffffff !important;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span{
    font-family: 'Gotham', 'Times New Roman', Times, serif;
    font-weight: bold;
}

bold, strong{
    font-family: 'Gotham', 'Times New Roman', Times, serif;
    font-weight: 500;
}

ul, li, a, p, em, *{
    font-family: 'Gotham', 'Times New Roman', Times, serif;
    font-weight: normal;
}

.fl-page-header-logo {
    width: 35%;
    padding: 0px;
    margin: 0px;
}

.thinking-bar {
    background-color: #0a192f;
    color: #ffffff;
    padding: 50px 0;
    font-family: Arial, sans-serif;
  }

.thinking-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
  }

.thinking-bar-title {
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    flex-shrink: 0;
  }

.thinking-bar-description {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    text-align: right;
    flex-grow: 1;
  }

@media (max-width: 768px) {
    .thinking-bar-content {
      justify-content: center;
      text-align: center;
      padding: 0 15px;
    }

    .thinking-bar-title {
      width: 100%;
      margin-bottom: 5px;
    }

    .thinking-bar-description {
       text-align: center;
        width: 100%;
    }
}

.key-points-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.key-point-item {
  margin-bottom: 25px;
}

.key-point-item:last-child {
  margin-bottom: 0;
}

.key-point-title {
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.key-point-description {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.site-footer {
    background-color: #0a192f;
    color: #ffffff;
    padding: 40px 0;
    font-family: 'Gotham', sans-serif;
    font-size: 0.9em;
    line-height: 1.6;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.footer-column {
    padding: 0 10px;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-contact .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact i {
    margin-right: 12px;
    font-size: 1.1em;
    width: 20px;
    text-align: center;
    color: #ffffff;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-contact a:hover {
    opacity: 0.8;
}

.footer-column.footer-nav-social-combined {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.footer-nav-area {
    width: 100%;
}

ul.footer-link-list.multi-column-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    column-count: 2;
    column-gap: 20px;
}

ul.footer-link-list.multi-column-nav li {
     margin-bottom: 6px;
     break-inside: avoid;
     page-break-inside: avoid;
}
ul.footer-link-list.multi-column-nav li:last-child {
    margin-bottom: 0;
}

ul.footer-link-list.multi-column-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.2s ease;
    font-weight: 400;
    display: inline-block;
}

ul.footer-link-list.multi-column-nav a:hover {
    color: #a7c1d1;
}


.footer-social {
    text-align: left;
    margin-top: 15px;
    width: 100%;
}

.footer-social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2em;
    margin: 0 10px 0 12px;
    transition: opacity 0.2s ease;
    display: inline-block;
}
.footer-social a:last-child {
    margin-right: 0;
}

.footer-address {
    display: flex;
    align-items: flex-start;
}

.footer-address .address-icon i {
    font-size: 1.2em;
    margin-right: 12px;
    margin-top: 4px;
    width: 20px;
    text-align: center;
    color: #ffffff;
    flex-shrink: 0;
}

.footer-address .address-text {
    text-align: left;
    font-size: 0.95em;
    color: #ffffff;
}

@media (max-width: 992px) {
    .footer-container {
        justify-content: space-around;
    }
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-column {
        width: 100%;
        max-width: 350px;
        padding: 0;
        margin-bottom: 20px;
    }
     .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-column.footer-nav-social-combined {
        align-items: center;
    }

    ul.footer-link-list.multi-column-nav {
        column-count: 1;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-social {
        text-align: center;
        margin-top: 0;
    }
     .footer-social a {
         margin: 0 7px;
     }

    .footer-contact .contact-item { justify-content: center; }
    .footer-address { justify-content: center; text-align: center; }
    .footer-address .address-text { text-align: center; }
    .footer-address .address-icon i { margin-right: 0; }
}

.logo-carousel-container.logo-carousel-css {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background-color: #ffffff;
}

.logo-carousel-container.logo-carousel-css::before,
.logo-carousel-container.logo-carousel-css::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
    pointer-events: none;
}
.logo-carousel-container.logo-carousel-css::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.logo-carousel-container.logo-carousel-css::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.logo-carousel-track {
    display: flex;
    width: max-content;
}

.logo-item {
    flex-shrink: 0;
    width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.logo-item img {
    display: block;
    /* max-width: 50%; */
    max-width: 100%;
    max-height: 200px;
    height: auto;
    min-width: 50%;
    min-height: 80%;
}


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

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

.logo-row-1 .track-scroll-left {
    animation: scrollLogosLeft 40s linear infinite;
    /* animation: scrollLogosLeft 200s linear infinite; */
}

.logo-row-2 .track-scroll-right {
    animation: scrollLogosRight 40s linear infinite;
    /* animation: scrollLogosRight 200s linear infinite; */
}

.logo-row-1 {
    margin-bottom: 10px;
}

.logo-row-1:hover .track-scroll-left,
.logo-row-2:hover .track-scroll-right {
    animation-play-state: paused;
}

.product-grid-link,
.product-grid-link:hover,
.product-grid-link:focus,
.product-grid-link:visited {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-grid-link:hover .product-grid-image {
  opacity: 0.9;
}

.product-grid-link:hover .product-grid-title {
  color: #333333;
}



.product-grid-item {
  text-align: center;
}

.product-grid-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: opacity 0.2s ease-in-out;
}

.product-grid-title {
  font-weight: 500;
  font-size: 0.75em;
  color: #555555;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
   transition: color 0.2s ease-in-out;
}

.sustainability-layout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

.sustainability-content-main {
    flex: 2;
    min-width: 300px;
     font-family: 'Gotham', sans-serif;
     font-weight: 400;
     font-size: 0.9em;
     line-height: 1.7;
     color: #333;
  }
.sustainability-content-main p {
      margin-bottom: 1em;
  }
.sustainability-content-main h4 {
      font-family: 'Gotham', sans-serif;
      font-weight: 700;
      font-size: 1.1em;
      color: #1a1a1a;
      margin-bottom: 0.5em;
      text-transform: uppercase;
  }


.eco-descriptions-sidebar {
    flex: 1;
    min-width: 250px;
  }

.eco-descriptions-title {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #8f9a34;
    text-transform: lowercase;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.5px;
  }

.eco-descriptions-list.eco-trigger-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

.eco-descriptions-list.eco-trigger-list li {
    margin-bottom: 9px;
  }

.eco-descriptions-list.eco-trigger-list li:last-child {
    margin-bottom: 0;
  }

.eco-link.eco-content-trigger,
.eco-link.eco-content-trigger:visited {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    color: #8f9a34;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease, font-weight 0.2s ease;
    letter-spacing: 0.5px;
    line-height: 1.4;
    cursor: pointer;
  }

.eco-link.eco-content-trigger:hover,
.eco-link.eco-content-trigger:focus {
    color: #6c7528;
    text-decoration: none;
  }

.eco-link.eco-content-trigger.active {
      color: #6c7528;
      font-weight: 700;
  }

.hidden-eco-content {
      display: none;
  }

#sustainability-main-text p {
     font-weight: 400;
     line-height: 1.7;
     margin-bottom: 1em;
  }

#gform_1 {
    background-color: #f0f0f0;
    padding: 25px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

#gform_1 *,
#gform_1 *::before,
#gform_1 *::after {
    box-sizing: border-box;
}

#gform_1 .gform_body ul,
#gform_1 .gform_body li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#gform_1 .gfield {
    margin-bottom: 20px;
    padding: 0;
}

#gform_1 .gfield:not(#field_1_1):not(#field_1_6):not(#field_1_7) .gfield_label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 8px;
    color: #555;
}

#gform_1 input[type="text"],
#gform_1 input[type="email"],
#gform_1 textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1em;
    line-height: 1.4;
}

#gform_1 textarea {
    min-height: 120px;
    resize: vertical;
}

#gform_1 #field_1_1 legend.gfield_label {
    display: none;
}

#gform_1 #field_1_1 .ginput_complex.ginput_container_name {
    display: flex;
    gap: 20px;
}

#gform_1 #field_1_1 .gform-grid-col {
    flex: 1;
}

#gform_1 #field_1_1 .gform-field-label--type-sub {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 8px;
    color: #555;
}

#gform_1 #gfield_description_1_4 {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
    position: static;
    padding: 0;
}

#gform_1 #field_1_6,
#gform_1 #field_1_7 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

#gform_1 #field_1_6 legend.gfield_label,
#gform_1 #field_1_7 legend.gfield_label {
    display: none;
}

#gform_1 #label_1_6_1,
#gform_1 #label_1_7_1 {
   font-size: 0;
   display: inline-block;
   vertical-align: top;
   position: relative;
   width: 22px;
   height: 22px;
}

#gform_1 #gfield_description_1_6,
#gform_1 #gfield_description_1_7 {
    font-size: 0.9em;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    position: static;
    flex: 1;
    padding-top: 2px;
}

#gform_1 .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#gform_1 .gchoice label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#gform_1 .gfield_checkbox input[type="checkbox"]:checked + label::before {
    background-color: #666;
    border-color: #666;
}

#gform_1 .gchoice label::after {
    content: '\\2713';
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 1px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

#gform_1 .gfield_checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

#gform_1 .ginput_container_checkbox {
   margin: 0;
   padding: 0;
   line-height: 1;
}
#gform_1 .gfield_checkbox {
   margin: 0;
   padding: 0;
}
#gform_1 .gchoice {
   margin: 0;
   padding: 0;
}

#gform_1 .gform_footer {
    margin-top: 25px;
    text-align: left;
}

#gform_1 .gform_button {
    padding: 10px 25px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

#gform_1 .gform_button:hover {
    background-color: #333;
}

#gform_1 .akismet-fields-container {
    display: none !important;
}

.gform_description{
    display: none;
 }

.contact-page-content {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    max-width: 600px;
}

.contact-page-content p,
.contact-page-content h4,
.contact-page-content ul {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-page-content .intro-text {
    margin-bottom: 1.5em;
}

.contact-page-content .merch-email {
    margin-bottom: 2em;
}

.contact-page-content .contact-person {
    margin-bottom: 1.8em;
}

.contact-page-content .contact-person h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.1em;
}

.contact-page-content .contact-person p {
    font-size: 0.95em;
    margin-bottom: 0.1em;
    line-height: 1.4;
}

.contact-page-content .social-links,
.contact-page-content .footer-nav,
.contact-page-content .legal-links {
    margin-top: 3em;
}

.contact-page-content .social-links ul,
.contact-page-content .footer-nav ul,
.contact-page-content .legal-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.contact-page-content .social-links li,
.contact-page-content .footer-nav li,
.contact-page-content .legal-links li {
    margin-bottom: 0.4em;
    font-size: 0.9em;
}

.contact-page-content a {
    color: inherit;
    text-decoration: none;
}

.contact-page-content a:hover {
    text-decoration: underline;
}

.footer-contact-info {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 3em;
}

.footer-contact-info p,
.footer-links-section ul {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-contact-info > p {
    margin-bottom: 1.5em;
}

.contact-person {
    margin-bottom: 1.5em;
}

.contact-person p {
    line-height: 1.4;
    margin-bottom: 0;
}

.contact-person p strong {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.1em;
}

.contact-person p br {
    margin-bottom: 0.2em;
    display: block;
    content: "";
}

.sustainability-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 5%;
    background-image: url('https://teamimpression.wpenginepowered.com/wp-content/uploads/Green-Background-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 80vh;
    align-items: flex-start;
    font-family: Arial, sans-serif;
}

.sustainability-content-main {
    flex: 2;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sustainability-title-box {
    background-color: rgba(0, 51, 0, 0.8);
    padding: 25px 35px;
    border-radius: 15px;
}

.sustainability-title-box h1 {
    text-align:start;
    font-size: 3.5em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #ffffff;
}

.sustainability-title-box .sustainability-subtitle {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: normal;
    color: #ffffff;
}

.sustainability-paragraphs-block {
    background-color: rgba(0, 51, 0, 0.8);
    padding: 20px 35px;
    border-radius: 15px;
}

.sustainability-paragraphs-block p {
    font-size: 0.95em;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1em;
    color: #ffffff;
    font-weight: 300;
}
.sustainability-paragraphs-block p:last-child {
    margin-bottom: 0;
}

.eco-descriptions-accordion-wrapper {
    flex: 1;
    min-width: 280px;
    background-color: rgba(0, 51, 0, 0.8);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.sustainability-leaf-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: auto;
    opacity: 0.8;
}

.eco-descriptions-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: lowercase;
    color: #ffffff;
}

.eco-descriptions-intro {
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
}

.eco-descriptions-list.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eco-descriptions-list.accordion-list li {
    margin-bottom: 8px;
}
.eco-descriptions-list.accordion-list li:last-child {
    margin-bottom: 0;
}

.eco-link.accordion-trigger,
.eco-link.accordion-trigger:visited {
    display: block;
    padding: 8px 45px 8px 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.9em;
    text-transform: none;
    position: relative;
    cursor: pointer;
    transition: opacity 0.2s ease;
    line-height: 1.4;
    background: none;
    border: none;
}

.eco-link.accordion-trigger:hover,
.eco-link.accordion-trigger:focus {
    opacity: 0.8;
    color: #ffffff;
}

.eco-link.accordion-trigger::after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #003300;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transition: transform 0.3s ease;
}

.accordion-content {
   display: none;
   padding: 15px;
   margin-top: 5px;
   background-color: #f0f0f0;
   border-radius: 5px;
   color: #333333;
   font-size: 0.85em;
   line-height: 1.5;
   font-weight: 300;
}

.accordion-content h4 {
     font-weight: bold;
     font-size: 1em;
     color: #1a1a1a;
     margin-top: 0;
     margin-bottom: 0.7em;
     text-transform: none;
}

.accordion-content p {
   margin-top: 0;
   margin-bottom: 1em;
   color: #333333;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion-content strong {
    font-weight: bold;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .sustainability-section {
        flex-direction: column;
        padding: 30px 5%;
    }
    .sustainability-content-main,
    .eco-descriptions-accordion-wrapper {
        flex: 1 1 100%;
        min-width: unset;
    }
    .sustainability-title-box h1 {
        font-size: 2.5em;
    }
    .sustainability-title-box .sustainability-subtitle {
        font-size: 1.1em;
    }

    p.sustainability-subtitle {
        margin-left: 20px;
    }
    .sustainability-paragraphs-block p {
       font-size: 0.9em;
    }
     .sustainability-paragraphs-block,
     .sustainability-title-box,
     .eco-descriptions-accordion-wrapper {
         padding-left: 25px;
         padding-right: 25px;
     }
}


.tiger-banner {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    align-items: stretch;
    overflow: hidden;
}

.banner-image {
    flex: 1 1 30%;
    min-width: 0;
}

.banner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    flex: 1 1 40%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.content-section {
    margin-bottom: 30px;
}
.content-section:last-child {
    margin-bottom: 0;
}


h1, h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.1;
    color: #1c1c1c;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 1.8rem;
    margin-top: 20px;
}

.byline {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 5px 0 15px 0;
    color: #333;
}

.separator {
    border: none;
    height: 5px;
    width: 80px;
    background-color: #f39c12;
    margin: 15px auto;
}

.collaboration {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-top: 15px;
}

.collaboration strong {
    font-weight: 700;
}

.reasons-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.reasons-list li {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}

.reasons-list li:last-child {
    margin-bottom: 0;
}

.reason-number {
    display: block;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 3px;
    color: #1c1c1c;
}


@media (max-width: 992px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .banner-content {
        padding: 25px 30px;
        flex-basis: 45%;
    }
    .banner-image {
        flex-basis: 27.5%;
    }
}


@media (max-width: 767px) {
    .tiger-banner {
        flex-direction: column;
    }

    .banner-image {

         max-height: 300px;
         width: 100%;
         order: 0;
    }


    .banner-content {
        order: 1;
        padding: 30px 20px;
        width: 100%;
    }


    .banner-image-right {
        order: 2;
    }

    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .byline {
        font-size: 1rem;
    }
    .reasons-list li, .collaboration {
        font-size: 0.9rem;
    }
}


@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    .banner-content {
        padding: 25px 15px;
    }
     .banner-image {
         max-height: 250px;
    }
}


a.contact-us {
    padding: 20px;
    background: #000000;
    clear: both;
    display: block;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    color: white !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

a.contact-us:hover {
    color: #a7c1d1 !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


.products-page-container {
    /* max-width: 1200px; */
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #555;
}

.controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #eee;
    border-radius: 5px;
}

.filter-group {
    margin: 5px 10px;
    display: flex;
    align-items: center;
}

.filter-group label {
    margin-right: 8px;
    font-weight: bold;
    color: #444;
}

.controls select,
.controls input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    min-width: 200px;
}

.controls input[type="text"] {
    flex-grow: 1;
    max-width: 300px;
}



.product-grid-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.product-grid-item.hidden {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
    pointer-events: none;
}


.product-grid-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-user-drag: none;
    user-select: none;
}

/* .product-grid-title {
    margin: 10px 0 5px 0;
    font-size: 1.   ;
    font-weight: bold;
    color: #333;
} */

.product-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 20px;
    padding: 20px 0;
  }
  
  .product-grid-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
  
  .product-grid-item.hidden {
      opacity: 0;
      transform: scale(0.9) translateY(20px);
      pointer-events: none;
  }
  
  .product-grid-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-user-drag: none;
    user-select: none;
  }
  
  .product-grid-title {
    margin: 10px 0 5px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
  }
  
  .product-grid-container .no-results {
      grid-column: 1 / -1;
      text-align: center;
      padding: 30px;
      font-style: italic;
      color: #777;
      transition: none;
      opacity: 1;
      transform: none;
  }
  
  @media (max-width: 1200px) {
    .product-grid-container {
      gap: 25px 15px;
      padding: 20px 15px;
    }
  }
  
  @media (max-width: 992px) {
    .product-grid-container {
      gap: 20px 15px;
    }
  }
  
  @media (max-width: 768px) {
    .product-grid-container {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 15px;
    }
    .product-grid-item {
      padding: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .product-grid-container {
      padding: 15px 10px;
    }
  }
  
  @media (max-width: 480px) {
    .product-grid-container {
      gap: 10px;
      padding: 10px;
    }
    .product-grid-item {
      padding: 8px;
    }
    .product-grid-image {
      height: 120px;
    }
  }



.product-grid-container .no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 30px;
    font-style: italic;
    color: #777;
    transition: none;
    opacity: 1;
    transform: none;
}

@media (max-width: 768px) {
    .controls {
        flex-direction: column;
        align-items: stretch;
    }
    .filter-group {
        width: 100%;
        margin-bottom: 10px;
        justify-content: space-between;
    }
    .controls select,
    .controls input[type="text"] {
        width: auto;
        min-width: 0;
        flex-grow: 1;
        max-width: none;
    }

}

@media (max-width: 480px) {

     .product-grid-image {
        height: 120px;
    }
}

.footer-links-section {
     color: #333;
}

.footer-link-column {
    margin-bottom: 2em;
}

.footer-link-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-link-list li {
    margin-bottom: 0em;
    font-size: 0.95em;
}

.footer-contact-info a,
.footer-links-section a {
    color: inherit;
    text-decoration: none;
}

.footer-contact-info a:hover,
.footer-links-section a:hover {
    text-decoration: underline;
}

.footer-legal-copyright {
    padding-top: 25px;
    margin-top: 25px;
    width: 100%;
  }

.footer-separator {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 1px;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: visible;
  }

.footer-legal-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 25px;
    font-family: 'Gotham', sans-serif;
    font-size: 0.8em;
    color: #a7c1d1;
  }

ul.footer-link-list.legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
}

ul.footer-link-list.legal-links a {
    color: #a7c1d1;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
}

ul.footer-link-list.legal-links a:hover {
    color: #ffffff;
}

.footer-copyright {
    margin: 0;
    text-align: right;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .footer-legal-content {
      justify-content: center;
      text-align: center;
    }
    ul.footer-link-list.legal-links {
      justify-content: center;
      width: 100%;
      gap: 10px 20px;
      margin-bottom: 5px;
    }
    .footer-copyright {
      width: 100%;
      text-align: center;
    }
}

.ocean-sustainability-banner {
    position: relative;
    width: 100%;
    min-height: 650px;
    height: 80vh;
    max-height: 700px;
    background-image: url('https://teamimpression.wpenginepowered.com/wp-content/uploads/Water-1-1-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.banner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-text {
    position: absolute;
    top: 8%;
    left: 5%;
    padding: 10px;
    z-index: 3;
}

.banner-text h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.1;
    color: white;
}

.banner-text .subheading {
    font-size: 1.9rem;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}

.banner-bottles {
    position: absolute;
    bottom: 20px;
    right: 3%;
    width: 45%;
    max-width: 500px;
    height: 65%;
    max-height: 400px;
    z-index: 2;
}

.banner-bottle {
    position: absolute;
    bottom: 0;
    height: 95%;
    width: auto;
    object-fit: contain;
}

.bottle-light {
    right: 30%;
}

.bottle-dark {
    right: 0;
}

.banner-recycle-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: auto;
    z-index: 1;
}

@media (max-width: 992px) {
    .banner-text h1 {
        font-size: 2.4rem;
    }
    .banner-text .subheading {
        font-size: 1.1rem;
    }
    .banner-bottles {
        width: 50%;
        height: 60%;
    }
}

@media (max-width: 768px) {
    .ocean-sustainability-banner {
        min-height: 400px;
        height: 60vh;
    }
    .banner-text {
        top: 6%;
        left: 4%;
    }
    .banner-text h1 {
        font-size: 2rem;
    }
    .banner-text .subheading {
        font-size: 1rem;
    }
    .banner-bottles {
        width: 55%;
        height: 55%;
        right: 1%;
    }
     .banner-recycle-icon {
        bottom: 15px;
        left: 15px;
        width: 35px;
    }
    .banner-bottle {
        height: 90%;
    }
     .bottle-light {
        right: 35%;
     }
}

@media (max-width: 480px) {
     .ocean-sustainability-banner {
        min-height: 350px;
        height: 55vh;
    }
    .banner-text {
        top: 5%;
        left: 3%;
    }
    .banner-text h1 {
        font-size: 1.6rem;
    }
    .banner-text .subheading {
        font-size: 0.9rem;
    }
    .banner-bottles {
        width: 65%;
        height: 50%;
        right: 0;
    }
     .banner-recycle-icon {
        bottom: 10px;
        left: 10px;
        width: 30px;
    }
     .bottle-light {
        right: 40%;
     }
     .banner-bottle {
        height: 85%;
    }
}   

.about-banner {
    position: relative;
    width: 100%;
    min-height: 550px;
    height: 85vh;
    max-height: 700px;
    background-image: url('https://teamimpression.wpenginepowered.com/wp-content/uploads/Office-scaled.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.about-banner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-laptop {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-60%);
    width: 75%;
    max-width: 900px;
    height: auto;
    z-index: 1;
    -webkit-user-drag: none;
    user-select: none;
}

.banner-about-heading {
    position: absolute;
    top: 10%;
    right: 8%;
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.banner-about-text {
    position: absolute;
    top: 10%;
    right: 30%;
    width: 35%;
    max-width: 400px;
    background-color: rgba(30, 30, 30, 0.8);
    padding: 25px;
    border-radius: 15px;
    color: #f0f0f0;
    font-size: 1.2rem;
    line-height: 1.6;
    z-index: 2;
    box-sizing: border-box;
}

.banner-about-text p {
    margin-top: 0;
    margin-bottom: 1em;
}
.banner-about-text p:last-child {
    margin-bottom: 0;
}

.banner-headphones {
    position: absolute;
    bottom: 5%;
    right: 8%;
    width: 18%;
    max-width: 220px;
    height: auto;
    z-index: 2;
    -webkit-user-drag: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .banner-laptop {
        width: 80%;
        transform: translateX(-55%);
    }
    .banner-about-text {
        width: 33%;
        right: 3%;
    }
    .banner-about-heading {
        right: 6%;
    }
    .banner-headphones {
        width: 20%;
        right: 5%;
    }
}

@media (max-width: 992px) {
    .about-banner {
        min-height: 450px;
        height: auto;
        aspect-ratio: 16 / 9;
        background-position: center center;
    }
    .banner-laptop {
        width: 85%;
        transform: translateX(-50%);
    }
    .banner-about-heading {
        font-size: 2.8rem;
        top: 8%;
        right: 5%;
    }
    .banner-about-text {
        width: 40%;
        max-width: 320px;
        top: 18%;
        right: 3%;
        padding: 20px;
        font-size: 0.85rem;
    }
    .banner-headphones {
        width: 22%;
        max-width: 180px;
        bottom: 3%;
        right: 3%;
    }
}

@media (max-width: 768px) {
     .about-banner {
        min-height: 400px;
     }
     .banner-laptop {
         width: 90%;
         max-width: 500px;
     }
    .banner-about-heading {
        font-size: 2.2rem;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 90%;
        text-align: center;
    }
    .banner-about-text {
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 18%;
        background-color: rgba(30, 30, 30, 0.85);
        z-index: 3;
    }
    .banner-headphones {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-banner {
        min-height: 350px;
        aspect-ratio: 4 / 3;
    }
    .banner-about-heading {
        font-size: 1.8rem;
        margin-top: 5%;
    }
     .banner-about-text {
        width: 100%;
        font-size: 0.8rem;
        padding: 15px;
        margin-top: 25%;
    }
    .banner-laptop {
        width: 100%;
        max-width: 400px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-about-text p{
        font-size: 1.3rem;
    }

    .about-banner-content-wrapper{
        position: absolute;
    }

    .footer-contact-info{
        padding: 20px;
    }
}

.hero-section {
    position: relative;
    height: 600px;
    width: 100%;
    background-image: url('https://teamimpression.wpenginepowered.com/wp-content/uploads/The-World-3-jpg-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
  }

  .hero-content {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .text-block {
    position: absolute;
    top: 50px;
    left: 50px;
    max-width: 400px;
  }

  .text-block h2 {
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.2;
    color: white;
  }

  .text-block h2 strong {
    font-weight: bold;
    font-size:36px;
  }

  .text-block p {
    font-size: 1.6rem;
    font-weight: 300;
  }

  .logo-block {
    position: absolute;
    bottom: 40px;
    left: 50px;
  }

  .logo-block img {
    display: block;
    width: 90px;
    height: auto;
  }

  @media (max-width: 768px) {
    .hero-section {
      height: 500px;
    }
    .text-block {
      top: 30px;
      left: 30px;
    }
    .text-block h2 {
      font-size: 2.2rem;
    }
    .text-block p {
      font-size: 1rem;
    }
    .logo-block {
      bottom: 30px;
      left: 30px;
    }
    .logo-block img {
      width: 70px;
    }
  }

  @media (max-width: 480px) {
      .hero-section {
      height: 400px;
    }
     .text-block {
      top: 20px;
      left: 20px;
      right: 20px;
      max-width: none;
    }
    .text-block h2 {
      font-size: 1.8rem;
    }
     .text-block p {
      font-size: 0.9rem;
    }
     .logo-block {
      bottom: 20px;
      left: 20px;
    }
     .logo-block img {
      width: 60px;
    }
  }


  /* No Comments */

.fl-comments {
    display: none !important;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    list-style-type: none;
}