﻿:root {
    --store-bg: #34323d;
    --store-bg-soft: #3d3a47;
    --store-surface: #eeedf0;
    --store-card: #d2d0da;
    --store-card-soft: #f9f7ff;
    --store-text: #f9f7ff;
    --store-text-muted: #c6c4cf;
    --store-text-dark: #1e1d24;
    --store-danger: #9c1a1a;
    --store-danger-hover: #871111;
    --store-radius-md: 12px;
    --store-radius-sm: 10px;
    --product-title-lines: 12;
    --store-header-height: 80px;
    --store-page-height: 100dvh;
    --collection-mobile-filters-top: 10px;
}


html,
body {
    height: 100%;
}


body.store-body {
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--store-bg);
    color: var(--store-text);
}


body.store-body input,
body.store-body select,
body.store-body textarea,
body.store-body button {
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


a {
    color: inherit;
}


.store-container {
    max-width: 1320px;
    --bs-gutter-x: 0;
}


.store-header {
    background: var(--store-surface);
    position: relative;
    z-index: 1035;
}


.store-header-row {
    min-height: 120px;
    align-items: center;
    column-gap: 24px;
}


.store-brand {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #000;
    line-height: 1;
    margin-right: 20px;
}


.store-brand-main {
    display: inline-block;
    line-height: 1;
}


.store-nav-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 18px;
}


.store-nav-link {
    color: #1f1d24;
    font-size: 16px;
    font-weight: 400;
    padding: 0.25rem 0;
    white-space: nowrap;
}


.store-nav-links .nav-item {
    flex: 0 0 auto;
}


.store-nav-link:hover,
.store-nav-link:focus-visible {
    color: var(--store-danger);
}


.store-nav-link.is-active {
    color: var(--store-danger);
    font-weight: 600;
}


.store-nav-links-public {
    margin-left: 106px;
}


.store-nav-links-public .nav-item + .nav-item {
    margin-left: 64px;
}


.store-search-form {
    width: 100%;
    position: relative;
}


.store-header-public .store-search-form.d-none.d-lg-flex {
    width: 400px;
}


.store-search-input {
    height: 40px;
    border-radius: 999px;
    border: 1px solid #cfcdd8;
    background: #f8f8fb;
    color: #4f4c58;
    font-size: 16px;
    font-weight: 100;
    padding-right: 46px;
}


.store-search-input::placeholder {
    color: #b3b2ba;
    font-size: 16px;
    font-weight: 100;
}


.store-search-btn {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: var(--store-danger);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.store-search-btn:hover,
.store-search-btn:focus-visible {
    background: var(--store-danger-hover);
    color: #fff;
}


.store-cart-btn {
    min-width: 200px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 999px;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    gap: 8px;
}


.store-header-actions {
    gap: 8px;
    flex-shrink: 0;
}


.store-cart-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


.store-cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}


.store-cart-icon-wrap-mobile {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
}


.store-cart-count-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(9px, -9px);
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #9c1a1a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}


.store-cart-count-badge.is-double {
    font-size: 9px;
}


.store-cart-count-badge.is-hidden {
    display: none;
}


.store-cart-icon-mobile {
    width: 18px;
    height: 18px;
}


.store-search-icon-mobile {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}


.store-cart-btn:hover,
.store-cart-btn:focus-visible {
    background: #f0eff3;
    color: #000;
    border-color: #000;
}


.store-nav-toggle {
    border: 0;
    box-shadow: none;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
}


.store-nav-toggle:focus {
    box-shadow: none;
}


.store-menu-bars-icon {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}


.store-mobile-icon {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f2d36;
    text-decoration: none;
}


.store-mobile-search-toggle {
    appearance: none;
}


.store-mobile-icon:hover,
.store-mobile-icon:focus-visible {
    color: #1d1c22;
}


.store-mobile-menu-overlay {
    display: none;
}


.store-mobile-menu-sheet {
    display: none;
}


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


.store-mobile-menu-item + .store-mobile-menu-item {
    border-top: 1px solid #e8e6ee;
}


.store-mobile-menu-link {
    height: 54px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1f1d24;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


.store-mobile-menu-link:hover,
.store-mobile-menu-link:focus-visible {
    color: #1f1d24;
}


.store-mobile-menu-link.is-active {
    color: var(--store-danger);
    font-weight: 600;
}


.store-mobile-menu-link.is-active .store-mobile-menu-arrow {
    color: var(--store-danger);
}


.store-mobile-menu-arrow {
    color: #5b5866;
    font-size: 18px;
    line-height: 1;
}


.store-mobile-search-collapse {
    display: none;
}


.store-mobile-search-panel {
    background: #fbfafd;
}


.store-mobile-search-form .store-search-btn {
    width: 40px;
    height: 40px;
    right: 0;
    border-radius: 999px;
    background: var(--store-danger);
    color: #fff;
}


.store-mobile-search-form .store-search-btn:hover,
.store-mobile-search-form .store-search-btn:focus-visible {
    background: var(--store-danger-hover);
    color: #fff;
}


.store-mobile-search-form .store-search-input {
    border-color: var(--store-danger);
    padding-right: 52px;
}


.store-mobile-collapse {
    width: 100%;
    padding: 12px 0 6px;
}


.store-mobile-collapse .store-search-form {
    width: 100%;
}


.store-main {
    background: var(--store-bg);
}


.store-section-title {
    font-size: clamp(1.75rem, 1.42rem + 1.38vw, 2.5rem);
    line-height: 1.1;
    margin: 0 0 22px;
    font-weight: 700;
    color: var(--store-text);
}


.store-main .btn-primary {
    background: var(--store-danger);
    border-color: var(--store-danger);
    border-radius: 999px;
    font-weight: 600;
}


.store-main .btn-primary:hover,
.store-main .btn-primary:focus-visible {
    background: var(--store-danger-hover);
    border-color: var(--store-danger-hover);
}


.store-main .btn-outline-light {
    border-radius: 999px;
}


.store-main .btn-outline-secondary,
.store-main .btn-secondary {
    border-radius: 999px;
}


.store-main .breadcrumb {
    --bs-breadcrumb-divider-color: #8f8c97;
    margin-bottom: 0;
}


.store-main .breadcrumb-item,
.store-main .breadcrumb-item a {
    color: #8f8c97;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}


.store-main .breadcrumb-item a:hover,
.store-main .breadcrumb-item a:focus-visible {
    color: #8f8c97;
    text-decoration: none;
}


.store-main .breadcrumb-item + .breadcrumb-item::before {
    content: "\00B7";
    display: inline-block;
    width: 22px;
    text-align: center;
    float: none;
    padding-right: 0;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: -1px;
}


.store-main .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}


.store-main .breadcrumb-item.active {
    color: #eeedef;
    font-weight: 400;
}


.store-main .form-control,
.store-main .form-select {
    border-radius: var(--store-radius-sm);
}


.store-main .alert-secondary {
    background: #3a3745;
    border-color: #575361;
    color: var(--store-text-muted);
}


.store-panel {
    background: #3a3745;
    border: 1px solid #575361;
    border-radius: var(--store-radius-md);
    color: var(--store-text);
}


.store-panel .card-body {
    color: var(--store-text);
}


.store-filter-panel .form-label,
.store-filter-panel .form-check-label,
.store-filter-panel .small,
.store-filter-panel .text-secondary {
    color: var(--store-text-muted) !important;
}


.store-filter-panel .form-control,
.store-filter-panel .form-select {
    background: #2f2c38;
    border-color: #5a5563;
    color: #f3f2f7;
}


.store-filter-panel .form-control:focus,
.store-filter-panel .form-select:focus {
    background: #2f2c38;
    color: #f3f2f7;
}


.collection-filters-form {
    color: #eeedef;
    width: 312px;
    max-width: 100%;
}


.collection-filter-label {
    font-size: 20px;
    font-weight: 700;
    color: #eeedef;
}


.collection-filter-search-wrap {
    position: relative;
}


.collection-filter-search-input {
    padding-right: 76px;
}


.collection-filter-search-input::placeholder {
    font-weight: 100;
}


.collection-filter-search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    object-fit: contain;
    pointer-events: none;
}


