/* -------- DRY_FRUITS -------- */


.dryfruit-buttons,.seeds-buttons {
	margin-bottom:20px !important;
}
/* container */
div.elementor-element-da027cb {
	    padding: 60px 0;
}
/* header container */

div.elementor-element-9c076ae h2{
	    font-size: 42px !important;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px !important;
}


/* PRODUCT CARD */
div#product-sections div.columns-3 ul.products li.type-product  {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 20px !important;
    list-style: none !important;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transition: .3s ease !important;
    text-align: start !important;
    position: relative !important;
    border: none !important;
    min-height: auto !important;
}

div#product-sections div.columns-3 ul.products li.type-product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 26px rgba(0,0,0,0.12) !important;
}

/* PRODUCT IMAGE */
div#product-sections div.columns-3 ul.products li.type-product img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
}

div#product-sections div.columns-3 ul.products li.type-product img:hover {
   transform: scale(1.05) !important;
}

/* PRODUCT TITLE */
div#product-sections div.columns-3 ul.products li.type-product h2,
div#product-sections div.columns-3 ul.products li.type-product h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 15px 0 5px !important;
    color: #333 !important;
}

/* PRICE */
div#product-sections div.columns-3 ul.products li.type-product .price {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #b37535 !important;
}

/* ADD TO CART BUTTON */
div#product-sections div.columns-3 ul.products li.type-product a.button {
    background: #b37535 !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 12px !important;
    width: 100% !important;
    font-weight: 600 !important;
    text-align: center !important;
    display: block !important;
    margin-top: 15px !important;
    transition: .2s !important;
}

div#product-sections div.columns-3 ul.products li.type-product a.button:hover {
    background: #8f5d27 !important;
}
