<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 499:71 Unexpected ")"

**/
body:not(.template-index) #main-content {
    /* padding-top: 60px; */
  padding-top: 0px;
}
/*
@media only screen and (min-width: 1068px) {
    body:not(.template-index) #main-content {
      padding-top: 0px;
         padding-top: 86px;
    }
}
*/

.hidden {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .hidden--mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1067px) {
    .hidden--tablet {
        display: none !important
    }
}

@media only screen and (min-width: 1068px) {
    .hidden--desktop {
        display: none !important;
    }
}

/* Keyframes */

@keyframes alertShow {
    0% {
        opacity: 0;
    }
  
    25% {
        opacity: 1;
        transform: rotate(0);
    }
  
    75% {
        opacity: 1;
    }
  
    100% {
        opacity: 0;
        transform: rotate(0);
    }
}

/* Header settings */

.thb-localization-forms__button {
  gap: 5px;
}

body:not(.template-index) .header {
    background: var(--color-header-bg, var(--bg-body));
}

.header.transparent--true:not(.header--has-horizontal-navigation):not(.is-sticky):not(.open-menu) .thb-secondary-area .thb-item-count {
  color: var(--color-header-bg, #fff);
}

.mobile-menu-drawer .thb-localization-forms__button,
.header .thb-localization-forms__button {
    color: #fff;
}

.thb-secondary-area {
    align-items: center;
}

/* Product page style */

.product-title__wrapper {
    display: flex;
    margin-bottom: 18px;
    gap: 5px;
}

.product-title__label-wrapper--collection {
    position: absolute;
    z-index: 1;
    display: flex;
    gap: 5px;
}

.product-title__label-wrapper--collection--top-left {
    top: 14px;
    left: 14px;
}

.product-title__label-wrapper--collection--top-right {
    top: 14px;
    right: 14px;
}

.product-title__label-wrapper--collection--bottom-left {
    bottom: 35px;
    left: 14px;
}

.product-title__label-wrapper--collection--bottom-right {
    bottom: 35px;
    right: 14px;
}

.product-title__label-wrapper--collection--center-right {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.product-title__label-wrapper--collection--center-right {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.product-title__label-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.thb-product-detail .product-title-container:has(.product-title__wrapper) .product-title {
    margin-bottom: 0;
}

.product-title__wrapper .product-title__label {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;  
}

.product-title__label {
    line-height: 1;
    background-color: transparent;
    color: black;
    padding: 2px 5px;
    border-radius: var(--button-border-radius, 3px);
    font-size: 10px;
    margin-bottom: 7px;
}

.product-title__label--limited-edition {
    background-color: var(--le-background);
    color: var(--le-color-text);
    font-size: var(--le-font-size);
}

.product-title__label--preorder {
    background-color: var(--preorder-background);
    color: var(--preorder-color-text);
    font-size: var(--preorder-font-size);
}

@media screen and (min-width: 767px) {
    .product-title__label {        
        margin-bottom: 3px;
    }

    .product-title__label--limited-edition {
        font-size: var(--le-font-size-desktop);
    }

    .product-title__label--preorder {
        font-size: var(--preorder-font-size-desktop);
    }
}

.main-product-page[data-handle="luggage-tag"] .price {
    visibility: hidden;
}

.thb-product-detail .product-title.product-title {
    font-weight: bold;
}

.product-information[data-product-type="product_optical"] .klaviyo-bis-trigger {
  display: none !important;
}

.akoni--main-product-page .flickity-page-dots .dot:nth-child(n + 4) {
    display: none;
}

@media only screen and (min-width: 1068px) {
    .product-grid-container:has(.product-images__stacked) .product-information--container {
        width: 50%;
    }

    .thb-product-detail:not(.akoni--main-product-page) .product-information {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .product-grid-container .product-image-container .product-images__stacked .product-images__slide.product-images__slide-image {
        display: block;
        padding: 0;
    }

    .product-grid-container:has(.product-images__stacked) {
        height: auto;
    }

    .product-images.product-images__stacked {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .thb-product-detail .product-title-container .product-title {
        margin-bottom: 18px;
    }

    .thb-product-detail .product-images__stacked .product-single__media-image img {
        width: 100%;
        height: auto;
    }

    .thb-product-detail:has(.product-images__stacked) .product-information--container {
        overflow-y: visible;
    }

    .thb-product-detail:has(.product-images__stacked) .product-information--inner {
        width: 50%;
        margin: auto;
    }
}

.product-images .product-single__media {
    background-color: #fcfbfc;
}

.product__models-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    list-style-type: none;
    margin: 0;
}

.product-information--inner .variations input[type=radio]+label,
.product-information--inner .variations .product-form__input--color input[type=radio]+label:after,
.product-information--inner .variations .product-form__input--color input[type=radio]+label:before {
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .product-images .product-images__slide,
    .product-images .product-single__media {
        height: 100%;
    }

    .thb-product-detail .product-images .product-single__media {
        display: flex;
        align-items: center;
    }

    .thb-product-detail  .product-images .product-single__media img {
        height: auto;
    }
}

.thb-product-detail:has(.product-images__stacked) .product-price-container .price {
    justify-content: flex-start;
}
  
.thb-product-detail:has(.product-images__stacked) .product-information--inner {
    text-align: left;
}
  
.product-grid-container:has(.product-images__stacked) .product-information--container,
.product-grid-container.product-grid-container {
    border: none;
}

.sister-products__option {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-bottom: 9px;
    color: rgba(var(--color-body-rgb), 0.65);
}

.sister-products__option-value {
    font-weight: 400;
    text-transform: none;
    padding-left: 2px;
    color: var(--color-body);
}

.sister-products__link {
    width: auto;
    min-width: 60px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: .9375rem;
    cursor: pointer;
    background: rgba(var(--color-body-rgb), .05);
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: var(--input-border-radius, 3px);

    letter-spacing: .02em;
    font-weight: 400;
    color: var(--color-body);
}

.sister-products__link--active {
    background-color: var(--bg-body);
    z-index: 5;
    box-shadow: 0 0 0 1px var(--color-body) inset, 0 2px 4px #00000026;
}

/* Collection page style */

.template-header--content {
    display: flex;
}

.template-header {
    display: grid;
    justify-content: start;
    align-items: end;
}

@media (max-width: 767px) {

    .template-header--content--left {
        margin-right: auto;
    }
    
    .template-header--content--center {
        margin: auto;
    }

    .template-header--content--right {
        margin-left: auto;
    }
    
}

@media (min-width: 768px) {
    .template-header--content--left-desktop {
        margin-right: auto;
    }
    
    .template-header--content--center-desktop {
        margin: auto;
    }

    .template-header--content--right-desktop {
        margin-left: auto;
    }
}

.template-header--content {
    max-width: unset !important;
}

/* Collection page style */

.product-card-swatches.product-card-swatches {
    grid-template-columns: repeat(var(--size, 3),1fr);
}

@media (max-width: 767px) {
    .product-card-swatches--container.product-card-swatches--container {
        display: grid;
    }
}

#product-grid {
    display: grid;
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
}

@media print, screen and (min-width: 48em) {
    #product-grid {
        grid-template-columns: repeat(var(--columns-desktop), 1fr);
    }
}

.product-card-info:has(.product-card-swatches--container) {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.products .promotion-column {
    width: 100%
}

.product-card .product-featured-image .product-featured-image-link {
    background-color: #fcfbfc;
}

.product-card .product-featured-image .product-featured-image-link img {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.product-card .product-card-swatches .product-card-swatch {
    border-radius: 0;
}

.product-card .product-featured-image .product-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.product-featured-image .product-card-swatches--container {
    justify-content: flex-end;
    row-gap: 0;
}

/* Gallery section style */

.gallery-button-text-vertical a:not(.gallery--item-content-link) {
    writing-mode: vertical-lr;
    text-orientation: upright;
    height: auto;
}

/* MENU style */

.full-menu--panel .full-menu--panel--level-1 .full-menu--subpanel span,
.full-menu--panel .full-menu--panel--level-2 .full-menu--subpanel span,
.full-menu--panel .full-menu--panel--level-2 .full-menu--subpanel a {
    font-size: 18px;
    margin-bottom: 15px;
}

.full-menu--panel .full-menu--panel--level-1 .full-menu--subpanel svg,
.full-menu--panel .full-menu--panel--level-2 .full-menu--subpanel svg {
    width: 16px;
    height: 16px;
}

a.full-menu--submenu {
    display: flex;
    justify-content: space-between;
}

.full-menu--submenu_content {
    position: fixed;
    left: 320px;
    z-index: 10000000;
    top: 0;
    width: calc(100vw - 320px);
    height: 100vh;
    display: none;
}

.full-menu--submenu__content-link {
    position: absolute;
    left: 50px;
    z-index: 100;
    bottom: 50px;
}

.full-menu--submenu_content img {
    width: auto;
    height: 100%;
}

.full-menu--submenu_content video {
    width: 100%;
    height: auto;
}


.full-menu:has(.full-menu--submenu__link[data-link-handle="men"]:hover()) .full-menu--submenu_content[data-link-handle="men"] {
    display: block;
}


.full-menu--menu-primary span,
.full-menu--panel .full-menu--panel--level-1 span {
    display: block;
    width: 100%;
    font-weight: var(--font-body-medium-weight, 500);
    letter-spacing: .05em;
    margin-bottom: 5px;
    cursor: pointer;
}

.full-menu--menu-primary span,
.full-menu--panel .full-menu--panel--level-1 span {
    color: var(--color-header-links, --color-accent);
    font-size: calc(var(--font-navigation-scale, 1)* 12px);
}

.full-menu--link-has-parent {
    position: relative;
    padding-left: 30px;
    cursor: pointer;

    display: block;
    margin-bottom: 10px;
    color: var(--color-header-links, --color-accent);
    font-size: calc(var(--font-navigation-scale, 1)* 15px);
}

.full-menu--link-has-parent svg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transition: all .25s cubic-bezier(.19,1,.22,1);
 }

.full-menu--link-has-parent svg {
    transform: rotate(180deg);
}

.full-menu--panel {
    min-width: 100%;
    grid-template-columns: minmax(auto,320px) 1fr;
}

.full-menu--menu {
    z-index: 100;
}

.full-menu:has(.full-menu--panel--level.full-menu--panel--level-1 .active) .full-menu--menu {
    z-index: 10;
}

.full-menu--panel--level.full-menu--panel--level-1,
.full-menu--panel--level.full-menu--panel--level-2 {
    position: absolute;
    left: -100%;
    width: 320px;
    height: 100%;
    top: 0;
    background-color: var(--color-header-bg);
    transition: all .2s ease;
}

.full-menu--panel--level.full-menu--panel--level-1 {
    z-index: 110;
}

.full-menu--panel--level.full-menu--panel--level-2 {
    z-index: 100000;
}

.full-menu--panel--level.full-menu--panel--level-1:has( .full-menu--subpanel.active),
.full-menu--panel--level.full-menu--panel--level-2:has( .full-menu--subpanel.active) {
    left: 0;
}

.mobile-menu-drawer .mobile-menu li &gt; a,
.mobile-menu-drawer .mobile-menu li summary {
    border-bottom: none;
} 

#mobile-menu.mobile-menu-drawer {
    border-top: 0;
}

.mobile-menu-drawer .mobile-menu .parent-link-back:after {
    display: none;
}

.full-menu--submenu .full-menu--link-child.has-sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Footer style */

#footer .tabs__headings {
    display: flex;
    justify-content: space-evenly;
}

#footer .tabs__headings svg {
    width: 13px;
    height: 13px;
    transition: all .3s ease;
}

