.shop-page {
    --shop-ink: #163342;
    --shop-muted: #62727c;
    --shop-line: #dce5ea;
    --shop-surface: #f5f8fa;
    --shop-accent: #0d7098;
    --shop-accent-dark: #084e70;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 42px 0 80px;
    color: var(--shop-ink);
}

.shop-page *,
.shop-page *::before,
.shop-page *::after {
    box-sizing: border-box;
}

.shop-page h1,
.shop-page h2,
.shop-page h3,
.shop-page p {
    text-align: left;
}

.shop-page h1 {
    margin: 0 0 18px;
    color: var(--shop-ink);
    font-size: clamp(2.25rem, 6vw, 2.8rem);
    font-weight: 200;
    line-height: 0.98;
}

.shop-page h2 {
    margin: 0 0 12px;
    color: var(--shop-ink);
    font-size: 1.55rem;
    font-weight: 650;
}

.shop-page h3 {
    margin: 0 0 10px;
    color: var(--shop-ink);
    font-size: 1.12rem;
}

.shop-page p {
    margin: 0 0 16px;
    color: var(--shop-muted);
    line-height: 1.58;
}

.shop-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 34px;
    align-items: center;
    min-height: 390px;
    margin-bottom: 48px;
    padding: clamp(34px, 6vw, 72px);
    border-radius: 26px;
    background: linear-gradient(135deg, #eef7fb 0%, #dceef5 55%, #f8fbfc 100%);
}

.shop-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 52px solid rgba(13, 112, 152, 0.12);
    border-radius: 50%;
}

.shop-hero-copy,
.shop-hero-visual {
    position: relative;
    z-index: 1;
}

.shop-hero-copy p {
    max-width: 680px;
    font-size: 1.17rem;
}

.shop-hero-visual {
    display: grid;
    place-items: center;
}