.collection-filter-control {
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 1px solid #d2d0da;
    border-radius: 999px !important;
    background: transparent;
    color: #eeedef;
    padding-inline: 16px;
}


.collection-filter-control::placeholder {
    color: rgba(238, 237, 239, 0.4);
}


.collection-filter-control:focus {
    border-color: #d2d0da;
    background: transparent;
    color: #eeedef;
    box-shadow: none;
}


.collection-filter-price-label {
    color: #eeedef !important;
    font-size: 16px;
    font-weight: 400;
}


.collection-filter-price-separator {
    color: #eeedef !important;
    font-size: 16px;
    line-height: 1;
}


.collection-filter-dropdown {
    position: relative;
    width: 100%;
}


.collection-filter-dropdown-toggle {
    position: relative;
    padding: 0 64px 0 16px;
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 400;
}


.collection-filter-dropdown-caret {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    object-fit: contain;
    pointer-events: none;
}


.collection-filter-dropdown-clear {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #eeedef;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    width: 20px;
    height: 20px;
}


.collection-filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin-top: 0;
    border: 1px solid #d2d0da;
    border-radius: 20px;
    background: #34323d;
    padding: 10px;
    display: none;
    z-index: 30;
    overflow: hidden;
}


.collection-filter-dropdown.is-open .collection-filter-dropdown-menu {
    display: block;
}


.collection-filter-dropdown-search {
    border: 1px solid #d2d0da;
    border-radius: 999px !important;
    background: transparent url('../StaticImages/searchImg.webp') no-repeat right 16px center / 16px 16px;
    color: #eeedef;
    padding-inline-start: 16px;
    padding-inline-end: 40px;
    min-height: 40px;
}


.collection-filter-dropdown-search::placeholder {
    color: rgba(238, 237, 239, 0.4);
}


.collection-filter-dropdown-search:focus {
    border-color: #d2d0da;
    background: transparent;
    color: #eeedef;
    box-shadow: none;
}


.collection-filter-dropdown-options {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.collection-filter-dropdown-option-list {
    max-height: 132px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 2px;
    border-radius: 12px;
    background: #34323d;
    scrollbar-width: thin;
    scrollbar-color: #d2d0da transparent;
}


.collection-filter-dropdown-option-list::-webkit-scrollbar {
    width: 8px;
}


.collection-filter-dropdown-option-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}


.collection-filter-dropdown-option-list::-webkit-scrollbar-thumb {
    background: #d2d0da;
    border-radius: 999px;
}


.collection-filter-dropdown-empty {
    color: rgba(238, 237, 239, 0.78);
    font-size: 16px;
    padding: 8px 16px;
}


.collection-filter-dropdown-search {
    margin-bottom: 0;
}


.collection-filter-dropdown-option {
    border: 0;
    background: transparent;
    color: #eeedef;
    border-radius: 12px;
    width: 280px;
    height: 27px;
    min-height: 27px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}


.collection-filter-dropdown-option + .collection-filter-dropdown-option {
    margin-top: 0;
}


.collection-filter-dropdown-option-check {
    width: 100%;
    min-height: 27px;
    height: 27px;
    margin: 0;
    padding: 0 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}


.collection-filter-dropdown-option-check + .collection-filter-dropdown-option-check {
    margin-top: 0;
}


.collection-filter-dropdown-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


.collection-filter-dropdown-check-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #eeedef;
    border-radius: 4px;
    background: transparent no-repeat center center / 10px 8px;
    flex: 0 0 auto;
}


.collection-filter-dropdown-check:checked + .collection-filter-dropdown-check-icon {
    border-color: #9c1a1a;
    background: #9c1a1a url('../StaticImages/CheckImg.webp') no-repeat center center / 10px 8px;
}


.collection-filter-dropdown-option-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #eeedef;
}


.collection-filter-dropdown-option:hover,
.collection-filter-dropdown-option:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #eeedef;
}


.collection-filter-dropdown-option.is-selected {
    background: rgba(156, 26, 26, 0.3);
    color: #fff;
}


.collection-filter-checkbox-list .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    margin: 0;
}


.collection-filter-checkbox-input {
    width: 16px;
    height: 16px;
    margin-top: 0;
    flex: 0 0 auto;
    border-radius: 4px !important;
    border: 1px solid #eeedef;
    background: transparent no-repeat center center / 10px 8px;
    appearance: none;
}


.collection-filter-checkbox-input:checked {
    border-color: transparent;
    border-width: 0;
    background: #9c1a1a url('../StaticImages/CheckImg.webp') no-repeat center center / 10px 8px;
}


.collection-filter-checkbox-input:focus {
    box-shadow: none;
    border-color: #eeedef;
}


.collection-filter-checkbox-input:checked:focus {
    border-color: transparent;
}


.collection-filter-checkbox-label {
    color: #eeedef !important;
    font-size: 16px;
}


.collection-filter-reset-btn {
    border: 0;
    background: transparent;
    color: #eeedef;
    font-weight: 600;
    border-radius: 999px;
}


.collection-filter-reset-btn:hover,
.collection-filter-reset-btn:focus-visible {
    color: #fff;
    background: transparent;
}


.collection-filter-apply-btn {
    border: 0;
    border-radius: 999px;
    background: #f9f7ff;
    color: #9c1a1a;
    font-weight: 600;
}


.collection-filter-apply-btn:hover,
.collection-filter-apply-btn:focus-visible {
    background: #f9f7ff;
    color: #9c1a1a;
}


.collection-filter-apply-btn:disabled {
    background: #dad0d0;
    color: #8b8181;
    opacity: 1;
    cursor: not-allowed;
}


