/* STORE
   Rebuilt for the current template styles.
   Class names are preserved to avoid layout regressions. */

.store-modal,
.storeadd-modal,
.store-bask,
.store-order,
.store-recep,
.store-deliv,
.store-deliv1,
.store-check,
.store-pattern {
    --store-bg: var(--bg-color);
    --store-surface: var(--secondary-color);
    --store-surface-soft: #f3f3f3;
    --store-text: var(--primary-color);
    --store-text-muted: var(--text-color);
    --store-accent: var(--accent-color);
    --store-accent-strong: #c4de28;
    --store-dark: var(--primary-color);
    --store-border: var(--divider-color);
    --store-border-dark: var(--dark-divider-color);
    --store-white: var(--white-color);
    --store-danger: #d84b4b;
    --store-success: #7cb342;
    --store-radius: 20px;
    --store-radius-sm: 16px;
    --store-shadow: 0 20px 60px rgba(8, 5, 23, 0.12);
    --store-shadow-soft: 0 12px 30px rgba(8, 5, 23, 0.08);
}

.store-modal>div>a,
.storeadd-modal_link>a,
.store-bask_detal .promo>div button,
.store-bask_promo>a,
.store-bask_buy>button,
.store-deliv_link>a,
.store-deliv1_content [type="submit"],
.store-order_meta>a {
    position: relative;
    display: inline-block;
    background: var(--store-accent);
    color: var(--store-text);
    border: none;
    border-radius: 60px;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 17px 58px 17px 24px;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    z-index: 0;
}

.store-modal>div>a::before,
.storeadd-modal_link>a::before,
.store-bask_detal .promo>div button::before,
.store-bask_promo>a::before,
.store-bask_buy>button::before,
.store-deliv_link>a::before,
.store-deliv1_content [type="submit"]::before,
.store-order_meta>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url("../images/arrow-primary.svg") center / cover no-repeat;
    transform: translateY(-50%);
    transition: transform 0.35s ease, filter 0.35s ease;
    z-index: 1;
}

.store-modal>div>a::after,
.storeadd-modal_link>a::after,
.store-bask_detal .promo>div button::after,
.store-bask_promo>a::after,
.store-bask_buy>button::after,
.store-deliv_link>a::after,
.store-deliv1_content [type="submit"]::after,
.store-order_meta>a::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    background: var(--store-dark);
    border-radius: inherit;
    transition: width 0.35s ease;
    z-index: -1;
}

.store-modal>div>a:hover,
.storeadd-modal_link>a:hover,
.store-bask_detal .promo>div button:hover,
.store-bask_promo>a:hover,
.store-bask_buy>button:hover,
.store-deliv_link>a:hover,
.store-deliv1_content [type="submit"]:hover,
.store-order_meta>a:hover {
    color: var(--store-white);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(8, 5, 23, 0.16);
}

.store-modal>div>a:hover::before,
.storeadd-modal_link>a:hover::before,
.store-bask_detal .promo>div button:hover::before,
.store-bask_promo>a:hover::before,
.store-bask_buy>button:hover::before,
.store-deliv_link>a:hover::before,
.store-deliv1_content [type="submit"]:hover::before,
.store-order_meta>a:hover::before {
    transform: translateY(-50%) rotate(45deg);
    filter: brightness(0) invert(1);
}

.store-modal>div>a:hover::after,
.storeadd-modal_link>a:hover::after,
.store-bask_detal .promo>div button:hover::after,
.store-bask_promo>a:hover::after,
.store-bask_buy>button:hover::after,
.store-deliv_link>a:hover::after,
.store-deliv1_content [type="submit"]:hover::after,
.store-order_meta>a:hover::after {
    width: 100%;
}

.store-modal>div>a,
.store-bask_buy>button {
    width: 100%;
}

.store-modal>div {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(450px, 100vw);
    height: 100vh;
    background: var(--store-dark);
    color: var(--store-white);
    padding: 30px;
    box-shadow: -20px 0 60px rgba(8, 5, 23, 0.22);
    z-index: 9;
}

.store-modal_header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.store-modal_header b {
    font-family: var(--accent-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1em;
    color: var(--store-white);
}

.store-modal_header .fa-xmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--store-border-dark);
    border-radius: 50%;
    color: var(--store-white);
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.store-modal_header .fa-xmark:hover {
    background: var(--store-accent);
    color: var(--store-text);
    transform: rotate(90deg);
}