.shop-home-hero {
    isolation: isolate;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 0;
    align-items: stretch;
    min-height: 620px;
    padding: 0;
    border-radius: 20px;
    background:
        radial-gradient(circle at 83% 50%, rgba(23, 141, 186, 0.38) 0, rgba(11, 103, 143, 0.2) 32%, transparent 58%),
        linear-gradient(128deg, #062f46 0%, #073f5d 52%, #075d82 100%);
    box-shadow: 0 28px 68px rgba(10, 53, 74, 0.2);
    color: #ffffff;
}

.shop-home-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image:
        linear-gradient(rgba(157, 212, 234, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 212, 234, 0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.shop-home-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 5%;
    bottom: auto;
    width: min(34vw, 430px);
    height: auto;
    aspect-ratio: 1;
    border: 0;
    border-radius: 50%;
    background: rgba(22, 137, 178, 0.08);
    box-shadow:
        0 0 0 54px rgba(22, 137, 178, 0.075),
        0 0 0 108px rgba(22, 137, 178, 0.045);
    transform: translateY(-50%);
    pointer-events: none;
}

.shop-home-hero .shop-hero-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px 24px 64px 68px;
}

.shop-home-hero .shop-hero-visual {
    isolation: isolate;
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 52px 48px 52px 0;
}

.shop-home-hero-eyebrow {
    margin-bottom: 20px;
    color: #81d5f2;
    letter-spacing: 0.14em;
}

.shop-home-hero-logo {
    display: block;
    width: min(286px, 72%);
    height: auto;
    margin: 0 0 32px;
}

.shop-home-hero h1 {
    max-width: 640px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(2.55rem, 4.5vw, 4.15rem);
    font-weight: 200;
    line-height: 1.02;
}

.shop-home-hero .shop-home-hero-lead {
    max-width: 610px;
    margin-bottom: 24px;
    color: #d6e8ef;
    font-size: 1.16rem;
    line-height: 1.58;
}

.shop-home-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.shop-home-hero-features li {
    padding: 7px 11px;
    border: 1px solid rgba(185, 226, 241, 0.12);
    border-radius: 5px;
    background: rgba(135, 201, 226, 0.14);
    color: #e8f5fa;
    font-size: 0.84rem;
    line-height: 1.2;
}

.shop-home-hero .shop-button {
    border-color: #08769e;
    background: #08769e;
    color: #ffffff;
}

.shop-home-hero .shop-button:hover {
    border-color: #075d80;
    background: #075d80;
    color: #ffffff;
}

.shop-home-hero .shop-button.is-secondary {
    border-color: rgba(218, 239, 247, 0.5);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
}

.shop-home-hero .shop-button.is-secondary:hover {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.shop-home-hero .shop-button:focus-visible {
    outline: 3px solid #dff6ff;
    outline-offset: 3px;
}

.shop-home-hero-ring {
    position: absolute;
    z-index: -1;
    width: min(31vw, 390px);
    aspect-ratio: 1;
    border: 1px solid rgba(131, 206, 233, 0.3);
    border-radius: 50%;
    box-shadow:
        0 0 0 48px rgba(46, 154, 194, 0.09),
        0 0 0 96px rgba(46, 154, 194, 0.05);
}

.shop-home-hero-product {
    display: block;
    width: min(540px, 112%);
    max-width: none;
    height: auto;
    filter: drop-shadow(0 30px 28px rgba(0, 17, 27, 0.36));
    transform: translateX(-1%);
}

.shop-device-illustration {
    position: relative;
    width: min(280px, 78vw);
    aspect-ratio: 1 / 1.08;
    border: 12px solid #2a3c45;
    border-radius: 28px;
    background: #fdfefe;
    box-shadow: 0 28px 60px rgba(20, 58, 75, 0.2);
    transform: rotate(3deg);
}

.shop-device-illustration::before {
    content: "IOZER";
    position: absolute;
    top: 24px;
    left: 24px;
    color: #104f75;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.shop-device-illustration::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 30px;
    width: 82px;
    height: 82px;
    border: 12px solid #20a4c8;
    border-left-color: #104f75;
    border-radius: 50%;
}

.shop-actions,
.shop-product-card-footer,
.shop-cart-actions,
.shop-checkout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.shop-button,
.shop-page button.shop-button,
.shop-button:visited {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid var(--shop-accent);
    border-radius: 9px;
    background: var(--shop-accent);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.shop-button:hover,
.shop-page button.shop-button:hover {
    border-color: var(--shop-accent-dark);
    background: var(--shop-accent-dark);
    color: #ffffff;
    text-decoration: none;
}

.shop-button.is-secondary {
    border-color: #aebcc4;
    background: #ffffff;
    color: var(--shop-ink);
}

.shop-button.is-secondary:hover {
    border-color: var(--shop-accent);
    background: #eef7fb;
    color: var(--shop-accent-dark);
}

.shop-button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.shop-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 28px;
}

.shop-audience-switch,
.shop-category-nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px;
    border: 1px solid var(--shop-line);
    border-radius: 11px;
    background: #ffffff;
}

.shop-audience-switch a,
.shop-category-nav a {
    padding: 8px 12px;
    border-radius: 7px;
    color: var(--shop-muted);
    font-weight: 650;
    text-decoration: none;
}

.shop-audience-switch a:hover,
.shop-audience-switch a.is-active,
.shop-category-nav a:hover,
.shop-category-nav a.is-active {
    background: #e5f2f7;
    color: var(--shop-accent-dark);
    text-decoration: none;
}

.shop-eyebrow {
    margin-bottom: 8px;
    color: var(--shop-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.shop-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
}

.shop-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid #b9cbd4;
    border-radius: 999px;
    background: #f4f8fa;
    color: #385968;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.2;
}

.shop-badge.is-digital {
    border-color: #9ec8db;
    background: #e9f6fb;
    color: #0b5f80;
}

.shop-badge.is-available {
    border-color: #a9d4b6;
    background: #eef9f1;
    color: #24613a;
}

.shop-badge.is-unavailable {
    border-color: #e7b0ae;
    background: #fff0ef;
    color: #8a2724;
}

.shop-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.shop-section-head h1,
.shop-section-head h2,
.shop-section-head p {
    margin-bottom: 0;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.shop-product-card {
    overflow: hidden;
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(24, 57, 72, 0.06);
}

.shop-product-image {
    display: grid;
    min-height: 210px;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #eef4f6, #fafcfd);
}

.shop-product-image img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}

.shop-product-image-placeholder span {
    color: rgba(16, 79, 117, 0.26);
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: 0.18em;
}

.shop-product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.shop-product-card h2 a {
    color: var(--shop-ink);
    text-decoration: none;
}

.shop-product-card h2 a:hover {
    color: var(--shop-accent);
}

.shop-product-card-footer {
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

.shop-price {
    color: var(--shop-ink);
    font-size: 1.13rem;
    font-weight: 800;
    white-space: nowrap;
}

.shop-price.is-large {
    margin: 24px 0;
    font-size: 1.75rem;
}

.shop-add-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.shop-add-form .shop-button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.92rem;
}

.shop-variant-field {
    display: flex;
    min-width: min(100%, 260px);
    flex-direction: column;
    gap: 5px;
    color: var(--shop-ink);
    font-size: 0.9rem;
    font-weight: 700;
}

.shop-variant-select {
    min-height: 40px;
    padding: 7px 32px 7px 9px;
    border: 1px solid #afbec7;
    border-radius: 7px;
    background: #ffffff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-variant-select:focus {
    outline: 3px solid rgba(13, 112, 152, 0.15);
    border-color: var(--shop-accent);
}

.shop-quantity {
    width: 72px;
    min-height: 40px;
    padding: 7px 9px;
    border: 1px solid #afbec7;
    border-radius: 7px;
    background: #ffffff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-product-detail {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 7vw, 82px);
    align-items: center;
}

.shop-product-detail .shop-product-image {
    min-height: 440px;
    border-radius: 22px;
}

.shop-product-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.shop-product-gallery .shop-product-image {
    min-height: 140px;
    margin: 0;
}

.shop-product-gallery .shop-product-image:first-child {
    grid-column: 1 / -1;
    min-height: 360px;
}

.shop-product-gallery .shop-product-image:not(:first-child) img {
    height: 150px;
}

.shop-product-detail h1 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.shop-product-copy {
    color: var(--shop-muted);
    font-size: 1.08rem;
    line-height: 1.68;
}

.shop-product-facts {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 7px 18px;
    margin: 20px 0 0;
    padding: 16px;
    border: 1px solid var(--shop-line);
    border-radius: 10px;
    background: #f7fafb;
}

.shop-product-facts dt {
    color: var(--shop-muted);
    font-weight: 700;
}

.shop-product-facts dd {
    margin: 0;
}

.shop-notice {
    margin: 0 0 22px;
    padding: 13px 16px;
    border: 1px solid #b8d4e1;
    border-radius: 9px;
    background: #edf7fb;
    color: #174f68;
}

.shop-notice.is-warning {
    border-color: #e6cf91;
    background: #fff8e7;
    color: #73570d;
}

.shop-notice.is-error {
    border-color: #e7b0ae;
    background: #fff0ef;
    color: #8a2724;
}

.shop-notice.is-success {
    border-color: #a9d4b6;
    background: #eef9f1;
    color: #24613a;
}

.shop-empty {
    padding: 58px 30px;
    border: 1px dashed #b8c7cf;
    border-radius: 16px;
    background: var(--shop-surface);
    text-align: center;
}

.shop-empty h2,
.shop-empty p {
    text-align: center;
}

.shop-cart-layout,
.shop-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.shop-panel {
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid var(--shop-line);
    border-radius: 14px;
    background: #ffffff;
}

.shop-cart-head,
.shop-cart-row {
    display: grid;
    grid-template-columns: minmax(180px, 1.6fr) minmax(100px, 0.8fr) 88px minmax(100px, 0.8fr) 78px;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
}

.shop-cart-head {
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-muted);
    font-size: 0.82rem;
    font-weight: 750;
    text-transform: uppercase;
}

