﻿.store-page {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(255, 217, 241, 0.5), rgba(255, 217, 241, 0) 28%),
        radial-gradient(circle at bottom left, rgba(214, 214, 214, 0.28), rgba(214, 214, 214, 0) 24%),
        var(--peony-soft);
}

.store-section {
    padding: clamp(4rem, 7vw, 6.75rem) 0;
}

.store-section--tight {
    padding-top: clamp(3rem, 5vw, 4.5rem);
    padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.store-section--surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
}

.store-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    background: rgba(255, 255, 255, 0.78);
    color: var(--text-soft);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.store-title {
    margin: 0;
    font-family: var(--heading-font);
    font-size: 5rem;
    line-height: 0.95;
    letter-spacing: 0;
    color: var(--text-main);
}

.store-title--section {
    font-size: 3.2rem;
    line-height: 1;
}

.store-copy {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.85;
}

.store-copy--dense {
    max-width: 54rem;
}

.store-button,
.store-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 3.35rem;
    padding: 0.95rem 1.4rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.store-button {
    color: var(--text-main);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 217, 241, 0.72));
    border: 1px solid rgba(255, 217, 241, 0.9);
    box-shadow: 0 18px 30px rgba(26, 26, 26, 0.08);
}

.store-button:hover {
    transform: translateY(-2px);
    color: var(--text-main);
    box-shadow: 0 22px 36px rgba(26, 26, 26, 0.12);
}

.store-button-secondary {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(26, 26, 26, 0.12);
}

.store-button-secondary:hover {
    transform: translateY(-2px);
    color: var(--text-main);
    border-color: rgba(255, 217, 241, 0.9);
}

.store-link-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--text-main);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.18);
}

.store-link-inline:hover {
    color: var(--peony-hover);
    border-color: var(--peony-hover);
}

.store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.store-hero {
    padding: clamp(8rem, 12vw, 10.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.store-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

.store-hero__content {
    display: grid;
    gap: 1.35rem;
}

.store-hero__media {
    position: relative;
    min-height: 40rem;
}

.store-hero__frame,
.store-hero__accent {
    position: absolute;
    overflow: hidden;
    border-radius: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 80px rgba(26, 26, 26, 0.12);
}

.store-hero__frame {
    inset: 0 0 4.5rem 2.5rem;
}

.store-hero__accent {
    right: 0;
    bottom: 0;
    width: min(44%, 15rem);
    height: min(34%, 12rem);
}

.store-hero__frame img,
.store-hero__accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-hero__panel {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: min(24rem, calc(100% - 4rem));
    padding: 1.35rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.08);
}

.store-hero__panel h3 {
    margin: 0 0 0.55rem;
    font-size: 1.35rem;
    line-height: 1.1;
}

.store-hero__panel p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.7;
}

.store-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.store-stat-card {
    padding: 1.1rem 1.15rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 14px 34px rgba(26, 26, 26, 0.06);
}

.store-stat-card strong {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.55rem;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.store-stat-card span {
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.6;
}

.store-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.store-category-grid,
.store-editorial-grid,
.store-product-grid,
.store-related-grid {
    display: grid;
    gap: 1.35rem;
}

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

.store-category-card,
.store-editorial-card,
.store-product-card,
.store-feature-panel,
.store-pdp-surface,
.store-details-card,
.store-note-panel {
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 40px rgba(26, 26, 26, 0.08);
    overflow: hidden;
}

.store-category-card {
    display: grid;
    gap: 0;
    text-decoration: none;
    color: inherit;
}

.store-category-card__media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.store-category-card__media img,
.store-editorial-card__media img,
.store-product-card__media img,
.store-feature-panel__media img,
.store-pdp-main img,
.store-thumb img,
.store-manifesto__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-category-card__body,
.store-editorial-card__body,
.store-feature-panel__body,
.store-details-card,
.store-note-panel {
    padding: 1.35rem;
}

.store-category-card__eyebrow,
.store-editorial-card__eyebrow,
.store-product-card__eyebrow,
.store-feature-panel__eyebrow,
.store-pdp-meta__eyebrow {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--text-soft);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.store-category-card h3,
.store-editorial-card h3,
.store-feature-panel h3 {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    line-height: 1.08;
}

.store-category-card p,
.store-editorial-card p,
.store-feature-panel p,
.store-details-card p,
.store-note-panel p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.75;
}

