/* Native WooCommerce cart, checkout and account pages. */
.tgh-commerce-page {
  min-width: 320px;
  background: var(--tgh-color-surface);
}

.tgh-commerce-main {
  min-height: 58vh;
  padding-bottom: 84px;
}

.tgh-commerce-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.tgh-commerce-heading h1 {
  margin: 0;
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.tgh-commerce-heading p:last-child {
  margin: 14px auto 0;
  color: #6f685f;
  font-size: 16px;
}

.tgh-commerce-content {
  max-width: 1120px;
  margin: 0 auto;
}

.tgh-commerce-content > .wp-block-woocommerce-cart,
.tgh-commerce-content > .wp-block-woocommerce-checkout {
  max-width: none;
  margin: 0;
  color: var(--tgh-color-text);
  font-family: var(--tgh-body);
  font-size: 15px;
}

.tgh-commerce-content .wc-block-components-button,
.tgh-commerce-content .wp-block-button__link {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--tgh-color-primary) !important;
  color: var(--tgh-color-surface) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.tgh-commerce-content .wc-block-components-button:hover,
.tgh-commerce-content .wp-block-button__link:hover {
  background: var(--tgh-color-primary-hover) !important;
}

.tgh-commerce-content .wc-block-components-text-input input,
.tgh-commerce-content .wc-block-components-combobox .components-combobox-control__input,
.tgh-commerce-content .wc-block-components-textarea textarea {
  min-height: 48px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 12px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 15px/1.4 var(--tgh-body);
}

.tgh-commerce-content .wc-block-components-text-input input:focus,
.tgh-commerce-content .wc-block-components-combobox .components-combobox-control__input:focus,
.tgh-commerce-content .wc-block-components-textarea textarea:focus {
  border-color: var(--tgh-color-brand);
  box-shadow: var(--tgh-focus-ring);
  outline: 0;
}

.tgh-commerce-content .wc-block-components-checkout-step,
.tgh-commerce-content .wc-block-cart-items,
.tgh-commerce-content .wc-block-cart__sidebar,
.tgh-commerce-content .wc-block-components-order-summary {
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content .wc-block-components-checkout-step {
  padding: 22px;
}

.tgh-commerce-content .wp-block-woocommerce-checkout-order-summary-block {
  padding: 22px;
  border: 1px solid rgba(46, 42, 35, .1) !important;
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  padding: 0 0 17px;
  border-bottom: 1px solid var(--tgh-color-border);
}

.tgh-commerce-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tgh-commerce-content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
  padding-inline: 0;
}

.tgh-commerce-content .wc-blocks-components-select:has(#billing-country),
.tgh-commerce-content .wc-blocks-components-select:has(#shipping-country),
.tgh-commerce-content #billing_country_field,
.tgh-commerce-content #shipping_country_field {
  display: none;
}

.tgh-commerce-content .wc-block-cart-items,
.tgh-commerce-content .wc-block-cart__sidebar {
  padding: 22px;
}

.tgh-commerce-content .wc-block-components-checkout-step__heading,
.tgh-commerce-content .wc-block-components-order-summary__title,
.tgh-commerce-content .wc-block-cart__empty-cart__title {
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-weight: 600;
  letter-spacing: -.025em;
}

.tgh-commerce-content .wc-block-components-checkout-step__heading {
  font-size: 22px;
}

.tgh-commerce-content .wc-block-cart__empty-cart {
  padding: 40px 22px 48px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content .wc-block-cart__empty-cart__title {
  font-size: clamp(25px, 3vw, 34px);
}

.tgh-commerce-content .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  width: 104px;
  height: 104px;
  margin-bottom: 28px;
}

.tgh-commerce-content .wc-block-components-notice-banner {
  border: 1px solid rgba(138, 103, 44, .24);
  border-radius: 12px;
  background: #f7f0df;
  color: var(--tgh-color-text);
}

/* Classic cart avoids the Cart Block hydration skeleton and renders server-side. */
.tgh-commerce-page.woocommerce-cart .tgh-commerce-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: start;
}

.tgh-commerce-page.woocommerce-cart .woocommerce-notices-wrapper,
.tgh-commerce-page.woocommerce-cart .wc-empty-cart-message,
.tgh-commerce-page.woocommerce-cart .cart-empty,
.tgh-commerce-page.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1;
}

