/*
Theme Name: Florient WooCommerce
Theme URI: https://florient.ma
Author: Florient
Description: Thème WordPress Florient pour WooCommerce, base beauté capillaire en français.
Version: 1.0.0
Text Domain: florient
*/

@import url('storefront.css');

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wp-site-blocks { padding: 0; }
body { margin: 0; }

.woocommerce-page .site-main,
.woocommerce-page .page-content {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.woocommerce .product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
  background: #d48c8f;
  color: #fffaf8;
  font-weight: 700;
}

.woocommerce div.product div.images img { border-radius: 24px; }
.woocommerce ul.products li.product { border-radius: 28px; overflow: hidden; }
