/*
 * Dark Zone WooCommerce service pages.
 * Covers WooCommerce Blocks and classic Cart, Checkout, Order Received,
 * My Account, address, order, download, and payment-method endpoints.
 */

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  background:
    radial-gradient(circle at 82% 8%, rgba(17, 17, 17, 0.09), transparent 26%),
    radial-gradient(circle at 8% 42%, rgba(17, 17, 17, 0.035), transparent 22%),
    var(--black);
  color: var(--white);
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img,
body.woocommerce-order-received .woocommerce-table__product-name img {
  filter: none;
}

body.woocommerce-page .required {
  color: var(--white) !important;
}

body.woocommerce-cart .dz-content-page,
body.woocommerce-checkout .dz-content-page,
body.woocommerce-account .dz-content-page {
  width: calc(100% - 96px) !important;
  max-width: 1380px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 24px;
  color: var(--white);
}

body.woocommerce-cart .dz-page-header,
body.woocommerce-checkout .dz-page-header,
body.woocommerce-account .dz-page-header {
  position: relative;
  margin-bottom: clamp(36px, 5vw, 64px);
  padding-bottom: 26px;
  border-color: rgba(17, 17, 17, 0.18);
  overflow: hidden;
}

body.woocommerce-cart .dz-page-header::before,
body.woocommerce-checkout .dz-page-header::before,
body.woocommerce-account .dz-page-header::before {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

body.woocommerce-cart .dz-page-header::before {
  content: "Your Selection / Dark Zone";
}

body.woocommerce-checkout .dz-page-header::before {
  content: "Secure Purchase / Dark Zone";
}

body.woocommerce-order-received .dz-page-header::before {
  content: "Order Confirmed / Dark Zone";
}

body.woocommerce-account .dz-page-header::before {
  content: "Member Area / Dark Zone";
}

body.woocommerce-cart .dz-page-header .entry-title,
body.woocommerce-checkout .dz-page-header .entry-title,
body.woocommerce-account .dz-page-header .entry-title {
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.95;
}

body.woocommerce-cart .dz-page-header::after,
body.woocommerce-checkout .dz-page-header::after,
body.woocommerce-account .dz-page-header::after {
  position: absolute;
  right: -8px;
  bottom: -38px;
  color: rgba(17, 17, 17, 0.035);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(100px, 15vw, 210px);
  line-height: 1;
  letter-spacing: 8px;
  pointer-events: none;
}

body.woocommerce-cart .dz-page-header::after {
  content: "CART";
}

body.woocommerce-checkout .dz-page-header::after {
  content: "CHECKOUT";
}

body.woocommerce-order-received .dz-page-header::after {
  content: "CONFIRMED";
}

body.woocommerce-account .dz-page-header::after {
  content: "ACCOUNT";
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  color: #aaaab0;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.85fr);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  width: auto !important;
  max-width: none !important;
}

body.woocommerce-cart a,
body.woocommerce-checkout a,
body.woocommerce-account a {
  color: var(--gold);
}

/* Shared controls and notices */
body.woocommerce-cart input,
body.woocommerce-cart select,
body.woocommerce-cart textarea,
body.woocommerce-checkout input,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-account input,
body.woocommerce-account select,
body.woocommerce-account textarea,
.wc-block-components-text-input input,
.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid rgba(17, 17, 17, 0.23) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--white) !important;
  box-shadow: none !important;
}

.wc-block-components-text-input input:focus,
.wc-blocks-components-select .wc-blocks-components-select__select:focus,
body.woocommerce-account input:focus,
body.woocommerce-account select:focus,
body.woocommerce-account textarea:focus {
  border-color: var(--gold) !important;
  outline: 0 !important;
}

.wc-block-components-text-input label,
.wc-blocks-components-select__label,
body.woocommerce-account label,
body.woocommerce-checkout label {
  color: #8e8e94 !important;
}

.wc-block-components-button,
body.woocommerce-page .button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page .wp-element-button {
  border: 1px solid var(--gold) !important;
  border-radius: 0 !important;
  background: var(--gold) !important;
  color: var(--black) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
}

