/* ==========================================================================
   TABLE OF CONTENTS - TRANG CHI TIẾT BÀI VIẾT
   Mục lục tự động, sticky sidebar, highlight khi cuộn
   Sử dụng màu chủ đạo --uten-primary & --uten-secondary
   ========================================================================== */

/* ═══ BOX TOC ═══ */
.uten-toc-box {
    background: #fff;
    border: 1.5px solid #d4e8d4;
    border-radius: 18px;
    padding: 20px 18px;
    box-shadow: 0 8px 30px rgba(40, 123, 56, 0.06);
    transition: box-shadow 0.3s ease;
}

.uten-toc-box:hover {
    box-shadow: 0 12px 40px rgba(40, 123, 56, 0.1);
}

/* ═══ HEADER TOC ═══ */
.uten-toc-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f7f0;
}

.uten-toc-header .toc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, var(--uten-primary, #287b38) 0%, #1a5225 100%);
    border-radius: 7px;
    flex-shrink: 0;
}

.uten-toc-header .toc-icon svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
}

.uten-toc-header .toc-title {
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--uten-primary, #287b38);
    margin: 0;
    line-height: 1;
}

/* ═══ DANH SÁCH MỤC LỤC ═══ */
.uten-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uten-toc-list li {
    margin: 0;
    padding: 0;
}

.uten-toc-list li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 10px;
    margin: 1px 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #555;
    transition: all 0.25s ease;
    position: relative;
    border-left: 3px solid transparent;
}

