/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"

**/
/* START_SECTION:tremuchi-carousel (INDEX:59) */
<link rel="stylesheet" href="https://use.typekit.net/xny0tfi.css">

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .tremuchi-carousel-wrapper {
        font-family: "neue-haas-grotesk-display", sans-serif;
        background: #ffffff;
        color: #000C52;
        padding: 2rem 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .tremuchi-carousel-container {
        width: 100%;
        padding: 0;
    }

    .tremuchi-carousel-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 2rem;
    position: relative;
    max-width: 100%;
    }

    .tremuchi-carousel-title-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    }

    .tremuchi-carousel-title {
        font-family: inherit;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0;
    }

    /* Heading size variations - EXACTLY matching Shopify's theme defaults */
    /* These sizes come from Shopify's base.css and are applied to h2, h1, h0, hxl, hxxl globally */
    .tremuchi-carousel-title.h2 {
        font-size: calc(var(--font-heading-scale) * 2rem);
    }

    .tremuchi-carousel-title.h1 {
        font-size: calc(var(--font-heading-scale) * 2.6rem);
    }

    .tremuchi-carousel-title.h0 {
        font-size: calc(var(--font-heading-scale) * 3.2rem);
    }

    .tremuchi-carousel-title.hxl {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }

    .tremuchi-carousel-title.hxxl {
        font-size: calc(var(--font-heading-scale) * 5rem);
    }

    /* Desktop sizes - matching Shopify exactly */
    @media screen and (min-width: 750px) {
        .tremuchi-carousel-title.h2 {
            font-size: calc(var(--font-heading-scale) * 3rem);
        }

        .tremuchi-carousel-title.h1 {
            font-size: calc(var(--font-heading-scale) * 4rem);
        }

        .tremuchi-carousel-title.h0 {
            font-size: calc(var(--font-heading-scale) * 5.2rem);
        }

        .tremuchi-carousel-title.hxl {
            font-size: calc(var(--font-heading-scale) * 6.4rem);
        }

        .tremuchi-carousel-title.hxxl {
            font-size: calc(var(--font-heading-scale) * 7.2rem);
        }
    }

    .tremuchi-carousel-nav-buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    }

    .tremuchi-carousel-nav-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    pointer-events: auto;
    }

    .tremuchi-carousel-nav-btn:hover {
        transform: scale(1.15);
    }

    .tremuchi-carousel-nav-btn:active {
        transform: scale(0.95);
    }

    .tremuchi-carousel-nav-btn svg {
        width: 28px;
        height: 28px;
    }

    .tremuchi-carousel-nav-btn svg polyline {
        stroke: #000C52;
        stroke-width: 3;
        fill: none;
    }

    .tremuchi-shop-link {
        text-decoration: none;
        transition: opacity 0.3s ease;
        display: inline-block;
    }

    .tremuchi-shop-link:hover {
        opacity: 0.7;
    }

    .tremuchi-carousel-scroll-wrapper {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tremuchi-carousel-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .tremuchi-carousel-track {
        display: flex;
        gap: clamp(10px, 1vw, 18px);
        cursor: grab;
        padding: 0 2rem;
    }

    .tremuchi-carousel-track.dragging {
        cursor: grabbing;
    }

    .tremuchi-product-card {
        width: clamp(120px, 18vw, 300px);
        min-width: clamp(120px, 18vw, 300px);
        flex-shrink: 0;
        text-align: left;
    }

    .tremuchi-product-image-container {
        position: relative;
        overflow: hidden;
        margin-bottom: clamp(0.4rem, 1.5vw, 0.75rem);
        border-radius: clamp(3px, 0.8vw, 6px);
    }

    .tremuchi-sold-out-badge {
        position: absolute;
        padding: 8px 10px;
        border-radius: 4px;
        font-size: clamp(0.85rem, 1.4vw, 1.15rem);
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        z-index: 2;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .tremuchi-product-price-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .tremuchi-product-price.on-sale {
        color: #B40000;
    }

    .tremuchi-product-price.compare-at {
        text-decoration: line-through;
        color: #636363 !important;
    }

    .tremuchi-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 5/6;
        object-fit: cover;
        display: block;
    }

    .tremuchi-product-image-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .tremuchi-product-image,
    .tremuchi-product-image-hover {
        border-radius: clamp(3px, 0.8vw, 6px);
    }

    .tremuchi-product-card:hover .tremuchi-product-image-hover {
        opacity: 1;
    }

    .tremuchi-add-to-cart {
        position: absolute;
        bottom: clamp(6px, 1.2vw, 10px);
        right: clamp(6px, 1.2vw, 10px);
        width: clamp(28px, 5vw, 40px);
        height: clamp(28px, 5vw, 40px);
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 12, 82, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .tremuchi-product-card:hover .tremuchi-add-to-cart {
        opacity: 1;
    }

    @media (max-width: 800px) {
        .tremuchi-add-to-cart {
            opacity: 1;
        }
    }

    .tremuchi-add-to-cart:hover {
        background: #000C52;
        transform: scale(1.1);
    }

    .tremuchi-add-to-cart:hover svg path {
        fill: #ffffff;
    }

    .tremuchi-add-to-cart svg {
        width: clamp(10px, 2vw, 16px);
        height: clamp(10px, 2vw, 16px);
    }

    .tremuchi-add-to-cart svg path {
        fill: #000C52;
        transition: fill 0.3s ease;
    }

    .tremuchi-quantity-selector {
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: none;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 12, 82, 0.15);
        border-radius: 25px;
        padding: 0.4rem 0.6rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .tremuchi-quantity-selector.active {
        display: flex;
        animation: fadeInScale 0.2s ease;
    }

    .tremuchi-quantity-selector.active ~ .tremuchi-add-to-cart {
        display: none;
    }

    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(0.9);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .tremuchi-quantity-btn {
        background: rgba(0, 12, 82, 0.08);
        border: 1px solid rgba(0, 12, 82, 0.12);
        color: #000C52;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 1.2rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .tremuchi-quantity-btn:hover {
        background: rgba(0, 12, 82, 0.15);
        transform: scale(1.05);
    }

    .tremuchi-quantity-btn:active {
        transform: scale(0.95);
    }

    .tremuchi-quantity-display {
        font-family: "logic-monospace", mono;
        font-size: 1.4rem;
        font-weight: 600;
        color: #000C52;
        min-width: 32px;
        text-align: center;
    }

    .tremuchi-quantity-add {
        background: #000C52;
        color: #ffffff;
        border: 1px solid #000C52;
        min-width: 50px;
        height: 32px;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0 0.75rem;
        font-family: "neue-haas-grotesk-display", sans-serif;
    }

    .tremuchi-quantity-add:hover {
        background: #001a7a;
        transform: scale(1.05);
    }

    .tremuchi-quantity-add:active {
        transform: scale(0.95);
    }

    .tremuchi-quantity-add.adding {
        opacity: 0.8;
        cursor: wait;
    }

    .tremuchi-product-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
        padding: 1rem 1rem;
    }

    .tremuchi-product-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0.25rem;
    }

    .tremuchi-product-title {
        font-size: calc(var(--font-heading-scale) * 1.7rem);
        font-weight: 700;
        margin-bottom: 0.1rem;
        line-height: 1.1;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #000C52;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.2em;
    }

    @media screen and (min-width: 750px) {
        .tremuchi-product-title {
            font-size: calc(var(--font-heading-scale) * 1.8rem);
        }
    }

    .tremuchi-product-variant {
        font-family: "logic-monospace", mono;
        font-size: clamp(0.7rem, 1.5vw, 1.2rem);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.05em;
        word-spacing: -0.35em;
        color: #636363;
    }

    .tremuchi-product-variant-count {
        font-size: clamp(0.7rem, 1.5vw, 1.2rem);
        color: #636363;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: 0.25rem;
        letter-spacing: 0.05em;
    }

    .tremuchi-product-price {
        font-family: "logic-monospace", monospace;
        font-size: 1.6rem;
        font-weight: 600;
        color: #636363;
    }

    .tremuchi-view-more-card {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 20px;
        background: transparent;
        border: none;
    }

    .tremuchi-view-more-arrow {
        font-size: 3rem;
        margin-bottom: 0.5rem;
        color: #000C52;
        font-weight: 300;
    }

    .tremuchi-view-more-text {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #000C52;
    }

    @media (max-width: 800px) {
        .tremuchi-carousel-wrapper {
         padding: 1.5rem 0;
        }

        .tremuchi-carousel-header {
        padding: 0 1rem;
        margin-bottom: 1.5rem;
        }

        .tremuchi-carousel-nav-buttons {
        gap: 0;
        }

        .tremuchi-carousel-nav-btn svg {
         width: 18px;
        height: 18px;
        }

        .tremuchi-carousel-nav-btn svg polyline {
        stroke-width: 2.5;
        }

        .tremuchi-carousel-track {
            padding: 0 1rem;
            gap: 8px;
        }

        .tremuchi-product-card {
            width: clamp(140px, 40vw, 200px);
            min-width: clamp(140px, 40vw, 200px);
        }

        .tremuchi-product-image-container {
            margin-bottom: 0.5rem;
            border-radius: 4px;
        }

        .tremuchi-sold-out-badge {
            padding: 6px 8px;
            font-size: 0.85rem;
        }

        .tremuchi-product-image,
        .tremuchi-product-image-hover {
            border-radius: 4px;
        }

        .tremuchi-add-to-cart {
            width: 28px;
            height: 28px;
            bottom: 6px;
            right: 6px;
        }

        .tremuchi-add-to-cart svg {
            width: 10px;
            height: 10px;
        }

        .tremuchi-quantity-selector {
            bottom: 6px;
            right: 6px;
            padding: 0.3rem 0.5rem;
            border-radius: 20px;
            gap: 0.35rem;
        }

        .tremuchi-quantity-btn {
            width: 24px;
            height: 24px;
            font-size: 1rem;
        }

        .tremuchi-quantity-display {
            font-size: 1.1rem;
            min-width: 24px;
        }

        .tremuchi-quantity-add {
            min-width: 42px;
            height: 28px;
            font-size: 0.65rem;
            padding: 0 0.6rem;
        }

        .tremuchi-product-info {
            gap: 0.1rem;
            padding: 0 0.25rem;
        }

        .tremuchi-product-title {
            font-size: calc(var(--font-heading-scale) * 1.4rem);
            margin-bottom: 0.05rem;
        }

        .tremuchi-product-variant {
            font-size: 0.9rem;
        }

        .tremuchi-product-variant-count {
            font-size: 0.9rem;
        }

        .tremuchi-product-price {
            font-size: 1.2rem;
            margin-top: 0.1rem;
        }

        .tremuchi-view-more-card {
            padding: 30px 15px;
        }

        .tremuchi-view-more-arrow {
            font-size: 1.8rem;
            margin-bottom: 0.35rem;
        }

        .tremuchi-view-more-text {
            font-size: 0.7rem;
        }
    }
/* END_SECTION:tremuchi-carousel */
