:root {
    --color-primary: #fab200;
    --color-primary-dark: #e5a000;
    --color-accent: #6B4423;
    --color-whatsapp: #126632;
    --color-text: #333333;
    --color-muted: #666666;
    --radius-md: 12px;
    --shadow-card: 0 8px 24px rgba(17, 17, 17, 0.08);
}

.storefront-body {
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
}

.product-card-qty-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.product-card-qty-cart .theme-button--small {
    padding: 8px 14px;
    min-width: 44px;
}

.product-card-with-cart .product-line-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-product-img-custom {
    width: 70px;
    height: auto;
}

.wp-btn {
    background-color: var(--color-whatsapp) !important;
    border-color: var(--color-whatsapp) !important;
}

.wp-btn:hover,
.wp-btn:focus {
    background-color: #0f5529 !important;
    border-color: #0f5529 !important;
}

.ta-center {
    text-align: center;
}

.bankaccount-lh {
    line-height: 15px !important;
}

.mt--15 {
    margin-top: -15px !important;
}

.bg-gray {
    background-color: #F7F7F7 !important;
}

.product-select {
    width: 100%;
    padding-right: 20px;
}

.status-img {
    height: 75px;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.tp-parallax-wrap {
    top: 660px !important;
}

.meterSelection {
    font-size: 14px;
    font-weight: 600;
}

.checkout-page-wrapper.order-detail-card,
.checkout-page-wrapper.success-status-card,
.myaccount-wrapper .login-form {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
}

.checkout-page-wrapper.order-detail-card,
.checkout-page-wrapper.success-status-card,
.myaccount-wrapper .login-form {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
}

/* Member panel */
.member-panel__card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 28px 32px;
}

.member-panel__card--auth {
    padding: 36px 40px;
}

.member-panel__header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(250, 178, 0, 0.35);
}

.member-panel__title {
    font-family: 'Playfair Display', 'Source Sans Pro', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--color-text);
}

.member-panel__subtitle {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.95rem;
}

.member-sidebar {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.member-sidebar__user {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    border-bottom: 1px solid #f0f0f0;
}

.member-sidebar__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.member-sidebar__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.member-sidebar__info strong {
    font-size: 1rem;
    color: var(--color-text);
}

.member-sidebar__meta {
    font-size: 12px;
    color: var(--color-muted);
}

.member-sidebar__email {
    font-size: 12px;
    color: var(--color-muted);
    word-break: break-all;
}

.member-sidebar__nav {
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

.member-sidebar__nav li {
    margin: 0;
}

.member-sidebar__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.member-sidebar__link i {
    width: 18px;
    text-align: center;
    color: var(--color-muted);
}

.member-sidebar__link:hover,
.member-sidebar__link.is-active {
    background: rgba(250, 178, 0, 0.12);
    border-left-color: var(--color-primary);
    color: #111;
}

.member-sidebar__link.is-active i,
.member-sidebar__link:hover i {
    color: var(--color-primary-dark);
}

.member-sidebar__link--muted {
    color: var(--color-muted);
    font-weight: 500;
}

.member-sidebar__logout {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 4px;
}

/* Admin panel link — storefront user menu */
.user-admin-panel-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.user-admin-panel-link i {
    font-size: 0.95em;
}

.user-admin-panel-link--dropdown {
    margin: 4px 8px 8px;
    padding: 10px 12px !important;
    border-radius: var(--radius-md, 8px);
    background: linear-gradient(135deg, #fab200 0%, #e5a000 100%);
    color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(250, 178, 0, 0.35);
}

.user-admin-panel-link--dropdown:hover {
    background: linear-gradient(135deg, #ffc233 0%, #fab200 100%);
    color: #000 !important;
    transform: translateY(-1px);
}

.account-dropdown__admin + li a {
    padding-top: 4px;
}

.user-admin-panel-link--sidebar {
    margin-bottom: 8px;
    padding: 12px 14px;
    border-radius: var(--radius-md, 8px);
    background: linear-gradient(135deg, #fab200 0%, #e5a000 100%);
    color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(250, 178, 0, 0.3);
}

.user-admin-panel-link--sidebar:hover,
.user-admin-panel-link--sidebar:focus {
    background: linear-gradient(135deg, #ffc233 0%, #fab200 100%);
    color: #000;
}

.member-sidebar__admin {
    margin-bottom: 4px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e8e8e8;
}

.user-admin-panel-link--mobile {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fab200;
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(250, 178, 0, 0.4);
}

.user-admin-panel-link--mobile:hover {
    background: #ffc233;
    color: #000 !important;
}

.member-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.member-stat-card {
    background: #fafafa;
    border-radius: var(--radius-md);
    padding: 16px 18px;
    border: 1px solid #eee;
}

.member-stat-card__value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.2;
}

.member-stat-card__label {
    font-size: 13px;
    color: var(--color-muted);
    margin-top: 4px;
}

.member-order-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-order-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.member-order-list__item:last-child {
    border-bottom: none;
}

.member-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(250, 178, 0, 0.2);
    color: #111;
    white-space: nowrap;
}

.member-order-accordion .accordion-button {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.member-order-accordion .accordion-button .member-badge {
    margin-left: auto;
}

.member-order-accordion__code {
    flex-shrink: 0;
}

.member-badge--status-0 {
    background: #e3f2fd;
    color: #1565c0;
}

.member-badge--status-1 {
    background: #fff3e0;
    color: #e65100;
}

.member-badge--status-2 {
    background: rgba(250, 178, 0, 0.35);
    color: #5c4a00;
}

.member-badge--status-3 {
    background: #e8f5e9;
    color: var(--color-accent);
}

/* Order status step tracker */
.order-status-tracker {
    position: relative;
    padding: 8px 0 4px;
}

.order-status-tracker__rail {
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 4px;
    background: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

@media (min-width: 768px) {
    .order-status-tracker__rail {
        display: block;
    }
}

.order-status-tracker__progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 4px;
    animation: order-tracker-progress 1.2s ease forwards;
    animation-delay: 0.25s;
}

@keyframes order-tracker-progress {
    to {
        width: var(--progress);
    }
}

.order-status-tracker__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .order-status-tracker__steps {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
    }
}

.order-status-tracker__step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    opacity: 0;
    transform: translateY(8px);
    animation: order-tracker-step-in 0.5s ease forwards;
    animation-delay: calc(0.08s * var(--step-index));
}

@media (min-width: 768px) {
    .order-status-tracker__step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 0 4px;
    }
}

@keyframes order-tracker-step-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.order-status-tracker__marker {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.order-status-tracker__step--upcoming .order-status-tracker__marker {
    background: #f0f0f0;
    color: #999;
    border: 2px solid #e0e0e0;
}

.order-status-tracker__step--active .order-status-tracker__marker {
    background: var(--color-primary);
    color: #1a1a1a;
    border: 2px solid var(--color-primary-dark);
    box-shadow: 0 0 0 4px rgba(250, 178, 0, 0.25);
}

.order-status-tracker__step--done .order-status-tracker__marker {
    background: var(--color-accent);
    color: #fff;
    border: 2px solid var(--color-accent);
    animation: order-tracker-pop 0.45s ease calc(0.1s * var(--step-index)) both;
}

@keyframes order-tracker-pop {
    0% {
        transform: scale(0.85);
    }
    60% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.order-status-tracker__label {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-muted);
}

.order-status-tracker__step--active .order-status-tracker__label {
    color: var(--color-text);
}

.order-status-tracker__step--done .order-status-tracker__label {
    color: var(--color-accent);
}

.order-status-tracker__pulse {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: rgba(250, 178, 0, 0.35);
    animation: order-tracker-pulse 1.8s ease-out infinite;
    pointer-events: none;
}

@media (min-width: 768px) {
    .order-status-tracker__pulse {
        left: 50%;
        top: 20px;
        margin-left: -20px;
        margin-top: 0;
    }
}

@keyframes order-tracker-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.65);
        opacity: 0;
    }
}

