/*
 Theme Name: ReHub Child - DostiBazaar
 Theme URI: https://dostibazaar.com/
 Description: Child theme for ReHub. Adds DostiBazaar homepage pattern and rounded-card styles.
 Author: DostiBazaar
 Template: rehub-theme
 Version: 1.0.1
*/

/* DostiBazaar rounded cards */
.rh-deals-grid .product,
.woocommerce ul.products li.product,
.wcfmmp-store-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

/* Buttons: pill style */
.wp-element-button { border-radius: 999px !important; }

/* Category tiles */
.woocommerce .product-category a { border-radius: 16px; overflow: hidden; }