.store-editorial-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.store-editorial-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.95fr);
}

.store-editorial-card--reverse {
    grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1fr);
}

.store-editorial-card--reverse .store-editorial-card__media {
    order: 2;
}

.store-editorial-card__media {
    min-height: 24rem;
}

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

.store-product-grid--listing {
    align-items: stretch;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-product-grid--listing .store-product-card {
    height: 100%;
    grid-template-rows: auto 1fr;
    content-visibility: auto;
    contain-intrinsic-size: 46rem;
}

.store-product-grid--listing .store-product-card__body {
    height: 100%;
    grid-template-rows: auto auto minmax(4.6rem, 1fr) auto;
    align-content: start;
}

.store-product-grid--listing .store-product-card__title {
    min-height: 2.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.store-product-grid--listing .store-product-card__copy {
    min-height: 4.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.store-product-card {
    display: grid;
    color: inherit;
    text-decoration: none;
}

.store-product-card__media-frame {
    position: relative;
}

.store-product-card__media {
    display: block;
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    contain: layout paint;
}

.store-product-card__media img + img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.store-product-card:not(.store-product-card--color-locked):hover .store-product-card__media img + img {
    opacity: 1;
}

.store-product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(26, 26, 26, 0.08);
    color: var(--text-main);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.store-product-card__wishlist {
    top: 1rem;
    right: 1rem;
}

.store-product-card__body {
    display: grid;
    gap: 0.9rem;
    padding: 1.2rem;
}

.store-product-card__title {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.12;
}

.store-product-card__title a,
.store-product-card__title {
    color: var(--text-main);
    text-decoration: none;
}

.store-product-card__copy {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.7;
}

.store-product-card__footer {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.store-product-card__price-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.store-product-card__price {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-product-card__price--muted {
    color: rgba(102, 102, 102, 0.75);
    text-decoration: line-through;
}

.store-product-card__meta,
.store-pdp-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.store-dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(26, 26, 26, 0.12);
}

.store-dot-button {
    appearance: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-dot-button.is-active {
    transform: scale(1.08);
    box-shadow: 0 0 0 0.18rem rgba(255, 217, 241, 0.52);
    border-color: rgba(255, 217, 241, 0.96);
}

.store-size-pill,
.store-filter-pill,
.store-pdp-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(26, 26, 26, 0.08);
    color: var(--text-main);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.store-manifesto {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.store-manifesto__image,
.store-manifesto__body {
    border-radius: 2rem;
    overflow: hidden;
}

.store-manifesto__image {
    min-height: 31rem;
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.12);
}

.store-manifesto__body {
    padding: clamp(1.75rem, 3vw, 3rem);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 217, 241, 0.38));
    border: 1px solid rgba(26, 26, 26, 0.08);
    display: grid;
    gap: 1rem;
}

.store-listing-hero {
    padding-top: clamp(8rem, 12vw, 10rem);
}

.store-listing-hero__grid,
.store-pdp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    gap: clamp(1.5rem, 3vw, 2.6rem);
}

.store-toolbar {
    position: sticky;
    top: 5.6rem;
    z-index: 20;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(26, 26, 26, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 34px rgba(26, 26, 26, 0.08);
}

.store-toolbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.store-chip-set {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(26, 26, 26, 0.1);
}

.store-chip:hover,
.store-chip--active {
    color: var(--text-main);
    background: rgba(255, 217, 241, 0.92);
    border-color: rgba(255, 217, 241, 0.92);
}

.store-results {
    color: var(--text-soft);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.store-listing-body {
    margin-top: 1.5rem;
}

.store-feature-panel {
    display: grid;
    grid-template-columns: minmax(12rem, 0.8fr) minmax(0, 1fr);
}

.store-feature-panel__media {
    min-height: 100%;
}

.store-feature-panel__body {
    display: grid;
    gap: 0.9rem;
}

.store-feature-panel__body .store-link-inline {
    margin-top: auto;
    width: fit-content;
}

.store-pdp {
    padding-top: clamp(8rem, 12vw, 9.5rem);
}

.store-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.4rem;
    color: var(--text-soft);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.store-breadcrumb a {
    color: var(--text-soft);
    text-decoration: none;
}

.store-breadcrumb a:hover {
    color: var(--text-main);
}

.store-pdp-gallery {
    display: grid;
    gap: 1rem;
}

.store-pdp-main {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.1);
    background: rgba(255, 255, 255, 0.72);
}

.store-thumb-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.store-thumb {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 1.15rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    padding: 0;
    background: rgba(255, 255, 255, 0.68);
    cursor: pointer;
}

.store-thumb.is-active {
    outline: 2px solid rgba(255, 217, 241, 0.95);
    outline-offset: 2px;
}

.store-pdp-surface {
    padding: clamp(1.4rem, 3vw, 2.1rem);
    position: sticky;
    top: 6.15rem;
}

.store-pdp-header {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.35rem;
}

.store-pdp-header h1 {
    margin: 0;
    font-size: 3.3rem;
    line-height: 0.98;
}

.store-pdp-price-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.store-pdp-price {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.store-pdp-price--muted {
    color: rgba(102, 102, 102, 0.72);
    text-decoration: line-through;
}

.store-pdp-meta-grid {
    margin-top: 1rem;
}

.store-pdp-meta {
    display: grid;
    gap: 0.85rem;
    margin: 1.4rem 0;
}

.store-pdp-label {
    color: var(--text-main);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.store-swatch-row,
.store-size-row,
.store-highlight-list,
.store-related-grid {
    display: grid;
    gap: 0.75rem;
}

.store-swatch-row {
    grid-template-columns: repeat(auto-fit, minmax(3rem, max-content));
}

.store-swatch-button,
.store-size-button {
    appearance: none;
    border: 1px solid rgba(26, 26, 26, 0.12);
    background: rgba(255, 255, 255, 0.72);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
}

.store-swatch-button {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.85);
}

.store-swatch-button.is-active,
.store-size-button.is-active {
    border-color: rgba(255, 217, 241, 0.96);
    background: rgba(255, 217, 241, 0.52);
}

.store-size-row {
    grid-template-columns: repeat(auto-fit, minmax(4.25rem, 1fr));
}

.store-size-button {
    min-height: 3rem;
    border-radius: 1rem;
    color: var(--text-main);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.store-size-button.is-disabled {
    opacity: 0.42;
    text-decoration: line-through;
    cursor: not-allowed;
}

.store-swatch-button:hover,
.store-size-button:hover:not(:disabled) {
    transform: translateY(-1px);
}

.store-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-highlight-list li {
    position: relative;
    padding-left: 1.45rem;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.75;
}

.store-highlight-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--peony);
    box-shadow: 0 0 0 0.28rem rgba(255, 217, 241, 0.38);
}

.store-pdp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.store-pdp-actions > * {
    flex: 1 1 12rem;
}

.store-pdp-selection {
    display: grid;
    gap: 0.4rem;
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(26, 26, 26, 0.08);
}

.store-pdp-selection strong {
    font-size: 1.1rem;
    line-height: 1.2;
    color: var(--text-main);
}

.store-button:disabled {
    transform: none;
    cursor: not-allowed;
    opacity: 0.58;
    box-shadow: none;
}

.store-pdp-feedback {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: var(--text-main);
    font-size: 0.9rem;
    line-height: 1.6;
}

.store-pdp-feedback[hidden] {
    display: none;
}

.store-pdp-feedback__dot {
    width: 0.7rem;
    height: 0.7rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(26, 26, 26, 0.4);
}

.store-pdp-feedback--success {
    border-color: rgba(64, 145, 108, 0.22);
    background: rgba(237, 250, 243, 0.96);
    color: #276749;
}

.store-pdp-feedback--success .store-pdp-feedback__dot {
    background: #2f855a;
}

.store-pdp-feedback--danger {
    border-color: rgba(214, 89, 89, 0.22);
    background: rgba(255, 243, 243, 0.96);
    color: #9b2c2c;
}

.store-pdp-feedback--danger .store-pdp-feedback__dot {
    background: #d65959;
}

.store-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.store-details-card h3,
.store-note-panel h3 {
    margin: 0 0 0.7rem;
    font-size: 1.45rem;
    line-height: 1.08;
}

.store-accordion {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.store-accordion details {
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(26, 26, 26, 0.08);
    padding: 1rem 1.1rem;
}

.store-accordion summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-main);
}

.store-accordion summary::-webkit-details-marker {
    display: none;
}

.store-accordion details p {
    margin: 0.9rem 0 0;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.8;
}

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

@media (max-width: 1279.98px) {
    .store-hero__grid,
    .store-listing-hero__grid,
    .store-pdp-grid,
    .store-manifesto,
    .store-editorial-card,
    .store-editorial-card--reverse,
    .store-feature-panel {
        grid-template-columns: 1fr;
    }

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

    .store-hero__media {
        min-height: 34rem;
    }

    .store-pdp-surface,
    .store-toolbar {
        position: static;
    }
}

@media (max-width: 991px) {
    .store-page > .store-listing-hero,
    .store-page > .store-pdp {
        padding-top: var(--mobile-site-header-clearance, 8.75rem);
    }
}

@media (max-width: 767.98px) {
    .store-section,
    .store-section--tight,
    .store-hero,
    .store-listing-hero,
    .store-pdp {
        padding-top: 7rem;
        padding-bottom: 3.25rem;
    }

    /* Keep product breadcrumbs clear of the second row of the fixed header. */
    .store-pdp {
        padding-top: var(--mobile-site-header-clearance, 8.75rem);
    }

    /* Only the first storefront section needs fixed-header clearance. */
    .store-page > .store-listing-hero {
        padding-top: var(--mobile-site-header-clearance, 8.75rem);
    }

    .store-title {
        font-size: 3.45rem;
    }

    .store-stat-grid,
    .store-category-grid,
    .store-product-grid,
    .store-related-grid,
    .store-details-grid {
        grid-template-columns: 1fr;
    }

    .store-hero__media {
        min-height: 26rem;
    }

    .store-hero__frame {
        inset: 0 0 3rem 0;
    }

    .store-hero__accent {
        width: 42%;
        height: 28%;
    }

    .store-hero__panel {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }

    .store-thumb-list,
    .store-size-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-section-header,
    .store-toolbar__row,
    .store-actions,
    .store-pdp-actions {
        flex-direction: column;
        align-items: stretch;
    }
}



.store-section-header--catalog {
    align-items: start;
}

.store-results-panel {
    display: grid;
    gap: 0.55rem;
    justify-items: end;
    min-width: 12rem;
}

.store-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.15rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 16px 32px rgba(26, 26, 26, 0.06);
}

.store-active-filter-set {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-active-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 217, 241, 0.45);
    border: 1px solid rgba(255, 217, 241, 0.9);
    color: var(--text-main);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.store-catalog-shell {
    display: grid;
    grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.store-filter-panel {
    position: sticky;
    top: 6rem;
    padding: 1.35rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 38px rgba(26, 26, 26, 0.08);
}

.store-filter-form {
    display: grid;
    gap: 1rem;
}

.store-filter-group {
    display: grid;
    gap: 0.55rem;
}

.store-filter-label {
    color: var(--text-main);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.store-filter-input,
.store-filter-select {
    width: 100%;
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.1);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text-main);
    font-size: 0.92rem;
    line-height: 1.2;
}

.store-filter-input:focus,
.store-filter-select:focus {
    outline: none;
    border-color: rgba(255, 217, 241, 0.95);
    box-shadow: 0 0 0 0.25rem rgba(255, 217, 241, 0.22);
}

.store-filter-check {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.1);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text-main);
    font-size: 0.88rem;
    font-weight: 700;
}