.tgh-commerce-content .woocommerce-cart-form {
  min-width: 0;
}

.tgh-commerce-content table.shop_table.cart {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 35, .1);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content table.shop_table.cart th,
.tgh-commerce-content table.shop_table.cart td {
  padding: 15px 12px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--tgh-color-border);
  background: transparent;
  color: var(--tgh-color-text);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.tgh-commerce-content table.shop_table.cart th {
  color: #625b52;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.tgh-commerce-content table.shop_table.cart tr:last-child td,
.tgh-commerce-content table.shop_table.cart td.actions {
  border-bottom: 0;
}

.tgh-commerce-content table.shop_table.cart .product-remove {
  width: 42px;
  padding-right: 4px;
  text-align: center;
}

.tgh-commerce-content table.shop_table.cart .remove {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(138, 103, 44, .24);
  border-radius: 50%;
  color: var(--tgh-color-primary-hover) !important;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.tgh-commerce-content table.shop_table.cart .remove:hover {
  background: #fff0eb;
}

.tgh-commerce-content table.shop_table.cart .product-thumbnail {
  width: 86px;
}

.tgh-commerce-content table.shop_table.cart .product-thumbnail img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0;
  object-fit: cover;
  border-radius: 11px;
  background: var(--tgh-color-surface-subtle);
}

.tgh-commerce-content table.shop_table.cart .product-name a {
  color: var(--tgh-color-text);
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.tgh-commerce-content table.shop_table.cart .variation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 7px;
  margin: 7px 0 0;
  color: #6f685f;
  font-size: 13px;
}

.tgh-commerce-content table.shop_table.cart .variation dt,
.tgh-commerce-content table.shop_table.cart .variation dd,
.tgh-commerce-content table.shop_table.cart .variation p {
  margin: 0;
  padding: 0;
}

.tgh-commerce-content table.shop_table.cart .product-price,
.tgh-commerce-content table.shop_table.cart .product-subtotal {
  white-space: nowrap;
  font-weight: 800;
}

.tgh-commerce-content table.shop_table.cart .quantity .qty {
  width: 68px;
  min-height: 42px;
  padding: 8px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 10px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 700 14px/1.2 var(--tgh-body);
  text-align: center;
}

.tgh-commerce-content table.shop_table.cart td.actions {
  padding: 16px;
  text-align: right;
}

.tgh-commerce-content table.shop_table.cart td.actions .coupon {
  display: inline-flex;
  gap: 8px;
  float: left;
}

.tgh-commerce-content table.shop_table.cart td.actions .coupon .input-text {
  width: min(210px, 34vw);
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 10px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 14px/1.3 var(--tgh-body);
}

.tgh-commerce-content table.shop_table.cart .button,
.tgh-commerce-content .cart_totals .checkout-button,
.tgh-commerce-content .return-to-shop .button {
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--tgh-color-primary) !important;
  color: var(--tgh-color-surface) !important;
  font: 800 14px/1.2 var(--tgh-body);
  text-decoration: none;
  cursor: pointer;
}

.tgh-commerce-content table.shop_table.cart .button:hover,
.tgh-commerce-content .cart_totals .checkout-button:hover,
.tgh-commerce-content .return-to-shop .button:hover {
  background: var(--tgh-color-primary-hover) !important;
  color: var(--tgh-color-surface) !important;
}

.tgh-commerce-content table.shop_table.cart .button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.tgh-commerce-content .cart-collaterals {
  width: 100%;
}

.tgh-commerce-content .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content .cart_totals h2 {
  margin: 0 0 16px;
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.tgh-commerce-content .cart_totals table {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
  border-collapse: collapse;
}

.tgh-commerce-content .cart_totals th,
.tgh-commerce-content .cart_totals td {
  padding: 13px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--tgh-color-border);
  background: transparent;
  color: var(--tgh-color-text);
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.tgh-commerce-content .cart_totals td {
  padding-left: 18px;
  text-align: right;
}

.tgh-commerce-content .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}