.shop-cart-row {
    border-bottom: 1px solid #edf1f3;
}

.shop-cart-row small {
    display: block;
    margin-top: 4px;
    color: var(--shop-muted);
}

.shop-cart-actions {
    justify-content: flex-end;
    margin-top: 18px;
}

.shop-link-button {
    padding: 4px;
    border: 0;
    background: transparent;
    color: #a1312e;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.shop-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
    color: var(--shop-muted);
}

.shop-summary .shop-summary-total {
    margin-top: 8px;
    padding-top: 15px;
    border-top: 2px solid var(--shop-ink);
    color: var(--shop-ink);
    font-size: 1.18rem;
}

.shop-cart-summary-options {
    margin: 16px 0 20px;
}

.shop-cart-option {
    padding: 14px 0;
    border-top: 1px solid var(--shop-line);
}

.shop-cart-option:last-child {
    border-bottom: 1px solid var(--shop-line);
}

.shop-cart-option summary {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 0.9rem;
    font-weight: 650;
    list-style: none;
    cursor: pointer;
}

.shop-cart-option summary::-webkit-details-marker {
    display: none;
}

.shop-cart-option summary::before {
    content: "+";
    display: inline-grid;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    place-items: center;
    border: 1px solid #b9c8d0;
    border-radius: 50%;
    color: var(--shop-accent-dark);
    font-size: 0.9rem;
    line-height: 1;
}