.uten-toc-list li a:hover {
    color: var(--uten-primary, #287b38);
    background: #f8fdf8;
    border-left-color: #d4e8d4;
}

/* ═══ ITEM ĐANG ACTIVE (highlight khi cuộn) ═══ */
.uten-toc-list li a.is-active {
    color: var(--uten-primary, #287b38);
    background: linear-gradient(135deg, #f0f9f0 0%, #e8f5e8 100%);
    font-weight: 700;
    border-left-color: var(--uten-primary, #287b38);
    box-shadow: 0 2px 8px rgba(40, 123, 56, 0.08);
}

/* ═══ ICON CHECK CHO CÁC MỤC ĐÃ ĐỌC QUA ═══ */
.uten-toc-list li a .toc-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 4px;
    background: #e8e8e8;
    margin-top: 1px;
    transition: all 0.3s ease;
}

.uten-toc-list li a .toc-check svg {
    width: 10px;
    height: 10px;
    opacity: 0;
    stroke: #fff;
    transition: opacity 0.3s ease;
}

.uten-toc-list li a.is-read .toc-check,
.uten-toc-list li a.is-active .toc-check {
    background: var(--uten-primary, #287b38);
}

.uten-toc-list li a.is-read .toc-check svg,
.uten-toc-list li a.is-active .toc-check svg {
    opacity: 1;
}

/* ═══ INDENT CHO CÁC CẤP HEADING ═══ */
.uten-toc-list li.toc-h2 a {
    font-size: 12.5px;
    font-weight: 700;
    color: #333;
}

.uten-toc-list li.toc-h3 a {
    padding-left: 24px;
    font-size: 11.5px;
    font-weight: 600;
    color: #666;
}

.uten-toc-list li.toc-h4 a {
    padding-left: 38px;
    font-size: 11px;
    font-weight: 500;
    color: #777;
}

/* ═══ PROGRESS BAR (Thanh tiến trình đọc) ═══ */
.uten-toc-progress {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1.5px solid #f0f7f0;
}

.uten-toc-progress-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.uten-toc-progress-label span {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #999;
}

.uten-toc-progress-label .progress-percent {
    color: var(--uten-primary, #287b38);
    font-weight: 800;
}

.uten-toc-progress-bar {
    width: 100%;
    height: 5px;
    background: #e8f0e8;
    border-radius: 10px;
    overflow: hidden;
}

.uten-toc-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--uten-primary, #287b38) 0%, var(--uten-secondary, #f28200) 100%);
    border-radius: 10px;
    transition: width 0.3s ease;
}

/* ═══ TOC TRONG SIDEBAR WIDGET AREA ═══ */
.uten-toc-sidebar-widget {
    margin-bottom: 30px;
}

.uten-toc-sidebar-widget .uten-toc-box {
    display: flex;
    flex-direction: column;
}

/* Giới hạn chiều cao danh sách mục lục - nhiều mục quá thì cuộn riêng */
/* Header + Progress bar luôn cố định, chỉ list ở giữa cuộn */
.uten-toc-sidebar-widget .uten-toc-list {
    max-height: 45vh;          /* tối đa ~45% chiều cao màn hình */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    margin-right: -4px;
    scrollbar-width: thin;
    scrollbar-color: #d4e8d4 transparent;
}

/* Scrollbar mảnh cho danh sách mục lục */
.uten-toc-sidebar-widget .uten-toc-list::-webkit-scrollbar {
    width: 4px;
}

.uten-toc-sidebar-widget .uten-toc-list::-webkit-scrollbar-track {
    background: transparent;
}

.uten-toc-sidebar-widget .uten-toc-list::-webkit-scrollbar-thumb {
    background: #cfe3cf;
    border-radius: 10px;
}

.uten-toc-sidebar-widget .uten-toc-list::-webkit-scrollbar-thumb:hover {
    background: var(--uten-primary, #287b38);
}

/* ═══ TOÀN BỘ SIDEBAR CỐ ĐỊNH + SCROLL CHUNG (chỉ desktop) ═══ */
@media (min-width: 850px) {
    /* Cả cột sidebar bên phải sticky, scroll chung 1 thanh */
    .blog-single .post-sidebar.large-3 {
        position: sticky;
        top: var(--uten-header-offset, 90px);
        align-self: flex-start; /* Cần thiết để sticky hoạt động trong flex row */
        max-height: calc(100vh - var(--uten-header-offset, 90px) - 20px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 8px;
        scrollbar-width: thin;
        scrollbar-color: var(--uten-secondary, #f28200) #f5f0e8;
    }

    /* Custom scrollbar gradient cam -> xanh */
    .blog-single .post-sidebar.large-3::-webkit-scrollbar {
        width: 7px;
    }

    .blog-single .post-sidebar.large-3::-webkit-scrollbar-track {
        background: #f5f0e8;
        border-radius: 10px;
    }

    .blog-single .post-sidebar.large-3::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--uten-secondary, #f28200) 0%, var(--uten-primary, #287b38) 100%);
        border-radius: 10px;
        min-height: 40px;
    }

    .blog-single .post-sidebar.large-3::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #d97000 0%, #1f6a2e 100%);
    }
}

/* ═══ STYLE CÁC WIDGET SIDEBAR THÀNH CARD ĐỒNG BỘ VỚI TOC ═══ */
/* Áp dụng cho cả trang chi tiết (.blog-single) và danh sách blog (.blog-archive) */
.post-sidebar .widget {
    background: #fff;
    border: 1.5px solid #d4e8d4;
    border-radius: 18px;
    padding: 18px 18px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(40, 123, 56, 0.06);
    transition: box-shadow 0.3s ease;
}

.post-sidebar .widget:hover {
    box-shadow: 0 12px 40px rgba(40, 123, 56, 0.1);
}

/* Tiêu đề widget */
.post-sidebar .widget .widget-title {
    display: block;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--uten-primary, #287b38) !important;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f7f0;
    line-height: 1.3;
}

.post-sidebar .widget .widget-title span {
    color: var(--uten-primary, #287b38) !important;
}

/* Ẩn divider mặc định của Flatsome (đã thay bằng border-bottom của title) */
.post-sidebar .widget .widget-title + .is-divider,
.post-sidebar .widget .is-divider.small {
    display: none;
}

/* Danh sách trong widget (Bài viết mới, Danh mục, ...) */
.post-sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-sidebar .widget ul li {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    line-height: 1.5;
}

.post-sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.post-sidebar .widget ul li a {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.post-sidebar .widget ul li a:hover {
    color: var(--uten-primary, #287b38);
    padding-left: 4px;
}

/* ═══ WIDGET TÌM KIẾM - NÚT ICON KÍNH LÚP ═══ */
/* Bố cục input + nút nằm ngang, sát nhau */
.post-sidebar .widget .searchform .flex-row,
.post-sidebar .widget .search-form,
.post-sidebar .widget .wp-block-search__inside-wrapper,
.post-sidebar .widget form > div {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
}

/* Label bọc input trong widget Search mặc định WP */
.post-sidebar .widget .search-form label {
    flex: 1 1 auto !important;
    margin: 0 !important;
    display: block !important;
}

.post-sidebar .widget .search-form .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

/* Ô nhập tìm kiếm */
.post-sidebar .widget input[type="search"],
.post-sidebar .widget input[type="text"],
.post-sidebar .widget .wp-block-search__input {
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1.5px solid #d4e8d4 !important;
    border-radius: 10px !important;
    background: #fdfdfd !important;
    box-shadow: none !important;
    font-size: 13px !important;
    transition: border-color 0.25s ease;
}

.post-sidebar .widget input[type="search"]:focus,
.post-sidebar .widget input[type="text"]:focus,
.post-sidebar .widget .wp-block-search__input:focus {
    border-color: var(--uten-primary, #287b38) !important;
    background: #fff !important;
}

/* Nút submit -> icon vuông kính lúp */
.post-sidebar .widget .searchform .button,
.post-sidebar .widget .searchform button[type="submit"],
.post-sidebar .widget button[type="submit"],
.post-sidebar .widget input[type="submit"],
.post-sidebar .widget .wp-block-search__button {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 10px !important;
    background: var(--uten-primary, #287b38) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: background 0.25s ease, transform 0.15s ease !important;
    /* Icon kính lúp bằng SVG */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
}

.post-sidebar .widget .searchform .button:hover,
.post-sidebar .widget .searchform button[type="submit"]:hover,
.post-sidebar .widget button[type="submit"]:hover,
.post-sidebar .widget input[type="submit"]:hover,
.post-sidebar .widget .wp-block-search__button:hover {
    background-color: #1e5a28 !important;
    transform: translateY(-1px);
}

/* Ẩn icon mặc định của Flatsome trong nút (nếu có) để tránh trùng */
.post-sidebar .widget .ux-search-submit .icon-search {
    display: none !important;
}

/* ═══ MOBILE TOC (Floating button + Panel) ═══ */
.uten-toc-mobile-btn {
    display: none;
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--uten-primary, #287b38) 0%, #1a5225 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(40, 123, 56, 0.35);
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uten-toc-mobile-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 25px rgba(40, 123, 56, 0.5);
}

.uten-toc-mobile-btn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
}

/* Mobile Panel */
.uten-toc-mobile-panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 14px 20px 30px;
    z-index: 9999;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
    max-height: 70vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.uten-toc-mobile-panel.is-open {
    transform: translateY(0);
}

.uten-toc-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.uten-toc-mobile-overlay.is-open {
    opacity: 1;
}

.uten-toc-mobile-panel .mobile-toc-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
}

.uten-toc-mobile-panel .mobile-toc-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--uten-primary, #287b38);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uten-toc-mobile-panel .mobile-toc-close {
    width: 34px;
    height: 34px;
    border: none;
    background: #f0f7f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.uten-toc-mobile-panel .mobile-toc-close:hover {
    background: #d4e8d4;
}

.uten-toc-mobile-panel .mobile-toc-close svg {
    width: 16px;
    height: 16px;
    stroke: #333;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 849px) {
    /* Flatsome ẩn sidebar dưới 850px, nên ta ẩn TOC trong sidebar */
    .uten-toc-sidebar-widget {
        display: none;
    }

    .uten-toc-mobile-btn {
        display: flex;
    }

    .uten-toc-mobile-panel {
        display: block;
    }

    .uten-toc-mobile-overlay {
        display: block;
        pointer-events: none;
    }

    .uten-toc-mobile-overlay.is-open {
        pointer-events: all;
    }
}

/* ═══ ANIMATION CHO ITEMS ═══ */
.uten-toc-list li {
    opacity: 0;
    transform: translateX(10px);
    animation: tocFadeIn 0.3s ease forwards;
}

.uten-toc-list li:nth-child(1) { animation-delay: 0.05s; }
.uten-toc-list li:nth-child(2) { animation-delay: 0.1s; }
.uten-toc-list li:nth-child(3) { animation-delay: 0.15s; }
.uten-toc-list li:nth-child(4) { animation-delay: 0.2s; }
.uten-toc-list li:nth-child(5) { animation-delay: 0.25s; }
.uten-toc-list li:nth-child(6) { animation-delay: 0.3s; }
.uten-toc-list li:nth-child(7) { animation-delay: 0.35s; }
.uten-toc-list li:nth-child(8) { animation-delay: 0.4s; }
.uten-toc-list li:nth-child(9) { animation-delay: 0.45s; }
.uten-toc-list li:nth-child(10) { animation-delay: 0.5s; }
.uten-toc-list li:nth-child(n+11) { animation-delay: 0.55s; }

@keyframes tocFadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================================
   STYLE SHOP SIDEBAR (TRANG MENU) ĐỒNG BỘ VỚI SIDEBAR BLOG
   ============================================================ */
#shop-sidebar .widget {
    background: #fff;
    border: 1.5px solid #d4e8d4;
    border-radius: 18px;
    padding: 18px 18px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(40, 123, 56, 0.06);
    transition: box-shadow 0.3s ease;
}

#shop-sidebar .widget:hover {
    box-shadow: 0 12px 40px rgba(40, 123, 56, 0.1);
}

/* Tiêu đề widget */
#shop-sidebar .widget .widget-title {
    display: block;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--uten-primary, #287b38) !important;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f7f0;
    line-height: 1.3;
}

#shop-sidebar .widget .widget-title span {
    color: var(--uten-primary, #287b38) !important;
}

/* Ẩn divider mặc định */
#shop-sidebar .widget .widget-title + .is-divider,
#shop-sidebar .widget .is-divider.small {
    display: none;
}

/* Danh sách danh mục sản phẩm */
#shop-sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#shop-sidebar .widget ul li {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13.5px;
    line-height: 1.5;
}

#shop-sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#shop-sidebar .widget ul li a {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

#shop-sidebar .widget ul li a:hover {
    color: var(--uten-primary, #287b38);
    padding-left: 4px;
}

/* Đếm số sản phẩm trong danh mục */
#shop-sidebar .widget ul li .count {
    color: #999;
    font-weight: 600;
    font-size: 12px;
}

/* ── WIDGET TÌM KIẾM ── */
#shop-sidebar .searchform .flex-row,
#shop-sidebar .search-form,
#shop-sidebar .wp-block-search__inside-wrapper {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
}