.tgh-commerce-content .cart_totals .checkout-button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}

.tgh-commerce-content .cart-empty.woocommerce-info {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
  text-align: center;
}

.tgh-commerce-content .return-to-shop {
  margin: 18px 0 0;
  text-align: center;
}

/* Classic checkout is used so phone can be required while email stays optional. */
.tgh-commerce-content form.woocommerce-checkout {
  display: grid;
  grid-template-areas:
    "customer review-title"
    "customer review";
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-rows: auto 1fr;
  gap: 14px 30px;
  align-items: start;
}

.tgh-commerce-content form.woocommerce-checkout > .col2-set {
  grid-area: customer;
  float: none;
  width: auto;
}

.tgh-commerce-content form.woocommerce-checkout > .col2-set > .col-1,
.tgh-commerce-content form.woocommerce-checkout > .col2-set > .col-2 {
  float: none;
  width: 100%;
}

.tgh-commerce-content form.woocommerce-checkout > .col2-set > .col-2 {
  margin-top: 18px;
}

.tgh-commerce-content form.woocommerce-checkout > #order_review_heading {
  grid-area: review-title;
  margin: 0;
  padding: 0 24px;
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.tgh-commerce-content form.woocommerce-checkout > #order_review {
  grid-area: review;
}

.tgh-commerce-content .woocommerce-billing-fields,
.tgh-commerce-content .woocommerce-shipping-fields,
.tgh-commerce-content .woocommerce-additional-fields,
.tgh-commerce-content #order_review {
  padding: 24px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
}

.tgh-commerce-content .woocommerce-shipping-fields {
  display: none;
}

.tgh-commerce-content .woocommerce-billing-fields > h3,
.tgh-commerce-content .woocommerce-additional-fields > h3,
.tgh-commerce-content .woocommerce-shipping-fields > h3,
.tgh-commerce-content #ship-to-different-address {
  margin: 0 0 22px;
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.tgh-commerce-content .woocommerce-billing-fields__field-wrapper,
.tgh-commerce-content .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.tgh-commerce-content .woocommerce form .form-row,
.tgh-commerce-content .woocommerce-page form .form-row {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.tgh-commerce-content .woocommerce form .form-row-wide,
.tgh-commerce-content .woocommerce form #billing_address_1_field,
.tgh-commerce-content .woocommerce form #billing_address_2_field,
.tgh-commerce-content .woocommerce form #billing_company_field,
.tgh-commerce-content .woocommerce form #billing_phone_field,
.tgh-commerce-content .woocommerce form #billing_email_field,
.tgh-commerce-content .woocommerce form #shipping_address_1_field,
.tgh-commerce-content .woocommerce form #shipping_address_2_field,
.tgh-commerce-content .woocommerce form #shipping_company_field {
  grid-column: 1 / -1;
}

.tgh-commerce-content .woocommerce form .form-row label {
  display: block;
  margin: 0 0 7px;
  color: #4f493f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.tgh-commerce-content .woocommerce form .form-row .required {
  color: var(--tgh-color-primary-hover);
}

.tgh-commerce-content .woocommerce form .form-row .optional {
  color: #817a71;
  font-size: 13px;
  font-weight: 500;
}

.tgh-commerce-content .woocommerce form .input-text,
.tgh-commerce-content .woocommerce form select,
.tgh-commerce-content .woocommerce form textarea,
.tgh-commerce-content .select2-container .select2-selection--single {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 12px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 15px/1.4 var(--tgh-body);
}

.tgh-commerce-content .woocommerce form .input-text,
.tgh-commerce-content .woocommerce form textarea {
  padding: 12px 14px;
}

.tgh-commerce-content .woocommerce form textarea {
  min-height: 112px;
  resize: vertical;
}