.store-modal_header>span {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    background: var(--store-accent);
    color: var(--store-text);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-modal_header>span:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(213, 235, 69, 0.22);
}

.store-modal_lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.store-modal .store-modal_lists {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 6px;
}

.store-cart_itemno {
    background: var(--store-border-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--store-radius);
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    padding: 24px;
}

.store-cart_item {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    background: var(--store-surface);
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius);
    padding: 18px;
    color: var(--store-text);
}

.store-cart_item>img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: var(--store-bg);
    object-fit: cover;
}

.store-cart_title {
    min-width: 0;
}

.store-cart_title>b {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    color: var(--store-text);
}

.store-cart_title>span {
    display: block;
    margin-top: 8px;
    font-family: var(--accent-font);
    font-size: 18px;
    line-height: 1.1em;
    color: var(--store-text);
}

.store-cart_title>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    color: var(--store-text-muted);
    font-size: 12px;
    line-height: 1.4em;
}

.store-cart_count {
    display: inline-flex;
    align-items: center;
    background: var(--store-bg);
    border: 1px solid var(--store-border);
    border-radius: 999px;
    padding: 4px;
    max-width: 105px;
}

.store-cart_count>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--store-text);
    font-size: 18px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

.store-cart_count>a:hover {
    background: var(--store-accent);
}

.store-cart_count>input {
    width: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 700;
    text-align: center;
    color: var(--store-text);
    pointer-events: none;
}

.store-cart_item #cart_del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(216, 75, 75, 0.1);
    color: var(--store-danger);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.store-cart_item #cart_del:hover {
    background: rgba(216, 75, 75, 0.18);
    transform: scale(1.05);
}

.store-modal_sums {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--store-border-dark);
}

.store-modal_sums>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.74);
    border-top: 1px solid var(--store-border-dark);
}

.store-modal_sums>div:first-child {
    border-top: 0;
    padding-top: 0;
}

.store-modal_sums>div:last-child {
    font-family: var(--accent-font);
    font-size: 24px;
    color: var(--store-white);
}

.store-modal_sums>div>span:first-child {
    margin-right: auto;
}

.store-modal>div>a {
    margin-top: 24px;
}

.storeadd-modal>div,
.store-deliv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, calc(100vw - 30px));
    background: var(--store-surface);
    color: var(--store-text);
    border-radius: 28px;
    padding: 40px;
    box-shadow: var(--store-shadow);
    z-index: 9;
}

.storeadd-modal>div {
    text-align: center;
}

.storeadd-modal>div>.fa-xmark,
.store-deliv .fa-xmark,
.store-deliv1 .fa-xmark {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--store-bg);
    border: 1px solid var(--store-border);
    border-radius: 50%;
    color: var(--store-text);
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    z-index: 3;
}

.storeadd-modal>div>.fa-xmark:hover,
.store-deliv .fa-xmark:hover,
.store-deliv1 .fa-xmark:hover {
    background: var(--store-accent);
    color: var(--store-text);
    transform: rotate(90deg);
}

.storeadd-modal>div>img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.storeadd-modal_title,
.store-deliv_title {
    display: block;
    font-family: var(--accent-font);
    font-size: 34px;
    line-height: 1.1em;
    color: var(--store-text);
}

.storeadd-modal_title {
    margin: 24px 0 36px;
}

.storeadd-modal_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.storeadd-modal_link>a:last-child {
    background: var(--store-dark);
    color: var(--store-white);
}

.storeadd-modal_link>a:last-child::before {
    filter: brightness(0) invert(1);
}

.storeadd-modal_link>a:last-child::after {
    background: var(--store-accent);
}

.storeadd-modal_link>a:last-child:hover {
    color: var(--store-text);
}

.storeadd-modal_link>a:last-child:hover::before {
    filter: none;
}

.store-deliv {
    display: none;
}

.store-deliv_subtitle {
    margin-top: 12px;
    color: var(--store-text-muted);
    font-size: 16px;
    line-height: 1.6em;
}

.store-deliv_link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.store-bask {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 32px;
    align-items: start;
}

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

.store-bask_detal .e-field {
    margin: 0;
}

