.product-card__gallery{position:relative}
.icons-product{top: 20px;z-index: 999;left: 20px;display: flex;gap: 20px;flex-wrap:wrap;margin-bottom:30px}
.icons-product .delivery{color:#c58660;display: flex;align-items: center;}
.icons-product img{width: 40px;height: 40px;border-radius: 50%;border: 1.5px solid;padding: 2px;margin-right: 5px;}
.icons-product img.icons-product__img--plain{border:none;border-radius:0;padding:0}

.collections-filter > div{gap: 20px;flex-wrap: wrap;align-items: center;margin-top: 30px;
}
.collections-filter a{border: 1px solid;padding: 5px 10px;border-radius: 3px;
}
.collections-filter a.active{color: #fff;background: #be9d89;border-color: #be9d89;border-radius: 3px;
}
.collections-filter a:hover{border:1px solid #be9d89;color:#be9d89}
.collections-filter p{margin:0}
@media(max-width:765px){
    .collections-filter p{display:block;width:100%}
}
.coupon{font-size:20px;color:#be9c88;border:4px dashed #be9c88;padding:10px;text-align:center;    display: flex;justify-content: center;align-items: center;    max-width: 100%;}
.coupon svg{margin-right:10px}