#footer .tabs__headings:not(.tabs__title--active) svg {
    transform: rotate(180deg);
}

#footer .tabs__headings svg path {
    stroke: black;
}

.footer__logo-container {
    background-color: #00301c;
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

details-tabs {
    display: block;
    padding: 0 10px !important;
    position: relative;
}  

.tabs__content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #00301c;
    color: #fff;
}

.tabs__headings {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs__title,
newsletter-button {
    padding: 15px 20px;
    border: 1px solid var(--button-primary-background);
}

.tabs__title,
newsletter-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
}

.tabs__title--active {
    background-color: var(--button-primary-background);
    color: var(--button-primary-color);
}

#footer .tabs__title.tabs__title.tabs__title--active svg {
    transform: rotate(0);
}

.tabs__details summary {
    display: none;
}

.tabs__menu-link {
    color: #fff;
    padding: 10px;
}

#footer .widget__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.widget__content p {
    margin-bottom: 0;
}

.widget__content a {
    color: #fff;
    margin-left: 3px;
    text-decoration: underline;
}

.tabs__menu-link.text-button {
    font-size: inherit;
    height: unset;
    line-height: inherit;
    padding-bottom: 5px;
}

#footer .signup-container input[type="email"] {
    width: 50%;
    max-width: 250px;
    height: 42px;
}