.store-bask_detal .e-field:nth-child(5),
.store-bask_detal .payment,
.store-bask_detal .delivery {
    grid-column: 1 / -1;
}

.store-bask_detal .e-field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--store-text);
}

.store-bask_detal .e-field input:not([type="hidden"]),
.store-bask_detal .e-field textarea {
    width: 100%;
    background: var(--store-surface);
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-sm);
    color: var(--store-text);
    padding: 16px 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.store-bask_detal .e-field input:not([type="hidden"]) {
    min-height: 58px;
}

.store-bask_detal .e-field textarea {
    resize: vertical;
    min-height: 140px;
}

.store-bask_detal .e-field input:not([type="hidden"]):focus,
.store-bask_detal .e-field textarea:focus {
    outline: none;
    border-color: rgba(213, 235, 69, 0.9);
    box-shadow: 0 0 0 4px rgba(213, 235, 69, 0.18);
}

.store-bask_detal>div:not(.e-field) {
    background: var(--store-surface);
    border: 1px solid var(--store-border);
    border-radius: 24px;
    padding: 28px;
}

.store-bask_detal>div>b,
.store-bask_buy>b,
.store-deliv1_head>b,
.store-order>h2,
.store-recep>h2 {
    display: block;
    font-family: var(--accent-font);
    font-size: 32px;
    line-height: 1.1em;
    color: var(--store-text);
}

.store-bask_detal .delivery>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 20px 0 24px;
}

.store-bask_detal .delivery>div>span:first-child,
.store-deliv1_head>span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    background: var(--store-accent);
    color: var(--store-text);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.store-bask_detal .delivery #store_deliverya {
    color: var(--store-text);
    font-weight: 500;
    line-height: 1.6em;
}

.store-bask_detal .delivery #store_deliverya>div {
    display: block;
    color: var(--store-text-muted);
    font-size: 14px;
}

.store-bask_detal .payment>div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.store-bask_detal .payment>div label,
.store-bask_detal .payment>div>a {
    position: relative;
    display: block;
    background: var(--store-bg);
    border: 1px solid var(--store-border);
    border-radius: 20px;
    padding: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.store-bask_detal .payment>div label:hover,
.store-bask_detal .payment>div>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(8, 5, 23, 0.08);
}

.store-bask_detal .payment>div label input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.store-bask_detal .payment>div label input+img,
.store-bask_detal .payment>div>a img {
    display: block;
    width: 100%;
    height: 62px;
    object-fit: contain;
    margin-bottom: 12px;
    border-radius: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.store-bask_detal .payment>div label input:checked+img {
    transform: scale(1.02);
    background: var(--store-white);
    box-shadow: 0 0 0 3px rgba(213, 235, 69, 0.28);
}

.store-bask_detal .payment>div label span,
.store-bask_detal .payment>div>a span {
    display: block;
    color: var(--store-text);
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
}

.store-bask_buy {
    position: sticky;
    top: 110px;
    background: var(--store-dark);
    border-radius: 28px;
    padding: 30px;
    color: var(--store-white);
    box-shadow: var(--store-shadow);
}

.store-bask_buy>b {
    color: var(--store-white);
    margin-bottom: 24px;
}

.store-bask_buy .store-modal_lists {
    margin-bottom: 24px;
}

.store-bask_buy .store-cart_item {
    background: var(--store-white);
}

.store-bask_bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--store-border-dark);
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.store-bask_bonus>div>b {
    display: block;
    color: var(--store-white);
}

.store-bask_bonus>div>span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.store-bask_bonus input {
    width: 22px;
    height: 22px;
    accent-color: var(--store-accent);
    cursor: pointer;
}

.store-bask_promo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.store-bask_promo input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 56px;
    background: transparent;
    border: 1px solid var(--store-border-dark);
    border-radius: 18px;
    color: var(--store-white);
    padding: 0 18px;
}

.store-bask_promo input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.store-bask_promo input:focus {
    outline: none;
    border-color: rgba(213, 235, 69, 0.9);
}

.store-bask_sums>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid var(--store-border-dark);
    color: rgba(255, 255, 255, 0.78);
}

.store-bask_sums>div:first-child {
    border-top: 0;
}

