/* custom.css loaded */
:root { --oc-custom-css: loaded; }



/* =============================================================================
   CUSTOM CSS — Otherswear (Journal 3)
   Версия: 3.0 (полная, с правками каталога и центрированием)
   Дата: 11.02.2026
   =============================================================================
   СОДЕРЖАНИЕ:
   01. Базовые стили
   02. Шапка и навигация
   03. Категории и каталог (в т.ч. блок «Оберіть категорію»)
   04. Карточка товара
   05. Корзина
   06. Оформление заказа
   07. Футер
   08. Попапы и модалки
   09. Hover-эффекты
   10. Мобильные адаптации
   11. Анимации
   12. Особистий кабінет
   13. Прочее (описание товара, контейнер главной, чекаут, розмірна сітка)
   ============================================================================= */




/* =============================================================================
   01. БАЗОВЫЕ СТИЛИ
   ============================================================================= */

html, body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html:not(.popup) .global-wrapper {
    position: relative;
}

.tooltip {
    position: fixed !important;
}




/* =============================================================================
   02. ШАПКА И НАВИГАЦИЯ
   ============================================================================= */

.header-compact .mobile-top-bar .language-title,
.header-compact .top-bar .language-title {
    color: #545454 !important;
}

.top-menu-638 a[href="https://t.me/otherswear"] .links-text {
    position: relative;
    padding-left: 26px;
}
.top-menu-638 a[href="https://t.me/otherswear"] .links-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/image/catalog/Icons/tg.svg') no-repeat center / 18px;
}

.top-menu-638 a[href*="route=information/contact"] .links-text {
    position: relative;
    padding-left: 26px;
}
.top-menu-638 a[href*="route=information/contact"] .links-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/image/catalog/Icons/emailcheck.svg') no-repeat center / 18px;
}

.top-menu-638 a[href*="route=account/order"] .links-text {
    position: relative;
    padding-left: 26px;
}
.top-menu-638 a[href*="route=account/order"] .links-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/image/catalog/Icons/receipt.svg') no-repeat center / 18px;
}

.top-menu-632 a[href*="instagram.com/otherswear"] .links-text {
    position: relative;
    padding-left: 26px;
}
.top-menu-632 a[href*="instagram.com/otherswear"] .links-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/image/catalog/Icons/insta.svg') no-repeat center / 18px;
}

.top-bar .j-menu > li > a {
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    display: inline-block !important;
}
.top-bar .j-menu > li > a:hover {
    transform: scale(1.08) !important;
    opacity: 0.85 !important;
}




/* =============================================================================
   03. КАТЕГОРИИ И КАТАЛОГ
   ============================================================================= */

/* ---- Описание категории (страница категории) ---- */
.category-fade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.35) 30%,
        rgba(255,255,255,0.75) 60%,
        #ffffff 100%);
    pointer-events: none;
}

