/** Shopify CDN: Minification failed

Line 66:13 Expected identifier but found whitespace
Line 66:14 Unexpected "20px"

**/
/* Target submenu with aria-label="luggage" */
/* For luggage submenu */
/* For luggage submenu */
/* hide 3rd and 4th lefts */
[aria-label="luggage"] .mega-menu-left:nth-of-type(3),
[aria-label="luggage"] .mega-menu-left:nth-of-type(4) {
    display: none !important;
}

[aria-label="bags"] .mega-menu-left:nth-of-type(3),
[aria-label="bags"] .mega-menu-left:nth-of-type(4) {
    display: none !important;
}

/* Hide all rights inside luggage menu */
/* Force show the very first right */

.split-hero__inner.page-width {
    padding-left: 16px;
    padding-right: 16px;
}

a.split-hero__btn {
    display: none !important;
}

.image-text__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.tr-view-all-link {
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.tr-view-all-link a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--black, #000);
    font-family: 'Graphik Trial';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 12.6px */
}

/* .tr-nav-flex {
	display: flex;
	justify-content: flex-start;
} */
/* .tr-flex-item {
	/* position: relative;   */
margin-right: 20px;
display: block;
padding-top: 7px;
min-width: fit-content;
width:100%;
padding-bottom: 10px;
}

*/
/* hover */

.tr-flex-item a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.tr-mega-menu {
    opacity: 0;
    /* Initially hidden */
    visibility: hidden;
    /* Ensure it's not interactable */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Smooth transition */
    position: absolute;
    top: 100%;
    right: 0;
    left: 0px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    box-sizing: border-box;
    overflow: hidden;
}

/* Show mega menu on hover 
   .tr-flex-item:hover .tr-mega-menu {
   opacity: 1; 
   visibility: visible;  
   }
   */
/* Swiper container styling inside the mega menu */
.mega-menu-content {
    width: 100%;
    overflow: hidden;
    background-color: var(--color-site-background);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.tr-mega-menu-content {
    display: flex;
    justify-content: flex-start;
    padding-block: 24px;
    gap: 60px;
    align-items: flex-start;
}
.mega-menu-left:has( + .with-two-row) {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
}
.mega-menu-left:has( + .with-two-row) .tr_sub_heading {
    grid-column: 1 / span 2;
}
body:has(.tr-nav-flex.menu-open) {
    overflow: hidden;
}
sticky-header:has(.tr-nav-flex.menu-open)::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #00000099;
    z-index: -1;
}
.tr_sub_heading {
    width: max-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 24px;
}

.st-sbmenu-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    text-decoration: none;
}

st-sbmenu-flex img {
    width: 50px;
    height: auto;
    object-fit: cover;
}

.submenu-title {
    font-size: 14px;
    line-height: .9;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--primary-color);
}

.mega-menu-left {
    width: 19.7%;
}

.mega-menu-right {
    width: 50%;
}

.mega-menu-right .grid .card__inner {
    --ratio-percent: 80% !important;
}

.mega-menu-right .grid sc-add-to-compare {
    display: none;
}

#menu-drawer details[open] .md-accordion__label {
    border-bottom: 1px solid rgba(0, 0, 0);
}

a.st-sbmenu-flex img {
    height: 20px;
    width: 24px;
}

.mega-menu-right-full-width {
    width: 69.1%;
}

@media screen and (min-width: 1600px) {
    .mega-menu-right-full-width {
        width: 59%;
    }
}

.menu-bottom-menu .menu-drawer__menu li a,
.menu-drawer__utility-links a,
.menu-drawer__utility-links .menu-drawer__localization,
#HeaderLanguageForm {
    border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 989px) {
    .tr-mega-menu {
        opacity: 1 !important;
        visibility: visible !important;
        left: 16px;
        top: 13%;
    }

    .mega-menu-left {
        width: 100%;
        padding-bottom: 24px;
    }

    .mega-menu-right {
        width: 100%;
        padding-right: 0px;
    }

    .mega-menu-right .product-grid {
        --grid-mobile-vertical-spacing: 20px;
        --grid-mobile-horizontal-spacing: 20px;
        width: 100%;
        max-width: calc(100vw - 32px);
    }

    .menu-drawer__menu-item>.svg-wrapper {
        width: 10px;
    }

    .menu-bottom-menu {
        padding-bottom: 20px;
    }

    #HeaderLanguageForm {
        width: 100%;
        padding-bottom: 15px;
    }
}

.tr_sub_heading_second {
    font-weight: 600;
    font-size: 14px;
    line-height: .9;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 16px;
}