.member-order-detail__status-block {
    background: #fafafa;
    border-radius: var(--radius-md);
    padding: 20px 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .member-order-detail__status-block {
        padding: 24px 20px 20px;
    }
}

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

.order-status-tracker__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 20px;
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.order-status-tracker__meta > div {
    text-align: right;
}

.order-status-tracker__meta dt {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
}

.order-status-tracker__meta dd {
    margin: 2px 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-text);
}

@media print {
    .order-status-tracker__pulse {
        display: none !important;
    }

    .order-status-tracker__step {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .order-status-tracker__rail {
        display: block !important;
        top: 28px;
        left: 8%;
        right: 8%;
    }

    .order-status-tracker__progress {
        animation: none !important;
        width: var(--progress) !important;
    }

    .order-status-tracker__steps {
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 6px !important;
    }

    .order-status-tracker__step {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 2px !important;
        flex: 1 !important;
    }

    .order-status-tracker__label {
        font-size: 0.75rem !important;
        line-height: 1.25 !important;
    }

    .order-status-tracker__marker {
        width: 34px !important;
        height: 34px !important;
        font-size: 0.8rem !important;
    }
}

.member-product-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.member-product-row:last-child {
    border-bottom: none;
}

.member-product-row__thumb {
    flex: 0 0 72px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.member-product-row__thumb img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.member-product-row__body {
    flex: 1;
    min-width: 0;
}

.member-product-row__title {
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.member-product-row__title:hover {
    color: var(--color-primary-dark);
}

.member-product-row__price {
    font-size: 14px;
    color: var(--color-muted);
}

.member-product-row__actions {
    flex-shrink: 0;
}

.member-panel .accordion-item {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
}

.member-panel .accordion-button {
    font-size: 14px;
    padding: 16px 20px;
    background: #fafafa;
}

.member-panel .accordion-button:not(.collapsed) {
    background: rgba(250, 178, 0, 0.15);
    color: #111;
    box-shadow: none;
}

.member-panel .accordion-body {
    padding: 20px;
}

.member-order-line {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.member-order-line:last-child {
    border-bottom: none;
}

.member-order-line__img {
    flex: 0 0 80px;
}

.member-order-line__img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.member-order-line__info {
    flex: 1;
    min-width: 180px;
}

.member-order-line__info h4 {
    font-size: 1rem;
    margin: 0 0 8px;
}

.member-order-line__actions {
    flex: 0 0 auto;
    align-self: center;
}

.member-panel__empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--color-muted);
}

.member-auth-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.member-auth-head .login-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 767px) {
    .member-sidebar {
        position: static;
    }

    .member-panel__card {
        padding: 20px 18px;
    }

    .member-product-row {
        flex-wrap: wrap;
    }

    .member-product-row__actions {
        width: 100%;
    }
}

.member-order-detail__section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.member-order-detail__section:last-of-type {
    border-bottom: none;
}

.member-order-detail__heading {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--color-text);
}

.member-order-detail__dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.member-order-detail__dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.member-order-detail__dl dt {
    margin: 0;
    color: var(--color-muted);
    font-weight: 500;
}

.member-order-detail__dl dd {
    margin: 0;
    text-align: right;
    color: var(--color-text);
}