.category-description > a.block-expand.btn {
    background: #ffffff !important;
    border: 1px solid rgba(241, 235, 228, 1) !important;
    border-radius: 999px !important;
    padding: 5px 8px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* ---- Блок «Оберіть категорію» — круглые картинки, без фона, название внизу ---- */
.category-grid.auto-grid .auto-grid-items .category-layout,
.category-grid .category-layout {
    min-width: 200px !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.category-layout:hover {
    opacity: 1 !important;
}

.category-layout .category-thumb {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transition: transform 0.25s ease !important;
}

.category-layout .category-thumb .image,
.category-layout .category-thumb .image a {
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    max-width: 140px !important;
    max-height: 140px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: block !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease !important;
}

.category-layout:hover .category-thumb .image,
.category-layout:hover .category-thumb .image a {
    transform: scale(1.04) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}

.category-layout .category-thumb .image img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    transition: transform 0.4s ease !important;
}

.category-layout:hover .category-thumb .image img {
    transform: scale(1.06) !important;
}

/* Убрать ободок при наведении */
.category-layout:hover .category-thumb,
.category-layout .category-thumb:hover,
.category-layout:hover .category-thumb .image,
.category-layout:hover .category-thumb .image a,
.category-layout .category-thumb .image:hover,
.category-layout .category-thumb .image a:hover {
    border: none !important;
    outline: none !important;
}

.category-layout:hover .category-thumb .image,
.category-layout:hover .category-thumb .image a {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}

/* Подпись под кругом — по центру */
.category-layout .category-thumb .caption {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
    padding: 14px 8px 0 !important;
    margin: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.category-layout .category-thumb .caption .name {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;
}

.category-layout .category-thumb .caption .name a {
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    color: #2c2c2c !important;
    text-align: center !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: color 0.2s ease !important;
}

.category-layout .category-thumb .caption .name a:hover {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.category-layout:hover .category-thumb .caption .name a {
    color: #1a1a1a !important;
}

/* Скрыть оверлей и лишние элементы */
.category-layout .category-thumb .caption .description,
.category-layout .category-thumb .caption .button-group {
    display: none !important;
}
.category-layout .category-thumb .image .category-text,
.category-layout .category-thumb .image .name,
.category-layout .category-thumb .image [class*="overlay"],
.category-layout .category-thumb .image [class*="caption"] {
    display: none !important;
}

.category-grid.auto-grid .auto-grid-items {
    gap: 28px !important;
}










/* ---- Общие стили категорий (сетки на странице категории и т.д.) ---- */
.category-layout,
.category-layout * {
    -webkit-tap-highlight-color: transparent !important;
}
.category-layout {
    cursor: pointer !important;
}

/* Круглые иконки в accordion-меню */
.accordion-menu-item .menu-image img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

/* Модуль товаров 867 — кнопка «Показать больше» */
.module-products-867 {
    position: relative;
}
.module-products-867 .title-main .module-title {
    display: none !important;
}
.module-products-867 .title-main .title-inline-btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex !important;
    white-space: nowrap;
    z-index: 10;
}
.module-products-867 .module-body {
    margin-bottom: 120px;
}

.module-products-867 .title-inline-btn {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    color: rgb(60, 50, 40) !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
}

.ias-trigger.ias-trigger-next {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 0 !important;
}
.ias-trigger-next > a.btn {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    color: rgb(60, 50, 40) !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.module-text-1054 {
    text-align: center !important;
}
.module-text-1054 .module-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    letter-spacing: 2px !important;
    color: #283233 !important;
    cursor: pointer !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
    border: none !important;
    text-decoration: none !important;
}
.module-text-1054 .module-title::before,
.module-text-1054 .module-title::after {
    display: none !important;
    content: none !important;
}
.module-text-1054 .module-title:hover {
    transform: scale(1.1) !important;
}
.module-text-1054 .module-title.typed {
    text-shadow: 0 2px 4px rgba(40, 50, 51, 0.15), 0 4px 12px rgba(40, 50, 51, 0.1) !important;
}




/* =============================================================================
   04. КАРТОЧКА ТОВАРА
   ============================================================================= */

#product .product-options .radio label {
    border-radius: 50% !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
#product .product-options .option-wrapper.push-option-image {
    border-radius: 50% !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.10) !important;
    transition: all 0.2s ease;
}
#product .product-options .option-wrapper.push-option-image:hover {
    border-color: rgba(0,0,0,0.35) !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
}
#product .product-options input[type="radio"]:checked + .option-wrapper.push-option-image {
    border: 1px solid rgba(0,0,0,0.55) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18) !important;
    border-radius: 50% !important;
}

#product-product .product-info .product-details .product-options .push-option label input:checked + .push-option-image.option-wrapper,
.route-product-product .product-info .product-details .product-options .push-option label input:checked + .push-option-image.option-wrapper {
    border: 1px solid #283233 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.04) !important;
    transition: transform 0.2s ease !important;
}
#product-product .product-info .product-details .product-options .push-option input:checked + .option-wrapper:not(.push-option-image),
.route-product-product .product-info .product-details .product-options .push-option input:checked + .option-wrapper:not(.push-option-image) {
    transform: scale(1.08) !important;
    transition: transform 0.2s ease !important;
}