.store-filter-check input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-peony);
    flex: 0 0 auto;
}

.store-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.store-filter-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.store-catalog-results {
    display: grid;
    gap: 1.5rem;
}

.store-empty-state {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 18px 38px rgba(26, 26, 26, 0.08);
}

.store-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-top: 0.25rem;
}

.store-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(26, 26, 26, 0.08);
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-pagination-link:hover,
.store-pagination-link--active {
    color: var(--text-main);
    background: rgba(255, 217, 241, 0.9);
    border-color: rgba(255, 217, 241, 0.9);
}

@media (max-width: 1279.98px) {
    .store-catalog-shell {
        grid-template-columns: 1fr;
    }

    .store-filter-panel {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .store-results-panel {
        justify-items: start;
        min-width: 0;
    }

    .store-results-bar,
    .store-catalog-shell {
        gap: 1rem;
    }

    .store-price-grid {
        grid-template-columns: 1fr;
    }
}
.store-category-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.25rem;
    color: #75666d;
    font-size: 0.82rem;
    font-weight: 650;
}

.store-category-breadcrumb a { color: inherit; text-decoration: none; }
.store-category-breadcrumb a:hover { color: #1a1a1a; text-decoration: underline; }

.store-subcategory-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
    gap: 0.8rem;
    margin: 1.5rem 0;
}