.tgh-commerce-content .woocommerce form .input-text:focus,
.tgh-commerce-content .woocommerce form select:focus,
.tgh-commerce-content .woocommerce form textarea:focus,
.tgh-commerce-content .select2-container--focus .select2-selection--single {
  border-color: var(--tgh-color-brand);
  box-shadow: var(--tgh-focus-ring);
  outline: 0;
}

.tgh-commerce-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 40px 10px 14px;
  color: var(--tgh-color-text);
  line-height: 28px;
}

.tgh-commerce-content .select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

.tgh-commerce-content #order_review .shop_table {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  border-collapse: collapse;
}

.tgh-commerce-content #order_review .shop_table th,
.tgh-commerce-content #order_review .shop_table td {
  padding: 14px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--tgh-color-border);
  background: transparent;
  color: var(--tgh-color-text);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.tgh-commerce-content #order_review .shop_table th:last-child,
.tgh-commerce-content #order_review .shop_table td:last-child {
  padding-left: 20px;
  text-align: right;
}

.tgh-commerce-content #order_review .tgh-shipping-cost-notice td,
.tgh-commerce-content .cart_totals .tgh-shipping-cost-notice td {
  padding: 13px 14px;
  border: 1px solid rgba(138, 103, 44, .24);
  border-radius: 10px;
  background: #f7f0df;
  color: #6b5124;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.tgh-commerce-content .woocommerce-invalid :is(input, select, textarea),
.tgh-commerce-content [aria-invalid="true"] {
  border-color: var(--tgh-color-danger) !important;
  box-shadow: 0 0 0 3px rgba(155, 53, 40, .12) !important;
}

.tgh-commerce-content #payment {
  margin: 0;
  border-radius: 14px;
  background: var(--tgh-color-surface-subtle);
}

.tgh-commerce-content #payment ul.payment_methods {
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid var(--tgh-color-border);
}

.tgh-commerce-content #payment ul.payment_methods li {
  margin: 0;
}

.tgh-commerce-content #payment div.payment_box {
  margin: 12px 0 0;
  border-radius: 10px;
  background: var(--tgh-color-surface);
  color: #625b52;
  font-size: 14px;
}

.tgh-commerce-content #payment div.payment_box::before {
  border-bottom-color: var(--tgh-color-surface);
}

.tgh-commerce-content #payment .place-order {
  margin: 0;
  padding: 18px;
}

.tgh-commerce-content #place_order {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--tgh-color-primary) !important;
  color: var(--tgh-color-surface) !important;
  font: 800 15px/1.2 var(--tgh-body);
  cursor: pointer;
}

.tgh-commerce-content #place_order:hover {
  background: var(--tgh-color-primary-hover) !important;
}

.tgh-commerce-content .woocommerce-info,
.tgh-commerce-content .woocommerce-message {
  margin: 0 0 22px;
  border: 1px solid rgba(138, 103, 44, .24);
  border-top: 0;
  border-radius: 12px;
  background: #f7f0df;
  color: var(--tgh-color-text);
}

.tgh-commerce-content .woocommerce-error {
  margin: 0 0 22px;
  border: 1px solid rgba(165, 65, 50, .28);
  border-top: 0;
  border-radius: 12px;
  background: #fff1ed;
  color: #6f2922;
}

@media (max-width: 960px) {
  .tgh-commerce-main {
    padding-bottom: 62px;
  }

  .tgh-commerce-heading {
    margin-bottom: 26px;
  }

  .tgh-commerce-page.woocommerce-cart .tgh-commerce-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .tgh-commerce-content .woocommerce-cart-form,
  .tgh-commerce-content .cart-collaterals {
    grid-column: 1;
  }

  .tgh-commerce-content form.woocommerce-checkout {
    grid-template-areas:
      "customer"
      "review-title"
      "review";
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .tgh-commerce-content form.woocommerce-checkout > #order_review_heading {
    padding: 8px 0 0;
  }
}

