/* =========================================================
   CART FINAL CLEAN
========================================================= */

.df-cart-page {
  padding-top: 124px;
  padding-bottom: 56px;
}

.df-cart-page__hero {
  margin-bottom: 24px;
}

.df-cart-page__title {
  max-width: 760px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}

.df-cart-page__subtitle {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.65;
}

.df-cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.df-cart-card,
.df-cart-summary {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.04);
}

.df-cart-summary {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.df-cart-card__head,
.df-cart-summary__head {
  margin-bottom: 22px;
}

.df-cart-card__title,
.df-cart-summary .df-cart-card__title {
  font-size: 22px;
  line-height: 1.05;
}

/* LEFT COLUMN */
.df-cart-items {
  display: grid;
  gap: 18px;
}

.df-cart-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-cart-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.df-cart-item__media {
  min-height: 108px;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
}

.df-cart-item__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 14px;
  margin-bottom: 12px;
}

.df-cart-item__title {
  max-width: 28ch;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.18;
}

.df-cart-item__title a {
  color: #1f1f1f;
  text-decoration: none;
}

.df-cart-item__price {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 600;
  color: #5b564f;
}

.df-cart-item__meta,
.df-cart-item__meta p,
.df-cart-item__meta dl,
.df-cart-item__meta dd,
.df-cart-item__meta dt,
.df-cart-item__meta .variation {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #7a746c;
}

.df-cart-item__totals {
  text-align: right;
}

.df-cart-item__totals-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a746c;
}

.df-cart-item__totals strong {
  font-size: 16px;
  line-height: 1.2;
  color: #1f1f1f;
}

.df-cart-item__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.df-cart-item__quantity .quantity {
  display: inline-flex;
  align-items: center;
}

.df-cart-item__quantity .qty {
  width: 52px;
  min-height: 36px;
  height: 36px;
  padding: 0 4px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  font-size: 13px;
  text-align: center;
  background: #fff;
}

.df-cart-item__remove {
  margin-left: 0;
}

.df-cart-item__remove a,
.df-cart-item__remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #8b6b63 !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
}

.df-cart-item__remove a:hover,
.df-cart-item__remove a.remove:hover {
  background: #f5f0e8;
  color: #6f4d46 !important;
}

.df-cart-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.df-cart-coupon {
  display: flex;
  gap: 10px;
  flex: 1 1 100%;
}

.df-cart-coupon .input-text {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 0 14px;
  background: #fff;
  font-size: 14px;
}

.df-cart-card__actions .button,
.df-cart-coupon .button {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 14px;
}

.df-cart-card__actions .button--ghost {
  background: #f5f0e8;
  color: #1f1f1f;
  border: 0;
}

/* RIGHT COLUMN */
.df-cart-totals {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.df-cart-totals__rows {
  display: grid;
  gap: 0;
}

.df-cart-totals__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-cart-totals__row span,
.df-cart-totals__shipping-label {
  font-size: 14px;
  line-height: 1.45;
  color: #6d675f;
}

.df-cart-totals__row strong {
  font-size: 14px;
  text-align: right;
  color: #1f1f1f;
}

.df-cart-totals__shipping {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-cart-totals__shipping-label {
  margin-bottom: 10px;
}

.df-cart-totals__shipping-content ul,
.df-cart-totals__shipping-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.df-cart-totals__shipping-content ul {
  display: grid;
  gap: 10px;
}

.df-cart-totals__shipping-content li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f3ee;
}

.df-cart-totals__shipping-content label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #1f1f1f;
}

.df-cart-totals__shipping-content input[type="radio"] {
  margin-right: 8px;
}

.df-cart-totals__shipping-content .woocommerce-shipping-destination {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6d675f;
}

.df-cart-totals__shipping-content .shipping-calculator-button {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.df-cart-totals__total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-top: 12px;
}

.df-cart-totals__total span {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
}

.df-cart-totals__total strong {
  font-size: 18px;
  line-height: 1.1;
  text-align: right;
  color: #1f1f1f;
}

.df-cart-totals__total strong .includes_tax {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  color: #7a746c;
}

