/* Extracted conservatively from styles.css for manual review only. */
/* Common store / product / cart / checkout blocks. */

:root {
    --artist-bg: #080808;
    --artist-surface: #151515;
    --artist-accent: #e51b23;
    --artist-accent-secondary: #ffffff;
    --artist-text: #ffffff;
    --artist-muted: #8b8b8b;
    --artist-hero-bg: #080808;
    --artist-hero-text: #ffffff;
    --artist-hero-muted: #b8b8b8;
    --artist-hero-button-bg: #e51b23;
    --artist-hero-button-text: #ffffff;
    --artist-hero-secondary-button-bg: #2b2b2b;
    --artist-hero-secondary-button-text: #ffffff;
    --artist-page-bg: #111111;
    --artist-page-text: #ffffff;
    --artist-page-muted: #8b8b8b;
    --artist-section-title: #ffffff;
    --artist-section-accent: #e51b23;
    --artist-product-title: #ffffff;
    --artist-product-text: #8b8b8b;
    --artist-product-price: #e51b23;
    --artist-product-button-bg: #2b2b2b;
    --artist-product-button-text: #ffffff;
    --artist-product-image-bg-from: #2a2a2a;
    --artist-product-image-bg-to: #cfcfcf;
    --artist-product-image-hover-from: #e51b23;
    --artist-product-image-hover-to: #111111;
    --artist-featured-text: #ffffff;
    --artist-display-font: 'Arimo', Arial, sans-serif;
    --artist-display-font-weight: 800;
    --artist-display-text-transform: uppercase;
    --artist-display-letter-spacing: 0;
}

h1,
h2,
h3,
.product-card h3,
.product-detail__title,
.artist-hero__title {
    font-family: var(--font-title);
}

.section-block,
.product-detail-panel,
.artist-theme-section {
    width: min(var(--container), calc(100% - 70px));
    margin: 0 auto;
    padding-top: 40px;
}

.store-promo-banner {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background: linear-gradient(90deg, var(--promo-bg-from, #ff004a), var(--promo-bg-to, #ffcc00));
    color: var(--promo-text-color, #ffffff);
    font-family: var(--promo-font-family, var(--font-text));
    font-size: var(--promo-font-size, 14px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-promo-banner__track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
    will-change: transform, opacity;
}

.store-promo-banner__set {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: var(--promo-spacing, 48px);
    padding-inline-start: var(--promo-spacing, 48px);
}

.store-promo-banner__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}

.store-promo-banner__item strong,
.store-promo-banner__item b {
    font-weight: 900;
}

.store-promo-banner__item em,
.store-promo-banner__item i {
    font-style: italic;
}

.store-promo-banner__item u {
    text-decoration: underline;
}

.store-promo-banner__item s {
    text-decoration: line-through;
}

.store-promo-banner__item br {
    content: '';
}

.store-promo-banner--static .store-promo-banner__track {
    width: 100%;
    justify-content: center;
    animation: none;
}

.store-promo-banner--static .store-promo-banner__set {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    padding-inline-start: 0;
}

.store-promo-banner--marquee .store-promo-banner__track {
    animation: none;
}

.store-promo-banner--marquee.is-marquee-ready .store-promo-banner__track {
    animation: storePromoMarquee var(--store-promo-marquee-duration, 20s) linear infinite;
}

.store-promo-banner--fade .store-promo-banner__track,
.store-promo-banner--slide-vertical .store-promo-banner__track {
    width: 100%;
    min-height: calc(var(--promo-font-size, 14px) * 1.5);
    position: relative;
    justify-content: center;
}

.store-promo-banner--fade .store-promo-banner__set,
.store-promo-banner--slide-vertical .store-promo-banner__set {
    width: 100%;
    min-height: calc(var(--promo-font-size, 14px) * 1.5);
    display: block;
    padding-inline-start: 0;
}

.store-promo-banner--fade .store-promo-banner__item,
.store-promo-banner--slide-vertical .store-promo-banner__item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
    opacity: 0;
}

.store-promo-banner--fade .store-promo-banner__item:nth-child(1),
.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(1) {
    animation-delay: 0s;
}

.store-promo-banner--fade .store-promo-banner__item:nth-child(2),
.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(2) {
    animation-delay: 2.6s;
}

.store-promo-banner--fade .store-promo-banner__item {
    animation: storePromoFade 5.2s ease-in-out infinite;
}

.store-promo-banner--slide-vertical .store-promo-banner__item {
    animation: storePromoSlideVertical 5.2s ease-in-out infinite;
}

.store-promo-banner--blink .store-promo-banner__track {
    width: 100%;
    justify-content: center;
    animation: storePromoBlink 2.4s ease-in-out infinite;
}

.store-promo-banner--pulse .store-promo-banner__track {
    width: 100%;
    justify-content: center;
    animation: storePromoPulse 2.8s ease-in-out infinite;
}

.store-promo-banner:not(.store-promo-banner--marquee) [data-store-promo-clone] {
    display: none !important;
}

.store-promo-banner {
    overflow: hidden;
    contain: paint;
}

.store-promo-banner--fade .store-promo-banner__track,
.store-promo-banner--slide-vertical .store-promo-banner__track {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: calc(var(--promo-font-size, 14px) * 1.8);
    display: block;
    position: relative;
    padding-inline: 16px;
    white-space: normal;
    overflow: hidden;
}

.store-promo-banner--fade .store-promo-banner__item,
.store-promo-banner--slide-vertical .store-promo-banner__item {
    width: calc(100% - 32px);
    height: 100%;
    position: absolute;
    inset: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
    white-space: nowrap;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-promo-banner--fade .store-promo-banner__item:nth-child(n+3),
.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(n+3) {
    display: none;
}

.store-promo-banner--blink .store-promo-banner__track,
.store-promo-banner--pulse .store-promo-banner__track {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    overflow: hidden;
}

@keyframes storePromoMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-1 * var(--store-promo-marquee-distance, 0px)), 0, 0);
    }
}

@keyframes storePromoFade {
    0%, 45% {
        opacity: 0;
    }

    10%, 35% {
        opacity: 1;
    }

    55%, 100% {
        opacity: 0;
    }
}

@keyframes storePromoSlideVertical {
    0%, 45% {
        opacity: 0;
        transform: translateY(12px);
    }

    10%, 35% {
        opacity: 1;
        transform: translateY(0);
    }

    55%, 100% {
        opacity: 0;
        transform: translateY(-12px);
    }
}

@keyframes storePromoBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.58;
    }
}

@keyframes storePromoPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.985);
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-promo-banner--marquee .store-promo-banner__track {
        animation: none !important;
        transform: none !important;
    }
}

.store-promo-banner--slide-vertical {
    min-height: 44px;
}

.store-promo-banner--slide-vertical .store-promo-banner__track {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 1.2em;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--promo-spacing, 48px);
    padding-inline: var(--promo-spacing, 48px);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.store-promo-banner--slide-vertical .store-promo-banner__item {
    width: auto;
    height: 1.2em;
    position: relative;
    inset: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding-inline: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.2;
}
.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(n+3) {
    display: inline-flex;
}

.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(odd) {
    animation: storePromoSlideFromTop 4.8s ease-in-out infinite;
}

.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(even) {
    animation: storePromoSlideFromBottom 4.8s ease-in-out infinite;
}

.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(2n) {
    animation-delay: 0.18s;
}

.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(3n) {
    animation-delay: 0.36s;
}

.store-promo-banner--slide-vertical .store-promo-banner__item:nth-child(4n) {
    animation-delay: 0.54s;
}

