        /* --- Footer Styles --- */
        .site-footer {
            background-color: #f5f5f7;
            padding: 2rem 0;
            font-size: 12px;
            color: #6e6e73;
        }

        .footer-container {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 22px;    
        }

        .footer-nav-section {
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 1.5rem;border-top: 1px solid #d2d2d7;
            padding-top:22px;
        }

        .footer-nav-col {
            flex: 1 1 20%; /* 5 columns on desktop */
            min-width: 150px;
        }
        
        /* THIS IS THE FIX: Add spacing between heading groups */
        .footer-nav-group {
            margin-bottom: 1.5rem;
        }

        .footer-nav-group h3 {
            font-size: 12px;
            font-weight: 600;
            color: #1d1d1f;
            margin: 0 0 0.8em;
        }

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

        .footer-nav-group svg {
          visibility: hidden;
        }

        .footer-nav-group li {
            margin-bottom: 0.8em;
        }

        .footer-nav-group a {
            text-decoration: none;
            color: #424245;
            transition: color 0.2s ease;
        }

        .footer-nav-group a:hover {
            text-decoration: underline;
        }
        
        .footer-shop-info {
            padding: 1rem 0;
            border-bottom: 1px solid #d2d2d7;
        }
        .footer-shop-info a {
          text-decoration: underline;
          color: #ff6f00;
        }

        .footer-legal-section {
            padding-top: 1rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .footer-copyright {
            margin-right: 2rem;
        }

        .footer-legal-links {
            display: flex;
            flex-wrap: wrap;
        }

        .footer-legal-links a {
            text-decoration: none;
            color: #424245;
            padding: 0 0.5rem;
            border-right: 1px solid #d2d2d7;
        }
        .footer-legal-links a:last-child {
            border-right: none;
        }
        .footer-legal-links a:hover {
            text-decoration: underline;
        }

        .footer-country {
            margin-left: auto;
            padding-left: 1rem;
        }

        /* --- Responsive Styles for Accordion --- */
        @media (max-width: 768px) {
            .footer-nav-section {
                flex-direction: column;
                padding-bottom: 0;
            }
            .footer-nav-col {
                width: 100%;
                margin-bottom: 0;
            }
            
            .footer-nav-group {
                margin-bottom: 0;
                border-bottom: 1px solid #d2d2d7;
            }
            .footer-nav-col:last-child .footer-nav-group:last-child {
                border-bottom: none;
            }
            .footer-legal-links a:first-child {
              padding-top: 0px;
    padding-right: 0.5rem;
    padding-bottom: 0px;
    padding-left: 0rem;
            }

            .footer-nav-group h3 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                background: none;
                border: none;
                font-size: 12px;
                font-weight: 400;
                color: #1d1d1f;
                cursor: pointer;
                padding: 0.8em 0;
                margin: 0;
            }
            
            .footer-icon-svg {
              visibility: visible!important;
                transition: transform 0.3s ease;
            }

            .footer-accordion-content {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-in-out;
            }

            .footer-legal-section {
                flex-direction: column;
                align-items: flex-start;
            }
            .footer-country {
                margin-left: 0;
                padding-left: 0;
                margin-top: 1rem;
            }
        }


.footnote-style  li,.footnote-style p {
  font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-bottom: .8em;
}
/* Custom list style with a diamond symbol */
.footnote-style ul.list-diamond, .footnote-style ul.list-diamond-two, .footnote-style ul.list-diamond-three, .footnote-style ul.list-star {
  list-style-type: none; /* Remove the default bullet point */
  padding-left: 0; /* Remove default padding */
}

.footnote-style ul.list-diamond,.footnote-style ul.list-diamond-two, .footnote-style ul.list-diamond-three, .footnote-style ul.list-star {
  position: relative;
}

.footnote-style ul.list-diamond li::before {
  content: "◊"; /* The diamond symbol */
  position: absolute;
  left: -13.75px;
  font-weight: 500;
  font-size: 1.2em; /* Adjust size as needed */
}
.footnote-style ul.list-star li::before {
  content: "*"; /* The diamond symbol */
  position: absolute;
  left: -13.75px;
  font-weight: 400;
  font-size: 1.2em; /* Adjust size as needed */
}

.footnote-style ul.list-diamond-two li::before {
  content: "◊◊"; /* The diamond symbol */
    position: absolute;
  left: -20.75px;
  font-weight: 500;
  font-size: 1.2em; /* Adjust size as needed */

}
.footnote-style ul.list-star-two li::before {
    content: "**"; /* The diamond symbol */
}
.footnote-style ul.list-diamond-three li::before {
  content: "◊◊◊"; /* The diamond symbol */
    position: absolute;
  left: -27.75px;
  font-weight: 500;
  font-size: 1.2em; /* Adjust size as needed */

}
.footnote-container {
  padding-left: 9vw;
  padding-right:9vw;
    padding-top: 40px;
margin-top: 100px;    background-color: #f5f5f7;
    height: 100%; width: 100%;
    color: #474747b7;
          padding-top:40px;
  background-color:#f5f5f7;
  height:100%;
  color:#474747b7
}

.footnote-style a {
  text-decoration: underline;
    color:#474747e5;
}

.footnote-style {
  max-width: 945px;
display: flex;
    align-self: center;
    flex-direction: column;
    justify-self: center;
}