@font-face {
    font-family: 'Suisse Intl Reg';
    src: url(../fonts/SuisseIntl-Regular.otf);
}
@font-face {
    font-family: 'Suisse Intl Med';
    src: url(../fonts/SuisseIntl-Medium.otf);
}
@font-face {
    font-family: 'Suisse Intl Bold';
    src: url(../fonts/SuisseIntl-Bold.otf);
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Suisse Intl Reg', sans-serif;
    background-color: #030418;
    color: #000;
    padding-top: 144px; /* Компенсация фиксированного header */
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.header-up {
    height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #000;
    width: 100%;
}
.header-logo {
    display: flex;
    height: 48px;
    box-sizing: border-box;
    align-items: center;
}
.header-logo img {
    height: 28px;
    width: auto;
    display: block;
}
.header-logo-russpass {
    padding-right: 10px;
    border-right: 2px solid #d9d9d9;
    box-sizing: border-box;
    height: 28px;
    display: flex;
    align-items: center;
}
.header-logo-msk {
    box-sizing: border-box;
    padding-left: 10px;
    height: 28px;
    display: flex;
    align-items: center;
}

/* Добавлены стили для header-search-cat */
.header-search-cat {
    display: flex;
    flex-direction: column;
    height: 48px;
    flex-grow: 1;
    margin: 0 20px;
}

.search-area {
    height: 48px;
}

.search-area form {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 400px;
    background-color: #f5f5f5;
    border-radius: 12px;
}

.search-area input {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    color: #000;
}

.search-area button {
    height: 100%;
    padding: 0 16px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-area button svg {
    color: #000;
}

.search-cat {
    display: flex;
    height: 24px;
}

.header-categories, .header-popular {
    display: flex;
    align-items: center;
}

.header-menu {
    display: flex;
    align-items: center;
    height: 48px;
}
.header-soc {
    display: flex;
    align-items: center;
    height: 48px;
    gap: 4px;
}
.header-soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 48px;
    padding: 0;
    margin: 0;
}
.header-soc img {
    height: 24px;
    width: 24px;
    display: block;
}
.header-login {
    height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 8px;
}
.header-login img {
    height: 20px;
    margin-right: 8px;
    display: block;
}
.header-login a {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 24px;
    padding: 0 10px;
}

.header-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 48px;
    padding: 0 20px 0 16px;
    position: relative;
}

.header-menu-button span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    transition: all 0.3s ease;
    position: absolute;
    left: 18px;
}

.header-menu-button span:nth-child(1) {
    top: calc(50% - 6px);
}

.header-menu-button span:nth-child(2) {
    top: 50%;
}

.header-menu-button span:nth-child(3) {
    top: calc(50% + 6px);
}

