/* Purchase funnel: native PrestaShop controls in the current brand system. */
:is(#product, #cart, #checkout, #order-confirmation) #wrapper :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}
:is(#cart, #checkout, #order-confirmation) #main { min-width: 0; }
:is(#cart, #checkout) .alert { line-height: 1.5; border-radius: 0; }
:is(#cart, #checkout) .alert-danger { color: #842b3b; background: #fff1f3; border: 1px solid #c27886; }
:is(#cart, #checkout) .btn-primary:disabled { opacity: .5; cursor: not-allowed; }

/* PayPal and other hook content must never share the primary button's row. */
#product .product-quantity.js-tdh-pdp-cart { display: flex; flex-wrap: wrap; gap: 12px; }
#product .js-tdh-pdp-cart > .tdh-pdp-native-qty { flex: 0 0 112px; width: 112px; margin: 0; }
#product .js-tdh-pdp-cart > .tdh-pdp-cart-control { flex: 1 1 180px; min-width: 0; }
#product .js-tdh-pdp-cart .add,
#product .js-tdh-pdp-cart .add-to-cart { width: 100%; margin: 0; }
#product .js-tdh-pdp-cart .add-to-cart { min-height: 52px; padding: 12px 16px; white-space: normal; line-height: 1.25; }
#product .tdh-pdp-extra-actions { flex: 0 0 100%; width: 100%; min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
#product .tdh-pdp-extra-actions > div { flex: 1 1 240px; min-width: 0; max-width: 100%; }
#product .tdh-pdp-extra-actions:empty { display: none; }
#product .tdh-pdp-usp a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
#product .tdh-pdp-accordion summary { min-height: 52px; }
#product .tdh-pdp-info .tdh-pdp-title { margin-bottom: 10px; }
#product .tdh-pdp-info .tdh-pdp-offer { margin-top: 10px; }
#product .tdh-pdp-info .product-prices .product-price { margin-bottom: 14px; }
#product .tdh-pdp-overview { font-size: 15px; }
#product .tdh-pdp-overview summary { min-height: 44px; padding: 11px 0; color: #111; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
#product .tdh-pdp-overview p { margin: 8px 0 16px; line-height: 1.6; }
#product .tdh-pdp-config { margin-top: 18px; }
#product .tdh-pdp-variants { gap: 18px; }
#product .tdh-variant__select { min-height: 52px !important; font-size: 16px; }
#product .tdh-pdp-stock { margin-top: 20px; margin-bottom: 20px; padding-top: 14px; padding-bottom: 14px; }
#product .product-additional-info .post-product-comment { min-height: 44px; padding: 10px 0; background: transparent; color: #66645f; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; box-shadow: none; }

/* Cart: the items and actionable total appear before reassurance. */
#cart .cart-grid { padding-top: clamp(28px, 4vw, 56px) !important; gap: clamp(28px, 4vw, 64px); }
#cart .cart-grid-body .card-block { padding: 24px 0 12px; }
#cart .cart-grid-body h1 { font-size: clamp(38px, 4.8vw, 68px) !important; letter-spacing: -.045em; line-height: 1.05; }
#cart .tdh-cart-intro { max-width: 56ch; margin: 16px 0 0; color: #66645f; font-size: 16px; line-height: 1.5; }
#cart .tdh-continue { min-height: 56px; padding: 14px 22px; gap: 10px; font-size: 18px; line-height: 1.2; }
.tdh-summary-title { margin: 0 0 20px; font-family: Archivo, sans-serif; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
#cart .cart-summary { position: static; padding: 28px; }
#cart .cart-summary .cart-detailed-totals { padding: 0; }
#cart .cart-detailed-actions { padding: 20px 0 0; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line { display: grid; grid-template-columns: minmax(0, 1fr) max-content; column-gap: 20px; row-gap: 0; align-items: center; line-height: 1.5; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line::after { content: none; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line > div { grid-column: 1 / -1; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line > div > small:empty { display: none; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line > .label { text-align: left; }
#cart .cart-summary .cart-detailed-totals .cart-summary-line > .value { text-align: right; }
#cart .cart-summary .cart-total { padding-top: 18px; border-top: 1px solid #d9d8d3; }
#cart .cart-summary .cart-total :is(.label, .value) { font-size: 22px; color: #111; }
#cart .cart-summary .cart-total .label { flex: 1; text-align: left; font-size: 18px; line-height: 1.4; }
#cart .tdh-cart-secure { justify-content: center; margin-top: 14px; font-size: 13px; line-height: 1.4; color: #66645f; }
#cart .tdh-cart-usps { padding: 22px; background: #f4f4f1; border-top: 1px solid #d9d8d3; }
#cart .tdh-cart-usp { align-items: flex-start; font-size: 14px; line-height: 1.5; }
#cart .tdh-cart-usp a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
#cart .cart-item { padding: 24px 0; }
#cart .product-line-grid { display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 16px 24px; }
#cart .product-line-grid > div { width: auto; max-width: none; padding: 0; float: none; min-width: 0; }
#cart .product-line-grid-left { grid-row: 1 / 3; }
#cart .cart-item .product-image img { display: block; width: 176px; height: 176px; border: 1px solid var(--line); background: #fff; object-fit: contain; }
#cart .product-line-grid-body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
#cart .product-line-grid-body .product-line-info { margin: 0; font-size: 17px; line-height: 1.45; }
#cart .product-line-grid-body .product-line-info > a.label { font-size: 22px; line-height: 1.25; font-weight: 800; }
#cart .product-line-grid-body .product-line-info > a.label:hover { text-decoration: underline; text-underline-offset: 3px; }
#cart .product-line-grid-body .product-price { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; width: 100%; }
#cart .product-line-grid-body .current-price > .price { font-size: 26px; line-height: 1.15; }
#cart .product-line-grid-body .product-discount { display: flex; align-items: center; gap: 8px; }
#cart .product-line-grid-body .product-discount .regular-price { font-size: 17px; color: var(--fg2); }
#cart .product-line-grid-body .product-discount .discount { margin: 0; padding: 6px 8px; border-radius: 2px; background: #9e3b32; color: #fff; font-size: 15px; font-weight: 800; line-height: 1; }
#cart .product-line-grid-body .tdh-cart-attribute { display: flex; flex-wrap: wrap; gap: 0 8px; }
#cart .product-line-grid-body .tdh-cart-attribute :is(.label, .value) { font-size: 17px; }
#cart .cart-item .product-line-grid-body .tdh-cart-delivery { display: flex; flex-wrap: wrap; gap: 2px 10px; width: min(100%, 460px); margin: 2px 0 0; padding: 12px 16px; border-left: 3px solid #1f8585; background: var(--bg3); color: var(--ink); font-size: 17px; line-height: 1.4; }
#cart .cart-item .product-line-grid-body .tdh-cart-delivery .label { font-size: 17px; }
#cart .cart-item .product-line-grid-body .tdh-cart-delivery .value { margin: 0; font-size: 18px; }
#cart .product-line-grid-right { grid-column: 2; }
#cart .product-line-grid-right > .row { display: flex; align-items: center; margin: 0; }
#cart .product-line-grid-right > .row > .hidden-md-up { display: none !important; }
#cart .product-line-grid-right > .row > .col-md-10 { flex: 1; width: auto; padding: 0; }
#cart .product-line-grid-right > .row > .col-md-2 { width: auto; padding: 0 0 0 12px; }
#cart .product-line-grid-right .col-md-10 > .row { display: flex; align-items: center; justify-content: space-between; margin: 0; gap: 12px; }
#cart .product-line-grid-right :is(.qty, .price) { width: auto; padding: 0; }
#cart .product-line-grid-right .price { font-size: 18px; white-space: nowrap; }
#cart .product-line-grid-right .qty { flex: 0 0 132px; }
#cart .product-line-grid-right .price { margin-left: auto; }
#cart .cart-line-product-actions a { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: #66645f; }
#cart .cart-line-product-actions a:hover { color: #9d3447; background: #fff1f3; }
#cart .bootstrap-touchspin { min-height: 44px; }
#cart .product-line-grid-right .bootstrap-touchspin { display: flex; width: 132px; height: 44px; border: 1px solid #b3b1ab; box-shadow: none; }
#cart .bootstrap-touchspin .input-group-btn-vertical { display: contents; }
#cart .bootstrap-touchspin .form-control { order: 2; flex: 0 0 44px; width: 44px; min-width: 0; height: 42px; min-height: 0; padding: 0; border: 0; text-align: center; font-size: 16px; appearance: textfield; box-shadow: none; }
#cart .bootstrap-touchspin input::-webkit-inner-spin-button { appearance: none; }
#cart .bootstrap-touchspin .btn-touchspin { position: static; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 43px; width: 43px; height: 42px; min-height: 0; padding: 0; border: 0; background: transparent; color: #111; border-radius: 0; font-size: 20px; }
#cart .bootstrap-touchspin .bootstrap-touchspin-down { order: 1; }
#cart .bootstrap-touchspin .bootstrap-touchspin-up { order: 3; }
#cart .bootstrap-touchspin .btn-touchspin i { display: none; }
#cart .bootstrap-touchspin .bootstrap-touchspin-down::before { content: '\2212'; }
#cart .bootstrap-touchspin .bootstrap-touchspin-up::before { content: '+'; }
#cart .tdh-cart-empty-page { padding-top: 40px; }
#cart .tdh-cart-empty-head h1 { font-size: clamp(38px, 5vw, 68px) !important; }
#cart .tdh-cart-empty-state { padding: 48px 20px; }

/* Four native steps, with persistent context and comfortably sized forms. */
body#checkout .tdh-checkout .tdh-checkout-head { padding: 32px 0 28px !important; gap: 20px 48px; }
body#checkout .tdh-checkout .tdh-checkout-head .tdh-breadcrumb { margin: 0; }
body#checkout .tdh-checkout .tdh-checkout-title { font-size: clamp(38px, 4.6vw, 64px) !important; letter-spacing: -.045em; line-height: 1.08; }
body#checkout .tdh-checkout .tdh-checkout-intro { font-size: 16px; line-height: 1.5; }
body#checkout .tdh-checkout .tdh-checkout-progress { margin-bottom: 32px; }
body#checkout .tdh-checkout .tdh-checkout-progress li { min-height: 52px; font-size: 14px; color: #66645f; }
body#checkout .tdh-checkout .tdh-checkout-progress li.is-active { color: #111; border-top-color: #111; }
body#checkout .tdh-checkout .tdh-checkout-progress li.is-complete { color: #305e59; border-top-color: #2dbdb7; }
body#checkout .tdh-checkout .tdh-checkout-layout { gap: clamp(28px, 4vw, 64px); }
body#checkout .tdh-checkout .tdh-checkout-step-heading { margin: 0; }
body#checkout .tdh-checkout section.checkout-step button.step-title { width: 100%; border: 0; background: transparent; color: inherit; text-align: left; text-transform: none; font-family: inherit; }
body#checkout .tdh-checkout section.checkout-step button.step-title:disabled { cursor: default; }
body#checkout .tdh-checkout section.checkout-step .step-title { display: flex; align-items: center; gap: 12px; margin: 0; min-height: 68px; padding: 18px 24px !important; font-size: 19px !important; line-height: 1.25; }
body#checkout .tdh-checkout section.checkout-step .step-number { flex: 0 0 28px; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #eae9e5; color: #66645f; font-size: 14px; }
body#checkout .tdh-checkout section.checkout-step.-current .step-number { background: #111; color: #fff; }
body#checkout .tdh-checkout section.checkout-step .step-edit { margin-left: auto; color: #66645f !important; font-size: 13px; text-transform: none; }
body#checkout .tdh-checkout section.checkout-step .content { padding: 4px 24px 28px !important; }
body#checkout .tdh-checkout section.checkout-step.-unreachable .step-title { color: #66645f; }
body#checkout .tdh-checkout section.checkout-step .form-group { margin: 0 0 20px; }
body#checkout .tdh-checkout section.checkout-step .form-control-label { padding: 0 0 7px; text-align: left; font-size: 14px; font-weight: 600; line-height: 1.4; }
body#checkout .tdh-checkout section.checkout-step .form-group > :is(.col-md-3, .col-md-6) { float: none; width: 100%; max-width: none; padding-left: 0; padding-right: 0; }
body#checkout .tdh-checkout section.checkout-step .form-group > .col-md-3.form-control-comment { padding-top: 6px; color: #66645f; font-size: 12px; font-weight: 400; }
body#checkout .tdh-checkout section.checkout-step :is(input.form-control, select.form-control, textarea.form-control) { min-height: 52px; height: auto; padding: 13px 14px; border: 1px solid #b3b1ab; background: #fff; font-size: 16px; color: #111; box-shadow: none; }
body#checkout .tdh-checkout section.checkout-step textarea { width: 100%; min-height: 96px; padding: 12px; border: 1px solid #b3b1ab; font-size: 16px; }
body#checkout .tdh-checkout section.checkout-step .input-group { display: flex; width: 100%; }
body#checkout .tdh-checkout section.checkout-step .input-group .form-control { flex: 1; min-width: 0; width: 1%; }
body#checkout .tdh-checkout section.checkout-step .input-group-btn { display: flex; width: auto; }
body#checkout .tdh-checkout section.checkout-step .input-group-btn .btn { min-width: 72px; min-height: 52px; border: 1px solid #b3b1ab; border-left: 0; padding: 8px 12px; color: #111; background: #f4f4f1; font-size: 13px; }
body#checkout .tdh-checkout section.checkout-step .form-footer { padding-top: 8px; }
body#checkout .tdh-checkout section.checkout-step .continue { min-width: 220px; padding: 14px 22px; }
body#checkout .tdh-checkout .tdh-guest-intro { margin: 0 0 24px; color: #66645f; line-height: 1.5; }
body#checkout .tdh-checkout .tdh-checkout-account-option { padding: 16px; margin-bottom: 16px; background: #f4f4f1; border: 0; }
body#checkout .tdh-checkout .tdh-checkout-account-option strong { font-size: 15px; }
body#checkout .tdh-checkout .tdh-checkout-account-option span { font-size: 14px; line-height: 1.45; }
body#checkout .tdh-checkout .nav-inline[role=tablist] { display: flex; margin: 8px 0 24px !important; }
body#checkout .tdh-checkout .nav-inline[role=tablist] .nav-item { flex: 1; margin: 0; }
body#checkout .tdh-checkout .nav-inline[role=tablist] .nav-item:has(.nav-separator) { display: none; }
body#checkout .tdh-checkout .nav-inline[role=tablist] .nav-link { display: flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px; font-size: 15px; line-height: 1.3; color: #66645f; }
body#checkout .tdh-checkout .nav-inline[role=tablist] .nav-link.active { background: #111; color: #fff; }
body#checkout .tdh-checkout .tdh-checkout-summary-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 24px 24px 0; background: #f4f4f1; }
body#checkout .tdh-checkout .tdh-checkout-summary-heading .tdh-summary-title { margin-bottom: 8px; }
body#checkout .tdh-checkout .tdh-checkout-summary-heading a { color: #111; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
body#checkout .tdh-checkout .cart-grid-right .cart-summary,
body#checkout .tdh-checkout #cart-summary { padding: 16px 24px 24px; }
body#checkout .tdh-checkout .cart-summary .card-block { padding: 16px 0; }
body#checkout .tdh-checkout #cart-summary-product-list .media-left { width: 64px; }
body#checkout .tdh-checkout #cart-summary-product-list .media-body { min-width: 0; }
body#checkout .tdh-checkout #cart-summary-product-list .product-name { color: #111; font-size: 14px; }
body#checkout .tdh-checkout .cart-summary-line { line-height: 1.5; }
body#checkout .tdh-checkout .cart-total { border-top: 1px solid #d9d8d3; padding-top: 18px !important; }
body#checkout .tdh-checkout .cart-total :is(.label, .value) { font-size: 20px; }
body#checkout .tdh-checkout .tdh-checkout-support {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 18px 24px 22px;
  border-top: 1px solid #d9d8d3;
  background: #f4f4f1;
  color: #3d3c38;
  font-size: 14px;
  line-height: 1.5;
}
body#checkout .tdh-checkout .tdh-checkout-support a {
  color: #166663;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Selection states retain the real carrier/payment inputs and module forms. */
body#checkout .tdh-checkout section.checkout-step .address-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
body#checkout .tdh-checkout section.checkout-step .address-item { width: auto; margin: 0; border: 1px solid #d9d8d3; border-radius: 0; box-shadow: none; }
body#checkout .tdh-checkout section.checkout-step .address-item.selected { border: 2px solid #111; background: #f4f4f1; }
body#checkout .tdh-checkout section.checkout-step .address-item .address { font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
body#checkout .tdh-checkout section.checkout-step .address-item .address-footer a { display: inline-flex; align-items: center; min-height: 44px; }
body#checkout .tdh-checkout section.checkout-step .delivery-option { display: flex; align-items: center; margin: 0 0 12px; padding: 20px 16px; border: 1px solid #d9d8d3; background: #fff; }
body#checkout .tdh-checkout section.checkout-step .delivery-option:has(input:checked) { border-color: #111; box-shadow: inset 0 0 0 1px #111; background: #f4f4f1; }
body#checkout .tdh-checkout section.checkout-step .delivery-option > .col-sm-1 { width: 28px; flex: 0 0 28px; padding: 0; }
body#checkout .tdh-checkout section.checkout-step .delivery-option > label { flex: 1; width: auto; margin: 0; padding: 0 0 0 12px; cursor: pointer; }
body#checkout .tdh-checkout section.checkout-step .delivery-option .carrier-name { color: #111; font-size: 16px; }
body#checkout .tdh-checkout section.checkout-step .delivery-option .carrier-delay { font-size: 14px; line-height: 1.45; color: #66645f; }
body#checkout .tdh-checkout section.checkout-step .delivery-option .carrier-price { color: #111; font-size: 16px; font-weight: 700; white-space: nowrap; }
body#checkout .tdh-checkout #checkout-payment-step.-current {
  border: 1px solid #cbc9c3 !important;
  border-top: 3px solid #1f8585 !important;
  box-shadow: 0 12px 30px rgb(17 17 17 / 5%) !important;
}
body#checkout .tdh-checkout #checkout-payment-step .step-title {
  border-bottom: 1px solid #e7e5e0;
}
body#checkout .tdh-checkout section.checkout-step .payment-option {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  margin-bottom: 10px;
  padding: 0 20px;
  border: 1px solid #cfcfc9;
  background: #fff;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
body#checkout .tdh-checkout section.checkout-step .payment-option:hover {
  border-color: #1f8585;
}
body#checkout .tdh-checkout section.checkout-step .payment-option:has(input:checked) {
  border-color: #1f8585;
  box-shadow: inset 4px 0 0 #1f8585;
  background: #f1f8f6;
}
body#checkout .tdh-checkout section.checkout-step .payment-option:has(input:focus-visible) {
  outline: 2px solid #1f8585;
  outline-offset: 3px;
}
body#checkout .tdh-checkout section.checkout-step .payment-option .custom-radio { flex: 0 0 20px; margin: 0; }
body#checkout .tdh-checkout section.checkout-step .payment-option label { text-align: left; flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 74px; margin: 0; padding: 14px 0; font-weight: 650; font-size: 16px; line-height: 1.4; cursor: pointer; }
body#checkout .tdh-checkout section.checkout-step .payment-option label img { display: block; flex: 0 0 auto; width: auto; max-width: 90px; max-height: 36px; object-fit: contain; }
body#checkout .tdh-checkout section.checkout-step .payment-option:has(input[data-module-name="paypal"]) label img {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 2px;
  border: 1px solid #c8dfdc;
  border-radius: 7px;
  background: #eaf5f3;
}
body#checkout .tdh-checkout section.checkout-step .payment-option:has(input[data-module-name="ps_wirepayment"]) label::after {
  content: "";
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: url("../img/payment-bank.svg") center / contain no-repeat;
}
body#checkout .tdh-checkout section.checkout-step .additional-information {
  margin: -10px 0 14px;
  padding: 16px 20px;
  border: 1px solid #d3e2df;
  border-top: 0;
  background: #f8fbfa;
  color: #3d3c38;
  font-size: 14px;
  line-height: 1.6;
}
body#checkout .tdh-checkout #cecabank-payment-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
  text-align: left;
}
body#checkout .tdh-checkout #cecabank-payment-options img {
  display: block;
  width: min(180px, 100%);
  height: auto;
  max-height: 36px;
  object-fit: contain;
}
body#checkout .tdh-checkout #cecabank-payment-options p {
  flex: 1 1 220px;
  margin: 0;
}
body#checkout .tdh-checkout section.checkout-step .condition-label label { font-size: 14px; line-height: 1.6; cursor: pointer; }
body#checkout .tdh-checkout section.checkout-step .condition-label a { text-decoration: underline; text-underline-offset: 3px; }
body#checkout .tdh-checkout #conditions-to-approve {
  margin: 24px 0 16px;
  padding: 18px 20px;
  border: 1px solid #d9d8d3;
  background: #f4f4f1;
}
body#checkout .tdh-checkout #conditions-to-approve:has(input:checked) {
  border-color: #a9ceca;
  background: #f1f8f6;
}
body#checkout .tdh-checkout #conditions-to-approve ul { margin: 0; }
body#checkout .tdh-checkout #payment-confirmation button[type=submit] { width: 100%; min-height: 58px; padding: 15px 20px; font-size: 16px; font-weight: 700; }

