html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Inter';
    background: #F6F3ED;
}

header {
    background: white;
}

section {
    padding-left: 80px;
    padding-right: 80px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

nav {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400px;
    line-height: 25px;
    color: #322305;
}

nav ul {
    font-size: 16px;
    color: #322305;
    font-family: 'Inter';
}

.nav-link {
    font-size: 16px;
    color: #322305;
    font-family: 'Inter';
    padding: 0px;
}

.navbar-nav {
    gap: 20px;
}

.navbar-toggler {
    border: none;
}

nav li {
    font-size: 16px;
    color: #322305;
    font-family: 'Inter';
}

h1 {
    font-family: 'Playfair Display';
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
    color: #322305;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Playfair Display';
    font-size: 54px;
    line-height: 71px;
    font-weight: 700;
    color: #322305;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Playfair Display';
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    color: #322305;
}

h4 {
    font-family: 'Inter';
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #322305;
}

p {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #322305;
}

.font-16 {
    font-size: 16px;
}

a {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #896318;
}

a:hover {
    color: #896318;
    text-decoration: none;
}

button {
    border-radius: 50px;
    padding: 12px 34px 12px 34px;
}

button a {
    font-size: 16px;
}

.footer-links {
    text-decoration: none;
}

.footer-links li:hover {
    color: #896318!important;
    transition: .3s;
}

li {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #322305;
}

.global-hero {
    background: white;
}

.container {
    max-width: 1328px!important;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}

.headings-row {
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.gold {
    color: #896318;
}

.nav-link {
    color: #322305;
}

.brown-button {
    background: #322305;
    color: #F6F3ED;
    border: 2px solid #322305;
    border-radius: 50px;
    padding: 12px 34px 12px 34px;
    font-size: 16px;
}

.brown-button:hover {
    color: #322305!important;
    background: transparent;
}

.transparent-button {
    background: transparent;
    color: #322305;
    border: 2px solid #322305;
    border-radius: 50px;
    padding: 12px 34px 12px 34px;
    font-size: 16px;
}

.transparent-button:hover {
    background: #322305;
    color: #F6F3ED;
}

.header-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.header-logo {
    object-fit: contain;
}

.button-container-center {
    justify-content: center;
    display: flex;
}

.header-btn-row {
    display: flex;
    justify-content: flex-end;
}

.header-logo-container {
    display: flex;
    align-content: center;
}

.header-logo {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.nav-container {
    display: flex;
    align-content: center;
}

.navbar-toggler:focus {
    border: none!important;
    outline: none!important;
}

.read-more-btn {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 400;
    font-family: 'Inter';
    color: #896318;
}

.text-accent {
    font-family: 'Inter'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 19px!important;
    letter-spacing: 0.2em!important;
    text-transform: uppercase!important;
    color: #896318!important;
}

@media screen and (max-width:1200px) {
    section {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width:992px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }
    nav {
        font-size: 16px;
    }
    nav ul {
        font-size: 16px;
    }
    .nav-link {
        font-size: 16px;
    }
    .navbar-nav {
        gap: 20px;
    }
    nav li {
        font-size: 16px;
    }
    h1 {
        font-size: 50px;
        line-height: 65px;
        font-weight: 700;
        color: #322305;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h3 {}
    h4 {
        font-family: 'Inter';
        font-size: 22px;
        line-height: 27px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .font-16 {
        font-size: 16px;
    }
    a {
        font-size: 18px;
        line-height: 25px;
    }
    button a {
        font-size: 14px;
    }
    li {
        font-family: 'Inter';
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #322305;
    }
    .brown-button {
        padding: 12px 34px 12px 34px;
        font-size: 14px;
    }
    .transparent-button {
        padding: 12px 34px 12px 34px;
        font-size: 14px;
    }
    .footer-section {
        padding-bottom: 60px!important;
        padding-top: 60px!important;
    }
    .copy-rights-row {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }
    nav {
        font-size: 14px;
    }
    nav ul {
        font-size: 14px;
    }
    .nav-link {
        font-size: 14px;
    }
    nav li {
        font-size: 14px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
        font-weight: 700;
        color: #322305;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h3 {}
    h4 {
        font-family: 'Inter';
        font-size: 20px;
        line-height: 23px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .font-16 {
        font-size: 14px;
    }
    a {
        font-size: 16px;
        line-height: 24px;
    }
    button a {
        font-size: 12px;
    }
    li {
        font-size: 16px;
        line-height: 28px;
    }
    .brown-button {
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }
    .transparent-button {
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }
    .footer-section {
        padding-bottom: 40px!important;
        padding-top: 40px!important;
    }
    .copy-rights-row {
        margin-top: 40px!important;
    }
    .header-logo {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .header-logo-container {
        justify-content: center;
    }
    .nav-container {
        justify-content: center;
    }
    .header-btn-row {
        justify-content: center;
    }
    .navbar {
        justify-content: center!important;
    }
    .navbar-toggler:focus {
        border: none!important;
        outline: none!important;
    }
    .nav-item {
        text-align: center;
    }
    .navbar-nav {
        margin-bottom: 20px;
    }
}


/*FOOTER*/

.footer-section {
    background: #322305;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

.footer-button {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 12px 34px 12px 34px;
    font-size: 16px;
    margin-top: 40px;
    display: inline;
}

.footer-button:hover {
    background: white!important;
    color: #322305!important;
}

.footer-logo {
    margin-bottom: 25px;
}

.commercial-text {
    padding-bottom: 20px;
}

.footer-col-1 {
    display: block;
    flex-direction: column;
}

.footer-logo {
    max-width: 200px;
    width: 100%;
}

.footer-list {
    list-style: none;
    padding-left: 0px;
}

.footer-list li {
    margin-bottom: 20px;
}

.footer-list:last-child {
    margin-bottom: 0px;
}

.copy-rights-row {
    margin-top: 100px;
}

@media screen and (max-width:767px) {
    .footer-col-1 {
        width: 100%!important;
    }
    .footer-col-2 {
        width: 100%!important;
    }
    .footer-col-3 {
        width: 100%!important;
        margin-top: 40px;
    }
    .footer-col-4 {
        width: 100%!important;
        margin-top: 40px;
    }
    .footer-row .row {
        justify-content: center;
    }
    .footer-button {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer-row p {
        text-align: center;
    }
    .footer-row li {
        text-align: center;
    }
    .footer-list li {
        margin-bottom: 5px;
        line-height: 22px;
    }
    .footer-col-2 p,
    .footer-col-3 p,
    .footer-col-4 p {
        margin-bottom: 10px;
    }
    .copy-rights-row p {
        text-align: center;
    }
    .footer-col-3,
    .footer-col-4 {
        margin-top: 25px;
    }
}

.show {
    display: block !important;
}

.logo-header {
    font-weight: 700;
    font-size: 28px;
    line-height: inherit;
    margin: auto;
}

.logo-footer {
    color: white;
    font-weight: 700;
    font-size: 28px;
}

#ship-address {
    width: 80%;
    border: 0px !important;
    background-color: white;
}

.auto-address {
    padding: 10px 15px;
    border: 1px solid #322305;
    background: white;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.team-slide-card {
    height: 340px;
}

.privacy-section {
    font-family: 'Inter';
    font-size: 20px;
}

.privacy-section h1 {
    font-family: 'Inter';
    width: 100%;
    font-size: 32px;
}

.privacy-section h3 {
    font-family: 'Inter';
    width: 100%;
    font-size: 28px;
}

.terms-section {
    font-family: 'Inter';
    font-size: 20px;
}

.terms-section h1 {
    font-family: 'Inter';
    width: 100%;
    font-size: 32px;
}

.terms-section h3 {
    font-family: 'Inter';
    width: 100%;
    font-size: 28px;
}

.copy-rights-row * {
    font-size: 16px;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #322305;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