@keyframes storePromoSlideFromTop {
    0% {
        opacity: 0;
        transform: translateY(-140%);
    }

    14% {
        opacity: 1;
        transform: translateY(0);
    }

    58% {
        opacity: 1;
        transform: translateY(0);
    }

    78% {
        opacity: 0;
        transform: translateY(140%);
    }

    100% {
        opacity: 0;
        transform: translateY(140%);
    }
}

@keyframes storePromoSlideFromBottom {
    0% {
        opacity: 0;
        transform: translateY(140%);
    }

    14% {
        opacity: 1;
        transform: translateY(0);
    }

    58% {
        opacity: 1;
        transform: translateY(0);
    }

    78% {
        opacity: 0;
        transform: translateY(-140%);
    }

    100% {
        opacity: 0;
        transform: translateY(-140%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-promo-banner__track,
    .store-promo-banner__item {
        animation: none !important;
        transform: none !important;
    }

    .store-promo-banner--fade .store-promo-banner__track,
    .store-promo-banner--slide-vertical .store-promo-banner__track {
        justify-content: center;
    }

    .store-promo-banner--fade .store-promo-banner__item,
    .store-promo-banner--slide-vertical .store-promo-banner__item {
        position: static;
        opacity: 1;
        display: none;
    }

    .store-promo-banner--fade .store-promo-banner__item:first-child,
    .store-promo-banner--slide-vertical .store-promo-banner__item:first-child {
        display: inline-flex;
    }
}

@media (max-width: 720px) {
    .store-promo-banner {
        min-height: 40px;
        padding: 8px 0;
    }

    .store-promo-banner__track {
        gap: max(20px, calc(var(--promo-spacing, 48px) * 0.45));
        padding-inline: 20px;
    }
}

.btn--artist {
    background: var(--artist-accent);
    color: var(--artist-accent-secondary);
}

.btn--artist-secondary {
    background: var(--artist-accent-secondary);
    color: var(--artist-bg);
}


.artist-store {
    background: var(--artist-page-bg);
    color: var(--artist-page-text);
}

/* Artist hero variables: --artist-hero-* */
/* Artist catalog variables: --artist-page-* and --artist-section-* */
/* Artist product variables: --artist-product-* */
/* Artist product image gradients: --artist-product-image-* */

.artist-store .section-title h2 {
    color: var(--artist-section-title);
    font-family: var(--artist-display-font);
    font-weight: var(--artist-display-font-weight);
    text-transform: var(--artist-display-text-transform);
    letter-spacing: var(--artist-display-letter-spacing);
    font-size: 30px;
    line-height: 1.02;
}

.artist-store .product-detail__title {
    color: var(--artist-product-title);
}

.artist-store .section-link,
.artist-store .back-link {
    color: var(--artist-page-muted);
}

.artist-store .eyebrow {
    color: var(--artist-section-accent);
}

.artist-store .section-title h2::after {
    background: var(--artist-section-accent);
}

.section-title--with-sort,
.catalog-toolbar {
    align-items: flex-end;
    gap: 18px;
}

.catalog-toolbar--standalone {
    display: flex;
    justify-content: flex-end;
    margin: 18px 0 22px;
}

.catalog-sort {
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
}

.catalog-sort__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
    min-height: 44px;
    padding: 8px 12px 8px 14px;
    border: 2px solid color-mix(in srgb, var(--artist-page-text, #ffffff) 38%, transparent);
    border-radius: 999px;
    background: var(--artist-bg);
    color: var(--artist-page-text, #ffffff);
    font: inherit;
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.catalog-sort__button:hover,
.catalog-sort.is-open .catalog-sort__button {
    border-color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    transform: translateY(-1px);
}

.catalog-sort__label {
    color: var(--artist-page-muted, #8b8b8b);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.catalog-sort__value {
    margin-left: auto;
    font-size: .86rem;
    font-weight: 600;
}

.catalog-sort__button i {
    font-size: .78rem;
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    transition: transform .18s ease;
}

.catalog-sort.is-open .catalog-sort__button i {
    transform: rotate(180deg);
}

.catalog-sort__menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: min(210px, 82vw);
    border: 1px solid color-mix(in srgb, var(--artist-page-text, #ffffff) 14%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--artist-surface, #151515) 96%, #000000 4%);
    overflow: hidden;
}

.catalog-sort__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    background: transparent;
    color: var(--artist-page-text, #ffffff);
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid color-mix(in srgb, var(--artist-page-text, #ffffff) 14%, transparent);
}

.catalog-sort__option:last-child {
    border-bottom: none;
}

.catalog-sort__option i {
    width: 18px;
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
}

.catalog-sort__option:hover,
.catalog-sort__option.is-active {
    background: color-mix(in srgb, var(--artist-section-accent, var(--artist-accent, #e51b23)) 16%, transparent);
}

[data-catalog-grid].is-sorting {
    opacity: .72;
    transform: translateY(3px);
    transition: opacity .16s ease, transform .16s ease;
}

.store-entrance-animations-ready [data-store-animate] {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 420ms ease,
        transform 420ms ease;
    transition-delay: var(--store-animate-delay, 0ms);
    will-change: opacity, transform;
}

.store-entrance-animations-ready [data-store-animate="hero"] {
    transform: translateY(18px);
    transition-duration: 520ms;
}

.store-entrance-animations-ready [data-store-animate="card"] {
    transform: translateY(16px) scale(.992);
    transition-duration: 460ms;
}

.store-entrance-animations-ready [data-store-animate].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .store-entrance-animations-ready [data-store-animate] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.artist-hero {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    background-color: var(--artist-hero-bg);
    background-image:
        linear-gradient(
            90deg,
            color-mix(in srgb, var(--artist-hero-bg) 86%, transparent) 0%,
            color-mix(in srgb, var(--artist-hero-bg) 62%, transparent) 38%,
            color-mix(in srgb, var(--artist-hero-bg) 24%, transparent) 68%,
            transparent 100%
        ),
        var(--artist-hero-image, none);
    background-size: cover;
    background-position: center;
}

.artist-hero--fallback {
    background-image:
        linear-gradient(90deg, var(--artist-hero-bg) 0%, var(--artist-hero-bg) 100%);
}

.artist-hero--has-slider {
    background-image: none;
}

.artist-hero--product {
    min-height: 360px;
}

.artist-hero__slider-frame {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.artist-hero__slider {
    min-height: inherit;
    height: 100%;
    display: flex;
    transition: transform 0.7s ease;
    will-change: transform;
}

.artist-hero__slide {
    min-width: 100%;
    flex: 0 0 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    background-color: var(--artist-hero-bg);
    background-size: cover;
    background-position: center;
    text-decoration: none;
}

.artist-hero__slide--default {
    background-image:
        linear-gradient(
            90deg,
            color-mix(in srgb, var(--artist-hero-bg) 86%, transparent) 0%,
            color-mix(in srgb, var(--artist-hero-bg) 62%, transparent) 38%,
            color-mix(in srgb, var(--artist-hero-bg) 24%, transparent) 68%,
            transparent 100%
        ),
        var(--artist-hero-slide-image, none);
}

.artist-hero__slide--banner {
    background-image: var(--artist-hero-slide-image, none);
}

.artist-hero__slide--fallback {
    background-image:
        linear-gradient(90deg, var(--artist-hero-bg) 0%, var(--artist-hero-bg) 100%);
}

.artist-hero__slide-content {
    width: min(var(--container), calc(100% - 70px));
    margin: 0 auto;
    padding: 48px 0;
    position: relative;
    z-index: 2;
}

.artist-hero__content {
    width: min(var(--container), calc(100% - 70px));
    margin: 0 auto;
    padding: 48px 0;
    position: relative;
    z-index: 2;
}

.artist-hero__title {
    margin: 0 0 18px;
    font-family: var(--artist-display-font);
    font-weight: var(--artist-display-font-weight);
    text-transform: var(--artist-display-text-transform);
    letter-spacing: var(--artist-display-letter-spacing);
    font-size: clamp(42px, 5vw, 100px);
    line-height: 0.95;
    max-width: 620px;
    color: var(--artist-hero-text);
}

.product-detail__title {
    font-family: var(--artist-display-font);
    font-weight: var(--artist-display-font-weight);
    text-transform: var(--artist-display-text-transform);
    letter-spacing: var(--artist-display-letter-spacing);
}

.artist-hero__description {
    max-width: 400px;
    color: var(--artist-hero-muted);
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.artist-hero .eyebrow {
    color: var(--artist-section-accent);
}

.hero__actions {
    display: flex;
    gap: 10px;
}

.artist-hero .btn--artist {
    background: var(--artist-hero-button-bg);
    color: var(--artist-hero-button-text);
}

.artist-hero .btn--artist-secondary {
    background: var(--artist-hero-secondary-button-bg);
    color: var(--artist-hero-secondary-button-text);
    border-color: transparent;
}

.artist-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 3;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.artist-hero__dot {
    width: 10px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--artist-hero-text) 28%, transparent);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.artist-hero__dot.is-active {
    background: var(--artist-section-accent);
    transform: scale(1.15);
}

.artist-theme-section {
    background: var(--artist-page-bg);
    color: var(--artist-page-text);
}

.home-catalog {
    margin-top: 40px;
}

.artist-display-size-small .artist-hero__title {
    font-size: clamp(34px, 4vw, 72px);
}

.artist-display-size-small .product-detail__title {
    font-size: clamp(24px, 3vw, 34px);
}

.artist-display-size-default .artist-hero__title {
    font-size: clamp(42px, 5vw, 100px);
}

.artist-display-size-default .product-detail__title {
    font-size: clamp(28px, 3.5vw, 40px);
}

.artist-display-size-large .artist-hero__title {
    font-size: clamp(48px, 6vw, 118px);
}

.artist-display-size-large .product-detail__title {
    font-size: clamp(30px, 3.8vw, 46px);
}

.artist-display-size-xlarge .artist-hero__title {
    font-size: clamp(54px, 7vw, 132px);
}

.artist-display-size-xlarge .product-detail__title {
    font-size: clamp(34px, 4.2vw, 52px);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
    align-items: stretch;
}

.product-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.product-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.05;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card--artist {
    color: var(--artist-page-text);
}

.product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: auto;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--artist-product-image-bg-from), var(--artist-product-image-bg-to));
    transition: transform 0.25s ease;
}

.product-card__image::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.artist-store .product-card__image::before {
    background: linear-gradient(135deg, var(--artist-product-image-hover-from), var(--artist-product-image-hover-to));
}

.product-card__image:hover::before {
    opacity: 1;
}

.product-card__image:hover {
    transform: translateY(-2px);
}

.product-card__image img,
.product-card__image-fallback {
    position: relative;
    z-index: 1;
}

.product-card__image img {
    object-fit: contain;
}

.product-card__image-fallback {
    display: grid;
    place-items: center;
    padding: 28px;
    text-align: center;
    font-family: var(--font-title);
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.artist-store .product-card__image--one,
.artist-store .product-card__image--two,
.artist-store .product-card__image--three,
.artist-store .product-card__image--four,
.artist-store .product-card__image--five,
.artist-store .product-card__image--six {
    background: linear-gradient(135deg, var(--artist-product-image-bg-from), var(--artist-product-image-bg-to));
}

.artist-store #productos,
.artist-store #destacados {
    scroll-margin-top: 70px;
}

.product-card__badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.artist-store .product-card__badge {
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
}

.product-card__summary {
    margin: 0 0 18px;
    line-height: 20px;
    color: var(--artist-product-text);
    opacity: 1;
    font-size: 15px;
    min-height: 0;
}

.product-card__price {
    margin: 0 0 16px;
    font-family: var(--font-text);
    font-size: 18px;
    font-weight: 800;
    color: inherit;
}

.artist-store .product-card__price {
    color: var(--artist-product-price);
}

.product-card .btn {
    width: 100%;
}

.artist-store .product-card h3,
.artist-store .product-card h3 a {
    color: var(--artist-product-title);
}

.artist-store .product-card .btn--artist-secondary,
.artist-store .product-detail__actions .btn--artist-secondary {
    background: var(--artist-product-button-bg);
    color: var(--artist-product-button-text);
}

.artist-store .btn--outline {
    border-color: var(--artist-section-accent);
    color: var(--artist-page-text);
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-detail {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 28px;
    align-items: start;
}

.product-detail__media .product-card__image {
    aspect-ratio: 1 / 1;
    min-height: auto;
    margin-bottom: 0;
}

.product-detail__info {
    padding-top: 12px;
}

.product-detail__title {
    margin: 0 0 14px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.95;
    text-transform: uppercase;
}

.product-detail__artist {
    margin-bottom: 16px;
    color: var(--artist-page-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-detail__sku {
    margin: -4px 0 16px;
    color: var(--artist-page-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-detail__description {
    margin-bottom: 24px;
    color: var(--artist-product-text);
    font-size: 14px;
}

.price-box {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--artist-section-accent);
    background: var(--artist-surface);
}

.price-box span,
.option-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--artist-page-muted);
}

.price-box strong {
    font-size: 28px;
    color: var(--artist-product-price);
}

.option-group {
    margin-bottom: 22px;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.color-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.color-variant-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--artist-section-accent);
    background: var(--artist-surface);
    color: var(--artist-page-text);
    cursor: pointer;
}

.color-variant-option__swatch {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
    background: var(--variant-color, #cccccc);
}

.color-variant-option.is-active,
.color-variant-option:hover {
    background: var(--artist-section-accent);
    color: var(--artist-hero-button-text);
    border-color: var(--artist-section-accent);
}


/* TODO: mixed responsive block copied conservatively from styles.css lines approx. 1858-1996 */

@media (max-width: 1024px) {
    .site-header {
        grid-template-columns: auto 1fr auto;
        padding: 14px 24px;
    }

    .product-grid,
    .product-grid--three,
    .product-detail {
        grid-template-columns: 1fr 1fr;
    }

    .product-detail {
        grid-template-columns: 1fr;
    }

    .artist-store .section-title h2 {
        font-size: 26px;
    }

    .product-detail__media .product-card__image {
        min-height: 420px;
    }
}

@media (max-width: 720px) {
    .topbar {
        height: 28px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .site-header {
        grid-template-columns: 1fr auto;
        gap: 18px;
        padding: 18px;
    }

    .main-nav {
        grid-column: 1 / -1;
        order: 3;
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
    }

    .section-block,
    .artist-theme-section {
        width: calc(100% - 36px);
    }

    .artist-hero__title {
        letter-spacing: 0.5px;
    }

    .section-title--with-sort,
    .catalog-toolbar {
        align-items: stretch;
    }

    .catalog-sort {
        width: 100%;
    }

    .catalog-sort__button {
        width: 100%;
    }

    .catalog-sort__menu {
        left: 0;
        right: auto;
        width: 100%;
    }

    .product-grid,
    .product-grid--three {
        grid-template-columns: 1fr 1fr;
    }

    .product-card__image {
        min-height: 240px;
    }

    .product-detail__media .product-card__image {
        min-height: 320px;
    }
}

@media (max-width: 480px) {
    .product-grid,
    .product-grid--three {
        grid-template-columns: 1fr;
    }

    .section-block,
    .artist-theme-section {
        width: calc(100% - 28px);
    }

    .product-card__image,
    .product-detail__media .product-card__image {
        min-height: 340px;
    }

    .product-detail__actions .btn,
    .product-card .btn {
        width: 100%;
    }

    .quantity-control {
        grid-template-columns: 1fr;
        width: 100%;
    }
}


/* Store products / promos */
.product-card__price-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-card__old-price {
    color: var(--artist-product-text);
    opacity: 0.42;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
}

.product-card__promo-price {
    color: var(--artist-product-price);
    font-size: 18px;
    font-weight: 800;
}

.product-card__buy-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product-card__buy-row .product-card__price {
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
}

.product-card__buy-row .product-card__price-row {
    margin: 0;
}

.product-card__buy-row .product-card__cta {
    width: auto;
    flex: 0 0 auto;
    min-height: 0;
    padding: 12px 14px;
}

.product-card__cta:hover {
    background: var(--artist-accent);
}

.product-card__promo-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Fix store product image stack */
.artist-store .product-card__image {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    cursor: pointer;
}

.artist-store .product-card__image::before {
    z-index: 0;
}

.artist-store .product-card__image-stack {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.artist-store .product-card__image-stack img {
    position: absolute !important;
    inset: 0 !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center center;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: opacity 0.28s ease;
}

.artist-store .product-card__image-main {
    opacity: 1;
    z-index: 1;
}

.artist-store .product-card__image-hover {
    opacity: 0;
    z-index: 2;
}

.artist-store .product-card__image.has-hover-image:hover .product-card__image-main {
    opacity: 0;
}

.artist-store .product-card__image.has-hover-image:hover .product-card__image-hover {
    opacity: 1;
}

.artist-store .product-card__image:not(.has-hover-image):hover .product-card__image-main {
    opacity: 1;
}

.product-card__link,
.product-card__title-link {
    color: inherit;
    font-family: var(--font-text);
    font-weight: 500;
}

.product-card__title-link:hover {
    color: var(--artist-product-price);
}



.product-show__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.product-show__breadcrumb a {
    color: inherit;
}

.product-show__breadcrumb i {
    font-size: 6px;
    padding: 3px 0;
    color: var(--artist-accent);
}

.product-show__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
    gap: 40px;
    align-items: start;
}

.product-show__gallery {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.product-show__thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-show__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--artist-section-accent) 24%, transparent);
    border-radius: var(--radius-sm);
    background: var(--artist-surface);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-show__thumb.is-active,
.product-show__thumb:hover {
    border-color: var(--artist-section-accent);
    transform: translateY(-1px);
}

.product-show__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-show__media,
.product-show__image {
    width: 100%;
}

.product-show__image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 660px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--artist-product-image-bg-from), var(--artist-product-image-bg-to));
    overflow: hidden;
}

.product-show__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    cursor: zoom-in;
}

.product-show__image-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-family: var(--artist-display-font);
    font-weight: var(--artist-display-font-weight);
    letter-spacing: var(--artist-display-letter-spacing);
    text-transform: var(--artist-display-text-transform);
    color: var(--artist-product-title);
    text-align: center;
}

.product-show__info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-show__eyebrow {
    margin: 0;
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-show__title {
    margin: 0;
    color: var(--artist-product-title);
    font-family: var(--artist-display-font);
    font-weight: var(--artist-display-font-weight);
    font-size: clamp(26px, 2.9vw, 40px);
    line-height: 0.96;
    letter-spacing: var(--artist-display-letter-spacing);
    text-transform: var(--artist-display-text-transform);
}

.product-show__price strong,
.product-show__promo-price {
    color: var(--artist-product-price);
    font-size: clamp(28px, 3.2vw, 30px);
    font-weight: 700;
}

.product-show__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.product-show__old-price {
    color: var(--artist-product-text);
    opacity: 0.72;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
}

.product-show__promo-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.product-show__tax-note {
    margin: 6px 0 8px 0;
    color: var(--artist-product-text);
    opacity: 0.78;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
}

.product-show__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    color: var(--artist-product-text);
}

.product-show__meta p {
    margin: 0;
}

.product-show__guide {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--artist-section-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    opacity: 0.74;
    cursor: default;
}

.product-show__option-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-show__option-label {
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.product-show__options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.product-show__option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 12px;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 60%, transparent);
    border-radius: var(--radius-lg);
    background: none;
    color: var(--artist-page-text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: default;
}

.product-show__size-option {
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-show__size-option:hover,
.product-show__size-option.is-selected {
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
    border-color: var(--artist-section-accent);
}

.product-show__size-option:hover {
    transform: translateY(-1px);
}

.product-show__quantity {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 60%, transparent);
    border-radius: var(--radius-lg);
}

.product-show__quantity-button {
    width: 35px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--artist-page-text);
    font-size: 12px;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.product-show__quantity-button:hover:not(:disabled) {
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
}

.product-show__quantity-button:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.product-show__quantity-input {
    width: 40px;
    height: 30px;
    padding: 0;
    border: 0;
    border-left: 1px solid color-mix(in srgb, var(--artist-section-accent) 22%, transparent);
    border-right: 1px solid color-mix(in srgb, var(--artist-section-accent) 22%, transparent);
    background: transparent;
    color: var(--artist-page-text);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.product-show__quantity-input::-webkit-outer-spin-button,
.product-show__quantity-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.product-show__color-info {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--artist-page-text);
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 12px;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 60%, transparent);
    border-radius: var(--radius-lg);
    width: fit-content;
}

.product-show__color-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex: 0 0 16px;
    border-radius: 50%;
    background: var(--product-show-color, #cccccc);
    border: 2px solid color-mix(in srgb, var(--artist-page-text) 35%, transparent);
}

.product-show__cta {
    width: 100%;
    min-height: 50px;
    background: var(--artist-product-button-bg);
    color: var(--artist-product-button-text);
}

.product-show__cta[disabled],
.product-show__cta[aria-disabled="true"] {
    opacity: 1;
}

.product-show__highlight,
.product-show__accordion {
    margin-bottom: -10px;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 42%, transparent);
    border-radius: var(--radius-sm);
}

.product-show__accordion {
    overflow: hidden;
}

.product-show__accordion-wrap {
    max-height: 0;
    padding: 0 18px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition:
        max-height 0.28s ease,
        padding 0.28s ease,
        opacity 0.22s ease,
        transform 0.28s ease;
}

.product-show__accordion[open] .product-show__accordion-wrap,
.product-show__accordion.is-closing .product-show__accordion-wrap {
    max-height: 420px;
    padding: 0 18px 18px 18px;
    opacity: 1;
    transform: translateY(0);
}

.product-show__accordion.is-animating-close .product-show__accordion-wrap {
    max-height: 0;
    padding: 0 18px;
    opacity: 0;
    transform: translateY(-4px);
}

.product-show__accordion-wrap div {
    margin-bottom: 10px;
}

.product-show__accordion-wrap div:last-child {
    margin: 0;
}

.product-show__highlight strong,
.product-show__description h2 {
    color: var(--artist-product-title);
    margin-top: 10px;
}

.product-show__highlight p,
.product-show__accordion p {
    margin: 4px 0 0;
    color: var(--artist-product-text);
    font-size: 14px;
}

.product-show__accordion summary {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
}

.product-show__accordion summary::-webkit-details-marker {
    display: none;
}

.product-show__accordion summary::marker {
    content: "";
}

.product-show__accordion summary::before {
    content: "\002B";
    display: inline-block;
    width: 14px;
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
}

.product-show__accordion[open] summary::before {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.product-show__description-group {
    display: flex;
    flex-direction: column;
    gap: 22px;
    color: var(--artist-product-text);
    margin: 10px 0 20px 0;
    padding-top: 30px;
    border-top: 1px solid color-mix(in srgb, var(--artist-section-accent) 22%, transparent);
}

.product-show__description {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.product-show__description h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-show__description p {
    margin: 0;
    color: var(--artist-product-text);
    font-size: 14px;
    line-height: 1.4em;
}

.product-show__zoom-button {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid var(--artist-page-text) transparent 50%;
    border-radius: 999px;
    background: color-mix(in srgb, var(--artist-page-bg) 50%, transparent);
    color: var(--artist-page-text);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-show__zoom-button:hover {
    transform: translateY(-2px);
    border-color: var(--artist-section-accent);
    color: var();
}

.product-show__modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
}

.product-show__modal.is-open {
    display: block;
}

.product-show__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 14, 0.82);
}

.product-show__modal-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(92vw, 1180px);
    height: min(90vh, 860px);
    margin: 1vw auto;
}

.product-show__modal-content {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    cursor: move;
}

.product-show__modal-image {
    width: var(--modal-image-width, auto);
    height: var(--modal-image-height, auto);
    max-width: none;
    max-height: none;
    object-fit: unset;
    background: linear-gradient(135deg, var(--artist-product-image-bg-from), var(--artist-product-image-bg-to));
    transform: translate3d(var(--modal-pan-x, 0px), var(--modal-pan-y, 0px), 0) scale(var(--modal-zoom, 1.45));
    transform-origin: center center;
    transition: transform 0.12s ease-out;
    cursor: move;
    user-select: none;
    will-change: transform;
    pointer-events: none;
}

.product-show__modal-image.is-panning {
    cursor: move;
}

.product-show__modal-close,
.product-show__modal-nav {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.product-show__modal-close:hover,
.product-show__modal-nav:hover {
    background: rgba(0, 0, 0, 0.78);
}

.product-show__modal-close:focus,
.product-show__modal-nav:focus {
    outline: none;
}

.product-show__modal-close i,
.product-show__modal-nav i {
    display: block;
    line-height: 1;
    pointer-events: none;
}

.product-show__modal-close {
    top: 10px;
    right: 10px;
}

.product-show__modal-prev {
    left: 10px;
}

.product-show__modal-next {
    right: 10px;
}

.product-show__modal-close,
.product-show__modal-nav {
    pointer-events: auto;
}

.product-show-modal-open {
    overflow: hidden;
}

/* Quick buy modal */

.store-buy-modal__product-head {
    display: flex;
    align-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.store-buy-modal__product-image {
    width: 140px;
    aspect-ratio: 3 / 3.5;
    border-radius: 8px;
    overflow: hidden;
    background: #ddd;
    border: 1px solid rgba(0, 0, 0, 0.08);
    flex: 0 0 auto;
}

.store-buy-modal__product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.store-buy-modal__product-copy {
    min-width: 0;
}

.store-buy-modal__product-copy .store-buy-modal__title {
    margin-top: 0;
    margin-bottom: 6px;
}

.store-buy-modal__product-copy .store-buy-modal__description {
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .store-buy-modal__product-head {
        grid-template-columns: 72px 1fr;
        gap: 12px;
        align-items: flex-start;
    }

    .store-buy-modal__product-image {
        width: 72px;
        border-radius: 14px;
    }
}

.product-show__accordion summary {
    cursor: pointer;
    color: var(--artist-product-title);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .product-show__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .product-show__gallery {
        grid-template-columns: 1fr;
    }

    .product-show__thumbs {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .product-show__thumb {
        flex: 0 0 72px;
    }

    .product-show__image {
        min-height: 420px;
    }

    .product-show__modal-dialog {
        width: calc(100vw - 20px);
        height: calc(100vh - 44px);
        margin: 22px auto;
    }

    .product-show__modal-content {
        padding: 18px;
    }
}

.product-card__cta {
    cursor: pointer;
}

.store-buy-modal {
    position: fixed;
    inset: 0;
    z-index: 1150;
    display: none;
}

.store-buy-modal.is-open {
    display: block;
}

.store-buy-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            color-mix(in srgb, var(--artist-page-bg) 38%, #000 62%),
            color-mix(in srgb, var(--artist-page-bg) 18%, #000 82%)
        );
    opacity: 0.9;
}

.store-buy-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 560px);
    margin: 8vh auto;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: var(--artist-page-bg);
    color: var(--artist-page-text);
    box-shadow:
        0 24px 60px color-mix(in srgb, var(--artist-page-bg) 30%, #000 70%),
        0 0 0 1px color-mix(in srgb, var(--artist-section-accent) 10%, transparent);
    overflow: hidden;
}

.store-buy-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    border: 1px solid color-mix(in srgb, var(--artist-section-accent) 24%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--artist-page-bg) 38%, transparent);
    color: var(--artist-page-text);
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.store-buy-modal__close:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--artist-section-accent) 48%, transparent);
    background: color-mix(in srgb, var(--artist-section-accent) 16%, transparent);
}

.store-buy-modal__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: inherit;
}

.store-buy-modal__eyebrow {
    margin: 0;
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.store-buy-modal__eyebrow i {
    color: var(--artist-section-accent);
}

.store-buy-modal__title {
    margin: 0;
    color: var(--artist-product-title);
    font-family: var(--font-text);
    font-size: clamp(26px, 4vw, 30px);
    font-weight: 500;
    line-height: 1;
}

.store-buy-modal__description {
    margin: 0;
    color: var(--artist-product-text);
    font-family: inherit;
    line-height: 1.35;
    font-weight: 100;
}

.store-buy-modal__artist {
    margin: 0 0 6px;
    color: var(--artist-page-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid var(--artist-page-muted);
    padding: 8px 10px;
    border-radius: 99px;
    display: none;
    
}

.store-buy-modal__price {
    padding: 14px 0;
    border-top: 1px solid color-mix(in srgb, var(--artist-section-accent) 22%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--artist-section-accent) 22%, transparent);
}

.store-buy-modal__price strong,
.store-buy-modal__promo-price {
    color: var(--artist-product-price);
    font-family: var(--font-text);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: var(--artist-display-letter-spacing);
}

.store-buy-modal__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.store-buy-modal__old-price {
    color: var(--artist-product-text);
    opacity: 0.72;
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
}

.store-buy-modal__promo-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.store-buy-modal__sizes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.store-buy-modal__quantity {
    display: grid;
    gap: 10px;
}

.store-buy-modal__quantity-label {
    margin: 0;
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.store-buy-modal__quantity-control {
    display: inline-grid;
    grid-template-columns: 36px 42px 36px;
    width: max-content;
    height: 34px;
    overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 60%, transparent);
    border-radius: 999px;
    background: transparent;
    color: var(--artist-page-text);
}

.store-buy-modal__quantity-button,
.store-buy-modal__quantity-input {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.store-buy-modal__quantity-button {
    display: grid;
    place-items: center;
    cursor: pointer;
    transition:
        background 0.18s ease,
        color 0.18s ease,
        opacity 0.18s ease;
}

.store-buy-modal__quantity-button:hover:not(:disabled) {
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
}

.store-buy-modal__quantity-button:disabled {
    cursor: not-allowed;
    opacity: 0.46;
}

.store-buy-modal__quantity-input {
    padding: 0;
    appearance: textfield;
    -moz-appearance: textfield;
}

.store-buy-modal__quantity-input::-webkit-outer-spin-button,
.store-buy-modal__quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.store-buy-modal__quantity-input:focus {
    outline: none;
}

.store-buy-modal__sizes[hidden] {
    display: none !important;
}

.store-buy-modal__sizes-label {
    color: var(--artist-page-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.store-buy-modal__sizes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.store-buy-modal__size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 2px solid color-mix(in srgb, var(--artist-section-accent) 60%, transparent);
    border-radius: var(--radius-lg);
    background: none;
    color: var(--artist-page-text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.store-buy-modal__size:hover,
.store-buy-modal__size.is-selected {
    background: var(--artist-section-accent);
    color: var(--artist-featured-text);
    border-color: var(--artist-section-accent);
}

.store-buy-modal__size:hover {
    transform: translateY(-1px);
}

.store-buy-modal__error,
.store-buy-modal__success {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.store-buy-modal__error {
    color: color-mix(in srgb, #ff8c8c 72%, var(--artist-page-text) 28%);
}

.store-buy-modal__success {
    color: var(--artist-section-accent);
}

.store-buy-modal__cta {
    width: 100%;
    padding: 8px 12px;
    background: var(--artist-product-button-bg);
    color: var(--artist-product-button-text);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, filter 0.22s ease, background 0.22s ease, opacity 0.22s ease;
}

.store-buy-modal__cta:hover:not([disabled]) {
    transform: translateY(-1px);
    filter: brightness(1.04);
    background: var(--artist-accent);
}

.store-buy-modal__cta[disabled],
.store-buy-modal__cta[aria-disabled="true"] {
    opacity: 0.64;
    cursor: not-allowed;
    box-shadow: none;
}


.store-buy-modal-open {
    overflow: hidden;
}

@media (max-width: 720px) {
    .store-buy-modal__dialog {
        width: calc(100vw - 20px);
        margin: 22px auto;
        padding: 24px 18px;
    }
}

/* Store footer */

.store-footer {
    margin-top: 80px;
    padding: 80px 0;
    color: var(--artist-page-text);
    background: var(--artist-page-bg);
    border-top: 1px solid color-mix(in srgb, var(--artist-page-text) 12%, transparent);
}

.store-footer__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px 36px;
}

.store-footer__brand-block {
    display: grid;
    gap: 10px;
    max-width: 340px;
}

.store-footer__newsletter {
    display: grid;
    gap: 8px;
    min-width: 260px;
    max-width: 420px;
    flex: 1 1 320px;
}

.store-footer__newsletter-title {
    margin: 0;
    color: var(--artist-page-text, inherit);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.store-footer__newsletter-copy {
    margin: 0;
    color: var(--artist-page-muted, rgba(255, 255, 255, 0.65));
    font-size: 0.84rem;
    line-height: 1.45;
}

.store-footer__newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    gap: 8px;
    align-items: stretch;
}

.store-footer__newsletter-input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    padding: 0 13px;
    background: rgba(255, 255, 255, 0.95);
    color: #111111;
    font: inherit;
    outline: none;
}

.store-footer__newsletter-input:focus {
    border-color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--artist-section-accent, #e51b23) 28%, transparent);
}

.store-footer__newsletter-button {
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    display: grid;
    place-items: center;
    background: var(--artist-section-accent, var(--artist-accent, #e51b23));
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.store-footer__newsletter-button:hover {
    filter: brightness(1.08);
}

.store-footer__newsletter-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
}

.store-footer__newsletter-alert i {
    flex: 0 0 auto;
}

.store-footer__newsletter-alert--success {
    border: 1px solid rgba(60, 220, 140, 0.35);
    background: rgba(60, 220, 140, 0.12);
    color: #93f3bd;
}

.store-footer__newsletter-alert--error {
    border: 1px solid rgba(255, 90, 90, 0.35);
    background: rgba(255, 90, 90, 0.12);
    color: #ff9d9d;
}

.store-footer__newsletter-form.is-loading {
    opacity: 0.72;
    pointer-events: none;
}

.store-footer__newsletter-button:disabled,
.store-footer__newsletter-input:disabled {
    cursor: progress;
}

.store-footer__logo-link {
    display: inline-flex;
    align-items: center;
    color: var(--artist-page-text);
    text-decoration: none;
}

.store-footer__logo {
    display: block;
    max-width: 80px;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.store-footer__brand-text {
    display: inline-flex;
    align-items: center;
    font-family: var(--artist-display-font, inherit);
    font-weight: var(--artist-display-font-weight, 800);
    letter-spacing: var(--artist-display-letter-spacing, 0.08em);
    text-transform: uppercase;
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
}

.store-footer__store-name {
    margin: 0;
    color: var(--artist-page-muted);
    line-height: 1.6;
}

.store-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, auto));
    gap: 12px 28px;
    justify-content: end;
}

.store-footer__links a {
    color: var(--artist-page-muted);
    text-decoration: none;
    transition: color 160ms ease, opacity 160ms ease, border-color 160ms ease;
}

.store-footer__links a:hover {
    color: var(--artist-section-accent);
}

/* Store footer pages */
.store-page {
    padding: 48px 20px 72px;
    color: var(--artist-page-text);
}

.store-page__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.store-page__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.store-page__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.82;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-page__back:hover {
    opacity: 1;
    transform: translateX(-3px);
}

.store-page__head h1 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 40px;
    line-height: 0.95;
}

.store-page__head h1 i {
    font-size: 0.72em;
    color: var(--artist-section-accent);
}

.store-page__card {
    border: 1px solid color-mix(in srgb, var(--artist-page-text) 12%, transparent);
    border-radius: 22px;
    padding: clamp(24px, 5vw, 44px);
    background: color-mix(in srgb, var(--artist-page-bg) 92%, #ffffff 8%);
    color: var(--artist-page-text);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

/* Store page numbered steps */
.store-page__card > ol {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: store-steps;
    display: grid;
    gap: 10px;
}

.store-page__card > ol > li {
    counter-increment: store-steps;
    position: relative;
    padding: 16px 20px 16px 84px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
}

.store-page__card > ol > li::before {
    content: counter(store-steps);
    position: absolute;
    top: 20px;
    left: 22px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--artist-accent);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.store-page__card > ol > li strong,
.store-page__card > ol > li b {
    display: block;
    margin: 0 0 6px;
    color: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.store-page__card > ol > li p {
    margin: 0;
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.55;
}

.store-page__card > p + ol {
    margin-top: 24px;
}

@media (max-width: 720px) {
    .store-page__card > ol {
        gap: 12px;
    }

    .store-page__card > ol > li {
        min-height: 68px;
        padding: 16px 16px 16px 64px;
        border-radius: 16px;
    }

    .store-page__card > ol > li::before {
        top: 16px;
        left: 16px;
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}

.store-page__card h2 {
    margin: 0 0 18px;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: var(--artist-page-text);
}

.store-page__card p {
    margin: 0 0 14px;
    color: color-mix(in srgb, var(--artist-page-text) 78%, transparent);
    font-size: 1rem;
    line-height: 1.68;
}

.store-page__card p:last-child {
    margin-bottom: 0 !important;
}



/* Template variants */
.store-page--template-classic {
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--artist-section-accent) 16%, transparent), transparent 34%),
        linear-gradient(180deg, color-mix(in srgb, var(--artist-page-bg) 82%, #ffffff 18%), var(--artist-page-bg));
}

.store-page--template-minimal {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--artist-page-bg) 90%, #ffffff 10%), var(--artist-page-bg));
}

.store-page--template-minimal .store-page__card {
    border-radius: 0;
    box-shadow: none;
}

.store-page--template-visual {
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--artist-section-accent) 24%, transparent), transparent 34%),
        linear-gradient(135deg, color-mix(in srgb, var(--artist-page-bg) 72%, #000000 28%), var(--artist-page-bg));
    color: var(--artist-page-text);
}

.store-page--template-visual .store-page__card {
    border-color: color-mix(in srgb, var(--artist-page-text) 16%, transparent);
    background: color-mix(in srgb, var(--artist-page-bg) 68%, var(--artist-page-text) 8%);
    color: var(--artist-page-text);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}

.store-page--template-visual .store-page__card p {
    color: color-mix(in srgb, var(--artist-page-text) 76%, transparent);
}

@media (max-width: 720px) {
    .store-page {
        padding: 34px 16px 56px;
    }

    .store-page__head {
        gap: 14px;
        margin-bottom: 18px;
    }

    .store-page__head h1 {
        align-items: flex-start;
        gap: 10px;
    }

    .store-page__card {
        padding: 22px;
        border-radius: 18px;
    }
}

.store-footer__bottom {
    width: min(1180px, calc(100% - 48px));
    margin: 24px auto 0;
    padding-top: 18px;
    border-top: 1px solid color-mix(in srgb, var(--artist-page-text) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    color: var(--artist-page-muted);
    font-size: 0.9rem;
}

.store-footer__powered {
    color: var(--artist-page-text);
    opacity: 0.78;
}


/* Store header navigation */

.main-nav--store {
    min-width: 0;
}

.main-nav--store a {
    white-space: nowrap;
}

.store-promo-banner,
.store-promo-banner__item {
    font-family: var(--promo-font-family, 'Arimo', Arial, sans-serif) !important;
}

.image-loader {
    position: relative;
    overflow: hidden;
}

.image-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.14) 50%,
            rgba(255, 255, 255, 0.04) 100%
        );
    background-size: 220% 100%;
    animation: imageLoaderShimmer 1.15s ease-in-out infinite;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease;
}

.image-loader::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-top-color: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    animation: imageLoaderSpin 0.8s linear infinite;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.image-loader img {
    transition: opacity 0.28s ease;
}

.image-loader:not(.is-loaded) .product-card__image-main,
.image-loader:not(.is-loaded) .product-detail__image-main,
.image-loader:not(.is-loaded) > img {
    opacity: 0;
}

.image-loader.is-loaded::before,
.image-loader.is-loaded::after {
    opacity: 0;
}

.image-loader.is-loaded .product-card__image-main,
.image-loader.is-loaded .product-detail__image-main,
.image-loader.is-loaded > img {
    opacity: 1;
}

.image-loader.is-loaded .product-card__image-hover {
    opacity: 0;
}

.product-card__image.has-hover-image:hover .image-loader.is-loaded .product-card__image-hover {
    opacity: 1;
}

.image-loader.is-error::before {
    background: rgba(255, 255, 255, 0.06);
    animation: none;
}

.image-loader.is-error::after {
    display: none;
}

@keyframes imageLoaderShimmer {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}

@keyframes imageLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 860px) {
    .store-footer__inner,
    .store-footer__bottom {
        width: min(100% - 32px, 1180px);
        flex-direction: column;
        align-items: flex-start;
    }

    .store-footer__links {
        width: 100%;
        grid-template-columns: 1fr;
        justify-content: start;
    }

    .store-footer__newsletter {
        width: 100%;
        max-width: none;
    }
}

.product-show-related {
    padding-top: 36px;
    padding-bottom: 48px;
}

.product-grid--related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .product-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .product-grid--related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .main-nav--store {
        overflow-x: auto;
        justify-content: flex-start;
        max-width: 100%;
    }
}

.artist-navigation-group {
    padding-top: 34px;
}

.artist-navigation-group__intro {
    margin-bottom: 32px;
}

.artist-navigation-group__intro p {
    margin: 0;
    color: var(--artist-page-muted);
}

/* Store header navigation states */

.main-nav--store a {
    position: relative;
}

.main-nav--store a:hover,
.main-nav--store a.is-active {
    color: var(--artist-section-accent);
    opacity: 1;
}

.main-nav--store a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: transparent;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.main-nav--store a:hover::after,
.main-nav--store a.is-active::after {
    transform: scaleX(1);
    background: var(--artist-section-accent);
}

.main-nav__dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.main-nav__dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 18px;
}

.main-nav__dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.main-nav__dropdown-trigger i {
    font-size: 0.72em;
}

.main-nav__dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 190px;
    transform: translateX(-50%) translateY(8px);
    padding: 8px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--artist-page-bg) 92%, var(--artist-hero-bg) 8%);
    border: 1px solid color-mix(in srgb, var(--artist-section-accent) 24%, transparent);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 20;
}

