/*
 * Tinè Shop — carrello, checkout e area account
 * Inserire dopo tine-shop.css nel CSS globale di Elementor.
 */

.tine-commerce {
  color: var(--tine-ink, #343b29);
  font-family: "Montserrat", sans-serif;
}

.tine-commerce a {
  color: var(--tine-forest, #1b4332);
}

.tine-commerce-header {
  margin: 0 0 clamp(24px, 4vw, 44px);
  padding: clamp(28px, 5vw, 56px);
  border-radius: 28px;
  background: var(--tine-mist, #f2f7f2);
}

.tine-commerce-header__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--tine-orange, #ff9600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tine-commerce-header h1 {
  max-width: 780px;
  margin: 0;
  color: var(--tine-forest, #1b4332);
  font-family: "Cardo", serif;
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 400;
  line-height: .98;
}

.tine-commerce-header p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #5e6757;
  font-size: 15px;
  line-height: 1.7;
}

/* Messaggi WooCommerce */
.tine-commerce .woocommerce-message,
.tine-commerce .woocommerce-info,
.tine-commerce .woocommerce-error {
  margin: 0 0 24px;
  padding: 18px 20px 18px 52px;
  border: 0;
  border-radius: 16px;
  background: #f0f7e7;
  color: var(--tine-ink, #343b29);
  line-height: 1.55;
}

.tine-commerce .woocommerce-message::before,
.tine-commerce .woocommerce-info::before {
  top: 18px;
  color: var(--tine-forest, #1b4332);
}

.tine-commerce .woocommerce-error {
  background: #fff1eb;
}

/* Controlli condivisi */
.tine-commerce input[type="text"],
.tine-commerce input[type="email"],
.tine-commerce input[type="tel"],
.tine-commerce input[type="number"],
.tine-commerce input[type="password"],
.tine-commerce input[type="date"],
.tine-commerce input[type="time"],
.tine-commerce select,
.tine-commerce textarea,
.tine-commerce .select2-container--default .select2-selection--single {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #dce5d8;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  color: var(--tine-ink, #343b29);
  font: inherit;
}

.tine-commerce textarea {
  min-height: 120px;
  resize: vertical;
}

.tine-commerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 4px 0;
  color: var(--tine-ink, #343b29);
  line-height: 26px;
}

.tine-commerce .form-row label {
  margin-bottom: 7px;
  color: var(--tine-forest, #1b4332);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.tine-commerce button.button,
.tine-commerce a.button,
.tine-commerce input.button,
.tine-commerce #place_order {
  min-height: 50px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--tine-forest, #1b4332);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease;
}

.tine-commerce button.button:hover,
.tine-commerce a.button:hover,
.tine-commerce input.button:hover,
.tine-commerce #place_order:hover {
  background: #275c46;
  color: #fff;
  transform: translateY(-1px);
}

/* Carrello */
.tine-cart-page .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}

.tine-cart-page .woocommerce-notices-wrapper,
.tine-cart-page .woocommerce-cart-form__contents,
.tine-cart-page .cart-empty,
.tine-cart-page .return-to-shop {
  grid-column: 1 / -1;
}

.tine-cart-page .woocommerce-cart-form {
  min-width: 0;
}

.tine-cart-page table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

.tine-cart-page table.shop_table th {
  padding: 0 14px 14px;
  border: 0;
  color: #798271;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tine-cart-page table.shop_table td {
  padding: 22px 14px;
  border: 0;
  border-top: 1px solid #e4eae1;
}

.tine-cart-page td.product-thumbnail img {
  width: 88px;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tine-cart-page td.product-name a {
  color: var(--tine-forest, #1b4332);
  font-family: "Cardo", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.tine-cart-page .variation {
  margin-top: 9px;
  color: #687061;
  font-size: 12px;
}

.tine-cart-page .variation dt,
.tine-cart-page .variation dd {
  display: inline;
  float: none;
}

.tine-cart-page .variation dd::after {
  content: "";
  display: block;
}

.tine-cart-page td.product-remove a.remove {
  color: #a34b37 !important;
  font-size: 22px;
}

.tine-cart-page td.actions {
  padding: 24px 0 0 !important;
}

.tine-cart-page .coupon {
  display: flex;
  gap: 10px;
}

.tine-cart-page .coupon input.input-text {
  width: 180px;
}

.tine-cart-page .cart-collaterals {
  width: 100%;
}

.tine-cart-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 28px;
  border-radius: 22px;
  background: var(--tine-mist, #f2f7f2);
}

.tine-cart-page .cart_totals h2,
.tine-checkout-page #order_review_heading,
.tine-account-page .woocommerce-MyAccount-content h2 {
  margin: 0 0 20px;
  color: var(--tine-forest, #1b4332);
  font-family: "Cardo", serif;
  font-size: 30px;
  line-height: 1.1;
}

.tine-cart-page .cart_totals table {
  margin-bottom: 20px !important;
}

.tine-cart-page .cart_totals table th,
.tine-cart-page .cart_totals table td {
  padding: 15px 0;
  border-top: 1px solid #dce5d8;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.tine-cart-page .wc-proceed-to-checkout {
  padding: 10px 0 0;
}

.tine-cart-page .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

/* Carrello Elementor — layout reale e direzione visiva Tinè */
.tine-cart-page {
  padding: clamp(34px, 5vw, 76px) var(--tine-gutter) clamp(76px, 9vw, 132px) !important;
  background: #fff;
}

.tine-cart-page > .elementor-widget-html,
.tine-cart-page > .elementor-widget-woocommerce-cart {
  width: min(100%, var(--tine-content));
  margin-inline: auto;
}

.tine-cart-page .tine-commerce-header {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(34px, 5vw, 58px);
  padding: clamp(28px, 4vw, 50px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  border: 0;
  border-left: 8px solid var(--tine-sprout, #c1e283);
  border-radius: 0;
  background: var(--tine-mist, #f2f7f2);
}

.tine-cart-page .tine-commerce-header::after {
  content: "";
  position: absolute;
  top: -54px;
  right: clamp(18px, 6vw, 90px);
  width: 132px;
  height: 132px;
  border: 1px solid rgba(27, 67, 50, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(193, 226, 131, 0.18);
  pointer-events: none;
}

.tine-cart-page .tine-commerce-header .tine-shop__eyebrow,
.tine-cart-page .tine-commerce-header__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: var(--tine-orange, #ff9600);
}

.tine-cart-page .tine-commerce-header h1 {
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  letter-spacing: -0.055em;
  line-height: .86;
}

.tine-cart-page .tine-commerce-header p:last-child {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(.86rem, 1vw, .98rem);
}

.tine-cart-page .elementor-widget-woocommerce-cart {
  --sections-border-color: transparent;
  --sections-border-radius: 0;
  --sections-padding: 0;
  --links-normal-color: var(--tine-forest, #1b4332);
  --links-hover-color: #275c46;
}

.tine-cart-page .elementor-widget-woocommerce-cart .woocommerce {
  display: block;
}

.tine-cart-page .e-cart__container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, .72fr) !important;
  gap: clamp(26px, 3vw, 48px) !important;
  align-items: start;
}

.tine-cart-page .e-cart__column,
.tine-cart-page .woocommerce-cart-form,
.tine-cart-page .e-cart__column-inner {
  width: 100% !important;
  min-width: 0;
}

.tine-cart-page .e-shop-table,
.tine-cart-page .coupon.e-cart-section,
.tine-cart-page .e-cart-totals.e-cart-section {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tine-cart-page .e-shop-table {
  padding: 0;
  border-top: 3px solid var(--tine-forest, #1b4332);
  border-bottom: 1px solid var(--tine-line, rgba(27, 67, 50, .2));
  background: #fff;
}

.tine-cart-page table.shop_table {
  width: 100%;
  table-layout: auto;
}

.tine-cart-page table.shop_table thead th {
  padding: 18px 10px 15px;
  border-bottom: 1px solid var(--tine-line, rgba(27, 67, 50, .2));
  color: var(--tine-forest, #1b4332);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.tine-cart-page table.shop_table thead .product-name {
  padding-left: 18px;
}

.tine-cart-page table.shop_table td {
  padding: 25px 10px;
  border-top: 0;
  border-bottom: 1px solid rgba(27, 67, 50, .12);
  vertical-align: middle;
}

.tine-cart-page table.shop_table tr.cart_item:last-child td {
  border-bottom: 0;
}

.tine-cart-page td.product-remove {
  width: 38px;
  padding-right: 4px !important;
}

.tine-cart-page td.product-remove a.remove {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(163, 75, 55, .35);
  border-radius: 50%;
  color: #a34b37 !important;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.tine-cart-page td.product-remove a.remove:hover {
  border-color: #a34b37;
  color: #fff !important;
  background: #a34b37;
}

.tine-cart-page td.product-thumbnail {
  width: 108px;
  padding-right: 14px !important;
}

.tine-cart-page td.product-thumbnail img {
  width: 92px !important;
  min-width: 92px;
  border: 1px solid rgba(27, 67, 50, .12);
  border-radius: 0;
  background: var(--tine-soft, #f6f7f4);
  aspect-ratio: 1 / 1;
}

.tine-cart-page td.product-name {
  min-width: 210px;
  padding-left: 18px !important;
}

.tine-cart-page td.product-name > a {
  display: inline-block;
  max-width: 340px;
  color: var(--tine-forest, #1b4332) !important;
  font-family: var(--tine-display, Georgia, serif);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-decoration: none;
}

.tine-cart-page td.product-name > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tine-cart-page .variation {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 3px 8px;
  max-width: 390px;
  margin: 13px 0 0;
  color: #657060;
  font-size: .69rem;
  line-height: 1.45;
}

.tine-cart-page .variation dt,
.tine-cart-page .variation dd {
  display: block;
  margin: 0;
}

.tine-cart-page .variation dt {
  color: var(--tine-forest, #1b4332);
  font-weight: 700;
}

.tine-cart-page .variation dd::after {
  display: none;
}

.tine-cart-page .variation p {
  margin: 0;
}

.tine-cart-page td.product-price,
.tine-cart-page td.product-subtotal {
  white-space: nowrap;
  color: var(--tine-ink, #343b29);
  font-size: .79rem;
  font-weight: 600;
}

.tine-cart-page td.product-subtotal {
  color: var(--tine-forest, #1b4332);
}

.tine-cart-page td.product-quantity {
  width: 78px;
}

.tine-cart-page td.product-quantity .quantity {
  width: 58px;
}

.tine-cart-page td.product-quantity input.qty {
  width: 58px;
  min-height: 46px;
  padding: 8px 5px;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2));
  border-radius: 0;
  background: #fff;
  text-align: center;
}

.tine-cart-page td.actions {
  padding: 20px 0 0 !important;
  border: 0 !important;
}

.tine-cart-page td.actions .button[name="update_cart"] {
  float: right;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--tine-forest, #1b4332);
  border-radius: 0;
  color: var(--tine-forest, #1b4332);
  background: transparent;
}

.tine-cart-page td.actions .button[name="update_cart"]:hover:not(:disabled) {
  color: #fff;
  background: var(--tine-forest, #1b4332);
}

.tine-cart-page td.actions .button[name="update_cart"]:disabled {
  border-color: #d8ded5;
  color: #9aa198;
  background: #f5f6f4;
  opacity: 1;
}

.tine-cart-page .coupon.e-cart-section {
  margin-top: 22px;
  padding: 18px;
  border-left: 3px solid var(--tine-sprout, #c1e283);
  background: var(--tine-mist, #f2f7f2);
}

.tine-cart-page .coupon .coupon-col {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  width: min(100%, 520px);
}

.tine-cart-page .coupon .coupon-col-start,
.tine-cart-page .coupon .coupon-col-end {
  width: auto !important;
}

.tine-cart-page .coupon input.input-text {
  width: 100%;
  min-height: 48px;
  border-radius: 0;
  background: #fff;
}

.tine-cart-page .coupon button.e-apply-coupon {
  min-height: 48px;
  border-radius: 0;
  white-space: nowrap;
}

.tine-cart-page .e-cart__column-end {
  position: relative;
}

.tine-cart-page .e-cart__column-inner.e-sticky-right-column {
  position: sticky;
  top: 116px;
}

.tine-cart-page .e-cart-totals.e-cart-section {
  padding: 0;
  background: transparent;
}

.tine-cart-page .cart-collaterals .cart_totals {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--tine-forest, #1b4332);
}

.tine-cart-page .cart-collaterals .cart_totals::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 8px;
  background: var(--tine-orange, #ff9600);
}

.tine-cart-page .cart_totals h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -.03em;
}

.tine-cart-page .cart_totals table,
.tine-cart-page .cart_totals tbody,
.tine-cart-page .cart_totals tr {
  color: inherit;
  background: transparent;
}

.tine-cart-page .cart_totals table.shop_table th,
.tine-cart-page .cart_totals table.shop_table td {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 0;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  font-size: .76rem;
  line-height: 1.55;
}

.tine-cart-page .cart_totals table.shop_table th {
  width: 39%;
  padding-right: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}

.tine-cart-page .cart_totals table.shop_table td {
  text-align: right;
}

.tine-cart-page .cart_totals .order-total th,
.tine-cart-page .cart_totals .order-total td {
  padding-top: 20px;
  color: var(--tine-sprout, #c1e283);
  font-size: .96rem;
}

.tine-cart-page .cart_totals .order-total strong {
  color: inherit;
}

.tine-cart-page .woocommerce-shipping-methods,
.tine-cart-page .woocommerce-shipping-destination {
  margin: 0 0 6px;
  padding: 0;
  color: rgba(255, 255, 255, .74);
  list-style: none;
}

.tine-cart-page .shipping-calculator-button {
  display: inline-block;
  margin-top: 5px;
  color: var(--tine-sprout, #c1e283) !important;
  font-size: .7rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.tine-cart-page .shipping-calculator-form {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .17);
  text-align: left;
}

.tine-cart-page .shipping-calculator-form label {
  color: #fff;
}

.tine-cart-page .shipping-calculator-form input,
.tine-cart-page .shipping-calculator-form select,
.tine-cart-page .shipping-calculator-form .select2-selection {
  border: 0;
  border-radius: 0;
}

.tine-cart-page .wc-proceed-to-checkout {
  display: block;
  margin: 8px 0 0;
  padding: 0;
}

.tine-cart-page .wc-proceed-to-checkout a.checkout-button {
  min-height: 56px;
  padding: 17px 20px;
  border: 0;
  border-radius: 0;
  color: var(--tine-ink, #343b29) !important;
  background: var(--tine-orange, #ff9600);
  font-size: .72rem;
  letter-spacing: .08em;
}

.tine-cart-page .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff !important;
  background: #e98400;
}

.tine-cart-page .woocommerce-notices-wrapper {
  width: 100%;
}

.tine-cart-page .cart-empty.woocommerce-info {
  margin: 0;
  padding: clamp(42px, 7vw, 88px) clamp(24px, 5vw, 60px);
  border-left: 8px solid var(--tine-sprout, #c1e283);
  border-radius: 0;
  background: var(--tine-mist, #f2f7f2);
  text-align: center;
}

.tine-cart-page .cart-empty.woocommerce-info::before {
  position: static;
  display: block;
  margin: 0 auto 12px;
  color: var(--tine-orange, #ff9600);
  font-size: 24px;
}

.tine-cart-page .return-to-shop {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1050px) {
  .tine-cart-page .e-cart__container {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .62fr) !important;
    gap: 28px !important;
  }

  .tine-cart-page td.product-thumbnail {
    width: 88px;
  }

  .tine-cart-page td.product-thumbnail img {
    width: 74px !important;
    min-width: 74px;
  }

  .tine-cart-page td.product-name {
    min-width: 175px;
    padding-left: 10px !important;
  }

  .tine-cart-page .variation {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .tine-cart-page .variation dd {
    margin-bottom: 4px;
  }
}

@media (max-width: 900px) {
  .tine-cart-page .e-cart__container {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .tine-cart-page .e-cart__column-inner.e-sticky-right-column {
    position: static;
  }

  .tine-cart-page .cart-collaterals .cart_totals {
    padding: clamp(26px, 5vw, 42px);
  }
}

@media (max-width: 680px) {
  .tine-cart-page {
    padding-top: 24px !important;
  }

  .tine-cart-page .tine-commerce-header {
    margin-bottom: 30px;
    padding: 27px 20px 30px;
    border-left-width: 5px;
  }

  .tine-cart-page .tine-commerce-header::after {
    top: -72px;
    right: -34px;
  }

  .tine-cart-page .tine-commerce-header h1 {
    font-size: clamp(3.25rem, 18vw, 4.8rem);
  }

  .tine-cart-page table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 30px;
    grid-template-areas:
      "thumb name remove"
      "thumb price remove"
      "thumb quantity remove"
      "thumb subtotal remove";
    gap: 8px 13px;
    padding: 22px 0;
    border-bottom: 1px solid var(--tine-line, rgba(27, 67, 50, .2));
  }

  .tine-cart-page table.shop_table td {
    width: auto;
    min-width: 0;
    padding: 0 !important;
    border: 0;
  }

  .tine-cart-page td.product-thumbnail {
    display: block;
    grid-area: thumb;
  }

  .tine-cart-page td.product-thumbnail img {
    width: 76px !important;
    min-width: 76px;
  }

  .tine-cart-page td.product-name {
    grid-area: name;
  }

  .tine-cart-page td.product-name > a {
    font-size: 1.08rem;
  }

  .tine-cart-page .variation {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .tine-cart-page td.product-remove {
    display: block;
    grid-area: remove;
    justify-self: end;
  }

  .tine-cart-page td.product-price {
    grid-area: price;
  }

  .tine-cart-page td.product-quantity {
    grid-area: quantity;
  }

  .tine-cart-page td.product-subtotal {
    grid-area: subtotal;
    color: var(--tine-forest, #1b4332);
  }

  .tine-cart-page td.product-price,
  .tine-cart-page td.product-quantity,
  .tine-cart-page td.product-subtotal {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-start;
    font-size: .74rem;
  }

  .tine-cart-page td.product-price::before,
  .tine-cart-page td.product-quantity::before,
  .tine-cart-page td.product-subtotal::before {
    position: static;
    float: none;
    width: auto;
    color: #7b8477;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .tine-cart-page td.product-quantity .quantity,
  .tine-cart-page td.product-quantity input.qty {
    width: 52px;
  }

  .tine-cart-page td.product-quantity input.qty {
    min-height: 40px;
  }

  .tine-cart-page td.actions {
    display: block;
    padding-top: 16px !important;
  }

  .tine-cart-page td.actions .button[name="update_cart"] {
    float: none;
    width: 100%;
  }

  .tine-cart-page .coupon.e-cart-section {
    margin-top: 18px;
    padding: 15px;
  }

  .tine-cart-page .coupon .coupon-col {
    width: 100%;
  }

  .tine-cart-page .cart_totals table.shop_table tr {
    display: grid;
    grid-template-columns: minmax(90px, .72fr) minmax(0, 1.28fr);
  }

  .tine-cart-page .cart_totals table.shop_table th,
  .tine-cart-page .cart_totals table.shop_table td {
    display: block;
    width: auto;
    padding: 15px 0;
    text-align: left;
  }

  .tine-cart-page .cart_totals table.shop_table td {
    text-align: right;
  }

  .tine-cart-page .cart_totals table.shop_table td::before {
    display: none;
  }
}

/* Aggiornamento 2.5: contrasti carrello, coupon e checkout Tinè Fiori. */
.tine-cart-page .elementor-widget-woocommerce-cart .coupon.e-cart-section {
  position: relative;
  margin-top: 24px !important;
  padding: 22px !important;
  border: 0 !important;
  border-left: 6px solid var(--tine-sprout, #c1e283) !important;
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon.e-cart-section::before {
  content: "Hai un codice sconto?";
  display: block;
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--tine-display, Cardo, Georgia, serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon input#coupon_code {
  border-color: #fff !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon {
  border-color: var(--tine-sprout, #c1e283) !important;
  color: var(--tine-ink, #283126) !important;
  background: var(--tine-sprout, #c1e283) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon:hover,
.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon:focus-visible {
  border-color: #fff !important;
  color: var(--tine-forest, #1b4332) !important;
  background: #fff !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart a:focus-visible,
.tine-cart-page .elementor-widget-woocommerce-cart button:focus-visible,
.tine-cart-page .elementor-widget-woocommerce-cart input:focus-visible,
.tine-checkout-page a:focus-visible,
.tine-checkout-page button:focus-visible,
.tine-checkout-page input:focus-visible,
.tine-checkout-page select:focus-visible,
.tine-checkout-page textarea:focus-visible {
  outline: 3px solid var(--tine-orange, #ff9600) !important;
  outline-offset: 3px;
}

.tine-checkout-page .e-coupon-box {
  border: 0 !important;
  border-left: 6px solid var(--tine-sprout, #c1e283) !important;
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
}

.tine-checkout-page form.checkout > .e-coupon-box {
  grid-column: 1 / -1;
}

.tine-checkout-page .e-checkout__container > .e-coupon-box {
	grid-column: 1 / -1 !important;
	margin-bottom: 0 !important;
}

.tine-checkout-page .e-coupon-anchor-description,
.tine-checkout-page .e-coupon-anchor-description a {
  color: #fff !important;
}

.tine-checkout-page .e-coupon-anchor-description a {
  font-weight: 700;
}

.tine-checkout-page .tine-address-technical,
.tine-checkout-page .tine-business-only {
  display: none !important;
}

.tine-checkout-page.tine-business-checkout .tine-business-only,
.tine-business-checkout .tine-checkout-page .tine-business-only {
  display: block !important;
}

.tine-checkout-page .tine-invoice-toggle {
  grid-column: 1 / -1 !important;
  margin-top: 4px !important;
  padding: 16px 18px !important;
  border-left: 4px solid var(--tine-sprout, #c1e283);
  color: var(--tine-forest, #1b4332);
  background: var(--tine-mist, #f2f7f2);
}

.tine-checkout-page .tine-invoice-toggle label {
  display: flex !important;
  gap: 10px;
  align-items: center;
  margin: 0 !important;
  cursor: pointer;
}

.tine-checkout-page .tine-invoice-toggle input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  accent-color: var(--tine-forest, #1b4332);
}

.tine-checkout-page #order_review table.shop_table td,
.tine-checkout-page #order_review table.shop_table th,
.tine-cart-page .cart_totals table.shop_table td,
.tine-cart-page .cart_totals table.shop_table th {
  text-shadow: none !important;
}

/* Consegna e biglietto per singola riga prodotto, modificabili al checkout. */
.tine-checkout-page .tine-checkout-delivery {
  position: relative;
  margin: 28px 0 0;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2));
  border-top: 5px solid var(--tine-lime, #c5e879);
  color: var(--tine-ink, #17251f);
  background: var(--tine-mist, #eef4ed);
}

.tine-checkout-page .tine-checkout-delivery::after {
  content: "3h";
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(23, 63, 47, .25);
  border-radius: 50%;
  color: var(--tine-forest, #173f2f);
  font-family: var(--tine-display, Cardo, Georgia, serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.tine-checkout-page .tine-checkout-delivery__heading {
  max-width: 520px;
  padding-right: 65px;
}

.tine-checkout-page .tine-checkout-delivery__heading .tine-shop__eyebrow {
  margin: 0 0 9px;
  color: var(--tine-orange, #f59a23);
}

.tine-checkout-page .tine-checkout-delivery__heading h3 {
  margin: 0;
  color: var(--tine-forest, #173f2f);
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.tine-checkout-page .tine-checkout-delivery__heading > p:last-child {
  margin: 12px 0 0;
  color: #5b695f;
  font-size: .72rem;
  line-height: 1.65;
}

.tine-checkout-page .tine-checkout-delivery__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.tine-checkout-delivery__items {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.tine-checkout-delivery__item {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(23, 63, 47, .18);
  background: #fff;
}

.tine-checkout-delivery__item legend {
  padding: 0 8px 0 0;
  color: var(--tine-forest, #173f2f);
  font-family: var(--tine-display, Cardo, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.tine-checkout-delivery .tine-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--tine-forest, #173f2f);
  font-size: 12px;
  font-weight: 700;
}

.tine-checkout-delivery .tine-field--wide { grid-column: 1 / -1; }
.tine-checkout-delivery .tine-field span small { color: #7b817b; font-weight: 500; }
.tine-checkout-delivery .tine-character-count { margin: -4px 0 0; }

.tine-checkout-delivery__item .tine-checkout-delivery__notice {
  margin-top: 13px;
}

.tine-checkout-page .tine-checkout-delivery__fields input,
.tine-checkout-page .tine-checkout-delivery__fields select,
.tine-checkout-page .tine-checkout-delivery__fields textarea {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(23, 63, 47, .26) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #17251f) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.tine-checkout-page .tine-checkout-delivery__fields textarea {
  height: 92px !important;
  resize: vertical;
}

.tine-checkout-page .tine-checkout-delivery__notice {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--tine-orange, #f59a23);
  color: #59675d;
  background: rgba(255, 255, 255, .66);
  font-size: .65rem;
  line-height: 1.55;
}

.tine-order-national .tine-checkout-delivery {
  display: none !important;
}

.tine-checkout-page .tine-checkout-condolence {
  margin: 28px 0 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(23, 63, 47, .2);
  border-top: 5px solid #9f2635;
  color: var(--tine-ink, #17251f);
  background: #fbf7f5;
}

.tine-checkout-condolence__heading h3 {
  margin: 0;
  color: var(--tine-forest, #173f2f);
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem) !important;
  line-height: 1.08;
}

.tine-checkout-condolence__heading > p:last-child {
  margin: 10px 0 0;
  color: #5b695f;
  font-size: .72rem;
  line-height: 1.65;
}

.tine-checkout-condolence__items {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.tine-checkout-condolence__item {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(159, 38, 53, .18);
  background: #fff;
}

.tine-checkout-condolence__item legend {
  padding: 0 8px 0 0;
  color: #9f2635;
  font-family: var(--tine-display, Cardo, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.tine-checkout-condolence__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tine-checkout-condolence .tine-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--tine-forest, #173f2f);
  font-size: 12px;
  font-weight: 700;
}

.tine-checkout-condolence .tine-field--wide { grid-column: 1 / -1; }
.tine-checkout-condolence .tine-field span small { color: #7b817b; font-weight: 500; }
.tine-checkout-condolence .tine-character-count { margin: -4px 0 0; }

@media (max-width: 680px) {
  .tine-checkout-page .tine-checkout-delivery {
    padding: 22px 18px;
  }

  .tine-checkout-page .tine-checkout-delivery::after {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .tine-checkout-page .tine-checkout-delivery__heading {
    padding-right: 54px;
  }

  .tine-checkout-page .tine-checkout-delivery__fields {
    grid-template-columns: 1fr;
  }

  .tine-checkout-delivery .tine-field--wide { grid-column: 1; }

  .tine-checkout-condolence__grid {
    grid-template-columns: 1fr;
  }

  .tine-checkout-condolence .tine-field--wide { grid-column: 1; }
}

/*
 * Checkout Elementor Pro — il widget inserisce .e-checkout__container dentro
 * il form. La griglia va applicata a quel wrapper, non al form stesso.
 */
.tine-checkout-page {
  padding: clamp(34px, 5vw, 76px) var(--tine-gutter) clamp(76px, 9vw, 132px) !important;
  background: #fff;
}

.tine-checkout-page > .elementor-widget-html,
.tine-checkout-page > .elementor-widget-woocommerce-checkout-page {
  width: min(100%, var(--tine-content)) !important;
  max-width: var(--tine-content) !important;
  margin-inline: auto !important;
}

.tine-checkout-page .tine-commerce-header {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(34px, 5vw, 58px);
  padding: clamp(28px, 4vw, 50px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  border: 0;
  border-left: 8px solid var(--tine-sprout, #c1e283);
  border-radius: 0;
  background: var(--tine-mist, #f2f7f2);
}

.tine-checkout-page .tine-commerce-header::after {
  content: "";
  position: absolute;
  top: -54px;
  right: clamp(18px, 6vw, 90px);
  width: 132px;
  height: 132px;
  border: 1px solid rgba(27, 67, 50, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(193, 226, 131, .18);
  pointer-events: none;
}

.tine-checkout-page .tine-commerce-header .tine-shop__eyebrow,
.tine-checkout-page .tine-commerce-header__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: var(--tine-orange, #ff9600);
}

.tine-checkout-page .tine-commerce-header h1 {
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  letter-spacing: -.055em;
  line-height: .86;
}

.tine-checkout-page .tine-commerce-header p:last-child {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(.86rem, 1vw, .98rem);
}

.tine-checkout-page .elementor-widget-woocommerce-checkout-page,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page form,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page table,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page input,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page select,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page textarea,
.tine-checkout-page .elementor-widget-woocommerce-checkout-page button {
  font-family: var(--tine-sans, Montserrat, Arial, sans-serif) !important;
}

.tine-checkout-page form.checkout.woocommerce-checkout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tine-checkout-page .e-checkout__container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr) !important;
  gap: clamp(30px, 4vw, 64px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.tine-checkout-page .e-checkout__column,
.tine-checkout-page #customer_details,
.tine-checkout-page #customer_details .col-1,
.tine-checkout-page #customer_details .col-2,
.tine-checkout-page .e-checkout__order_review,
.tine-checkout-page .e-checkout__order_review-2,
.tine-checkout-page #order_review,
.tine-checkout-page #payment {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  float: none !important;
}

.tine-checkout-page #customer_details .col-1 {
  margin: 0 !important;
  padding: clamp(24px, 3vw, 38px) !important;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
  border-top: 4px solid var(--tine-forest, #1b4332) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.tine-checkout-page #customer_details .col-2 {
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .woocommerce-billing-fields > h3,
.tine-checkout-page .woocommerce-shipping-fields h3,
.tine-checkout-page .woocommerce-additional-fields > h3 {
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: var(--tine-forest, #1b4332) !important;
  background: transparent !important;
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  line-height: 1.08 !important;
}

.tine-checkout-page .woocommerce-shipping-fields h3 {
  padding: 20px 22px !important;
  border-left: 4px solid var(--tine-sprout, #c1e283) !important;
  background: var(--tine-mist, #f2f7f2) !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
}

.tine-checkout-page .woocommerce-shipping-fields h3 label {
  display: flex !important;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}

.tine-checkout-page .woocommerce-shipping-fields h3 input {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  accent-color: var(--tine-forest, #1b4332);
}

.tine-checkout-page .woocommerce-billing-fields__field-wrapper,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 16px !important;
  width: 100% !important;
}

.tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row-wide,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

.tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row-first,
.tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row-last,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-first,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-last {
  grid-column: auto;
}

.tine-checkout-page .form-row label:not(.screen-reader-text) {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--tine-forest, #1b4332) !important;
  font-size: .66rem !important;
  font-weight: 700 !important;
  letter-spacing: .055em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.tine-checkout-page .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.tine-checkout-page .form-row input.input-text,
.tine-checkout-page .form-row select,
.tine-checkout-page .form-row textarea,
.tine-checkout-page .select2-container,
.tine-checkout-page .select2-container .select2-selection--single {
  width: 100% !important;
}

.tine-checkout-page .form-row input.input-text,
.tine-checkout-page .form-row select,
.tine-checkout-page .select2-container .select2-selection--single {
  height: 52px !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(27, 67, 50, .24) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: .78rem !important;
}

.tine-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  line-height: 27px !important;
}

.tine-checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  right: 10px !important;
}

.tine-checkout-page .form-row textarea {
  min-height: 138px !important;
  padding: 14px !important;
  border: 1px solid rgba(27, 67, 50, .24) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: .78rem !important;
}

.tine-checkout-page .form-row input:focus,
.tine-checkout-page .form-row select:focus,
.tine-checkout-page .form-row textarea:focus,
.tine-checkout-page .select2-container--focus .select2-selection--single {
  border-color: var(--tine-forest, #1b4332) !important;
  outline: 2px solid rgba(193, 226, 131, .55) !important;
  outline-offset: 1px;
}

.tine-checkout-page .woocommerce-additional-fields {
  margin: 0 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.tine-checkout-page .e-checkout__column-end {
  position: relative !important;
}

.tine-checkout-page .e-checkout__order_review {
  position: relative !important;
  margin: 0 0 22px !important;
  padding: clamp(26px, 3vw, 38px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--tine-mist, #f2f7f2) !important;
}

.tine-checkout-page .e-checkout__order_review::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 7px;
  background: var(--tine-orange, #ff9600);
}

.tine-checkout-page #order_review {
  position: static !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.tine-checkout-page #order_review::before {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--tine-forest, #1b4332) !important;
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
  font-size: clamp(1.85rem, 2.6vw, 2.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.tine-checkout-page #order_review table.shop_table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  color: var(--tine-ink, #343b29) !important;
  background: transparent !important;
}

.tine-checkout-page #order_review table.shop_table th,
.tine-checkout-page #order_review table.shop_table td {
  padding: 15px 0 !important;
  border-top: 1px solid rgba(27, 67, 50, .16) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: transparent !important;
  font-family: var(--tine-sans, Montserrat, Arial, sans-serif) !important;
  font-size: .73rem !important;
  line-height: 1.5 !important;
  vertical-align: top !important;
}

.tine-checkout-page #order_review table.shop_table th:last-child,
.tine-checkout-page #order_review table.shop_table td:last-child {
  width: 31%;
  padding-left: 14px !important;
  text-align: right !important;
}

.tine-checkout-page #order_review table.shop_table thead th {
  color: var(--tine-forest, #1b4332) !important;
  font-size: .61rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.tine-checkout-page #order_review .product-name {
  overflow-wrap: anywhere;
}

.tine-checkout-page #order_review .variation {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 2px 7px;
  margin: 9px 0 0;
  color: #657060;
  font-size: .66rem;
  line-height: 1.4;
}

.tine-checkout-page #order_review .variation dt,
.tine-checkout-page #order_review .variation dd {
  display: block;
  float: none;
  margin: 0;
}

.tine-checkout-page #order_review .variation dt {
  color: var(--tine-forest, #1b4332);
  font-weight: 700;
}

.tine-checkout-page #order_review .variation p {
  margin: 0;
}

.tine-checkout-page #order_review .order-total th,
.tine-checkout-page #order_review .order-total td,
.tine-checkout-page #order_review .order-total strong,
.tine-checkout-page #order_review .order-total .amount {
  color: var(--tine-forest, #1b4332) !important;
  font-size: .9rem !important;
}

.tine-checkout-page .e-checkout__order_review-2 {
  margin: 0 !important;
}

.tine-checkout-page .e-coupon-box {
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
  border-left: 4px solid var(--tine-sprout, #c1e283) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
  font-size: .75rem !important;
  line-height: 1.5 !important;
}

.tine-checkout-page .e-coupon-anchor-description {
  color: #667061 !important;
}

.tine-checkout-page .e-coupon-anchor-description a {
  color: var(--tine-forest, #1b4332) !important;
  font-weight: 700;
  text-underline-offset: 3px;
}

.tine-checkout-page #payment.woocommerce-checkout-payment {
  margin: 0 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
}

.tine-checkout-page #payment ul.payment_methods {
  margin: 0 !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
}

.tine-checkout-page #payment .woocommerce-notice,
.tine-checkout-page #payment .woocommerce-info,
.tine-checkout-page #payment .woocommerce-error {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-left: 4px solid var(--tine-orange, #ff9600) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: var(--tine-mist, #f2f7f2) !important;
  font-size: .75rem !important;
  line-height: 1.55 !important;
}

.tine-checkout-page #payment .woocommerce-privacy-policy-text {
  margin-top: 20px;
  color: #626c5e;
  font-size: .7rem;
  line-height: 1.65;
}

.tine-checkout-page #payment .woocommerce-privacy-policy-text a {
  color: var(--tine-forest, #1b4332) !important;
  text-underline-offset: 3px;
}

.tine-checkout-page #place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 18px 0 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: var(--tine-orange, #ff9600) !important;
  box-shadow: none !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.tine-checkout-page #place_order:hover {
  color: #fff !important;
  background: #e98400 !important;
}

@media (max-width: 980px) {
  .tine-checkout-page .e-checkout__container {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 680px) {
  .tine-checkout-page {
    padding-top: 24px !important;
  }

  .tine-checkout-page .tine-commerce-header {
    margin-bottom: 30px;
    padding: 27px 20px 30px;
    border-left-width: 5px;
  }

  .tine-checkout-page .tine-commerce-header::after {
    top: -72px;
    right: -34px;
  }

  .tine-checkout-page .tine-commerce-header h1 {
    font-size: clamp(3.05rem, 17vw, 4.6rem);
  }

  .tine-checkout-page #customer_details .col-1,
  .tine-checkout-page .woocommerce-additional-fields,
  .tine-checkout-page .e-checkout__order_review,
  .tine-checkout-page #payment.woocommerce-checkout-payment {
    padding: 22px 18px !important;
  }

  .tine-checkout-page .woocommerce-billing-fields__field-wrapper,
  .tine-checkout-page .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
  .tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row {
    grid-column: 1 / -1 !important;
  }

  .tine-checkout-page #order_review .variation {
    grid-template-columns: 1fr;
  }

  .tine-checkout-page #order_review .variation dd {
    margin-bottom: 4px;
  }
}

@media (max-width: 460px) {
  .tine-cart-page .coupon .coupon-col {
    grid-template-columns: 1fr;
  }

  .tine-cart-page .coupon button.e-apply-coupon {
    width: 100%;
  }

  .tine-cart-page .cart-collaterals .cart_totals {
    padding: 25px 20px;
  }
}

/* Checkout */
.tine-checkout-page form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.tine-checkout-page #customer_details {
  min-width: 0;
}

.tine-checkout-page #customer_details .col-1,
.tine-checkout-page #customer_details .col-2 {
  float: none;
  width: 100%;
}

.tine-checkout-page #customer_details .col-2 {
  margin-top: 36px;
}

.tine-checkout-page .woocommerce-billing-fields > h3,
.tine-checkout-page .woocommerce-shipping-fields h3,
.tine-checkout-page .woocommerce-additional-fields > h3 {
  margin: 0 0 22px;
  color: var(--tine-forest, #1b4332);
  font-family: "Cardo", serif;
  font-size: 32px;
  font-weight: 700;
}

.tine-checkout-page #order_review_heading {
  display: none;
}

.tine-checkout-page #order_review {
  position: sticky;
  top: 110px;
  padding: 28px;
  border-radius: 24px;
  background: var(--tine-mist, #f2f7f2);
}

.tine-checkout-page #order_review::before {
  content: "Riepilogo ordine";
  display: block;
  margin-bottom: 20px;
  color: var(--tine-forest, #1b4332);
  font-family: "Cardo", serif;
  font-size: 30px;
  font-weight: 700;
}

.tine-checkout-page table.shop_table {
  margin: 0 0 20px;
  border: 0;
  border-collapse: collapse;
}

.tine-checkout-page table.shop_table th,
.tine-checkout-page table.shop_table td {
  padding: 14px 0;
  border: 0;
  border-top: 1px solid #dce5d8;
  font-size: 13px;
}

.tine-checkout-page table.shop_table thead th {
  border-top: 0;
  color: #737c6c;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tine-checkout-page #payment {
  background: transparent;
}

.tine-checkout-page #payment ul.payment_methods {
  padding: 12px 0 20px;
  border-bottom-color: #dce5d8;
}

.tine-checkout-page #payment div.payment_box {
  border-radius: 12px;
  background: #fff;
  color: #5e6757;
  font-size: 12px;
  line-height: 1.55;
}

.tine-checkout-page #payment div.form-row {
  padding: 20px 0 0;
}

.tine-checkout-page #place_order {
  width: 100%;
}

/* Account */
.tine-account-page {
  padding: clamp(34px, 5vw, 76px) var(--tine-gutter, clamp(18px, 5vw, 72px)) clamp(76px, 9vw, 132px) !important;
  background: #fff;
}

.tine-account-page > .elementor-widget-html,
.tine-account-page > .elementor-widget-text-editor,
.tine-account-page > .elementor-widget-shortcode {
  width: min(100%, var(--tine-content, 1240px)) !important;
  max-width: var(--tine-content, 1240px) !important;
  margin-inline: auto !important;
}

.tine-account-page .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  min-width: 0;
}

.tine-account-page .woocommerce-notices-wrapper,
.tine-account-page .woocommerce-form-login,
.tine-account-page .woocommerce-form-register,
.tine-account-page .u-columns {
  grid-column: 1 / -1;
}

.tine-account-page .woocommerce-MyAccount-navigation {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  border-radius: 20px;
  background: var(--tine-mist, #f2f7f2);
}

.tine-account-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tine-account-page .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.tine-account-page .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 15px;
  border-radius: 12px;
  color: #53604d;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.tine-account-page .woocommerce-MyAccount-navigation li.is-active a,
.tine-account-page .woocommerce-MyAccount-navigation a:hover {
  background: var(--tine-forest, #1b4332);
  color: #fff;
}

.tine-account-page .woocommerce-MyAccount-content {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  overflow-x: hidden;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #e0e7dd;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 63, 47, .07);
}

.tine-account-page .woocommerce-MyAccount-content p {
  line-height: 1.7;
}

.tine-account-page table.woocommerce-orders-table,
.tine-account-page table.woocommerce-table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 0;
  border-collapse: collapse;
}

.tine-account-page table th,
.tine-account-page table td {
  padding: 15px 12px;
  border: 0;
  border-bottom: 1px solid #e4eae1;
  font-size: 13px;
}

.tine-account-page .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tine-account-page .woocommerce-Address {
  float: none;
  width: 100%;
  padding: 22px;
  border: 1px solid #e0e7dd;
  border-radius: 18px;
}

.tine-account-page .woocommerce-form-login,
.tine-account-page .woocommerce-form-register {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid #e0e7dd;
  border-radius: 24px;
}

@media (max-width: 900px) {
  .tine-cart-page .woocommerce,
  .tine-checkout-page form.checkout,
  .tine-account-page .woocommerce {
    grid-template-columns: 1fr;
  }

  .tine-account-page .woocommerce-MyAccount-navigation,
  .tine-account-page .woocommerce-MyAccount-content {
    grid-column: 1 !important;
  }

  .tine-account-page .woocommerce-MyAccount-navigation { grid-row: 1 !important; }
  .tine-account-page .woocommerce-MyAccount-content { grid-row: 2 !important; }

  .tine-checkout-page #order_review {
    position: static;
  }

  .tine-account-page .woocommerce-MyAccount-navigation ul {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .tine-account-page .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }
}

@media (max-width: 680px) {
  .tine-commerce-header {
    border-radius: 20px;
  }

  .tine-cart-page table.shop_table thead {
    display: none;
  }

  .tine-cart-page table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 10px;
    padding: 18px 0;
    border-top: 1px solid #e4eae1;
  }

  .tine-cart-page table.shop_table td {
    padding: 0;
    border: 0;
    text-align: left !important;
  }

  .tine-cart-page td.product-thumbnail {
    display: block;
    grid-row: 1 / 4;
  }

  .tine-cart-page td.product-thumbnail::before,
  .tine-cart-page td.product-name::before,
  .tine-cart-page td.product-remove::before {
    display: none;
  }

  .tine-cart-page td.product-price,
  .tine-cart-page td.product-quantity,
  .tine-cart-page td.product-subtotal {
    grid-column: 2;
  }

  .tine-cart-page td.product-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .tine-cart-page td.actions {
    display: block;
  }

  .tine-cart-page .coupon {
    float: none !important;
    width: 100%;
    margin-bottom: 12px;
  }

  .tine-cart-page .coupon input.input-text {
    flex: 1;
    width: auto;
  }

  .tine-cart-page .cart-collaterals .cart_totals,
  .tine-checkout-page #order_review {
    padding: 22px;
  }

  .tine-account-page .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

/*
 * Carrello — override finali di compatibilità Elementor Pro 4.x.
 * Devono restare in fondo al file: neutralizzano colori, tipografia e misure
 * impostati dal widget dopo le regole WooCommerce standard.
 */
.tine-cart-page .elementor-widget-woocommerce-cart,
.tine-cart-page .elementor-widget-woocommerce-cart table,
.tine-cart-page .elementor-widget-woocommerce-cart input,
.tine-cart-page .elementor-widget-woocommerce-cart select,
.tine-cart-page .elementor-widget-woocommerce-cart button,
.tine-cart-page .elementor-widget-woocommerce-cart a.checkout-button {
  font-family: var(--tine-sans, Montserrat, Arial, sans-serif) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart table.shop_table thead th,
.tine-cart-page .elementor-widget-woocommerce-cart td.product-price,
.tine-cart-page .elementor-widget-woocommerce-cart td.product-subtotal,
.tine-cart-page .elementor-widget-woocommerce-cart .variation {
  font-family: var(--tine-sans, Montserrat, Arial, sans-serif) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart td.product-name > a {
  color: var(--tine-forest, #1b4332) !important;
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart td.product-quantity input.qty {
  width: 58px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 8px 5px !important;
  border: 1px solid var(--tine-line, rgba(27, 67, 50, .2)) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-align: center !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart td.actions button.button[name="update_cart"] {
  min-height: 48px !important;
  padding: 13px 22px !important;
  border: 1px solid var(--tine-forest, #1b4332) !important;
  border-radius: 0 !important;
  color: var(--tine-forest, #1b4332) !important;
  background: #fff !important;
  font-size: .68rem !important;
  line-height: 1 !important;
  letter-spacing: .07em !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart td.actions button.button[name="update_cart"]:hover:not(:disabled) {
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart td.actions button.button[name="update_cart"]:disabled {
  border-color: #d8ded5 !important;
  color: #858e82 !important;
  background: #f2f4f1 !important;
  opacity: 1 !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon.e-cart-section {
  display: block !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon .coupon-col {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: min(100%, 560px) !important;
  height: auto !important;
  margin: 0 !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon .coupon-col-start,
.tine-cart-page .elementor-widget-woocommerce-cart .coupon .coupon-col-end {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon input#coupon_code {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(27, 67, 50, .28) !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: .76rem !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon input#coupon_code::placeholder {
  color: #6b7568 !important;
  opacity: 1 !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 184px !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 1px solid var(--tine-forest, #1b4332) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
  font-size: .68rem !important;
  line-height: 1 !important;
  letter-spacing: .07em !important;
  white-space: nowrap !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon:hover {
  border-color: #275c46 !important;
  color: #fff !important;
  background: #275c46 !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals {
  color: #fff !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals h2 {
  display: block !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-family: var(--tine-display, Cardo, Georgia, serif) !important;
  font-size: clamp(1.85rem, 2.5vw, 2.35rem) !important;
  font-weight: 400 !important;
  letter-spacing: -.03em !important;
  line-height: 1.05 !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table tbody,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table tr,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table th,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table td {
  color: rgba(255, 255, 255, .82) !important;
  background: transparent !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table th,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table td {
  display: table-cell !important;
  padding: 15px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  font-size: .76rem !important;
  line-height: 1.55 !important;
  vertical-align: top !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table th {
  width: 38% !important;
  padding-right: 12px !important;
  text-align: left !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table td {
  width: 62% !important;
  text-align: right !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .woocommerce-shipping-methods,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .woocommerce-shipping-methods li,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  color: rgba(255, 255, 255, .76) !important;
  background: transparent !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .woocommerce-shipping-destination strong {
  color: #fff !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .shipping-calculator-button {
  color: var(--tine-sprout, #c1e283) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .order-total th,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .order-total td,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .order-total strong,
.tine-cart-page .elementor-widget-woocommerce-cart .cart_totals .order-total .amount {
  color: var(--tine-sprout, #c1e283) !important;
  font-size: .96rem !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--tine-ink, #343b29) !important;
  background: var(--tine-orange, #ff9600) !important;
  box-shadow: none !important;
  font-size: .72rem !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff !important;
  background: #e98400 !important;
}

@media (max-width: 680px) {
  .tine-cart-page .elementor-widget-woocommerce-cart .coupon .coupon-col {
    grid-template-columns: 1fr !important;
  }

  .tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon {
    width: 100% !important;
  }

  .tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(90px, .72fr) minmax(0, 1.28fr) !important;
  }

  .tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table th,
  .tine-cart-page .elementor-widget-woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: auto !important;
  }
}

/* Deve restare in coda: prevale sui token interni dei widget Elementor. */
.tine-cart-page .elementor-widget-woocommerce-cart .coupon.e-cart-section {
  padding: 22px !important;
  border: 0 !important;
  border-left: 6px solid var(--tine-sprout, #c1e283) !important;
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon {
  border-color: var(--tine-sprout, #c1e283) !important;
  color: var(--tine-ink, #283126) !important;
  background: var(--tine-sprout, #c1e283) !important;
}

.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon:hover,
.tine-cart-page .elementor-widget-woocommerce-cart .coupon button.e-apply-coupon:focus-visible {
  border-color: #fff !important;
  color: var(--tine-forest, #1b4332) !important;
  background: #fff !important;
}

.tine-checkout-page .e-coupon-box {
  border: 0 !important;
  border-left: 6px solid var(--tine-sprout, #c1e283) !important;
  color: #fff !important;
  background: var(--tine-forest, #1b4332) !important;
}

.tine-checkout-page .e-coupon-anchor-description,
.tine-checkout-page .e-coupon-anchor-description a {
  color: #fff !important;
}

.tine-checkout-page .tine-address-technical,
.tine-checkout-page .tine-business-only { display: none !important; }
.tine-checkout-page.tine-business-checkout .tine-business-only,
.tine-business-checkout .tine-checkout-page .tine-business-only { display: block !important; }

/* 2.5.1 — checkout allineato alla pagina pagamento di Tinè Fiori. */
.tine-checkout-page {
  --tine-checkout-green: #189b22;
  padding: clamp(48px, 6vw, 92px) clamp(20px, 4vw, 64px) clamp(76px, 9vw, 132px) !important;
}

.tine-checkout-page .tine-commerce-header { display: none !important; }

.tine-checkout-page .tine-checkout-intro {
  width: min(100%, 1120px);
  margin: 0 auto clamp(36px, 5vw, 62px);
  padding: 0 0 clamp(28px, 4vw, 42px);
  border-bottom: 1px solid #dedede;
}

.tine-checkout-page .tine-checkout-intro > p:first-child {
  margin: 0 0 13px;
  color: #178b1d;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.tine-checkout-page .tine-checkout-intro--national > p:first-child { color: #9f2635; }

.tine-checkout-page .tine-checkout-intro h1 {
  max-width: 900px;
  margin: 0;
  color: #173f2f;
  font-family: var(--tine-display, Cardo, Georgia, serif);
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  text-wrap: balance;
}

.tine-checkout-page .tine-checkout-intro--national h1 { color: #49232a; }

.tine-checkout-page .tine-checkout-intro > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: #5b615b;
  font-size: .86rem;
  line-height: 1.75;
}

.tine-checkout-page > .elementor-widget-html,
.tine-checkout-page > .elementor-widget-woocommerce-checkout-page {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
}

.tine-checkout-page .e-checkout__container {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr) !important;
  gap: 0 clamp(38px, 4vw, 52px) !important;
}

.tine-checkout-page .e-checkout__container > .e-coupon-box {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin: 0 0 clamp(54px, 6vw, 76px) !important;
  padding: 17px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: #178b1d !important;
  font-size: .78rem !important;
}

.tine-checkout-page .e-coupon-anchor-description,
.tine-checkout-page .e-coupon-anchor-description a { color: #fff !important; }
.tine-checkout-page .e-coupon-anchor-description a { font-weight: 700; }

.tine-checkout-page #customer_details {
  display: flex !important;
  flex-direction: column !important;
}

.tine-checkout-page #customer_details .col-1 { order: 1; margin: 0 !important; }
.tine-checkout-page #customer_details .col-2 { order: 2; margin: 42px 0 0 !important; }
.tine-order-local .tine-checkout-page #customer_details .col-2 { order: 1; margin: 0 !important; }
.tine-order-local .tine-checkout-page #customer_details .col-1 { order: 2; margin: 42px 0 0 !important; }
.tine-order-national .tine-checkout-page #customer_details .col-2 { display: none !important; }
.tine-checkout-page #customer_details .col-1,
.tine-checkout-page #customer_details .col-2,
.tine-checkout-page .woocommerce-additional-fields {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .woocommerce-additional-fields > h3 { display: none !important; }
.tine-checkout-page #order_comments_field,
.tine-checkout-page #ship-to-different-address { display: none !important; }

.tine-checkout-page .woocommerce-billing-fields > h3,
.tine-checkout-page .woocommerce-shipping-fields h3,
.tine-checkout-page .tine-checkout-destination-title,
.tine-checkout-page #order_review_heading,
.tine-checkout-page .tine-checkout-delivery__heading h3,
.tine-checkout-page .tine-checkout-condolence__heading h3 {
  margin: 0 0 25px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--tine-checkout-green) !important;
  background: transparent !important;
  font-family: var(--tine-sans, Montserrat, Arial, sans-serif) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: .015em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.tine-checkout-page #order_review_heading { display: block !important; }

.tine-checkout-page .woocommerce-billing-fields__field-wrapper,
.tine-checkout-page .woocommerce-shipping-fields__field-wrapper {
  gap: 20px 8px !important;
}

.tine-checkout-page .form-row label:not(.screen-reader-text),
.tine-checkout-page .tine-field > span {
  margin: 0 0 9px !important;
  color: #4b4b4b !important;
  font-size: .68rem !important;
  font-weight: 700 !important;
  letter-spacing: .015em !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
}

.tine-checkout-page .form-row input.input-text,
.tine-checkout-page .form-row textarea,
.tine-checkout-page .tine-field input,
.tine-checkout-page .tine-field textarea {
  border: 0 !important;
  border-radius: 7px !important;
  background: #f0f0f0 !important;
}

.tine-checkout-page .form-row input.input-text,
.tine-checkout-page .tine-field input,
.tine-checkout-page .form-row select,
.tine-checkout-page .tine-field select,
.tine-checkout-page .select2-container .select2-selection--single {
  min-height: 52px !important;
  height: 52px !important;
}

.tine-checkout-page .form-row select,
.tine-checkout-page .tine-field select,
.tine-checkout-page .select2-container .select2-selection--single {
  border: 1px solid #6b6268 !important;
  border-radius: 7px !important;
  background: #fff !important;
}

.tine-checkout-page .tine-checkout-delivery,
.tine-checkout-page .tine-checkout-condolence {
  margin: 38px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .tine-checkout-delivery::after { display: none !important; }
.tine-checkout-page .tine-checkout-delivery__heading { display: block !important; margin: 0 !important; }
.tine-checkout-page .tine-checkout-delivery__heading .tine-shop__eyebrow,
.tine-checkout-page .tine-checkout-condolence__heading .tine-shop__eyebrow { display: none !important; }
.tine-checkout-page .tine-checkout-delivery__heading > p:last-child,
.tine-checkout-page .tine-checkout-condolence__heading > p:last-child { margin: -14px 0 24px !important; color: #555 !important; font-size: .72rem !important; line-height: 1.7 !important; }

.tine-checkout-page .tine-checkout-delivery__item,
.tine-checkout-page .tine-checkout-condolence__item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .tine-checkout-delivery__item + .tine-checkout-delivery__item,
.tine-checkout-page .tine-checkout-condolence__item + .tine-checkout-condolence__item { margin-top: 28px !important; }
.tine-checkout-page .tine-checkout-delivery__item legend,
.tine-checkout-page .tine-checkout-condolence__item legend { margin: 0 0 14px !important; padding: 0 !important; color: #4b4b4b !important; font-size: .7rem !important; font-weight: 700 !important; }
.tine-checkout-page .tine-checkout-delivery > fieldset > legend { display: none !important; }
.tine-checkout-page .tine-checkout-delivery__fields { gap: 18px 8px !important; }
.tine-checkout-page .tine-checkout-delivery__notice { margin: 12px 0 0 !important; padding: 0 !important; border: 0 !important; color: #555 !important; background: transparent !important; font-size: .68rem !important; }
.tine-checkout-page .tine-checkout-delivery__items { margin-top: 32px !important; padding-top: 28px !important; border-top: 1px solid #dedede !important; }

.tine-checkout-page .tine-attendees {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .tine-attendees > h3 {
  margin: 0 0 12px !important;
  color: var(--tine-checkout-green) !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.tine-checkout-page .tine-attendees > p { margin: 0 0 24px; color: #555; font-size: .72rem; line-height: 1.7; }
.tine-checkout-page .tine-attendees__event { margin: 24px 0 0 !important; padding: 24px 0 0 !important; border: 0 !important; border-top: 1px solid #dedede !important; border-radius: 0 !important; background: transparent !important; }
.tine-checkout-page .tine-attendees__event legend { margin-bottom: 14px; padding: 0 !important; color: #4b4b4b !important; font-size: .7rem; font-weight: 700; }

.tine-checkout-page .e-checkout__order_review {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tine-checkout-page .e-checkout__order_review::before,
.tine-checkout-page #order_review::before { display: none !important; }

.tine-checkout-page #order_review {
  margin: 0 0 30px !important;
  padding: 0 !important;
  border: 1px solid #e2e2e2 !important;
  background: #fff !important;
}

.tine-checkout-page #order_review table.shop_table th,
.tine-checkout-page #order_review table.shop_table td {
  padding: 15px 14px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.tine-checkout-page #order_review table.shop_table thead th { border-top: 0 !important; color: #4a4a4a !important; }

.tine-checkout-page #payment.woocommerce-checkout-payment {
  margin: 0 !important;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #f1eef5 !important;
}

.tine-checkout-page #payment ul.payment_methods,
.tine-checkout-page #payment ul.payment_methods li { list-style: none !important; }
.tine-checkout-page #payment ul.payment_methods li { margin: 0 !important; padding: 12px 0 !important; }
.tine-checkout-page #payment .payment_box { background: rgba(255, 255, 255, .52) !important; }
.tine-checkout-page #place_order {
  width: auto !important;
  min-width: 190px !important;
  min-height: 48px !important;
  margin-left: auto !important;
  color: #fff !important;
  background: var(--tine-checkout-green) !important;
  text-transform: none !important;
}
.tine-checkout-page #place_order:hover { background: #137c1a !important; }

@media (max-width: 980px) {
  .tine-checkout-page .e-checkout__container { grid-template-columns: 1fr !important; gap: 42px !important; }
  .tine-checkout-page .e-checkout__container > .e-coupon-box { margin-bottom: 16px !important; }
}

@media (max-width: 620px) {
  .tine-checkout-page { padding-inline: 18px !important; }
  .tine-checkout-page .woocommerce-billing-fields__field-wrapper,
  .tine-checkout-page .woocommerce-shipping-fields__field-wrapper,
  .tine-checkout-page .tine-checkout-delivery__fields { grid-template-columns: 1fr !important; }
  .tine-checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
  .tine-checkout-page .woocommerce-shipping-fields__field-wrapper .form-row { grid-column: 1 !important; }
  .tine-checkout-page #place_order { width: 100% !important; }
  .tine-checkout-page .tine-checkout-intro h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
}