.wc-block-components-button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page .wp-element-button:hover {
  border-color: var(--white) !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

.wc-block-components-button:disabled,
body.woocommerce-page .button:disabled {
  border-color: #d0d0ca !important;
  background: #d0d0ca !important;
  color: #77777c !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
  border: 1px solid rgba(17, 17, 17, 0.24) !important;
  border-left: 3px solid var(--gold) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--white) !important;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-error {
  border-left-color: #ffffff !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--gold) !important;
}

.wc-block-components-notices__snackbar .wc-block-components-notice-banner {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

/* Cart Block */
body.woocommerce-cart .wc-block-cart {
  gap: 0;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  margin: 0;
}

body.woocommerce-cart .wc-block-cart__main {
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

body.woocommerce-cart .wc-block-cart__sidebar {
  align-self: start;
  padding: 30px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.06), transparent 48%),
    #f7f7f4;
}

body.woocommerce-cart .wc-block-cart-items {
  margin: 0;
  border-spacing: 0;
}

body.woocommerce-cart .wc-block-cart-items__header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2) !important;
}

body.woocommerce-cart .wc-block-cart-items__header span,
body.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--gold);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  background: #f3f3f0;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name {
  color: var(--white) !important;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-formatted-money-amount {
  color: var(--gold);
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata {
  color: #74747a;
  font-size: 12px;
  line-height: 1.6;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.23) !important;
  border-radius: 0 !important;
  background: #fafaf8;
}

body.woocommerce-cart .wc-block-components-quantity-selector::after {
  display: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector button {
  color: var(--white) !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #8b8b91 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 10px !important;
  letter-spacing: 2px;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #ffffff !important;
}

.wc-block-components-product-badge {
  border-color: rgba(17, 17, 17, 0.35) !important;
  border-radius: 0 !important;
  color: var(--gold) !important;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: rgba(17, 17, 17, 0.14) !important;
}

body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-panel__button {
  color: #a3a3a8 !important;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1.5px;
}

body.woocommerce-cart .wc-block-components-panel__button:hover,
body.woocommerce-checkout .wc-block-components-panel__button:hover {
  color: var(--gold) !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
  padding-top: 24px;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 58px;
  margin-top: 20px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding: 70px 30px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #f7f7f4;
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block h2 {
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Classic cart fallback */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #f7f7f4;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-account table.shop_table {
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
  border-collapse: collapse !important;
  border-radius: 0 !important;
  background: #f7f7f4;
  color: #aaaab0;
}

body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table td {
  padding: 16px !important;
  border-color: rgba(17, 17, 17, 0.12) !important;
}

body.woocommerce-page table.shop_table th {
  color: var(--gold);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Checkout Block */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout {
  gap: 0;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  margin: 0;
}

body.woocommerce-checkout .wc-block-checkout__main {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  align-self: start;
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.06), transparent 48%),
    #f7f7f4;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.13);
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-of-type {
  border-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 22px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading-content,
body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  color: #77777d;
  font-size: 12px;
}

body.woocommerce-checkout .wc-block-components-address-form {
  gap: 16px;
}

body.woocommerce-checkout .wc-block-components-address-card {
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 0;
  background: #ffffff;
  color: #aaaab0;
}

body.woocommerce-checkout .wc-block-components-address-card__edit,
body.woocommerce-checkout .wc-block-checkout__add-note {
  color: var(--gold) !important;
}

body.woocommerce-checkout .wc-block-components-checkbox__input {
  border-color: rgba(17, 17, 17, 0.4) !important;
  border-radius: 0 !important;
  background: #f7f7f4 !important;
}

body.woocommerce-checkout .wc-block-components-checkbox__input:checked {
  background: var(--gold) !important;
}

body.woocommerce-checkout .wc-block-checkout__terms {
  color: #7c7c82;
  font-size: 12px;
  line-height: 1.65;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 60px;
  margin-top: 20px;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.11);
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  background: #f3f3f0;
}

body.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
  margin: 0;
}

/* Classic checkout fallback */
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.checkout .col2-set,
body.woocommerce-checkout #order_review {
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 0;
  background: #f7f7f4;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.8fr);
  gap: 40px;
}

body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
  width: auto;
  float: none;
}

body.woocommerce-checkout form.checkout #order_review_heading {
  grid-column: 2;
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
}

body.woocommerce-checkout #payment {
  border-radius: 0;
  background: #f4f4f1;
  color: #aaaab0;
}

body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment div.form-row {
  border-color: rgba(17, 17, 17, 0.14);
}