/* CTA FIX */
.df-cart-totals__cta,
.df-cart-totals__cta .wc-proceed-to-checkout {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.df-cart-totals__cta .wc-proceed-to-checkout a.checkout-button,
.df-cart-totals__cta .wc-proceed-to-checkout .checkout-button,
.df-cart-totals__cta .wc-proceed-to-checkout a.button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 14px !important;
  min-height: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 10px !important;
  background: #1f1f1f !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.df-cart-totals__cta .wc-proceed-to-checkout a.checkout-button:hover,
.df-cart-totals__cta .wc-proceed-to-checkout .checkout-button:hover,
.df-cart-totals__cta .wc-proceed-to-checkout a.button:hover {
  opacity: .95;
  transform: translateY(-1px);
}

/* =========================================================
   CHECKOUT CLASSIC CLEAN
========================================================= */

.df-checkout-page {
  padding-top: 124px;
  padding-bottom: 56px;
}

.df-checkout-page__hero {
  margin-bottom: 24px;
}

.df-checkout-page__hero-copy {
  max-width: 760px;
}

.df-checkout-page__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #7a746c;
}

.df-checkout-page__title {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: .98;
  color: #1f1f1f;
}

.df-checkout-page__subtitle {
  margin: 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.65;
  color: #5b564f;
}

.df-checkout-page__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.df-checkout-page__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.df-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 440px;
  gap: 28px;
  align-items: start;
}

.df-checkout__main,
.df-checkout__side,
.df-checkout-summary,
.woocommerce-checkout-review-order,
#order_review {
  min-width: 0;
}

.df-checkout-card,
.df-checkout-summary {
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.04);
}

.df-checkout-card + .df-checkout-card {
  margin-top: 20px;
}

.df-checkout-summary {
  position: sticky;
  top: 100px;
}

.df-checkout-card__head,
.df-checkout-summary__head,
.df-checkout-payment__head {
  margin-bottom: 18px;
}

.df-checkout-card__eyebrow,
.df-checkout-payment__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #7a746c;
}

.df-checkout-card__title {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.06;
  color: #1f1f1f;
}

.df-checkout-payment__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #1f1f1f;
}

.df-checkout-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5b564f;
  max-width: 56ch;
}

/* FORM */
.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  float: none;
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #1f1f1f;
}

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

.woocommerce-checkout .form-row {
  margin: 0 0 16px;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  float: none;
  width: auto;
}

.woocommerce-checkout .form-row-wide {
  grid-column: 1 / -1;
}

.woocommerce-checkout label {
  display: block;
  margin-bottom: 8px;
  color: #6d675f;
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  color: #1f1f1f;
}

.woocommerce-checkout textarea {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: none;
  border-color: #1f1f1f;
  box-shadow: 0 0 0 4px rgba(31, 31, 31, 0.04);
}

.woocommerce .select2-container .select2-selection--single {
  height: 54px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px !important;
  color: #1f1f1f !important;
  padding-left: 0 !important;
  font-size: 15px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px !important;
  right: 8px !important;
}

/* REVIEW ORDER */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout-review-order-table tbody tr.cart_item td,
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

.woocommerce-checkout-review-order-table .product-name {
  width: auto;
  padding-right: 10px;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-total {
  width: 96px;
  text-align: right;
  white-space: nowrap;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
  color: #6d675f;
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-bottom: 0;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
}

.df-review-order__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
}

