.page-shop .store-page {
    --store-red: #d32f2f;
    --store-red-dark: #b71c1c;
    --store-black: #0a0a0a;
    --store-ink: #161616;
    --store-muted: #696969;
    --store-surface: #f5f5f5;
    --store-line: rgba(10, 10, 10, .12);
    color: var(--store-ink);
    background: #fff;
}

.page-shop .store-shell {
    width: min(calc(100% - 48px), 1280px);
    margin-inline: auto;
}

.page-shop .store-kicker,
.page-shop .store-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--store-red);
    font-size: 12px;
    font-weight: 800;
}

.page-shop .store-kicker::before,
.page-shop .store-label::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.page-shop .store-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 25px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.page-shop .store-button:hover {
    transform: translateY(-2px);
}

.page-shop .store-button--primary {
    color: #fff;
    background: var(--store-red);
}

.page-shop .store-button--primary:hover {
    background: var(--store-red-dark);
}

.page-shop .store-button--dark {
    color: #fff;
    background: var(--store-black);
}

.page-shop .store-button--outline {
    color: var(--store-black);
    border-color: var(--store-line);
    background: #fff;
}

.page-shop .store-hero {
    padding-block: 76px 68px;
    color: #fff;
    background-color: var(--store-black);
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 64px 64px;
}

.page-shop .store-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .55fr);
    gap: clamp(56px, 9vw, 130px);
    align-items: end;
}

.page-shop .store-hero h1 {
    max-width: 850px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(46px, 5.6vw, 74px);
    font-weight: 800;
    line-height: 1.22;
}

.page-shop .store-hero__copy > p {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: 16px;
    line-height: 2;
}

.page-shop .store-hero__copy .store-button {
    margin-top: 28px;
}

.page-shop .store-hero__assurances {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.page-shop .store-hero__assurances > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 14px;
    padding: 20px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.page-shop .store-hero__assurances span {
    grid-row: 1 / 3;
    color: #ff5a5a;
    font: 700 12px/1.5 "DM Sans", sans-serif;
}

.page-shop .store-hero__assurances strong {
    color: #fff;
    font-size: 15px;
}

.page-shop .store-hero__assurances small {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    line-height: 1.7;
}

.page-shop .store-summary {
    border-bottom: 1px solid var(--store-line);
    background: #fff;
}

.page-shop .store-summary__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page-shop .store-summary__grid > div {
    min-height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px clamp(18px, 3vw, 38px);
    border-inline-start: 1px solid var(--store-line);
}

.page-shop .store-summary__grid > div:last-child {
    border-inline-end: 1px solid var(--store-line);
}

.page-shop .store-summary strong {
    color: var(--store-red);
    font: 800 clamp(28px, 3vw, 42px)/1 "DM Sans", "Cairo", sans-serif;
}

.page-shop .store-summary span {
    margin-top: 12px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.page-shop .store-catalog {
    padding-block: 104px 116px;
}

.page-shop .store-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr);
    gap: clamp(48px, 9vw, 140px);
    align-items: end;
    margin-bottom: 50px;
}

.page-shop .store-section-head h2 {
    margin: 15px 0 0;
    color: var(--store-black);
    font-size: clamp(36px, 4.8vw, 62px);
    line-height: 1.25;
}

.page-shop .store-section-head > p {
    margin: 0 0 6px;
    color: var(--store-muted);
    font-size: 15px;
    line-height: 1.95;
}

.page-shop .store-toolbar {
    position: sticky;
    top: 124px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
    padding: 12px;
    border: 1px solid var(--store-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(10, 10, 10, .07);
    backdrop-filter: blur(12px);
}

.page-shop .store-filters,
.page-shop .store-tools,
.page-shop .store-currency {
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-shop .store-filters {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.page-shop .store-filters::-webkit-scrollbar {
    display: none;
}

.page-shop .store-filter,
.page-shop .store-currency button {
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #555;
    background: transparent;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.page-shop .store-filter:hover,
.page-shop .store-currency button:hover {
    color: var(--store-black);
    background: var(--store-surface);
}

.page-shop .store-filter.is-active,
.page-shop .store-currency button.is-active {
    color: #fff;
    background: var(--store-black);
}

.page-shop .store-search {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: 210px;
    padding: 8px 12px;
    border: 1px solid var(--store-line);
    border-radius: 5px;
    background: var(--store-surface);
}

.page-shop .store-search svg,
.page-shop .store-cart-trigger svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-shop .store-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--store-black);
    background: transparent;
    font-family: inherit;
    font-size: 12px;
}

.page-shop .store-currency {
    padding: 3px;
    border: 1px solid var(--store-line);
    border-radius: 5px;
}

.page-shop .store-currency button {
    min-height: 34px;
    padding: 6px 10px;
}

.page-shop .store-cart-trigger {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: var(--store-red);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.page-shop .store-cart-trigger b {
    min-width: 20px;
    min-height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--store-red);
    background: #fff;
    font: 800 10px/1 "DM Sans", sans-serif;
}

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

.page-shop .store-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(10, 10, 10, .06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.page-shop .store-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 47, 47, .42);
    box-shadow: 0 20px 46px rgba(10, 10, 10, .11);
}

.page-shop .store-card[hidden] {
    display: none;
}

.page-shop .store-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    color: #fff;
    background: var(--store-black);
}