/* Order received / Thank you */
body.woocommerce-order-received .woocommerce-order {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  margin: 0 0 34px;
  padding: 30px 34px 30px 86px;
  border: 1px solid rgba(17, 17, 17, 0.25);
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.1), transparent 42%),
    #f7f7f4;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 28px;
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 18px;
  place-items: center;
  transform: translateY(-50%);
}

body.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 50px !important;
  padding: 1px !important;
  background: rgba(17, 17, 17, 0.16);
  list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview::before,
body.woocommerce-order-received .woocommerce-order-overview::after {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  width: auto !important;
  min-width: 0;
  float: none !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 0 !important;
  background: #f7f7f4;
  color: #74747a;
  font-family: "DM Sans", sans-serif;
  font-size: 10px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 0 42px;
  padding: 30px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #f7f7f4;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 24px;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.13);
  border-radius: 0;
  background: #ffffff;
  color: #aaaab0;
  line-height: 1.85;
}

/* My Account */
body.woocommerce-account .woocommerce {
  color: #aaaab0;
}

body.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}

body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto;
  height: auto !important;
  float: none;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: #f7f7f4;
  grid-column: 1;
}

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

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.09);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  display: block;
  padding: 15px 16px 15px 34px;
  color: #8a8a90;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(17, 17, 17, 0.5);
  transform: translateY(-50%) rotate(45deg);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(17, 17, 17, 0.08);
  color: var(--gold);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
  background: var(--gold);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: auto;
  min-width: 0;
  float: none;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(17, 17, 17, 0.15);
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.045), transparent 35%),
    #f7f7f4;
  grid-column: 2;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content strong,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
  color: var(--white);
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 32px 0;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background: #ffffff;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  padding: 0 10px;
  font-size: 24px;
}

body.woocommerce-account .form-row {
  margin-bottom: 18px;
}

body.woocommerce-account .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #a0a0a6 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-account .form-row input,
body.woocommerce-account .form-row select,
body.woocommerce-account .form-row textarea {
  min-height: 50px;
  padding: 12px 15px;
}

body.woocommerce-account .password-input {
  width: 100%;
}

body.woocommerce-account .show-password-input {
  color: var(--gold);
}

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

body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after {
  display: none;
}

body.woocommerce-account .woocommerce-Address {
  width: auto !important;
  float: none !important;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #ffffff;
}

body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 26px;
}

body.woocommerce-account .woocommerce-Address-title .edit {
  float: none;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-Address address {
  color: #85858b;
  line-height: 1.8;
}

body.woocommerce-account .woocommerce-orders-table .button,
body.woocommerce-account .woocommerce-table--order-downloads .button,
body.woocommerce-account .woocommerce-MyAccount-paymentMethods .button {
  padding: 8px 13px !important;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
}

body.woocommerce-account .woocommerce-pagination {
  margin-top: 26px;
}

body.woocommerce-account .woocommerce-pagination .button {
  min-width: 110px;
  text-align: center;
}

/* Logged-out account, lost password, reset password */
body.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 620px;
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account form.lost_reset_password {
  margin: 0;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.06), transparent 42%),
    #f7f7f4;
}

body.woocommerce-account form.login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 16px 12px 0;
}

body.woocommerce-account form.login input[type="checkbox"] {
  width: 16px;
  min-height: 16px;
}

body.woocommerce-account .woocommerce-LostPassword {
  margin: 18px 0 0;
}

body.woocommerce-account .woocommerce-LostPassword a {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Select2 used by classic address forms */
body.woocommerce-account .select2-container .select2-selection--single,
body.woocommerce-checkout .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.23);
  border-radius: 0;
  background: #ffffff;
}

body.woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--white);
  line-height: 48px;
}

body.woocommerce-account .select2-container .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-dropdown {
  border-color: rgba(17, 17, 17, 0.23);
  border-radius: 0;
  background: #ffffff;
  color: var(--white);
}

.select2-results__option[aria-selected="true"],
.select2-results__option--highlighted[aria-selected] {
  background: var(--gold) !important;
  color: var(--black) !important;
}

@media (max-width: 1024px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page,
  body.woocommerce-account .dz-content-page {
    width: calc(100% - 56px) !important;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
  }
}

