body.elementor-page .elementor-widget img[class*="rounded-"],
body.elementor-page .product-card-1 img,
body.elementor-page [class*="sellzy-"] img {
    border-radius: 12px !important;
    height: 100% !important;
}

.product-image {
    overflow: hidden !important;
    border-radius: 12px !important;
    isolation: isolate;
}


body.elementor-page .elementor-widget img.rounded-2xl,
body.elementor-page .product-card-1 img.rounded-2xl {
    border-radius: 16px !important;
}

/* ডিফল্ট আইকন সেটআপ */
.accordion-header .hgi-minus-sign {
    display: none;
}

.accordion-header .hgi-plus-sign {
    display: block;
}

/* যখন একটিভ (খোলা) থাকবে */
.accordion-header.active .hgi-minus-sign {
    display: block;
}

.accordion-header.active .hgi-plus-sign {
    display: none;
}

/* একর্ডিয়ন বডি ডিফল্ট হাইড */
.accordion-body {
    display: none;
}