.collection-sort-dropdown {
    position: relative;
    width: 312px;
    max-width: 100%;
    min-width: 0;
}


.collection-sort-toggle {
    position: relative;
    text-align: left;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
}


.collection-sort-caret {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    object-fit: contain;
    pointer-events: none;
}


.collection-sort-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin-top: 0;
    border: 1px solid #d2d0da;
    border-radius: 20px;
    background: #34323d;
    padding: 10px;
    display: none;
    z-index: 30;
}


.collection-sort-dropdown.is-open .collection-sort-menu {
    display: block;
}


.collection-sort-option {
    width: 280px;
    height: 27px;
    min-height: 27px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    color: #eeedef;
    border-radius: 999px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}


.collection-sort-option + .collection-sort-option {
    margin-top: 8px;
}


.collection-sort-option:hover,
.collection-sort-option:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #eeedef;
}


.collection-sort-option.is-selected {
    background: #9c1a1a;
    color: #fff;
}


.store-custom-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}


.store-custom-select-dropdown {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}


.store-custom-select-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    padding-right: 44px;
}


.store-custom-select-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.store-custom-select-menu {
    max-height: 264px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 40;
}


.store-custom-select-option {
    width: 100%;
    min-height: 30px;
    height: auto;
    margin: 0;
    border-radius: 10px;
    padding: 6px 14px;
}


.store-custom-select-option + .store-custom-select-option {
    margin-top: 6px;
}


.store-custom-select-dropdown.is-disabled .store-custom-select-toggle {
    cursor: not-allowed;
    opacity: 0.6;
}


@media (max-width: 576px) {
.store-custom-select-option {
        font-size: 14px;
    }
}


.collection-toolbar {
    row-gap: 16px !important;
}


.collection-mobile-filters-btn,
.collection-mobile-filters-overlay,
.collection-mobile-filters-header {
    display: none;
}


.collection-mobile-filters-btn {
    border: 0;
    background: transparent;
    padding: 0;
}


.collection-mobile-filters-btn-icon,
.collection-mobile-filters-title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}


.collection-mobile-filters-title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


.collection-mobile-filters-title {
    font-size: 16px;
    font-weight: 700;
    color: #eeedef;
}


.collection-mobile-sort-wrap {
    margin-bottom: 8px;
}


.collection-mobile-sort-label {
    margin-bottom: 8px;
}


.collection-mobile-filters-close-btn {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    color: #eeedef;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}


.collection-pagination-nav {
    overflow-x: auto;
}


.collection-pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 18px;
}


.collection-pagination-item {
    flex: 0 0 auto;
}


.collection-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    color: #eeedef;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 999px;
    padding: 0;
}


.collection-pagination-item.is-active .collection-pagination-link {
    width: 40px;
    height: 40px;
    background: #9c1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


.collection-pagination-item.is-ellipsis .collection-pagination-link {
    width: auto;
    height: auto;
    opacity: 0.9;
}


.collection-filter-search-clear {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #d2d0da;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.collection-filter-search-clear:hover,
.collection-filter-search-clear:focus-visible {
    color: #eeedef;
}


.collection-pagination-item-input {
    display: flex;
    align-items: center;
}


.collection-pagination-input {
    width: 72px;
    height: 40px;
    border: 1px solid rgba(238, 237, 239, 0.35);
    border-radius: 999px;
    background: transparent;
    color: #eeedef;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0 12px;
    outline: 0;
}


.collection-pagination-input::placeholder {
    color: rgba(238, 237, 239, 0.7);
}


.collection-pagination-input:focus {
    border-color: #eeedef;
}


.collection-filter-price-input {
    text-align: center;
}


.collection-filter-price-input::-webkit-inner-spin-button,
.collection-filter-price-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.collection-filter-price-input[type="number"] {
    -moz-appearance: textfield;
}


.collection-empty-alert {
    text-align: center;
}


.store-footer {
    background: var(--store-surface);
    color: var(--store-text-dark);
    font-size: 16px;
    font-weight: 400;
}


.store-footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 24px;
    row-gap: 24px;
}


.store-footer-top-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.store-footer-contacts-col {
    width: 200px;
    height: 73px;
}


.store-footer-nav-col {
    width: 88px;
    height: 73px;
}


.store-footer-info-col {
    width: 336px;
    height: 73px;
}


.store-footer-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #1f1f24;
    text-decoration: none;
}


.store-footer-title-contacts {
    font-weight: 700;
}


.store-footer-legal-link:hover,
.store-footer-legal-link:focus-visible {
    color: #000;
    text-decoration: underline;
}


.store-social-list {
    display: flex;
    align-items: center;
    gap: 24px;
}


.store-social-link {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.store-social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.store-footer-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.store-footer-link {
    color: #242329;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


.store-footer-link:hover,
.store-footer-link:focus-visible {
    color: #000;
    text-decoration: underline;
}


.store-footer-legal {
    margin-top: 24px;
    color: #6a6773;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}


/* Shared image rendering logic: white background, centered source, contain scaling. */
.image-canvas {
    --image-canvas-w: 160px;
    --image-canvas-h: var(--image-canvas-w);
    width: var(--image-canvas-w);
    height: var(--image-canvas-h);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.image-canvas-fluid {
    width: 100%;
}


.image-canvas-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}


.home-buyback-section {
    margin-bottom: 40px;
}


.home-buyback-link {
    display: block;
    border-radius: var(--store-radius-md);
    overflow: hidden;
    text-decoration: none;
}


.home-buyback-banner {
    --image-canvas-h: 372px;
    border-radius: var(--store-radius-md);
    background: #25242c;
}


.home-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 424px);
    gap: 18px 24px;
    justify-content: flex-start;
}


.home-catalog-title {
    font-size: 32px;
    font-weight: 700;
}


.home-catalog-link {
    display: block;
    width: 424px;
}


.home-catalog-image-wrap {
    width: 424px;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--store-card);
    border-radius: var(--store-radius-md);
    padding: 0;
}


.home-catalog-image-wrap .image-canvas-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-catalog-name {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--store-text-muted);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home-catalog-link-disabled {
    cursor: default;
    pointer-events: none;
}


.home-catalog-image-wrap-disabled {
    position: relative;
    isolation: isolate;
}


.home-catalog-disabled-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}


.home-catalog-soon-badge {
    position: absolute;
    width: 157px;
    height: 56px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #9c1a1a;
    color: #eeedef;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}


.collection-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 312px);
    gap: 15px;
}


.collection-load-more-wrap {
    width: calc(312px * 3 + 15px * 2);
    max-width: 100%;
    margin-top: 16px;
}


.collection-load-more-btn {
    width: 100%;
    height: 40px;
    border: 0;
    background: transparent;
    color: #eeedef;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.collection-load-more-btn:disabled {
    opacity: 0.72;
    cursor: default;
}


.collection-product-card {
    width: 312px;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    background: transparent;
}