.shop-cart-option[open] summary::before {
    content: "−";
}

.shop-cart-option summary:hover {
    color: var(--shop-accent-dark);
}

.shop-cart-option summary strong {
    margin-left: auto;
    color: var(--shop-ink);
    font-size: 0.88rem;
}

.shop-cart-option-form {
    margin-top: 12px;
}

.shop-cart-option-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.shop-cart-option-controls input,
.shop-cart-option-controls select {
    min-width: 0;
    height: 44px;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid #afbec7;
    border-radius: 7px;
    background: #ffffff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-cart-option-controls input:focus,
.shop-cart-option-controls select:focus {
    outline: 3px solid rgba(13, 112, 152, 0.15);
    border-color: var(--shop-accent);
}

.shop-page .shop-cart-option-controls .shop-button {
    height: 44px;
    min-height: 44px;
    padding: 0 12px;
}

.shop-cart-code-remove {
    margin-top: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--shop-muted);
    font: inherit;
    font-size: 0.82rem;
    text-decoration: underline;
    cursor: pointer;
}

.shop-cart-code-remove:hover {
    color: var(--shop-accent-dark);
}

.shop-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.shop-field,
.shop-choice-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}

.shop-field.is-wide {
    grid-column: 1 / -1;
}

.shop-field > span,
.shop-fieldset > legend {
    color: var(--shop-ink);
    font-size: 0.9rem;
    font-weight: 700;
}

.shop-field input,
.shop-field select,
.shop-field textarea,
.shop-admin-form input,
.shop-admin-form select,
.shop-admin-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #afbec7;
    border-radius: 7px;
    background: #ffffff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-field textarea,
.shop-admin-form textarea {
    min-height: 96px;
    resize: vertical;
}

.shop-field input:focus,
.shop-field select:focus,
.shop-field textarea:focus,
.shop-admin-form input:focus,
.shop-admin-form select:focus,
.shop-admin-form textarea:focus {
    outline: 3px solid rgba(13, 112, 152, 0.15);
    border-color: var(--shop-accent);
}

.shop-fieldset {
    min-width: 0;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
}

.shop-fieldset > legend {
    margin-bottom: 10px;
}

.shop-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.shop-choice-card {
    position: relative;
    display: block;
    padding: 14px;
    border: 1px solid var(--shop-line);
    border-radius: 10px;
    cursor: pointer;
}

.shop-choice-card:hover,
.shop-choice-card:has(input:checked) {
    border-color: var(--shop-accent);
    background: #f0f8fb;
}

.shop-choice-card input {
    width: auto;
    min-height: auto;
    margin-right: 7px;
}

.shop-choice-card small {
    display: block;
    margin: 7px 0 0 24px;
    color: var(--shop-muted);
    line-height: 1.35;
}

.shop-check-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
    color: var(--shop-ink);
    line-height: 1.45;
}

.shop-check-row input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.shop-legal-page {
    max-width: 920px;
}

.shop-legal-backlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.shop-legal-document {
    padding: clamp(24px, 5vw, 52px);
}

.shop-legal-meta {
    color: var(--shop-muted);
}

.shop-legal-body {
    margin-top: 28px;
    line-height: 1.7;
}

.shop-legal-body h2,
.shop-legal-body h3 {
    margin-top: 1.6em;
}

.shop-conditional[hidden] {
    display: none !important;
}

.shop-sticky-summary {
    position: sticky;
    top: 92px;
}

.shop-status-pill {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e9f2f6;
    color: #205c75;
    font-size: 0.82rem;
    font-weight: 750;
}

.shop-order-list {
    display: grid;
    gap: 12px;
}

