@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Jost-VariableFont_wght.woff2") format('woff2-variations');
    font-weight: 300 500;
    font-style: normal;
    font-optical-sizing: auto;
    font-display: swap;
}

html#html-focus-override body#body-focus-override *:focus,
html#html-focus-override body#body-focus-override *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

html#html-focus-override body#body-focus-override.user-is-tabbing a[href]:focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing button:focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing input:not([type="checkbox"]):not([type="radio"]):focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing textarea:focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing select:focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing [tabindex]:not([tabindex="-1"]):focus-visible {
  outline: none !important;  
  box-shadow: inset 0 0 0 1px #000, 0 0 0 2px #FFFFFF, 0 0 0 4px #000 !important;
  border-radius: inherit;
}
html#html-focus-override body#body-focus-override.user-is-tabbing input[type="checkbox"]:focus-visible,
html#html-focus-override body#body-focus-override.user-is-tabbing input[type="radio"]:focus-visible {
  box-shadow: none !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

body {
    font-family: "Jost";
    font-weight: 300;
    line-height: 1.5;
    color: #1D1D1B;
}

.modal-content {
    border-radius: 0;
}

.header-container {
    padding: 15px 0;
    text-align: center;
}

.hero-banner {

    position: relative;
    overflow: hidden;

    .img-container {

        aspect-ratio: 4 / 5;

        @media (min-width: 768px) { 
            aspect-ratio: 21 / 9;
        }
        

        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden;
            z-index: 0;

        }
    }
    .text-bkg-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;

        display: flex;
        justify-content: center;
        align-items: self-end;
        color: #fff;
        padding: 40px;
        

        .text-container {

            text-align: center;
            

            .title {
                font-size: 1.5625rem;
                font-weight: 350;
                letter-spacing: 1px;
                margin-bottom: 10px;
                margin-top: 50px;

                @media (min-width: 768px) { 
                    margin-top: 0;
                }

                @media (min-width: 992px) { 
                    font-size: 2rem;
                }
    
            }

            p {
                @media (min-width: 992px) { 
                    font-size: 1.125rem;
                }
            }

            .cta {
                color: #fff;
                text-transform: uppercase;
                display: inline-block;

                @media (min-width: 992px) { 
                    margin-bottom: 15px;
                    font-size: 1.125rem;
                }
            }
        }
    }

    &:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(38, 38, 38, 0) 100%);
        height: 350px;

        @media (min-width: 1400px) { 
            height: 450px;
        }

    }
} 

@media (max-width: 767px) { 
    .container--boxes .col-md-6{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.box {
    background-color: #DEDEDE;
    padding: 15px;
    margin:40px 0;
    min-height: 300px;
}

.store-container {
    height: 385px;
    margin-bottom: 40px;
    padding-right: 30px;
    overflow-x: hidden;
    position: relative;

    @media (min-width: 576px) { 
        height: 385px;
    }

    @media (min-width: 768px) { 
        height: 400px;
        margin-right: -35px;
        padding-right: 35px;
    }

    @media (min-width: 992px) { 
        height: 750px;
    }

    @media (min-width: 1200px) { 
        height: 710px;
    }

}

.tile-store {

    margin-bottom: 40px;
    overflow-wrap: break-word;

    h4 {
        font-size: 1.125rem;
        font-weight: 400;
        margin-bottom: 5px;
    }

    img {
        margin-bottom: 20px;
    }

    p {
        margin-bottom: 0;
    }

    a {
        color: #1D1D1B;
    }
}

#store-tab {

    position: relative;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    overflow-y: hidden;

    @media (min-width: 768px) { 
        margin-bottom: 20px;
    }

    &::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0; 
        height: 40px;
        width: 45px;
        
        background: linear-gradient(to left, 
                                    white 0%,            
                                    rgba(255,255,255,0) 100% 
                                  );
                                  
        pointer-events: none;
        z-index: 1; 
      }

    ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        overflow-x: auto;
        padding-bottom: 35px;
        margin-bottom: 20px;

        .nav-item:last-child {
            margin-right: 30px;
        }
    
        .nav-link {
            color: #1D1D1B;
            font-weight: 400;
        }
    }
    
}

#tab-store {
    margin-bottom: 60px;
}

.store-title {

    font-size: 1.5625rem;
    font-weight: 350;

    img {
        vertical-align: text-bottom;
    }
    
}

h1.title {
    font-size: 1.5625rem;
    font-weight: 350;
    margin-top: 30px;
    margin-bottom: 40px;
}

#footer-container {
    background-color: #1F1D1E;
    color: #fff;

    .social-links {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 30px auto;
        list-style: none;
        a {
            color: #fff;
        }
    }

    .privacy {
        display: inline-block;
        color: #fff;
        margin-bottom: 40px;
    }

    .copyright {
        margin-bottom: 30px;

        @media (max-width: 767px) { 
            font-size: .875rem;
        }
    }
}


.simplebar-track.simplebar-vertical {
    margin-bottom: 30px;
    margin-right: 5px;
}

.simplebar-track.simplebar-vertical::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5px;
    width: 1px;
    height: 100%;
    background-color: #aaa;
}

.simplebar-scrollable-y .simplebar-placeholder::after { 
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 17px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M6.96684 5.27322L4.48682 2.86475L2.00684 5.27322" stroke="%23AAAAAA" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.4873 14.5188V2.86475" stroke="%23AAAAAA" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.0332 12.1104L11.5132 14.5188L13.9932 12.1104" stroke="%23333333" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.5137 2.86475V14.5188" stroke="%23333333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.simplebar-scrollbar:before {
    top: 0px;
    bottom: 0;
    left: 7px;
    right: 2px;
    border-radius: 0;
    background-color: #1D1D1B;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}


.header-banner {

    position: relative;

    .img-container {
        aspect-ratio: 21 / 9;
    }
    
    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        z-index: 0;

    }

}

.privacy-container {
    margin-bottom: 40px;

    @media (max-width: 767px) { 
        padding-left: 30px;
        padding-right: 30px;
    }
}

.privacy-container strong, .txt-big {
    font-weight: 350;
    font-size: 1.125rem;
}

.privacy-container .title {
    margin-bottom: 20px;
}

#contactusModal iframe:nth-of-type(1) {
    width: 100% !important;
    height: calc(100vh - 150px) !important;
    max-height: 1040px !important;


    .TextBox, .g-ListBoxInput, textarea, input {
        max-width: auto !important;
    }
    
}

.modal--contactus__header {
    padding: 8px 16px 8px 32px;
    min-height: 70px;
    border-bottom: 1px solid #DEDEDE;
}

.modal--contactus__title, .modal--newsletter__title {
    margin-bottom: 0;
    font-weight: 400;
}

.btn-primary {
    border-radius: 6px;
}

.txt-title {

    h1.title{ 
      margin-bottom: 10px; 
      font-weight: 400; 
      font-size: 1.563rem;
    
      @media (min-width: 992px) { 
          font-size: 2rem;
      }
    }
    
    p {
      @media (min-width: 992px) {
          font-size: 1.125rem;
      }
    }
  
  }
  