.breadcrumbs {
    font-size: 0.8125rem;
    margin-bottom: 16px;
    color: var(--color-text-muted);
}

.breadcrumbs a {
    color: var(--color-text-muted);
}

.breadcrumbs a:hover {
    color: var(--color-accent);
}

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

.empty-state__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.empty-state__hint {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    margin-bottom: 12px;
}

.no-photo {
    width: 100%;
    height: 100%;
    background: var(--color-border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
}

.thumb-empty {
    width: 100%;
    height: 100%;
    background: var(--color-border-light);
}

.products-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 16px;
}

.products-empty__text {
    color: var(--color-text-muted);
}

.unavailable-note {
    color: var(--color-text-muted);
    font-size: 0.875rem;
    margin: 4px 0;
}

.btn--disabled {
    opacity: 0.5;
    cursor: default;
}

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

.data-table thead tr {
    border-bottom: 2px solid var(--color-border);
}

.data-table tbody tr {
    border-bottom: 1px solid var(--color-border-light);
}

.data-table th,
.data-table td {
    text-align: left;
    padding: 8px 4px;
    vertical-align: top;
}

.data-table--scroll {
    overflow-x: auto;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
    background: var(--color-bg-white);
    border-radius: var(--radius-md);
    padding: 24px;
    max-width: 380px;
    width: 90%;
    position: relative;
    box-shadow: var(--shadow-lg);
    color: var(--color-text);
    max-height: 92vh;
    overflow-y: auto;
}

.modal__dialog--wide {
    max-width: 720px;
}

.modal__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-text);
    margin-top: 8px;
}

.modal__body p {
    margin-bottom: 12px;
}

.modal__body h2,
.modal__body h3 {
    color: var(--color-accent);
    margin: 16px 0 8px;
}

.modal__body ul,
.modal__body ol {
    padding-left: 22px;
    margin-bottom: 12px;
    list-style: disc;
}

.modal__body ol {
    list-style: decimal;
}

.modal__body a {
    color: var(--color-accent);
    text-decoration: underline;
}

.modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 1.25rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text);
    line-height: 1;
}

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

.modal__title {
    font-size: 1rem;
    margin-bottom: 16px;
}

.modal__text {
    font-size: 0.875rem;
    margin-bottom: 12px;
}

.modal__price {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.modal__submit {
    margin-top: 12px;
}

.gift-question {
    margin-bottom: 20px;
}

.gift-question__label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.gift-option {
    margin-top: 6px;
    transition: border-color var(--transition), background var(--transition);
}

.gift-option--selected {
    border-color: var(--color-accent);
    background: color-mix(in srgb, var(--color-accent) 8%, transparent);
}

.gift-wizard__nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.gift-wizard__back {
    flex: 1;
}

.gift-wizard__submit {
    flex: 2;
    justify-content: center;
}

.gift-results {
    margin-top: 24px;
}

.gift-results__title {
    font-size: 1rem;
    margin-bottom: 16px;
}

.gift-results__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.gift-results__empty {
    text-align: center;
    padding: 24px;
    color: var(--color-text-muted);
}

.gift-results__empty .btn {
    margin-top: 12px;
}

.review-success {
    background: var(--color-bg);
    padding: 12px;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
    font-size: 0.875rem;
    color: var(--color-success);
}

.review-list {
    margin-bottom: 20px;
}

.review {
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border-light);
}

.review:last-child {
    border-bottom: none;
}

.review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.review__author {
    font-size: 0.875rem;
    font-weight: 600;
}

.review__date {
    font-size: 0.75rem;
    color: var(--color-text-muted);
}

.review__rating {
    margin-bottom: 6px;
    color: var(--color-accent);
}

.review__text {
    font-size: 0.875rem;
    line-height: 1.6;
}

.review-empty {
    color: var(--color-text-muted);
    font-size: 0.875rem;
    margin-bottom: 16px;
}

.review-form {
    border-top: 1px solid var(--color-border-light);
    padding-top: 16px;
}

.review-form__title {
    font-size: 0.9375rem;
    margin-bottom: 12px;
}

/* === Banners Carousel === */
.banners {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
    -webkit-tap-highlight-color: transparent;
}

.banners__track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.banners__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
}

.banner {
    display: block;
    overflow: hidden;
}

.banner__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Arrows */
.banners__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    transition: background 0.2s, opacity 0.2s;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

.banners__btn:hover,
.banners__btn:focus-visible {
    opacity: 1;
    background: rgba(0, 0, 0, 0.65);
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.banners__btn--prev { left: 12px; }
.banners__btn--next { right: 12px; }

/* Dots */
.banners__dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

.banners__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.banners__dot--active {
    background: #fff;
    transform: scale(1.35);
}

/* Position modifiers */
.banners--home_hero {
    margin-top: 8px;
}

.banners--footer_top {
    margin-bottom: 0;
    margin-top: 24px;
}

.banners--catalog_top {
    margin-bottom: 16px;
}

.banners--product_bottom {
    margin-top: 24px;
}

/* Mobile */
@media (max-width: 767px) {
    .banners__btn {
        width: 32px;
        height: 32px;
    }

    .banners__btn--prev { left: 6px; }
    .banners__btn--next { right: 6px; }

    .banners__dots {
        bottom: 8px;
    }
}

.faq-section {
    padding: 24px 0;
}

.faq-section__title {
    font-size: 1.125rem;
    margin-bottom: 16px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    background: var(--color-bg-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-light);
    overflow: hidden;
}

.faq-item[open] {
    border-color: var(--color-accent);
}

.faq-item__question {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::before {
    content: '+';
    font-size: 1.125rem;
    font-weight: 400;
    width: 20px;
    color: var(--color-accent);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.faq-item[open] .faq-item__question::before {
    content: '−';
}

.faq-item__answer {
    padding: 0 16px 14px 46px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-text-light);
}

.faq-item__answer p {
    margin-bottom: 8px;
}

.faq-item__answer ul,
.faq-item__answer ol {
    padding-left: 18px;
    list-style: disc;
    margin-bottom: 8px;
}

.faq-item__answer ol {
    list-style: decimal;
}