.product_extra-1087 .block-expand-overlay {
    height: 90px !important;
    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(255,255,255,0.6) 30%,
        rgba(255,255,255,0.95) 60%,
        var(--expand-overlay, #fff) 100%) !important;
}
.product_extra-1087 .expand-content.block-expanded .block-expand-overlay {
    background: none !important;
}
.product_extra-1087 a.block-expand.btn {
    background: #ffffff !important;
    border: 1px solid rgba(241, 235, 228, 1) !important;
    border-radius: 999px !important;
    padding: 5px 8px !important;
    display: inline-flex !important;
    align-items: center !important;
}

#product-compare .alert i.fa.fa-check-circle {
    font-style: normal;
    font-size: 0;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    top: 5px;
}
#product-compare .alert i.fa.fa-check-circle::before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    border-right: 2px solid #7acb89;
    border-bottom: 2px solid #7acb89;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}




/* =============================================================================
   05. КОРЗИНА
   ============================================================================= */

.mobile-cart-content-wrapper.cart-content {
    height: 45vh !important;
    top: 7.5vh !important;
    bottom: auto !important;
    border-radius: 16px 0 0 16px !important;
    overflow: hidden !important;
}

.mobile-cart-content-container small::before {
    content: "-" !important;
    opacity: .5;
}

div.cart-content .cart-buttons .btn-cart.btn,
.mobile-cart-content-wrapper .cart-buttons .btn-cart.btn {
    background: rgb(240, 236, 230) !important;
    border: 1px solid rgba(200, 190, 175, 0.5) !important;
    border-radius: 10px !important;
    color: rgb(80, 70, 60) !important;
    font-weight: 400 !important;
    transition: all 0.2s ease !important;
}
div.cart-content .cart-buttons .btn-cart.btn:hover,
.mobile-cart-content-wrapper .cart-buttons .btn-cart.btn:hover {
    background: rgb(235, 230, 222) !important;
}

html div.cart-content .cart-buttons .btn-checkout.btn,
html .mobile-cart-content-wrapper .cart-buttons .btn-checkout.btn {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    color: rgb(80, 70, 60) !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}
html div.cart-content .cart-buttons .btn-checkout.btn:hover,
html .mobile-cart-content-wrapper .cart-buttons .btn-checkout.btn:hover {
    background: linear-gradient(180deg, rgb(220, 210, 195) 0%, rgb(205, 195, 180) 100%) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}




/* =============================================================================
   06. ОФОРМЛЕНИЕ ЗАКАЗА
   ============================================================================= */

.quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) {
    display: none !important;
}
.table.table-bordered tfoot tr:nth-child(1) {
    display: none !important;
}

.checkout-section.shipping-payment .section-shipping .section-body {
    position: relative;
}
@media (min-width: 769px) {
    .checkout-section.shipping-payment .section-shipping .section-body::before {
        content: "";
        position: absolute;
        left: 33%;
        transform: translateX(-50%);
        bottom: 76px;
        width: 70px;
        height: 26px;
        background: url('/image/catalog/pngicons/nova-post.png') no-repeat center / contain;
    }
}

.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label span i,
.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label span svg,
.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label span img,
.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label span::before {
    display: none !important;
}
.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.checkout-section.shipping-payment .section-payment .section-body > div:first-child .radio label::before {
    content: '' !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background: url('/image/catalog/Icons/logo-liqpay-symbol.svg') no-repeat center / contain !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}

.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label span i,
.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label span svg,
.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label span img,
.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label span::before {
    display: none !important;
}
.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.checkout-section.shipping-payment .section-payment .section-body > div:nth-child(2) .radio label::before {
    content: '' !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background: url('/image/catalog/Icons/novaicon.svg') no-repeat center / contain !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}

.checkout-same-address,
.checkout-payment-details.payment-lqp {
    display: none !important;
}