.page-shop .store-card__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent);
    content: "";
    pointer-events: none;
}

.page-shop .store-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.page-shop .store-card:hover .store-card__media img {
    transform: scale(1.035);
}

.page-shop .store-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 36px 36px;
}

.page-shop .store-card__placeholder span {
    font: 800 26px/1 "DM Sans", sans-serif;
}

.page-shop .store-card__placeholder small {
    color: rgba(255, 255, 255, .5);
    font: 600 10px/1 "DM Sans", sans-serif;
    text-transform: uppercase;
}

.page-shop .store-card__index,
.page-shop .store-card__badge {
    position: absolute;
    z-index: 2;
    top: 14px;
    font-size: 10px;
    font-weight: 800;
}

.page-shop .store-card__index {
    right: 14px;
    color: rgba(255, 255, 255, .75);
    font-family: "DM Sans", sans-serif;
}

.page-shop .store-card__badge {
    left: 14px;
    padding: 5px 9px;
    border-radius: 4px;
    color: #fff;
    background: var(--store-red);
}

.page-shop .store-card__body {
    padding: 24px;
}

.page-shop .store-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #787878;
    font-size: 10px;
    font-weight: 700;
}

.page-shop .store-card__meta b {
    color: var(--store-red);
}

.page-shop .store-card h3 {
    min-height: 58px;
    margin: 0;
    color: var(--store-black);
    font-size: 20px;
    line-height: 1.55;
}

.page-shop .store-card h3 a {
    color: inherit;
}

.page-shop .store-card__body > p {
    min-height: 75px;
    margin: 12px 0 0;
    color: var(--store-muted);
    font-size: 13px;
    line-height: 1.9;
}

.page-shop .store-card__price {
    min-height: 38px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 20px;
}

.page-shop .store-card__price strong {
    color: var(--store-black);
    font: 800 22px/1.3 "DM Sans", "Cairo", sans-serif;
}

.page-shop .store-card__price del {
    color: #999;
    font-size: 12px;
}

.page-shop .store-card__actions {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 8px;
    margin-top: 18px;
}

.page-shop .store-card__actions a,
.page-shop .store-card__actions button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid var(--store-line);
    border-radius: 5px;
    color: var(--store-black);
    background: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
}

.page-shop .store-card__actions button {
    padding: 0;
    color: #fff;
    border-color: var(--store-red);
    background: var(--store-red);
    cursor: pointer;
}

.page-shop .store-card__actions button:hover {
    background: var(--store-red-dark);
}

.page-shop .store-card__actions svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-shop .store-empty {
    padding: 70px 24px;
    border-block: 1px solid var(--store-line);
    color: var(--store-muted);
    text-align: center;
}

.page-shop .store-process {
    padding-block: 104px;
    color: #fff;
    background: var(--store-black);
}

.page-shop .store-section-head--light h2 {
    color: #fff;
}

.page-shop .store-section-head--light > p {
    color: rgba(255, 255, 255, .56);
}

.page-shop .store-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border-block: 1px solid rgba(255, 255, 255, .16);
    list-style: none;
}

.page-shop .store-process__steps li {
    min-height: 290px;
    padding: 30px 26px;
    border-inline-start: 1px solid rgba(255, 255, 255, .16);
}

.page-shop .store-process__steps li:last-child {
    border-inline-end: 1px solid rgba(255, 255, 255, .16);
}

.page-shop .store-process__steps span {
    color: #ff5a5a;
    font: 700 12px/1 "DM Sans", sans-serif;
}

.page-shop .store-process__steps h3 {
    margin: 94px 0 10px;
    color: #fff;
    font-size: 19px;
}

.page-shop .store-process__steps p {
    margin: 0;
    color: rgba(255, 255, 255, .54);
    font-size: 13px;
    line-height: 1.85;
}