.member-order-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media print {
    @page {
        margin: 8mm 6mm;
    }

    body {
        background: #fff !important;
    }

    .container,
    .container-fluid {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-content-wrapper,
    .member-panel,
    .section-space--small {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row > [class*='col-'] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .member-panel .col-lg-3,
    .member-panel .col-md-4,
    .member-sidebar,
    .breadcrumb-area,
    .header-area,
    .footer-area,
    .member-order-detail__actions,
    .float,
    .scroll-top {
        display: none !important;
    }

    .member-panel .col-lg-9,
    .member-panel .col-md-8,
    .order-detail-card,
    .checkout-page-wrapper.order-detail-card {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .member-panel .row.justify-content-center > [class*='col-'],
    .justify-content-center > .col-lg-8 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .member-panel__card {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }

    .member-order-detail__status-block {
        padding: 12px 0 !important;
        background: transparent !important;
        border: none !important;
    }

    .checkout-page-wrapper.order-detail-card {
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
}

.member-order-list__link {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 700;
}

.member-order-list__link:hover {
    color: var(--color-primary-dark);
}

.single-sidebar-widget__dropdown li a:hover {
    color: var(--color-primary-dark);
}

.post-item {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 20px;
    margin-bottom: 24px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    background-color: var(--color-whatsapp);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover,
.float:focus {
    background-color: #0f5529;
    color: #fff;
}

.my-float {
    margin-top: 16px;
}

/* Shop catalog (ürünler / kategori / arama) */
.shop-page-modern {
    background: linear-gradient(180deg, #fafafa 0%, #fff 120px);
}

.shop-main-panel {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 20px 22px 28px;
}

@media (min-width: 992px) {
    .shop-main-panel {
        padding: 24px 28px 32px;
    }
}

.shop-toolbar-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.shop-toolbar-modern__left,
.shop-toolbar-modern__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.shop-toolbar-modern__count {
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.95rem;
}

.shop-toolbar-modern__views .view-mode-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: var(--color-muted);
    background: #f3f3f3;
    margin-right: 6px;
    transition: background 0.2s, color 0.2s;
}

.shop-toolbar-modern__views .view-mode-icons a.active,
.shop-toolbar-modern__views .view-mode-icons a:hover {
    background: var(--color-primary);
    color: #1a1a1a;
}

.shop-toolbar-modern__sort .nice-select {
    min-width: 160px;
}

.shop-select-modern {
    border-radius: 8px !important;
}

.shop-sidebar-modern {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 22px 20px;
    position: sticky;
    top: 100px;
}

.shop-sidebar-modern__search form {
    display: flex;
    gap: 0;
    margin-bottom: 22px;
}

.shop-sidebar-modern__search input {
    flex: 1;
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    padding: 10px 14px;
    font-size: 0.95rem;
}

.shop-sidebar-modern__search button {
    border: 0;
    background: var(--color-accent);
    color: #fff;
    padding: 0 16px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.shop-sidebar-modern__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--color-text);
}

.shop-sidebar-modern__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.shop-sidebar-modern__nav > li {
    margin-bottom: 4px;
}

.shop-sidebar-modern__nav a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.shop-sidebar-modern__nav a.is-active,
.shop-sidebar-modern__nav a:hover {
    background: rgba(250, 178, 0, 0.15);
    color: var(--color-accent);
}

.shop-sidebar-modern__nav .sub-menu {
    list-style: none;
    padding: 4px 0 8px 12px;
    margin: 0;
}

.shop-sidebar-modern__nav .has-children > a {
    position: relative;
    padding-right: 28px;
}

.shop-sidebar-modern__nav .has-children:not(.is-open) .sub-menu {
    display: none;
}

.catalog-product-card.single-grid-product,
.catalog-product-card.single-list-product {
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.shop-product-wrap .catalog-product-card.single-grid-product:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.catalog-product-card .price-tax-note {
    display: block;
    font-size: 0.75rem;
    color: var(--color-muted);
    margin-top: 4px;
}

.catalog-product-card__excerpt {
    font-size: 0.9rem;
    color: var(--color-muted);
    margin: 10px 0 0;
    line-height: 1.5;
}

.product-badge-wrapper--sold {
    z-index: 2;
}

.product-badge-wrapper--sold .sold-out {
    background: #555;
}

.shop-pagination-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.shop-pagination-modern__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-pagination-modern__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background: #f3f3f3;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.shop-pagination-modern__link:hover,
.shop-pagination-modern__link.is-active {
    background: var(--color-primary);
    color: #1a1a1a;
}

.shop-empty-state {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-muted);
}

.shop-empty-state__icon {
    font-size: 2.5rem;
    color: var(--color-primary);
    margin-bottom: 16px;
}

/* Product detail */
.product-detail-page .single-product-slider-details-area {
    padding-bottom: 0;
}

.product-detail-modern__gallery-card,
.product-detail-modern__info-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 20px;
    height: 100%;
}

@media (min-width: 992px) {
    .product-detail-modern__gallery-card,
    .product-detail-modern__info-card {
        padding: 28px;
    }
}

.product-detail-gallery__main {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #f8f8f8;
}

.product-detail-gallery__placeholder {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
}

.product-detail-info__stock {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.product-detail-info__stock--in {
    background: rgba(107, 68, 35, 0.12);
    color: var(--color-accent);
}

.product-detail-info__stock--out {
    background: rgba(0, 0, 0, 0.06);
    color: var(--color-muted);
}

.product-detail-info__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: 16px;
    color: var(--color-text);
}

.product-detail-info__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-detail-info__price .discounted-price {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--color-text);
}

.product-detail-info__tax {
    font-size: 0.85rem;
    color: var(--color-muted);
    width: 100%;
}

.product-detail-info__description {
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-muted);
    margin-bottom: 24px;
}

.product-detail-info__description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-detail-info__purchase {
    background: #fafafa;
    border-radius: var(--radius-md);
    padding: 18px;
    margin-bottom: 22px;
}

.product-detail-info__qty {
    margin-bottom: 16px;
}

.product-detail-info__qty .meterSelection {
    display: block;
    margin-bottom: 8px;
}

.product-detail-info__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-info__actions .theme-button {
    margin: 0;
}

.product-detail-info__favourites {
    margin-bottom: 20px;
}

.product-detail-info__fav-btn {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    color: var(--color-text);
    transition: border-color 0.2s, background 0.2s;
}

.product-detail-info__fav-btn:hover {
    border-color: var(--color-primary);
}

.product-detail-info__fav-btn--active {
    background: rgba(250, 178, 0, 0.12);
    border-color: var(--color-primary);
}

.product-detail-info__meta {
    margin: 0;
}

.product-detail-info__meta-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.product-detail-info__meta-row dt {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-muted);
}