.store-bask_sums>div:last-child {
    font-family: var(--accent-font);
    font-size: 24px;
    color: var(--store-white);
}

.store-bask_sums>div>span:first-child {
    margin-right: auto;
}

.store-bask_sums #cart_bonusb>span:last-child,
.store-bask_sums #cart_promob>span:last-child {
    color: var(--store-accent);
}

.store-bask_buy>button {
    margin-top: 24px;
}

.store-deliv1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(1180px, calc(100vw - 30px));
    height: min(820px, calc(100vh - 30px));
    background: var(--store-surface);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--store-shadow);
    z-index: 9;
}

.store-deliv1 #center-marker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background: var(--store-dark);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.store-deliv1 #center-marker::after {
    content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: var(--store-accent);
    border: 4px solid var(--store-white);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(8, 5, 23, 0.2);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.store-deliv1 #map {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--store-bg);
}

.store-deliv1_tabs {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--store-white);
    border: 1px solid var(--store-border);
    border-radius: 999px;
    padding: 6px;
    box-shadow: var(--store-shadow-soft);
    z-index: 2;
}

.store-deliv1_tabs>span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 18px;
    border-radius: 999px;
    color: var(--store-text);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

.store-deliv1_tabs>span.active {
    background: var(--store-accent);
}

.store-deliv1_content {
    display: none;
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: min(430px, calc(100% - 48px));
    max-height: calc(100% - 130px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(8, 5, 23, 0.08);
    border-radius: 24px;
    padding: 24px;
    overflow-y: auto;
    backdrop-filter: blur(20px);
    box-shadow: var(--store-shadow-soft);
}

.store-deliv1_content.active {
    display: block;
}

.store-deliv1_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.store-deliv1_head>b {
    font-size: 26px;
}

.store-deliv1_head>span {
    cursor: pointer;
}

.store-deliv1_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.store-deliv1_list>label {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    background: var(--store-bg);
    border: 1px solid var(--store-border);
    border-radius: 18px;
    padding: 16px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.store-deliv1_list>label:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(8, 5, 23, 0.08);
}

.store-deliv1_list>label input {
    margin: 2px 0 0;
    accent-color: var(--store-accent-strong);
}

.store-deliv1_list>label>div {
    color: var(--store-text);
    font-weight: 600;
    line-height: 1.5em;
}

.store-deliv1_list>label>div>span {
    display: block;
    margin-top: 4px;
    color: var(--store-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.store-deliv1_list>label>div>#del {
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    border-radius: 50%;
    background: rgba(216, 75, 75, 0.1);
    color: var(--store-danger);
}

.store-deliv1_content .e-float+.e-float {
    margin-top: 14px;
}

.store-deliv1_content [type="submit"] {
    width: 100%;
    margin-top: 8px;
}

.store-order>h2 {
    margin-bottom: 24px;
}

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

.store-order_items li {
    background: var(--store-surface);
    border: 1px solid var(--store-border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--store-shadow-soft);
    list-style: none;
}

.store-order_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--store-border);
    color: var(--store-text-muted);
    font-size: 14px;
}

.store-order_head>span:first-child {
    font-family: var(--accent-font);
    font-size: 20px;
    color: var(--store-text);
}

.store-order_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    color: var(--store-text);
    border-bottom: 1px solid var(--store-border);
    transition: color 0.25s ease;
}

.store-order_item:last-of-type {
    border-bottom: 0;
}

.store-order_item:hover {
    color: #556f05;
}

.store-order_item b {
    font-size: 16px;
    line-height: 1.5em;
}

.store-order_item>span {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.store-order_item>span span {
    display: block;
    margin-top: 4px;
    color: var(--store-text-muted);
    font-size: 12px;
    font-weight: 400;
}

.store-order_price {
    margin: 18px 0 22px;
    font-family: var(--accent-font);
    font-size: 34px;
    line-height: 1.1em;
    color: var(--store-text);
}

.store-order_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 18px;
}

.store-order_meta .status {
    color: var(--store-text-muted);
    font-size: 14px;
    line-height: 1.5em;
}

.store-order_meta .status span {
    display: block;
    margin-top: 4px;
    color: var(--store-text);
    font-family: var(--accent-font);
    font-size: 18px;
}

.store-order_comm {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--store-border);
    color: var(--store-text-muted);
    font-size: 14px;
    line-height: 1.6em;
}

