[data-slug="agromarket"] {
    display: none !important;
}

#df-title {
    color: #333;
    margin-bottom: 20px;
    font-size: 20px;
}

/* =========================
   Grid
   ========================= */
.df-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.df-grid-1 {
    grid-template-columns: 1fr;
}

.df-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.df-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .df-grid-2,
    .df-grid-3 {
        grid-template-columns: 1fr;
    }
}



.df-heading-label{
    font-size: 15px !important;
    font-family: 'Agro-Book', 'Arial Narrow', Arial, sans-serif !important;
}



/* =========================
   Buttons
   ========================= */
.df-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    margin-top: 10px;
}

.df-btn-primary {
    background: #4CAF50;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 14px 16px!important;
    border-radius: 12px !important;
}

.df-btn-primary:hover {
    background: #3d8b40;
}

.df-btn-muted {
    background: #fff !important;
    border: 1px solid #4caf50 !important;
    color:#2f6d31 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
}

.df-btn-muted:hover {
    background: #e8f5e9 !important;
}


/* =========================
   Delivery Pills
   ========================= */
.df-delivery {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.df-delivery .pill {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.df-delivery .pill.selected {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #2f6d31;
}

.df-delivery .pill:hover {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #2f6d31;
}


/* =========================
   Dropdown (Locations)
   ========================= */
.df-dropdown {
    position: relative;
}

.df-dropdown-toggle {
    width: 100%;
    padding: 12px 15px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    position: relative;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:  15px;
    line-height: 18px;
    min-height: 42px;
}


.df-dropdown-toggle.active{
    outline: #4caf50 !important;
    border-color: #4caf50!important;
    box-shadow: 0 0 0 2px #e8f5e9!important;
    border-width: 1px !important;
}



.df-dropdown-toggle::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #777;
}

.df-dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 5px;
}

.df-dropdown-menu.show {
    display: block;
}

.df-dropdown-search {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 6px 6px 0 0;
}

.df-dropdown-search input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.df-dropdown-item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.df-dropdown-item:last-child {
    border-bottom: none;
}

.df-dropdown-item:hover {
    background: #f5f5f5;
}


.df-selected-count {
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0 0 6px 6px;
}

/* =========================
   PRICE
   ========================= */
#df-price-min, #df-price-max{
    text-align: start;
    padding: 10px 12px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-radius: 12px;
}

#df-price-min:focus, #df-price-max:focus{
    outline: #4caf50 !important;
    border-color: #4caf50!important;
    box-shadow: 0 0 0 2px #e8f5e9!important;
    border-width: 1px !important;
}

/* =========================
   FAB
   ========================= */
.df-fab {
    position: fixed !important;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    border-radius: 999px !important;
    background: #4CAF50;
    color: #fff !important;
    border: none !important;
    padding: 12px 16px !important;
    display: flex !important;
    gap: 8px !important;
    align-items: center!important;
    cursor: pointer!important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

.df-fab:hover {
    background: #3d8b40;
}

/* =========================
   Categories Dropdown (product_cat)
   ========================= */
.df-cat.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.df-cat .dropdown-btn {
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #333;
    padding: 12px 14px;
    font-size: 15px;
    width: 100%;
    text-align: start;
    cursor: pointer;
}

#df-cat-btn{
    display: flex;
    justify-content: start;
    font-family: 'Agro-Regular', 'Arial Narrow', Arial, sans-serif !important;
}

#df-cat-btn:hover{
    background-color: #fff;
    color: #333;
    border: 1px solid #e5e7eb;
}

/* Categories Dropdown */
.df-cat .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 280px;
    max-width: 100%;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 6px;
    z-index: 1001;
    padding: 6px 0;
    overflow: visible;
}


/* გახსნა hover-ით ან focus-ით */
.df-cat.dropdown:hover .dropdown-content,
.df-cat.dropdown:focus-within .dropdown-content {
    display: grid;
}

/* Submenu */
.df-cat .submenu {
    position: relative;
}

.df-cat .submenu-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 500;
    min-height: auto;
}

.df-cat .submenu-btn:hover {
    background-color: #f1f1f1;
    color: #4CAF50;
}

.df-cat .submenu-content {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 240px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 6px 0;
    z-index: 1002;
}

/* hover-ზე გამოჩენა */
.df-cat .submenu:hover > .submenu-content {
    display: block;
}

