/** Shopify CDN: Minification failed

Line 231:0 Unexpected "{"
Line 231:1 Expected identifier but found "%"
Line 233:2 Unexpected "{"
Line 233:3 Expected identifier but found "%"

**/
.shopify-section.shopify-section-group-header-group{
    overflow: unset;
}

.cdk-header{
    padding: 20px;
}

.cdk-header-logo a{
    text-decoration: none;
}

.cdk-logo{
    color: #000;
    font-weight: 700;
    line-height: 1;
}

.cdk-logo span{
    background: #000;
    color: #fff;
    padding: 2px;
    line-height: 1;
    margin-left: 2px;
}

.cdk-header.cdk-header-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(16px) saturate(160%);
    background-color: rgba(255, 255, 255, 1) !important;
    animation: slideDown 0.35s ease forwards;
}

@keyframes slideDown {
    from { 
        top: -80px;
        opacity: 0;
    }
    to { 
        top: 0;
        opacity: 1;
    }
}

.cdk-header-wrap{
    max-width: 1440px;
    margin: 0 auto;
}

.cdk-header-wrap .cdk-header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.cdk-header-search{
    display: none;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.cdk-header-search svg{
    width: 25px;
}

.cdk-header-search svg:last-child{
    cursor: pointer;
}

.cdk-header-search form{
    width: 100%;
    margin-top: 0;
}

.cdk-header-search input{
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
}

.cdk-header-logo{
    max-width: 160px;
}
.cdk-header-logo img{
    border: 0 none;
    display: block;
    height: auto;
    max-width: 100%;
}

.cdk-header-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cdk-header-links ul li{
    display: inline-block;
    gap: 20px;
    margin: 0;
    padding: 5px 0;
}

.cdk-header-links ul li a:not(.tcc-megamenu__image-link){
    text-decoration: none;
    color: #1B1B1B;
    display: block;
    padding: 15px 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
}

.cdk-header-links ul li a::after{
    /* content: '';
    position: absolute;
    height: 3px;
    background-color: #1B1B1B;
    left: 0;
    bottom: 0;
    transition: 0.4s all;
    width: 0%;
    opacity: 0;
    border-radius: 10px; */
}

.cdk-header-links ul li a:hover::after{
    width: 100%;
    opacity: 1;
}

.cdk-header-links ul li a:hover{
    opacity: 0.7;
    scale: 1.01;
}


.tcc-menu-toggle {
    font-size: 28px;
    cursor: pointer;
    border: none;
    background: none;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 340px;
    height: 100%;
    background-color: #fff;
    color: #000;
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    margin: unset;
}

.mobile-nav.open {
    left: 0;
}

.search-bar {
    margin-bottom: 1.5rem;
    position: relative;
}

.search-bar button{
    position: absolute;
    right: 10px;
    top: 6px;
    display: flex;
    background: unset;
    border: 0;
}

.search-bar button svg{
    width: 25px;
}

.search-bar input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #000;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

{% comment %} .site-nav-mobile > li{
    margin-bottom: 1.5rem;
} {% endcomment %}

.site-nav-mobile > li ul{
    padding-left: 20px;
}

.site-nav-mobile > li ul li a{
    padding: 8px;
    display: block;
}

.mobile-nav a {
    color: #1B1B1B;
    text-decoration: none;
    
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.overlay.show {
    opacity: 1;
    pointer-events: all;
}

/* External Close Button in Overlay */
.overlay .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    z-index: 1000;
}

.overlay .close-btn svg{
    width: 25px;
}

.cdk-header-mobile{
    display: none;
}

.cdk-header-mobile-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cdk-header-mobile-wrap a{
    display: flex;
    text-decoration: none;
}

.cdk-header-mobile-wrap img{
    max-height: 46px;
}

.cdk-header-mobile-wrap .cdk-header-cart svg{
    width: 25px;
}

.cdk-header-cart > span{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #010101;
    border-radius: 100%;
    display: flex;
    line-height: 1;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.cdk-header-left{
    display: flex;
    align-items: center;
    gap: 40px;
}

.cdk-header-icons{
    display: flex;
    align-items: center;
}

.cdk-header-icons > a{
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cdk-header-icons > a svg{
    width: 26px;
    color: #000;
}

.cdk-search-btn{
    cursor: pointer;
}

.cdk-header-links > ul > li{
    position: relative;
}

.cdk-header-links > ul > li:hover ul{
    display: flex;
}

.cdk-header-links > ul > li > ul{
    display: none;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    gap: 12px;
    background: #fff;
    min-width: 240px;
    z-index: 10;
    padding: 16px 20px;
    border: 1px solid #000;
}

.cdk-header-links > ul > li > ul li a{
    padding: 0 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}


.tcc-grandchild-links li{
    width: 100%;
    padding-left: 24px;
}

.tcc-grandchild-links li a{
    margin-right: 0 !important;
}


.cdk-header--home.cdk-header--home{
    position: absolute;
    width: 100%;
    z-index: 10;
    background: transparent;
}

.cdk-header--home.cdk-header--home .cdk-header-links > ul > li > a,
.cdk-header--home.cdk-header--home .cdk-header-icons > a svg,
.cdk-header--home.cdk-header--home .cdk-header-search svg:last-child{
    color: #fff;
}

.cdk-header--home.cdk-header--home .cdk-header-icons > a.cdk-search-btn svg path{
    fill: #fff;
}

.cdk-header--home.cdk-header--home .cdk-header-icons > a:not(.cdk-search-btn) svg path{
    stroke: #fff;
}

.cdk-header--home.cdk-header--home .cdk-header-links ul li a::after,
.cdk-header--home.cdk-header--home .cdk-header-search input{
    border-color: #fff;
}

.cdk-header--home.cdk-header--home .cdk-header-search input{
    color: #fff;
    font-family: inherit;
}

.cdk-header--home.cdk-header--home .cdk-header-search input::placeholder{
    color: #ffffffB2;
}

.cdk-header--home.cdk-header--home .cdk-header-search svg path,
.cdk-header--home.cdk-header--home .tcc-menu-toggle svg path{
    fill: #fff !important;
}


.cdk-header--home .header__logo-link img{
    filter: brightness(0) invert(1);
}

.cdk-header--home.is-sticky{
    background: #fff;
}

.cdk-header--home.is-sticky .header__logo-link img{
    filter: unset;
}

.cdk-header--home.is-sticky .cdk-header-links > ul > li > a,
.cdk-header--home.is-sticky .cdk-header-icons > a svg,
.cdk-header--home.is-sticky .cdk-header-search svg:last-child,
.cdk-header--home.is-sticky .icon-button__icon .icon{
    color: #000;
}

.cdk-header--home .icon-button__icon .icon{
    color: #fff;
}



.cdk-header-links > ul > li:hover .tcc-megamenuw-wrapper{
    display: block;
}




/* MEGA */
.tcc-megamenuw-wrapper{
    position: fixed;
    width: 100%;
    left: 0;
    display: none;
    height: 100vh;
}
.tcc-megamenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
}
.tcc-megamenu__content {
    padding: 28px 32px;
}
.tcc-megamenu__title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 24px;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 24px;
    font-family: "BEBAS NEUE", sans-serif;
}
.tcc-megamenu__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.tcc-megamenu__col-title {
    font-size: 14px
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.tcc-megamenu__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.tcc-megamenu__links a {
    font-size: 14px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    color: #01010199 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
}
.tcc-megamenu__links a:hover{
    border: 0 !important;
}
.tcc-megamenu__image {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    height: 420px;
}
.tcc-megamenu__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tcc-megamenu__image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
}
.tcc-megamenu__image-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px;
    font-family: "BEBAS NEUE", sans-serif;
}
.tcc-megamenu__image-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
}