.route-checkout-checkout #button-confirm.btn,
.route-checkout-checkout #quick-checkout-button-confirm.btn {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    color: rgb(80, 70, 60) !important;
    font-weight: 500 !important;
    padding: 14px 30px !important;
    font-size: 15px !important;
    transition: all 0.2s ease !important;
}
.route-checkout-checkout #button-confirm.btn:hover,
.route-checkout-checkout #quick-checkout-button-confirm.btn:hover {
    background: linear-gradient(180deg, rgb(220, 210, 195) 0%, rgb(205, 195, 180) 100%) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(1) {
    display: none !important;
}
body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) {
    display: table-row !important;
}
body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) td {
    border: none !important;
    border-top: 1px solid #f0ebe5 !important;
    font-weight: 500 !important;
    padding: 16px 8px !important;
}
body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) td:first-child strong {
    visibility: hidden !important;
    position: relative !important;
}
body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) td:first-child strong::before {
    content: "Всього:" !important;
    visibility: visible !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
body .quick-checkout-wrapper table tfoot tr td:first-child {
    text-align: left !important;
}
body .quick-checkout-wrapper table tfoot tr td:last-child {
    text-align: right !important;
}

body .quick-checkout-wrapper table.table.table-bordered tbody tr .td-image {
    width: 80px !important;
    min-width: 80px !important;
    padding: 8px !important;
}
body .quick-checkout-wrapper table.table.table-bordered tbody tr .td-image a {
    display: block !important;
    line-height: 0 !important;
}
body .quick-checkout-wrapper table.table.table-bordered tbody tr .td-image img.img-thumbnail {
    width: 64px !important;
    height: 80px !important;
    object-fit: cover !important;
    object-position: top center !important;
}




/* =============================================================================
   07. ФУТЕР
   ============================================================================= */

footer .grid-row:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
footer .grid-row:first-child .grid-rows {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
footer .grid-row:first-child .grid-items {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
footer .module-info_blocks {
    padding: 0 !important;
    margin: 0 !important;
}
footer .module-info_blocks .module-body {
    padding: 0 !important;
}
footer .module-info_blocks .module-item {
    display: flex !important;
    align-items: center !important;
}




/* =============================================================================
   08. ПОПАПЫ И МОДАЛКИ
   ============================================================================= */

.module-notification-137 {
    background: rgba(247, 243, 238, 0.35) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    margin: 16px !important;
}
.module-notification-137 .notification-close {
    background: rgba(220, 210, 194, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px !important;
}
.notification-wrapper-bottom {
    background: transparent !important;
}

.bottom-menu,
.bottom-menu-266 {
    background: rgba(255, 255, 255, 0.75) !important;
    border-top: 1px solid rgba(230, 225, 220, 0.4) !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06) !important;
}
.bottom-menu *,
.bottom-menu-266 * {
    background: transparent !important;
}

.module-form-198 .module-body {
    background: linear-gradient(145deg, #ffffff 0%, #f8f5f0 100%) !important;
    border: 1px solid rgba(220, 213, 206, 0.6) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    padding: 20px !important;
}
.module-form-198 input[type="text"],
.module-form-198 input[type="email"],
.module-form-198 input[type="tel"],
.module-form-198 select,
.module-form-198 textarea {
    background: #ffffff !important;
    border: 1px solid rgba(200, 190, 175, 0.5) !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    transition: border-color 0.2s ease !important;
}
.module-form-198 input:focus,
.module-form-198 select:focus,
.module-form-198 textarea:focus {
    border-color: rgba(160, 150, 135, 0.7) !important;
    box-shadow: 0 0 0 3px rgba(200, 190, 175, 0.2) !important;
    outline: none !important;
}
.module-form-198 button[type="submit"],
.module-form-198 .form-group .btn {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    color: rgb(80, 70, 60) !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
    transition: all 0.2s ease !important;
}
.module-form-198 label {
    color: #5a5550 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.j-popup select.form-control,
.popup-wrapper select.form-control {
    line-height: 28px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}




/* =============================================================================
   09. HOVER-ЭФФЕКТЫ
   ============================================================================= */

@media (min-width: 992px) {
    .auto-grid-items {
        padding-top: 10px !important;
    }
    .category-layout {
        transition: transform 0.2s ease !important;
    }
    .category-layout:hover {
        transform: translateY(-3px) !important;
    }
}

.module-info_blocks .module-item.info-blocks {
    transition: transform 0.3s ease;
}
.module-info_blocks .module-item.info-blocks:hover {
    transform: translateY(-4px);
}
.module-info_blocks .module-item.info-blocks i {
    transition: transform 0.3s ease;
    display: inline-block;
}
.module-info_blocks .module-item.info-blocks:hover i {
    transform: scale(1.15);
}

.icons-menu-61 .icons-menu-item a {
    transition: transform 0.3s ease !important;
}
.icons-menu-61 .icons-menu-item a:hover {
    transform: scale(1.15) !important;
}

.icons-menu-228 .icons-menu-item a {
    transition: transform 0.3s ease !important;
}
.icons-menu-228 .icons-menu-item a:hover {
    transform: scale(1.1) !important;
}

.grid-module-footer-5-1-2 .links-menu-item a,
.grid-module-footer-5-2-1 .module-subitem a {
    transition: transform 0.2s ease, color 0.2s ease !important;
}
.grid-module-footer-5-1-2 .links-menu-item a:hover,
.grid-module-footer-5-2-1 .module-subitem a:hover {
    transform: translateX(4px) !important;
    color: #2a2a25 !important;
}

.module-banners_grid-1092 .module-item {
    overflow: hidden !important;
    border-radius: 12px !important;
}
.module-banners_grid-1092 .slide-content-video {
    overflow: hidden !important;
}
.module-banners_grid-1092 .slide-content-video video,
.module-banners_grid-1092 .slide-content img {
    transition: transform 0.6s ease !important;
}
.module-banners_grid-1092 .module-item:hover .slide-content-video video,
.module-banners_grid-1092 .module-item:hover .slide-content img {
    transform: scale(1.15) !important;
}

.module-slideshow .slide-button-group .btn.slide-button-1 {
    background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
    border: 1px solid rgba(190, 180, 165, 0.4) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    color: rgb(60, 50, 40) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}
.module-slideshow .slide-button-group .btn.slide-button-1:hover {
    background: linear-gradient(180deg, rgb(220, 210, 195) 0%, rgb(205, 195, 180) 100%) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px) !important;
}

.module-banners_grid-1092 .slide-button-group .btn,
.module-banners_grid-1092 .btn.slide-button-1,
.module-banners_grid-1092 .slide-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    transform: none !important;
}
.module-banners_grid-1092 .slide-button-group .btn:hover,
.module-banners_grid-1092 .btn.slide-button-1:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}




/* =============================================================================
   10. МОБИЛЬНЫЕ АДАПТАЦИИ
   ============================================================================= */

@media (max-width: 991px) {
    .button-group-page {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        background: rgba(247, 243, 238, 0.92) !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }
    .button-group-page .stepper {
        background: rgb(240, 236, 230) !important;
        border: 1px solid rgba(200, 190, 175, 0.5) !important;
        border-radius: 10px !important;
        order: 1 !important;
    }
    .button-group-page .btn-cart {
        background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
        border: 1px solid rgba(190, 180, 165, 0.4) !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
        color: rgb(80, 70, 60) !important;
        font-weight: 600 !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
        order: 2 !important;
        flex: 1 !important;
    }
    .button-group-page .wishlist-toggle,
    .button-group-page [class*="wishlist"] {
        order: 3 !important;
        margin-left: auto !important;
    }
    .category-layout:active .category-thumb {
        border-color: rgba(150, 140, 125, 0.5) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
}

@media (max-width: 768px) {
    .page-title {
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #product-product.container {
        margin-top: 10px !important;
    }
    #product-product .product-details .title.page-title,
    #product-product .product-details [class*="page-title"] {
        display: none !important;
    }
    .checkout-section.shipping-payment .section-shipping .section-body::before {
        content: "";
        position: absolute;
        left: 52%;
        transform: translateX(-50%);
        bottom: 73px;
        width: 60px;
        height: 22px;
        background: url('/image/catalog/pngicons/nova-post.png') no-repeat center / contain;
    }
    body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) td:first-child strong::before {
        font-size: 16px !important;
        position: static !important;
    }
    body .quick-checkout-wrapper table.table.table-bordered tfoot tr:nth-child(2) td:last-child {
        font-size: 16px !important;
    }
    body .quick-checkout-wrapper table.table.table-bordered tbody tr .td-image {
        width: 100px !important;
        min-width: 100px !important;
    }
    body .quick-checkout-wrapper table.table.table-bordered tbody tr .td-image img.img-thumbnail {
        width: 84px !important;
        height: 110px !important;
    }
}

@media (max-width: 767px) {
    .module-products-867 .title-inline-btn {
        bottom: 48px !important;
    }
    footer .grid-row:first-child .grid-items {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .module-notification-137 {
        padding: 12px 16px !important;
        margin: 10px !important;
        border-radius: 12px !important;
    }
    .module-notification-137 .notification-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    .module-notification-137 .notification-close,
    .module-notification-137 .btn {
        padding: 8px 24px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        min-height: 36px !important;
        background: rgba(220, 213, 206, 0.5) !important;
        border: 1px solid rgba(180, 170, 160, 0.3) !important;
        border-radius: 8px !important;
        color: #4a4a45 !important;
    }
    .module-notification-137 .module-body {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 10px !important;
    }
}

.mobile-main-menu-container .grid-items {
    background: transparent !important;
}

@media (min-width: 992px) {
    .product-info .btn-cart,
    .button-group-page .btn-cart,
    .product-right .btn-cart {
        background: linear-gradient(180deg, rgb(230, 220, 205) 0%, rgb(215, 205, 190) 100%) !important;
        border: 1px solid rgba(190, 180, 165, 0.4) !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
        color: rgb(80, 70, 60) !important;
        font-weight: 600 !important;
        transition: all 0.2s ease !important;
    }
    .product-info .btn-cart:hover,
    .button-group-page .btn-cart:hover,
    .product-right .btn-cart:hover {
        background: linear-gradient(180deg, rgb(220, 210, 195) 0%, rgb(205, 195, 180) 100%) !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    }
    .product-info .stepper,
    .button-group-page .stepper,
    .product-right .stepper {
        background: #fff !important;
        border: 1px solid rgba(200, 190, 175, 0.5) !important;
        border-radius: 10px !important;
    }
}




/* =============================================================================
   11. АНИМАЦИИ
   ============================================================================= */

.cart-has-items .cart-heading {
    animation: cartReminder 12s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes cartReminder {
    0%, 90%, 100% { transform: rotate(0deg); }
    92% { transform: rotate(-10deg); }
    94% { transform: rotate(8deg); }
    96% { transform: rotate(-6deg); }
    98% { transform: rotate(3deg); }
}




/* =============================================================================
   12. ОСОБИСТИЙ КАБІНЕТ
   ============================================================================= */

#account-account,
#account-address,
#account-order,
#account-edit,
#account-password,
#account-wishlist,
#account-return,
#account-transaction,
#account-newsletter {
    min-height: 60vh;
}

.account-page .my-account,
.account-page .my-orders,
.account-page .my-newsletter,
.account-page .my-cards,
.account-page .my-affiliates {
    background: #faf8f5 !important;
    border-radius: 20px !important;
    padding: 32px 36px !important;
    margin-bottom: 28px !important;
    border: none !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03) !important;
    transition: box-shadow 0.3s ease !important;
}

.account-page .my-account:hover,
.account-page .my-orders:hover,
.account-page .my-newsletter:hover,
.account-page .my-cards:hover,
.account-page .my-affiliates:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06) !important;
}