.page-shop .store-cart {
    position: fixed;
    inset: 0;
    z-index: 10020;
    visibility: hidden;
    pointer-events: none;
}

.page-shop .store-cart.is-open {
    visibility: visible;
    pointer-events: auto;
}

.page-shop .store-cart__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(5px);
    transition: opacity .25s ease;
}

.page-shop .store-cart.is-open .store-cart__backdrop {
    opacity: 1;
}

.page-shop .store-cart__panel {
    position: absolute;
    inset: 0 0 0 auto;
    width: min(470px, 94vw);
    display: flex;
    flex-direction: column;
    color: var(--store-black);
    background: #fff;
    transform: translateX(105%);
    transition: transform .28s ease;
}

.page-shop .store-cart.is-open .store-cart__panel {
    transform: translateX(0);
}

.page-shop .store-cart__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 24px 22px;
    border-bottom: 1px solid var(--store-line);
}

.page-shop .store-cart__header h2 {
    margin: 7px 0 0;
    color: var(--store-black);
    font-size: 24px;
}

.page-shop .store-cart__header > button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--store-line);
    border-radius: 5px;
    color: var(--store-black);
    background: #fff;
    cursor: pointer;
}

.page-shop .store-cart__header svg,
.page-shop .store-cart-item__remove svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-shop .store-cart__items {
    max-height: 42vh;
    overflow-y: auto;
    padding-inline: 24px;
}

.page-shop .store-cart-item {
    display: grid;
    grid-template-columns: 70px 1fr 34px;
    gap: 14px;
    align-items: start;
    padding-block: 18px;
    border-bottom: 1px solid var(--store-line);
}

.page-shop .store-cart-item > img,
.page-shop .store-cart-item__placeholder {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    background: var(--store-black);
}

.page-shop .store-cart-item__placeholder {
    display: grid;
    place-items: center;
    color: #fff;
    font: 800 14px/1 "DM Sans", sans-serif;
}

.page-shop .store-cart-item strong {
    display: block;
    color: var(--store-black);
    font-size: 13px;
    line-height: 1.6;
}

.page-shop .store-cart-item small {
    display: block;
    margin-top: 3px;
    color: var(--store-red);
    font: 700 12px/1.4 "DM Sans", "Cairo", sans-serif;
}

.page-shop .store-cart-item__qty {
    display: inline-grid;
    grid-template-columns: 28px 32px 28px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid var(--store-line);
    border-radius: 4px;
    overflow: hidden;
}

.page-shop .store-cart-item__qty button {
    height: 28px;
    padding: 0;
    border: 0;
    color: var(--store-black);
    background: var(--store-surface);
    cursor: pointer;
}

.page-shop .store-cart-item__qty span {
    text-align: center;
    font: 700 11px/1 "DM Sans", sans-serif;
}

.page-shop .store-cart-item__remove {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    color: #999;
    background: transparent;
    cursor: pointer;
}

.page-shop .store-cart-item__remove:hover {
    color: var(--store-red);
}

.page-shop .store-cart__empty {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 50px 24px;
    color: var(--store-muted);
}

.page-shop .store-cart__empty[hidden],
.page-shop .store-cart__checkout[hidden] {
    display: none;
}

.page-shop .store-cart__checkout {
    overflow-y: auto;
    margin-top: auto;
    padding: 20px 24px 24px;
    border-top: 1px solid var(--store-line);
    background: var(--store-surface);
}

.page-shop .store-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    color: var(--store-black);
    font-size: 15px;
    font-weight: 800;
}

.page-shop .store-cart__total strong {
    color: var(--store-red);
    font: 800 20px/1 "DM Sans", "Cairo", sans-serif;
}

.page-shop .store-cart__checkout form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.page-shop .store-cart__checkout label:nth-of-type(3),
.page-shop .store-cart__checkout label:nth-of-type(4),
.page-shop .store-cart__checkout form > button,
.page-shop .store-cart__checkout form > p {
    grid-column: 1 / -1;
}

.page-shop .store-cart__checkout label span {
    display: block;
    margin-bottom: 6px;
    color: #444;
    font-size: 10px;
    font-weight: 800;
}

.page-shop .store-cart__checkout label small {
    color: #999;
    font-size: 9px;
}

.page-shop .store-cart__checkout input,
.page-shop .store-cart__checkout textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--store-line);
    border-radius: 5px;
    outline: 0;
    padding: 10px 11px;
    color: var(--store-black);
    background: #fff;
    font-family: inherit;
    font-size: 12px;
}