@media (max-width: 780px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page,
  body.woocommerce-account .dz-content-page {
    width: calc(100% - 40px) !important;
    padding-top: 106px;
  }

  body.woocommerce-cart .dz-page-header,
  body.woocommerce-checkout .dz-page-header,
  body.woocommerce-account .dz-page-header {
    margin-bottom: 34px;
  }

  body.woocommerce-cart .dz-page-header .entry-title,
  body.woocommerce-checkout .dz-page-header .entry-title,
  body.woocommerce-account .dz-page-header .entry-title {
    font-size: 54px;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block !important;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-checkout .wc-block-checkout__main {
    margin-bottom: 24px;
  }

  body.woocommerce-checkout form.checkout {
    display: block;
  }

  body.woocommerce-checkout form.checkout #order_review_heading {
    margin-top: 34px;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account.logged-in .woocommerce {
    display: block;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
    grid-column: auto;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: auto;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-right: 1px solid rgba(17, 17, 17, 0.09);
  }
}

@media (max-width: 540px) {
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    width: 72px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding: 72px 24px 24px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    top: 22px;
    left: 24px;
    transform: none;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce-customer-details {
    padding: 20px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-right: 0;
  }

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account form.lost_reset_password {
    padding: 24px 20px;
  }
}

/* Shop cloth cart and checkout refresh */
body.woocommerce-cart,
body.woocommerce-checkout {
  background: #ffffff !important;
  color: #101418 !important;
}

body.woocommerce-cart .dz-content-page,
body.woocommerce-checkout .dz-content-page {
  width: min(1400px, calc(100% - 96px)) !important;
  max-width: none !important;
  padding-top: 118px !important;
  padding-bottom: 0 !important;
  color: #101418 !important;
}

body.woocommerce-cart .dz-page-header,
body.woocommerce-checkout .dz-page-header {
  display: none !important;
}

body.woocommerce-cart .dz-page-entry,
body.woocommerce-checkout .dz-page-entry {
  margin: 0 !important;
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  color: #4f5359 !important;
  font-family: "DM Sans", Arial, sans-serif;
}

body.woocommerce-cart a,
body.woocommerce-checkout a {
  color: #07a6c2;
}

body.woocommerce-cart .required,
body.woocommerce-checkout .required {
  color: #ff3c40 !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info {
  border: 1px solid #c8ccd1 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #4f5359 !important;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 2.06fr) minmax(370px, 1fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart__main::before,
body.woocommerce-cart .woocommerce-cart-form::before,
body.woocommerce-checkout .wc-block-checkout__main::before {
  display: block;
  margin: 0 0 30px;
  color: #06090c;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.woocommerce-cart .wc-block-cart__main::before,
body.woocommerce-cart .woocommerce-cart-form::before {
  content: "Shopping Bag";
}

body.woocommerce-checkout .wc-block-checkout__main::before {
  content: "Billing Details";
}

body.woocommerce-cart .wc-block-cart__sidebar::before,
body.woocommerce-cart .cart_totals > h2,
body.woocommerce-checkout .wc-block-checkout__sidebar::before,
body.woocommerce-checkout form.checkout #order_review_heading {
  display: block;
  margin: 0 0 30px;
  color: #06090c;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-cart .wc-block-cart__sidebar::before {
  content: "Cart Totals";
}

body.woocommerce-checkout .wc-block-checkout__sidebar::before {
  content: "Your Order";
}

body.woocommerce-cart table,
body.woocommerce-checkout table,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
  border-color: #bfc3c8 !important;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment {
  border: 1px solid #bfc3c8 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__header span,
body.woocommerce-cart table.shop_table thead,
body.woocommerce-checkout table.shop_table thead,
body.woocommerce-checkout .wc-block-components-order-summary__button-text {
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-cart .wc-block-cart-items__header th,
body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th {
  height: 58px;
  padding: 16px 28px !important;
  border-bottom: 1px solid #bfc3c8 !important;
  color: #101418 !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-checkout table.shop_table tfoot th {
  border-color: #bfc3c8 !important;
  color: #4f5359 !important;
}

body.woocommerce-cart .wc-block-cart-items__row {
  min-height: 116px;
  padding: 18px 28px !important;
}

body.woocommerce-cart .wc-block-cart-item__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .product-thumbnail {
  width: 78px !important;
  min-width: 78px !important;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .product-thumbnail img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img,
body.woocommerce-checkout table.shop_table .product-thumbnail img {
  width: 78px !important;
  height: 78px !important;
  border-radius: 0 !important;
  background: #f0f1f3;
  object-fit: contain;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-cart table.shop_table .product-name a,
body.woocommerce-checkout table.shop_table .product-name {
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none !important;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-formatted-money-amount,
body.woocommerce-cart .amount,
body.woocommerce-checkout .amount {
  color: #333943 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata {
  color: #858a91 !important;
  font-size: 12px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart table.shop_table .product-remove a {
  color: #4f5359 !important;
  font-size: 20px !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart table.shop_table .product-remove a:hover {
  color: #ff3c40 !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .quantity {
  min-width: 104px;
  height: 54px;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f1f2f4 !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector::after {
  display: none !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector button,
body.woocommerce-cart .quantity .qty {
  height: 54px !important;
  border: 0 !important;
  background: transparent !important;
  color: #333943 !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 0 !important;
  border-top: 1px solid #bfc3c8 !important;
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-panel__button {
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  display: none !important;
}

body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 18px 24px !important;
  color: #333943 !important;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__label {
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0 !important;
  line-height: 1.3;
  text-transform: none !important;
}

body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #333943 !important;
  font-size: 20px;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  padding: 0 24px 24px !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart .button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout #place_order {
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart .button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"] {
  background: #02090d !important;
  color: #ffffff !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-cart .button[name="apply_coupon"]:hover,
body.woocommerce-cart button[name="update_cart"]:hover {
  background: #ff3c40 !important;
  color: #ffffff !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout #place_order {
  background: #ff3c40 !important;
  color: #ffffff !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout #place_order:hover {
  background: #e93035 !important;
  color: #ffffff !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .coupon {
  margin-top: 26px !important;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart input.input-text,
body.woocommerce-cart input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  min-height: 52px !important;
  border: 1px solid #bfc3c8 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart input.input-text {
  background: #f1f1f2 !important;
  border-color: #f1f1f2 !important;
}

body.woocommerce-cart input::placeholder,
body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder {
  color: #a2a6ab !important;
  opacity: 1;
}

body.woocommerce-cart .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label,
body.woocommerce-checkout .form-row label,
body.woocommerce-checkout label {
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 14px !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading .wc-block-components-checkout-step__title {
  color: #101418 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading-content,
body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  color: #4f5359 !important;
}

body.woocommerce-checkout .wc-block-components-address-form {
  gap: 18px !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__content,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  background: #ffffff !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  min-height: 136px;
  padding: 18px 24px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #bfc3c8 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  justify-content: center;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  background: #ffffff !important;
  color: #333943 !important;
}

body.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
  margin-top: 24px !important;
  padding: 28px !important;
  color: #4f5359 !important;
  font-size: 14px;
  line-height: 1.8;
}

body.woocommerce-checkout .wc-block-checkout__terms {
  color: #6e737a !important;
}

/* Classic WooCommerce fallback */
body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 2.06fr) minmax(370px, 1fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  padding: 0 !important;
  border: 1px solid #bfc3c8 !important;
  background: #ffffff !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  margin-bottom: 30px !important;
  border: 0 !important;
}

body.woocommerce-cart table.cart td.actions {
  padding: 24px 0 0 !important;
  border: 0 !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 42px;
  align-items: center;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 320px !important;
  margin: 0 !important;
  padding: 0 18px !important;
}

body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
  float: right;
  min-width: 138px;
}

body.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.95fr);
  grid-template-areas: none;
  gap: 28px;
  align-items: start;
}

body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
  display: block !important;
}

body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
  grid-row: 1;
}

body.woocommerce-checkout form.checkout #order_review_heading {
  align-self: start;
  margin: 0 !important;
}

body.woocommerce-checkout form.checkout #order_review {
  align-self: start;
  margin-top: 0 !important;
  padding: 62px 0 0 !important;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
  display: none !important;
}

body.woocommerce-checkout form.checkout .col2-set {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout form.checkout #order_review {
  padding: 62px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin: 0 0 26px;
  color: #06090c;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: none;
}

body.woocommerce-checkout .form-row {
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-bottom: 20px !important;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection--single {
  height: 52px !important;
  padding: 0 16px !important;
  border: 1px solid #bfc3c8 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #101418 !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  color: #101418 !important;
  line-height: 50px !important;
}

body.woocommerce-checkout #payment {
  margin-top: 24px !important;
}

body.woocommerce-checkout .dz-checkout-item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #101418;
  font-weight: 800;
}

body.woocommerce-checkout .dz-checkout-item__image {
  width: 88px !important;
  height: 88px !important;
  border-radius: 0 !important;
  background: #f0f1f3;
  object-fit: contain;
}

body.woocommerce-checkout .dz-checkout-item__name {
  display: inline-block;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  margin-left: 4px;
  color: #101418;
  font-weight: 800;
}

body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment div.form-row {
  padding: 28px !important;
  border-color: #bfc3c8 !important;
}

.dz-service-newsletter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 0.75fr);
  align-items: center;
  width: min(1280px, 100%);
  min-height: 404px;
  margin: 116px auto 76px;
  padding: 56px 96px 56px 64px;
  border-radius: 16px;
  background: #08b4bd;
  color: #ffffff;
  overflow: visible;
}