.account-page h2.title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    margin: 0 0 24px 0 !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
}

.account-page .account-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.account-page .account-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.account-page .account-list li a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    padding: 20px 24px !important;
    background: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    color: #2c2c2c !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02) !important;
    min-height: auto !important;
    height: auto !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.account-page .account-list li a:hover {
    background: #f7f4f0 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-3px) !important;
    color: #1a1a1a !important;
}

.account-page .account-list li a:hover::before,
.account-page .account-list li:hover a::before,
#account-account .account-list li a:hover::before,
#account-account .account-list li:hover a::before,
.my-account .account-list li a:hover::before,
.my-orders .account-list li a:hover::before,
.my-newsletter .account-list li a:hover::before {
    color: inherit !important;
    border-color: inherit !important;
}

.account-page .account-list li a span,
.account-page .account-list li a .links-text {
    flex: 1 !important;
    text-align: left !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.side-account .module-body,
.side-account .list-group {
    background: #faf8f5 !important;
    border-radius: 20px !important;
    padding: 24px !important;
    border: none !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03) !important;
}

.side-account .list-group-item,
.side-account .module-body a {
    background: transparent !important;
    border: none !important;
    padding: 14px 18px !important;
    margin-bottom: 4px !important;
    border-radius: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4a4a4a !important;
    transition: all 0.2s ease !important;
}

