/** Shopify CDN: Minification failed

Line 128:15 Expected ":"

**/
.product-card .product-card-quickview {
    bottom: 15px;
    top: unset
}

.product-card .product-card-quickview:hover span {
    max-width: unset
}

.product-card .product-card-quickview span {
    text-transform: uppercase
}

.product-card .product-card-title {
    font-size: .8rem;
    font-weight: 400
}

.product-card .price {
    font-size: .8rem;
    font-weight: 600
}

.product-card .product-card--add-to-cart-button svg {
    fill: #fff;
    stroke: #fff;
    padding: 4px
}

.product-card .product-card--add-to-cart-button svg path {
    fill: #fff;
    stroke: #fff
}

.thb-secondary-cart svg {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.thb-secondary-cart svg path {
    fill: var(--color-header-transparent-text, --color-header-icons)
}

.header.is-sticky .thb-secondary-cart svg {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--color-header-icons, --color-accent);
    stroke: var(--color-header-icons, --color-accent)
}

.header.is-sticky .thb-secondary-cart svg path {
    fill: var(--color-header-icons, --color-accent);
    stroke: var(--color-header-icons, --color-accent)
}

#header.home:not(.is-sticky).open-menu img {
    opacity: 0
}

#header.home:not(.is-sticky).open-menu .logoimg--light {
    opacity: .7
}

#header.home:not(.is-sticky) .row.expanded .columns {
    grid-template-columns: 1fr 2.5fr 1fr
}

#header.home:not(.is-sticky) .row.expanded .columns .logolink img {
    transform: translate(-50%, 185%) scale(5);
    top: 50%;
    width: fit-content;
    left: 50%;
}

#header.home.is-sticky .row.expanded .columns {
    grid-template-columns: 1fr 2.5fr 1fr
}

#header.home.is-sticky .row.expanded .columns .logolink img {
    transform: scale(1)
}

@media(max-width: 768px) {
    #header.home:not(.is-sticky) .row.expanded .columns .logolink img {
        transform: translate(-50%, 185%) scale(3);

    }
}

.thb-product-detail .product-title-container .product-title {
    font-size: calc(var(--font-heading-scale)*1.2rem);
    line-height: 135%;
    margin-bottom: 10px
}

.thb-product-detail .product-price-container .price {
    font-size: 1.1rem !important;
    font-weight: 600
}

.slideshow__slide-content .button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 12px 60px
}

.slideshow__slide-content .button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.revealed-media-button .revealed-media-button_container .revealed-media-button_container--button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-r4px;
    adius: padding:12px 60px
}

.revealed-media-button .revealed-media-button_container .revealed-media-button_container--button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.revealed-media--content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.product-card-quickview.product-card--add-to-cart-button {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    background: #000;
    height: unset;
    width: fit-content;
    overflow: hidden;
    transition: width 500ms ease-in-out;
    left: unset
}

.product-card-quickview.product-card--add-to-cart-button .quick-add-variant:not(.not-available) {
    color: #fff;
    transition: width 500ms
}

.product-card-quickview.product-card--add-to-cart-button .quick-add-variant.not-available {
    color: rgba(0, 0, 0, .8);
    pointer-events: none
}


.product-card-quickview.product-card--add-to-cart-button:hover span {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    transition: width 500ms ease-in-out;
    flex-wrap: nowrap;
    background-color: #000;
    padding: 10px
}

.product-card-quickview.product-card--add-to-cart-button:hover span .quick-add-variant:hover {
    color: #fff
}

.product-card-quickview.product-card--add-to-cart-button span {
    max-width: 0px;
    width: 50px;
    max-height: 0px;
    height: 0px;
    transition: width 500ms ease-in-out;
    flex-wrap: nowrap;
    overflow: hidden
}

.product-card-quickview.product-card--add-to-cart-button.loading span .quick-add-variant {
    visibility: hidden
}

.wim-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 12px 60px;
    border-color: #fff
}

.wim-button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}