#shop-sidebar .search-form label {
    flex: 1 1 auto !important;
    margin: 0 !important;
}

#shop-sidebar input[type="search"],
#shop-sidebar input[type="text"],
#shop-sidebar .wp-block-search__input {
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1.5px solid #d4e8d4 !important;
    border-radius: 10px !important;
    background: #fdfdfd !important;
    box-shadow: none !important;
    font-size: 13px !important;
    transition: border-color 0.25s ease;
}

#shop-sidebar input[type="search"]:focus,
#shop-sidebar input[type="text"]:focus {
    border-color: var(--uten-primary, #287b38) !important;
    background: #fff !important;
}

/* Nút search -> icon kính lúp */
#shop-sidebar .searchform .button,
#shop-sidebar .searchform button[type="submit"],
#shop-sidebar button[type="submit"]:not(.uten-toc-mobile-btn),
#shop-sidebar input[type="submit"],
#shop-sidebar .wp-block-search__button {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: var(--uten-primary, #287b38) !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: background-color 0.25s ease, transform 0.15s ease !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
}

#shop-sidebar .searchform .button:hover,
#shop-sidebar .searchform button[type="submit"]:hover,
#shop-sidebar input[type="submit"]:hover {
    background-color: #1e5a28 !important;
    transform: translateY(-1px);
}