.side-account .list-group-item:hover,
.side-account .module-body a:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

.side-account .list-group-item.active,
.side-account .list-group-item:active,
.side-account .module-body a.active {
    background: #ffffff !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.side-account h3.title,
.side-account .module-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

#account-order .table-responsive {
    background: #faf8f5 !important;
    border-radius: 20px !important;
    padding: 28px !important;
    border: none !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03) !important;
}

#account-order .table { margin: 0 !important; background: transparent !important; }

#account-order .table thead th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #8a8a8a !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-top: none !important;
    padding: 14px 18px !important;
    background: transparent !important;
}

#account-order .table tbody td {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #3a3a3a !important;
    padding: 18px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    vertical-align: middle !important;
    background: transparent !important;
}

#account-order .table tbody tr:last-child td { border-bottom: none !important; }
#account-order .table tbody tr:hover { background: rgba(255, 255, 255, 0.7) !important; }

.account-page .btn,
#account-order .btn,
#account-address .btn,
#account-edit .btn,
#account-password .btn {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
}

.account-page .btn-primary,
#account-edit .btn-primary,
#account-password .btn-primary,
#account-address .btn-primary {
    background: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}

.account-page .btn-primary:hover,
#account-edit .btn-primary:hover,
#account-password .btn-primary:hover,
#account-address .btn-primary:hover {
    background: #333333 !important;
    border-color: #333333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