.store-order_comm span {
    color: var(--store-text);
    font-weight: 700;
}

.store-recep {
    background: var(--store-white);
    color: var(--store-text);
    border: 1px solid var(--store-border);
    border-radius: 24px;
    padding: 30px;
    box-shadow: var(--store-shadow-soft);
}

.store-recep>h2 {
    margin-bottom: 24px;
}

.store-recep_head,
.store-recep_sign {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.store-recep_head span {
    font-weight: 700;
}

.store-recep table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 18px;
}

.store-recep th,
.store-recep td {
    padding: 14px 16px;
    text-align: left;
    border: 1px solid var(--store-border);
}

.store-recep thead th {
    background: var(--store-dark);
    color: var(--store-white);
    font-family: var(--accent-font);
    font-weight: 500;
}

.store-recep tbody tr:nth-child(even) {
    background: var(--store-bg);
}

.store-recep tfoot td {
    font-weight: 700;
}

.store-recep_sign {
    margin-top: 12px;
}

.store-recep_sign>div {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.store-recep_sign>div span {
    flex: 1 1 auto;
    border-bottom: 1px solid var(--store-text);
    height: 1px;
}

.store-check {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
}

.store-check img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.store-check h2 {
    margin: 24px 0 14px;
    font-family: var(--accent-font);
    font-size: 40px;
    line-height: 1.1em;
    color: var(--store-text);
}

.store-check p {
    color: var(--store-text-muted);
    margin-bottom: 28px;
}

.store-pattern {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    background: var(--store-surface);
    border: 1px solid var(--store-border);
    border-radius: 999px;
    padding: 6px;
    max-width: 100%;
    margin-bottom: 20px;
}

.store-pattern label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border-radius: 999px;
    padding: 8px 18px;
    color: var(--store-text-muted);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.store-pattern label.active {
    background: var(--store-bg);
    color: var(--store-text);
}

.store-pattern label.selected {
    background: var(--store-accent);
    color: var(--store-text);
}

.store-pattern label input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

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

    .store-bask_buy {
        position: static;
    }

    .store-bask_detal .payment>div,
    .store-order_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .store-modal>div {
        width: 100vw;
        padding: 24px 18px;
    }

    .store-bask_detal,
    .store-order_items,
    .store-recep_head,
    .store-recep_sign {
        grid-template-columns: 1fr;
    }

    .store-bask_detal .payment>div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-deliv1 {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }

    .store-deliv1_tabs {
        top: 18px;
        left: 18px;
        right: 74px;
        justify-content: space-between;
    }

    .store-deliv1_content {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: 62vh;
        border-radius: 24px 24px 0 0;
    }

    .store-deliv1 #map {
        height: 46%;
    }
}

@media (max-width: 640px) {

    .storeadd-modal>div,
    .store-deliv {
        padding: 28px 20px;
    }

    .storeadd-modal_title,
    .store-deliv_title,
    .store-bask_detal>div>b,
    .store-bask_buy>b,
    .store-order>h2,
    .store-recep>h2 {
        font-size: 28px;
    }

    .store-bask_promo {
        flex-direction: column;
        align-items: stretch;
    }

    .store-bask_promo>a {
        width: 100%;
    }

    .store-cart_item {
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas:
            "image title"
            "count count"
            "delete delete";
    }

    .store-cart_item>img {
        grid-area: image;
    }

    .store-cart_title {
        grid-area: title;
    }

    .store-cart_count {
        grid-area: count;
        justify-self: start;
    }

    .store-cart_item #cart_del {
        grid-area: delete;
        justify-self: start;
    }
}

@media (max-width: 460px) {
    .store-modal_header {
        flex-wrap: wrap;
    }

    .store-modal_header>span {
        margin-left: 0;
    }

    .store-bask_detal>div:not(.e-field),
    .store-bask_buy,
    .store-order_items li,
    .store-recep {
        padding: 22px 18px;
    }

    .store-bask_detal .payment>div {
        grid-template-columns: 1fr;
    }

    .storeadd-modal_link>a,
    .store-modal>div>a,
    .store-bask_promo>a,
    .store-bask_buy>button,
    .store-deliv1_content [type="submit"],
    .store-order_meta>a {
        width: 100%;
    }
}