.main-nav__dropdown:hover .main-nav__dropdown-menu,
.main-nav__dropdown:focus-within .main-nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.main-nav__dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--artist-page-text);
    white-space: nowrap;
}

.main-nav__dropdown-menu a:hover,
.main-nav__dropdown-menu a.is-active,
.main-nav__dropdown-trigger.is-active {
    color: var(--artist-section-accent);
    background: color-mix(in srgb, var(--artist-page-text) 6%, transparent);
}

.main-nav__dropdown-menu a::after,
.main-nav__dropdown-trigger::after {
    display: none;
}

.store-collections-page {
    min-height: 100vh;
}

.store-collections-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.store-collection-card {
    display: grid;
    gap: 0;
    color: inherit;
    text-decoration: none;
    border-radius: 22px;
    overflow: hidden;
    background: color-mix(in srgb, var(--artist-page-bg) 92%, var(--artist-section-accent) 8%);
    border: 1px solid color-mix(in srgb, var(--artist-page-text) 10%, transparent);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.store-collection-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--artist-section-accent) 50%, transparent);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.store-collection-card__image {
    aspect-ratio: 4 / 3;
    display: block;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--artist-section-accent) 18%, transparent), transparent 60%),
        linear-gradient(180deg, color-mix(in srgb, var(--artist-page-bg) 92%, var(--artist-page-text) 8%), var(--artist-page-bg));
    overflow: hidden;
}