#account-edit .form-control,
#account-password .form-control,
#account-address .form-control,
#account-newsletter .form-control {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
}

#account-edit .form-control:focus,
#account-password .form-control:focus,
#account-address .form-control:focus,
#account-newsletter .form-control:focus {
    border-color: rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04) !important;
    outline: none !important;
}

#account-edit label.control-label,
#account-password label.control-label,
#account-address label.control-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #7a7a7a !important;
    margin-bottom: 10px !important;
}

#account-wishlist .product-thumb {
    background: #faf8f5 !important;
    border-radius: 16px !important;
    border: none !important;
    overflow: hidden !important;
    transition: all 0.28s ease !important;
}

#account-wishlist .product-thumb:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-4px) !important;
}

.account-page .alert,
.account-page .no-results,
#account-order .alert {
    background: #faf8f5 !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    color: #5a5a5a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}

.account-page .alert-success {
    background: #f0f8f0 !important;
    color: #2d5a2d !important;
}

@media (max-width: 1199px) {
    .account-page .account-list { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 991px) {
    .account-page .my-account,
    .account-page .my-orders,
    .account-page .my-newsletter,
    .account-page .my-cards,
    .account-page .my-affiliates {
        padding: 24px !important;
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }
    .account-page .account-list { grid-template-columns: 1fr !important; gap: 12px !important; }
    .account-page .account-list li a { padding: 16px 18px !important; gap: 14px !important; }
    .account-page .account-list li a i,
    .account-page .account-list li a .icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        font-size: 18px !important;
    }
    .account-page h2.title { font-size: 13px !important; margin-bottom: 20px !important; }
    #account-order .table-responsive { padding: 20px !important; border-radius: 16px !important; }
    .side-account .module-body,
    .side-account .list-group { padding: 20px !important; border-radius: 16px !important; }
}