@media (max-width: 700px) {
  .tgh-commerce-page .tgh-brand span {
    display: none;
  }

  .tgh-commerce-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .tgh-commerce-heading h1 {
    font-size: 38px;
  }

  .tgh-commerce-heading p:last-child {
    margin-left: 0;
  }

  .tgh-commerce-content table.shop_table.cart {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .tgh-commerce-content table.shop_table.cart thead {
    display: none;
  }

  .tgh-commerce-content table.shop_table.cart tr.cart_item {
    position: relative;
    display: grid;
    grid-template-areas:
      "thumb name remove"
      "thumb price price"
      "thumb quantity quantity"
      "subtotal subtotal subtotal";
    grid-template-columns: 76px minmax(0, 1fr) 34px;
    gap: 4px 12px;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(46, 42, 35, .1);
    border-radius: 15px;
    background: rgba(255, 253, 249, .94);
  }

  .tgh-commerce-content table.shop_table.cart tr.cart_item td {
    display: block;
    width: auto;
    padding: 3px 0;
    border: 0;
    background: transparent !important;
    text-align: left !important;
  }

  .tgh-commerce-content table.shop_table.cart .product-remove {
    position: static;
    grid-area: remove;
    justify-self: end;
  }

  .tgh-commerce-content table.shop_table.cart .product-thumbnail {
    display: block !important;
    grid-area: thumb;
  }

  .tgh-commerce-content table.shop_table.cart .product-thumbnail::before,
  .tgh-commerce-content table.shop_table.cart .product-name::before,
  .tgh-commerce-content table.shop_table.cart .product-remove::before {
    display: none;
  }

  .tgh-commerce-content table.shop_table.cart .product-thumbnail img {
    width: 72px;
    height: 72px;
  }

  .tgh-commerce-content table.shop_table.cart .product-name {
    grid-area: name;
    padding-right: 0;
  }

  .tgh-commerce-content table.shop_table.cart .product-price {
    grid-area: price;
  }

  .tgh-commerce-content table.shop_table.cart .product-quantity {
    grid-area: quantity;
  }

  .tgh-commerce-content table.shop_table.cart .product-subtotal {
    display: flex !important;
    grid-area: subtotal;
    justify-content: space-between;
    margin-top: 9px;
    padding-top: 12px !important;
    border-top: 1px solid var(--tgh-color-border) !important;
  }

  .tgh-commerce-content table.shop_table.cart td.actions {
    display: grid;
    gap: 10px;
    padding: 14px 0 0;
    border: 0;
  }

  .tgh-commerce-content table.shop_table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    float: none;
  }

  .tgh-commerce-content table.shop_table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .tgh-commerce-content table.shop_table.cart td.actions > .button {
    width: 100%;
  }

  .tgh-commerce-content .cart-collaterals .cart_totals {
    padding: 17px;
    border-radius: 15px;
  }

  .tgh-commerce-content .wc-block-components-checkout-step,
  .tgh-commerce-content .wc-block-cart-items,
  .tgh-commerce-content .wc-block-cart__sidebar,
  .tgh-commerce-content .wc-block-components-order-summary,
  .tgh-commerce-content .wc-block-cart__empty-cart {
    padding: 16px;
    border-radius: 15px;
  }

  .tgh-commerce-content .wp-block-woocommerce-checkout-order-summary-block {
    padding: 16px;
    border-radius: 15px;
  }

  .tgh-commerce-content .woocommerce-billing-fields,
  .tgh-commerce-content .woocommerce-shipping-fields,
  .tgh-commerce-content .woocommerce-additional-fields,
  .tgh-commerce-content #order_review {
    padding: 17px;
    border-radius: 15px;
  }

  .tgh-commerce-content .woocommerce-billing-fields__field-wrapper,
  .tgh-commerce-content .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .tgh-commerce-content .woocommerce form .form-row,
  .tgh-commerce-content .woocommerce form .form-row-first,
  .tgh-commerce-content .woocommerce form .form-row-last {
    grid-column: 1;
  }

  .tgh-commerce-content #order_review .shop_table th:last-child,
  .tgh-commerce-content #order_review .shop_table td:last-child {
    padding-left: 12px;
  }

}