.tabs__menu-link.text-button:hover {
    color: #fff;
}

.tabs__menu-link.text-button::before {
    display: none;
}

.tabs__menu-link.text-button::after {
    background-color: #fff;
}

.tabs__details-content {
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.tabs__headings:has(.tabs__title--active) .tabs__title:not(.tabs__title--active) {
    color: rgba(0, 0, 0, .4);
}

#footer .tabs__headings:has(.tabs__title--active) .tabs__title:not(.tabs__title--active) svg path {
    stroke: rgba(0, 0, 0, .4);
}

@media (max-width: 767px) {
    #footer .tabs__headings {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
    }

    .tabs__title,
    newsletter-button {
        font-size: 13px;
    }

    .tabs__details-content .widget.widget--signup {
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
    }

    #footer .signup-container input[type="email"] {
        width: 100%;
        max-width: unset;
    }
}

.tabs__details-content .widget {
    display: grid;
    grid-template-columns: auto auto;
}

.tabs__details:not([open]) {
    display: none;
}

.tabs__content {
    border: 1px solid var(--button-primary-background);
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .tabs__headings {
        flex-direction: row;
    }

    details-tabs {
        padding: 0;
    }
}

/* Cart style */

.product-cart-item--container {
    display: flex;
    flex-direction: column;
}

.product-cart-item--container [data-free-product] {
    order: 1;
}

.cart-drawer .side-panel-inner {
    height: 100dvh;
}

/* Alert message style */

.alert {
    position: fixed;
    z-index: 100;
    opacity: 0;
    bottom: 5%;
    width: calc(100vw - 30px);
    transform: rotateX(90deg);
}

@media screen and (min-width: 1024px) {
    .alert {
      right: 40px;
      width: auto;
    }
}

.alert[data-alert-id="cart-full--cart"] {
    bottom: 17%
}

.alert__wrapper {
    background-color: var(--color-alert-bg);
    color: var(--color-alert-text);
    border-radius: 10rem;
    padding: 1rem 2rem;
}

.alert--active {
    animation: alertShow 3s ease-in;
}

.alert__message {
    margin: 0;  
    text-align: justify;
}
</pre></body></html>