#shop-sidebar .ux-search-submit .icon-search {
    display: none !important;
}

/* ── WIDGET LỌC GIÁ (PRICE SLIDER) ── */
#shop-sidebar .price_slider_wrapper .ui-slider {
    height: 5px;
    background: #e8f0e8;
    border: none;
    border-radius: 10px;
    margin: 12px 0 18px;
}

#shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-range {
    background: linear-gradient(90deg, var(--uten-primary, #287b38) 0%, var(--uten-secondary, #f28200) 100%);
    border-radius: 10px;
}

#shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -9px;
    background: #fff;
    border: 3px solid var(--uten-primary, #287b38);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(40, 123, 56, 0.25);
    cursor: grab;
    transition: transform 0.15s ease;
}

#shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-handle:hover,
#shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-handle:focus {
    transform: translateY(-50%) scale(1.15);
    outline: none;
}

/* Dòng giá + nút LỌC */
#shop-sidebar .price_slider_amount {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#shop-sidebar .price_slider_amount .price_label {
    font-size: 13.5px;
    color: #555;
    font-weight: 600;
    order: 2;
}

#shop-sidebar .price_slider_amount .price_label .amount {
    color: var(--uten-primary, #287b38);
    font-weight: 800;
}

/* Nút LỌC */
#shop-sidebar .price_slider_amount .button,
#shop-sidebar .price_slider_amount button {
    order: 1;
    align-self: flex-start;
    background: var(--uten-primary, #287b38) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 9px 26px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(40, 123, 56, 0.18) !important;
    transition: background 0.25s ease, transform 0.15s ease !important;
}

#shop-sidebar .price_slider_amount .button:hover,
#shop-sidebar .price_slider_amount button:hover {
    background: #1e5a28 !important;
    transform: translateY(-2px);
}