@media (max-width: 575px) {
    .account-page .my-account,
    .account-page .my-orders,
    .account-page .my-newsletter {
        padding: 20px 16px !important;
    }
    .account-page .account-list li a { padding: 14px 16px !important; gap: 12px !important; }
    .account-page .account-list li a i,
    .account-page .account-list li a .icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        font-size: 16px !important;
    }
}




/* =============================================================================
   13. ПРОЧЕЕ
   ============================================================================= */

#product-product .product-extra-description .block-content.expand-content,
#product-product .product-extra-description .block-content.expand-content p {
    color: #1C2021;
}

html.route-common-home.desktop body {
    --container-max-width: 70% !important;
    --content-max-width: 70% !important;
}

body .quick-checkout-wrapper .cart-section .table-responsive + table tfoot tr td:first-child {
    width: 1.5% !important;
    white-space: nowrap !important;
    text-align: right !important;
    padding-right: 12px !important;
}
body .quick-checkout-wrapper .cart-section .table-responsive + table tfoot tr td:last-child {
    text-align: right !important;
    padding-right: 13px !important;
}

#product .tab-size-chart::before {
    animation: size-chart-icon 8s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes size-chart-icon {
    0%, 100% { transform: scaleX(1); }
    50% { transform: scaleX(1.35); }
}





/* Убрать двойное «Ви досягли кінця списку» на категориях */
.ias-noneleft ~ .ias-noneleft {
    display: none !important;
}














/* ========== Стрелки карусели категорий: одна стрелка в момент (десктоп + мобильный) ========== */
@keyframes categorySwipeHint {
    0%, 100% { opacity: 0.5; transform: translateY(-50%) translateX(0); }
    50%      { opacity: 0.95; transform: translateY(-50%) translateX(5px); }
}
@keyframes categorySwipeHintPrev {
    0%, 100% { opacity: 0.5; transform: translateY(-50%) translateX(0); }
    50%      { opacity: 0.95; transform: translateY(-50%) translateX(-5px); }
}

#product-category .auto-carousel-buttons .auto-carousel-next,
#product-category .auto-carousel-buttons .auto-carousel-prev {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin-top: 80px !important;
}

#product-category .auto-carousel-buttons .auto-carousel-next span,
#product-category .auto-carousel-buttons .auto-carousel-prev span {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    text-indent: -999px !important;
    overflow: hidden !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#product-category .auto-carousel-buttons .auto-carousel-next span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='24' cy='24' r='21.5' stroke='%235a5550' stroke-width='1' fill='none'/%3E%3Cpath d='M20 16l8 8-8 8' stroke='%235a5550' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
    animation: categorySwipeHint 2s ease-in-out infinite;
}

#product-category .auto-carousel-buttons .auto-carousel-prev span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='24' cy='24' r='21.5' stroke='%235a5550' stroke-width='1' fill='none'/%3E%3Cpath d='M28 16l-8 8 8 8' stroke='%235a5550' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
    animation: categorySwipeHintPrev 2s ease-in-out infinite;
}

/* По умолчанию: видна только стрелка «вправо», левая скрыта */
#product-category .auto-carousel-buttons .auto-carousel-prev {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
#product-category .auto-carousel-buttons .auto-carousel-next {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* В конце прокрутки (no-scroll-next): видна только стрелка «влево» */
#product-category .no-scroll-next .auto-carousel-buttons .auto-carousel-next {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
#product-category .no-scroll-next .auto-carousel-buttons .auto-carousel-prev {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Мобильные: показывать контейнер стрелок (тема его скрывает через .no-scroll) */
@media (max-width: 991px) {
    #product-category .no-scroll .auto-carousel-controls,
    #product-category .no-scroll .auto-carousel-buttons,
    #product-category .auto-carousel-controls,
    #product-category .auto-carousel-buttons {
        visibility: visible !important;
        display: flex !important;
    }
}





.icons-menu-61 a { border: none !important; }