.page-shop .store-cart__checkout input:focus,
.page-shop .store-cart__checkout textarea:focus {
    border-color: var(--store-red);
}

.page-shop .store-checkout-button {
    min-height: 48px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: var(--store-red);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.page-shop .store-cart__checkout form > p {
    margin: 0;
    color: #888;
    font-size: 9px;
    line-height: 1.7;
}

.page-shop .store-form-error {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(211, 47, 47, .28);
    border-radius: 5px;
    color: var(--store-red-dark);
    background: rgba(211, 47, 47, .06);
    font-size: 11px;
}

.page-shop .store-toast {
    position: fixed;
    z-index: 10030;
    inset: auto 24px 24px auto;
    padding: 12px 18px;
    border-radius: 5px;
    color: #fff;
    background: var(--store-black);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.page-shop .store-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.page-shop .store-result {
    width: min(calc(100% - 32px), 690px);
    margin: 80px auto 110px;
    padding: 56px;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    text-align: center;
    background: #fff;
    box-shadow: 0 20px 60px rgba(10, 10, 10, .08);
}

.page-shop .store-result__icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    color: #fff;
    background: var(--store-red);
}

.page-shop .store-result__icon svg {
    width: 34px;
    height: 34px;
}

.page-shop .store-result h1 {
    margin: 14px 0 10px;
    color: var(--store-black);
    font-size: 32px;
}

.page-shop .store-result > p {
    margin: 0;
    color: var(--store-muted);
    line-height: 1.9;
}

.page-shop .store-result__number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
    padding: 18px 20px;
    border-block: 1px solid var(--store-line);
}

.page-shop .store-result__number span {
    color: var(--store-muted);
    font-size: 12px;
}

.page-shop .store-result__number strong {
    font: 800 16px/1 "DM Sans", sans-serif;
}

.page-shop .store-result__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 1060px) {
    .page-shop .store-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .page-shop .store-tools {
        justify-content: space-between;
    }

    .page-shop .store-search {
        flex: 1;
    }

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

@media (max-width: 780px) {
    .page-shop .store-shell {
        width: min(calc(100% - 28px), 1280px);
    }

    .page-shop .store-hero__grid,
    .page-shop .store-section-head {
        grid-template-columns: 1fr;
    }

    .page-shop .store-hero {
        padding-block: 68px 62px;
        background-size: 44px 44px;
    }

    .page-shop .store-hero h1 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .page-shop .store-hero__assurances {
        display: none;
    }

    .page-shop .store-hero__copy .store-button {
        width: 100%;
    }

    .page-shop .store-summary__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-shop .store-summary__grid > div {
        min-height: 112px;
        border-bottom: 1px solid var(--store-line);
    }

    .page-shop .store-summary__grid > div:nth-child(2n) {
        border-inline-end: 1px solid var(--store-line);
    }

    .page-shop .store-catalog,
    .page-shop .store-process {
        padding-block: 76px;
    }

    .page-shop .store-section-head {
        gap: 22px;
        margin-bottom: 38px;
    }

    .page-shop .store-section-head h2 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .page-shop .store-toolbar {
        position: static;
    }

    .page-shop .store-tools {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .page-shop .store-search {
        width: 100%;
        grid-column: 1 / -1;
    }

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

    .page-shop .store-card h3,
    .page-shop .store-card__body > p {
        min-height: 0;
    }

    .page-shop .store-process__steps {
        grid-template-columns: 1fr;
    }

    .page-shop .store-process__steps li {
        min-height: 0;
        border-inline-end: 1px solid rgba(255, 255, 255, .16);
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .page-shop .store-process__steps h3 {
        margin-top: 48px;
    }
}

@media (max-width: 480px) {
    .page-shop .store-currency button {
        padding-inline: 8px;
    }

    .page-shop .store-cart-trigger span {
        display: none;
    }

    .page-shop .store-card__body {
        padding: 20px;
    }

    .page-shop .store-cart__checkout form {
        grid-template-columns: 1fr;
    }

    .page-shop .store-cart__checkout label,
    .page-shop .store-cart__checkout label:nth-of-type(3),
    .page-shop .store-cart__checkout label:nth-of-type(4) {
        grid-column: 1;
    }

    .page-shop .store-result {
        padding: 38px 22px;
    }

    .page-shop .store-result__actions {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-shop .store-card,
    .page-shop .store-card__media img,
    .page-shop .store-button,
    .page-shop .store-cart__panel,
    .page-shop .store-cart__backdrop,
    .page-shop .store-toast {
        transition: none;
    }
}