.store-collection-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-collection-card__image-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    color: var(--artist-page-text);
    font-family: var(--artist-display-font, inherit);
    font-weight: var(--artist-display-font-weight, 800);
    letter-spacing: var(--artist-display-letter-spacing, 0.08em);
    text-transform: var(--artist-display-text-transform, uppercase);
}

.store-collection-card__body {
    padding: 18px;
}

.store-collection-card__body strong {
    color: var(--artist-page-text);
}

.store-collection-hero {
    position: relative;
    min-height: 340px;
    border-radius: 26px;
    overflow: hidden;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--artist-section-accent) 16%, transparent), transparent 60%),
        var(--artist-page-bg);
}

.store-collection-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-collection-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--artist-hero-bg) 86%, transparent), transparent 64%),
        linear-gradient(180deg, transparent 48%, var(--artist-page-bg) 100%);
}

.store-collection-hero__content {
    position: relative;
    z-index: 1;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    padding: 32px;
}

.store-collection-hero__content span {
    color: var(--artist-page-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.store-collection-hero__content h1 {
    margin: 0;
    color: var(--artist-page-text);
    font-family: var(--artist-display-font, inherit);
    font-weight: var(--artist-display-font-weight, 800);
    letter-spacing: var(--artist-display-letter-spacing, 0.08em);
    text-transform: var(--artist-display-text-transform, uppercase);
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.store-collection-products {
    padding-top: 24px;
    padding-bottom: 48px;
}

@media (max-width: 980px) {
    .artist-store .section-title h2 {
        font-size: 26px;
    }

    .store-collections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .main-nav__dropdown-menu {
        display: none;
    }

    .store-collection-hero,
    .store-collection-hero__content {
        min-height: 260px;
    }

    .store-collection-hero__content {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .store-collections-grid {
        grid-template-columns: 1fr;
    }
}

.store-faq-list {
    display: grid;
    gap: 14px;
}

.store-faq-card {
    border: 1px solid color-mix(in srgb, var(--artist-page-text) 12%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--artist-page-bg) 92%, transparent);
    overflow: hidden;
}

.store-faq-card__question {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    color: var(--artist-page-text);
    font-weight: 900;
    line-height: 1.25;
    list-style: none;
}

.store-faq-card__question::-webkit-details-marker {
    display: none;
}

.store-faq-card__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--artist-section-accent, var(--artist-accent, #e51b23));
    color: #ffffff;
    font-size: 0.9rem;
}

.store-faq-card__answer {
    padding: 0 20px 20px 66px;
    color: color-mix(in srgb, var(--artist-page-text) 80%, transparent);
}

.store-faq-card__answer p {
    margin: 0 0 12px;
    max-width: none;
    line-height: 1.65;
}

.store-faq-card__answer p:last-child {
    margin-bottom: 0;
}

.store-faq-card__answer ul {
    margin: 10px 0 16px;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.store-faq-card__answer li {
    line-height: 1.6;
    padding-left: 4px;
}

.store-faq-card__answer li::marker {
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
}

.store-faq-card__answer strong {
    color: var(--artist-section-title, inherit);
    font-weight: 900;
}

@media (max-width: 720px) {
    .store-faq-card__question {
        padding: 16px;
        align-items: flex-start;
    }

    .store-faq-card__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 0.8rem;
    }

    .store-faq-card__answer {
        padding: 0 16px 18px 16px;
    }
}

.store-legal-section {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.store-legal-section:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.store-legal-section h2 {
    margin: 0 0 14px;
    color: var(--artist-section-title, inherit);
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: none;
}

.store-legal-section p {
    margin: 0 0 13px;
}

.store-legal-section p:last-child {
    margin-bottom: 0;
}

.store-legal-alpha-list {
    margin: 14px 0 0;
    padding-left: 0;
    list-style: none;
    counter-reset: store-alpha;
    display: grid;
    gap: 14px;
}

.store-legal-alpha-list > li {
    counter-increment: store-alpha;
    position: relative;
    padding-left: 38px;
    line-height: 1.65;
}

.store-legal-alpha-list > li::before {
    content: counter(store-alpha, lower-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    font-weight: 900;
}

.store-legal-alpha-list > li > strong {
    display: block;
    margin-bottom: 6px;
    color: var(--artist-section-title, inherit);
    font-weight: 900;
}

.store-legal-alpha-list > li > p {
    margin: 0;
}

.store-legal-alpha-list > li > p + p {
    margin-top: 10px;
}

.store-legal-list {
    margin: 14px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.store-legal-list li {
    line-height: 1.65;
    padding-left: 4px;
}

.store-legal-list li::marker {
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
}

.store-form-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: flex-start;
}

.store-form-layout__intro {
    display: grid;
    gap: 14px;
    color: var(--artist-page-text, inherit);
}

.store-form-layout__intro p {
    margin: 0;
    max-width: none;
    color: var(--artist-page-muted, rgba(255, 255, 255, 0.74));
    line-height: 1.65;
}

.store-form-layout__intro strong,
.store-form-layout__intro a {
    color: var(--artist-section-title, inherit);
    font-weight: 900;
}

.store-form-layout__intro a {
    text-decoration-color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    text-underline-offset: 0.18em;
}

.store-form-layout__body {
    min-width: 0;
}

.store-form {
    display: grid;
    gap: 18px;
}

.store-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.store-form__field {
    display: grid;
    gap: 8px;
}

.store-form__field--full {
    grid-column: 1 / -1;
}

.store-form__field label {
    color: var(--artist-section-title, inherit);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.2;
}

.store-form__field input,
.store-form__field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--artist-page-text, inherit);
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.store-form__field textarea {
    min-height: 150px;
    resize: vertical;
}

.store-form__field input::placeholder,
.store-form__field textarea::placeholder {
    color: var(--artist-page-muted, rgba(255, 255, 255, 0.55));
}

.store-form__field input:focus,
.store-form__field textarea:focus {
    border-color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--artist-section-accent, #e51b23) 24%, transparent);
    background: rgba(255, 255, 255, 0.12);
}

.store-form__actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
}

.store-form__actions--captcha {
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
}

.store-form__captcha {
    min-height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

.store-form__captcha .cf-turnstile {
    max-width: 100%;
}

.store-form__captcha-note {
    margin: 0;
    color: var(--artist-page-muted, #8b8b8b);
    font-size: 0.82rem;
    line-height: 1.45;
}

.store-form__actions--captcha .store-form__submit,
.store-form__actions--captcha button[type="submit"] {
    margin-left: auto;
}

.store-form__error {
    color: #ff7a7a;
    font-size: 0.84rem;
    font-weight: 800;
}

.store-form__alert {
    border-radius: 14px;
    padding: 13px 15px;
    font-size: 0.92rem;
    font-weight: 800;
}

.store-form__alert--success {
    border: 1px solid rgba(60, 220, 140, 0.35);
    background: rgba(60, 220, 140, 0.12);
    color: #93f3bd;
}

.store-form__alert--error {
    border: 1px solid rgba(255, 90, 90, 0.35);
    background: rgba(255, 90, 90, 0.12);
    color: #ff9d9d;
}

@media (max-width: 720px) {
    .store-form__actions--captcha {
        flex-direction: column;
        align-items: stretch;
    }

    .store-form__actions--captcha .store-form__submit,
    .store-form__actions--captcha button[type="submit"] {
        width: 100%;
        margin-left: 0;
    }
}

.size-guide-intro {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
    width: 100%;
}

.size-guide-intro p {
    margin: 0;
    max-width: none;
    width: 100%;
}

.size-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.size-guide-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
}

.size-guide-card__content {
    display: grid;
    gap: 6px;
}

.size-guide-card__content h2 {
    margin: 0;
    color: var(--artist-section-title, inherit);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: none;
}

.size-guide-card__content p {
    margin: 0;
    max-width: none;
    color: var(--artist-page-muted, rgba(255, 255, 255, 0.72));
    line-height: 1.55;
}

.size-guide-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.size-guide-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    font-size: 0.76rem;
    table-layout: fixed;
}

.size-guide-table th,
.size-guide-table td {
    padding: 7px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    white-space: normal;
    line-height: 1.2;
}

.size-guide-table th:last-child,
.size-guide-table td:last-child {
    border-right: 0;
}

.size-guide-table tr:last-child th,
.size-guide-table tr:last-child td {
    border-bottom: 0;
}

.size-guide-table thead th {
    color: var(--artist-section-title, inherit);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.size-guide-table tbody th {
    width: 52px;
    min-width: 52px;
    color: var(--artist-section-accent, var(--artist-accent, #e51b23));
    background: rgba(255, 255, 255, 0.045);
    font-weight: 900;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

.size-guide-table tbody td {
    color: var(--artist-page-text, inherit);
    font-weight: 800;
}

.size-guide-table thead th:first-child {
    width: 52px;
    min-width: 52px;
}

.size-guide-table--caps {
    table-layout: auto;
}

.size-guide-table--caps tbody th {
    width: auto;
    min-width: 0;
}

.size-guide-card__image {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.size-guide-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.size-guide-card__note {
    margin: 0;
    max-width: none;
    color: var(--artist-page-muted, rgba(255, 255, 255, 0.72));
    font-size: 13px !important;
    font-style: italic;
}

@media (max-width: 720px) {
    .store-legal-section {
        padding-top: 22px;
        margin-top: 22px;
    }

    .store-legal-alpha-list > li {
        padding-left: 32px;
    }
}

@media (max-width: 860px) {
    .store-form-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .store-form__grid {
        grid-template-columns: 1fr;
    }

    .size-guide-grid {
        grid-template-columns: 1fr;
    }

    .size-guide-table {
        min-width: 520px;
        font-size: 0.76rem;
    }

    .size-guide-table--caps {
        min-width: 360px;
    }

    .size-guide-table th,
    .size-guide-table td {
        padding: 7px 6px;
    }
}

.btn:hover {
    background: var(--artist-accent);
}
