/* ==========================================================
   WooCommerce — UI (compte, single, order, blocks)
   ========================================================== */

/* Accès gamme Home */
@media (min-width: 1024px) {
  .nowrapdiv h2 {
    white-space: nowrap;
  }
}

/* My Account layout */
.woocommerce-account main .woocommerce {
  max-width: 1260px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: var(--wp--preset--spacing--small);
  background-color: #ececec;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 0;
}

/* Single add to cart button */
.single_add_to_cart_button {
  background-color: var(--wp--preset--color--custom-soleil);
  border-radius: 50px;
  border-width: 2px;
  color: #000;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  border-color: var(--wp--preset--color--border-light);
	border-style: solid;
}

.single_add_to_cart_button:hover {
  text-decoration: none;
}

/* Product specifications block */
.wp-block-woocommerce-product-specifications p {
  margin: 0px;
}

/* Order / confirmation tables */
.woocommerce-table__product-table {
  width: 25% !important;
}

.woocommerce-table--order-details {
  font-size: 14px !important;
}

td.woocommerce-table__product-name.product-name {
  line-height: 1em !important;
}

.woocommerce-table__product-total,
.wc-block-order-confirmation-totals__total {
  vertical-align: top !important;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: solid;
    border-width: 2px;
    border-color: var(--wp--preset--color--border-light);
}

/* Gestion Grid Produits */
@media (max-width: 600px) {
  .wp-block-woocommerce-product-collection .wc-block-product-template__responsive {
    grid-template-columns: 1fr;
  }
}