.collection-product-card:focus-visible {
    outline: 2px solid var(--store-danger);
    outline-offset: 2px;
}


.collection-product-image-wrap {
    width: 312px;
    height: 312px;
    background: transparent;
    border-radius: 20px;
    border: 0;
    isolation: isolate;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}


.collection-product-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #ffffff;
    z-index: 0;
    pointer-events: none;
}


.collection-product-image-wrap .image-canvas-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    position: relative;
    z-index: 1;
}


.collection-defect-badge {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px 0 20px 0;
    z-index: 4;
    width: 132px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: default;
    color: #eeedef;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    background: var(--collection-defect-badge-bg, #26252d);
    box-shadow:
        -1px -1px 0 0 var(--collection-defect-badge-bg, #26252d),
        0 0 0 1px var(--collection-defect-badge-bg, #26252d);
}


.collection-defect-badge-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 18px;
}


.collection-defect-badge-clean {
    --collection-defect-badge-bg: #26252d;
}


.collection-defect-badge-has {
    --collection-defect-badge-bg: #9c1a1a;
    cursor: pointer;
}


.collection-defect-badge-expanded {
    display: none;
}


.collection-defect-badge.is-open {
    width: 100%;
    height: auto;
    min-height: 37px;
    border-radius: 0 0 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 18px;
}


.collection-defect-badge.is-open .collection-defect-badge-icon {
    display: none;
}


.collection-defect-badge.is-open .collection-defect-badge-title {
    display: none;
}


.collection-defect-badge.is-open .collection-defect-badge-expanded {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
    padding-right: 0;
}


.collection-defect-badge-expanded-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}


.collection-defect-badge-expanded-line {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
}


.collection-defect-badge-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
    object-fit: contain;
}


.collection-image-hit {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    color: rgba(33, 37, 41, 0.75);
    z-index: 2;
    padding: 0 8px;
}


.collection-image-hit-left {
    left: 0;
    justify-content: flex-start;
}


.collection-image-hit-right {
    right: 0;
    justify-content: flex-end;
}


.collection-image-hit-arrow {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    opacity: 0.82;
    transition: opacity 0.12s ease;
}


.collection-product-image-wrap:hover .collection-image-hit-arrow,
.collection-image-hit:focus-visible .collection-image-hit-arrow {
    opacity: 1;
}


.collection-image-hit:disabled {
    cursor: default;
}


.collection-image-hit:disabled .collection-image-hit-arrow,
.collection-product-image-wrap:hover .collection-image-hit:disabled .collection-image-hit-arrow {
    opacity: 0.35;
}


.collection-image-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 3;
}


.collection-image-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #d2d0da;
    padding: 0;
}


.collection-image-dot.is-active {
    background: #9c1a1a;
}


.collection-product-name {
    margin: 8px 0 0;
    color: #eeedef;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.collection-product-meta-line {
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}


.collection-product-article {
    color: #eeefef;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    min-width: 0;
}


.store-dot-separator {
    display: inline-block;
    width: 22px;
    margin: 0;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    top: -1px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}


