/** Shopify CDN: Minification failed

Line 680:0 Unexpected "}"

**/
/* Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* Mitchell & Ness メイン商品詳細 スタイル - Under Armour風フルワイドレイアウト */
/* Mitchell & Ness 商品ページの優先オーバーライドスタイル */

/* メインコンテナ - 通常レイアウト（固定画像） */
.mn-main-product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: flex !important;
}

/* フルワイド画像メディアコンテナ */
.mn-product-media-fullwidth {
    display: none;
}

@media (min-width: 769px) {
    .mn-product-media-fullwidth {
        display: block;
        width: 100% !important;
        background: transparent !important;
        z-index: 2 !important;
        overflow: hidden !important;
    }
}

/* タブレット: 縦積み */
@media (min-width: 769px) and (max-width: 1023px) {
    .mn-product-media-fullwidth {
        height: 70vh !important;
        position: relative !important;
        margin-bottom: 0 !important;
    }
}

/* デスクトップ: 横並び */
@media (min-width: 1024px) {
    .mn-product-media-fullwidth {
        height: 75vh !important;
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
    }
}

/* 中画面デスクトップ: 高さを抑えて左側に収める */
@media (min-width: 1024px) and (max-width: 1199px) {
    /* .mn-product-media-fullwidth {
        height: 70vh !important;
    } */
}

:root {
    --pdp-enhanced-panel-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    --pdp-enhanced-panel-border-radius: 8px;
    --pdp-enhanced-panel-padding: 28px;
    --pdp-enhanced-panel-desktop-width: 500px;
    --product-info-container-top-padding: 0;
    --main-image-width: calc(100vw - 500px);
    --safe-margin-bottom: 0px;
    --ratio-4x5: 0.8;
}

/* 商品情報パネル - 通常フロー */
.mn-product-info-container {
    position: static !important;
    width: var(--pdp-enhanced-panel-desktop-width) !important;
    min-height: auto !important;
    background: white !important;
    z-index: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.mn-product-info-wrapper {
    padding: var(--product-info-container-top-padding) var(--pdp-enhanced-panel-padding) !important;
    height: auto !important;
    overflow-y: visible !important;
}

.mn-product-info-wrapper::-webkit-scrollbar {
    display: none !important;
}

.mn-product-info-content {
    min-height: auto !important;
    padding-bottom: 2rem !important;
}

/* 1480px以上: 最大サイズ (96vh + 500px商品情報) */
@media screen and (min-width: 1480px) {
    .mn-product-media-fullwidth {
        width: calc(100% - 500px) !important;
        flex-shrink: 0 !important;
    }

    .mn-product-info-container {
        width: 500px !important;
        margin-left: 0 !important;
        padding-top: 1rem;
    }
}

/* 1280px-1479px: 中大画面 (85vh + 450px商品情報) */
@media screen and (min-width: 1280px) and (max-width: 1479px) {
    .mn-product-media-fullwidth {
        width: calc(100% - 450px) !important;
        flex-shrink: 0 !important;
    }

    .mn-product-info-container {
        width: 450px !important;
        margin-left: 0 !important;
    }
}

/* 1024px-1279px: 中画面 (75vh + 400px商品情報) */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .mn-product-media-fullwidth {
        width: calc(100% - 400px) !important;
        flex-shrink: 0 !important;
    }

    .mn-product-info-container {
        width: 400px !important;
        margin-left: 0 !important;
    }
}


/* タブレット: 縦積み専用調整 */
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mn-main-product {
        padding: 1rem 0 1rem 1rem !important;
    }

    .mn-product-info-container {
        width: calc(100% - 1rem) !important;
    }

    .mn-product-info-wrapper {
        padding: 2rem 0 !important;
    }
}

