@font-face {
    font-family: 'Artford';
    src: url('../fonts/Artford-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
footer {
    padding: 0;
    background-color: #F9F8F6;
}
.footer-container {
    padding: 0;
}
.mobile-footer {
    display: block;
    background-color: #F9F8F6;
    padding: 0;
}
.desktop-footer {
    display: none;
}
.mobile-newsletter-section {
    padding: 40px 30px;
    text-align: center;
    height: fit-content;
}
.mobile-newsletter-container {
    background-color: #fff;
    border: 1px solid #DBD9D6;
    border-radius: 12px;
    padding-bottom: 20px;
}
.mobile-newsletter-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}
.mobile-newsletter-form {
    max-width: 300px;
    margin: 0 auto;
}
.mobile-newsletter-input {
    width: 100%;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #2B2B2B80;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
    background: #F4F1EE;
    text-align: start;
    width: 90%;
}
.mobile-newsletter-input::placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mobile-newsletter-button {
    width: 90%;
    padding: 15px;
    background-color: #fff;
    color: #000;
    border: 2px solid #2B2B2B80;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.mobile-newsletter-button:hover {
    background-color: #555;
}
.mobile-contact-section {
    padding: 0px 30px;
    text-align: center;
}
.mobile-contact-phone,
.mobile-contact-email {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}
.mobile-contact-phone:hover,
.mobile-contact-email:hover {
    color: #666;
}
.mobile-contact-phone i,
.mobile-contact-email i {
    margin-right: 8px;
    font-size: 14px;
}
.mobile-contact-hours {
    font-size: 14px;
    color: #666;
    margin: 0;
    letter-spacing: 0.3px;
}
.mobile-social-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px;
}
.mobile-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #B88D001A;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s ease;
}
.mobile-social-icon:hover {
    background-color: #555;
}
.mobile-footer-sections {
    background-color: #fff;
    margin: 0 30px;
    border: 1px solid #DBD9D6;
    border-radius: 12px;
}
.border-bottom {
    border-bottom: 1px solid #DBD9D6;
}
.mobile-section-toggle {
    width: 100%;
    padding: 20px 30px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mobile-section-toggle i {
    transition: transform 0.3s ease;
    color: #666;
}
.mobile-section-toggle.active i {
    transform: rotate(180deg);
}
.mobile-section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #FAFAFA;
}
.mobile-section-content.active {
    max-height: 500px;
}
.mobile-footer {
    background-color: #F4F1EE;
}
.mobile-footer-link {
    display: block;
    padding: 12px 30px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    transition: all 0.3s ease;
    background-color: transparent;
}
.mobile-footer-link:hover {
    color: #333;
    background-color: #F0F0F0;
    padding-left: 35px;
}
.mobile-footer-link:last-child {
    border-bottom: none;
}
.footer-link-map {
    border-top: 1px solid #DBD9D6;
}
.footer-link-map a {
    line-height: 1.4;
}
.mobile-footer-bottom {
    padding: 40px 30px 30px;
    text-align: center;
}
.mobile-logo-usa-container {
    display: flex;
    justify-content: space-between;
}
.mobile-footer-logo {
    margin-bottom: 30px;
}
.mobile-footer-logo img {
    max-width: 180px;
    height: auto;
}
.mobile-made-in-usa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
.mobile-usa-flag {
    width: 60px;
    height: auto;
}
.mobile-usa-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.mobile-copyright {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}
.mobile-copyright p {
    margin: 0;
}
.footer-column:not(.footer-mobile-menu):not(.footer-logo-newsletter) {
    display: none;
}
.footer-link {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.newsletter-subscription {
    margin: 40px auto;
    text-align: center;
    width: min-content;
}
.newsletter-subscription p {
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
.made-in-usa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 10px;
    flex-wrap: wrap;
}
.usa-flag-icon {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}
.made-in-usa-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.made-in-usa-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}
#newsletter-subscription-form {
    display: flex;
}
#newsletter-subscription-form input {
    background: none;
    flex: auto;
    border: none;
    padding: .5rem 0;
    outline: none;
    border-bottom: 1px solid #aaa;
}
#newsletter-subscription-form button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: .5rem 1rem;
    margin-right: -1rem;
    border: 1px solid #000;
    border-radius: 96px;
}
.footer-socials {
    display: none;
}
.footer-socials-icons {
    display: flex;
    justify-content: center;
}
.footer-socials-icons a {
    font-size: 24px;
    padding: 5px 10px;
}
.copyright {
    text-align: center;
    color: #888;
    text-transform: uppercase;
    margin-top: 10px;
}
.copyright p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 375px) {
    .mobile-newsletter-section {
        padding: 30px 20px;
    }
    
    .mobile-contact-section,
    .mobile-social-section,
    .mobile-footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .mobile-section-toggle,
    .mobile-footer-link {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .mobile-made-in-usa {
        gap: 10px;
    }
    
    .mobile-usa-flag {
        width: 50px;
    }
    
    .mobile-usa-text {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .mobile-made-in-usa {
        gap: 12px;
    }
    .mobile-usa-flag {
        width: 70px;
    }
    .mobile-usa-text {
        font-size: 13px;
    }
    .made-in-usa {
        gap: 12px;
    }
    .usa-flag-icon {
        width: 70px;
    }
    .made-in-usa-text p {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .mobile-footer {
        display: none;
    }
    .desktop-footer {
        display: block;
    }
    footer {
        padding: 0 60px;
    }
    .footer-container {
        padding: 40px 0 1rem;
        text-align: center;
    }
    .footer-mobile-menu {
        display: none;
    }
    .footer-column:not(.footer-mobile-menu):not(.footer-logo-newsletter) {
        display: block;
    }
    .footer-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 30px;
    }
    .footer-column-header {
        width: min-content;
        margin: 0 auto 10px;
        color: #444;
        white-space: nowrap;
        font-weight: 500;
        font-family: "Artford";
    }
    .footer-column {
        flex: 0 0 calc(50% - 20px);
    }
    .footer-logo-newsletter {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .newsletter-subscription {
        margin: 40px auto 0;
    }
    .made-in-usa {
        margin: 30px 0 0;
        justify-content: center;
        gap: 15px;
    }
    .usa-flag-icon {
        width: 80px;
    }
    .made-in-usa-text {
        text-align: left;
    }
    .made-in-usa-text p {
        font-size: 17px;
        line-height: 1.4;
    }
    .footer-column.footer-shop {
        order: 1;
    }
    .footer-column.footer-resources {
        order: 2;
    }
    .footer-column.footer-contact {
        order: 3;
    }
    .footer-link {
        margin: 0;
        padding: 5px 0;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    footer {
        padding: 0 80px;
    }
    .made-in-usa {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    footer {
        padding: 0 100px;
    }
    .footer-columns {
        column-gap: 60px;
    }
    .footer-column {
        flex: 1 1 100px;
        text-align: left;
    }
    .footer-column-header {
        width: 75%;
        margin: 0 0 10px;
    }
    .footer-link {
        margin: 0;
        padding: 8px 0;
        line-height: 1;
    }
    .footer-logo-newsletter {
        margin-right: 40px;
    }
    .newsletter-subscription {
        margin: 40px auto 10px;
    }
    .newsletter-subscription p {
        font-size: 20px;
    }
    .made-in-usa {
        margin: 40px 0 0;
        gap: 18px;
        justify-content: flex-start;
    }
    .usa-flag-icon {
        width: 90px;
    }
    .made-in-usa-text p {
        font-size: 17px;
    }
    .footer-column.footer-shop {
        order: 1;
    }
    .footer-column.footer-resources {
        order: 2;
    }
    .footer-column.footer-contact {
        order: 3;
    }
    .footer-bottom-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 80px;
        border-top: 1px solid #aaa;
        padding-top: 10px;
    }
    .footer-socials-icons {
        display: none;
    }
    .footer-socials {
        display: flex;
    }
    .footer-socials a {
        color: #444;
        font-size: 14px;
        text-transform: uppercase;
    }
    .social-link {
        padding-right: 20px;
    }
    .copyright {
        margin-top: 0;
    }
}

@media (min-width: 1400px) {
    .made-in-usa {
        gap: 20px;
    }
    .usa-flag-icon {
        width: 100px;
    }
    .made-in-usa-text p {
        font-size: 18px;
        line-height: 1.5;
    }
}