.dz-service-newsletter__image {
  position: absolute;
  left: 108px;
  bottom: 0;
  z-index: 1;
  width: min(520px, 44vw);
  max-height: 540px;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
}

.dz-service-newsletter__content {
  position: relative;
  z-index: 2;
  grid-column: 2;
  max-width: 520px;
}

.dz-service-newsletter__content p,
.dz-service-newsletter__content h2,
.dz-service-newsletter__content span {
  margin: 0;
  color: #ffffff;
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.dz-service-newsletter__content p {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.dz-service-newsletter__content h2 {
  margin-bottom: 10px;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
}

.dz-service-newsletter__content span {
  display: block;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
}

.dz-service-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 118px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 7px 8px;
  border-radius: 10px;
  background: #ffffff;
}

.dz-service-newsletter__form input {
  width: 100%;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #101418 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.dz-service-newsletter__form input::placeholder {
  color: #8f969e;
  opacity: 1;
}

.dz-service-newsletter__form button {
  min-height: 42px;
  border: 0;
  border-radius: 9px;
  background: #f59b18;
  color: #ffffff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dz-service-newsletter__form button:hover {
  background: #e88907;
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-checkout form.checkout {
    grid-template-areas:
      "customer"
      "order-title"
      "order-review";
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-checkout form.checkout #customer_details,
  body.woocommerce-checkout form.checkout #order_review_heading,
  body.woocommerce-checkout form.checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-checkout form.checkout #order_review {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .dz-service-newsletter {
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
    padding: 48px 52px;
  }

  .dz-service-newsletter__image {
    left: 42px;
    width: min(480px, 48vw);
  }
}

@media (max-width: 780px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page {
    width: calc(100% - 40px) !important;
    padding-top: 16px !important;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block !important;
  }

  body.woocommerce-cart .wc-block-cart__main::before,
  body.woocommerce-cart .woocommerce-cart-form::before,
  body.woocommerce-checkout .wc-block-checkout__main::before,
  body.woocommerce-cart .wc-block-cart__sidebar::before,
  body.woocommerce-checkout .wc-block-checkout__sidebar::before,
  body.woocommerce-cart .cart_totals > h2,
  body.woocommerce-checkout form.checkout #order_review_heading,
  body.woocommerce-checkout .woocommerce-billing-fields > h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    margin-top: 28px !important;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    padding: 18px !important;
  }

  body.woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    gap: 12px;
  }

  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
  }

  body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
    width: 100%;
    float: none;
    margin-top: 12px;
  }

  .dz-service-newsletter {
    display: flex;
    min-height: auto;
    margin: 82px auto 54px;
    padding: 270px 22px 28px;
    overflow: hidden;
  }

  .dz-service-newsletter__image {
    left: 50%;
    bottom: auto;
    top: -22px;
    width: min(360px, 84vw);
    transform: translateX(-50%);
  }

  .dz-service-newsletter__content {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .dz-service-newsletter__content p {
    font-size: 22px;
  }

  .dz-service-newsletter__content h2 {
    font-size: 40px;
  }

  .dz-service-newsletter__form {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  .dz-service-newsletter__form button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page {
    width: calc(100% - 28px) !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .product-thumbnail {
    width: 64px !important;
    min-width: 64px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image img,
  body.woocommerce-cart .product-thumbnail img,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img,
  body.woocommerce-checkout table.shop_table .product-thumbnail img {
    width: 64px !important;
    height: 64px !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item,
  body.woocommerce-checkout .wc-block-components-totals-item,
  body.woocommerce-checkout .wc-block-components-order-summary-item,
  body.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .dz-service-newsletter {
    border-radius: 14px;
    padding-top: 248px;
  }
}

/* Cart final polish */
body.woocommerce-cart .dz-content-page {
  width: min(1400px, calc(100% - 96px)) !important;
  padding-top: 24px !important;
}

body.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 2.05fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .woocommerce-cart-form::before,
body.woocommerce-cart .cart_totals > h2 {
  margin: 0 0 28px !important;
  color: #06090c;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

body.woocommerce-cart table.cart.shop_table {
  width: 100%;
  border: 1px solid #bfc3c8 !important;
  border-collapse: collapse !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

body.woocommerce-cart table.cart.shop_table th,
body.woocommerce-cart table.cart.shop_table td {
  border: 1px solid #d4d8de !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-family: "DM Sans", Arial, sans-serif !important;
}

body.woocommerce-cart table.cart.shop_table th {
  height: 58px;
  padding: 16px 18px !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: none;
}

body.woocommerce-cart table.cart.shop_table td {
  padding: 18px 16px !important;
  vertical-align: middle;
}

body.woocommerce-cart table.cart.shop_table .product-remove {
  width: 56px;
  text-align: center;
}

body.woocommerce-cart table.cart.shop_table .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #1f2937 !important;
  font-size: 19px !important;
  line-height: 1;
}

body.woocommerce-cart table.cart.shop_table .product-thumbnail {
  width: 86px;
  text-align: center;
}

body.woocommerce-cart table.cart.shop_table .product-thumbnail img {
  width: 72px !important;
  height: 72px !important;
  padding: 8px;
  border-radius: 0 !important;
  background: #f0f1f3;
  object-fit: contain;
}

body.woocommerce-cart table.cart.shop_table .product-name a {
  color: #111827 !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none !important;
}

body.woocommerce-cart table.cart.shop_table .product-price,
body.woocommerce-cart table.cart.shop_table .product-subtotal {
  color: #1f2937 !important;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

body.woocommerce-cart table.cart.shop_table .quantity {
  display: inline-flex;
  justify-content: center;
  width: 154px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px !important;
  background: #f1f2f4 !important;
}

body.woocommerce-cart table.cart.shop_table .quantity .qty {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center;
}

body.woocommerce-cart table.cart.shop_table td.actions {
  padding: 24px !important;
  background: #f7f7f8 !important;
}

body.woocommerce-cart table.cart.shop_table td.actions .coupon {
  display: flex !important;
  align-items: center;
  gap: 40px;
}

body.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text {
  width: min(340px, 100%) !important;
  height: 58px !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: #eeeeef !important;
  color: #111827 !important;
  font-size: 15px;
}

body.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text::placeholder {
  color: #9aa2af;
}

body.woocommerce-cart .button[name="apply_coupon"],
body.woocommerce-cart button[name="update_cart"] {
  min-width: 138px !important;
  min-height: 58px !important;
  border-radius: 0 !important;
  background: #05090d !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart button[name="update_cart"] {
  float: right;
}

body.woocommerce-cart button[name="update_cart"]:disabled,
body.woocommerce-cart button[name="update_cart"][disabled] {
  background: #e2e2df !important;
  color: #b6b6b1 !important;
}

body.woocommerce-cart .cart-collaterals {
  width: 100% !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  padding: 0 !important;
  border: 1px solid #bfc3c8 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals > h2 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .cart_totals table.shop_table {
  margin: 0 !important;
  border: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  height: 58px;
  padding: 18px 30px !important;
  border-color: #bfc3c8 !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 900;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 22px 28px 28px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

body.woocommerce-cart .dz-service-newsletter {
  margin-top: 96px;
}

@media (max-width: 1180px) {
  body.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.woocommerce-cart .dz-content-page {
    width: calc(100% - 32px) !important;
    padding-top: 16px !important;
  }

  body.woocommerce-cart table.cart.shop_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon {
    display: grid !important;
    gap: 12px;
  }

  body.woocommerce-cart table.cart.shop_table td.actions .coupon .input-text,
  body.woocommerce-cart .button[name="apply_coupon"],
  body.woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
  }

  body.woocommerce-cart button[name="update_cart"] {
    float: none;
    margin-top: 12px;
  }
}

/* Cart and checkout responsive hardening. */
@media (max-width: 1180px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.woocommerce-checkout form.checkout #order_review_heading,
  body.woocommerce-checkout form.checkout #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 780px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page,
  body.woocommerce-account .dz-content-page {
    width: calc(100% - 32px) !important;
    padding-top: 16px !important;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    padding: 16px !important;
  }

  body.woocommerce-checkout form.checkout {
    display: block !important;
  }

  body.woocommerce-checkout form.checkout #order_review_heading {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }

  body.woocommerce-checkout form.checkout #order_review {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-address-form {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step__container {
    padding-left: 0 !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce-cart table.cart.shop_table {
    display: block !important;
    overflow: visible !important;
    white-space: normal !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart table.cart.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart table.cart.shop_table tbody,
  body.woocommerce-cart table.cart.shop_table tr,
  body.woocommerce-cart table.cart.shop_table td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart table.cart.shop_table tr.cart_item {
    position: relative;
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px 14px;
    margin-bottom: 14px;
    padding: 14px !important;
    border: 1px solid #d4d8de !important;
    background: #ffffff !important;
  }

  body.woocommerce-cart table.cart.shop_table tr.cart_item td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart table.cart.shop_table .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: auto !important;
  }

  body.woocommerce-cart table.cart.shop_table .product-thumbnail {
    grid-row: 1 / span 4;
    width: 76px !important;
    min-width: 76px !important;
  }

  body.woocommerce-cart table.cart.shop_table .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }

  body.woocommerce-cart table.cart.shop_table .product-name {
    padding-right: 34px !important;
  }

  body.woocommerce-cart table.cart.shop_table .product-price,
  body.woocommerce-cart table.cart.shop_table .product-quantity,
  body.woocommerce-cart table.cart.shop_table .product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  body.woocommerce-cart table.cart.shop_table .product-price::before {
    content: "Price";
  }

  body.woocommerce-cart table.cart.shop_table .product-quantity::before {
    content: "Quantity";
  }

  body.woocommerce-cart table.cart.shop_table .product-subtotal::before {
    content: "Subtotal";
  }

  body.woocommerce-cart table.cart.shop_table .product-price::before,
  body.woocommerce-cart table.cart.shop_table .product-quantity::before,
  body.woocommerce-cart table.cart.shop_table .product-subtotal::before {
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
  }

  body.woocommerce-cart table.cart.shop_table .quantity {
    width: 112px !important;
    height: 46px !important;
  }

  body.woocommerce-cart table.cart.shop_table .quantity .qty {
    height: 46px !important;
    min-height: 46px !important;
  }

  body.woocommerce-cart table.cart.shop_table td.actions {
    display: block !important;
    padding: 16px !important;
    border: 1px solid #d4d8de !important;
    background: #ffffff !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #payment {
    width: 100% !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px !important;
  }

  body.woocommerce-checkout .dz-checkout-item {
    gap: 12px;
  }

  body.woocommerce-checkout .dz-checkout-item__image {
    width: 64px !important;
    height: 64px !important;
  }
}

@media (max-width: 520px) {
  body.woocommerce-cart .dz-content-page,
  body.woocommerce-checkout .dz-content-page,
  body.woocommerce-account .dz-content-page {
    width: calc(100% - 24px) !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item,
  body.woocommerce-checkout .wc-block-components-totals-item,
  body.woocommerce-cart .wc-block-cart__submit-container,
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.woocommerce-cart .wc-block-components-product-name,
  body.woocommerce-checkout .wc-block-components-product-name,
  body.woocommerce-cart table.shop_table .product-name a,
  body.woocommerce-checkout table.shop_table .product-name {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  body.woocommerce-cart .wc-block-cart__submit-button,
  body.woocommerce-cart .checkout-button,
  body.woocommerce-cart .button[name="apply_coupon"],
  body.woocommerce-cart button[name="update_cart"],
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  body.woocommerce-checkout #place_order {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
  }

  .dz-service-newsletter {
    width: calc(100% - 24px);
    padding-right: 16px;
    padding-left: 16px;
  }
}
