/* ── TITOLO PAGINA ── */
h1.wp-block-heading,
.entry-title,
h1 {
  font-family: 'futura-pt', sans-serif !important;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #3a4a38;
  text-align: center;
  padding: 50px 0 30px;
  border-bottom: none;
}

/* ── SFONDO PAGINA ── */
.woocommerce-cart .entry-content,
body.woocommerce-cart,
.woocommerce-cart #main-content,
.woocommerce-cart article {
  background: #f5f0e8;
}



.wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-product-name {
  text-decoration: none;
  color: #404D40 ;
}



/* ── SFONDO GENERALE ── */
.wp-block-woocommerce-cart {
  background: #f5f0e8;
}

/* ── HEADER COLONNE ── */
.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-product span,
.wc-block-cart-items__header-total span {
  font-family: 'futura-pt', sans-serif !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

/* ── FONT GLOBALE PAGINA CARRELLO ── */
body.woocommerce-cart *,
body.woocommerce-cart input,
body.woocommerce-cart button,
body.woocommerce-cart select,
body.woocommerce-cart textarea {
  font-family: 'futura-pt', sans-serif !important;
}

/* ── BOTTONE PROCEDI AL PAGAMENTO ── */
.wc-block-cart__submit-button {
  width: 100% !important;
  padding: 13px !important;
  text-align: center !important;
  font-family: 'futura-pt', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 40px !important;
  border: 1px solid #3a4a38 !important;
  background: #3a4a38 !important;
  color: #fdf8ee !important;
  cursor: pointer !important;
  transition: background 0.25s, color 0.25s !important;
  box-shadow: none !important;
}

.wc-block-cart__submit-button:hover {
  background: transparent !important;
  color: #3a4a38 !important;
}

@media (max-width: 900px) {
.wc-block-components-sidebar-layout {
  align-items: center !important;
  justify-content: center;
}
}