.shop-development-preview {
    position: relative;
    z-index: 1000;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: #7a4d00;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.shop-unavailable {
    padding-block: clamp(3rem, 8vw, 7rem);
}

.shop-unavailable__panel {
    max-width: 46rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(127, 127, 127, 0.3);
    border-radius: 1.25rem;
    background: rgba(127, 127, 127, 0.08);
}

.shop-unavailable__eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.shop-unavailable__title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 3.75rem);
}

.shop-unavailable__message {
    font-size: clamp(1rem, 2vw, 1.2rem);
    opacity: 0.78;
}

.wms-shop-section {
    position: relative;
}

.wms-shop-heading {
    max-width: 52rem;
}

.wms-shop-eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wms-shop-title {
    font-size: clamp(2rem, 5vw, 3.75rem);
}

.wms-shop-intro {
    font-size: clamp(1rem, 2vw, 1.2rem);
    opacity: 0.8;
}

.wms-shop-card,
.wms-shop-checkout-panel,
.wms-shop-order-summary,
.wms-shop-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(127, 127, 127, 0.28);
    border-radius: 1rem;
}

.wms-shop-card-media,
.wms-shop-product-media {
    overflow: hidden;
    background: rgba(127, 127, 127, 0.08);
}

.wms-shop-card-image,
.wms-shop-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wms-shop-image-placeholder {
    background: rgba(127, 127, 127, 0.08);
    color: inherit;
    opacity: 0.7;
}

.wms-shop-table {
    margin-bottom: 0;
}

.wms-shop-empty,
.wms-shop-download-notice {
    border-radius: 0.75rem;
}

.wms-shop-download-command {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.wms-shop-download-command + .wms-shop-download-command {
    margin-top: 0.75rem;
}

.wms-shop-download-name {
    font-weight: 700;
}

.wms-shop-variant-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
}

.wms-shop-variant-summary [data-wms-shop-variant-availability],
.wms-shop-variant-summary [data-wms-shop-variant-fulfillment] {
    font-size: 0.875rem;
}
