:root{
  --efcx-accent:#00ac2c;
  --efcx-accent-dark:#008f25;
  --efcx-dark:#101114;
  --efcx-page-bg:#f3f6f8;
  --efcx-card:#fff;
  --efcx-text:#17191c;
  --efcx-muted:#68717d;
  --efcx-line:#e4e8ec;
  --efcx-danger:#c72d2d;
  --efcx-radius:20px;
  --efcx-shadow:0 18px 55px rgba(15,23,42,.08);
}

body.efcx-active{background:var(--efcx-page-bg)!important;color:var(--efcx-text)}
body.efcx-active.efcx-hide-hero .entry-hero,
body.efcx-active.efcx-hide-hero .page-hero-section{display:none!important}
body.efcx-active #primary{background:var(--efcx-page-bg)!important}
body.efcx-active .content-container.site-container{max-width:1320px!important;padding-top:34px!important;padding-bottom:58px!important}
body.efcx-active article.entry,
body.efcx-active .entry-content-wrap{background:transparent!important;box-shadow:none!important;border:0!important}
body.efcx-active .entry-content-wrap{padding:0!important}
body.efcx-active .single-content{margin:0!important}

.efcx-eyebrow{display:block;margin-bottom:7px;color:var(--efcx-accent);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.efcx-progress{display:flex;align-items:center;width:100%;max-width:720px;margin:0 auto}
.efcx-progress__item{appearance:none;border:0;background:transparent;display:flex;align-items:center;gap:10px;min-width:0;padding:0;color:#9299a2;text-align:left;font:inherit}
button.efcx-progress__item{cursor:pointer}
button.efcx-progress__item:disabled{cursor:not-allowed;opacity:.62}
.efcx-progress__icon{width:42px;height:42px;flex:0 0 42px;border:1px solid #d8dde2;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:.2s ease}
.efcx-progress__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.efcx-progress__copy{display:flex;flex-direction:column;line-height:1.1;white-space:nowrap}
.efcx-progress__copy small{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.efcx-progress__copy strong{margin-top:4px;font-size:14px;font-weight:850;color:#737b85}
.efcx-progress__line{height:1px;flex:1;margin:0 18px;background:#dfe4e8;position:relative}
.efcx-progress__item.is-active .efcx-progress__icon{border-color:var(--efcx-dark);background:var(--efcx-dark);color:#fff;box-shadow:0 7px 18px rgba(16,17,20,.18)}
.efcx-progress__item.is-active .efcx-progress__copy strong{color:var(--efcx-dark)}
.efcx-progress__item.is-complete .efcx-progress__icon{border-color:var(--efcx-accent);background:#e9f8ed;color:var(--efcx-accent)}
.efcx-progress__item.is-complete .efcx-progress__copy strong{color:#3f4852}

.efcx-primary-button,
body.efcx-active #place_order{position:relative;isolation:isolate;overflow:hidden;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;min-height:54px;min-width:158px;padding:0 22px!important;border:1px solid var(--efcx-dark)!important;border-radius:14px!important;background:var(--efcx-dark)!important;color:#fff!important;font-size:15px!important;font-weight:850!important;letter-spacing:0!important;line-height:1.1!important;white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(16,17,20,.18)!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.efcx-primary-button:before,
body.efcx-active #place_order:before{content:"";position:absolute;z-index:-1;top:-50%;left:-35%;width:22%;height:200%;background:rgba(255,255,255,.28);transform:rotate(20deg) translateX(-300%);transition:transform .55s ease}
.efcx-primary-button:hover,
body.efcx-active #place_order:hover{transform:translateY(-2px);background:#000!important;box-shadow:0 16px 34px rgba(16,17,20,.24)!important}
.efcx-primary-button:hover:before,
body.efcx-active #place_order:hover:before{transform:rotate(20deg) translateX(700%)}
.efcx-primary-button:focus-visible,
.efcx-secondary-button:focus-visible,
body.efcx-active #place_order:focus-visible{outline:3px solid color-mix(in srgb,var(--efcx-accent) 35%,transparent);outline-offset:3px}
.efcx-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;min-width:126px;padding:0 20px;border:1px solid #d8dde2;border-radius:14px;background:#fff;color:#222;font-size:14px;font-weight:800;line-height:1.1;white-space:nowrap;word-break:normal;writing-mode:horizontal-tb;text-orientation:mixed;cursor:pointer;transition:.18s ease}
.efcx-secondary-button:hover{border-color:#9aa3ad;background:#f7f8f9;transform:translateY(-1px)}

.efcx-trust{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--efcx-line);border-radius:16px;background:#fbfcfc}
.efcx-trust__main{display:flex;align-items:center;gap:12px;min-width:0}
.efcx-trust__main>span:last-child{display:flex;flex-direction:column;gap:3px}
.efcx-trust__main strong{font-size:14px;color:var(--efcx-text)}
.efcx-trust__main small{font-size:12px;line-height:1.45;color:var(--efcx-muted)}
.efcx-trust__shield{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#e9f8ed;color:var(--efcx-accent);display:flex;align-items:center;justify-content:center}
.efcx-trust__shield svg,.efcx-support-link__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.efcx-support-link{display:flex;align-items:center;gap:10px;min-width:220px;padding:10px 12px;border:1px solid #dce3df;border-radius:13px;background:#fff;color:#1a1d20!important;text-decoration:none!important;transition:.18s ease}
.efcx-support-link:hover{border-color:var(--efcx-accent);transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,172,44,.1)}
.efcx-support-link__icon{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--efcx-accent);color:#fff}
.efcx-support-link>span:nth-child(2){display:flex;flex-direction:column}
.efcx-support-link small{color:var(--efcx-muted);font-size:10px}
.efcx-support-link strong{font-size:13px}
.efcx-support-link__arrow{margin-left:auto;font-weight:900}

.efcx-closer{margin-top:18px;padding:18px;border:1px solid var(--efcx-line);border-radius:16px;background:linear-gradient(180deg,#fbfcff 0%,#f7f9fb 100%)}
.efcx-closer__badge{display:inline-flex;align-items:center;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#eaf0f7;color:#45515f;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.efcx-closer h3{margin:0 0 6px;font-size:18px;line-height:1.2;color:var(--efcx-dark)}
.efcx-closer p{margin:0 0 12px;color:var(--efcx-muted);font-size:13px;line-height:1.5}
.efcx-closer__list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.efcx-closer__list li{position:relative;padding-left:22px;color:#27313a;font-size:13px;line-height:1.45}
.efcx-closer__list li:before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;border-radius:50%;background:var(--efcx-accent);box-shadow:0 0 0 4px rgba(0,172,44,.12)}
.efcx-closer__button{display:inline-flex;align-items:center;justify-content:center;margin-top:14px;min-height:42px;padding:0 16px;border:1px solid #d8dde2;border-radius:12px;background:#fff;color:var(--efcx-dark);font-size:13px;font-weight:800;text-decoration:none}
.efcx-closer--compact{padding:16px}
.efcx-closer--compact h3{font-size:17px}


/* Cart block */
body.efcx-cart-page .wp-block-woocommerce-cart{max-width:1220px;margin:0 auto!important}
.efcx-cart-intro{margin-bottom:24px;padding:28px 30px;border:1px solid var(--efcx-line);border-radius:var(--efcx-radius);background:#fff;box-shadow:var(--efcx-shadow)}
.efcx-cart-intro__top{padding-bottom:24px;margin-bottom:22px;border-bottom:1px solid var(--efcx-line)}
.efcx-cart-intro__copy h2{margin:0 0 7px;font-size:30px;line-height:1.1;color:var(--efcx-dark)}
.efcx-cart-intro__copy p{margin:0;color:var(--efcx-muted);font-size:15px}
body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(330px,.8fr)!important;gap:24px!important;align-items:start}
body.efcx-cart-page .wp-block-woocommerce-cart-items-block,
body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{min-width:0;border:1px solid var(--efcx-line)!important;border-radius:var(--efcx-radius)!important;background:#fff!important;box-shadow:var(--efcx-shadow)!important}
body.efcx-cart-page .wp-block-woocommerce-cart-items-block{padding:22px!important}
body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{padding:26px!important}
body.efcx-cart-page.efcx-sticky-summary .wp-block-woocommerce-cart-totals-block{position:sticky;top:24px}
body.efcx-cart-page .wc-block-cart-items{margin:0!important}
body.efcx-cart-page .wc-block-cart-items__header{color:var(--efcx-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
body.efcx-cart-page .wc-block-cart-items__row{border-bottom:1px solid var(--efcx-line)!important}
body.efcx-cart-page .wc-block-cart-items__row:last-child{border-bottom:0!important}
body.efcx-cart-page .wc-block-cart-item__image img{border-radius:14px;background:#f5f7f8}
body.efcx-cart-page .wc-block-components-product-name{color:var(--efcx-dark)!important;font-size:16px!important;font-weight:800!important;line-height:1.35!important;text-decoration:none!important}
body.efcx-cart-page .wc-block-components-product-price{font-weight:800}
body.efcx-cart-page .wc-block-components-quantity-selector{min-height:38px;border:1px solid #dce1e5!important;border-radius:10px!important;overflow:hidden}
body.efcx-cart-page .wc-block-components-quantity-selector__button{background:#f7f8f9!important;color:#111!important}
body.efcx-cart-page .wc-block-cart-item__remove-link{color:#707984!important;font-size:12px!important;text-decoration:none!important}
body.efcx-cart-page .wc-block-cart-item__remove-link:hover{color:var(--efcx-danger)!important}
body.efcx-cart-page .wc-block-components-totals-wrapper{border-top:1px solid var(--efcx-line)!important;padding:18px 0!important}
body.efcx-cart-page .wp-block-woocommerce-cart-order-summary-heading-block h2,
body.efcx-cart-page .wc-block-cart__totals-title{font-size:20px!important;font-weight:900!important;color:var(--efcx-dark)!important;text-transform:none!important}
body.efcx-cart-page .wc-block-components-totals-footer-item{font-size:18px!important;font-weight:900!important}
body.efcx-cart-page .wc-block-cart__submit-container{margin-top:16px!important}
body.efcx-cart-page .wc-block-cart__submit-button{width:100%!important}
body.efcx-cart-page .wc-block-components-button__text{font-weight:850!important}
body.efcx-cart-page .wc-block-components-totals-coupon__button{border-radius:10px!important;background:#eceff1!important;color:#111!important;font-weight:800!important}
body.efcx-cart-page .wc-block-components-text-input input{min-height:48px!important;border-radius:10px!important;border-color:#dce1e5!important}
.efcx-cart-trust{margin-top:16px}
.efcx-cart-trust>.efcx-trust{flex-direction:column;align-items:stretch}
.efcx-cart-trust .efcx-support-link{min-width:0;width:100%}
.efcx-cart-mobile-bar{display:none}

/* Notices */
body.efcx-active .woocommerce-error,
body.efcx-active .woocommerce-message,
body.efcx-active .woocommerce-info,
body.efcx-active .wc-block-components-notice-banner{border:1px solid #dce6df!important;border-left:4px solid var(--efcx-accent)!important;border-radius:14px!important;background:#f8fcf9!important;color:#26312a!important;box-shadow:none!important;padding:15px 18px!important}
body.efcx-active .woocommerce-error{border-color:#f0d4d4!important;border-left-color:var(--efcx-danger)!important;background:#fff8f8!important;color:#711f1f!important}

/* Checkout */
body.efcx-checkout-page .woocommerce{max-width:1120px;margin:0 auto}
.efcx-checkout-intro{margin-bottom:20px;padding:28px 30px 24px;border:1px solid var(--efcx-line);border-radius:var(--efcx-radius);background:#fff;box-shadow:var(--efcx-shadow);scroll-margin-top:18px}
.efcx-checkout-intro__progress{padding-bottom:24px;margin-bottom:22px;border-bottom:1px solid var(--efcx-line)}
.efcx-checkout-intro__copy h2{margin:0 0 7px;font-size:30px;line-height:1.1;color:var(--efcx-dark)}
.efcx-checkout-intro__copy p{margin:0;color:var(--efcx-muted);font-size:15px}
.efcx-step-alert{display:flex;align-items:center;gap:10px;margin-top:18px;padding:13px 15px;border:1px solid #efcccc;border-radius:12px;background:#fff5f5;color:#8a2323;font-size:13px}
.efcx-step-alert[hidden]{display:none!important}
.efcx-step-alert>span{width:23px;height:23px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--efcx-danger);color:#fff;font-weight:900}
body.efcx-checkout-page .woocommerce-form-coupon-toggle{margin:0 0 16px}
body.efcx-checkout-page .checkout_coupon{margin:0 0 18px!important;padding:18px!important;border:1px solid var(--efcx-line)!important;border-radius:15px!important;background:#fff!important}
body.efcx-checkout-page .checkout_coupon .input-text{min-height:48px!important;border-radius:11px!important}
body.efcx-checkout-page .checkout_coupon .button{min-height:48px!important;border-radius:11px!important;background:var(--efcx-dark)!important;color:#fff!important}

body.efcx-checkout-page form.checkout{position:relative;margin:0!important;padding:28px 30px;border:1px solid var(--efcx-line);border-radius:var(--efcx-radius);background:#fff;box-shadow:var(--efcx-shadow)}
body.efcx-checkout-page form.checkout #customer_details{display:block!important;width:100%!important;margin:0!important}
body.efcx-checkout-page form.checkout #customer_details:after{display:none!important}
body.efcx-checkout-page form.checkout #customer_details>.col-1,
body.efcx-checkout-page form.checkout #customer_details>.col-2{float:none!important;width:100%!important;margin:0!important;padding:0!important}
body.efcx-checkout-page .woocommerce-billing-fields>h3,
body.efcx-checkout-page #order_review_heading{margin:0 0 20px!important;font-size:22px!important;line-height:1.25!important;color:var(--efcx-dark)!important}
body.efcx-checkout-page .woocommerce-billing-fields__field-wrapper,
body.efcx-checkout-page .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
body.efcx-checkout-page .form-row{float:none!important;width:auto!important;margin:0!important;padding:0!important;position:relative}
body.efcx-checkout-page .form-row-wide,
body.efcx-checkout-page #billing_email_field,
body.efcx-checkout-page #billing_phone_field,
body.efcx-checkout-page #billing_country_field,
body.efcx-checkout-page #billing_address_1_field,
body.efcx-checkout-page #billing_comprobante_field,
body.efcx-checkout-page #order_comments_field{grid-column:1/-1}
body.efcx-checkout-page #billing_departamento_field,
body.efcx-checkout-page #billing_provincia_field,
body.efcx-checkout-page #billing_distrito_field{grid-column:auto}
body.efcx-checkout-page .form-row label{display:block;margin:0 0 7px;color:#343a40;font-size:12px;font-weight:800;line-height:1.3}
body.efcx-checkout-page .form-row .optional{color:#8a929b;font-weight:600}
body.efcx-checkout-page .form-row .required{color:var(--efcx-danger)}
body.efcx-checkout-page .input-text,
body.efcx-checkout-page select,
body.efcx-checkout-page .select2-container .select2-selection--single{width:100%!important;min-height:52px!important;border:1px solid #d8dde2!important;border-radius:12px!important;background:#fff!important;color:#1f252a!important;font-size:14px!important;box-shadow:0 1px 2px rgba(0,0,0,.02)!important;transition:border-color .16s ease,box-shadow .16s ease!important}
body.efcx-checkout-page input.input-text,
body.efcx-checkout-page textarea.input-text{padding:12px 14px!important}
body.efcx-checkout-page textarea.input-text{min-height:100px!important;resize:vertical}
body.efcx-checkout-page select{padding:0 12px!important}
body.efcx-checkout-page .select2-container .select2-selection--single .select2-selection__rendered{line-height:50px!important;padding-left:14px!important}
body.efcx-checkout-page .select2-container .select2-selection--single .select2-selection__arrow{height:50px!important;right:8px!important}
body.efcx-checkout-page .input-text:focus,
body.efcx-checkout-page select:focus,
body.efcx-checkout-page .select2-container--focus .select2-selection--single{outline:0!important;border-color:var(--efcx-accent)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--efcx-accent) 13%,transparent)!important}
.efcx-field-help{display:block;grid-column:1/-1;margin-top:6px;color:#78818c;font-size:11px;line-height:1.4}
.efcx-field-error .input-text,
.efcx-field-error select,
.efcx-field-error .select2-selection--single{border-color:var(--efcx-danger)!important;box-shadow:0 0 0 3px rgba(199,45,45,.08)!important}
.efcx-inline-error{display:block;margin-top:6px;color:var(--efcx-danger);font-size:11px;font-weight:700}
.efcx-subsection{grid-column:1/-1;display:flex;align-items:flex-start;gap:0;margin:10px 0 2px;padding:10px 12px;border-left:3px solid var(--efcx-accent);border-radius:10px;background:#f8fafb}
.efcx-subsection__icon,.efcx-payment-heading__icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#e9f8ed;color:var(--efcx-accent)}
.efcx-subsection svg,.efcx-payment-heading svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.efcx-subsection>span:last-child,.efcx-payment-heading>span:last-child{display:flex;flex-direction:column;gap:2px}
.efcx-subsection strong,.efcx-payment-heading strong{font-size:14px;color:var(--efcx-dark)}
.efcx-subsection small,.efcx-payment-heading small{font-size:11px;color:var(--efcx-muted)}
.efcx-subsection__title{display:flex;flex-direction:column;gap:2px}

body.efcx-checkout-page .woocommerce-shipping-fields{margin-top:20px;padding:18px;border:1px solid var(--efcx-line);border-radius:15px;background:#fbfcfc}
body.efcx-checkout-page #ship-to-different-address{margin:0!important;font-size:15px!important}
body.efcx-checkout-page #ship-to-different-address label{display:flex;align-items:center;gap:10px;cursor:pointer}
body.efcx-checkout-page #ship-to-different-address-checkbox{width:20px;height:20px;accent-color:var(--efcx-accent)}
body.efcx-checkout-page .shipping_address{margin-top:18px}
body.efcx-checkout-page .woocommerce-additional-fields{margin-top:18px}

/* Wizard visibility */
body.efcx-checkout-page form.efcx-step-1 .efcx-step2-field,
body.efcx-checkout-page form.efcx-step-1 #customer_details>.col-2,
body.efcx-checkout-page form.efcx-step-1 #order_review_heading,
body.efcx-checkout-page form.efcx-step-1 #order_review,
body.efcx-checkout-page form.efcx-step-2 .efcx-step1-field,
body.efcx-checkout-page form.efcx-step-2 #order_review_heading,
body.efcx-checkout-page form.efcx-step-2 #order_review,
body.efcx-checkout-page form.efcx-step-3 #customer_details{display:none!important}
body.efcx-checkout-page form.efcx-step-2 #customer_details>.col-2{display:block!important}
body.efcx-checkout-page form.efcx-step-3 #order_review_heading,
body.efcx-checkout-page form.efcx-step-3 #order_review{display:block!important}

.efcx-wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px solid var(--efcx-line)}
.efcx-wizard-actions__note{display:flex;align-items:center;justify-content:flex-start;gap:7px;flex:1 1 100%;padding-top:2px;color:#6c7580;font-size:12px;text-align:left}
.efcx-wizard-actions [data-efcx-next]{margin-left:auto}
.efcx-wizard-actions[hidden],.efcx-wizard-actions>*[hidden]{display:none!important}
body.efcx-checkout-page form.efcx-step-3 .efcx-wizard-actions{margin-bottom:20px}

body.efcx-checkout-page #order_review{float:none!important;width:100%!important;padding:0!important;background:transparent!important}
body.efcx-checkout-page #order_review_heading{float:none!important;width:100%!important}
body.efcx-checkout-page .woocommerce-checkout-review-order-table{border:1px solid var(--efcx-line)!important;border-radius:15px!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important;background:#fff!important}
body.efcx-checkout-page .woocommerce-checkout-review-order-table th,
body.efcx-checkout-page .woocommerce-checkout-review-order-table td{padding:14px 16px!important;border-color:var(--efcx-line)!important;font-size:13px!important}
body.efcx-checkout-page .woocommerce-checkout-review-order-table thead th{background:#f7f9fa!important;color:#5d6670!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.06em!important}
body.efcx-checkout-page .woocommerce-checkout-review-order-table .order-total th,
body.efcx-checkout-page .woocommerce-checkout-review-order-table .order-total td{font-size:17px!important;font-weight:900!important;color:var(--efcx-dark)!important}
.efcx-payment-heading{display:flex;align-items:center;gap:12px;margin:22px 0 12px;padding:14px 15px;border:1px solid var(--efcx-line);border-radius:14px;background:#f8fafb}
body.efcx-checkout-page #payment{border:1px solid var(--efcx-line)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}
body.efcx-checkout-page #payment ul.payment_methods{padding:0!important;border:0!important}
body.efcx-checkout-page .wc_payment_method{margin:0!important;border-bottom:1px solid var(--efcx-line)!important;background:#fff!important;transition:background .16s ease}
body.efcx-checkout-page .wc_payment_method:last-child{border-bottom:0!important}
body.efcx-checkout-page .wc_payment_method>input{margin-left:16px!important;accent-color:var(--efcx-accent)}
body.efcx-checkout-page .wc_payment_method>label{display:flex!important;align-items:center!important;min-height:58px!important;padding:8px 16px 8px 8px!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important}
body.efcx-checkout-page .wc_payment_method>label img{max-height:28px!important;width:auto!important;margin-left:auto!important}
body.efcx-checkout-page .wc_payment_method:has(input:checked){background:#f4fbf6!important;box-shadow:inset 3px 0 0 var(--efcx-accent)}
body.efcx-checkout-page .payment_box{margin:0!important;padding:15px 18px!important;background:#f8faf9!important;color:#4e5761!important;font-size:12px!important}
body.efcx-checkout-page .payment_box:before{display:none!important}
body.efcx-checkout-page #payment .place-order{margin:0!important;padding:20px!important;border-top:1px solid var(--efcx-line)!important;background:#fbfcfc!important}
body.efcx-checkout-page .woocommerce-privacy-policy-text{font-size:11px!important;line-height:1.5!important;color:#6f7882!important}
body.efcx-checkout-page #place_order{float:none!important;width:100%!important;margin:0!important;min-height:58px!important;font-size:16px!important}
.efcx-secure-note{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:11px 13px;border-radius:12px;background:#eef8f1;color:#2f4936}
.efcx-secure-note>span:first-child{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#d9f1df;color:var(--efcx-accent)}
.efcx-secure-note svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.efcx-secure-note>span:last-child{display:flex;flex-direction:column}
.efcx-secure-note strong{font-size:12px}
.efcx-secure-note small{font-size:10px;color:#5f7465}
.efcx-checkout-trust{margin-top:20px}

/* One page fallback */
body.efcx-checkout-page form.efcx-one-page #customer_details{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;gap:24px}
body.efcx-checkout-page form.efcx-one-page #customer_details>.col-2{display:block!important}

@media (max-width:1024px){
  body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{grid-template-columns:minmax(0,1fr) 340px!important;gap:18px!important}
  .efcx-trust{align-items:stretch;flex-direction:column}
  .efcx-support-link{width:100%;min-width:0}
}

@media (max-width:820px){
  body.efcx-active .content-container.site-container{padding:18px 14px 90px!important}
  .efcx-cart-intro,.efcx-checkout-intro,body.efcx-checkout-page form.checkout{padding:20px 16px;border-radius:17px}
  .efcx-cart-intro__copy h2,.efcx-checkout-intro__copy h2{font-size:25px}
  .efcx-progress__copy small{display:none}
  .efcx-progress__copy strong{font-size:12px}
  .efcx-progress__icon{width:36px;height:36px;flex-basis:36px}
  .efcx-progress__line{margin:0 8px}
  body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{display:block!important}
  body.efcx-cart-page .wp-block-woocommerce-cart-items-block,
  body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{padding:16px!important;border-radius:17px!important}
  body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{position:static!important;margin-top:16px!important}
  .efcx-wizard-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:sticky;bottom:8px;z-index:40;margin:22px -8px -8px;padding:10px;border:1px solid rgba(0,0,0,.07);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(0,0,0,.14);backdrop-filter:blur(10px)}
  .efcx-wizard-actions__note{display:none}
  body.efcx-checkout-page form.efcx-step-3 .efcx-wizard-actions{grid-template-columns:1fr 1fr}
  .efcx-wizard-actions [data-efcx-next]{margin-left:0}
  .efcx-wizard-actions .efcx-secondary-button,.efcx-wizard-actions .efcx-primary-button{width:100%;min-width:0;padding:0 12px!important;font-size:13px!important}
  body.efcx-checkout-page .woocommerce-billing-fields__field-wrapper,
  body.efcx-checkout-page .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:14px}
  body.efcx-checkout-page .form-row,
  body.efcx-checkout-page #billing_departamento_field,
  body.efcx-checkout-page #billing_provincia_field,
  body.efcx-checkout-page #billing_distrito_field{grid-column:1/-1}
  body.efcx-checkout-page form.efcx-one-page #customer_details{display:block!important}
  .efcx-cart-mobile-bar{position:fixed;z-index:9997;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 16px 38px rgba(0,0,0,.22);backdrop-filter:blur(12px);transition:transform .2s ease,opacity .2s ease}
  .efcx-cart-mobile-bar.is-hidden{opacity:0;transform:translateY(130%);pointer-events:none}
  .efcx-cart-mobile-bar__total{display:flex;flex-direction:column;min-width:96px;padding-left:4px}
  .efcx-cart-mobile-bar__total small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#727b84}
  .efcx-cart-mobile-bar__total strong{font-size:15px;color:var(--efcx-dark)}
  .efcx-cart-mobile-bar__button{flex:1;min-height:50px;border:0;border-radius:13px;background:var(--efcx-dark);color:#fff;font-size:13px;font-weight:850;box-shadow:0 9px 20px rgba(0,0,0,.18)}
}

@media (max-width:520px){
  .efcx-progress__copy{display:none}
  .efcx-progress__line{margin:0 10px}
  .efcx-cart-intro__top,.efcx-checkout-intro__progress{padding-bottom:18px;margin-bottom:18px}
  body.efcx-cart-page .wc-block-cart-items__row{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;padding:16px 0!important}
  body.efcx-cart-page .wc-block-cart-item__image{width:78px!important}
  body.efcx-cart-page .wc-block-cart-item__total{grid-column:2!important;text-align:left!important}
  .efcx-trust{padding:13px}
  .efcx-trust__main small{font-size:11px}
  .efcx-closer{padding:14px}
  .efcx-closer h3{font-size:16px}
  body.efcx-checkout-page .woocommerce-shipping-fields{padding:14px}
  body.efcx-checkout-page .woocommerce-checkout-review-order-table th,
  body.efcx-checkout-page .woocommerce-checkout-review-order-table td{padding:12px 10px!important;font-size:12px!important}
}

@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

body.efcx-cart-page .wp-block-woocommerce-cart-order-summary-block{display:flex;flex-direction:column;gap:12px}
body.efcx-cart-page .wc-block-components-totals-item,
body.efcx-cart-page .wc-block-components-totals-footer-item{padding:4px 0!important}
body.efcx-cart-page .wc-block-components-totals-coupon,
body.efcx-cart-page .wc-block-components-totals-shipping{padding:8px 0!important}
body.efcx-cart-page .wc-block-components-totals-shipping__change-address__link{font-weight:700!important}
body.efcx-cart-page .wc-block-components-panel__button{padding:12px 0!important;font-weight:800!important}

/* Financing close support */
.efcx-financing{margin-top:18px;padding:18px;border:1px solid var(--efcx-line);border-radius:16px;background:#fff}
.efcx-financing__head{margin-bottom:14px}
.efcx-financing__head h3{margin:0 0 6px;color:var(--efcx-dark);font-size:19px;line-height:1.2}
.efcx-financing__head p{margin:0;color:var(--efcx-muted);font-size:12px;line-height:1.5}
.efcx-financing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.efcx-financing-card{min-width:0;padding:15px;border:1px solid #e2e7eb;border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%);box-shadow:0 5px 16px rgba(15,23,42,.04)}
.efcx-financing-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.efcx-financing-card__brand{font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#66707b}
.efcx-financing-card__icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;flex:0 0 31px;border-radius:9px;background:#eef2f5;color:#1f2933;font-size:13px;font-weight:950}
.efcx-financing-card--powerpay .efcx-financing-card__icon{background:#f4eafd;color:#8b2fe8}
.efcx-financing-card--cuotealo .efcx-financing-card__icon{background:#eaf1fb;color:#174ca1}
.efcx-financing-card--bbva .efcx-financing-card__icon{background:#e7f4ff;color:#0565a8}
.efcx-financing-card h4{margin:0 0 7px;color:var(--efcx-dark);font-size:14px;line-height:1.35}
.efcx-financing-card p{margin:0 0 10px;color:#4f5964;font-size:11.5px;line-height:1.48}
.efcx-financing-card__bullets{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.efcx-financing-card__bullets span{display:inline-flex;padding:5px 7px;border-radius:999px;background:#f0f3f5;color:#45515d;font-size:9px;font-weight:800;line-height:1.2}
.efcx-financing-card>small{display:block;color:#737d87;font-size:9.5px;line-height:1.45}
.efcx-financing-card__link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;color:var(--efcx-dark)!important;font-size:11px;font-weight:850;text-decoration:underline!important;text-underline-offset:3px}
.efcx-cart-financing .efcx-financing{padding:15px}
.efcx-financing--cart .efcx-financing__grid{grid-template-columns:1fr}
.efcx-financing--cart .efcx-financing-card{padding:12px}
.efcx-financing--cart .efcx-financing-card__bullets{display:none}
.efcx-financing--cart .efcx-financing-card p{margin-bottom:7px}
.efcx-financing--cart .efcx-financing-card h4{font-size:13px}
.efcx-payment-financing{margin:20px 0 14px}
.efcx-payment-financing .efcx-financing{margin:0;background:#fbfcfd}

/* Better gateway presentation */
body.efcx-checkout-page .wc_payment_method>label .efcx-method-copy{display:flex;flex-direction:column;gap:2px;min-width:0;margin-right:10px}
body.efcx-checkout-page .wc_payment_method>label .efcx-method-copy strong{font-size:14px;line-height:1.2;color:var(--efcx-dark)}
body.efcx-checkout-page .wc_payment_method>label .efcx-method-copy small{font-size:9.5px;line-height:1.25;color:#6f7882;font-weight:700}
body.efcx-checkout-page .wc_payment_method.payment_method_powerpay:has(input:checked){background:#fbf7ff!important;box-shadow:inset 3px 0 0 #9b36ef}
body.efcx-checkout-page .wc_payment_method.payment_method_bcp_cuotealo:has(input:checked){background:#f6f9ff!important;box-shadow:inset 3px 0 0 #1f5cab}
body.efcx-checkout-page .payment_method_powerpay .payment_box{border-top:1px solid #eadcf8!important;background:#fcf9ff!important}
body.efcx-checkout-page .payment_method_bcp_cuotealo .payment_box{border-top:1px solid #dce6f5!important;background:#f8faff!important}
body.efcx-checkout-page .payment_method_powerpay .payment_box p{margin:0 0 12px!important;line-height:1.55!important}
body.efcx-checkout-page .payment_method_powerpay mo-checkout{display:block;width:100%;max-width:100%;overflow:hidden}
body.efcx-checkout-page .cuotealo-bcp-description{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-offer{margin:0!important;padding:10px!important;border:1px solid #dce5f1;border-radius:10px;background:#fff;font-size:10px!important;line-height:1.35!important}
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-offer span{display:block;margin-bottom:3px;font-size:15px!important;font-weight:900!important;color:#174ca1}
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-offer strong{font-size:12px!important;color:#111!important}
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-txt,
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-t-and-c{grid-column:1/-1;margin:2px 0 0!important;font-size:9.5px!important;line-height:1.45!important}
body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-txt a{font-weight:800!important}

@media (max-width:1024px){
  .efcx-financing__grid{grid-template-columns:1fr 1fr}
  .efcx-financing-card--bbva{grid-column:1/-1}
}

@media (max-width:820px){
  .efcx-financing{padding:15px}
  .efcx-financing__grid{grid-template-columns:1fr}
  .efcx-financing-card--bbva{grid-column:auto}
  .efcx-financing-card{padding:13px}
  body.efcx-checkout-page .cuotealo-bcp-description{grid-template-columns:1fr}
  body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-txt,
  body.efcx-checkout-page .cuotealo-bcp-description .cuotealo-t-and-c{grid-column:auto}
}

@media (max-width:820px){
  .efcx-financing--checkout .efcx-financing__grid{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .efcx-financing--checkout .efcx-financing-card{flex:0 0 min(86vw,360px);scroll-snap-align:start}
  .efcx-financing--checkout .efcx-financing__grid::-webkit-scrollbar{height:5px}
  .efcx-financing--checkout .efcx-financing__grid::-webkit-scrollbar-thumb{background:#cfd6dc;border-radius:999px}
}

/* =========================================================
 * EcoFlow Checkout Experience 1.3.0
 * Layout hardening + compact conversion messaging
 * ======================================================= */

/* Prevent theme/Block CSS from shrinking cart columns. */
body.efcx-cart-page .wp-block-woocommerce-cart,
body.efcx-cart-page .efcx-cart-root,
body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,410px)!important;
  gap:24px!important;
  align-items:start!important;
}
body.efcx-cart-page .wp-block-woocommerce-cart-items-block,
body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  float:none!important;
  box-sizing:border-box!important;
  writing-mode:horizontal-tb!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.efcx-cart-page .wp-block-woocommerce-cart-totals-block *{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  word-break:normal!important;
  overflow-wrap:anywhere;
}
body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{
  min-width:360px!important;
}
body.efcx-cart-page .wc-block-cart__submit-button,
body.efcx-cart-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button{
  width:100%!important;
  max-width:none!important;
  white-space:normal!important;
  line-height:1.25!important;
}

/* Full-width conversion area below the cart columns. */
.efcx-cart-after{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:20px;
  width:100%;
  margin-top:22px;
  box-sizing:border-box;
}
.efcx-cart-after>.efcx-cart-trust{grid-column:1/-1}
.efcx-cart-after .efcx-closer,
.efcx-cart-after .efcx-financing{height:100%;margin:0;box-sizing:border-box}

/* Commercial close: visible, concise and scannable. */
.efcx-closer{
  padding:20px!important;
  border:1px solid #dfe6e2!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f4faf6 100%)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.efcx-closer__badge{
  margin-bottom:9px!important;
  background:#e8f7ec!important;
  color:#08772a!important;
}
.efcx-closer h3{margin:0 0 5px!important;font-size:21px!important;line-height:1.2!important}
.efcx-closer p{margin:0 0 15px!important;font-size:13px!important;line-height:1.45!important}
.efcx-closer__list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px!important;
}
.efcx-closer__list li{
  display:flex;
  align-items:flex-start;
  min-width:0;
  padding:10px 11px 10px 34px!important;
  border:1px solid #e4ebe7;
  border-radius:12px;
  background:rgba(255,255,255,.86);
  color:#26312b!important;
  font-size:12.5px!important;
  line-height:1.4!important;
}
.efcx-closer__list li:before{
  left:13px!important;
  top:15px!important;
  width:8px!important;
  height:8px!important;
}
.efcx-closer__button{
  margin-top:15px!important;
  min-height:44px!important;
  padding:0 17px!important;
  border-color:var(--efcx-dark)!important;
  background:var(--efcx-dark)!important;
  color:#fff!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.efcx-checkout-closer{margin:0 0 14px!important}
.efcx-checkout-closer .efcx-closer{padding:16px!important;box-shadow:none!important}
.efcx-checkout-closer .efcx-closer h3{font-size:17px!important}
.efcx-checkout-closer .efcx-closer p{margin-bottom:11px!important;font-size:11.5px!important}
.efcx-checkout-closer .efcx-closer__list{gap:7px!important}
.efcx-checkout-closer .efcx-closer__list li{padding:8px 9px 8px 29px!important;font-size:10.5px!important}
.efcx-checkout-closer .efcx-closer__list li:before{left:11px!important;top:13px!important}
.efcx-checkout-closer .efcx-closer__button{min-height:39px!important;margin-top:11px!important;font-size:12px!important}

/* Compact financing strip; no dense three-card layout. */
.efcx-financing{
  margin:0!important;
  padding:20px!important;
  border:1px solid #e1e6eb!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
  box-sizing:border-box!important;
}
.efcx-financing__head{margin-bottom:13px!important}
.efcx-financing__head .efcx-eyebrow{margin-bottom:5px!important}
.efcx-financing__head h3{margin:0 0 4px!important;font-size:20px!important;line-height:1.2!important}
.efcx-financing__head p{margin:0!important;font-size:12.5px!important;line-height:1.4!important}
.efcx-financing__options{display:grid;gap:8px}
.efcx-financing-option{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  padding:10px 11px;
  border:1px solid #e5e9ed;
  border-radius:12px;
  background:#fafbfc;
  box-sizing:border-box;
}
.efcx-financing-option__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:10px;
  background:#eef2f5;
  color:#26313b;
  font-size:13px;
  font-weight:950;
}
.efcx-financing-option--powerpay .efcx-financing-option__icon{background:#f3e8fd;color:#8c28e8}
.efcx-financing-option--cuotealo .efcx-financing-option__icon{background:#e9f1fc;color:#1552a2}
.efcx-financing-option--bbva .efcx-financing-option__icon{background:#e6f4ff;color:#006bb6}
.efcx-financing-option__copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}
.efcx-financing-option__copy strong{color:var(--efcx-dark);font-size:12.5px;line-height:1.25}
.efcx-financing-option__copy small{color:#626d78;font-size:10.5px;line-height:1.35}
.efcx-financing-option__link{
  flex:0 0 auto;
  padding:7px 9px;
  border-radius:9px;
  background:#fff;
  color:var(--efcx-dark)!important;
  font-size:10px;
  font-weight:850;
  text-decoration:none!important;
}
.efcx-financing__legal{display:block;margin-top:10px;color:#7a838c;font-size:9.5px;line-height:1.4}
.efcx-cart-financing,.efcx-cart-closer{min-width:0}

/* Checkout must behave as one normal-width column, regardless of theme grid rules. */
body.efcx-checkout-page form.checkout.woocommerce-checkout{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  grid-template-columns:none!important;
  columns:auto!important;
  box-sizing:border-box!important;
}
body.efcx-checkout-page form.checkout.woocommerce-checkout>*{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  float:none!important;
  box-sizing:border-box!important;
}
body.efcx-checkout-page #customer_details,
body.efcx-checkout-page #order_review,
body.efcx-checkout-page #order_review_heading{
  clear:both!important;
}

/* Keep navigation buttons inside the checkout card. */
.efcx-wizard-actions{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  clear:both!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px 14px!important;
  overflow:visible!important;
}
.efcx-wizard-actions__note{
  grid-column:1/-1!important;
  grid-row:2!important;
  width:auto!important;
  min-width:0!important;
  padding:0!important;
  white-space:normal!important;
  word-break:normal!important;
  writing-mode:horizontal-tb!important;
}
.efcx-wizard-actions [data-efcx-back]{grid-column:1;grid-row:1}
.efcx-wizard-actions [data-efcx-next]{grid-column:3;grid-row:1;margin:0!important}
.efcx-wizard-actions .efcx-primary-button,
.efcx-wizard-actions .efcx-secondary-button{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  width:auto!important;
  max-width:100%!important;
  writing-mode:horizontal-tb!important;
  white-space:nowrap!important;
  word-break:normal!important;
}
body.efcx-checkout-page form.efcx-step-1 .efcx-wizard-actions{
  grid-template-columns:minmax(0,1fr) auto!important;
}
body.efcx-checkout-page form.efcx-step-1 .efcx-wizard-actions [data-efcx-next]{grid-column:2!important}
body.efcx-checkout-page form.efcx-step-3 .efcx-wizard-actions{
  grid-template-columns:auto minmax(0,1fr)!important;
}

/* Financing is intentionally below the final payment button. */
body.efcx-checkout-page #payment .place-order{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  box-sizing:border-box!important;
}
body.efcx-checkout-page #payment .place-order #place_order{order:30!important}
body.efcx-checkout-page #payment .place-order .efcx-payment-financing{
  order:40!important;
  width:100%!important;
  margin:16px 0 0!important;
}
body.efcx-checkout-page #payment .place-order .efcx-payment-financing .efcx-financing{
  padding:16px!important;
  background:#f8fafc!important;
  box-shadow:none!important;
}
body.efcx-checkout-page #payment .place-order .efcx-payment-financing .efcx-financing__head h3{font-size:17px!important}
body.efcx-checkout-page #payment .place-order .efcx-payment-financing .efcx-financing__head p{font-size:11px!important}
body.efcx-checkout-page #payment .place-order .efcx-payment-financing .efcx-financing-option{padding:9px 10px!important;background:#fff!important}
body.efcx-checkout-page #payment .place-order .woocommerce-privacy-policy-text{order:5!important}
body.efcx-checkout-page #payment .place-order .efcx-checkout-closer{order:10!important}
body.efcx-checkout-page #payment .place-order .efcx-secure-note{order:20!important}

@media (max-width:1024px){
  body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{
    grid-template-columns:minmax(0,1fr) minmax(330px,370px)!important;
  }
  body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{min-width:330px!important}
  .efcx-cart-after{grid-template-columns:1fr}
}

@media (max-width:860px){
  body.efcx-cart-page .wp-block-woocommerce-filled-cart-block{display:block!important}
  body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{
    min-width:0!important;
    margin-top:16px!important;
    position:static!important;
  }
  .efcx-cart-after{display:block;margin-top:16px}
  .efcx-cart-after>div+div{margin-top:14px}
  .efcx-closer__list{grid-template-columns:1fr!important}
  .efcx-wizard-actions{
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    margin:22px 0 0!important;
    padding:16px 0 0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .efcx-wizard-actions__note{display:none!important}
  .efcx-wizard-actions [data-efcx-back],
  .efcx-wizard-actions [data-efcx-next]{grid-row:1!important;width:100%!important;min-width:0!important}
  .efcx-wizard-actions [data-efcx-back]{grid-column:1!important}
  .efcx-wizard-actions [data-efcx-next]{grid-column:2!important}
  body.efcx-checkout-page form.efcx-step-1 .efcx-wizard-actions{grid-template-columns:1fr!important}
  body.efcx-checkout-page form.efcx-step-1 .efcx-wizard-actions [data-efcx-next]{grid-column:1!important;width:100%!important}
  body.efcx-checkout-page form.efcx-step-3 .efcx-wizard-actions{grid-template-columns:1fr!important}
  body.efcx-checkout-page form.efcx-step-3 .efcx-wizard-actions [data-efcx-back]{grid-column:1!important}
}

@media (max-width:520px){
  body.efcx-cart-page .wp-block-woocommerce-cart-items-block,
  body.efcx-cart-page .wp-block-woocommerce-cart-totals-block{padding:15px!important}
  .efcx-closer,.efcx-financing{padding:15px!important;border-radius:15px!important}
  .efcx-closer h3,.efcx-financing__head h3{font-size:17px!important}
  .efcx-financing-option{align-items:flex-start}
  .efcx-financing-option__link{align-self:center}
  .efcx-checkout-closer .efcx-closer__list{grid-template-columns:1fr!important}
  body.efcx-checkout-page #payment .place-order{padding:15px!important}
}
body.efcx-checkout-page .woocommerce-checkout-review-order-table{
  width:100%!important;
  max-width:none!important;
  table-layout:auto!important;
}
.efcx-primary-button,
.efcx-secondary-button,
body.efcx-active #place_order,
body.efcx-cart-page .wc-block-cart__submit-button,
body.efcx-cart-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button{
  box-sizing:border-box!important;
}
.efcx-cart-mobile-bar.is-near-original{opacity:0!important;transform:translateY(130%)!important;pointer-events:none!important}

/* =========================================================
   EFCX 1.4 — distraction-free payment and safe cart blocks
   ========================================================= */

/* Remove all legacy commercial and financing blocks from previous versions. */
.efcx-cart-after,
.efcx-cart-closer,
.efcx-cart-financing,
.efcx-cart-trust,
.efcx-checkout-closer,
.efcx-payment-financing,
.efcx-checkout-trust,
.efcx-closer,
.efcx-financing{
  display:none!important;
}

/* The cart block is React controlled. Only style its native controls; do not restructure them. */
body.efcx-cart-page .wp-block-woocommerce-cart{
  width:100%!important;
  max-width:1220px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.efcx-cart-page .wc-block-cart__submit-button,
body.efcx-cart-page .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button{
  min-height:54px!important;
  border-radius:14px!important;
  background:var(--efcx-dark)!important;
  color:#fff!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:normal!important;
  writing-mode:horizontal-tb!important;
}

/* Up to five compact messages, always below Confirmar y pagar. */
body.efcx-checkout-page #payment .place-order .efcx-payment-strips-wrap{
  order:40!important;
  width:100%!important;
  margin:12px 0 0!important;
}
.efcx-payment-strips{
  display:grid;
  gap:7px;
  width:100%;
}
.efcx-payment-strip{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:9px 11px;
  border:1px solid #e1e7e4;
  border-radius:10px;
  background:#f8faf9;
  color:#344039;
  font-size:11.5px;
  line-height:1.35;
  box-sizing:border-box;
  writing-mode:horizontal-tb!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.efcx-payment-strip__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
  border-radius:50%;
  background:#e5f7ea;
  color:#07952d;
  font-size:11px;
  font-weight:900;
}

@media (max-width:520px){
  .efcx-payment-strip{
    align-items:flex-start;
    padding:9px 10px;
    font-size:11px;
  }
  .efcx-payment-strip__icon{margin-top:1px}
}


/* =========================================================
   EFCX 1.5 — clearer fields and a quieter final payment area
   ========================================================= */
body.efcx-checkout-page .form-row .description{
  display:block!important;
  margin:6px 1px 0!important;
  color:#737d87!important;
  font-size:10.5px!important;
  line-height:1.4!important;
}
.efcx-wizard-actions__lock{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:#4f5963;
}
.efcx-wizard-actions__lock svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.efcx-checkout-page #payment .place-order .efcx-payment-strips-wrap:empty{display:none!important}
body.efcx-checkout-page #payment .place-order{
  background:#fff!important;
}
.efcx-secure-note{
  margin-bottom:12px!important;
  border:1px solid #dce8df!important;
  background:#f3f8f4!important;
  box-shadow:none!important;
}
body.efcx-checkout-page #place_order{
  border-radius:12px!important;
  background:#101114!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.efcx-checkout-page #place_order:hover,
body.efcx-checkout-page #place_order:focus-visible{
  background:#25272b!important;
  color:#fff!important;
}


/* =========================================================
   EFCX 1.5.2 — discreet field help and clearer applied savings
   ========================================================= */
body.efcx-checkout-page #billing_email_field > .description,
body.efcx-checkout-page #billing_phone_field > .description,
body.efcx-checkout-page #billing_email_field .woocommerce-input-wrapper + .description,
body.efcx-checkout-page #billing_phone_field .woocommerce-input-wrapper + .description{
  display:none!important;
}
body.efcx-checkout-page .efcx-field-help{
  margin:6px 2px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#66717b!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
body.efcx-checkout-page .efcx-coupon-secondary .woocommerce-info{
  border-color:#dfe4e8!important;
  background:#f8faf9!important;
  color:#4f5963!important;
}
.efcx-first-purchase-discount{
  position:relative!important;
}
.efcx-discount-confirmation{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  width:100%!important;
  margin-top:7px!important;
  color:#087c26!important;
  font-size:11px!important;
  line-height:1.35!important;
}
.efcx-discount-confirmation>span{
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  border-radius:50%!important;
  background:#e8f7ec!important;
  color:#087c26!important;
  font-weight:900!important;
}
.efcx-discount-confirmation strong{font-weight:800!important}
body.efcx-cart-page .wc-block-components-totals-discount.efcx-first-purchase-discount{
  flex-wrap:wrap!important;
  padding:14px 0!important;
}
body.efcx-cart-page .wc-block-components-totals-discount .efcx-discount-confirmation{
  flex-basis:100%!important;
}


/* =========================================================
   EFCX 1.5.4 — clean coupon presentation, without duplicate notices
   ========================================================= */
.efrc-coupon-row-note,
.efcx-discount-confirmation{display:none!important}
body.efcx-cart-page .wc-block-components-totals-discount.efcx-first-purchase-discount{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px 10px!important;
  padding:12px 0!important;
}
body.efcx-cart-page .efcx-first-purchase-discount .wc-block-components-totals-item__label,
body.efcx-cart-page .efcx-first-purchase-discount .wc-block-components-totals-discount__label{
  color:#20252a!important;
  font-weight:800!important;
}
body.efcx-cart-page .efcx-first-purchase-discount .wc-block-components-chip{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:30px!important;
  margin:0!important;
  padding:5px 8px 5px 10px!important;
  border:1px solid #cbd8cf!important;
  border-radius:8px!important;
  background:#f6faf7!important;
  box-shadow:none!important;
}
body.efcx-cart-page .efcx-first-purchase-discount .wc-block-components-chip__text{
  color:#176b2c!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
body.efcx-cart-page .efcx-first-purchase-discount .wc-block-components-chip__remove{
  width:22px!important;
  height:22px!important;
  margin-left:5px!important;
  color:#59645d!important;
}
body.efcx-checkout-page tr.cart-discount.efcx-first-purchase-discount th,
body.efcx-checkout-page tr.cart-discount.efcx-first-purchase-discount td{
  color:#176b2c!important;
  font-weight:750!important;
}

/* =========================================================
   EFCX 1.6 — clearer completion path and accessible mobile steps
   ========================================================= */
button.efcx-progress__item,
button.efcx-progress__item:hover,
button.efcx-progress__item:focus,
button.efcx-progress__item:active{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#9299a2!important;
  box-shadow:none!important;
  transform:none!important;
  text-decoration:none!important;
  touch-action:manipulation;
}
button.efcx-progress__item.is-active,
button.efcx-progress__item.is-active:hover,
button.efcx-progress__item.is-active:focus,
button.efcx-progress__item.is-complete,
button.efcx-progress__item.is-complete:hover,
button.efcx-progress__item.is-complete:focus{
  background:transparent!important;
  box-shadow:none!important;
}
button.efcx-progress__item:focus-visible{
  outline:2px solid var(--efcx-accent)!important;
  outline-offset:4px!important;
}
button.efcx-progress__item:disabled{
  background:transparent!important;
  opacity:.58!important;
}
body.efcx-checkout-page .form-row label{
  font-size:13px!important;
}
body.efcx-checkout-page .input-text::placeholder,
body.efcx-checkout-page textarea.input-text::placeholder{
  color:#89929c!important;
  opacity:1!important;
}
body.efcx-checkout-page .input-text[aria-invalid="false"],
body.efcx-checkout-page select[aria-invalid="false"]{
  border-color:#cdd7d1!important;
}
body.efcx-checkout-page .wc_payment_method>label{
  touch-action:manipulation;
}
body.efcx-checkout-page #place_order:disabled,
body.efcx-checkout-page #place_order.disabled{
  cursor:wait!important;
  opacity:.7!important;
  transform:none!important;
}
.efcx-mobile-progress{
  display:none;
}
.efcx-checkout-intro,
body.efcx-checkout-page .form-row{
  scroll-margin-top:92px;
}

@media (max-width:820px){
  body.efcx-checkout-page .input-text,
  body.efcx-checkout-page select,
  body.efcx-checkout-page .select2-container .select2-selection--single{
    font-size:16px!important;
  }
  body.efcx-checkout-page .wc_payment_method>label{
    min-height:64px!important;
  }
  .efcx-checkout-intro__progress .efcx-progress{
    max-width:100%;
  }
  .efcx-progress__item{
    min-height:48px;
    padding:4px!important;
  }
  .efcx-mobile-progress{
    position:fixed;
    z-index:9996;
    top:8px;
    left:8px;
    right:8px;
    display:block;
    padding:8px 10px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:15px;
    background:rgba(255,255,255,.97);
    box-shadow:0 12px 30px rgba(15,23,42,.17);
    backdrop-filter:blur(12px);
    transform:translateY(-145%);
    opacity:0;
    pointer-events:none;
    transition:transform .2s ease,opacity .2s ease;
  }
  .efcx-mobile-progress.is-visible{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  body.admin-bar .efcx-mobile-progress{top:54px}
  .efcx-mobile-progress .efcx-progress{
    max-width:none;
  }
  .efcx-mobile-progress .efcx-progress__icon{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  .efcx-mobile-progress .efcx-progress__copy small{
    display:none!important;
  }
  .efcx-mobile-progress .efcx-progress__copy strong{
    font-size:11px!important;
  }
}

@media (max-width:520px){
  .efcx-progress{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr)!important;
    align-items:center!important;
  }
  .efcx-progress__item{
    width:100%!important;
    min-width:0!important;
    min-height:62px!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    text-align:center!important;
  }
  .efcx-progress__copy{
    display:flex!important;
    width:100%!important;
    align-items:center!important;
  }
  .efcx-progress__copy small{
    display:none!important;
  }
  .efcx-progress__copy strong{
    width:100%!important;
    margin:0!important;
    color:#616a74!important;
    font-size:11px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  .efcx-progress__item.is-active .efcx-progress__copy strong{
    color:var(--efcx-dark)!important;
  }
  .efcx-progress__line{
    width:100%!important;
    margin:0!important;
  }
  .efcx-checkout-intro{
    padding:16px 13px 18px!important;
  }
  .efcx-checkout-intro__copy h2{
    font-size:24px!important;
  }
  .efcx-checkout-intro__copy p{
    font-size:13.5px!important;
    line-height:1.5!important;
  }
  .efcx-mobile-progress{
    left:6px;
    right:6px;
    padding:5px 7px;
  }
  .efcx-mobile-progress .efcx-progress__item{
    min-height:54px!important;
  }
  .efcx-mobile-progress .efcx-progress__icon{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  body.efcx-checkout-page form.checkout{
    padding:20px 14px!important;
  }
  body.efcx-checkout-page .efcx-field-help{
    font-size:11.5px!important;
  }
}

/* =========================================================
   EFCX 1.6.2 — valor visible, porcentaje y sonido del cupón
   ========================================================= */
.efcx-coupon-celebration{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  margin:0 0 18px!important;
  padding:16px 18px!important;
  border:1px solid rgba(0,172,44,.28)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#f1fff5 0%,#fbfffc 58%,#effaf2 100%)!important;
  color:#183220!important;
  box-shadow:0 10px 28px rgba(15,83,34,.09)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.efcx-coupon-celebration.is-celebrating{
  animation:efcx-coupon-pop .48s cubic-bezier(.2,.8,.2,1) both;
}
.efcx-coupon-celebration__icon{
  display:grid!important;
  place-items:center!important;
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  border:1px solid rgba(0,172,44,.18)!important;
  border-radius:14px!important;
  background:#fff!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:0 7px 18px rgba(15,83,34,.08)!important;
}
.efcx-coupon-celebration__copy{
  min-width:0!important;
}
.efcx-coupon-celebration__copy>strong{
  display:block!important;
  margin:0 0 4px!important;
  color:#0a6e27!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.22!important;
}
.efcx-coupon-celebration__copy p{
  margin:0!important;
  color:#42544a!important;
  font-size:12.5px!important;
  font-weight:600!important;
  line-height:1.5!important;
}
.efcx-coupon-celebration__code{
  display:inline-flex!important;
  align-items:center!important;
  margin:0 2px!important;
  padding:2px 7px!important;
  border:1px solid #c7ddce!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#176b2c!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  line-height:1.5!important;
  vertical-align:1px!important;
}
.efcx-coupon-celebration__amount{
  color:#0a6e27!important;
  font-size:1.04em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

.efcx-coupon-celebration__rate{
  display:inline!important;
  color:#176b2c!important;
  font-size:.96em!important;
  font-weight:900!important;
  white-space:normal!important;
}
body.efcx-cart-page .efcx-cart-intro + .efcx-coupon-celebration{
  margin-top:-2px!important;
}
@keyframes efcx-coupon-pop{
  0%{opacity:0;transform:translateY(-7px) scale(.985)}
  70%{opacity:1;transform:translateY(1px) scale(1.004)}
  100%{opacity:1;transform:none}
}
@media (max-width:520px){
  .efcx-coupon-celebration{
    align-items:flex-start!important;
    gap:11px!important;
    padding:14px!important;
    border-radius:14px!important;
  }
  .efcx-coupon-celebration__icon{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    border-radius:12px!important;
    font-size:21px!important;
  }
  .efcx-coupon-celebration__copy>strong{font-size:15px!important}
  .efcx-coupon-celebration__copy p{font-size:11.5px!important}
}
@media (prefers-reduced-motion:reduce){
  .efcx-coupon-celebration.is-celebrating{animation:none!important}
}