.df-cat .submenu-content a {
    display: block;
    padding: 8px 16px;
    line-height: 1.2;
    min-height: auto;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.df-cat .submenu-content a:hover {
    background-color: #f1f1f1;
    color: #4CAF50;
}

/* მცირე ეკრანებზე — მენიუ გაიხსნას ქვემოთ */
@media (max-width: 768px) {
    .df-cat .dropdown-content,
    .df-cat .submenu-content {
        position: static;
        width: 100%;
        min-width: unset;
        box-shadow: none;
    }
}


/* Root trigger (არჩეული ბილიკის ღილაკი) */
.df-cat-display{
    font-weight: 500 !important;
    background-color: #fff!important;
    border: 1px solid #e5e7eb!important;
    border-radius: 12px!important;
    color: #333!important;
    padding: 12px 14px!important;
    font-size: 15px!important;
    width: 100%!important;
    text-align: start!important;
    cursor: pointer!important;
    display: flex !important;
    justify-content: flex-start !important;
    font-family: 'Agro-Book', 'Arial Narrow', Arial, sans-serif !important;
}

.df-cat-display:focus{
    outline: #4caf50 !important;
    border-color: #4caf50 !important;
    box-shadow: 0 0 0 2px #e8f5e9 !important;
    border-width: 1px !important;
}

.df-cat-display:hover{
    outline: #4caf50 !important;
    border-color: #4caf50 !important;
    box-shadow: 0 0 0 2px #e8f5e9 !important;
    border-width: 1px !important;
}

#df-cat-menu.sm-clean{
    position:absolute;
    left:0;
    display:none;
    z-index:1000;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 24px rgba(0,0,0,.14);
    padding:6px 0;
}

.df-cat-smartmenus:hover #df-cat-menu{ display:grid; }

.sm-clean ul{
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 24px rgba(0,0,0,.14);
    padding:6px 0;
}

.sm-clean a{
    font-size:14px;
    font-family: 'Agro-Medium', 'Arial Narrow', Arial, sans-serif !important;
    font-weight:  500;
    line-height:1.25;
    padding:8px 16px;
    color:#333;
}


.sm-clean a:hover,
.sm-clean a:focus{
    background:#f5f5f5;
    color:#2f6d31;
}


@media (min-width: 768px) {
    .sm-clean a .sub-arrow {

    }
}

.sm-clean .highlight > a{
    background:#e8f5e9;
    color:#4CAF50;
}

#df-cat-menu,
.sm-clean ul{
    scrollbar-width:thin;
}
#df-cat-menu::-webkit-scrollbar,
.sm-clean ul::-webkit-scrollbar{ width:8px; }
#df-cat-menu::-webkit-scrollbar-thumb,
.sm-clean ul::-webkit-scrollbar-thumb{
    background:#e0e0e0;
    border-radius:8px;
}


.sm-clean a:hover, .sm-clean a:focus {
    background: #f5f5f5;
    color: #4CAF50;
    font-size: 14px;
}

.sm-clean ul{
    border: none !important;
}

.sm-clean ul:after{
    content: none !important;
}
.sm-clean ul:before{
    content: none !important;
}

.sm-clean a.highlighted{
    color:#4CAF50;
    background-color: #f1f1f1;
}

.sm-clean ul a{
    font-size:14px;
    font-family: 'Agro-Medium', 'Arial Narrow', Arial, sans-serif !important;
    line-height:1.25;
    padding:12px 16px;
    color:#333;
}

.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background-color: #f1f1f1;
    color: #4CAF50;
    font-size:14px !important;
}

/*#df-cat-menu*/
.sm-clean > li > .has-submenu > .sub-arrow{
    transform: rotate(-90deg) !important;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted{
    padding: 8px 16px !important;
    line-height: 1.25 !important;
}

#df-cat-display:after{
    content: "▼";
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #777;
}

.sm-clean ul a.has-submenu {
    padding-right: 25px !important;
}

@media (max-width: 768px){
    #df-cat-menu .sm-clean ul {
        left: 75px !important;
    }

    .sm-clean > li > .has-submenu > .sub-arrow{
        transform: rotate(0deg) !important;
    }
}
.sm-clean a.has-submenu {
    padding-right: 40px !important;
}

@media (min-width: 768px) {
    .sm-clean a.has-submenu {
        padding-right: 30px !important;
    }
}

.df-dropdown-item input[type="checkbox"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    accent-color: #4caf50;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #4caf50;
    background-color: #fff;
    cursor: pointer;
}

.df-dropdown-item input[type="checkbox"]:checked:after {
    content: "✓";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 23px;
    border-radius: 4px;
    background-color: #4caf50;
    color: #fff;
    font-family: auto, sans-serif;
}


.df-dropdown-item label{
    margin: 0;
    cursor: pointer;
}