.product-detail-info__meta-row dd {
    margin: 0;
    font-size: 0.95rem;
}

.product-detail-info__categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail-info__categories a {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(250, 178, 0, 0.15);
    border-radius: 6px;
    text-decoration: none;
    color: var(--color-accent);
    font-weight: 500;
    font-size: 0.85rem;
}

.product-detail-info__categories a:hover {
    background: var(--color-primary);
    color: #1a1a1a;
}

.product-detail-similar {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 40px;
    padding-bottom: 48px;
}

.product-detail-similar__head {
    position: relative;
    margin-bottom: 28px;
}

.product-detail-similar__all {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
}

.product-detail-similar__all:hover {
    color: var(--color-primary-dark);
}

.product-detail-similar__slide {
    padding: 0 10px;
}

.product-detail-similar__slide .catalog-product-card.single-list-product {
    display: none;
}

.product-detail-similar__slider .slick-prev,
.product-detail-similar__slider .slick-next {
    z-index: 2;
}

/* Contact page */
.contact-page {
    padding-bottom: 48px;
}

.contact-page__info {
    margin-bottom: 28px;
}

.contact-page__info-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 24px 22px;
    height: 100%;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-page__info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
}

.contact-page__info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(250, 178, 0, 0.2);
    color: var(--color-accent);
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.contact-page__info-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: 10px;
}

.contact-page__info-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-text);
}

.contact-page__info-text a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 600;
}

.contact-page__info-text a:hover {
    color: var(--color-accent);
}

.contact-page__quick-actions {
    text-align: center;
    margin-bottom: 32px;
}

.contact-page__card,
.contact-page__aside-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 24px;
}

@media (min-width: 992px) {
    .contact-page__card,
    .contact-page__aside-card {
        padding: 28px 32px;
    }
}

.contact-page__form-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-text);
}

.contact-page__form-lead {
    color: var(--color-muted);
    margin-bottom: 22px;
    font-size: 0.95rem;
}

.contact-page__form label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: var(--color-text);
}

.contact-page__form input[type="text"],
.contact-page__form input[type="email"],
.contact-page__form input[type="tel"],
.contact-page__form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-page__form input:focus,
.contact-page__form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.25);
}

.contact-page__form textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-page__alert {
    border-radius: 8px;
    margin-bottom: 20px;
}

.contact-page__error-list {
    padding-left: 1.2rem;
}

.contact-page__submit {
    min-width: 160px;
}

.contact-page__aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-page__aside-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-page__aside-text {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 18px;
}

.contact-page__social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-page__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(107, 68, 35, 0.1);
    color: var(--color-accent);
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.contact-page__social a:hover {
    background: var(--color-accent);
    color: #fff;
    transform: translateY(-2px);
}

.contact-page__map-frame {
    border-radius: var(--radius-md);
    overflow: hidden;
    line-height: 0;
}

.contact-page__map-frame iframe {
    display: block;
}

/* Footer */
.footer-modern {
    background: #141414;
    color: rgba(255, 255, 255, 0.82);
    margin-top: auto;
}

.footer-modern__main {
    padding: 48px 0 40px;
}

@media (min-width: 992px) {
    .footer-modern__main {
        padding: 56px 0 44px;
    }
}

.footer-modern__logo {
    display: inline-block;
    margin-bottom: 16px;
    max-width: 200px;
}

.footer-modern__logo img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

.footer-modern__site-name {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer-modern__site-name:hover {
    color: var(--color-primary);
}

.footer-modern__tagline {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
    max-width: 320px;
}

.footer-modern__social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-modern__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.05rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.footer-modern__social a:hover {
    background: var(--color-primary);
    color: #1a1a1a;
    transform: translateY(-2px);
}

.footer-modern__title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 18px;
}

.footer-modern__nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-modern__nav li {
    margin-bottom: 10px;
}

.footer-modern__nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s, padding-left 0.2s;
}

.footer-modern__nav a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-modern__nav-more {
    color: var(--color-primary) !important;
    font-weight: 600;
}

.footer-modern__contact {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.footer-modern__contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
}

.footer-modern__contact i {
    color: var(--color-primary);
    margin-top: 3px;
    width: 16px;
    flex-shrink: 0;
    text-align: center;
}

.footer-modern__contact a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-modern__contact a:hover {
    color: var(--color-primary);
}

.footer-modern__cta {
    margin-top: 4px;
}

.footer-modern__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.25);
}

.footer-modern .footer-copyright-area {
    background: transparent;
}