.cdk-header img.tcc-logo-dark{
    display: block;
    max-width: 170px;
}

.cdk-header img.tcc-logo-light{
    display: none;
}

.cdk-header--home.cdk-header--home .tcc-logo-dark{
    display: none;
}

.cdk-header--home.cdk-header--home .tcc-logo-light{
    display: block;
}


.mobile-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mobile-nav-row > a {
    flex: 1;
}

.mobile-nav-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.mobile-nav-toggle svg path {
    stroke: #1B1B1B;
}

.mobile-nav-toggle.open {
    transform: rotate(180deg);
}

.mobile-child-links,
.mobile-grandchild-links {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    padding-left: 16px;
}

.mobile-nav ul.mobile-child-links{
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-child-links.open,
.mobile-grandchild-links.open {
    max-height: 1000px;
}

.mobile-child-links.open{
    margin-top: 20px;
}

.mobile-child-links > li {
    margin-bottom: 4px;
}

.mobile-grandchild-links > li a {
    font-weight: 400;
    font-size: 11px;
    color: #1B1B1B99;
    padding: 6px 8px;
    display: block;
}

@media only screen and (max-width: 1080px) {
    .cdk-header-mobile{
        display: block;
    }

    .cdk-header-desktop{
        display: none;
    }

    .cdk-header{
        padding: 0;
    }

    .cdk-header-mobile-wrap img{
        max-height: 24px;
    }

    .cdk-header-mobile-wrap{
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cdk-header-icons{
        padding-right: 20px;
    }

    .cdk-header-search{
        padding: 0 10px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .cdk-header-icons > a,
    .tcc-menu-toggle{
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 1159px) {
    .cdk-header-links ul li a:not(.tcc-megamenu__image-link){
        font-size: 12px;
    }
}