.collection-product-price {
    color: #eeedef;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


.collection-product-actions {
    margin-top: 10px;
}


.collection-product-card .collection-product-actions .js-cart-add-btn {
    width: 100%;
    max-width: 312px;
    height: 39px;
    min-height: 39px;
    border: 0;
    border-radius: 999px;
    background: #f9f7ff;
    color: #9c1a1a;
    font-size: 16px;
    font-weight: 600;
}


.collection-product-card .collection-product-actions .js-cart-add-btn:hover,
.collection-product-card .collection-product-actions .js-cart-add-btn:focus-visible {
    background: #f9f7ff;
    color: #9c1a1a;
}


.collection-product-card .collection-cart-stepper {
    width: 100%;
    max-width: 312px;
    height: 39px;
    border-radius: 999px;
    background: #f9f7ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}


.collection-product-card .collection-cart-stepper-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 0;
    background: transparent;
    color: #9c1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}


.collection-product-card .collection-cart-stepper-qty {
    color: #9c1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}


.collection-product-card .collection-cart-stepper-placeholder {
    width: 24px;
    height: 24px;
    min-width: 24px;
}


.product-page {
    color: #eeedef;
}


.product-hero-row {
    align-items: flex-start;
}


.product-gallery-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}


.product-gallery-thumbs {
    order: 2;
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 424px;
    max-width: 100%;
    max-height: none;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 2px 0;
    touch-action: pan-x;
}


.product-gallery-thumb {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    opacity: 0.5;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.product-gallery-thumb.is-active {
    opacity: 1;
}


.product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
}


.product-gallery-shell {
    order: 1;
    width: 424px;
    max-width: 100%;
}


.product-gallery-main-frame {
    width: 424px;
    max-width: 100%;
    height: 424px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.product-gallery-main-frame .image-canvas-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-gallery-hit {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 10px;
}


.product-gallery-hit-left {
    left: 0;
    justify-content: flex-start;
}


.product-gallery-hit-right {
    right: 0;
    justify-content: flex-end;
}


.product-gallery-hit-arrow {
    color: #b8b5c0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    user-select: none;
}


.product-gallery-hit:hover .product-gallery-hit-arrow,
.product-gallery-hit:focus-visible .product-gallery-hit-arrow {
    color: #8f8b99;
}


.product-details-panel {
    width: 100%;
    max-width: none;
    min-height: 424px;
    display: flex;
    flex-direction: column;
}


.product-details-title {
    margin: 0;
    color: #eeedef;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: var(--product-title-lines, 12);
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-copy-trigger {
    cursor: pointer;
    user-select: none;
}


.product-copy-popup {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(-50%, -125%);
    pointer-events: none;
    z-index: 2500;
    opacity: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: #9c1a1a;
    color: #eeedef;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    transition: opacity 0.12s ease;
}


.product-copy-popup.is-visible {
    opacity: 1;
}


.product-details-article {
    margin-top: 8px;
    color: #8f8c97;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}


.product-details-state-label {
    margin-top: 9px;
    color: #eeedef;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}


.product-details-state-line {
    margin-top: 4px;
    color: #eeedef;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}


.product-details-stock-price-row {
    margin-top: auto;
    width: 424px;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}


.product-details-stock {
    margin-top: 0;
    color: #eeedef;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}


.product-details-price {
    margin-top: 0;
    color: #eeedef;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


.product-main-cart-control {
    margin-top: 14px;
    width: 424px;
    max-width: 100%;
}


.product-main-cart-control .js-cart-add-btn {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 10px;
    background: #9c1a1a;
    color: #eeedef;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}


.product-main-cart-control .js-cart-add-btn:hover,
.product-main-cart-control .js-cart-add-btn:focus-visible {
    background: #9c1a1a;
    color: #eeedef;
}


.product-main-cart-control .collection-cart-stepper {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    background: #9c1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}


.product-main-cart-control .collection-cart-stepper-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 0;
    background: transparent;
    color: #eeedef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}


.product-main-cart-control .collection-cart-stepper-qty {
    color: #eeedef;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}


.product-main-cart-control .collection-cart-stepper-placeholder {
    width: 24px;
    height: 24px;
    min-width: 24px;
}


.product-main-out-btn {
    margin-top: 14px;
    width: 424px;
    max-width: 100%;
    height: 56px;
    border-radius: 10px;
}


@media (min-width: 1200px) {
.product-hero-row {
        display: grid;
        grid-template-columns: 424px minmax(424px, 1fr);
        column-gap: 24px;
        row-gap: 0;
        margin-inline: 0;
    }


    .product-hero-row > [class*="col-"] {
        width: auto;
        max-width: none;
        padding-inline: 0;
    }


    .product-details-panel {
        height: 424px;
    }
}


.product-related-section {
    margin-top: 48px;
}


.product-related-title {
    margin: 0 0 16px;
    color: #eeedef;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
}


.product-related-grid {
    grid-template-columns: repeat(4, 312px);
}


.legal-page {
    max-width: 1060px;
}


.buyback-page {
    max-width: 1320px;
    color: var(--store-text);
}


.buyback-title-main {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--store-text);
}


.buyback-title-sub {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--store-text);
}


.buyback-copy {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--store-text);
}


.buyback-copy p {
    margin: 0 0 16px;
}


.buyback-copy p:last-child {
    margin-bottom: 0;
}


.buyback-text-block-nomargin p {
    margin-bottom: 0;
}


.buyback-text-block-nomargin p + p {
    margin-top: 0;
}


.buyback-copy-gap {
    margin-top: 24px;
}


.buyback-copy-accent {
    margin-top: 16px;
    color: var(--store-danger);
}


.buyback-list-title {
    margin-bottom: 0;
}


.buyback-bullets {
    margin: 0 0 0 0;
    margin-top: -16px;
    padding-left: 1.35rem;
    font-weight: 400;
}


.buyback-series-list {
    margin-bottom: 16px;
}


.buyback-bullets li {
    margin-bottom: 4px;
}


.buyback-bullets li:last-child {
    margin-bottom: 0;
}


.buyback-numbered {
    margin: 0;
    padding-left: 1.55rem;
    font-size: 16px;
    line-height: 1.35;
    color: var(--store-text);
}


.buyback-numbered-compact {
    margin: 0;
    padding-left: 1.55rem;
    font-size: 16px;
    line-height: 1.17;
    color: var(--store-text);
}


.buyback-numbered li {
    margin-bottom: 6px;
}


.buyback-numbered li:last-child {
    margin-bottom: 0;
}


.buyback-process-subpoint {
    margin-top: 6px;
    padding-left: 0;
    font-weight: 400;
}


.buyback-process-subpoint + .buyback-process-subpoint {
    margin-top: 8px;
}


.buyback-image-frame {
    width: 100%;
    overflow: hidden;
}


.buyback-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.buyback-top-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(0, 536px);
    grid-template-areas:
        "conditions image1"
        "process image1";
    column-gap: 24px;
    row-gap: 32px;
    align-items: start;
}


.buyback-conditions {
    grid-area: conditions;
}


.buyback-process {
    grid-area: process;
}


.buyback-image1-frame {
    max-width: 536px;
    aspect-ratio: 536 / 854.73;
    grid-area: image1;
    justify-self: end;
}


.buyback-faq-wrap {
    margin-top: 64px;
}


.buyback-faq-wrap > .buyback-title-main {
    margin-bottom: 0;
}


.buyback-faq-grid {
    display: grid;
    column-gap: 24px;
    align-items: start;
}


.buyback-faq-grid-1 {
    margin-top: 24px;
    grid-template-columns: minmax(0, 424px) minmax(0, 872px);
    grid-template-areas: "photo image2";
}


.buyback-photo-rules {
    grid-area: photo;
}


.buyback-image2-frame {
    grid-area: image2;
    max-width: 872px;
    aspect-ratio: 872 / 256.5;
    justify-self: end;
}


.buyback-faq-grid-2 {
    margin-top: 32px;
    grid-template-columns: minmax(0, 572px) minmax(0, 724px);
    grid-template-areas: "original image3";
}


.buyback-original-block {
    grid-area: original;
}


.buyback-copy-gap-mobile {
    margin-top: 24px;
}


.buyback-note {
    margin: 20px 0 0;
    line-height: 1.35;
}


.buyback-note-star {
    color: var(--store-danger);
    font-weight: 700;
    margin-right: 2px;
}


.buyback-defects-block {
    margin-top: 32px;
}


.buyback-image4-frame-desktop {
    margin-top: 24px;
    max-width: 1320px;
    aspect-ratio: 1320 / 597.5;
}


.buyback-image5-frame-mobile {
    margin-top: 20px;
    max-width: 408px;
    aspect-ratio: 408 / 1121.41;
}


.buyback-contact-wrap {
    margin-top: 64px;
}


.buyback-contact-text {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: var(--store-text);
}


.buyback-contact-btn {
    margin-top: 36px;
    width: 100%;
    max-width: 408px;
    height: 56px;
    border-radius: 15px;
    border: 0;
    background: var(--store-danger);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    align-self: flex-start;
}


.buyback-contact-btn:hover,
.buyback-contact-btn:focus-visible {
    background: var(--store-danger-hover);
    color: #fff;
}


.buyback-contact-btn-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.legal-block {
    margin-bottom: 16px;
}


.legal-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px;
}


.legal-text {
    color: var(--store-text-muted);
    line-height: 1.45;
    margin: 0;
}


.cart-clear-btn {
    height: 40px;
    border: 1px solid #eeedef;
    border-radius: 999px;
    background: transparent;
    color: #eeedef;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.cart-clear-btn:hover,
.cart-clear-btn:focus-visible {
    background: #eeedef;
    border-color: #eeedef;
    color: #9c1a1a;
    text-decoration: none;
}


.cart-confirm-modal-dialog {
    max-width: min(860px, calc(100vw - 24px));
}


.cart-confirm-modal-content {
    border: 1px solid #d2d0da;
    border-radius: 32px;
    background: #34323d;
    color: #eeedef;
    padding: 22px 22px 24px;
}


.cart-confirm-modal-header {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}


.cart-confirm-modal-header .btn-close {
    display: none;
}


.cart-confirm-modal-icon {
    width: clamp(72px, 10vw, 96px);
    height: clamp(72px, 10vw, 96px);
    border-radius: 999px;
    background: #eeedef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.cart-confirm-modal-icon-ring {
    width: clamp(48px, 6.8vw, 64px);
    height: clamp(48px, 6.8vw, 64px);
    border: 5px solid #9c1a1a;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.cart-confirm-modal-icon-mark {
    color: #9c1a1a;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 700;
    line-height: 1;
}


.cart-confirm-modal-title {
    margin: 0;
    color: #eeedef;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
}


.cart-confirm-modal-text-wrap {
    border: 0;
    padding: 12px 0 0;
    text-align: center;
}


.cart-confirm-modal-text {
    margin: 0;
    color: #eeedef;
    font-size: clamp(20px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.2;
}


.cart-confirm-modal-actions {
    border: 0;
    padding: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


.cart-confirm-modal-form {
    margin: 0;
}


.cart-confirm-modal-btn {
    width: 100%;
    height: clamp(54px, 9vw, 78px);
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0 18px;
    font-size: clamp(18px, 3.4vw, 44px);
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.cart-confirm-modal-btn-cancel {
    background: #af1717;
    border-color: #af1717;
    color: #fff;
}


.cart-confirm-modal-btn-cancel:hover,
.cart-confirm-modal-btn-cancel:focus-visible {
    background: #971010;
    border-color: #971010;
    color: #fff;
}


.cart-confirm-modal-btn-confirm {
    background: #eeedef;
    border-color: #eeedef;
    color: #9c1a1a;
}


.cart-confirm-modal-btn-confirm:hover,
.cart-confirm-modal-btn-confirm:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #871111;
}


.cart-empty-panel {
    border: 1px solid #5d5967;
    border-radius: var(--store-radius-md);
    background: #3a3745;
    color: var(--store-text-muted);
    padding: 20px;
}


.cart-lines-list {
    display: flex;
    flex-direction: column;
}


.cart-line-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 14px 0;
    cursor: pointer;
}


.cart-line-main {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-areas:
        "thumb text remove"
        "thumb bottom bottom";
    column-gap: 12px;
    row-gap: 8px;
    min-height: 150px;
    align-items: start;
}


.cart-line-card + .cart-line-card {
    border-top: 1px solid #fff;
}


.cart-line-card:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.88);
    outline-offset: 2px;
    border-radius: 10px;
}


.cart-line-thumb {
    grid-area: thumb;
    --image-canvas-w: 150px;
    --image-canvas-h: 150px;
    flex: 0 0 150px;
    border-radius: 14px;
}


.cart-line-text {
    grid-area: text;
    min-width: 0;
}


.cart-line-remove-form {
    grid-area: remove;
    margin: 0;
    justify-self: end;
    align-self: start;
}


.cart-line-name {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 4px;
    font-weight: 400;
}


.cart-line-article {
    font-size: 12px;
    color: #a3a0ad;
}


.cart-line-defects {
    margin-top: 2px;
    font-size: 14px;
    color: #8a8794;
    line-height: 1.3;
    white-space: pre-line;
    word-break: break-word;
}


.cart-line-remove {
    border: 0;
    background: transparent;
    color: #c7c5cf;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.cart-line-remove-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}


.cart-line-remove:hover,
.cart-line-remove:focus-visible {
    color: #fff;
    opacity: 0.95;
}


.cart-line-bottom {
    grid-area: bottom;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    align-self: end;
}


.cart-line-qty-form {
    display: inline-flex;
    align-items: center;
    width: 150px;
}


.cart-line-qty-stepper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 150px;
    height: 40px;
    min-height: 40px;
    border-radius: 999px;
    border: 0;
    background: #f9f7ff;
    padding: 0 12px;
}


.cart-line-qty-btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #9c1a1a;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}


.cart-line-qty-btn:disabled {
    opacity: 0.45;
}


.cart-line-qty-input {
    width: 40px;
    min-width: 40px;
    text-align: center;
    border: 0;
    background: transparent;
    color: #9c1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    pointer-events: none;
}


.cart-line-qty-input:focus {
    outline: none;
}


.cart-line-price {
    text-align: right;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}


.cart-line-price-meta {
    display: block;
    color: #b4b1bc;
    font-size: 12px;
    font-weight: 300;
}


.cart-line-price-total {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}


.cart-summary-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}


.cart-summary-title {
    font-size: 1.5rem;
    line-height: 1.15;
    margin: 0 0 14px;
    font-weight: 700;
}


.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}


.cart-summary-total {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}


.cart-summary-qty {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}


.cart-message-label {
    margin-top: 14px;
    font-size: 13px;
    color: #cbc8d2;
}


.cart-message {
    background: #2f2c38;
    border-color: #595462;
    color: #f2f1f5;
    font-size: 12px;
}


.cart-message:focus {
    background: #2f2c38;
    color: #f2f1f5;
}


.cart-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


.cart-action-btn-copy {
    background: #fff;
    border-color: #fff;
    color: #9c1a1a;
}


.cart-action-btn-copy:hover,
.cart-action-btn-copy:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #9c1a1a;
}


.cart-action-btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 11px;
    object-fit: contain;
    flex: 0 0 24px;
}


@media (max-width: 1400px) {
.home-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }


    .home-catalog-link {
        width: 100%;
    }


    .home-catalog-image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 424 / 238;
    }


    .collection-product-grid {
        grid-template-columns: repeat(2, 312px);
    }


    .collection-load-more-wrap {
        width: calc(312px * 2 + 15px);
    }


    .product-related-grid {
        grid-template-columns: repeat(3, 312px);
    }
}


@media (max-width: 992px) {
.store-header-row {
        min-height: 80px;
        flex-wrap: nowrap;
        padding: 12px 16px;
        column-gap: clamp(6px, 2vw, 10px);
    }


    .store-brand {
        font-size: clamp(12px, 4.4vw, 22px);
        margin-inline: 0;
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }


    .store-brand-main {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .store-header-actions {
        gap: clamp(4px, 1.8vw, 8px);
        margin-left: 8px !important;
    }


    #mainNav.navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: max(
            calc(100dvh - var(--store-header-height, 80px)),
            calc(var(--store-page-height, 100dvh) - var(--store-header-height, 80px))
        );
        max-height: none;
        z-index: 1080;
        display: none;
        background: transparent;
    }


    #mainNav.navbar-collapse.collapsing {
        display: block;
        height: auto !important;
        transition: none;
    }


    #mainNav.navbar-collapse.show {
        display: block;
    }


    .store-mobile-menu-overlay {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.35);
        padding: 0;
        display: block;
    }


    .store-mobile-menu-sheet {
        position: absolute;
        left: 0;
        top: 0;
        width: min(318px, calc(100vw - 12px));
        height: auto;
        max-height: min(70dvh, calc(100dvh - var(--store-header-height, 80px) - 12px));
        background: #fbfafd;
        border-radius: 0 0 24px 0;
        overflow: hidden;
        overflow-y: auto;
        display: block;
    }


    .store-mobile-search-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1070;
    }


    .store-mobile-search-collapse.show {
        display: block;
    }


    .store-mobile-search-collapse.collapsing {
        display: block;
        height: 72px !important;
        transition: none;
    }


    .store-mobile-search-panel {
        width: 100%;
        height: 72px;
        border-radius: 0 0 20px 20px;
        padding: 16px;
    }


    .store-mobile-search-form {
        height: 40px;
    }


    .store-mobile-search-form .store-search-btn {
        width: 32px;
        height: 32px;
        right: 4px;
    }


    .store-nav-links {
        border-top: 1px solid #dedce3;
        margin-top: 10px;
        padding-top: 10px;
        row-gap: 2px;
    }


    .store-nav-links-public {
        margin-left: 0;
    }


    .store-nav-links-public .nav-item + .nav-item {
        margin-left: 0;
    }


    .store-nav-link {
        color: #37353f;
        font-size: 16px;
        white-space: normal;
    }


    .store-main {
        padding-top: 8px;
    }


    .home-buyback-banner {
        --image-canvas-h: 145px;
    }


    .home-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
    }


    .home-catalog-link {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }


    .home-catalog-image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 424 / 238;
    }


    .home-catalog-image-wrap .image-canvas-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .home-catalog-soon-badge {
        width: 110px;
        height: 40px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 14px;
    }


    .product-gallery-panel {
        flex-direction: column;
        gap: 12px;
    }


    .product-gallery-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        padding: 0 0 2px 0;
    }


    .product-gallery-shell {
        width: 100%;
        max-width: 100%;
    }


    .product-gallery-main-frame {
        width: min(100%, 408px);
        margin: 0 auto;
    }


    .product-details-title {
        font-size: 30px;
    }


    .product-details-price {
        font-size: 34px;
    }


    .product-main-cart-control,
    .product-main-out-btn {
        width: 100%;
        max-width: 408px;
    }


    .collection-product-grid {
        --collection-mobile-card-w: clamp(156px, 44.55vw, 196px);
        --collection-mobile-card-h: clamp(226px, 64.55vw, 284px);
        --collection-mobile-card-gap-top: clamp(3px, 0.91vw, 4px);
        --collection-mobile-btn-h: clamp(32px, 9.09vw, 40px);
        --collection-mobile-name-fz: clamp(11px, 3.18vw, 14px);
        --collection-mobile-article-fz: clamp(9px, 3.18vw, 14px);
        --collection-mobile-price-fz: clamp(10px, 3.64vw, 16px);
        grid-template-columns: repeat(2, var(--collection-mobile-card-w));
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }


    .collection-product-grid.product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }


    .collection-product-grid.product-related-grid .collection-product-card {
        width: 100%;
        min-height: var(--collection-mobile-card-h);
        height: auto;
    }


    .collection-product-grid.product-related-grid .collection-product-image-wrap {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        aspect-ratio: 1 / 1;
    }


    .collection-mobile-filters-btn {
        width: 32px;
        height: 32px;
        margin-inline: auto 16px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
    }


    .collection-mobile-filters-overlay {
        position: fixed;
        inset: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1082;
    }


    .collection-filters-aside {
        display: none;
    }


    .collection-mobile-filters-open .collection-mobile-filters-btn {
        display: none;
    }


    .collection-mobile-filters-open .collection-mobile-filters-overlay {
        display: block;
    }


    .collection-mobile-filters-open {
        overflow: hidden;
        overscroll-behavior-y: none;
    }


    .collection-mobile-filters-open .collection-filters-aside {
        position: absolute;
        top: var(--collection-mobile-filters-top, 10px);
        left: 0;
        right: 0;
        z-index: 1085;
        display: block;
        padding: 0 6px;
    }


    .collection-mobile-filters-open .collection-filters-form {
        width: min(408px, calc(100vw - 12px));
        max-width: 100%;
        max-height: calc(100dvh - 50px);
        margin: 0 auto;
        border: 1px solid #696675;
        border-radius: 20px;
        background: #34323d;
        padding: 16px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }


    .collection-mobile-filters-open .collection-mobile-sort-wrap .collection-sort-dropdown {
        width: 100%;
        max-width: 100%;
    }


    .collection-mobile-filters-open .collection-mobile-sort-wrap .collection-sort-option {
        margin-inline: -10px auto;
    }


    .collection-mobile-filters-open .collection-filter-checkbox-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 8px;
    }


    .collection-mobile-filters-open .collection-mobile-filters-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 32px;
        margin-bottom: 16px;
    }


    .collection-mobile-filters-open .collection-filter-label {
        font-size: 16px;
    }


    .collection-mobile-filters-open .collection-mobile-filters-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
    }


    .collection-mobile-filters-open .collection-mobile-filters-close-btn {
        width: 32px;
        height: 32px;
        font-size: 28px;
    }


    .collection-toolbar,
    .collection-pagination-nav {
        --collection-mobile-page-size: clamp(34px, 9.9vw, 40px);
        --collection-mobile-page-dot-size: clamp(21px, 6.4vw, 24px);
        --collection-mobile-page-font: clamp(14px, 4.4vw, 17px);
        --collection-mobile-page-gap: clamp(8px, 3.5vw, 15px);
    }


    .collection-toolbar {
        flex-wrap: nowrap !important;
        column-gap: clamp(8px, 3vw, 12px) !important;
    }


    .collection-breadcrumb-with-mobile-filters {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: clamp(8px, 3vw, 12px);
    }


    .collection-breadcrumb-with-mobile-filters .breadcrumb {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
    }


    .collection-pagination-nav {
        flex: 1 1 auto;
        min-width: 0;
    }


    .collection-pagination-list {
        column-gap: var(--collection-mobile-page-gap);
    }


    .collection-pagination-link {
        min-width: var(--collection-mobile-page-dot-size);
        min-height: var(--collection-mobile-page-dot-size);
        font-size: var(--collection-mobile-page-font);
    }


    .collection-pagination-item.is-active .collection-pagination-link {
        width: var(--collection-mobile-page-size);
        height: var(--collection-mobile-page-size);
        font-size: var(--collection-mobile-page-font);
    }


    .collection-pagination-item-input {
        width: var(--collection-mobile-page-size);
        height: var(--collection-mobile-page-size);
    }


    .collection-pagination-input {
        width: var(--collection-mobile-page-size);
        height: var(--collection-mobile-page-size);
        font-size: var(--collection-mobile-page-font);
    }


    .collection-mobile-filters-btn {
        width: var(--collection-mobile-page-size);
        height: var(--collection-mobile-page-size);
        margin-right: 0;
        border-radius: 999px;
        background: #26262d;
    }


    .collection-mobile-filters-btn-breadcrumb {
        margin-inline: 0;
        flex: 0 0 auto;
    }


    .collection-mobile-filters-btn-icon {
        width: clamp(16px, 4.8vw, 20px);
        height: clamp(16px, 4.8vw, 20px);
    }


    .collection-load-more-wrap {
        width: 100%;
    }


    .collection-product-card {
        width: var(--collection-mobile-card-w);
        height: var(--collection-mobile-card-h);
        display: flex;
        flex-direction: column;
    }


    .collection-product-image-wrap {
        width: var(--collection-mobile-card-w);
        height: var(--collection-mobile-card-w);
        flex: 0 0 var(--collection-mobile-card-w);
        aspect-ratio: auto;
        border-radius: 16px;
    }


    .collection-defect-badge {
        top: -1px;
        left: -1px;
        width: 89px;
        height: 33px;
        font-size: 10px;
        font-weight: 300;
        line-height: 1;
    }


    .collection-defect-badge-title,
    .collection-defect-badge-expanded-title,
    .collection-defect-badge-expanded-line {
        font-size: 10px;
        font-weight: 300;
        line-height: 1.2;
    }


    .collection-defect-badge-title {
        position: relative;
        top: 2px;
        left: -3px;
        padding: 0 8px;
        white-space: nowrap;
    }


    .collection-defect-badge-clean .collection-defect-badge-title {
        top: 0;
        left: 0;
        padding: 0;
    }


    .collection-defect-badge.is-open {
        min-height: 32px;
    }


    .collection-defect-badge-icon {
        top: 6px;
        right: 7px;
        width: 9px;
        height: 9px;
    }


    .collection-product-name {
        margin: var(--collection-mobile-card-gap-top) 0 0;
        font-size: var(--collection-mobile-name-fz);
        font-weight: 600;
        line-height: 1.2;
    }


    .collection-product-meta-line {
        margin-top: var(--collection-mobile-card-gap-top);
        align-items: flex-end;
        justify-content: space-between;
        gap: 4px;
    }


    .collection-product-article {
        flex: 1 1 auto;
        align-self: flex-end;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: var(--collection-mobile-article-fz);
        font-weight: 400;
        line-height: 1.2;
    }


    .collection-product-price {
        flex: 0 1 auto;
        min-width: 0;
        white-space: nowrap;
        font-size: var(--collection-mobile-price-fz);
        font-weight: 700;
        line-height: 1.1;
    }


    .collection-product-actions {
        margin-top: auto;
    }


    .collection-product-card .collection-product-actions .js-cart-add-btn,
    .collection-product-card .collection-cart-stepper {
        height: var(--collection-mobile-btn-h);
        min-height: var(--collection-mobile-btn-h);
    }


    .cart-line-thumb {
        --image-canvas-w: 150px;
        --image-canvas-h: 150px;
    }


    .cart-summary-total {
        font-size: 36px;
    }


    .cart-line-price-meta {
        font-size: 12px;
        font-weight: 300;
    }


    .cart-line-price-total {
        font-size: 20px;
    }


    .buyback-top-grid {
        margin-top: 24px;
        display: block;
    }


    .buyback-image-frame {
        border-radius: 0;
    }


    .buyback-copy-gap,
    .buyback-copy-gap-mobile {
        margin-top: 20px;
    }


    .buyback-image1-frame {
        width: 100%;
        max-width: 408px;
        aspect-ratio: 408 / 650.62;
        margin-top: 20px;
    }


    .buyback-process {
        margin-top: 24px;
    }


    .buyback-faq-wrap {
        margin-top: 32px;
    }


    .buyback-faq-grid {
        display: block;
    }


    .buyback-faq-grid-1 {
        margin-top: 24px;
    }


    .buyback-image2-frame {
        width: 100%;
        max-width: 408px;
        aspect-ratio: 408 / 120;
        margin-top: 20px;
    }


    .buyback-faq-grid-2 {
        margin-top: 24px;
    }


    .buyback-defects-block {
        margin-top: 32px;
    }


    .buyback-text-block-nomargin {
        margin: 0;
    }


    .buyback-image5-frame-mobile {
        width: 100%;
        max-width: 408px;
        aspect-ratio: 408 / 1121.41;
        margin-top: 20px;
    }


    .buyback-contact-wrap {
        margin-top: 32px;
    }


    .buyback-contact-card {
        max-width: 408px;
        min-height: 0;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        gap: 20px;
    }


    .buyback-contact-btn {
        width: 100%;
        max-width: 408px;
        height: 56px;
        align-self: stretch;
    }
}