.footer-modern__copy,
.footer-modern__credit {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.footer-modern__copy a,
.footer-modern__credit a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-modern__copy a:hover,
.footer-modern__credit a:hover {
    color: var(--color-primary);
}

/* FAQ page */
.faq-page {
    padding-bottom: 48px;
}

.faq-page__intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}

.faq-page__intro-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 10px;
}

.faq-page__intro-text {
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

.faq-page__content {
    max-width: 860px;
    margin: 0 auto;
}

.faq-page__section {
    margin-bottom: 32px;
}

.faq-page__section:last-child {
    margin-bottom: 0;
}

.faq-page__category-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 14px;
    padding-left: 12px;
    border-left: 4px solid var(--color-primary);
}

.faq-page__accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-page__accordion .accordion-button {
    font-size: 0.98rem;
    font-weight: 600;
    padding: 16px 20px;
    background: #fff;
    color: var(--color-text);
    line-height: 1.45;
}

.faq-page__accordion .accordion-button:not(.collapsed) {
    background: rgba(250, 178, 0, 0.12);
    color: #111;
    box-shadow: none;
}

.faq-page__accordion .accordion-button::after {
    filter: none;
}

.faq-page__accordion .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.35);
    border-color: transparent;
}

.faq-page__question {
    padding-right: 8px;
    text-align: left;
}

.faq-page__answer {
    padding: 18px 20px 22px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.faq-page__empty {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 48px 24px;
}

.faq-page__cta {
    max-width: 860px;
    margin: 40px auto 0;
}

.faq-page__cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 22px 24px;
    border: 1px solid rgba(107, 68, 35, 0.12);
}

.faq-page__cta-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--color-text);
}

.faq-page__cta-text {
    margin: 0;
    font-size: 0.92rem;
    color: var(--color-muted);
}

/* Agreement / legal content pages */
.agreement-page {
    padding-bottom: 48px;
}

.agreement-page__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.agreement-page__intro-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 10px;
}

.agreement-page__intro-text {
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

.agreement-page__toc {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 20px 18px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.agreement-page__toc-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-accent);
    margin-bottom: 12px;
}

.agreement-page__toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.agreement-page__toc li {
    margin-bottom: 6px;
}

.agreement-page__toc a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 0.88rem;
    color: var(--color-muted);
    text-decoration: none;
    line-height: 1.35;
    transition: background 0.15s, color 0.15s;
}

.agreement-page__toc a:hover {
    background: rgba(250, 178, 0, 0.12);
    color: var(--color-text);
}

.agreement-page__toc-mobile {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 16px;
    -webkit-overflow-scrolling: touch;
}

.agreement-page__toc-chip {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    white-space: nowrap;
}

.agreement-page__toc-chip:hover {
    background: rgba(250, 178, 0, 0.2);
}

.agreement-page__article {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 28px 22px;
}

@media (min-width: 768px) {
    .agreement-page__article {
        padding: 36px 40px;
    }
}

.agreement-page__section {
    scroll-margin-top: 100px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.agreement-page__section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.agreement-page__article h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 14px;
}

.agreement-page__article ul {
    padding-left: 1.25rem;
    margin: 0;
}

.agreement-page__article li {
    margin-bottom: 10px;
    line-height: 1.65;
    color: var(--color-muted);
    font-size: 0.95rem;
}

.agreement-page__article li:last-child {
    margin-bottom: 0;
}

.agreement-page__article a {
    color: var(--color-accent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.agreement-page__article a:hover {
    color: var(--color-primary-dark);
}

.agreement-page__contact-box {
    background: #fafafa;
    border-radius: var(--radius-md);
    padding: 18px 20px;
    border: 1px solid rgba(107, 68, 35, 0.12);
}

.agreement-page__contact-box dl {
    margin: 0;
}

.agreement-page__contact-box dl > div {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.agreement-page__contact-box dl > div:last-child {
    border-bottom: 0;
}

.agreement-page__contact-box dt {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--color-muted);
    margin: 0;
}

.agreement-page__contact-box dd {
    margin: 0;
    font-size: 0.95rem;
    color: var(--color-text);
}

.agreement-page__contact-box a {
    text-decoration: none;
}

.agreement-page__contact-box a:hover {
    text-decoration: underline;
}

.agreement-page__cta {
    margin-top: 24px;
}

/* Bank accounts page */
.bankaccounts-page {
    padding-bottom: 48px;
}

.bankaccounts-page__intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 32px;
}

.bankaccounts-page__intro-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 10px;
}

.bankaccounts-page__intro-text {
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

.bankaccounts-page__panel,
.bankaccounts-page__form-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 24px;
    height: 100%;
}

@media (min-width: 992px) {
    .bankaccounts-page__panel,
    .bankaccounts-page__form-card {
        padding: 28px 32px;
    }
}

.bankaccounts-page__panel-title,
.bankaccounts-page__form-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-text);
}

.bankaccounts-page__form-lead {
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 20px;
}

.bankaccounts-page__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bankaccounts-page__card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #fafafa;
}

.bankaccounts-page__card-head {
    background: rgba(107, 68, 35, 0.08);
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bankaccounts-page__bank-name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-accent);
}

.bankaccounts-page__details {
    margin: 0;
    padding: 16px 18px;
}

.bankaccounts-page__detail-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.bankaccounts-page__detail-row:last-child {
    border-bottom: 0;
}

.bankaccounts-page__detail-row dt {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-muted);
}

.bankaccounts-page__detail-row dd {
    margin: 0;
    font-size: 0.95rem;
    color: var(--color-text);
    word-break: break-word;
}

.bankaccounts-page__detail-row--iban dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.bankaccounts-page__iban {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.88rem;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px dashed rgba(250, 178, 0, 0.5);
}