.shop-order-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 17px 19px;
    border: 1px solid var(--shop-line);
    border-radius: 11px;
    color: var(--shop-ink);
    text-decoration: none;
}

.shop-order-card:hover {
    border-color: var(--shop-accent);
    background: #f7fbfc;
    color: var(--shop-ink);
    text-decoration: none;
}

.shop-order-card small {
    display: block;
    color: var(--shop-muted);
}

.shop-data-table-wrap {
    width: 100%;
    overflow: auto;
}

.shop-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.93rem;
}

.shop-data-table th,
.shop-data-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--shop-line);
    text-align: left;
    vertical-align: top;
}

.shop-data-table th {
    background: var(--shop-surface);
    color: var(--shop-muted);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.shop-admin-tabs {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    margin: 0 0 24px;
    padding-bottom: 5px;
}

.shop-admin-tabs a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    color: var(--shop-muted);
    font-weight: 700;
    text-decoration: none;
}

.shop-admin-tabs a:hover,
.shop-admin-tabs a.is-active {
    border-color: var(--shop-accent);
    background: #edf7fb;
    color: var(--shop-accent-dark);
}

.shop-admin-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: start;
}

.shop-admin-form {
    display: grid;
    gap: 12px;
}

.shop-readiness-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-readiness-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.shop-readiness-list .is-ok {
    color: #277543;
}

.shop-readiness-list .is-missing {
    color: #9a4d22;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 980px) {
    .shop-home-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .shop-home-hero .shop-hero-copy {
        padding: 54px 52px 20px;
    }

    .shop-home-hero .shop-hero-visual {
        min-height: 390px;
        padding: 12px 44px 48px;
    }

    .shop-home-hero::after {
        right: 50%;
        width: min(54vw, 430px);
        transform: translate(50%, -18%);
    }

    .shop-home-hero-ring {
        width: min(52vw, 390px);
    }

    .shop-home-hero-product {
        width: min(610px, 86vw);
        transform: none;
    }

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

    .shop-cart-layout,
    .shop-checkout-layout,
    .shop-admin-grid {
        grid-template-columns: 1fr;
    }

    .shop-sticky-summary {
        position: static;
    }

    .shop-cart-head {
        display: none;
    }

    .shop-cart-row {
        grid-template-columns: minmax(0, 1fr) 90px 76px;
    }

    .shop-cart-row > :nth-child(2) {
        display: none;
    }

    .shop-cart-row > :nth-child(5) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .shop-page {
        width: min(100% - 24px, 1180px);
        padding-top: 26px;
    }

    .shop-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 34px 24px;
    }

    .shop-hero-visual {
        display: none;
    }

    .shop-home-hero {
        grid-template-columns: minmax(0, 1fr);
        padding: 0;
    }

    .shop-home-hero .shop-hero-copy {
        padding: 40px 26px 12px;
    }

    .shop-home-hero .shop-hero-visual {
        display: flex;
        min-height: 280px;
        padding: 10px 22px 38px;
    }

    .shop-home-hero-logo {
        width: min(250px, 72%);
        margin-bottom: 26px;
    }

    .shop-home-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .shop-home-hero .shop-home-hero-lead {
        font-size: 1.04rem;
    }

    .shop-home-hero::after {
        width: min(68vw, 330px);
    }

    .shop-home-hero-ring {
        width: min(64vw, 300px);
        box-shadow:
            0 0 0 34px rgba(46, 154, 194, 0.09),
            0 0 0 68px rgba(46, 154, 194, 0.05);
    }

    .shop-home-hero-product {
        width: min(500px, 82vw);
        max-width: 100%;
    }

    .shop-product-grid,
    .shop-product-detail,
    .shop-form-grid,
    .shop-choice-grid {
        grid-template-columns: 1fr;
    }

    .shop-product-detail .shop-product-image {
        min-height: 280px;
    }

    .shop-order-card {
        grid-template-columns: 1fr 1fr;
    }

    .shop-cart-row {
        grid-template-columns: minmax(0, 1fr) 74px;
    }

    .shop-cart-row > :nth-child(4) {
        grid-column: 1;
    }
}

@media (max-width: 620px) {
    .shop-home-hero .shop-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .shop-home-hero .shop-button {
        width: 100%;
    }
}