/* Confirmation is a receipt, not a claim that payment/email was completed. */
.tdh-confirmation-page { padding-top: 40px; }
.tdh-confirmation-head { margin-bottom: 36px; gap: 32px; }
.tdh-confirmation-head h1 { font-size: clamp(38px, 4.8vw, 68px); letter-spacing: -.045em; }
.tdh-confirmation-head p { font-size: 17px; line-height: 1.6; }
.tdh-confirmation-layout { gap: 40px; grid-template-columns: minmax(0, 1.25fr) minmax(340px, 1fr); }
.tdh-confirmation-ref { padding: 28px; }
.tdh-confirmation-ref strong { font-size: clamp(26px, 3vw, 40px); overflow-wrap: anywhere; }
.tdh-confirmation-ref p { color: #111; line-height: 1.5; }
.tdh-payment-return { margin: 24px 0; padding: 24px; border-color: #111; }
.tdh-payment-return :is(p, li) { line-height: 1.6; overflow-wrap: anywhere; }
.tdh-confirmation-steps > div { padding: 18px 0; }
.tdh-confirmation-steps strong { font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.tdh-confirmation-steps a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.tdh-confirmation-summary { min-width: 0; }
.tdh-confirmation-summary .order-confirmation-table { margin: 0; padding: 0; }
.tdh-confirmation-summary #order-items { float: none; width: 100% !important; max-width: none; padding: 0; }
.tdh-confirmation-summary #order-items > .row { display: none; }
.tdh-confirmation-summary .order-line { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px 16px; margin: 0; padding: 20px 0; border-bottom: 1px solid #d9d8d3; }
.tdh-confirmation-summary .order-line > div { width: auto; max-width: none; padding: 0; float: none; }
.tdh-confirmation-summary .order-line .image img { width: 64px; height: 80px; object-fit: contain; }
.tdh-confirmation-summary .order-line .details { font-size: 15px; line-height: 1.45; }
.tdh-confirmation-summary .order-line .qty { grid-column: 2; }
.tdh-confirmation-summary .order-line .qty > .row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; }
.tdh-confirmation-summary .order-line .qty .row > div { width: auto; padding: 0; white-space: nowrap; text-align: left !important; font-size: 14px; }
.tdh-confirmation-summary .order-line .qty .row > div::before { display: block; margin-bottom: 4px; color: #66645f; font-size: 11px; }
.tdh-confirmation-summary .order-line .qty .row > div:nth-child(1)::before { content: 'Precio'; }
.tdh-confirmation-summary .order-line .qty .row > div:nth-child(2)::before { content: 'Cantidad'; }
.tdh-confirmation-summary .order-line .qty .row > div:nth-child(3)::before { content: 'Total'; }
.tdh-confirmation-summary .order-confirmation-table table { width: 100%; font-size: 14px; }
.tdh-confirmation-summary .order-confirmation-table table td { padding: 10px 0; }
.tdh-confirmation-summary .order-confirmation-table table td:last-child { text-align: right; white-space: nowrap; }
.tdh-confirmation-summary .order-confirmation-table .total-value { border-top: 1px solid #d9d8d3; }
.tdh-confirmation-details p { flex-wrap: wrap; gap: 8px 20px; font-size: 14px; }

@media (max-width: 991px) {
  body#checkout .tdh-checkout .tdh-checkout-head { gap: 16px; }
  body#checkout .tdh-checkout .tdh-checkout-layout { grid-template-columns: 1fr !important; }
  body#checkout .tdh-checkout .cart-grid-right { position: static; }
  body#checkout .tdh-checkout .tdh-checkout-summary-heading { padding-top: 20px; }
  .tdh-confirmation-layout { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  #product .tdh-pdp-info { padding-top: 24px; }
  #product .tdh-pdp-title { font-size: 32px !important; line-height: 1.12; }
  #cart .cart-grid { padding-top: 24px !important; gap: 28px; }
  #cart .product-line-grid { grid-template-columns: 116px minmax(0, 1fr); gap: 16px; }
  #cart .cart-item .product-image img { width: 116px; height: 116px; }
  #cart .product-line-grid-body .product-line-info > a.label { font-size: 19px; }
  #cart .product-line-grid-body .current-price > .price { font-size: 23px; }
  #cart .product-line-grid-left { grid-row: 1; }
  #cart .product-line-grid-right { grid-column: 1 / -1; }
  #cart .cart-summary { padding: 24px 20px; }
  #cart .tdh-cart-intro { font-size: 15px; }
  body#checkout .tdh-checkout .tdh-checkout-head { padding-top: 24px !important; }
  body#checkout .tdh-checkout .tdh-checkout-progress { margin-bottom: 24px; }
  body#checkout .tdh-checkout .tdh-checkout-progress li { display: flex; flex-direction: column; gap: 5px; padding: 12px 0; font-size: 12px; line-height: 1.25; }
  body#checkout .tdh-checkout .tdh-checkout-progress li span { font-size: 14px; }
  body#checkout .tdh-checkout section.checkout-step .step-title { gap: 9px; min-height: 64px; padding: 16px !important; font-size: 17px !important; }
  body#checkout .tdh-checkout section.checkout-step .content { padding: 4px 16px 24px !important; }
  body#checkout .tdh-checkout section.checkout-step .continue { width: 100%; min-width: 0; }
  body#checkout .tdh-checkout section.checkout-step .address-selector { grid-template-columns: 1fr; }
  body#checkout .tdh-checkout section.checkout-step .delivery-option { padding: 16px 12px; }
  body#checkout .tdh-checkout section.checkout-step .delivery-option label > .row > div { width: 100%; padding-top: 4px; }
  body#checkout .tdh-checkout section.checkout-step .payment-option { padding: 0 14px; }
  body#checkout .tdh-checkout section.checkout-step .payment-option label { font-size: 15px; }
  body#checkout .tdh-checkout section.checkout-step .additional-information { padding: 14px; }
  body#checkout .tdh-checkout #cecabank-payment-options img { width: min(155px, 100%); }
  body#checkout .tdh-checkout #conditions-to-approve { padding: 16px; }
  body#checkout .tdh-checkout .tdh-checkout-summary-heading { padding: 20px 20px 0; }
  body#checkout .tdh-checkout #cart-summary { padding: 12px 20px 20px; }
  body#checkout .tdh-checkout .tdh-checkout-support { padding: 16px 20px 20px; }
  .tdh-confirmation-page { padding-top: 24px; }
  .tdh-confirmation-ref, .tdh-payment-return, .tdh-confirmation-summary { padding: 20px; }
}
@media (max-width: 359px) {
  #cart .product-line-grid { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; }
  #cart .cart-item .product-image img { width: 104px; height: 104px; }
  #cart .product-line-grid-body .product-line-info > a.label { font-size: 18px; }
  #cart .cart-item .product-line-grid-body .tdh-cart-delivery { padding: 10px 0 0; border-left: 0; border-top: 2px solid #1f8585; background: transparent; }
  #cart .cart-item .product-line-grid-body .tdh-cart-delivery .label { font-size: 16px; }
  #cart .cart-item .product-line-grid-body .tdh-cart-delivery .value { font-size: 17px; }
}