.bankaccounts-page__copy {
    padding: 6px 12px !important;
    font-size: 0.8rem !important;
}

.bankaccounts-page__form label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: var(--color-text);
}

.bankaccounts-page__input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.95rem;
    background: #fff;
    color: var(--color-text);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.bankaccounts-page__input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.25);
}

select.bankaccounts-page__input {
    appearance: auto;
}

.bankaccounts-page__alert {
    border-radius: 8px;
    margin-bottom: 16px;
}

.bankaccounts-page__empty {
    padding: 32px 16px;
}

.bankaccounts-page__submit {
    margin-top: 4px;
}

/* About page */
.about-page {
    padding-bottom: 48px;
}

.about-page__hero {
    margin-bottom: 40px;
}

.about-page__hero-card,
.about-page__contact-card {
    height: 100%;
}

.about-page__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 16px;
    line-height: 1.25;
}

.about-page__prose {
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.about-page__prose p:last-child {
    margin-bottom: 0;
}

.about-page__prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.about-page__hero-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 28px 24px;
}

@media (min-width: 992px) {
    .about-page__hero-card {
        padding: 36px 40px;
    }
}

.about-page__media {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    background: #f5f5f5;
    line-height: 0;
}

.about-page__media img {
    width: 100%;
    object-fit: cover;
    max-height: 420px;
}

.about-page__section-title {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: var(--color-text);
}

.about-page__values {
    margin-bottom: 48px;
}

.about-page__value-card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 22px 20px;
    height: 100%;
    border-top: 3px solid var(--color-primary);
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-page__value-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
}

.about-page__value-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--color-accent);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.about-page__value-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-text);
}

.about-page__value-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--color-muted);
}

.about-page__contact {
    margin-top: 8px;
}

/* Cart / basket page */
.cart-page {
    padding-bottom: 48px;
}

.cart-page__panel,
.cart-page__summary {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 22px 20px;
}

@media (min-width: 992px) {
    .cart-page__panel,
    .cart-page__summary {
        padding: 28px 28px;
    }

    .cart-page__summary {
        position: sticky;
        top: 100px;
    }
}

.cart-page__panel-title,
.cart-page__summary-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-text);
}

.cart-page__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-page__item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 16px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    background: #fafafa;
}

@media (max-width: 575px) {
    .cart-page__item {
        grid-template-columns: 72px 1fr;
        grid-template-rows: auto auto;
    }

    .cart-page__item-side {
        grid-column: 1 / -1;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
        border-top: 1px dashed rgba(0, 0, 0, 0.08);
    }
}

.cart-page__thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.cart-page__thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cart-page__item-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.35;
}

.cart-page__item-title a {
    color: var(--color-text);
    text-decoration: none;
}

.cart-page__item-title a:hover {
    color: var(--color-accent);
}

.cart-page__item-price {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: var(--color-muted);
}

.cart-page__qty-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
    margin-bottom: 6px;
}

.cart-page__qty-controls {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.cart-page__qty-btn {
    border: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    color: var(--color-text);
    transition: background 0.15s;
}

.cart-page__qty-btn:hover {
    background: rgba(250, 178, 0, 0.2);
}

.cart-page__qty-input {
    width: 56px;
    height: 36px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0;
    margin: 0;
    background: #fff;
    line-height: 36px;
    -moz-appearance: textfield;
    appearance: textfield;
}

.cart-page__qty-input::-webkit-outer-spin-button,
.cart-page__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-page__item-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    min-width: 100px;
}

.cart-page__line-total {
    margin: 0;
    text-align: right;
}

.cart-page__line-total-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--color-muted);
    letter-spacing: 0.04em;
}

.cart-page__line-total .price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text);
}

.cart-page__remove {
    border: 0;
    background: transparent;
    color: #999;
    cursor: pointer;
    padding: 6px;
    font-size: 1.1rem;
    transition: color 0.15s;
}

.cart-page__remove:hover {
    color: #c0392b;
}

.cart-page__free-shipping {
    font-size: 0.88rem;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cart-page__totals {
    margin: 0 0 20px;
}

.cart-page__totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.95rem;
}

.cart-page__totals-row dt {
    margin: 0;
    font-weight: 500;
    color: var(--color-muted);
}

.cart-page__totals-row dd {
    margin: 0;
    font-weight: 600;
    color: var(--color-text);
}

.cart-page__totals-row--grand {
    border-bottom: 0;
    padding-top: 14px;
    margin-top: 4px;
}

.cart-page__totals-row--grand dt,
.cart-page__totals-row--grand dd {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text);
}

.cart-page__totals-row--grand dd.total {
    color: var(--color-accent);
}

.cart-page__continue {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-muted);
    text-decoration: none;
}

.cart-page__continue:hover {
    color: var(--color-accent);
}

.cart-page__empty {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 48px 24px;
}

.theme-button--checkout {
    display: inline-block;
    padding: 14px 20px;
}

/* Checkout / payment page */
.checkout-page {
    padding-bottom: 48px;
}

.cart-page > .container,
.checkout-page > .container {
    padding-top: 20px;
}

.checkout-page__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.checkout-page__step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-muted);
    text-decoration: none;
}

.checkout-page__step--active {
    color: var(--color-text);
}

.checkout-page__step--done {
    color: var(--color-accent);
}

.checkout-page__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eee;
    font-size: 0.8rem;
}

.checkout-page__step--active .checkout-page__step-num {
    background: var(--color-primary);
    color: #1a1a1a;
}

.checkout-page__step--done .checkout-page__step-num {
    background: rgba(107, 68, 35, 0.15);
    color: var(--color-accent);
}

