/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* .home-cat__grid  img  {
	width:300px;
	height:300px;
	object-fit:cover;
}
 */
.product-wrapper img  {
	filter: brightness(95%);
}

.agent-discount-wrapper {
    margin-bottom: 15px;
}

#agent-discount-box {
    display: none;
    margin-top: 10px;
}

#agent-discount-box.active {
    display: block;
}

.agent-discount-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.agent-discount-btn {
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.agent-discount-btn.active {
    border: 2px solid #000;
    font-weight: bold;
}

#agent_custom_discount {
    width: 90px;
    padding: 6px;
}