/* タブレット・モバイルレイアウト - 縦積み */
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .mn-main-product {
        flex-direction: column !important;
    }

    .mn-product-media-fullwidth {
        position: relative !important;
        height: 70vh !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .mn-main-product {
        flex-direction: column !important;
        padding: 1rem 0 1rem 1rem !important;
    }

    .mn-product-media-fullwidth {
        display: block !important;
        position: relative !important;
        height: auto !important;
        width: 100% !important;
    }

    .mn-product-info-container {
        position: static !important;
        width: 100% !important;
        min-height: auto !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .mn-product-info-wrapper {
        padding: 1rem 1rem 1rem 0 !important;
    }

    .mn-product-title {
        font-size: 1.875rem !important;
    }
}

/* 商品メディア - レスポンシブ対応 */
.mn-product-media {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    margin-bottom: 1rem !important;
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-product-media {
        position: relative !important;
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mn-product-media {
        position: sticky !important;
        top: 2rem !important;
        height: fit-content !important;
        margin-bottom: 0 !important;
    }
}

.mn-product-media__wrapper {
    width: 100% !important;
}


/* 水平画像スライダー - 全デバイス対応 */
@media screen and (max-width: 768px) {
    .mn-image-slider {
        display: block;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }
}

@media (min-width: 769px) {
    .mn-image-slider {
        display: block;
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        top: 0 !important;
        left: 0 !important;
    }
}

/* スライドカウンター - 全デバイス対応 */
@media screen and (max-width: 768px) {
    .mn-slide-counter {
        display: block !important;
        position: absolute !important;
        top: 1rem !important;
        left: 1rem !important;
        z-index: 2 !important;
        background: rgba(0, 0, 0, 0.6) !important;
        color: white !important;
        padding: 0.25rem 0.5rem !important;
        border-radius: 12px !important;
        font-size: 0.75rem !important;
        font-weight: 600 !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        user-select: none !important;
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .mn-slide-counter {
        display: block;
        position: absolute !important;
        top: 1rem !important;
        left: 1rem !important;
        z-index: 1 !important;
        background: rgba(0, 0, 0, 0.6) !important;
        color: white !important;
        padding: 0.5rem 1rem !important;
        border-radius: 20px !important;
        font-size: 0.875rem !important;
        font-weight: 600 !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        user-select: none !important;
        pointer-events: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-slide-counter {
        top: 0.75rem !important;
        left: 0.75rem !important;
        padding: 0.375rem 0.75rem !important;
        font-size: 0.75rem !important;
    }
}

/* スライダーヘッダー - 全デバイス対応 */
@media screen and (max-width: 768px) {
    .mn-slider-header {
        display: flex !important;
        position: absolute !important;
        top: 0.5rem !important;
        right: 2.5rem !important;
        z-index: 1 !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .mn-slider-header {
        display: flex !important;
        position: absolute !important;
        top: 0.75rem !important;
        /* left: calc(50% - 64px) !important; */
        right: 2rem !important;
        z-index: 1 !important;
        align-items: center !important;
        gap: 1.5rem !important;
        background: transparent !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-slider-header {
        /* top: 0.75rem !important; */
        right: 1rem !important;
        gap: 1rem !important;
    }
}

.mn-slider-nav {
    display: flex !important;
    gap: 0.5rem !important;
    z-index: 1 !important;
}

/* スライダーラッパー - 全デバイス対応 */
@media screen and (max-width: 768px) {
    .mn-slider-wrapper {
        display: block;
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-slider-wrapper {
        display: block;
        position: absolute !important;
        width: 100% !important;
        height: 70vh !important;
        top: 0 !important;
        left: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mn-slider-wrapper {
        display: block;
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
}

/* 水平スクロールコンテナ - モバイル対応 */
@media screen and (max-width: 768px) {
    .mn-slider-container {
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        height: 88vw !important;
        width: 100% !important;
        gap: 0.75rem !important;
        padding: 0 1rem 0 0 !important;
        box-sizing: border-box !important;
    }

    .mn-slider-container::-webkit-scrollbar {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .mn-slider-container {
        display: flex !important;
        gap: 0.75rem !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-behavior: smooth !important;
        padding: 0 1rem !important;
        cursor: grab !important;
        scrollbar-width: none !important;
        height: 100% !important;
        align-items: flex-start !important;
        /* Firefox */
        -ms-overflow-style: none !important;
        /* IE */
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-slider-container {
        padding: 0 0.75rem !important;
        gap: 1rem !important;
    }
}

.mn-slider-container::-webkit-scrollbar {
    display: none !important;
    /* Chrome, Safari */
}

.mn-slider-container:active {
    cursor: grabbing !important;
}

/* 個別スライド - 全デバイス対応 */
@media screen and (max-width: 768px) {
    .mn-slide {
        display: block !important;
        flex: 0 0 88vw !important;
        min-width: 88vw !important;
        width: 88vw !important;
        height: 88vw !important;
        scroll-snap-align: start !important;
        position: relative !important;
        background: white !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .mn-slide:last-child {
        margin-right: 0 !important;
    }

    /* 画像を正方形で表示 */
    .mn-slide .mn-responsive-image {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1/1 !important;
        object-fit: cover !important;
    }

    .mn-slide-image-container {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1/1 !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .mn-slide {
        display: block;
        flex: 0 0 auto !important;
        width: 70vh !important;
        height: 70vh !important;
        aspect-ratio: 1/1 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: white !important;
        transition: none !important;
        position: relative !important;
    }
}

/* 1480px以上: 96vh画像サイズ */
@media (min-width: 1480px) {
    .mn-slide {
        display: block;
        flex: 0 0 auto !important;
        width: auto !important;
        height: 100% !important;
        aspect-ratio: 1/1 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: white !important;
        transition: none !important;
        position: relative !important;
    }
}

/* 1280px-1479px: 85vh画像サイズ */
@media (min-width: 1280px) and (max-width: 1479px) {
    .mn-slide {
        display: block;
        flex: 0 0 auto !important;
        width: auto !important;
        height: 100% !important;
        aspect-ratio: 1/1 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: white !important;
        transition: none !important;
        position: relative !important;
    }
}

/* 1024px-1279px: 60vh画像サイズ */
@media (min-width: 1024px) and (max-width: 1279px) {
    .mn-slide {
        display: block;
        flex: 0 0 auto !important;
        width: 60vh !important;
        height: 60vh !important;
        aspect-ratio: 1/1 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: white !important;
        transition: none !important;
        position: relative !important;
    }
}

.mn-slide:hover {
    transform: none !important;
}

.mn-slide-image-container {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mn-responsive-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}


/* プログレスバー */
.mn-progress-container {
    padding: 1rem !important;
    background: transparent !important;
}

.mn-progress-track {
    width: 100% !important;
    height: 4px !important;
    background: #e5e7eb !important;
    border-radius: 2px !important;
    position: relative !important;
    overflow: hidden !important;
}

.mn-progress-bar {
    height: 100% !important;
    background: #000 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
    top: 0 !important;
}



.mn-product-media__thumbnail:hover {
    border-color: #e5e7eb !important;
    transform: translateY(-2px) !important;
}

.mn-product-media__thumbnail--active {
    border-color: #000 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.mn-product-media__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

/* サムネイルナビゲーション */
.mn-product-media__thumbnails {
    display: flex !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-top: 1rem !important;
}

.mn-product-media__thumbnail {
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    padding: 0 !important;
    background: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden !important;
}

.mn-product-media__thumbnail:hover {
    border-color: #e5e7eb !important;
    transform: translateY(-2px) !important;
}

.mn-product-media__thumbnail--active {
    border-color: #000 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.mn-product-media__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

/* 画像スライダーのモバイルレスポンシブ */
@media (max-width: 768px) {
    .mn-slider-container {
        aspect-ratio: 1/1 !important;
    }

    .mn-main-product .mn-nav-btn {
        width: 36px !important;
        height: 36px !important;
    }

    .mn-main-product .mn-nav-btn svg {
        width: 16px !important;
        height: 16px !important;
    }
}

.mn-slide-arrow {
    width: 36px !important;
    height: 36px !important;
}

.mn-slide-prev {
    left: 0.5rem !important;
}

.mn-slide-next {
    right: 0.5rem !important;
}

.mn-product-media__thumbnails {
    gap: 0.5rem !important;
}

.mn-product-media__thumbnail {
    width: 60px !important;
    height: 60px !important;
}

.mn-video-play-button {
    width: 50px !important;
    height: 50px !important;
}
}

/* 商品情報コンテンツスタイル - Under Armour風 */
/* パンくずリスト */
.mn-breadcrumb {
    margin-bottom: 1rem !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
}

.mn-breadcrumb__link {
    color: #6b7280 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.mn-breadcrumb__link:hover {
    color: #000 !important;
}

.mn-breadcrumb__separator {
    margin: 0 0.5rem !important;
    color: #d1d5db !important;
}

.mn-breadcrumb__current {
    color: #374151 !important;
    font-weight: 500 !important;
}

/* 商品タイトル */
.mn-product-title {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 0 1rem !important;
    letter-spacing: 0 !important;
}

/* 商品タイプ */
.mn-product-type {
    font-size: 1rem !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    margin: 0 0 1.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

/* 評価 */
.mn-product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 1rem 0 1.5rem !important;
}

.mn-rating-stars {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

.mn-stars {
    color: #fbbf24 !important;
    font-size: 1.125rem !important;
    letter-spacing: 0.1em !important;
}

.mn-rating-value {
    font-weight: 600 !important;
    color: #374151 !important;
    margin-left: 0.5rem !important;
}

.mn-rating-link {
    color: #6b7280 !important;
    text-decoration: underline !important;
    font-size: 0.875rem !important;
    transition: color 0.2s ease !important;
}

.mn-rating-link:hover {
    color: #000 !important;
}

/* サイズチャートボタン */
.mn-product__size-chart {
    position: relative;
}

.mn-size-chart-link {
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    background: none;
    border: none;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease;
    display: inline-block;
}

.mn-size-chart-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2d2d2d;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mn-size-chart-link:hover {
    color: #666;
}

.mn-size-chart-link:hover::after {
    transform: scaleX(0);
    background-color: #666;
}

/* Mitchell & Ness バッジ */
.mn-authenticity-badge {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%) !important;
    color: white !important;
    padding: 1rem 1.5rem !important;
    border-radius: 8px !important;
    margin: 1.5rem 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
}

.mn-authenticity-badge::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
    transition: left 0.6s ease !important;
}

.mn-authenticity-badge:hover::before {
    left: 100% !important;
}

.mn-badge {
    font-weight: 800 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    margin-bottom: 0.25rem !important;
}

.mn-badge-subtitle {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    opacity: 0.9 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* 価格ラッパー */
.mn-price-wrapper {
    margin: 1.5rem 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}

.mn-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    margin-bottom: 0 !important;
}

.mn-price-current,
.mn-price-sale {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #2d2d2d;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

/* 価格税表示ラベル - 小さいフォントサイズ */
.mn-price-tax {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    margin-left: 0.25rem !important;
    letter-spacing: 0 !important;
}

.mn-price-original {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1rem !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

.mn-price-off {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    color: #e61937 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

.mn-price-note {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
    font-style: italic !important;
}

/* バリアントピッカー - 新スタイル */
.mn-variant-picker {
    margin: 2rem 0;
}

.mn-variant-option {
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mn-variant-option__name {
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: 2D2D2D;
    font-size: 0.9rem;
    display: block;
}

.mn-variant-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.mn-variant-item {
    margin: 0 !important;
}

.mn-variant-radio {
    position: absolute;
    opacity: 0;
}

.mn-variant-label-new {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem 0.75rem !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-weight: 400 !important;
    min-width: 50px !important;
    background: white !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    text-align: center !important;
}

.mn-variant-label-new:hover {
    border-color: #ccc !important;
    background-color: #f9fafb !important;
}

.mn-variant-radio:checked+.mn-variant-label-new {
    border-color: #ccc !important;
    background-color: #F6F6F8 !important;
    font-weight: 500;
    color: #000 !important;
}

/* レガシーバリアントスタイル（下位互換性用） */
.mn-variant-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    min-width: 60px;
    background: white;
    color: #374151;
}

.mn-variant-label:hover {
    border-color: #ccc;
    background-color: #f9fafb;
}

.mn-variant-radio:checked+.mn-variant-label {
    border-color: #2D2D2D;
    background-color: #2D2D2D;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 数量 - 新スタイル */
.mn-quantity-wrapper {
    margin: 2rem 0;
}

.mn-quantity-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2D2D2D;
    font-size: 1rem;
}

.mn-quantity-container {
    display: flex !important;
    align-items: center !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 6px !important;
    width: fit-content !important;
    background: white !important;
    overflow: hidden !important;
}

.mn-quantity-btn {
    background: none !important;
    border: none !important;
    padding: 0.875rem 1rem !important;
    cursor: pointer !important;
    color: #000 !important;
    transition: background-color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    height: 44px !important;
}

.mn-quantity-btn:hover {
    background-color: #f3f4f6 !important;
}

.mn-quantity-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.mn-quantity-btn svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

.mn-quantity-input {
    border: none !important;
    text-align: center !important;
    width: 80px !important;
    padding: 0.875rem 0.5rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    background: transparent !important;
    color: #000 !important;
    outline: none !important;
}

.mn-quantity-input:focus {
    outline: none !important;
}

/* レガシー数量スタイル（下位互換性用） */
.mn-quantity {
    display: flex;
    align-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    width: fit-content;
    background: white;
}

.mn-quantity__button {
    background: none;
    border: none;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2D2D2D;
    transition: background-color 0.2s ease;
    min-width: 50px;
}

.mn-quantity__button:hover {
    background-color: #f3f4f6;
}

.mn-quantity__input {
    border: none;
    text-align: center;
    width: 80px;
    padding: 1rem 0;
    font-weight: 600;
    font-size: 1rem;
    background: transparent;
}

/* ボタン - Under Armour風 */
/* ボタンスタイル - Under Armourインスパイアード */
.mn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem 2rem !important;
    height: 50px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
    cursor: pointer !important;
    border: none !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    position: relative !important;
    overflow: hidden !important;
}

.mn-btn--primary {
    background-color: #000 !important;
    color: white !important;
    border: 2px solid #000 !important;
}

.mn-btn--primary:hover {
    background-color: #9ca3af !important;
    border-color: #9ca3af !important;
    transform: none !important;
}

.mn-btn--primary:disabled {
    background-color: #9ca3af !important;
    border-color: #9ca3af !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.mn-btn--full-width {
    width: 100% !important;
    margin-bottom: 1rem !important;
}

/* 商品フォームボタン */
.mn-product-form__buttons {
    margin: 2rem 0;
}

.mn-product-form__buttons .mn-btn {
    min-height: 56px;
    font-size: 1.125rem;
}

/* 追加情報 - Under Armour風 */
.mn-product-additional-info {
    margin-top: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    position: relative;
}

.mn-product-additional-info::before {
    content: "送料・返品無料";
    display: inline-block;
    background: #10b981;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    position: absolute;
    top: -12px;
    left: 2rem;
}

.mn-shipping-info,
.mn-return-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #374151;
    font-weight: 500;
    margin-top: 1rem;
}

.mn-shipping-info:last-child,
.mn-return-info:last-child {
    margin-bottom: 0;
}

.mn-shipping-icon,
.mn-return-icon {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

/* モバイルレスポンシブ */
@media (max-width: 768px) {
    .mn-authenticity-badge {
        padding: 10px 16px;
        font-size: 14px;
    }

    .mn-vendor-info {
        padding: 10px 12px;
        font-size: 13px;
    }

    .mn-size-guide a {
        padding: 6px 12px;
        font-size: 14px;
    }

    .mn-variant-label-new {
        padding: 0.75rem 1rem !important;
        font-size: 0.875rem !important;
        min-width: 50px !important;
    }

    .mn-quantity-container {
        width: 100% !important;
        max-width: 200px !important;
    }

    .mn-quantity-input {
        width: 60px !important;
        padding: 0.75rem 0.25rem !important;
    }

    .mn-quantity-btn {
        min-width: 40px !important;
        height: 40px !important;
        padding: 0.75rem 0.875rem !important;
    }
}

/* 売り切れボタンのスタイル */
.mn-btn.sold-out {
    background-color: #9ca3af !important;
    border-color: #9ca3af !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.mn-btn.sold-out:hover {
    background-color: #9ca3af !important;
    border-color: #9ca3af !important;
    transform: none !important;
}

/* RuffRuff予約販売アプリ対応 - 非表示要素の完全削除 */
._hide_1yeq6_5 {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

/* RuffRuff予約販売 - 親コンテナの調整 */
.mn-product-form__buttons:has(._hide_1yeq6_5) {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* RuffRuff予約販売 - より具体的なセレクタ */
button.mn-btn.mn-btn--primary.mn-btn--full-width._hide_1yeq6_5,
.mn-btn._hide_1yeq6_5 {
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* ユーティリティクラス */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* フォーカス状態（新要素用） */
.mn-variant-radio:focus+.mn-variant-label-new {
    outline: none !important;
}

.mn-quantity-btn:focus {
    outline: none !important;
}

.mn-quantity-input:focus {
    outline: none !important;
}

/* ヘリテージコレクションバナースタイル */
.mn-heritage-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mn-heritage-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.mn-heritage-banner h1,
.mn-heritage-banner .subtitle {
    position: relative;
    z-index: 1;
}

/* 商品カードの拡張スタイル（Mitchell & Ness商品用） */
.mn-product-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mn-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}



/* モバイルレスポンシブ - Under Armour風 */
@media screen and (max-width: 1023px) {
    .mn-main-product {
        padding: 0 16px;
    }

    .mn-product-container {
        gap: 2rem;
    }

    .mn-product-title {
        font-size: 2rem;
    }

    .mn-product-media {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .mn-product-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .mn-price-current,
    .mn-price-sale {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
        font-size: 1.75rem;
    }

    .mn-breadcrumb {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .mn-breadcrumb__current {
        width: 100%;
        margin-top: 0.5rem;
    }

    .mn-variant-label {
        padding: 0.875rem 1.25rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
    }

    .mn-quantity__button {
        padding: 0.875rem 1rem;
        font-size: 1.125rem;
    }

    .mn-quantity__input {
        width: 70px;
        padding: 0.875rem 0;
    }

    .mn-btn {
        padding: 1rem 1.5rem;
        font-size: 0.875rem;
    }

    .mn-product-additional-info {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    .mn-product-additional-info::before {
        left: 1.5rem;
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }

    .mn-product-media__thumbnails {
        gap: 0.5rem;
    }

    .mn-product-media__thumbnail {
        width: 70px;
        height: 70px;
    }
}

/* デスクトップ向けホバーエフェクト */
@media (hover: hover) {


    .mn-quantity__button:hover {
        transform: scale(1.05);
    }
}

/* アクセシビリティ用フォーカス状態 */
.mn-variant-radio:focus+.mn-variant-label {
    outline: none;
}

.mn-btn:focus {
    outline: none;
}

.mn-quantity__input:focus {
    outline: none;
}

.mn-quantity__button:focus {
    outline: none;
}

/* 水平スライダー用ビデオコンテナ */
.mn-video-container {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.mn-video-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mn-video-play-button {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 60px !important;
    height: 60px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(4px) !important;
    z-index: 10 !important;
}

.mn-video-play-button:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
}

.mn-video-play-button svg {
    width: 24px !important;
    height: 24px !important;
    margin-left: 2px !important;
}

/* アクセシビリティ用フォーカススタイル */
.mn-nav-btn:focus,
.mn-video-play-button:focus {
    outline: none !important;
}

/* ナビゲーションボタン - 商品詳細ページ専用 */
.mn-main-product .mn-nav-btn {
    border-radius: 50% !important;
    border: 1px solid #e1e1e1 !important;
    background: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    color: #000 !important;
}

.mn-main-product .mn-nav-btn:hover {
    background: #333 !important;
    color: #fff !important;
    border-color: #333 !important;
}

.mn-main-product .mn-nav-btn:disabled {
    cursor: not-allowed !important;
    transform: none !important;
}

/* デスクトップ・タブレット用サイズ */
@media (min-width: 769px) {
    .mn-main-product .mn-nav-btn {
        width: 44px !important;
        height: 44px !important;
    }

    .mn-main-product .mn-nav-btn svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/* 商品詳細拡張スタイル */
.mn-product-extended-info {
    margin-top: 2rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.mn-section-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin: 2rem 0 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.mn-product-description {
    font-size: 1rem;
    margin-top: 2.5rem !important;
    line-height: 1.6 !important;
    color: #374151 !important;
}

.mn-product-description p {
    margin-top: 1rem;
}

.mn-size-info,
.mn-care-info,
.mn-shipping-details,
.mn-brand-info {
    margin-bottom: 2rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

.mn-size-guide-link {
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: opacity 0.2s ease !important;
}

.mn-size-guide-link:hover {
    opacity: 0.8 !important;
}

.mn-care-info ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 1rem 0 !important;
}

.mn-care-info li {
    padding: 0.5rem 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    position: relative !important;
    padding-left: 1.5rem !important;
}

.mn-care-info li:before {
    content: "•" !important;
    color: #000 !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 0 !important;
}

.mn-shipping-details h4 {
    font-weight: 600 !important;

    margin: 1.5rem 0 0.5rem !important;
    font-size: 1rem !important;
}

.mn-brand-info {
    padding: 2rem !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border-left: 4px solid #000 !important;
    margin-bottom: 3rem !important;
}

/* Mitchell & Ness バリアント選択カスタムスタイル */
.mn-variant-picker {
    margin-bottom: 2rem !important;
}

.mn-variant-picker .form__label {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #000 !important;
    margin-bottom: 0.8rem !important;
    display: block !important;
}

.mn-variant-picker .variant-input {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.mn-variant-picker .variant-label {
    display: inline-block !important;
    padding: 0.75rem 1.5rem !important;
    margin: 0 0.5rem 0.5rem 0 !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #374151 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    min-width: 60px !important;
}

.mn-variant-picker .variant-label:hover {
    border-color: #000 !important;
    background: #f9fafb !important;
}

.mn-variant-picker .variant-input:checked+.variant-label {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.mn-variant-picker .variant-label--disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
}

.mn-variant-picker .variant-input:disabled+.variant-label {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
}

.mn-variant-picker .variant-input:disabled+.variant-label:hover {
    border-color: #e5e7eb !important;
    background: #fff !important;
    color: #374151 !important;
}

.mn-variant-picker fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 1.5rem 0 !important;
}

.mn-variant-picker legend {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #000 !important;
    margin-bottom: 0.8rem !important;
    padding: 0 !important;
}

/* Mitchell & Ness バリアントピッカーオーバーライド */
.mn-variant-picker-wrapper .product-form__input--pill {
    margin-bottom: 1.5rem;
}

.mn-variant-picker-wrapper .form__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    display: block;
}

/* Mitchell & Ness バリアントボタンのベーススタイル */
.mn-variant-picker-wrapper .product-form__input--pill .product-form__item {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.mn-variant-picker-wrapper .product-form__input--pill input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* 🎯 OVERRIDE: Shopify標準を上書きする最強セレクタ - すっきりデザイン */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]+label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* よりコンパクトなパディング */
    padding: 0.5rem 1rem !important;
    margin: 0.3rem 0.5rem 0.3rem 0 !important;

    /* 細いボーダーとすっきりした角丸 */
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background: white !important;

    /* シンプルなテキストスタイル */
    color: #374151 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;

    /* スムーズなインタラクション */
    cursor: pointer !important;
    user-select: none !important;
    transition: all 0.15s ease !important;

    /* レイアウト */
    min-width: 50px !important;
    position: relative !important;
}

/* before疑似要素の完全無効化 */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]+label:before {
    display: none !important;
    content: none !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]+label:hover {
    border-color: #9ca3af !important;
    background-color: #f9fafb !important;
}

/* 選択状態 - シャドウなしですっきり */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]:checked+label {
    border-color: #2D2D2D !important;
    background-color: #2D2D2D !important;
    color: white !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 在庫なし（売り切れ）バリエーションのスタイル - 視覚的に明確に */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]:disabled+label {
    /* 基本的な無効化スタイル */
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #f9f9f9 !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
    transform: none !important;
    box-shadow: none !important;

    /* 取り消し線を追加 */
    text-decoration: line-through !important;
    text-decoration-color: #ef4444 !important;
    text-decoration-thickness: 2px !important;

    /* 追加的な視覚的フィードバック */
    position: relative !important;
}

/* 在庫なしの追加視覚エフェクト - 斜線オーバーレイ */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]:disabled+label::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 10% !important;
    right: 10% !important;
    height: 1px !important;
    background-color: #9ca3af !important;
    transform: translateY(-50%) rotate(-15deg) !important;
    pointer-events: none !important;
}

/* ホバー時も無効化状態を維持 */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]:disabled+label:hover {
    border-color: #e5e7eb !important;
    background-color: #f9f9f9 !important;
    transform: none !important;
    cursor: not-allowed !important;
}

/* 在庫なしバリエーションを確実に選択不可にする - .disabled クラス対応 */
.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"].disabled+label {
    /* .disabled クラス用の同じスタイル */
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #f9f9f9 !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
    transform: none !important;
    box-shadow: none !important;
    text-decoration: line-through !important;
    text-decoration-color: #9ca3af !important;
    text-decoration-thickness: 2px !important;
    position: relative !important;
}

.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"].disabled+label::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 10% !important;
    right: 10% !important;
    height: 1px !important;
    background-color: #9ca3af !important;
    transform: translateY(-50%) rotate(-15deg) !important;
    pointer-events: none !important;
}

.mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"].disabled+label:hover {
    border-color: #e5e7eb !important;
    background-color: #f9f9f9 !important;
    transform: none !important;
    cursor: not-allowed !important;
}

/* ===== 在庫なしバリエーション - 追加視覚効果 ===== */

/* JavaScript で追加される .mn-variant-sold-out クラス用スタイル */
.mn-variant-picker-wrapper .mn-variant-sold-out {
    /* より強い無効化表示 */
    opacity: 0.4 !important;
    background: repeating-linear-gradient(45deg,
            #f9f9f9,
            #f9f9f9 5px,
            #f3f3f3 5px,
            #f3f3f3 10px) !important;

    /* ボーダーも薄く */
    border-color: #e0e0e0 !important;
    border-style: dashed !important;

    /* ポインターイベントを完全に無効化 */
    pointer-events: none !important;
    user-select: none !important;
}

/* 在庫なしバリエーションのホバー効果を完全に無効化 */
.mn-variant-picker-wrapper .mn-variant-sold-out:hover {
    transform: none !important;
    box-shadow: none !important;
    background: repeating-linear-gradient(45deg,
            #f9f9f9,
            #f9f9f9 5px,
            #f3f3f3 5px,
            #f3f3f3 10px) !important;
    border-color: #e0e0e0 !important;
    opacity: 0.4 !important;
}

/* アクセシビリティ: フォーカス時の表示 */
.mn-variant-picker-wrapper input[type="radio"]:disabled:focus+label,
.mn-variant-picker-wrapper input[type="radio"].disabled:focus+label {
    outline: 2px solid #9ca3af !important;
    outline-offset: 2px !important;
}

/* モバイル対応 - 在庫なしバリエーション */
@media (max-width: 768px) {
    .mn-variant-picker-wrapper .mn-variant-sold-out {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"]:disabled+label::after,
    .mn-main-product .mn-variant-picker-wrapper .product-form__input.product-form__input--pill input[type="radio"].disabled+label::after {
        left: 15% !important;
        right: 15% !important;
    }
}

/* Instagram フォロー情報スタイル - クール & モダンデザイン */
.mn-instagram-info {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 8px;
    padding: 32px;
    margin: 32px 0;
    position: relative;
    overflow: hidden;
}

.mn-instagram-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e1306c, #fd1d1d, #f77737, #fcaf45, transparent);
    animation: neon-flow 3s linear infinite;
}

.mn-instagram-info__content {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mn-instagram-info__title {
    color: #ffffff !important;
    font-family: "SF Pro Display", "Inter", -apple-system, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 24px 0 !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.mn-instagram-info__title::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>') no-repeat center;
    background-size: contain;
    display: block;
    opacity: 0.9;
}

.mn-instagram-info__list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 400px;
}

.mn-instagram-info__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: "SF Pro Text", "Inter", -apple-system, sans-serif;
    font-weight: 500;
    position: relative;
}

.mn-instagram-info__list li::before {
    content: '';
    width: 32px;
    height: 32px;
    background: #ab0a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(171, 10, 42, 0.3);
}

.mn-instagram-info__list li:nth-child(1)::before {
    content: '1';
}

.mn-instagram-info__list li:nth-child(2)::before {
    content: '2';
}

.mn-instagram-info__list li:nth-child(3)::before {
    content: '3';
}

.mn-instagram-info__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    color: #0a0a0a !important;
    font-family: "SF Pro Text", "Inter", -apple-system, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 24px;
    text-transform: none !important;
    letter-spacing: -0.005em !important;
    position: relative;
    overflow: hidden;
    min-width: 160px;
}

.mn-instagram-info__button:hover {
    transform: translateY(-1px);
    background: #f0f0f0 !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.mn-instagram-info__button:active {
    transform: translateY(0);
    transition-duration: 0.1s;
}

.mn-instagram-info__coupon {
    color: #888 !important;
    font-size: 0.85rem !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-family: "SF Pro Text", "Inter", -apple-system, sans-serif !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.mn-instagram-info__coupon a {
    color: inherit !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.mn-instagram-info__coupon strong {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: #1a1a1a;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace;
    letter-spacing: 1px;
    font-size: 0.8rem;
    text-transform: none;
    border: 1px solid #333;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.mn-instagram-info__coupon a:hover strong {
    background: #222;
    border-color: #444;
    color: #ab0a2a !important;
    transform: scale(1.02);
}

@keyframes neon-flow {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}

/* モバイル対応 */
@media (max-width: 768px) {
    .mn-instagram-info {
        margin: 24px 0;
        padding: 24px 20px;
    }
    
    .mn-instagram-info__title {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
    }
    
    .mn-instagram-info__list {
        margin-bottom: 28px;
        gap: 12px;
    }
    
    .mn-instagram-info__list li {
        padding: 14px 16px;
        font-size: 0.85rem;
        gap: 12px;
    }
    
    .mn-instagram-info__list li::before {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }
    
    .mn-instagram-info__button {
        font-size: 0.85rem !important;
        padding: 10px 20px !important;
        margin-bottom: 20px;
        width: 100%;
        max-width: 240px;
    }
    
    .mn-instagram-info__coupon {
        font-size: 0.8rem !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
    
    .mn-instagram-info__coupon strong {
        padding: 5px 10px;
        font-size: 0.75rem;
        letter-spacing: 1px;
    }
}