.store-subcategory-link {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.85rem;
    padding: 0.8rem;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    color: #1a1a1a;
    text-decoration: none;
}

.store-subcategory-link img {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
    border-radius: 0.75rem;
    object-fit: cover;
}

.store-subcategory-link span:nth-child(2) { display: grid; gap: 0.15rem; min-width: 0; flex: 1; }
.store-subcategory-link small { color: #806c75; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; }
.store-subcategory-link strong { overflow-wrap: anywhere; }
.store-subcategory-link:hover { border-color: rgba(215, 131, 173, 0.5); background: #fff8fc; }
.store-merch-section {
    overflow: hidden;
}

.store-merch-heading {
    display: grid;
    width: min(46rem, 100%);
    gap: 0.75rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.store-merch-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.store-merch-heading p,
.store-merch-context {
    margin: 0;
    color: #756970;
}

.store-merch-heading--sale {
    color: #9d294c;
}

.store-merch-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
    gap: 1.25rem;
}

.store-merch-products--rail {
    grid-auto-flow: column;
    grid-auto-columns: minmax(15rem, 22rem);
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0.25rem 0 1rem;
    scroll-snap-type: x proximity;
}

.store-merch-products--rail > * {
    scroll-snap-align: start;
}

.store-merch-banner {
    display: grid;
    min-height: clamp(24rem, 56vw, 42rem);
    padding: clamp(1.5rem, 6vw, 5rem);
    align-items: end;
    overflow: hidden;
    border-radius: 1.5rem;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.store-merch-banner__content {
    display: grid;
    width: min(38rem, 100%);
    gap: 1rem;
}

.store-merch-banner__content h2 {
    margin: 0;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    line-height: 0.95;
}

.store-merch-banner__content p { margin: 0; font-size: 1.05rem; }
.store-merch-banner__content .btn-hero-peony { width: fit-content; }

.store-sale-art {
    margin: 0 auto 2rem;
    overflow: hidden;
    border-radius: 1.25rem;
}

.store-sale-art img {
    width: 100%;
    max-height: 28rem;
    object-fit: cover;
}