.checkout-page__step-divider {
    width: 40px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.checkout-page__card,
.checkout-page__summary {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 24px 22px;
    height: 100%;
}

@media (min-width: 992px) {
    .checkout-page__card,
    .checkout-page__summary {
        padding: 28px 32px;
    }

    .checkout-page__summary {
        position: sticky;
        top: 100px;
    }
}

.checkout-page__card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--color-text);
}

.checkout-page__card-lead {
    font-size: 0.92rem;
    color: var(--color-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}

.checkout-page__card label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: var(--color-text);
}

.checkout-page__input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.95rem;
    background: #fff;
    color: var(--color-text);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.checkout-page__input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.25);
}

.checkout-page__lines {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    max-height: 220px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.checkout-page__line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.checkout-page__line:last-child {
    border-bottom: 0;
}

.checkout-page__line-name {
    color: var(--color-text);
    line-height: 1.4;
}

.checkout-page__line-name small {
    color: var(--color-muted);
    font-weight: 600;
}

.checkout-page__line-price {
    font-weight: 700;
    white-space: nowrap;
    color: var(--color-text);
}

.checkout-page__totals {
    margin-bottom: 20px;
}

.checkout-page__alert {
    border-radius: 8px;
}

.checkout-page__methods {
    margin-top: 0;
}

.checkout-page__method-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--color-accent);
}

.checkout-page__method-head i {
    font-size: 1.35rem;
}

.checkout-page__order-badge {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    background: rgba(250, 178, 0, 0.15);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.checkout-page__order-badge span {
    font-size: 0.85rem;
    color: var(--color-muted);
    font-weight: 600;
}

.checkout-page__order-badge strong {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    color: var(--color-text);
}

.checkout-page__payable {
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--color-text);
}

.checkout-page__payable strong {
    color: var(--color-accent);
    font-size: 1.15rem;
}

.checkout-page__hint {
    font-size: 0.88rem;
    color: var(--color-muted);
    line-height: 1.5;
    margin-bottom: 16px;
}

.checkout-page__hint--sm {
    margin-top: 16px;
    margin-bottom: 12px;
}

.checkout-page__banks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 8px;
}

.checkout-page__bank-card {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    padding: 14px 16px;
}

.checkout-page__bank-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-accent);
    margin: 0 0 10px;
}

.checkout-page__bank-dl {
    margin: 0;
}

.checkout-page__bank-dl > div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 6px 10px;
    font-size: 0.85rem;
    padding: 4px 0;
}

.checkout-page__bank-dl dt {
    margin: 0;
    color: var(--color-muted);
    font-weight: 600;
}

.checkout-page__bank-dl dd {
    margin: 0;
    color: var(--color-text);
    word-break: break-all;
}

.checkout-page__bank-dl code {
    font-size: 0.8rem;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.checkout-page__iframe-wrap {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fafafa;
    min-height: 480px;
}

.checkout-page__iframe-wrap iframe {
    width: 100%;
    min-height: 480px;
    display: block;
}

/* Override legacy footer widget spacing inside modern footer */
.footer-modern .footer-navigation-area {
    padding: 0;
    background: transparent;
}

.footer-modern .copyright-text {
    color: inherit;
}

/* Price filter modal */
.price-filter-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(92vw, 460px);
    padding: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.18);
    border: 1px solid rgba(238, 238, 238, 0.9);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -46%) scale(0.96);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.price-filter-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.price-filter-modal__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(17, 17, 17, 0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.price-filter-modal__overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.price-filter-modal-open {
    overflow: hidden;
}

.price-filter-modal__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 22px 16px;
    background: linear-gradient(135deg, rgba(250, 178, 0, 0.2) 0%, rgba(22, 163, 74, 0.12) 55%, rgba(107, 68, 35, 0.08) 100%);
    border-bottom: 1px solid #eee;
}

.price-filter-modal__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fab200 0%, #e5a000 100%);
    color: #111;
    font-size: 1.15rem;
    box-shadow: 0 8px 18px rgba(250, 178, 0, 0.35);
}

.price-filter-modal__heading {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.price-filter-modal__title {
    margin: 0 0 4px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
}

.price-filter-modal__subtitle {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.4;
}

.price-filter-modal__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    color: #666;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.price-filter-modal__close:hover {
    background: #fff;
    color: #111;
}

.price-filter-modal__body {
    padding: 18px 22px 8px;
}

.price-filter-modal__preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(250, 178, 0, 0.12) 0%, rgba(22, 163, 74, 0.08) 100%);
    border: 1px solid rgba(250, 178, 0, 0.22);
}

.price-filter-modal__preview-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}

.price-filter-modal__preview-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
    text-align: center;
}

.price-filter-modal__fields {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: end;
}

.price-filter-modal__field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 8px;
}

.price-filter-modal__input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    min-height: 46px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #f7f7f7;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.price-filter-modal__input-wrap:focus-within {
    border-color: var(--color-primary, #fab200);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.18);
}

.price-filter-modal__currency {
    font-size: 0.95rem;
    font-weight: 800;
    color: #16a34a;
}

.price-filter-modal__input-wrap input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    outline: none;
}

.price-filter-modal__input-wrap input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.price-filter-modal__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 46px;
    margin-bottom: 0;
    color: #fab200;
    font-size: 1rem;
}

.price-filter-modal__hint {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 0.82rem;
    line-height: 1.45;
}

.price-filter-modal__hint .fa {
    margin-top: 2px;
}

.price-filter-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 22px 22px;
}

.price-filter-modal__actions .theme-button {
    flex: 1 1 auto;
    min-width: 120px;
    justify-content: center;
}

