.t-menu-base__imglogo,
.t-menu-base__imglogomobile {
    transform: scale(3); /* Измените значение по необходимости */
    transform-origin: left center; /* Масштабирование от левого края */
}

.t-menu-base__list,
.t-menu__list {
    justify-content: center !important; /* Центрируем меню */
    margin: 0 auto !important;
    width: 100% !important;
}

/* Элементы иконок */
.t-sociallinks__item {
    transition: transform 0.3s ease !important;
    position: relative !important;
    border-radius: 50% !important;
}

/* Эффект поднятия при наведении */
.t-sociallinks__item:hover {
    transform: translateY(-4px) !important;
}
/* Глубокая сочная персиковая кнопка (основная) */
.js-store-prod-btn.t-store__card__btn,
.t-btnflex.t-btnflex_type_button {
    background: linear-gradient(135deg, #FFE0C2 0%, #FFA85C 100%);
    color: #000000 !important;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: 'Kazimir', sans-serif;
    min-width: 160px;
    box-shadow: 
        0 4px 15px rgba(255, 168, 92, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 4px rgba(230, 120, 40, 0.2);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.js-store-prod-btn.t-store__card__btn:hover,
.t-btnflex.t-btnflex_type_button:hover {
    background: linear-gradient(135deg, #FFA85C 0%, #FF8C29 100%);
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(255, 140, 41, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(200, 100, 30, 0.3);
}

/* Глубокая сочная оливковая кнопка (вторичная) */
.js-store-prod-btn2.t-store__card__btn,
.t-btnflex.t-btnflex_type_button2 {
    background: linear-gradient(135deg, #D8DBC6 0%, #8A8E6E 100%);
    color: #000000 !important;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: 'Kazimir', sans-serif;
    min-width: 160px;
    box-shadow: 
        0 4px 15px rgba(138, 142, 110, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 4px rgba(110, 115, 90, 0.2);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.js-store-prod-btn2.t-store__card__btn:hover,
.t-btnflex.t-btnflex_type_button2:hover {
    background: linear-gradient(135deg, #8A8E6E 0%, #6E7258 100%);
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(110, 114, 88, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(90, 95, 75, 0.3);
}

/* Общие эффекты - глубже и сочнее */
.js-store-prod-btn.t-store__card__btn::after,
.t-btnflex.t-btnflex_type_button::after,
.js-store-prod-btn2.t-store__card__btn::after,
.t-btnflex.t-btnflex_type_button2::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), /* Ярче блеск */
        transparent);
    transition: left 0.7s;
}

.js-store-prod-btn.t-store__card__btn:hover::after,
.t-btnflex.t-btnflex_type_button:hover::after,
.js-store-prod-btn2.t-store__card__btn:hover::after,
.t-btnflex.t-btnflex_type_button2:hover::after {
    left: 100%;
}

/* Активные состояния - глубина при нажатии */
.js-store-prod-btn.t-store__card__btn:active,
.t-btnflex.t-btnflex_type_button:active,
.js-store-prod-btn2.t-store__card__btn:active,
.t-btnflex.t-btnflex_type_button2:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.3),
        inset 0 3px 6px rgba(0, 0, 0, 0.2),
        inset 0 -1px 2px rgba(255, 255, 255, 0.4);
}


/* Цена обводка */
.js-store-price-wrapper.t-store__card__price-wrapper {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    background: transparent;
}

.js-store-prod-price {
    font-weight: bold;
    margin: 0;
}

.t-store__card__textwrapper {
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,248,248,0.9) 100%);
    border-radius: 20px;
    padding: 12px 16px;
    border: 1px solid #ECECEC;
}

.js-product.t-store__card.t-store__card_in-column.t-store__card_fixed-width.t-store__card_verticalAlign_middle.t-align_center.t-item {
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,248,248,0.9) 100%);
    border-radius: 20px;
    border: 0,5px solid #000000;
}

 /* карточка с всяким */

 .t-feed__col-grid__post-wrapper {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(245, 245, 245, 0.9);
    border-radius: 20px;
    border: 1px solid rgba(220, 220, 220, 0.8);
}

/* Мобилки  */
@media (max-width: 400px) {
  /* Убираем margin-right у родительского контейнера */
  .t-store__card__imgwrapper_column {
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}