@media (min-width: 992px) {
.store-header .navbar,
    .store-header-row {
        flex-wrap: nowrap;
    }


    .store-header .store-search-input {
        border: 2px solid #000;
    }


    .cart-confirm-modal-dialog {
        max-width: min(573px, calc(100vw - 24px));
    }


    .cart-confirm-modal-content {
        border-radius: 21px;
        padding: 15px 15px 16px;
    }


    .cart-confirm-modal-header {
        gap: 9px;
    }


    .cart-confirm-modal-icon {
        width: 64px;
        height: 64px;
    }


    .cart-confirm-modal-icon-ring {
        width: 43px;
        height: 43px;
        border-width: 3px;
    }


    .cart-confirm-modal-icon-mark {
        font-size: 29px;
    }


    .cart-confirm-modal-title {
        font-size: 35px;
    }


    .cart-confirm-modal-text-wrap {
        padding-top: 8px;
    }


    .cart-confirm-modal-text {
        font-size: 28px;
    }


    .cart-confirm-modal-actions {
        padding-top: 16px;
        gap: 11px;
    }


    .cart-confirm-modal-btn {
        height: 52px;
        padding: 0 12px;
        font-size: 24px;
    }
}


@media (max-width: 576px) {
.store-main .container {
        padding-inline: 16px;
    }


    .store-footer {
        padding-top: 6px;
    }


    .store-footer .store-container {
        padding-inline: 16px;
    }


    .store-social-link {
        width: 48px;
        height: 48px;
    }


    .store-social-list {
        gap: 32px;
    }


    .store-footer-top {
        width: min(100%, 408px);
        column-gap: clamp(16px, calc(100% - 298px), 110px);
        row-gap: 0;
    }


    .store-footer-contacts-col {
        width: 208px;
        height: 104px;
    }


    .store-footer-nav-col {
        width: 90px;
        height: 104px;
    }


    .store-footer-nav-block {
        width: 90px;
        text-align: left;
    }


    .store-footer-info-col {
        width: 208px;
        height: auto;
        margin-top: 48px;
    }


    .store-footer-legal-link {
        margin-bottom: 0;
    }


    .store-footer-legal {
        margin-top: 19px;
    }


    .home-catalog-grid {
        width: min(100%, 408px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 12px;
    }


    .home-catalog-link {
        width: 100%;
        height: 137px;
    }


    .home-catalog-image-wrap {
        width: 100%;
        height: 110px;
        aspect-ratio: auto;
    }


    .home-catalog-name {
        font-size: 16px;
        line-height: 1.25;
        min-height: 20px;
    }


    .cart-line-main {
        grid-template-rows: auto auto;
        grid-template-areas:
            "thumb text remove"
            "bottom bottom bottom";
        min-height: 0;
    }


    .cart-line-bottom {
        flex-direction: row;
        align-items: flex-end;
    }


    .cart-line-price {
        text-align: right;
        align-items: flex-end;
    }


    .buyback-contact-btn {
        max-width: 100%;
    }
}