.df-review-order__thumb {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-review-order__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.df-review-order__title {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.35;
  color: #1f1f1f;
}

.df-review-order__qty {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f5f0e8;
  color: #6d675f;
  font-size: 11px;
  font-weight: 700;
}

.df-review-order__content .variation,
.df-review-order__content .wc-item-meta {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #7a746c;
}

/* PAYMENT METHODS */
.woocommerce-checkout-payment,
.df-checkout-payment {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent !important;
}

.df-checkout-payment ul.payment_methods {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  border: 0 !important;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method {
  margin: 0 0 10px;
  padding: 0;
  border-radius: 14px;
  background: #f7f3ee;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
  position: relative;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method > input.input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method > label.df-payment-method__label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 15px 16px;
  cursor: pointer;
}

.df-payment-method__radio {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(31, 31, 31, 0.22);
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.df-payment-method__title {
  display: block;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.df-payment-method__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 42px;
}

.df-payment-method__icon-wrap img {
  max-height: 24px;
  width: auto;
  display: block;
}

.df-payment-method__fallback-icon {
  display: inline-block;
  width: 28px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid rgba(31, 31, 31, 0.22);
  position: relative;
}

.df-payment-method__fallback-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 2px;
  background: rgba(31, 31, 31, 0.22);
}

.df-checkout-payment ul.payment_methods > li.df-payment-method:has(> input.input-radio:checked) {
  background: #f3eee7;
  border-color: rgba(31, 31, 31, 0.10);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.df-checkout-payment ul.payment_methods > li.df-payment-method:has(> input.input-radio:checked) .df-payment-method__radio {
  border-color: #1f1f1f;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method:has(> input.input-radio:checked) .df-payment-method__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #1f1f1f;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method .payment_box {
  margin: 0 !important;
  padding: 0 16px 16px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #5b564f;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method .payment_box::before {
  display: none !important;
}

.df-payment-method__box-inner {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.df-payment-method__box-inner p:last-child {
  margin-bottom: 0;
}

.df-payment-method__box-inner .form-row {
  margin-bottom: 12px;
}

.df-payment-method__box-inner input.input-text,
.df-payment-method__box-inner select,
.df-payment-method__box-inner textarea {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 0 12px;
  font-size: 14px;
}

.df-payment-method__box-inner textarea {
  min-height: 96px;
  padding: 12px;
}

/* PLACE ORDER */
.df-checkout-payment__footer {
  margin-top: 16px;
  padding: 0 !important;
}

.df-checkout-payment__legal {
  margin-bottom: 12px;
}

.df-checkout-payment .place-order .woocommerce-privacy-policy-text {
  margin: 0 0 10px;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.55;
}

.df-checkout-payment .place-order label {
  display: inline;
  font-size: 13px;
  color: #5b564f;
}

.df-checkout-payment #place_order,
.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 46px;
  height: 46px;
  margin: 6px 0 0 !important;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: #1f1f1f;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.df-checkout-payment #place_order:hover,
.woocommerce-checkout #place_order:hover {
  opacity: .95;
  transform: translateY(-1px);
}

.df-checkout-payment__notice .woocommerce-info,
.df-checkout-payment__notice .woocommerce-notice {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* NOTICES + COUPON */
.woocommerce-form-coupon-toggle {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  border-top: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

form.checkout_coupon {
  margin: 14px 0 24px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #fff;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

form.checkout_coupon p {
  margin: 0 0 12px;
  color: #5b564f;
  font-size: 14px;
  line-height: 1.55;
}

form.checkout_coupon .form-row-first,
form.checkout_coupon .form-row-last {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

form.checkout_coupon input.input-text {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

form.checkout_coupon button.button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: #1f1f1f;
  color: #fff;
  border: 0;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .df-checkout__layout {
    grid-template-columns: 1fr;
  }

  .df-checkout-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .df-cart-page,
  .df-checkout-page {
    padding-top: 108px;
    padding-bottom: 44px;
  }

  .df-cart-page__title,
  .df-checkout-page__title {
    font-size: clamp(28px, 9vw, 40px);
  }

  .df-cart-card,
  .df-cart-summary,
  .df-checkout-card,
  .df-checkout-summary {
    padding: 20px;
    border-radius: 22px;
  }

  .df-cart-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .df-cart-item__media {
    min-height: 180px;
  }

  .df-cart-item__header {
    grid-template-columns: 1fr;
  }

  .df-cart-item__totals {
    text-align: left;
  }

  .df-cart-item__title {
    max-width: none;
  }

  .df-cart-item__footer {
    flex-wrap: wrap;
  }

  .df-cart-coupon {
    flex-direction: column;
  }

  .df-cart-coupon .input-text,
  .df-cart-coupon .button,
  .df-cart-card__actions .button {
    width: 100%;
  }

  .df-cart-totals__row,
  .df-cart-totals__total {
    grid-template-columns: 1fr;
  }

  .df-cart-totals__row strong,
  .df-cart-totals__total strong {
    text-align: left;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .df-checkout-card__title {
    font-size: 22px;
  }

  .df-checkout-payment ul.payment_methods > li.df-payment-method > label.df-payment-method__label {
    grid-template-columns: 16px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 14px;
  }

  .df-payment-method__title {
    font-size: 13px;
  }

  .df-payment-method__icon-wrap img {
    max-height: 22px;
  }
}
/* REVIEW ORDER FINAL */

.df-review-order {
  display: grid;
  gap: 22px;
}

.df-review-order__items {
  display: grid;
  gap: 16px;
}

.df-review-order__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__thumb {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-review-order__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.df-review-order__content {
  min-width: 0;
}

.df-review-order__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 8px;
}

.df-review-order__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1f1f1f;
}

.df-review-order__price {
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
  white-space: nowrap;
}

.df-review-order__meta {
  display: grid;
  gap: 6px;
}

.df-review-order__qty {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f5f0e8;
  color: #6d675f;
  font-size: 11px;
  font-weight: 700;
  width: fit-content;
}

.df-review-order__variation,
.df-review-order__variation p,
.df-review-order__variation dl,
.df-review-order__variation dd,
.df-review-order__variation dt,
.df-review-order__variation .variation {
  margin: 0;
  color: #7a746c;
  font-size: 11px;
  line-height: 1.45;
}

.df-review-order__totals {
  display: grid;
  gap: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__row span {
  color: #6d675f;
  font-size: 14px;
  line-height: 1.45;
}

.df-review-order__row strong {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.df-review-order__shipping {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__shipping-label {
  margin-bottom: 10px;
  color: #6d675f;
  font-size: 14px;
  line-height: 1.45;
}

.df-review-order__shipping-content ul,
.df-review-order__shipping-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.df-review-order__shipping-content ul {
  display: grid;
  gap: 8px;
}

.df-review-order__shipping-content li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f3ee;
}

.df-review-order__shipping-content label {
  display: block;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.df-review-order__shipping-content input[type="radio"] {
  margin-right: 8px;
}

.df-review-order__shipping-content .woocommerce-shipping-destination {
  margin: 10px 0 0;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.45;
}

.df-review-order__shipping-content .shipping-calculator-button {
  display: inline-block;
  margin-top: 8px;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.df-review-order__total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-top: 16px;
}

.df-review-order__total span {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
}

.df-review-order__total strong {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.1;
  text-align: right;
}

.df-review-order__total strong .includes_tax {
  display: block;
  margin-top: 4px;
  color: #7a746c;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 640px) {
  .df-review-order__item {
    grid-template-columns: 1fr;
  }

  .df-review-order__thumb {
    width: 84px;
    height: 84px;
  }

  .df-review-order__top,
  .df-review-order__row,
  .df-review-order__total {
    grid-template-columns: 1fr;
  }

  .df-review-order__price,
  .df-review-order__row strong,
  .df-review-order__total strong {
    text-align: left;
  }
}

/* CHECKOUT PREMIUM PASS */
.df-checkout-page {
  padding-top: 0;
  background:
    linear-gradient(180deg, #f5f0e8 0%, #f7f3ee 38%, #f7f3ee 100%);
}

.df-checkout-page__notices {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 0 auto 28px;
}

.df-checkout-page__notices .woocommerce-form-coupon-toggle,
.df-checkout-page__notices .woocommerce-info,
.df-checkout-page__notices .woocommerce-message,
.df-checkout-page__notices .woocommerce-error {
  margin: 0 !important;
}

.df-checkout-page__notices .woocommerce-info,
.df-checkout-page__notices .woocommerce-message,
.df-checkout-page__notices .woocommerce-error,
.woocommerce .df-checkout-page__notices .woocommerce-info,
.woocommerce .df-checkout-page__notices .woocommerce-message,
.woocommerce .df-checkout-page__notices .woocommerce-error {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 14px 54px !important;
  border: 1px solid rgba(31, 31, 31, 0.08) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #4f4942;
  box-shadow: 0 18px 44px rgba(31, 31, 31, 0.06);
  box-sizing: border-box;
}

.df-checkout-page__notices .woocommerce-info::before,
.df-checkout-page__notices .woocommerce-message::before,
.df-checkout-page__notices .woocommerce-error::before {
  top: 50% !important;
  left: 20px !important;
  color: #8f7750 !important;
  transform: translateY(-50%);
}

.df-checkout-page__notices a {
  color: #1f1f1f;
  font-weight: 800;
  text-underline-offset: 3px;
}

.df-checkout-page__notices form.checkout_coupon {
  margin: 10px 0 0 !important;
  border: 1px solid rgba(31, 31, 31, 0.08) !important;
}

.df-checkout-page__hero,
.df-checkout__layout {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.df-checkout-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.df-checkout-page__hero-copy {
  max-width: 720px;
}

.df-checkout-page__eyebrow,
.df-checkout-card__eyebrow,
.df-checkout-payment__eyebrow {
  color: #8f7750;
  font-weight: 800;
  letter-spacing: .14em;
}

.df-checkout-page__title {
  max-width: 12ch;
  margin-bottom: 14px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .94;
  letter-spacing: 0;
}

.df-checkout-page__subtitle {
  max-width: 58ch;
  color: #514b44;
  font-size: 17px;
}

.df-checkout-page__badges span {
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: #2a2824;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.05);
}

.df-checkout-page__assurance {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(31, 31, 31, 0.06);
}

.df-checkout-page__assurance div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.72);
}

.df-checkout-page__assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.df-checkout-page__assurance strong {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.25;
}

.df-checkout__layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 440px);
  gap: 26px;
}

.df-checkout-card,
.df-checkout-summary {
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(31, 31, 31, 0.07);
}

.df-checkout-summary {
  top: 96px;
  overflow: hidden;
}

.df-checkout-card__title {
  font-size: 28px;
  letter-spacing: 0;
}

.df-checkout-summary .df-checkout-card__title {
  font-size: 28px;
}

.df-checkout-card__text {
  color: #5e574f;
}

.df-checkout-fields {
  padding-top: 2px;
}

.df-checkout-page .woocommerce-checkout input.input-text,
.df-checkout-page .woocommerce-checkout input[type="text"],
.df-checkout-page .woocommerce-checkout input[type="email"],
.df-checkout-page .woocommerce-checkout input[type="tel"],
.df-checkout-page .woocommerce-checkout input[type="password"],
.df-checkout-page .woocommerce-checkout select,
.df-checkout-page .woocommerce-checkout textarea {
  min-height: 56px !important;
  border: 1px solid #ded7cd !important;
  border-radius: 14px !important;
  background: #fffdf9 !important;
  color: #191816;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.df-checkout-page .woocommerce-checkout input:focus,
.df-checkout-page .woocommerce-checkout select:focus,
.df-checkout-page .woocommerce-checkout textarea:focus {
  border-color: #8f7750 !important;
  box-shadow: 0 0 0 4px rgba(143, 119, 80, 0.1);
}

.df-review-order {
  gap: 18px;
}

.df-review-order__items {
  max-height: 380px;
  overflow: auto;
  padding-right: 4px;
  gap: 10px;
}

.df-review-order__item {
  grid-template-columns: 76px 1fr;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-bottom: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.035);
}

.df-review-order__item:last-child {
  padding-bottom: 10px;
}

.df-review-order__thumb {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 14px;
  background: #fff;
}

.df-review-order__title {
  font-size: 14px;
  font-weight: 850;
}

.df-review-order__price {
  font-weight: 850;
}

.df-review-order__qty {
  background: #eee8de;
  color: #5f584f;
}

.df-review-order__totals {
  border-top-color: rgba(31, 31, 31, 0.1);
}

.df-review-order__row,
.df-review-order__shipping {
  border-bottom-color: rgba(31, 31, 31, 0.08);
}

.df-review-order__shipping {
  padding: 14px 0;
}

.df-review-order__shipping-label {
  margin-bottom: 8px;
  color: #6a6259;
  font-weight: 750;
}

.df-review-order__shipping-content ul {
  gap: 8px;
}

.df-review-order__shipping-content li {
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 14px;
  background: #f4eee6;
}

.df-review-order__shipping-content li:has(.df-free-shipping-label) {
  border-color: rgba(56, 128, 94, 0.18);
  background: #eef7f1;
}

.df-review-order__shipping-content label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f1f1f;
  font-weight: 850;
}

.df-review-order__shipping-content input[type="radio"] {
  margin: 0;
  accent-color: #1f1f1f;
}

.df-free-shipping-label::after {
  content: "Inclusa";
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: #dceee2;
  color: #2f704d;
  font-size: 11px;
  font-weight: 850;
}

.df-checkout-payment,
.woocommerce-checkout-payment {
  margin-top: 22px;
  padding-top: 20px;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method {
  border-color: rgba(31, 31, 31, 0.06);
  background: #f4eee6;
}

.df-checkout-payment ul.payment_methods > li.df-payment-method:has(> input.input-radio:checked) {
  border-color: rgba(31, 31, 31, 0.14);
  background: #fffdf9;
}

.df-checkout-payment #place_order,
.woocommerce-checkout #place_order {
  min-height: 54px;
  height: 54px;
  border-radius: 15px;
  background: #1f1f1f;
  font-size: 15px;
  line-height: 54px;
  box-shadow: 0 16px 34px rgba(31, 31, 31, 0.16);
}

@media (max-width: 1180px) {
  .df-checkout-page__hero {
    grid-template-columns: 1fr;
  }

  .df-checkout-page__assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .df-checkout__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .df-checkout-page {
    padding-top: 0;
  }

  .df-checkout-page__notices,
  .df-checkout-page__hero,
  .df-checkout__layout {
    width: 100%;
  }

  .df-checkout-page__title {
    max-width: 11ch;
    font-size: clamp(38px, 12vw, 52px);
  }

  .df-checkout-page__assurance {
    grid-template-columns: 1fr;
  }

  .df-checkout-card,
  .df-checkout-summary {
    padding: 20px;
    border-radius: 20px;
  }

  .df-checkout-page__notices .woocommerce-info,
  .df-checkout-page__notices .woocommerce-message,
  .df-checkout-page__notices .woocommerce-error {
    padding-right: 14px !important;
  }
}
/* REVIEW ORDER FINAL */

.df-review-order {
  display: grid;
  gap: 22px;
}

.df-review-order__items {
  display: grid;
  gap: 16px;
}

.df-review-order__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__thumb {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-review-order__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.df-review-order__content {
  min-width: 0;
}

.df-review-order__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 8px;
}

.df-review-order__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1f1f1f;
}

.df-review-order__price {
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
  white-space: nowrap;
}

.df-review-order__meta {
  display: grid;
  gap: 6px;
}

.df-review-order__qty {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f5f0e8;
  color: #6d675f;
  font-size: 11px;
  font-weight: 700;
  width: fit-content;
}

.df-review-order__variation,
.df-review-order__variation p,
.df-review-order__variation dl,
.df-review-order__variation dd,
.df-review-order__variation dt,
.df-review-order__variation .variation {
  margin: 0;
  color: #7a746c;
  font-size: 11px;
  line-height: 1.45;
}

.df-review-order__totals {
  display: grid;
  gap: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__row span {
  color: #6d675f;
  font-size: 14px;
  line-height: 1.45;
}

.df-review-order__row strong {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.df-review-order__shipping {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.df-review-order__shipping-label {
  margin-bottom: 10px;
  color: #6d675f;
  font-size: 14px;
  line-height: 1.45;
}

.df-review-order__shipping-content ul,
.df-review-order__shipping-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.df-review-order__shipping-content ul {
  display: grid;
  gap: 8px;
}

.df-review-order__shipping-content li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f3ee;
}

.df-review-order__shipping-content label {
  display: block;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.df-review-order__shipping-content input[type="radio"] {
  margin-right: 8px;
}

.df-review-order__shipping-content .woocommerce-shipping-destination {
  margin: 10px 0 0;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.45;
}

.df-review-order__shipping-content .shipping-calculator-button {
  display: inline-block;
  margin-top: 8px;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.df-review-order__total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-top: 16px;
}

.df-review-order__total span {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
}

.df-review-order__total strong {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.1;
  text-align: right;
}

.df-review-order__total strong .includes_tax {
  display: block;
  margin-top: 4px;
  color: #7a746c;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 640px) {
  .df-review-order__item {
    grid-template-columns: 1fr;
  }

  .df-review-order__thumb {
    width: 84px;
    height: 84px;
  }

  .df-review-order__top,
  .df-review-order__row,
  .df-review-order__total {
    grid-template-columns: 1fr;
  }

  .df-review-order__price,
  .df-review-order__row strong,
  .df-review-order__total strong {
    text-align: left;
  }
}
