.like-btn {
  position:absolute;
  top:12px;right:12px;
  width:36px;height:36px;border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  display:grid;place-items:center;z-index:2;
}
.rp-theme .like-btn.active,
.rp-theme .wishlist-single.active {
  background:#000;
  color:#fff;
  border-color:#000;
}
.quick-add {
  width:100%;
  margin-top:12px;
  min-height:38px;
  border:1px solid #000;
  border-radius:var(--radius-pill);
  background:#000;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.rp-theme .site-main .quick-add,
body.rp-theme .site-main button.quick-add,
body.rp-theme .site-main a.quick-add {
  background:#000;
  color:#fff;
  border-color:#000;
}
body.rp-theme .site-main .like-btn.active,
body.rp-theme .site-main .wishlist-single.active {
  background:#000;
  color:#fff;
  border-color:#000;
}
body.rp-theme.single-product .site-main .single_add_to_cart_button,
body.rp-theme.single-product .site-main button.single_add_to_cart_button,
body.rp-theme.single-product .site-main .summary .single_add_to_cart_button,
body.rp-theme.single-product .site-main form.cart .single_add_to_cart_button {
  background:#000;
  color:#fff;
  border-color:#000;
}

/* Enterprise v3.1: WooCommerce add-to-cart button visual lock outside custom card markup. */
body.rp-theme .site-main .woocommerce a.button.add_to_cart_button,
body.rp-theme .site-main .woocommerce a.button.product_type_simple,
body.rp-theme .site-main .woocommerce a.button.product_type_variable,
body.rp-theme .site-main .woocommerce a.button.product_type_grouped,
body.rp-theme .site-main .woocommerce a.button.product_type_external,
body.rp-theme .site-main .woocommerce button.button.single_add_to_cart_button,
body.rp-theme .site-main .woocommerce a.added_to_cart,
body.rp-theme .site-main .product-card .quick-add,
body.rp-theme .site-main .product-card a.quick-add,
body.rp-theme .site-main .product-card button.quick-add {
  min-height:38px;
  border:1px solid #000;
  border-radius:var(--radius-pill);
  background:#000;
  color:#fff;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  line-height:1;
}
body.rp-theme .site-main .woocommerce a.button.add_to_cart_button:hover,
body.rp-theme .site-main .woocommerce a.button.product_type_simple:hover,
body.rp-theme .site-main .woocommerce a.button.product_type_variable:hover,
body.rp-theme .site-main .woocommerce a.button.product_type_grouped:hover,
body.rp-theme .site-main .woocommerce a.button.product_type_external:hover,
body.rp-theme .site-main .woocommerce button.button.single_add_to_cart_button:hover,
body.rp-theme .site-main .woocommerce a.added_to_cart:hover,
body.rp-theme .site-main .product-card .quick-add:hover {
  background:#000;
  color:#fff;
  border-color:#000;
  text-decoration:none;
}