.price-filter-modal__apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 480px) {
    .price-filter-modal__fields {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .price-filter-modal__separator {
        display: none;
    }
}

#price-filter-modal {
    display: block;
}

#price-filter-overlay {
    display: block;
}

/* Member rebate modal */
.member-rebate-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(92vw, 440px);
    max-height: min(88vh, 560px);
    padding: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.18);
    border: 1px solid rgba(238, 238, 238, 0.9);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -46%) scale(0.96);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.member-rebate-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.member-rebate-modal__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(17, 17, 17, 0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.member-rebate-modal__overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.member-rebate-modal-open {
    overflow: hidden;
}

.member-rebate-modal__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 22px 16px;
    background: linear-gradient(135deg, rgba(250, 178, 0, 0.16) 0%, rgba(107, 68, 35, 0.08) 100%);
    border-bottom: 1px solid #eee;
}

.member-rebate-modal__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary, #fab200);
    color: #111;
    font-size: 1.15rem;
    box-shadow: 0 8px 18px rgba(250, 178, 0, 0.35);
}

.member-rebate-modal__heading {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.member-rebate-modal__title {
    margin: 0 0 4px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
}

.member-rebate-modal__subtitle {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.4;
}

.member-rebate-modal__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    color: #666;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.member-rebate-modal__close:hover {
    background: #fff;
    color: #111;
}

.member-rebate-modal__body {
    padding: 18px 22px 8px;
}

.member-rebate-modal__label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.member-rebate-modal__textarea {
    width: 100%;
    min-height: 112px;
    padding: 12px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #f7f7f7;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.member-rebate-modal__textarea:focus {
    outline: none;
    border-color: var(--color-primary, #fab200);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(250, 178, 0, 0.18);
}

.member-rebate-modal__hint {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 0.82rem;
    line-height: 1.45;
}

.member-rebate-modal__hint .fa {
    margin-top: 2px;
}

.member-rebate-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 22px 22px;
}

.member-rebate-modal__actions .theme-button {
    flex: 1 1 auto;
    min-width: 140px;
    justify-content: center;
}

.member-rebate-modal__submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.member-rebate-modal__submit.is-loading {
    opacity: 0.75;
    pointer-events: none;
}

#rebate-modal {
    display: block;
}

#rebate-overlay {
    display: block;
}
.max-h-130 {
    max-height: 130px !important;
}

/* Payment success page */
.payment-success-page > .container {
    padding-top: 20px;
}

.payment-success-card {
    background: #fff;
    border-radius: var(--radius-md, 12px);
    box-shadow: var(--shadow-card, 0 8px 30px rgba(0, 0, 0, 0.08));
    overflow: hidden;
    border: 1px solid rgba(107, 68, 35, 0.08);
}

.payment-success-card__hero {
    text-align: center;
    padding: 40px 28px 32px;
    background: linear-gradient(180deg, rgba(40, 167, 69, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.payment-success-card__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #34c759 0%, #28a745 100%);
    color: #fff;
    font-size: 2.2rem;
    box-shadow: 0 12px 28px rgba(40, 167, 69, 0.35);
    animation: paymentSuccessPop 0.55s ease-out;
}

@keyframes paymentSuccessPop {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    70% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.payment-success-card__eyebrow {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #28a745;
}

.payment-success-card__title {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-text, #1a1a1a);
}

.payment-success-card__lead {
    margin: 0 auto;
    max-width: 520px;
    color: var(--color-muted, #666);
    font-size: 1rem;
    line-height: 1.6;
}

.payment-success-card__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 28px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.payment-success-card__summary-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 14px 16px;
}

.payment-success-card__summary-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-muted, #777);
    margin-bottom: 6px;
}

.payment-success-card__summary-item strong {
    font-size: 1rem;
    color: var(--color-text, #222);
}

.payment-success-card__steps {
    padding: 28px;
}

.payment-success-card__steps-title {
    margin: 0 0 18px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text, #1a1a1a);
}

.payment-success-card__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-success-card__timeline li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 14px;
    position: relative;
    padding-bottom: 18px;
}

.payment-success-card__timeline li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background: #e8e8e8;
}

.payment-success-card__timeline li.is-done:not(:last-child)::before {
    background: rgba(40, 167, 69, 0.35);
}

.payment-success-card__timeline-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #fff;
    margin-top: 2px;
}

.payment-success-card__timeline li.is-done .payment-success-card__timeline-dot {
    border-color: #28a745;
    background: #28a745;
    box-shadow: inset 0 0 0 3px #fff;
}

.payment-success-card__timeline li.is-active .payment-success-card__timeline-dot {
    border-color: var(--color-primary, #fab200);
    background: var(--color-primary, #fab200);
    box-shadow: 0 0 0 4px rgba(250, 178, 0, 0.2);
}

.payment-success-card__timeline li strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
    color: var(--color-text, #222);
}

.payment-success-card__timeline li p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-muted, #777);
    line-height: 1.5;
}

.payment-success-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px 32px;
}

.payment-success-card__btn-primary,
.payment-success-card__btn-secondary {
    min-width: 210px;
    text-align: center;
}

.payment-success-card__link-home {
    width: 100%;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-muted, #666);
    text-decoration: none;
}

.payment-success-card__link-home:hover {
    color: var(--color-accent, #6b4423);
    text-decoration: underline;
}

@media (max-width: 575px) {
    .payment-success-card__hero {
        padding: 32px 20px 24px;
    }

    .payment-success-card__summary {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .payment-success-card__steps,
    .payment-success-card__actions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .payment-success-card__btn-primary,
    .payment-success-card__btn-secondary {
        width: 100%;
        min-width: 0;
    }
}