.burger-text {
    margin-left: 25px;
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-menu-button.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.header-menu-button.active span:nth-child(2) {
    opacity: 0;
}

.header-menu-button.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.header-down {
    background-color: white;
    color: #000;
    padding-bottom: 16px;
    width: 100%;
}

.header-down .container {
    display: block;
}

.header-down-lent {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.down-lent-item {
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 12px;
    flex-shrink: 0;
}

.down-lent-item a {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
}

/* Стили для main */
main {
    width: 100%;
}

main .container {
    display: block;
    padding: 0 15px;
}

.main-content {
    width: 100%;
}

.banner {
    height: 700px;
    width: 100%;
}

.dashboard {
    background-color: #ffffff;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding: 80px 0;
    width: 100%;
}

.dashboard-info {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 30px;
}
.dashboard-info-h1 {
    font-size: 48px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.dashboard-info-item {
    font-size: 18px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 24px;
}

.dashboard-graph {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.dashboard-graph-item {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    min-height: 380px;
    box-sizing: border-box;
    position: relative;
}
.dashboard-graph-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.dashboard-graph-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1;
}
.dashboard-graph-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dashboard-graph-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #fff;
    z-index: 2;
}

/* Удаляю специфическое позиционирование элементов в grid */
/* 
.dashboard-graph-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.dashboard-graph-item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3; 
}
.dashboard-graph-item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 5;
}
.dashboard-graph-item:nth-child(4) {
    grid-area: 2 / 1 / 3 / 4; 
}
.dashboard-graph-item:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
}
*/

/* Стили для dashboard-graph-item */
.dashboard-graph-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 280px;
    aspect-ratio: 1/1; /* Делаем карточки квадратными */
}

/* Возвращаю эффект масштабирования при наведении, но делаю его меньше и медленнее */
.dashboard-graph-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* То же самое для секции collection-lent */
.collection-lent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Убираем эффект масштабирования при наведении */
.collection-lent-item:hover .collection-lent-img img {
}

.collection {
    background-color: #ffffff;
    color: #000;
    padding: 40px 0;
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.collection-info {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.collection-info-item {
    font-size: 18px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
}

.collection-info-item-h1 {
    font-size: 48px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.collections-tag-lent {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.collections-tag-lent-item {
    background-color: #f5f5f5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0;
    display: block;
    transition: all 0.3s ease;
}
.collections-tag-lent-item:hover {
    background-color: #cecece;
}
.collections-tag-lent-item a {
    text-decoration: none;
    color: #000;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
}
.collections-tag-lent-item-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collections-more-button {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.collections-more-button a {
    text-decoration: none;
    color: #000;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #f5f5f5;
}
.collection-lent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.collection-lent-item {
    background-color: #f5f5f5;
    padding: 0;
    min-height: 420px;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
}

/* Стили для collection-lent-item */
.collection-lent-item {
    position: relative;
    overflow: hidden;
}

/* То же самое для секции collection-lent */
.collection-lent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-lent-item:hover .collection-lent-img img {
    transform: none;
}

.collection-lent-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.collection-lent-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.collection-lent-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}

.collection-lent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-lent-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.collection-lent-text-h1 {
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #fff;
}
.collections-lent-buttons {
    display: flex;
    justify-content: space-between;
}
.collections-lent-small {
    display: flex;
    gap: 10px;
}
.collections-lent-small-item {
    background-color: #f5f5f5;
    height: 48px;
    width: 48px;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collection-container {
    position: relative;
}
.collection-bg {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1620px;
    height: 480px;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
}
.collection-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.collection-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
footer {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #1d1d1d;
    color: #fff;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.footer-grid-item-title h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
}

.footer-grid-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-grid-item-content div {
    margin-bottom: 10px;
}

.footer-grid-item-content a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
}

.footer-grid-item-content a:hover {
    opacity: 0.7;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    width: 100%;
}
.footer-bottom-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-bottom-content-item {
    display: flex;
    align-items: center;
}

.footer-bottom-content-item img {
    height: 40px;
}

.footer-press {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

.footer-press-h3 {
    font-size: 14px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
}

.footer-press-item {
    color: #fff;
    font-size: 14px;
    font-family: 'Suisse Intl Reg', sans-serif;
}
.promo {
    background-color: #ffffff;
    color: #000;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.promo-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 400px;
    box-sizing: border-box;
}

.promo-left-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.promo-left-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-item-info {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 12px;
}

.promo-item-h1 {
    font-size: 36px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin-bottom: 20px;
}

.promo-item-text {
    font-size: 18px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #000;
    margin-bottom: 30px;
    line-height: 24px;
}

.promo-item-button a {
    text-decoration: none;
    color: #000;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fff;
}

/* Стили для каталога товаров */
.catalog {
    background-color: #ffffff;
    padding: 40px 0;
    width: 100%;
}

.catalog .container {
    display: block;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.catalog-title {
    font-size: 36px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin: 0;
}

.catalog-filters {
    display: flex;
    gap: 20px;
}

.catalog-filter-item select {
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    min-width: 200px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.catalog-item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.catalog-item:hover {
    transform: translateY(-5px);
}

.catalog-item a {
    text-decoration: none;
    color: #000;
    display: block;
}

.catalog-item-img {
    height: 280px;
    overflow: hidden;
}

.catalog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Убираем эффект масштабирования при наведении */
.catalog-item:hover .catalog-item-img img {
}

.catalog-item-info {
    padding: 15px;
}

.catalog-item-title {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
}

.catalog-item-price {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 18px;
    color: #000;
}

/* Стили для пагинации */
.catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
    font-family: 'Suisse Intl Med', sans-serif;
    transition: all 0.3s ease;
    padding: 0 15px;
    font-size: 14px;
}

.pagination-item.active {
    background-color: #000;
    color: #fff;
}

.pagination-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination-item:hover:not(.active):not(.disabled) {
    background-color: #e0e0e0;
}

.pagination-item.next {
    min-width: auto;
}

/* Стили для страницы товара */
.product {
    background-color: #ffffff;
    padding: 40px 0;
    width: 100%;
}

.product .container {
    display: block;
}

.product-breadcrumbs {
    margin-bottom: 30px;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
}

.product-breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-breadcrumbs a:hover {
    color: #000;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #6c757d;
}

.breadcrumb-current {
    color: #000;
    font-family: 'Suisse Intl Med', sans-serif;
}

.product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.product-gallery {
    display: flex;
    flex-direction: column;
}

.product-main-image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Убираем эффект масштабирования при наведении */
.product-main-image:hover img {
}

.product-thumbnails {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail.active {
    border-color: #ff3e1d;
}

.thumbnail:hover:not(.active) {
    border-color: #e0e0e0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 32px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin: 0 0 15px 0;
}

.product-article {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.product-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.price-current {
    font-size: 28px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin-right: 15px;
}

.price-old {
    font-size: 18px;
    color: #6c757d;
    text-decoration: line-through;
}

.product-stock {
    margin-bottom: 25px;
    font-family: 'Suisse Intl Med', sans-serif;
}

.stock-status {
    font-size: 16px;
}

.stock-status.in-stock {
    color: #2e7d32;
}

.stock-status.out-of-stock {
    color: #c62828;
}

.stock-quantity {
    font-size: 14px;
    color: #6c757d;
}

.product-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.product-actions-form {
    display: flex;
    gap: 15px;
    width: 100%;
}

/* Улучшенные стили для элементов количества */
.cart-item-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    height: 40px;
    overflow: hidden;
    width: 100px;
    min-width: 100px;
    padding: 0 2px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    user-select: none;
    border-radius: 4px;
    margin: 0 2px;
}

.quantity-btn.minus {
    border-right: none;
}

.quantity-btn.plus {
    border-left: none;
}

.quantity-btn:hover {
    background-color: #f5f5f5;
    color: #ff3e1d;
}

.quantity-btn:active {
    background-color: #eaeaea;
}

.quantity-input {
    width: 32px;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 14px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    background-color: #fff;
    -moz-appearance: textfield;
    outline: none;
    flex-grow: 1;
    padding: 0;
}

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

.add-to-cart-btn {
    flex-grow: 1;
    height: 48px;
    padding: 0 30px;
    background-color: #ff3e1d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart-btn:hover {
    background-color: #e03517;
}

.add-to-cart-btn.out-of-stock {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.add-to-favorites-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-favorites-btn:hover {
    border-color: #ff3e1d;
    color: #ff3e1d;
}

.add-to-favorites-btn svg {
    width: 24px;
    height: 24px;
}

.product-description,
.product-features,
.product-delivery {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.product-description h3,
.product-features h3,
.product-delivery h3 {
    font-size: 20px;
    font-family: 'Suisse Intl Bold', sans-serif;
    margin: 0 0 15px 0;
    color: #000;
}

.description-content,
.delivery-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.description-content p,
.delivery-content p {
    margin-bottom: 15px;
}

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

.features-list li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.features-list li:last-child {
    border-bottom: none;
}

.feature-name {
    width: 40%;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #6c757d;
}

.feature-value {
    width: 60%;
    color: #333;
}

.product-related {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product-related h2 {
    font-size: 28px;
    font-family: 'Suisse Intl Bold', sans-serif;
    margin-bottom: 30px;
    color: #000;
}

.related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Стили для секции отзывов */
.product-reviews-section {
    margin: 60px 0;
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}

.reviews-header {
    margin-bottom: 30px;
}

.reviews-header h2 {
    font-size: 28px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
}

.reviews-count {
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #6c757d;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.review-item {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
}

.review-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.review-author {
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
}

.review-date {
    font-size: 14px;
    color: #6c757d;
}

.review-rating {
    display: flex;
    margin-left: auto;
}

.star {
    font-size: 18px;
    color: #d4d4d4;
}

.star.filled {
    color: #ffc107;
}

.review-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.review-actions {
    display: flex;
    justify-content: flex-end;
}

.btn-delete-review {
    font-size: 14px;
    color: #ff3e1d;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 0;
    transition: color 0.3s;
}

.btn-delete-review:hover {
    color: #e03517;
    text-decoration: underline;
}

.no-reviews {
    text-align: center;
    padding: 30px 0;
    color: #6c757d;
    background-color: #f9f9f9;
    border-radius: 12px;
}

.add-review {
    margin-top: 40px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
}

.add-review h3 {
    font-size: 20px;
    font-family: 'Suisse Intl Bold', sans-serif;
    margin-bottom: 20px;
}

.review-form .form-group {
    margin-bottom: 20px;
}

.review-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
}

.review-form select,
.review-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Suisse Intl Reg', sans-serif;
    transition: border-color 0.3s;
}

.review-form select:focus,
.review-form textarea:focus {
    border-color: #ff3e1d;
    outline: none;
}

.review-form textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-review-btn {
    padding: 12px 25px;
    background-color: #ff3e1d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-review-btn:hover {
    background-color: #e03517;
}

.login-to-review {
    text-align: center;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 12px;
    margin-top: 40px;
}

.login-to-review p {
    font-size: 16px;
    color: #333;
}

.login-to-review a {
    color: #ff3e1d;
    text-decoration: none;
    transition: color 0.3s;
}

.login-to-review a:hover {
    color: #e03517;
    text-decoration: underline;
}

/* Адаптивные стили для страницы товара */
@media (max-width: 1200px) {
    .related-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .product-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-main-image {
        height: 400px;
    }
    
    .related-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-actions-form {
        flex-wrap: wrap;
    }
    
    .cart-item-quantity {
        width: 100%;
        margin-bottom: 15px;
        height: 50px;
    }
    
    .add-to-cart-btn {
        width: calc(100% - 63px);
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .review-rating {
        margin-left: 0;
    }
    
    .features-list li {
        flex-direction: column;
    }
    
    .feature-name, .feature-value {
        width: 100%;
    }
    
    .feature-name {
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 24px;
    }
    
    .product-main-image {
        height: 300px;
    }
    
    .thumbnail {
        width: 60px;
        height: 60px;
    }
    
    .product-related h2,
    .reviews-header h2 {
        font-size: 22px;
    }
    
    .related-products {
        grid-template-columns: 1fr;
    }
    
    .add-review, 
    .login-to-review {
        padding: 20px 15px;
    }
}

/* Стили для страницы корзины */
.cart {
    padding: 40px 0 60px;
    background-color: #ffffff;
}

.cart .container {
    max-width: 1440px;
    margin: 0 auto;
}

.cart-breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.cart-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.cart-title {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 32px;
    margin: 0;
}

.cart-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

/* Стили для заголовков таблицы корзины */
.cart-items-header {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 0.5fr;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
}

.cart-column {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-column-product {
    padding-left: 10px;
}

/* Стили для элементов корзины */
.cart-items {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 20px;
}

.cart-item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 0.5fr;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cart-item-img:hover img {
    transform: scale(1.05);
}

.cart-item-info {
    flex-grow: 1;
}

.cart-item-title {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
}

.cart-item-category {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
}

.cart-item-article {
    color: #999;
    font-size: 13px;
}

.cart-item-price {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
}

.cart-item-price .price-old {
    display: block;
    font-family: 'Suisse Intl Regular', sans-serif;
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

.cart-item-total {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 18px;
    color: #000;
}

.remove-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    border: none;
    border-radius: 50%;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.remove-btn:hover {
    background-color: #ff3e1d;
    color: white;
    transform: scale(1.05);
}

/* Стили для боковой панели корзины */
.cart-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-summary {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 25px;
}

.summary-title {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.summary-items {
    margin-bottom: 20px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
}

.summary-item-label {
    color: #666;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.summary-total-label {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 18px;
}

.summary-total-value {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 24px;
}

.summary-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkout-btn {
    display: block;
    padding: 14px 20px;
    background-color: #ff3e1d;
    color: white;
    border: 1px solid #ff3e1d;
    border-radius: 25px;
    text-align: center;
    font-family: 'Suisse Intl Med', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}

.checkout-btn:hover {
    background-color: #e0321d;
    border-color: #e0321d;
}

.continue-shopping {
    display: block;
    padding: 13px 20px;
    background-color: transparent;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    text-align: center;
    font-family: 'Suisse Intl Med', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}

.continue-shopping:hover {
    border-color: #999;
}

/* Стили для кнопки очистки корзины */
.cart-clear-wrapper {
    display: flex;
    justify-content: center;
}

.cart-clear-btn {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    color: #666;
    font-family: 'Suisse Intl Regular', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.cart-clear-btn:hover {
    color: #ff3e1d;
    border-color: #ff3e1d;
}

/* Стили для пустой корзины */
.empty-cart {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.empty-cart-message {
    text-align: center;
    max-width: 400px;
}

.empty-cart-message svg {
    margin: 0 auto 20px;
    display: block;
}

.empty-cart-message h3 {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.empty-cart-message p {
    color: #666;
    margin-bottom: 30px;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 992px) {
    .cart-content {
        grid-template-columns: 1fr;
    }
    
    .cart-items-header .cart-column-remove {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cart-item {
        grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
        gap: 10px;
    }
    
    .cart-items-header {
        grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
        gap: 10px;
    }
    
    .cart-item-product {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cart-item-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin-bottom: 10px;
    }
    
    .summary-total-value {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .cart-items-header {
        display: none;
    }
    
    .cart-item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "product"
            "price"
            "quantity"
            "total"
            "remove";
        gap: 15px;
        padding: 20px 0;
        position: relative;
    }
    
    .cart-item-product {
        grid-area: product;
        flex-direction: row;
    }
    
    .cart-item-img {
        width: 80px;
        height: 80px;
    }
    
    .cart-item-price {
        grid-area: price;
    }
    
    .cart-item-quantity {
        grid-area: quantity;
    }
    
    .cart-item-total {
        grid-area: total;
    }
    
    .cart-item-remove {
        grid-area: remove;
        position: absolute;
        top: 20px;
        right: 0;
    }
    
    .remove-btn {
        background-color: transparent;
    }
    
    .summary-total-value {
        font-size: 18px;
    }
    
    .checkout-btn, .continue-shopping {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* Стили для витрины категорий */
.category-showcase {
    padding: 40px 0;
    background-color: #ffffff;
}

.category-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.category-card {
    width: calc(25% - 15px);
    position: relative;
    transition: transform 0.3s;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.category-card-img {
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.category-card-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.category-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.category-card:hover .category-card-img img {
    transform: scale(1.05);
}

.category-card-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

/* Новые стили для каталога */
.catalog {
    padding: 40px 0;
    background-color: #ffffff;
}

/* Оборачивающий контейнер каталога */
.catalog-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 30px;
}

/* Стили для боковой панели */
.catalog-sidebar {
    width: 280px;
    flex: none; /* Не растягивается и не сжимается */
}

/* Стили для блока в боковой панели */
.sidebar-block {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-block:last-child {
    border-bottom: none;
}

.sidebar-title {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 18px;
    margin-bottom: 16px;
}

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

.sidebar-menu-item {
    margin-bottom: 8px;
    position: relative;
}

.sidebar-menu-item a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 6px 0;
    transition: color 0.3s;
}

.sidebar-menu-item a:hover {
    color: #666;
}

.sidebar-menu-item.active > a {
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
}

.sidebar-menu-item.open > a {
    font-family: 'Suisse Intl Med', sans-serif;
}

.sidebar-submenu {
    list-style: none;
    padding: 0 0 0 16px;
    margin: 8px 0;
    display: none;
}

.sidebar-menu-item.open .sidebar-submenu {
    display: block;
}

.sidebar-submenu li {
    margin-bottom: 6px;
}

.sidebar-submenu a {
    font-size: 14px;
    padding: 4px 0;
}

/* Стили для фильтров */
.price-filter {
    margin-top: 16px;
}

.price-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.price-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
}

.price-divider {
    margin: 0 8px;
    color: #999;
}

.price-button {
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.price-button:hover {
    background-color: #333;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.size-option {
    position: relative;
    cursor: pointer;
}

.size-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.size-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 14px;
    transition: all 0.3s;
}

.size-option input:checked + span {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.size-option:hover span {
    border-color: #999;
}

.color-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.color-option {
    position: relative;
    cursor: pointer;
}

.color-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.color-circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform 0.3s;
}

.color-option input:checked + .color-circle {
    transform: scale(1.2);
    border: 1px solid #000;
    box-shadow: none;
}

/* Стили для основного содержимого каталога */
.catalog-main {
    flex: 1; /* Занимает все оставшееся пространство */
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.catalog-title {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 32px;
    margin: 0;
}

.catalog-filters {
    display: flex;
    align-items: center;
}

.catalog-filter-item select {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
    min-width: 180px;
}

.catalog-view-toggle {
    display: flex;
    margin-left: 16px;
}

.view-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    color: #999;
    transition: all 0.3s;
}

.view-btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.view-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}

.view-btn.active {
    background-color: #f5f5f5;
    color: #000;
}

.view-btn:hover {
    color: #000;
}

/* Обновленные стили товаров в каталоге */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.catalog-item {
    position: relative;
    padding-bottom: 40px;
    border: none;
    background-color: #fff;
}

/* Убираем эффекты при наведении */
.catalog-item:hover {
}

.catalog-item-img {
    position: relative;
    overflow: hidden;
}

.catalog-item-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    gap: 5px;
}

.tag {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-family: 'Suisse Intl Med', sans-serif;
    border-radius: 4px;
}

.tag-new {
    background-color: #2ecc71;
    color: #fff;
}

.tag-sale {
    background-color: #e74c3c;
    color: #fff;
}

.catalog-item-category {
    color: #999;
    font-size: 14px;
    margin-bottom: 4px;
}

.price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
    font-size: 14px;
}

.price-current {
    font-family: 'Suisse Intl Med', sans-serif;
    color: #e74c3c;
}

.quick-view-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
}

.catalog-item:hover .quick-view-btn {
    opacity: 1;
    visibility: visible;
}

.quick-view-btn:hover {
    background-color: #333;
}

/* Стили для списочного вида товаров */
.catalog-grid.list-view {
    grid-template-columns: 1fr;
}

.catalog-grid.list-view .catalog-item {
    display: flex;
    padding-bottom: 0;
    border: none;
}

.catalog-grid.list-view .catalog-item-img {
    width: 200px;
    flex-shrink: 0;
}

.catalog-grid.list-view .catalog-item-info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-grid.list-view .quick-view-btn {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 16px;
    align-self: flex-start;
    display: inline-block;
}

/* Медиа-запросы для адаптивности каталога */
@media (max-width: 1200px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-card {
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 992px) {
    .catalog-wrap {
        flex-direction: column;
    }
    
    .catalog-sidebar {
        width: 100%;
    }
    
    .sidebar-block {
        margin-bottom: 20px;
    }
    
    .category-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }
    
    .catalog-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .catalog-filters {
        margin-top: 16px;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .category-card {
        width: 100%;
    }
}

/* Стили для карточек товаров */
.dashboard-graph-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 280px;
}

/* Убираем эффекты при наведении */
.dashboard-graph-item:hover {
}

.dashboard-graph-item a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.dashboard-graph-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #fff;
    z-index: 2;
    padding-right: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Обновленные стили для слайдера акций */
.promo-slider {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.promo-slider-container {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.promo-slider-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.promo-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ff3e1d;
    color: #fff;
}

.promo-slide.active {
    opacity: 1;
    z-index: 2;
}

.promo-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.promo-slide-content {
    display: flex;
    height: 100%;
    align-items: center;
}

.promo-slide-text {
    flex: 1;
    padding: 0 50px;
    z-index: 2;
    position: relative;
}

.promo-slide-text h2 {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.promo-slide-text p {
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 450px;
    line-height: 1.4;
}

.promo-slide-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #fff;
    color: #ff3e1d;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.promo-slide-link:hover .promo-slide-button {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Специальные стили для слайда с котиком */
.cat-slide {
    background: linear-gradient(90deg, #ff3e1d 0%, #ff3e1d 50%, transparent 50.01%, transparent 100%);
}

@media (max-width: 992px) {
    .cat-slide {
        background: linear-gradient(180deg, #ff3e1d 0%, #ff3e1d 60%, transparent 60.01%, transparent 100%);
    }
}

/* Обновленные настройки изображения для слайдера */
.promo-slide-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.promo-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.promo-slider-dots {
    display: flex;
    gap: 8px;
}

.promo-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.promo-slider-dot.active {
    background-color: #fff;
    transform: scale(1.2);
}

.promo-slider-arrow {
    display: none;
}

/* Новые стили для стрелок управления слайдером */
.promo-slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #333;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 50;
    transition: all 0.3s ease;
    opacity: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.promo-slider-container:hover .promo-slider-control {
    opacity: 1;
}

.promo-slider-control.prev {
    left: 10px; /* Изменено с -50px на 10px для нахлеста */
}

.promo-slider-control.next {
    right: 10px; /* Изменено с -50px на 10px для нахлеста */
}

.promo-slider-control:hover {
    background-color: #f5f5f5;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    .promo-slider-control.prev {
        left: 10px; /* Изменено для согласованности */
    }
    
    .promo-slider-control.next {
        right: 10px; /* Изменено для согласованности */
    }
}

@media (max-width: 992px) {
    .promo-slider-control.prev {
        left: 10px; /* Изменено для согласованности */
    }
    
    .promo-slider-control.next {
        right: 10px; /* Изменено для согласованности */
    }
}

@media (max-width: 768px) {
    .promo-slider-control.prev {
        left: 10px; /* Изменено для согласованности */
    }
    
    .promo-slider-control.next {
        right: 10px; /* Изменено для согласованности */
    }
}

@media (max-width: 576px) {
    .promo-slider-control.prev {
        left: 10px; /* Изменено для согласованности */
    }
    
    .promo-slider-control.next {
        right: 10px; /* Изменено для согласованности */
    }
}

/* Адаптивные стили для слайдера */
@media (max-width: 992px) {
    .promo-slider-wrapper {
        height: 300px;
    }
    
    .promo-slide-content {
        flex-direction: column;
    }
    
    .promo-slide-text {
        width: 100%;
        padding: 30px 30px 150px;
        text-align: center;
    }
    
    .promo-slide-text p {
        margin: 0 auto 20px;
    }
    
    .promo-slide-image {
        position: absolute;
        width: 100%;
        height: 150px;
        right: 0;
        top: auto;
        bottom: 0;
    }
    
    .promo-slider-control {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    
    .promo-slider-control.prev {
        left: 10px;
    }
    
    .promo-slider-control.next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .promo-slider-wrapper {
        height: 300px;
    }
    
    .promo-slide-text {
        padding: 30px 20px 150px;
    }
    
    .promo-slide-text h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .promo-slide-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .promo-slide-image {
        height: 150px;
    }
    
    .promo-slider-control {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    
    .promo-slider-control.prev {
        left: 10px;
    }
    
    .promo-slider-control.next {
        right: 10px;
    }
}

@media (max-width: 576px) {
    .promo-slider-wrapper {
        height: 300px;
    }
    
    .promo-slide-text {
        padding: 25px 15px 150px;
    }
    
    .promo-slide-text h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .promo-slide-text p {
        font-size: 14px;
        margin-bottom: 12px;
        max-width: 100%;
    }
    
    .promo-slide-button {
        padding: 10px;
        font-size: 14px;
    }
    
    .promo-slide-image {
        height: 150px;
    }
    
    .promo-slider-nav {
        padding: 8px 0;
    }
    
    .promo-slider-control {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    
    .promo-slider-control.prev {
        left: 10px;
    }
    
    .promo-slider-control.next {
        right: 10px;
    }
}

/* Стили для изображения с котиком */
.cat-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

.cat-image img {
    object-fit: contain;
    max-width: 90%;
    height: auto;
}

@media (max-width: 992px) {
    .cat-image {
        justify-content: center;
        padding-right: 0;
    }
    
    .cat-image img {
        max-width: 70%;
    }
}

/* Специальные стили для слайда с контентом */
.cat-slide {
    background: linear-gradient(90deg, #ff3e1d 0%, #ff3e1d 50%, #ff3e1d 50.01%, #ff3e1d 100%);
}

/* Обновленные настройки для контента слайда */
.promo-slide-content {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

.promo-slide-text {
    width: 50%;
    padding: 0 50px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Обновленные настройки для изображения */
.promo-slide-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.promo-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 992px) {
    .promo-slide-content {
        flex-direction: column;
    }
    
    .promo-slide-text {
        width: 100%;
        padding: 30px 30px 150px;
        text-align: center;
    }
    
    .promo-slide-image {
        width: 100%;
        height: 150px;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

/* Обновленные стили для кнопки слайдера */
.promo-slide-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #fff;
    color: #ff3e1d;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 15px;
}

.promo-slide-link:hover .promo-slide-button {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .promo-slide-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Стили для страницы профиля */
.profile-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.profile-header {
    margin-bottom: 30px;
}

.profile-title {
    font-size: 32px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
    margin-bottom: 10px;
}

.profile-subtitle {
    font-size: 16px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #666;
}

.profile-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.profile-tab {
    padding: 15px 20px;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.profile-tab:hover {
    color: #ff3e1d;
}

.profile-tab.active {
    color: #ff3e1d;
    border-bottom-color: #ff3e1d;
}

.profile-content {
    margin-bottom: 50px;
}

.profile-tab-content {
    display: none;
}

.profile-tab-content.active {
    display: block;
}

.profile-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.profile-card-header {
    margin-bottom: 25px;
}

.profile-card-header h2 {
    font-size: 24px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
    margin-bottom: 8px;
}

.profile-card-header p {
    font-size: 14px;
    color: #666;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.profile-form .form-group {
    margin-bottom: 20px;
}

.profile-form label {
    display: block;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.profile-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Suisse Intl Reg', sans-serif;
    color: #333;
    transition: border-color 0.3s ease;
}

.profile-form .form-control:focus {
    border-color: #ff3e1d;
    outline: none;
}

.profile-form .form-row {
    display: flex;
    gap: 15px;
}

.profile-form .form-group.half {
    flex: 1;
}

.profile-form .form-error {
    color: #e53935;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.profile-form .form-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ff3e1d;
    color: #fff;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #e53935;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

.btn-danger {
    display: inline-block;
    padding: 12px 25px;
    background-color: #e53935;
    color: #fff;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-danger:hover {
    background-color: #c62828;
}

.status-message {
    padding: 10px 15px;
    background-color: #e8f5e9;
    border-radius: 6px;
    color: #2e7d32;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
}

.email-verification {
    margin-top: 10px;
    padding: 15px;
    background-color: #fff3e0;
    border-radius: 8px;
}

.email-verification p {
    margin-bottom: 10px;
    color: #e65100;
    font-size: 14px;
}

.verification-link {
    color: #ff3e1d;
    text-decoration: underline;
    font-family: 'Suisse Intl Reg', sans-serif;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.verification-sent {
    margin-top: 10px;
    padding: 10px;
    background-color: #e8f5e9;
    border-radius: 6px;
    color: #2e7d32;
    font-size: 14px;
}

.profile-card.delete-account {
    border: 1px solid #ffebee;
    background-color: #fff;
}

.modal-title {
    font-size: 20px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.modal-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

/* Стили для истории заказов */
.orders-list {
    margin-top: 20px;
}

.order-item {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.order-item:hover {
    border-color: #d1d1d1;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.order-number .label,
.order-date .label,
.order-total .label {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.order-number .value,
.order-date .value,
.order-total .value {
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
}

.status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Suisse Intl Med', sans-serif;
}

.status-processing {
    background-color: #e3f2fd;
    color: #1565c0;
}

.status-shipped {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-delivered {
    background-color: #e8f5e9;
    color: #1b5e20;
}

.status-cancelled {
    background-color: #ffebee;
    color: #c62828;
}

.order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-details {
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-details:hover {
    background-color: #e0e0e0;
}

.empty-orders {
    text-align: center;
    padding: 30px 0;
}

.empty-orders p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* Стили для адресов доставки */
.address-add {
    margin-bottom: 20px;
}

.btn-add-address {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background-color: #fff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #666;
    font-size: 16px;
    font-family: 'Suisse Intl Reg', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-add-address:hover {
    border-color: #ff3e1d;
    color: #ff3e1d;
}

.btn-add-address .icon {
    font-size: 20px;
    font-weight: bold;
}

.address-form {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.address-items {
    margin-top: 20px;
}

.address-item {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease;
}

.address-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.address-header h3 {
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #000;
}

.address-actions {
    display: flex;
    gap: 10px;
}

.btn-edit, .btn-delete {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-edit {
    background-color: #f5f5f5;
    color: #333;
}

.btn-edit:hover {
    background-color: #e0e0e0;
}

.btn-delete {
    background-color: #ffebee;
    color: #c62828;
}

.btn-delete:hover {
    background-color: #ffcdd2;
}

.address-details p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.empty-addresses {
    text-align: center;
    padding: 20px 0;
    color: #666;
}

/* Адаптивные стили для профиля */
@media (max-width: 992px) {
    .profile-tabs {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    
    .profile-tab {
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {
    .profile-card {
        padding: 20px;
    }
    
    .profile-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .order-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .btn-details {
        width: 100%;
        text-align: center;
    }
    
    .address-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .profile-title {
        font-size: 26px;
    }
    
    .profile-subtitle {
        font-size: 14px;
    }
    
    .profile-tab {
        padding: 10px;
        font-size: 14px;
    }
    
    .profile-card-header h2 {
        font-size: 20px;
    }
    
    .btn-primary, .btn-secondary, .btn-danger {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Универсальное применение box-sizing */
* {
    box-sizing: border-box;
}

form,
input,
textarea,
select,
button,
.form-control {
    box-sizing: border-box;
}

/* Стили для страницы деталей заказа */
.order-details {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.order-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.order-title {
    font-size: 32px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
}

.back-link {
    display: flex;
    align-items: center;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #ff3e1d;
}

.back-icon {
    margin-right: 8px;
    font-size: 18px;
}

.alert {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #2e7d32;
}

.alert-danger {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

/* Карточки статуса */
.order-status-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.status-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.status-card-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.status-card-header h3 {
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    margin: 0;
}

.status-card-body {
    padding: 20px;
}

.status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-family: 'Suisse Intl Med', sans-serif;
    background-color: #f5f5f5;
    color: #333;
}

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

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

.status-badge.shipped {
    background-color: #e1f5fe;
    color: #0277bd;
}

.status-badge.delivered {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-badge.cancelled {
    background-color: #ffebee;
    color: #c62828;
}

.date-badge {
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
}

/* Карточки информации */
.order-info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.info-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.info-card-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.info-card-header h3 {
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    margin: 0;
}

.info-card-body {
    padding: 20px;
}

.info-card-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    font-family: 'Suisse Intl Reg', sans-serif;
}

/* Карточка товаров */
.order-items-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    overflow: hidden;
}

.order-items-header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.order-items-header h2 {
    font-size: 22px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    margin: 0;
}

.order-items-table-wrapper {
    padding: 0 20px 20px;
    overflow-x: auto;
}

.order-items-table {
    width: 100%;
    border-collapse: collapse;
}

.order-items-table th {
    text-align: left;
    padding: 15px 10px;
    font-size: 14px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #666;
    border-bottom: 1px solid #eee;
}

.order-items-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.order-items-table tbody tr:last-child td {
    border-bottom: 2px solid #eee;
}

.product-cell {
    width: 40%;
}

.price-cell, .quantity-cell {
    text-align: center;
    width: 15%;
    font-size: 15px;
    color: #555;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.total-cell {
    text-align: right;
    width: 15%;
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
}

.product-info {
    display: flex;
    align-items: center;
}

.product-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image .no-image {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.product-details {
    flex-grow: 1;
}

.product-name {
    font-size: 16px;
    font-family: 'Suisse Intl Med', sans-serif;
    margin-bottom: 5px;
}

.product-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: #ff3e1d;
}

.product-sku {
    font-size: 14px;
    color: #888;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.total-label {
    text-align: right;
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    padding-right: 20px;
}

.order-total {
    text-align: right;
    font-size: 22px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #ff3e1d;
}

/* Кнопки действий */
.order-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

/* Адаптивные стили */
@media (max-width: 992px) {
    .order-status-cards,
    .order-info-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .order-details-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .product-cell {
        width: auto;
    }
    
    .product-image {
        width: 60px;
        height: 60px;
    }
    
    .total-label {
        font-size: 16px;
    }
    
    .order-total {
        font-size: 18px;
    }
    
    .order-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .left-actions,
    .right-actions {
        width: 100%;
    }
    
    .right-actions a {
        display: block;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .order-title {
        font-size: 24px;
    }
    
    .order-items-table {
        font-size: 14px;
    }
    
    .product-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-image {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* Стили для страницы списка заказов */
.orders-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.orders-header {
    margin-bottom: 30px;
}

.orders-title {
    font-size: 32px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #000;
}

.empty-orders {
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.empty-orders-icon {
    color: #aaa;
    margin-bottom: 20px;
}

.empty-orders-title {
    font-size: 24px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #333;
    margin-bottom: 10px;
}

.empty-orders-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.empty-orders-action {
    margin-top: 20px;
}

.orders-list {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.orders-table-wrapper {
    overflow-x: auto;
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
}

.orders-table th {
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #666;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.orders-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.orders-table tbody tr:last-child td {
    border-bottom: none;
}

.orders-table tbody tr:hover {
    background-color: #f9f9f9;
}

.order-number {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    color: #333;
}

.order-date {
    color: #666;
    font-size: 14px;
    font-family: 'Suisse Intl Reg', sans-serif;
}

.order-amount {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: right;
}

.order-actions {
    text-align: right;
}

.orders-pagination {
    margin-top: 20px;
}

.orders-pagination nav {
    display: flex;
    justify-content: center;
}

/* Стили для пагинации Laravel */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination li {
    display: inline-block;
}

.pagination li a, 
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination li.active span {
    background-color: #ff3e1d;
    color: white;
}

.pagination li a:hover:not(.active) {
    background-color: #f0f0f0;
}

.pagination li.disabled span {
    color: #ccc;
    cursor: not-allowed;
}

/* Адаптивность для страницы заказов */
@media (max-width: 768px) {
    .orders-title {
        font-size: 28px;
    }
    
    .orders-table th,
    .orders-table td {
        padding: 12px 15px;
    }
    
    .order-actions {
        text-align: center;
    }
    
    .status-badge {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .orders-title {
        font-size: 24px;
    }
    
    .orders-section {
        padding: 30px 0;
    }
    
    .orders-table {
        font-size: 14px;
    }
    
    .empty-orders {
        padding: 30px 15px;
    }
    
    .empty-orders-title {
        font-size: 20px;
    }
    
    .empty-orders-text {
        font-size: 14px;
    }
}

/* Стили для flash-сообщений */
.bg-green-100, .bg-red-100 {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: auto;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    animation: fadeInDown 0.5s ease-out, fadeOut 0.5s ease-out 5s forwards;
}

.bg-green-100 {
    background-color: #edf7ed;
    border: 1px solid #4caf50;
    color: #2e7d32;
}

.bg-red-100 {
    background-color: #fdeded;
    border: 1px solid #ef5350;
    color: #c62828;
}

.bg-green-100 p, .bg-red-100 p {
    margin: 0;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* Стили для orders */
.orders-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

/* Стили для иконки корзины */
.cart-icon-link {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.cart-icon-link:hover {
    color: #ff3e1d;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #ff3e1d;
    color: white;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Стили для header-cart */
.header-cart {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .header-cart {
        margin-right: 15px;
    }
    
    .cart-count {
        width: 20px;
        height: 20px;
        font-size: 11px;
        top: -8px;
        right: -8px;
    }
}

/* Стили для кнопки "Товар в корзине" */
.in-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #4caf50;
    color: white;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
    margin-right: 10px;
    flex-grow: 1;
}

.in-cart-btn:hover {
    background-color: #3d8b40;
    transform: translateY(-2px);
}

/* Обновленные стили для секции действий с товаром */
.product-actions-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.add-to-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #ff3e1d;
    color: white;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    flex-grow: 1;
    height: 48px;
}

.add-to-cart-btn:hover {
    background-color: #e0321d;
    transform: translateY(-2px);
}

.add-to-cart-btn.out-of-stock {
    background-color: #999;
    cursor: not-allowed;
}

.add-to-cart-btn.out-of-stock:hover {
    background-color: #999;
    transform: none;
}

.add-to-favorites-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.add-to-favorites-btn:hover {
    background-color: #f0f0f0;
    color: #ff3e1d;
    transform: scale(1.05);
}

/* Стили для простого селектора количества товара в корзине */
.quantity-select-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-select {
    padding: 6px 10px;
    font-family: 'Suisse Intl Regular', sans-serif;
    font-size: 14px;
    width: 60px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    padding-right: 22px;
    cursor: pointer;
    transition: border-color 0.2s;
    background-color: white;
}

.quantity-select:focus {
    outline: none;
    border-color: #ff3e1d;
}

.quantity-select:hover {
    border-color: #d1d1d1;
}

/* Стили для бейджа категории в карточке товара */
.item-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 6px;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 12px;
    color: #000;
    z-index: 2;
}

/* Убираем эффект при наведении */

/* Стиль для цены в карточке новинок */
.dashboard-graph-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Suisse Intl Bold', sans-serif;
    color: #fff;
    z-index: 2;
}

.dashboard-graph-price .price-current {
    font-size: 28px;
    margin-right: 8px;
}

.dashboard-graph-price .price-old {
    font-size: 14px;
    text-decoration: line-through;
    opacity: 0.8;
}

/* Обновляем позицию текста в карточке новинок */
.dashboard-graph-text {
    position: absolute;
    bottom: 60px;
    left: 20px;
    font-size: 18px;
    font-family: 'Suisse Intl Med', sans-serif;
    color: #fff;
    z-index: 2;
}

/* Стили для страниц авторизации и регистрации */
.auth-section {
    padding: 60px 0;
    background-color: #fff;
    min-height: calc(100vh - 144px); /* Учитываем высоту header */
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
}

.auth-content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.auth-title {
    font-family: 'Suisse Intl Bold', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #000;
}

.auth-subtitle {
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 0;
}

.auth-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 40px;
}

.auth-form .form-group {
    margin-bottom: 25px;
}

.auth-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 16px;
    color: #000;
}

.auth-form .form-control {
    width: 100%;
    height: 50px;
    padding: 10px 16px;
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    transition: all 0.3s;
}

.auth-form .form-control:focus {
    border-color: #ff3e1d;
    outline: none;
}

.auth-form .is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff !important;
}

.auth-form .form-error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.auth-form .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.auth-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #eaeaea;
    appearance: none;
    position: relative;
}

.auth-form .form-check-input:checked::before {
    content: "✓";
    position: absolute;
    top: -3px;
    left: 3px;
    color: #ff3e1d;
    font-size: 16px;
}

.auth-form .form-check-label {
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.auth-form .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.auth-form .btn-primary {
    min-width: 180px;
    border: 1px solid #ff3e1d;
    box-shadow: none;
}

.auth-form .forgot-password {
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}

.auth-form .forgot-password:hover {
    color: #ff3e1d;
    border-bottom: 1px solid #ff3e1d;
}

.auth-links {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auth-links p {
    font-family: 'Suisse Intl Reg', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.auth-link {
    font-family: 'Suisse Intl Med', sans-serif;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}

.auth-link:hover {
    color: #ff3e1d;
    border-bottom: 1px solid #ff3e1d;
}

@media (max-width: 768px) {
    .auth-section {
        padding: 40px 0;
    }
    
    .auth-card {
        padding: 30px;
    }
    
    .auth-title {
        font-size: 28px;
    }
    
    .auth-subtitle {
        font-size: 16px;
    }
    
    .auth-form .form-actions {
        flex-direction: column;
        gap: 20px;
    }
    
    .auth-form .btn-primary {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .auth-section {
        padding: 30px 0;
    }
    
    .auth-card {
        padding: 20px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .auth-form label {
        font-size: 15px;
    }
    
    .auth-form .form-control {
        height: 45px;
    }
}

.form-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.form-header h2 {
    font-family: 'Suisse Intl Med', sans-serif;
    font-size: 22px;
    color: #000;
    margin: 0;
}

/* Глобальные стили для минималистичного дизайна с бордерами */
.cart-summary,
.profile-card,
.order-item,
.address-item,
.status-card,
.info-card,
.order-items-card,
.product-main-image,
.quick-view-btn,
.btn-primary,
.btn-secondary,
.btn-danger,
.btn-details,
.checkout-btn,
.continue-shopping,
.cart-clear-btn,
.add-to-cart-btn,
.add-to-favorites-btn,
.submit-review-btn,
.price-button {
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
}

/* Для карточек товаров, обзоров и прочих элементов */
.catalog-item,
.review-item,
.category-card,
.promo-item {
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
    transition: border-color 0.3s ease !important;
}

.catalog-item:hover,
.review-item:hover,
.category-card:hover,
.collection-lent-item:hover,
.promo-item:hover {
    box-shadow: none !important;
    border-color: #d1d1d1 !important;
}

/* Для кнопок */
.btn-primary,
.btn-secondary,
.btn-danger,
.checkout-btn,
.continue-shopping,
.cart-clear-btn,
.add-to-cart-btn,
.add-to-favorites-btn,
.submit-review-btn,
.price-button {
    box-shadow: none !important;
}

.btn-primary,
.checkout-btn,
.add-to-cart-btn,
.submit-review-btn {
    border: 1px solid #ff3e1d !important;
}

.btn-secondary,
.continue-shopping {
    border: 1px solid #eaeaea !important;
}

.btn-danger,
.cart-clear-btn {
    border: 1px solid #dc3545 !important;
}

/* Стили для форм и полей ввода */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
select,
textarea {
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.3s !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    border-color: #ff3e1d !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Стили для ссылок */
a {
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

a:hover {
    text-decoration: none !important;
}

/* Убираем тени у дропдаунов и меню */
.dropdown-menu,
.navbar-dropdown,
.popover,
.tooltip {
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
}