@font-face {
    font-family: JLREmeric-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/JLREmeric-Regular.ttf) format("truetype")
}

@font-face {
    font-family: JLREmeric-Lite;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/JLREmeric-Lite.woff2) format("woff2")
}

@font-face {
    font-family: jlr-icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/jlr-icons.ttf) format("truetype")
}

html{
    overflow-x: hidden;
    font-size: 11px;
    line-height: 26px;
}

/* body,h1,h2,h3,h4 {
    font-family: JLREmeric-Regular,sans-serif
} */

ol,p,ul, li {
    font-family: JLREmeric-Lite,sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.page-title-wrapper{
    /* margin-top: 40px; */
    /* border-bottom: 1px solid #333 */
}

h1.page-title{
    /* text-transform: uppercase; */
    /* margin-bottom: 40px; */
}
.page-main > .page-title-wrapper .page-title {
    margin-top: 40px;
}
h2{
    font-size: 40px;
    font-weight: 600;
    color: #1e1f23;
}

h3{
    color: #1e1f23;
    font-size: 25px;
    line-height: 40px;;
    font-weight: 600;
}

body{
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

p{
    font-size: 16px;
    line-height: 26px;
}

a, a:hover, a:focus, a:visited, a:active{
    color: #333;
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

p{
    font-size: 16px;
    line-height: 26px;
}

a.logo{
    margin:0 0 5px 15px
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"]{
    height: 33px;
}

.page-header{
    margin-bottom:-1px;
    top:-145px;
    position: sticky;
    transition: all 0.5s ease-out;
    z-index: 99;
    background-color: white;
}

.page-header.sticky{
    position: sticky;
    top:0;
}

.panel.wrapper{
    background-color: #BAB1A5 !important
}

.panel.header{
    background-color: #BAB1A5 !important
}

.header.links li,
.header.links a {
    color:#111 !important;
    font-size:16px;
}

.header.content{
    padding:25px 10px 10px 10px;
}

.customer-welcome .action.switch{
    top:-1px;
    position: relative;
    color: black;
    padding: 0 6px;
}

/* Desktop Navigation */
.navigation{
    max-width: 100%;
    background:transparent !important;
}

.navigation ul {
    flex-wrap: wrap;
    display: flex;
}

.navigation li {
    display: inline-block;
}

.navigation a{
    font-size:18px;
    color:#111 !important;
    font-weight:500;
    white-space: nowrap;
    padding: 10px 15px;
}

.pagebuilder-slide-wrapper{
    min-height:70vh !important;
    background-position:center bottom !important;
}

.pagebuilder-poster-overlay{
    width: 1280px;
    margin: auto;
    position: relative;
    height: 100vh;
    padding: 1%;
}

.pagebuilder-poster-content {
    width: 50% !important;
    left: 1px;
    position: absolute;
    text-align: left;
}

.pagebuilder-poster-contents *{
    font-family: JLREmeric-Regular,sans-serif
}

.pagebuilder-poster-contents span{
    color: #fff;
}

.pagebuilder-poster-contents a[href='/customer/account/create'] {
    background: #1e1f23 !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-size: 1.8rem !important;
    font-weight: normal !important;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 1.3;
    text-decoration:none;
    font-family: JLREmeric-Regular,sans-serif;
    margin-left: 20px;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
}

.pagebuilder-poster-contents a[href='/customer/account/create']:hover {
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #BAB1A5 !important;
    border-radius: 0 !important;
    color: #111!important;
    text-decoration:none;
    border: 1px solid #BAB1A5 !important;
}

.pagebuilder-poster-contents a[href='/customer/account/login'] {
    background: #BAB1A5 !important;
    border: 1px solid #BAB1A5 !important;
    border-radius: 0 !important;
    color: #111 !important;
    padding: 15px 25px !important;
    font-size: 1.8rem !important;
    font-weight: normal !important;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 1.3;
    font-family: JLREmeric-Regular,sans-serif;
    margin-right: 20px;
    margin-top: 20px;
    text-decoration: none !important;
    display: inline-block;
}

.pagebuilder-poster-contents a[href='/customer/account/login']:hover {
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #1e1f23 !important;
    border-radius: 0 !important;
    color: #fff!important;
    text-decoration:none;
    border: 1px solid #fff !important;
}

a.pagebuilder-button-primary{
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #1e1f23 !important;
    border-radius: 0 !important;
    color: #fff!important;
    text-decoration:none;
    border: 1px solid #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 1.8rem !important;
    margin: 40px 0;
    padding: 15px 25px;
}

a.pagebuilder-button-primary:hover{
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #BAB1A5 !important;
    border-radius: 0 !important;
    color: #1e1f23!important;
    text-decoration:none;
    border: 1px solid #1e1f23 !important;
}

.pagebuilder-poster-content a span{
    color:#111 !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.pagebuilder-poster-content a:hover span{
    color:#fff!important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.dark{
    background-color:#1e1f23;
}

.pagebuilder-slide-wrapper [data-element='content']{
    overflow: hidden
}

.dark h2{
    color:#fff;
    font-size:62px;
    font-weight:500;
}

.dark a{
    color: #fff;
    text-decoration: underline;
}

.modes{
    display: none !important
}

.pages a.page {
    padding: 1px 13px;
    background-color: #eee;
    margin: 10px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-style: double;
    color: #333 !important;
}

.pages strong.page {
    padding: 1px 13px;
    background-color: #333;
    margin: 10px 4px;
    border: 1px solid #333;
    border-radius: 4px;
    border-style: double;
    color: #fff;
}

.dark p{
    color:#ccc;
    font-size:18px;
}

.cms-home #maincontent{
    background-color: #1e1f23;
}

.cms-home .page-bottom{
    background-color: #1e1f23;
    display:none;
}

footer{
    background: #1e1f23 !important;
}

.footer-copyright *{
    color:#ccc;
    text-align:left;
    font-family: JLREmeric-Lite,sans-serif;
}

.footer-links{
    text-align:right;
}

.footer-links li {
    display: inline-block;
    padding: 0 8px;
    font-size:20px;
}

.footer-links li a{
    color: #fff;
    font-family: JLREmeric-Regular,sans-serif;
}

button.primary, a.primary {
    background: #1e1f23 !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    border: 1px solid white;
    font-weight: normal !important;
    color: white !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

button.primary:hover, a.primary:hover{
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    background: #BAB1A5 !important;
    border-radius: 0 !important;
    color: #1e1f23 !important;
}

.footer.content .links>li{
    background: transparent!important;
    color:#fff;
    margin:0px !important;
    padding:0px !important;
    border:none;
    display:inline-block;
    margin:10px !important;
}

.footer.content .links>li a{
    background: transparent!important;
    color:#fff !important;
}

.home-hero-text{
    margin:7%;
}

.cms-home .message-warning.warning.message{
    display: none;
}

.products-grid .product-item-info:hover,.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active{
    box-shadow: none !important
}

.products-grid .product-item-inner{
    box-shadow: none !important
}

h2.product-section-title{
    text-transform: uppercase;
    font-size: 22px !important
}

.navigation .level0 .submenu{
    box-shadow: none !important;
}

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus{
    background-color: #BAB1A5 !important
}

.page-title-wrapper.product h1{
    font-size: 30px !important
}

.block.discount .content{
    display: block !important
}

#discount-coupon-form .action.apply.primary{
    margin: 10px !important;
    border: none !important;
    top: -11px;
    position: relative;
    font-size: 14px !important;
    padding: 8px 18px !important;  
}

.form-address-edit .message.info{
    background-color: #f0f0f0;
    color: #333
}

.product-options-bottom .price-box .price-container .price, 
.product-info-price .price-box .price-container .price{
    font-size: 22px !important;
    font-family: JLREmeric-Regular, sans-serif;
    font-weight: lighter;
}

.customer-account-login div.message-warning.warning.message {
    display: block;
}

.customer-account-login .back-button a{
    display:none
}

.customer-account-login .back-button {
    padding:5px !important;
}

.customer-account-login fieldset.login .control{
    position:relative
}

.customer-account-login fieldset.login .control .toggle {
    content: " ";
    background-color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
    right: 1px;
    top: 1px;
    cursor:pointer;
    background-image: url(/pub/media/theme_customization/hide.png);
    background-size: cover;
    opacity: 0.8;
    background-position: -3px 2px;
}

.customer-account-login fieldset.login .control .toggle.show {
    background-image: url(/pub/media/theme_customization/show.png);
}

.customer-account-login fieldset.login .field.choice{
    display:none
}

.customer-account-login .login-container .fieldset:after {
    display:none
}

.customer-account-login .column.main{
    padding: 0
}

.customer-account-login .block-customer-login{
    margin:0px;
}

/* ============================================ */
/* MOBILE RESPONSIVE FIXES - COMPLETE SECTION */
/* ============================================ */

@media (max-width: 767px) {
    /* Hide desktop navigation */
    .header.content .navigation {
        display: none !important;
    }
    
    /* Header layout for mobile */
    .header.content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        position: relative;
    }
    
    /* Logo positioning */
    a.logo {
        order: 2;
        margin: 0 auto;
        max-width: 120px;
    }
    
    /* Burger menu button */
    .nav-toggle {
        order: 1;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin-right: 10px;
        width: 30px;
        height: 24px;
        cursor: pointer;
    }
    
    .nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #111;
        left: 0;
        top: 10px;
        text-indent: -9999px;
    }
    
    .nav-toggle span:before,
    .nav-toggle span:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        background: #111;
        left: 0;
    }
    
    .nav-toggle span:before {
        top: -8px;
    }
    
    .nav-toggle span:after {
        top: 8px;
    }
    
    /* Search block */
    .block.block-search {
        order: 4;
        width: 100%;
        margin-top: 10px;
    }
    
    /* Mini cart */
    .minicart-wrapper {
        order: 3;
        margin-top: 0;
        margin-left: 10px;
    }
    
    /* Mobile navigation drawer */
    .sections.nav-sections {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        background: white;
        z-index: 9999;
        transition: left 0.3s ease;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        display: block !important;
    }
    
    .sections.nav-sections.active {
        left: 0;
    }
    
    /* Section items container */
    .section-items.nav-sections-items {
        background: white;
        height: 100%;
    }
    
    /* Hide the section title (Account) */
    .section-item-title.nav-sections-item-title {
        display: none;
    }
    
    /* Mobile menu content area */
    #store\.links,
    .section-item-content {
        display: block !important;
        padding: 0 !important;
        background: white;
    }
    
    /* Mobile menu header */
    .mobile-menu-header {
        background: #002c5f;
        color: white;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 2px solid #00aad2;
    }
    
    /* Mobile navigation styling */
    .navigation.mobile-nav {
        display: block !important;
        width: 100%;
        padding: 0;
        background: transparent;
        max-width: 100%;
    }
    
    .navigation.mobile-nav ul {
        display: block !important;
        flex-wrap: unset !important;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .navigation.mobile-nav li {
        display: block !important;
        width: 100%;
        border-bottom: 1px solid #eee;
        margin: 0;
    }
    
    .navigation.mobile-nav a {
        display: block !important;
        padding: 15px 20px !important;
        color: #111 !important;
        text-decoration: none !important;
        font-size: 16px !important;
        white-space: normal !important;
        transition: background 0.2s ease;
    }
    
    .navigation.mobile-nav a:hover,
    .navigation.mobile-nav a:active {
        background: #f5f5f5;
    }
    
    .navigation.mobile-nav a:before {
        display: none !important;
    }
    
    /* Mobile account links */
    .mobile-account-links {
        border-top: 2px solid #002c5f;
        padding: 10px 0;
        background: white;
    }
    
    .mobile-account-links li {
        display: block !important;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-account-links a {
        display: block;
        padding: 12px 20px;
        color: #111;
        text-decoration: none;
    }
    
    /* Overlay when menu is open */
    body.nav-open:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
    }
    
    /* Page header sticky fix for mobile */
    .page-header {
        top: 0 !important;
        position: sticky !important;
    }
}

/* Tablet styles */
@media (max-width:980px){
    .pagebuilder-poster-content{
        width:100%;
        padding:10px;
    }
    
    .home-hero-text h2{
        font-size:32px;
    }
    
    footer{
        margin:0 !important;
    }
    
    .footer-copyright{
        order:99;
        margin:20px 0;
    }
    
    .footer-links{
        text-align:left;
    }
    
    .footer-links li{
        display: block;
    }
    
    .footer-logo {
        padding: 20px 10px;
    }
    
    .footer-logo img{
        min-width:70px
    }
    
    .cms-home .pagebuilder-poster-content{
        width: 100% !important;
    }
    
    .cms-home .pagebuilder-poster-overlay{
        width: 100% !important;
        height: 90vh
    }
    
    /* Navigation adjustments for tablet */
    .navigation {
        max-width: 100%;
    }
    
    .navigation a {
        font-size: 16px;
        padding: 8px 12px;
    }
}

/* Small mobile styles */
@media (max-width:480px){
    .header.content {
        padding: 5px;
    }
    
    a.logo {
        max-width: 100px;
    }
    
    .header.links li,
    .header.links a {
        font-size: 14px;
    }
}