:root{
  --als-c-blue:#0b67b2;
  --als-c-blue-2:#084b87;
  --als-c-ink:#0a2943;
  --als-c-text:#284a62;
  --als-c-muted:#7b90a2;
  --als-c-line:#d9e7f1;
  --als-c-line-strong:#c6dbe9;
  --als-c-bg:#eef7fe;
  --als-c-card:#fff;
  --als-c-green:#4a9c31;
  --als-c-green-bg:#f0fae9;
  --als-c-lime:#a8d800;
  --als-c-shadow:0 16px 42px rgba(20,76,116,.07);
  --als-c-shadow-soft:0 8px 24px rgba(20,76,116,.055);
}

body.alspe-commerce-flow{
  background:linear-gradient(180deg,#f7fbff 0%,#edf7ff 32%,#f7fbff 100%)!important;
  color:var(--als-c-ink)!important;
}
body.alspe-commerce-flow .entry-title,
body.alspe-commerce-flow .page-title{display:none!important}
body.alspe-commerce-flow .site-main,
body.alspe-commerce-flow .content-area,
body.alspe-commerce-flow main#primary:not(.alspe-commerce),
body.alspe-commerce-flow .woocommerce,
body.alspe-commerce-flow .alspe-commerce-page-shell,
body.alspe-commerce-flow .alspe-commerce-page-shell>.woocommerce,
body.alspe-commerce-flow .alspe-commerce-page-shell .woocommerce{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
}
body.alspe-commerce-flow .alspe-commerce-page-shell{display:block!important;overflow:visible!important}
body.alspe-checkout-experience .woocommerce-form-coupon-toggle,
body.alspe-checkout-experience form.checkout_coupon{display:none!important}

.alspe-commerce{
  width:min(1400px,calc(100vw - 64px));
  max-width:1400px;
  margin:0 auto;
  padding:38px 0 54px;
  direction:rtl;
  color:var(--als-c-ink);
  font-family:inherit;
  line-height:1.65;
}
.alspe-commerce *{box-sizing:border-box}
.alspe-commerce button,.alspe-commerce input,.alspe-commerce select,.alspe-commerce textarea{font:inherit}
.alspe-commerce a{outline:none}

/* progress */
.alspe-flow-steps{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  max-width:1100px;
  margin:0 auto 28px;
  padding:0 24px;
}
.alspe-flow-steps>i{flex:1;height:1px;border-top:1px dashed #b9cfdf;min-width:28px}
.alspe-flow-step{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:86px;color:#8ba0b2}
.alspe-flow-step>span{
  display:grid;place-items:center;width:46px;height:46px;border:1px solid #cadbe8;border-radius:50%;
  background:#fff;color:inherit;font-size:14px;font-weight:900;box-shadow:0 6px 18px rgba(22,72,108,.045)
}
.alspe-flow-step svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.alspe-flow-step b{font-size:12px;font-weight:850;white-space:nowrap}
.alspe-flow-step.is-active{color:var(--als-c-blue)}
.alspe-flow-step.is-active>span{background:linear-gradient(145deg,#0b70c2,#095896);border-color:#0a61a7;color:#fff;box-shadow:0 10px 24px rgba(11,103,178,.22)}
.alspe-flow-step.is-done{color:#5e990d}
.alspe-flow-step.is-done>span{background:#f4fde9;border-color:#c5e297;color:#5e990d}

/* primitives */
.alspe-panel{border:1px solid var(--als-c-line);border-radius:20px;background:rgba(255,255,255,.97);box-shadow:var(--als-c-shadow)}
.alspe-icon-badge{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#edf7ff;color:var(--als-c-blue);font-size:18px}
.alspe-ghost-button{min-height:42px;padding:0 17px;border:1px solid #bfd7e9;border-radius:12px;background:#fff;color:var(--als-c-blue);font-size:12px;font-weight:900;cursor:pointer;transition:.2s}
.alspe-ghost-button:hover{border-color:#86b9dc;background:#f7fbff}

/* top utility bars */
.alspe-cart-savebar,.alspe-checkout-save-state{
  display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:14px 16px;
  border:1px solid #d7e7f2;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:var(--als-c-shadow-soft)
}
.alspe-cart-savebar>div{display:flex;align-items:center;gap:12px}
.alspe-cart-savebar p{display:flex;flex-direction:column;gap:2px;margin:0}
.alspe-cart-savebar strong{font-size:14px;font-weight:900}
.alspe-cart-savebar small{color:var(--als-c-muted);font-size:11px}
.alspe-checkout-save-state{justify-content:flex-start}
.alspe-checkout-save-state>span{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:11px;background:#eff9df;color:#5b9809;font-size:16px;font-weight:900}
.alspe-checkout-save-state>div{display:flex;flex-direction:column;gap:2px;flex:1}
.alspe-checkout-save-state strong{font-size:13px;font-weight:900}
.alspe-checkout-save-state small{font-size:10.5px;color:#7890a2}
.alspe-checkout-save-state>b{padding:7px 10px;border-radius:999px;background:#eef8e5;color:#568b18;font-size:10px;font-weight:900;white-space:nowrap}
.alspe-checkout-save-state>b.is-saving{background:#f2f6f8;color:#6e8292}
.alspe-checkout-save-state>b.is-saved{background:#eef8e5;color:#568b18}

/* shared layout */
.alspe-cart-layout,.alspe-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.alspe-cart-main,.alspe-checkout-main{display:flex;flex-direction:column;gap:16px;min-width:0}
.alspe-cart-side,.alspe-checkout-side{display:flex;flex-direction:column;gap:14px;position:sticky;top:132px;min-width:0}
body.admin-bar.alspe-commerce-flow .alspe-cart-side,
body.admin-bar.alspe-commerce-flow .alspe-checkout-side{top:164px}

/* cart */
.alspe-cart-items-panel{padding:22px}
.alspe-panel-head{display:flex;align-items:flex-end;justify-content:space-between;padding:0 2px 18px;border-bottom:1px solid #e7eff5}
.alspe-panel-head>div{display:flex;flex-direction:column;gap:4px}
.alspe-panel-head span{font-size:11px;color:var(--als-c-blue);font-weight:900}
.alspe-panel-head h1{margin:0;font-size:23px;line-height:1.35;color:var(--als-c-ink);font-weight:950}
.alspe-panel-head>b{padding:6px 10px;border:1px solid #d6e5ef;border-radius:999px;background:#f7fbff;color:#607d91;font-size:10px}
.alspe-cart-column-head{display:grid;grid-template-columns:minmax(360px,1fr) 140px 132px 145px;gap:18px;padding:16px 14px 8px;color:#8397a8;font-size:11px;font-weight:850}
.alspe-cart-item{display:grid;grid-template-columns:minmax(360px,1fr) 140px 132px 145px;gap:18px;align-items:center;margin-top:10px;padding:17px;border:1px solid #dfeaf2;border-radius:18px;background:#fff;transition:.2s}
.alspe-cart-item:hover{border-color:#b9d5e8;box-shadow:0 12px 28px rgba(21,75,112,.06)}
.alspe-cart-product{display:flex;align-items:center;gap:14px;min-width:0}
.alspe-cart-thumb{display:grid;place-items:center;flex:0 0 108px;width:108px;height:108px;border-radius:15px;background:#f7fafc;overflow:hidden}
.alspe-cart-thumb img{max-width:92px;max-height:92px;width:auto!important;height:auto!important;object-fit:contain}
.alspe-cart-product-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
.alspe-cart-title{color:var(--als-c-ink)!important;font-size:15px;font-weight:950;text-decoration:none!important;line-height:1.75}
.alspe-cart-product-copy>small{font-size:10px;color:#889bad}
.alspe-cart-product-copy .variation{display:flex;flex-wrap:wrap;gap:6px;margin:0;font-size:10px}
.alspe-product-meta-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
.alspe-product-meta-chips span{padding:6px 8px;border-radius:999px;background:#f1f6fa;color:#637e92;font-size:9.5px;font-weight:850}
.alspe-product-meta-chips .is-stock{background:#eff9ec;color:#3f8e39}
.alspe-cart-price,.alspe-cart-subtotal{font-size:13px;font-weight:950;color:#163d5b;white-space:nowrap}
.alspe-cart-qty{display:flex;align-items:center;justify-content:center;width:126px;height:42px;border:1px solid #d5e5ef;border-radius:12px;background:#fff;overflow:hidden}
.alspe-cart-qty .quantity{margin:0!important}
.alspe-cart-qty input.qty{width:42px!important;min-width:42px!important;height:40px!important;padding:0!important;border:0!important;background:#fff!important;text-align:center!important;box-shadow:none!important;font-size:12px!important}

/* Keep exactly one quantity UI: ALS minus/value/plus. */
.alspe-cart-qty input.qty{
  -moz-appearance:textfield!important;
  appearance:textfield!important;
}
.alspe-cart-qty input.qty::-webkit-outer-spin-button,
.alspe-cart-qty input.qty::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}
.alspe-qty-btn{width:40px;height:40px;border:0;background:#f8fbfd;color:var(--als-c-blue);font-size:17px;cursor:pointer}
.alspe-cart-item-actions{grid-column:1/-1;display:flex;justify-content:flex-start;gap:18px;padding-top:11px;border-top:1px solid #edf2f6}
.alspe-cart-item-actions button,.alspe-cart-item-actions a{border:0;background:none;color:#6f8798!important;font-size:10.5px;font-weight:850;text-decoration:none!important;cursor:pointer}
.alspe-cart-item-actions .alspe-remove{color:#c95757!important}
.alspe-cart-native-actions{height:0;overflow:hidden;opacity:0;pointer-events:none}

.alspe-order-note-card,.alspe-recommendations,.alspe-saved-later{padding:18px}
.alspe-inline-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.alspe-inline-heading>div{display:flex;align-items:center;gap:8px}
.alspe-inline-heading>div>span{color:var(--als-c-blue)}
.alspe-inline-heading strong{font-size:14px;font-weight:950}
.alspe-inline-heading small{font-size:10px;color:#8699a9}
.alspe-order-note-card textarea{width:100%;min-height:92px;padding:13px 14px;border:1px solid #dce8f0;border-radius:13px;background:#fbfdff;color:#23465e;font-size:12px;line-height:1.9;resize:vertical;outline:none}
.alspe-order-note-card textarea:focus{border-color:#8abbe0;box-shadow:0 0 0 3px rgba(11,103,178,.07)}
.alspe-autosave-line{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:7px;color:#8ba0b0;font-size:9px}
.alspe-autosave-line i{width:7px;height:7px;border-radius:50%;background:#82bd25}
.alspe-recommend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.alspe-recommend-card{display:grid;grid-template-columns:68px 1fr 30px;align-items:center;gap:10px;min-height:94px;padding:10px;border:1px solid #dfeaf2;border-radius:15px;background:#fff;color:inherit!important;text-decoration:none!important}
.alspe-recommend-card>span{display:grid;place-items:center;width:68px;height:68px;border-radius:12px;background:#f7fafc;overflow:hidden}
.alspe-recommend-card img{max-width:60px;max-height:60px;width:auto!important;height:auto!important}
.alspe-recommend-card>div{display:flex;flex-direction:column;gap:5px;min-width:0}
.alspe-recommend-card strong{font-size:11px;line-height:1.7}
.alspe-recommend-card small{font-size:10px;color:#496980}
.alspe-recommend-card>b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#edf7ff;color:var(--als-c-blue)}
.alspe-saved-later-grid{display:grid;gap:8px}
.alspe-saved-later-grid article{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:9px 10px;border:1px solid #e2ecf3;border-radius:14px}
.alspe-saved-later-grid article>span{display:grid;place-items:center;width:58px;height:58px;border-radius:11px;background:#f8fbfd}
.alspe-saved-later-grid img{max-width:48px;max-height:48px;width:auto!important;height:auto!important}
.alspe-saved-later-grid article>div{display:flex;flex-direction:column;gap:4px}
.alspe-saved-later-grid strong{font-size:11px}.alspe-saved-later-grid small{font-size:10px}
.alspe-saved-later-grid button{padding:8px 10px;border:1px solid #c5dced;border-radius:9px;background:#fff;color:var(--als-c-blue);font-size:10px;font-weight:900;cursor:pointer}

/* side summaries */
.alspe-summary-card,.alspe-checkout-summary{padding:18px}
.alspe-summary-card>header,.alspe-checkout-summary>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.alspe-summary-card>header span,.alspe-checkout-summary>header span{font-size:17px;font-weight:950}
.alspe-summary-card>header small,.alspe-checkout-summary>header small{padding:5px 8px;border-radius:999px;background:#f2f7fb;color:#7890a2;font-size:9px}
.alspe-summary-lines{display:flex;flex-direction:column;gap:10px;padding:13px 0;border-top:1px solid #edf2f6;border-bottom:1px solid #edf2f6}
.alspe-summary-lines p{display:flex;justify-content:space-between;gap:12px;margin:0;color:#627e93;font-size:11.5px}
.alspe-summary-lines strong{color:#173f5b;font-size:11.5px;white-space:nowrap}
.alspe-summary-lines .is-discount strong{color:#2e9744}
.alspe-coupon-row{display:grid;grid-template-columns:1fr 72px;margin-top:13px;border:1px solid #dce8f1;border-radius:11px;overflow:hidden}
.alspe-coupon-row input{height:43px;border:0!important;padding:0 11px!important;background:#fbfdff!important;font-size:11px!important;outline:none!important}
.alspe-coupon-row button{border:0;background:#fff;color:var(--als-c-blue);font-size:10.5px;font-weight:900;cursor:pointer}
.alspe-estimate-chip{display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px;border:1px solid #cce7c7;border-radius:11px;background:#f4fff1}
.alspe-estimate-chip>span{font-size:16px}
.alspe-estimate-chip>div{display:flex;flex-direction:column;gap:2px}
.alspe-estimate-chip small{font-size:9.5px;color:#699267}.alspe-estimate-chip strong{font-size:10.5px;color:#39813d}
.alspe-summary-total{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:17px 0 12px}
.alspe-summary-total span{font-size:11.5px;font-weight:900}.alspe-summary-total strong{font-size:21px;color:var(--als-c-ink);white-space:nowrap}
.alspe-primary-cta{display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;padding:0 15px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#0b71c3,#085394)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 11px 22px rgba(9,93,165,.18)!important;cursor:pointer;transition:.2s}
.alspe-primary-cta:hover{filter:brightness(1.03)}
.alspe-primary-cta.is-disabled,.alspe-primary-cta:disabled{opacity:.55;cursor:not-allowed}
.alspe-primary-cta span{font-size:17px}
.alspe-secure-copy{display:block;margin-top:9px;text-align:center;color:#8798a7;font-size:9.5px}

.alspe-help-card{display:flex;gap:11px;align-items:center;padding:14px}
.alspe-help-avatar{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#e8f5ff,#d8edff);color:var(--als-c-blue);font-size:18px}
.alspe-help-card>div:last-child{display:flex;flex-direction:column;gap:3px}
.alspe-help-card strong{font-size:11px}.alspe-help-card small{font-size:9px;color:#7c92a3}
.alspe-help-card p{display:flex;gap:6px;margin:4px 0 0}
.alspe-help-card a{padding:5px 8px;border-radius:8px;background:#f2f8fc;color:var(--als-c-blue)!important;font-size:9px;font-weight:850;text-decoration:none!important}

/* checkout wizard */
.alspe-checkout-form{margin:0!important}
.alspe-checkout-step{border:1px solid #d9e7f1;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(21,77,115,.045);overflow:hidden;transition:.2s}
.alspe-checkout-step.is-open{border-color:#84bce3;box-shadow:0 14px 38px rgba(9,92,153,.08)}
.alspe-step-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto 22px;align-items:center;gap:12px;width:100%;min-height:76px;padding:13px 16px;border:0;background:#fff;color:var(--als-c-ink);text-align:right;cursor:pointer}
.alspe-step-number{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#edf6fd;color:var(--als-c-blue);font-size:13px;font-weight:950}
.alspe-checkout-step.is-complete .alspe-step-number{background:#eff9e7;color:#4f9410}
.alspe-step-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.alspe-step-head strong{font-size:15px;font-weight:950}
.alspe-step-head small{font-size:10px;color:#8094a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.alspe-step-head em{padding:6px 9px;border-radius:999px;background:#f2f6f9;color:#7c91a1;font-size:9.5px;font-style:normal;font-weight:850;white-space:nowrap}
.alspe-checkout-step.is-open .alspe-step-head em{background:#edf7ff;color:var(--als-c-blue)}
.alspe-checkout-step.is-complete .alspe-step-head em{background:#eff9e7;color:#4f9410}
.alspe-step-head>b{color:#88a1b3;font-size:15px}
.alspe-step-body{display:none;padding:4px 16px 16px;border-top:1px solid #edf2f6}
.alspe-checkout-step.is-open .alspe-step-body{display:block}

.alspe-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;padding-top:16px}
.alspe-fields-grid .form-row{float:none!important;width:auto!important;margin:0!important;padding:0!important;min-width:0}
.alspe-fields-grid .form-row-wide{grid-column:1/-1}
.alspe-fields-grid label{display:block;margin:0 0 6px!important;color:#36566d!important;font-size:11px!important;font-weight:900!important;line-height:1.4}
.alspe-fields-grid .required{color:#c74d4d!important}
.alspe-fields-grid input,
.alspe-fields-grid select,
.alspe-fields-grid .select2-selection,
.alspe-fields-grid textarea{
  width:100%!important;min-height:50px!important;border:1px solid #d8e6ef!important;border-radius:11px!important;background:#fbfdff!important;
  padding:0 12px!important;color:#1c405c!important;font-size:12.5px!important;box-shadow:none!important;outline:none!important;transition:.16s
}
.alspe-fields-grid input:focus,.alspe-fields-grid select:focus,.alspe-fields-grid textarea:focus{border-color:#7ab2db!important;box-shadow:0 0 0 3px rgba(11,103,178,.07)!important;background:#fff!important}
.alspe-fields-grid textarea{padding-top:11px!important;min-height:88px!important}
.alspe-fields-grid .select2-container{width:100%!important}
.alspe-fields-grid .select2-selection{display:flex!important;align-items:center!important}
.alspe-fields-grid .select2-selection__rendered{line-height:48px!important;padding:0 10px!important;color:#1c405c!important;font-size:12px!important}
.alspe-fields-grid .select2-selection__arrow{height:48px!important}
.alspe-row-error label{color:#ad4545!important}.alspe-field-error{border-color:#d75a5a!important;box-shadow:0 0 0 3px rgba(215,90,90,.08)!important}

.alspe-step-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px;padding-top:14px;border-top:1px dashed #dce8f0}
.alspe-step-actions>span{font-size:10px;color:#7b91a1}
.alspe-primary-small{min-height:42px;padding:0 17px;border:0;border-radius:10px;background:var(--als-c-blue);color:#fff;font-size:11px;font-weight:900;cursor:pointer}

.alspe-address-book-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px}
.alspe-address-book-head>div{display:flex;flex-direction:column;gap:2px}
.alspe-address-book-head strong{font-size:13px}.alspe-address-book-head small{font-size:10px;color:#8194a4}
.alspe-address-book-head button{border:0;background:none;color:var(--als-c-blue);font-size:10.5px;font-weight:900;cursor:pointer}
.alspe-address-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.alspe-address-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:84px;padding:11px;border:1px solid #dbe8f0;border-radius:13px;background:#fff;color:inherit;text-align:right;cursor:pointer}
.alspe-address-card:hover,.alspe-address-card.is-selected{border-color:#67a8d9;background:#f7fbff;box-shadow:0 0 0 2px rgba(11,103,178,.045)}
.alspe-address-card>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#edf7ff;color:var(--als-c-blue)}
.alspe-address-card>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.alspe-address-card strong{font-size:11.5px}.alspe-address-card small{font-size:9.5px;color:#748b9d;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.alspe-address-card em{padding:5px 7px;border-radius:999px;background:#eff9e8;color:#4f9410;font-size:8.5px;font-style:normal;white-space:nowrap}
.alspe-empty-address-note{margin-top:10px;padding:11px 12px;border:1px dashed #cedfe9;border-radius:12px;background:#fbfdff;color:#71889a;font-size:10px}

.alspe-switch-row{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px;border:1px solid #dfeaf2;border-radius:12px;background:#fbfdff;cursor:pointer}
.alspe-switch-row>input{position:absolute;opacity:0;pointer-events:none}
.alspe-switch-row>span{position:relative;flex:0 0 36px;width:36px;height:21px;border-radius:999px;background:#cad9e5;transition:.2s}
.alspe-switch-row>span:after{content:"";position:absolute;top:3px;right:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.14);transition:.2s}
.alspe-switch-row>input:checked+span{background:var(--als-c-blue)}
.alspe-switch-row>input:checked+span:after{transform:translateX(-15px)}
.alspe-switch-row>div{display:flex;flex-direction:column;gap:2px}.alspe-switch-row strong{font-size:10.5px}.alspe-switch-row small{font-size:9px;color:#8093a3}
.alspe-shipping-address-fields{display:none}.alspe-shipping-address-fields.is-visible{display:block}

.alspe-shipping-mirror{display:grid;gap:10px;padding-top:16px}
.alspe-loading-card{display:flex;flex-direction:column;gap:3px;padding:18px;border:1px dashed #c8ddea;border-radius:13px;text-align:center;color:#7990a1}
.alspe-loading-card b{font-size:12px;color:#47677d}.alspe-loading-card span{font-size:10px}
.alspe-shipping-choice{display:grid;grid-template-columns:22px 38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;border:1px solid #dce8f1;border-radius:13px;background:#fff;cursor:pointer}
.alspe-shipping-choice.is-selected{border-color:#5da5da;background:#f7fbff;box-shadow:0 0 0 2px rgba(11,103,178,.045)}
.alspe-shipping-choice input{accent-color:var(--als-c-blue)}
.alspe-shipping-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#edf7ff;color:var(--als-c-blue)}
.alspe-shipping-choice>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.alspe-shipping-choice strong{font-size:12px}.alspe-shipping-choice small{font-size:9.5px;color:#8194a4}
.alspe-shipping-choice>b{font-size:10.5px;color:#294b63;white-space:nowrap}
.alspe-slot-block{margin-top:14px;padding:14px;border:1px solid #e1ebf2;border-radius:14px;background:#fbfdff}
.alspe-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.alspe-slot-grid input{position:absolute;opacity:0}
.alspe-slot-grid span{display:grid;place-items:center;min-height:40px;border:1px solid #d9e6ef;border-radius:9px;background:#fff;color:#607b90;font-size:10px;font-weight:850;cursor:pointer}
.alspe-slot-grid input:checked+span{border-color:var(--als-c-blue);background:var(--als-c-blue);color:#fff}
.alspe-slot-block>small{display:block;margin-top:8px;color:#8295a5;font-size:9px}

.alspe-payment-intro{display:flex;gap:10px;align-items:center;margin-top:14px;padding:13px;border:1px solid #d8e8f3;border-radius:13px;background:#f6fbff}
.alspe-payment-intro>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#e8f5ff;color:var(--als-c-blue)}
.alspe-payment-intro>div{display:flex;flex-direction:column;gap:2px}.alspe-payment-intro strong{font-size:12px}.alspe-payment-intro small{font-size:9.5px;color:#758d9f}
.alspe-checkout-stage #payment{margin-top:12px!important;border:1px solid #dce8f1!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important}
.alspe-checkout-stage #payment ul.payment_methods{padding:10px!important;border-bottom:1px solid #e5eef4!important;background:#fff!important}
.alspe-checkout-stage #payment ul.payment_methods li{margin:0 0 8px!important;padding:12px!important;border:1px solid #e1ebf2!important;border-radius:12px!important;background:#fff!important}
.alspe-checkout-stage #payment ul.payment_methods li:last-child{margin-bottom:0!important}
.alspe-checkout-stage #payment ul.payment_methods li>input{margin-left:8px!important;accent-color:var(--als-c-blue)}
.alspe-checkout-stage #payment ul.payment_methods li>label{font-size:12px!important;font-weight:900!important;color:#173f5b!important}
.alspe-checkout-stage #payment ul.payment_methods li img{max-height:40px!important;width:auto!important;margin:0 8px!important}
.alspe-checkout-stage #payment div.payment_box{margin:10px 0 0!important;padding:12px!important;border-radius:10px!important;background:#f5faff!important;color:#60798c!important;font-size:10.5px!important;line-height:1.8!important}
.alspe-checkout-stage #payment div.payment_box:before{border-bottom-color:#f5faff!important}
.alspe-checkout-stage #payment .place-order{padding:13px!important;color:#4f6d82!important;font-size:10.5px!important;line-height:1.8!important}
.alspe-checkout-stage #payment #place_order{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;min-height:1px!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important}
.alspe-gift-toggle{margin-top:10px}

/* checkout summary */
.alspe-checkout-summary>header>div{display:flex;align-items:center;gap:8px}
.alspe-checkout-summary>header>a{color:var(--als-c-blue)!important;font-size:9.5px;font-weight:900;text-decoration:none!important}
.alspe-order-review-wrap .woocommerce-checkout-review-order-table{width:100%!important;margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0 5px!important;background:transparent!important}
.alspe-order-review-wrap table thead th{padding:0 2px 8px!important;border:0!important;color:#7890a2!important;font-size:9.5px!important}
.alspe-order-review-wrap table th,.alspe-order-review-wrap table td{padding:8px 2px!important;border:0!important;font-size:10.5px!important;line-height:1.7!important;vertical-align:top!important}
.alspe-order-review-wrap table td.product-total{text-align:left!important;white-space:nowrap!important}
.alspe-order-review-wrap table tfoot th,.alspe-order-review-wrap table tfoot td{border-top:1px solid #edf2f6!important;padding-top:9px!important}
.alspe-order-review-wrap table tfoot th{color:#607c91!important;font-weight:700!important}
.alspe-order-review-wrap .order-total th,.alspe-order-review-wrap .order-total td{padding-top:12px!important;font-size:13px!important;color:var(--als-c-ink)!important;font-weight:950!important}
.alspe-order-review-wrap .woocommerce-shipping-totals{display:none!important}

.alspe-checkout-coupon{margin:10px 0 0;padding-top:10px;border-top:1px dashed #dce7ef}
.alspe-checkout-coupon-toggle{padding:0;border:0;background:none;color:var(--als-c-blue);font-size:10.5px;font-weight:900;cursor:pointer}
.alspe-checkout-coupon-form{display:none;grid-template-columns:1fr 68px;margin-top:9px;border:1px solid #dce8f0;border-radius:11px;overflow:hidden}
.alspe-checkout-coupon.is-open .alspe-checkout-coupon-form{display:grid}
.alspe-checkout-coupon-form input{height:42px;padding:0 10px;border:0!important;background:#fbfdff!important;font-size:11px!important;outline:none!important}
.alspe-checkout-coupon-form button{border:0;background:#fff;color:var(--als-c-blue);font-size:10px;font-weight:900;cursor:pointer}

.alspe-summary-assurance{display:flex;align-items:center;gap:9px;margin:11px 0;padding:10px;border:1px solid #d4e8cf;border-radius:11px;background:#f7fff3}
.alspe-summary-assurance>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eaf8dd;color:#518e17;font-weight:900}
.alspe-summary-assurance>div{display:flex;flex-direction:column;gap:2px}.alspe-summary-assurance strong{font-size:9.5px}.alspe-summary-assurance small{font-size:8.5px;color:#6f8d6a}
.alspe-side-continue{margin-top:8px!important}
.alspe-mini-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:10px}
.alspe-mini-trust>div{display:flex;flex-direction:column;align-items:center;gap:5px;padding:7px 2px;border-left:1px solid #e7eef3}.alspe-mini-trust>div:last-child{border-left:0}
.alspe-mini-trust b{color:var(--als-c-blue);font-size:15px}.alspe-mini-trust span{font-size:8.5px;color:#657f92}

.alspe-checkout-bottom-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:18px;padding:15px;border:1px solid #dbe8f1;border-radius:17px;background:rgba(255,255,255,.8)}
.alspe-checkout-bottom-strip>div{display:flex;align-items:center;gap:10px;padding:0 17px;border-left:1px solid #e3edf4}
.alspe-checkout-bottom-strip>div:last-child{border-left:0}
.alspe-checkout-bottom-strip b{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eaf5fd;color:var(--als-c-blue);font-size:16px}
.alspe-checkout-bottom-strip p{display:flex;flex-direction:column;gap:2px;margin:0}
.alspe-checkout-bottom-strip strong{font-size:10px}.alspe-checkout-bottom-strip small{font-size:8.5px;color:#7b91a2}

/* notices */
body.alspe-commerce-flow .woocommerce-NoticeGroup,
body.alspe-commerce-flow .woocommerce-error,
body.alspe-commerce-flow .woocommerce-message,
body.alspe-commerce-flow .woocommerce-info{max-width:1400px;margin:0 auto 14px!important}
body.alspe-commerce-flow .woocommerce-error,
body.alspe-commerce-flow .woocommerce-message,
body.alspe-commerce-flow .woocommerce-info{
  padding:13px 44px 13px 16px!important;border:1px solid #d7e7f2!important;border-top:1px solid #d7e7f2!important;border-radius:13px!important;
  background:#fff!important;color:#35566e!important;box-shadow:0 9px 26px rgba(8,67,109,.05)!important;font-size:11px!important;line-height:1.8!important
}
body.alspe-commerce-flow .woocommerce-error{border-color:#efcfcf!important;background:#fffafa!important;color:#8f4343!important}
body.alspe-commerce-flow .woocommerce-error:before,
body.alspe-commerce-flow .woocommerce-message:before,
body.alspe-commerce-flow .woocommerce-info:before{top:13px!important;color:var(--als-c-blue)!important}

/* toast */
.alspe-commerce-toast{position:fixed;left:50%;bottom:24px;z-index:999999;display:flex;align-items:center;justify-content:center;max-width:min(460px,calc(100vw - 24px));padding:12px 15px;border:1px solid #cfe5d0;border-radius:13px;background:#f4fff2;color:#39743c;box-shadow:0 15px 40px rgba(10,70,110,.18);font-size:11px;font-weight:850;opacity:0;transform:translate(-50%,10px);transition:.22s}.alspe-commerce-toast:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:0 0 13px 13px;background:linear-gradient(90deg,#b6e214 0%,#0f94ff 100%);transform-origin:right center;animation:alspeNoticeCountdown 2.8s linear forwards}.alspe-commerce-toast.is-show{opacity:1;transform:translate(-50%,0)}.alspe-commerce-toast.is-error{border-color:#f0caca;background:#fff7f7;color:#a14545}

@media(max-width:1180px){
  .alspe-commerce{width:min(1120px,calc(100vw - 32px))}
  .alspe-cart-layout,.alspe-checkout-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px}
  .alspe-cart-column-head,.alspe-cart-item{grid-template-columns:minmax(290px,1fr) 110px 126px 116px;gap:12px}
  .alspe-recommend-grid{grid-template-columns:1fr}
  .alspe-checkout-bottom-strip{grid-template-columns:repeat(2,1fr);gap:12px}
  .alspe-checkout-bottom-strip>div{border-left:0}
}

@media(max-width:860px){
  .alspe-commerce{width:calc(100vw - 20px);padding-top:22px}
  .alspe-flow-steps{gap:7px;padding:0 3px;margin-bottom:18px}.alspe-flow-steps>i{min-width:8px}.alspe-flow-step{min-width:48px}.alspe-flow-step>span{width:36px;height:36px}.alspe-flow-step b{font-size:9px}
  .alspe-cart-layout,.alspe-checkout-layout{grid-template-columns:1fr}
  .alspe-cart-side,.alspe-checkout-side{position:static;order:2}
  .alspe-cart-column-head{display:none}
  .alspe-cart-item{grid-template-columns:1fr 1fr;gap:12px}.alspe-cart-product{grid-column:1/-1}.alspe-cart-price:before{content:"قیمت: ";color:#8396a6;font-weight:500}.alspe-cart-subtotal:before{content:"جمع: ";color:#8396a6;font-weight:500}.alspe-cart-qty{justify-self:end}
  .alspe-address-cards,.alspe-fields-grid{grid-template-columns:1fr}.alspe-fields-grid .form-row-wide{grid-column:auto}
  .alspe-slot-grid{grid-template-columns:repeat(2,1fr)}
  .alspe-step-actions{align-items:stretch;flex-direction:column}.alspe-primary-small{width:100%}.alspe-checkout-save-state>b{display:none}
}

@media(max-width:560px){
  .alspe-commerce{width:calc(100vw - 14px);padding-bottom:34px}
  .alspe-flow-step b{display:none}.alspe-flow-step{min-width:34px}
  .alspe-cart-savebar{padding:10px;align-items:stretch}.alspe-cart-savebar>div{align-items:flex-start}.alspe-cart-savebar small{display:none}.alspe-cart-savebar strong{font-size:11px}.alspe-ghost-button{font-size:9px}
  .alspe-cart-items-panel{padding:12px}.alspe-cart-item{padding:11px}.alspe-cart-thumb{flex-basis:82px;width:82px;height:82px}.alspe-cart-thumb img{max-width:70px;max-height:70px}
  .alspe-summary-card,.alspe-checkout-summary{padding:14px}
  .alspe-step-head{grid-template-columns:36px minmax(0,1fr) auto;min-height:66px;padding:10px}.alspe-step-head>em{display:none}.alspe-step-head>b{display:none}.alspe-step-head strong{font-size:13px}.alspe-step-head small{font-size:9px}
  .alspe-step-body{padding:2px 12px 12px}.alspe-fields-grid input,.alspe-fields-grid select,.alspe-fields-grid .select2-selection,.alspe-fields-grid textarea{font-size:12px!important}
  .alspe-checkout-bottom-strip{grid-template-columns:1fr}.alspe-checkout-bottom-strip>div{padding:8px 4px}
}
.alspe-visible-shipping-total th small{display:block;margin-top:2px;color:#8a9cab;font-size:8px;font-weight:500}
.alspe-shipping-pending{color:#8397a6;font-size:9px}

/* ================================================================
   v0.46.3 — single-stage checkout wizard
   One task at a time. Progress is navigation, not an accordion.
   ================================================================ */
.alspe-checkout-shell{padding-top:34px}
.alspe-checkout-shell .alspe-checkout-progress{margin-bottom:26px}
.alspe-checkout-progress .alspe-flow-step{
  appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;text-decoration:none!important;
  cursor:pointer;font:inherit;transition:color .18s ease,opacity .18s ease,transform .18s ease
}
.alspe-checkout-progress .alspe-flow-step:hover:not(.is-locked){transform:translateY(-1px)}
.alspe-checkout-progress .alspe-flow-step.is-locked{opacity:.52;cursor:not-allowed}
.alspe-checkout-progress .alspe-flow-step.is-locked>span{background:#f8fbfd;border-color:#dbe7ef;color:#a8b7c2;box-shadow:none}
.alspe-checkout-progress .alspe-flow-step.is-locked b{color:#9aabba}
.alspe-checkout-progress .alspe-cart-progress-link{color:#5e990d}

.alspe-checkout-layout{grid-template-columns:minmax(0,1fr) 350px;gap:24px}
.alspe-checkout-main{gap:0}
.alspe-checkout-stage[hidden]{display:none!important}
.alspe-checkout-stage{
  display:block;border:1px solid #d5e5f0;border-radius:22px;background:#fff;box-shadow:0 16px 46px rgba(18,72,109,.065);overflow:hidden;
  animation:alspeStageIn .2s ease both
}
@keyframes alspeStageIn{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.alspe-stage-header{
  display:flex;align-items:flex-start;gap:15px;padding:22px 24px 20px;border-bottom:1px solid #e7eff5;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)
}
.alspe-stage-number{
  display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#0c70c1,#07538f);
  color:#fff;font-size:15px;font-weight:950;box-shadow:0 10px 22px rgba(11,103,178,.18)
}
.alspe-stage-header>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.alspe-stage-header small{color:var(--als-c-blue);font-size:10px;font-weight:900}
.alspe-stage-header h2{margin:0;color:var(--als-c-ink);font-size:21px;line-height:1.45;font-weight:950}
.alspe-stage-header p{margin:2px 0 0;color:#7c91a2;font-size:11px;line-height:1.8}
.alspe-stage-content{padding:2px 24px 24px}
.alspe-stage-content .alspe-fields-grid{padding-top:20px}
.alspe-stage-content .alspe-address-book-head{padding-top:20px}
.alspe-stage-footer{
  display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 24px;border-top:1px solid #e7eff5;background:#fbfdff
}
.alspe-stage-helper{display:flex;align-items:center;gap:10px;min-width:0}
.alspe-stage-helper>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#eef7fd;color:var(--als-c-blue);font-size:13px;font-weight:950}
.alspe-stage-helper p{display:flex;flex-direction:column;gap:1px;margin:0;min-width:0}
.alspe-stage-helper strong{color:#3d5e75;font-size:10px;font-weight:900}
.alspe-stage-helper small{color:#8295a4;font-size:9px;line-height:1.7}
.alspe-stage-buttons{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.alspe-secondary-stage-btn,.alspe-stage-next{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:12px;font-size:11px;font-weight:950;
  cursor:pointer;text-decoration:none!important;white-space:nowrap;transition:.18s
}
.alspe-secondary-stage-btn{border:1px solid #cbdfea;background:#fff;color:#5e778a!important}
.alspe-secondary-stage-btn:hover{border-color:#a9cadf;background:#f7fbff;color:var(--als-c-blue)!important}
.alspe-stage-next{min-width:190px;border:1px solid #0a62a9;background:linear-gradient(135deg,#0b70c2,#075b9d);color:#fff;box-shadow:0 10px 24px rgba(11,103,178,.16)}
.alspe-stage-next:hover{filter:brightness(1.035);transform:translateY(-1px)}
.alspe-stage-next:disabled,.alspe-stage-next.is-disabled{opacity:.55;cursor:not-allowed;transform:none}
.alspe-stage-next>span{font-size:17px;line-height:1}
.alspe-stage-footer-final .alspe-stage-next{min-width:220px;background:linear-gradient(135deg,#0a69b5,#064b84)}

/* Checkout fields are intentionally roomy in the one-stage view. */
.alspe-checkout-stage .alspe-fields-grid{gap:15px 16px}
.alspe-checkout-stage .alspe-fields-grid label{margin-bottom:7px!important;font-size:11.5px!important}
.alspe-checkout-stage .alspe-fields-grid input,
.alspe-checkout-stage .alspe-fields-grid select,
.alspe-checkout-stage .alspe-fields-grid .select2-selection,
.alspe-checkout-stage .alspe-fields-grid textarea{min-height:52px!important;border-radius:12px!important;font-size:12.5px!important}
.alspe-checkout-stage .alspe-fields-grid .select2-selection__rendered{line-height:50px!important}
.alspe-checkout-stage .alspe-fields-grid .select2-selection__arrow{height:50px!important}

.alspe-checkout-stage .alspe-address-cards{margin:12px 0 4px;gap:12px}
.alspe-checkout-stage .alspe-address-card{min-height:92px;padding:14px;border-radius:15px}
.alspe-checkout-stage .alspe-address-card strong{font-size:12px}
.alspe-checkout-stage .alspe-address-card small{font-size:10px}
.alspe-checkout-stage .alspe-address-card.is-selected{border-color:#4c9bd3;background:#f5fbff;box-shadow:0 0 0 3px rgba(11,103,178,.055)}

.alspe-checkout-stage .alspe-shipping-mirror{padding-top:20px;gap:12px}
.alspe-checkout-stage .alspe-shipping-choice{min-height:76px;padding:15px;border-radius:15px}
.alspe-checkout-stage .alspe-shipping-choice strong{font-size:13px}
.alspe-checkout-stage .alspe-shipping-choice small{font-size:10px}
.alspe-checkout-stage .alspe-slot-block{margin-top:16px;padding:16px;border-radius:15px}
.alspe-checkout-stage .alspe-slot-grid span{min-height:44px;font-size:10.5px}

.alspe-checkout-stage #payment{margin-top:16px!important;border-radius:16px!important}
.alspe-checkout-stage #payment ul.payment_methods{padding:13px!important}
.alspe-checkout-stage #payment ul.payment_methods li{padding:14px!important;border-radius:13px!important}
.alspe-checkout-stage #payment ul.payment_methods li>label{font-size:12.5px!important}
.alspe-checkout-stage #payment #place_order{
  position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;min-height:1px!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important
}

/* The site footer already carries trust/support messaging; keep checkout focused. */
.alspe-checkout-bottom-strip{display:none!important}
.alspe-checkout-side>.alspe-mini-trust,.alspe-checkout-side>.alspe-help-card{display:none!important}
.alspe-checkout-summary{padding:18px}
.alspe-checkout-summary .alspe-summary-assurance{margin-bottom:0}

@media(max-width:1180px){
  .alspe-checkout-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px}
  .alspe-stage-header,.alspe-stage-content,.alspe-stage-footer{padding-left:18px;padding-right:18px}
}
@media(max-width:860px){
  .alspe-checkout-shell{padding-top:22px}
  .alspe-checkout-layout{grid-template-columns:1fr}
  .alspe-checkout-side{position:static;order:2}
  .alspe-stage-footer{align-items:stretch;flex-direction:column}
  .alspe-stage-buttons{width:100%}
  .alspe-secondary-stage-btn,.alspe-stage-next{flex:1}
}
@media(max-width:560px){
  .alspe-stage-header{padding:17px 14px 15px;gap:11px}
  .alspe-stage-number{width:40px;height:40px;flex-basis:40px;border-radius:12px}
  .alspe-stage-header h2{font-size:17px}.alspe-stage-header p{font-size:9.5px}
  .alspe-stage-content{padding:0 14px 18px}
  .alspe-stage-footer{padding:14px}
  .alspe-stage-helper{display:none}
  .alspe-stage-buttons{display:grid;grid-template-columns:1fr 1.45fr}
  .alspe-secondary-stage-btn,.alspe-stage-next{min-width:0;width:100%;padding:0 10px;font-size:10px}
}


/* ================================================================
   v0.46.4 — gated bottom navigation + curated carrier choices
   ================================================================ */
.alspe-checkout-stage{display:flex;flex-direction:column;min-height:420px}
.alspe-checkout-stage[hidden]{display:none!important}
.alspe-stage-content{flex:1}
.alspe-stage-footer{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;min-height:82px;padding:16px 24px!important;
  border-top:1px solid #e5eef4!important;background:#fbfdff!important
}
.alspe-stage-buttons{display:flex!important;align-items:center!important;gap:10px!important;margin-right:auto!important;margin-left:0!important}
.alspe-stage-next,.alspe-secondary-stage-btn{min-height:48px!important}
.alspe-stage-next{min-width:170px!important}
.alspe-stage-next:disabled,.alspe-stage-next.is-disabled{
  background:#e9f0f5!important;border-color:#d7e2ea!important;color:#99aab7!important;box-shadow:none!important;opacity:1!important;cursor:not-allowed!important
}
.alspe-stage-next:not(:disabled):not(.is-disabled){box-shadow:0 10px 24px rgba(11,103,178,.16)!important}
.alspe-checkout-progress .alspe-flow-step.is-locked{pointer-events:none!important}
.alspe-checkout-progress .alspe-flow-step.is-done{cursor:pointer!important}
.alspe-checkout-progress .alspe-flow-step.is-done:hover{transform:translateY(-2px)}

.alspe-checkout-stage .alspe-shipping-mirror{padding-top:22px;display:grid;gap:12px}
.alspe-checkout-stage .alspe-shipping-choice{
  grid-template-columns:24px 42px minmax(0,1fr) minmax(135px,auto)!important;min-height:88px!important;padding:15px 16px!important
}
.alspe-shipping-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.alspe-shipping-copy strong{font-size:13px!important;color:#173f5b}
.alspe-shipping-copy small{font-size:10.5px!important;color:#718a9d!important}
.alspe-shipping-price{display:flex;flex-direction:column;align-items:flex-start;gap:3px;white-space:nowrap}
.alspe-shipping-price b{font-size:11px;color:#173f5b}
.alspe-shipping-price small{font-size:8.5px;color:#8a9daa}
.alspe-shipping-collect{color:#6d920d;font-weight:900}

@media(max-width:860px){
  .alspe-checkout-stage{min-height:0}
  .alspe-stage-footer{min-height:auto;padding:14px!important}
  .alspe-stage-buttons{width:100%!important;margin:0!important}
  .alspe-stage-buttons>*{flex:1}
  .alspe-checkout-stage .alspe-shipping-choice{grid-template-columns:22px 36px minmax(0,1fr)!important}
  .alspe-shipping-price{grid-column:3;align-items:flex-start}
}

/* ========================================================================== */
/* 0.47.0 — Payment result / thank-you experience                            */
/* ========================================================================== */
body.alspe-order-result-experience .woocommerce-order-overview,
body.alspe-order-result-experience .woocommerce-thankyou-order-received,
body.alspe-order-result-experience .woocommerce-thankyou-order-failed-actions{display:none!important}

.alspe-order-result-shell{padding-top:34px;padding-bottom:56px}
.alspe-result-progress{margin-bottom:24px}
.alspe-flow-step.is-failed{color:#cc4d4d}
.alspe-flow-step.is-failed>span{background:#fff2f2;border-color:#efbcbc;color:#c64040;box-shadow:0 9px 22px rgba(180,54,54,.09)}

.alspe-result-hero{
  display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:22px;
  min-height:174px;padding:28px 30px;border:1px solid #cfe6d0;border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#f5fff1 100%);box-shadow:var(--als-c-shadow);overflow:hidden;position:relative
}
.alspe-result-hero:after{content:"";position:absolute;left:-70px;top:-90px;width:230px;height:230px;border-radius:50%;background:rgba(125,190,64,.055);pointer-events:none}
.alspe-result-hero.is-failed{border-color:#efd0d0;background:linear-gradient(135deg,#fff 0%,#fff5f5 100%)}
.alspe-result-hero.is-failed:after{background:rgba(203,65,65,.045)}
.alspe-result-hero.is-review{border-color:#e7dda9;background:linear-gradient(135deg,#fff 0%,#fffdf2 100%)}
.alspe-result-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:#e9f8df;color:#4e9c35;font-size:34px;font-weight:950;box-shadow:inset 0 0 0 1px #d1eabc}
.alspe-result-hero.is-failed .alspe-result-icon{background:#fff0f0;color:#c74a4a;box-shadow:inset 0 0 0 1px #f1c8c8}
.alspe-result-hero.is-review .alspe-result-icon{background:#fff8d9;color:#a67a11;box-shadow:inset 0 0 0 1px #eadca2}
.alspe-result-copy{display:flex;flex-direction:column;gap:6px;min-width:0}
.alspe-result-copy small{color:#55903b;font-size:11px;font-weight:950}
.alspe-result-hero.is-failed .alspe-result-copy small{color:#bd4c4c}
.alspe-result-hero.is-review .alspe-result-copy small{color:#9b791e}
.alspe-result-copy h1{margin:0;color:var(--als-c-ink);font-size:26px;line-height:1.45;font-weight:950}
.alspe-result-copy p{max-width:760px;margin:0;color:#6f8799;font-size:12px;line-height:2}
.alspe-result-order-badge{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:158px;padding:14px 16px;border:1px solid rgba(133,169,194,.28);border-radius:16px;background:rgba(255,255,255,.78);position:relative;z-index:1}
.alspe-result-order-badge small{color:#8196a6;font-size:9.5px;font-weight:850}
.alspe-result-order-badge strong{direction:ltr;color:var(--als-c-ink);font-size:18px;font-weight:950;letter-spacing:.2px}

.alspe-result-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start;margin-top:20px}
.alspe-result-main,.alspe-result-side{display:flex;flex-direction:column;gap:16px;min-width:0}
.alspe-result-side{position:sticky;top:132px}
body.admin-bar.alspe-order-result-experience .alspe-result-side{top:164px}
.alspe-result-card{border:1px solid var(--als-c-line);border-radius:20px;background:#fff;box-shadow:var(--als-c-shadow-soft)}
.alspe-result-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 20px;border-bottom:1px solid #eaf1f6}
.alspe-result-card>header>div{display:flex;flex-direction:column;gap:3px}
.alspe-result-card>header small{color:#8094a4;font-size:9.5px;font-weight:800}
.alspe-result-card>header h2{margin:0;color:var(--als-c-ink);font-size:17px;line-height:1.45;font-weight:950}
.alspe-result-card>header>span{padding:6px 10px;border-radius:999px;background:#eff8e9;color:#4d902f;font-size:9.5px;font-weight:900}
.is-failed .alspe-result-card>header>span{background:#fff0f0;color:#bd4a4a}
.is-review .alspe-result-card>header>span{background:#fff8dc;color:#9b7418}

.alspe-result-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:6px 20px 18px}
.alspe-result-facts-grid>div{display:flex;flex-direction:column;gap:5px;min-height:82px;padding:17px 14px;border-bottom:1px dashed #e1ebf2}
.alspe-result-facts-grid>div:nth-last-child(-n+3){border-bottom:0}
.alspe-result-facts-grid small{color:#8397a7;font-size:9.5px;font-weight:800}
.alspe-result-facts-grid strong{color:#173e5a;font-size:12px;line-height:1.7;font-weight:950;overflow-wrap:anywhere}
.alspe-ltr-value{direction:ltr;text-align:right;unicode-bidi:plaintext}

.alspe-result-item-list{display:flex;flex-direction:column;padding:8px 20px 16px}
.alspe-result-item{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid #edf2f6}
.alspe-result-item:last-child{border-bottom:0}
.alspe-result-item-thumb{display:grid;place-items:center;width:64px;height:64px;border-radius:13px;background:#f7fafc;overflow:hidden}
.alspe-result-item-thumb img{max-width:55px;max-height:55px;width:auto!important;height:auto!important;object-fit:contain}
.alspe-result-item-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.alspe-result-item-copy strong{color:var(--als-c-ink);font-size:11.5px;line-height:1.8;font-weight:900}
.alspe-result-item-copy small{color:#8195a5;font-size:9.5px}
.alspe-result-item>b{color:#143d5b;font-size:11px;font-weight:950;white-space:nowrap}

.alspe-result-next,.alspe-result-support{padding:20px}
.alspe-result-next{display:flex;flex-direction:column;align-items:stretch;gap:10px;text-align:right}
.alspe-result-mini-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#edf8e7;color:#4c9232;font-size:19px;font-weight:950}
.is-failed .alspe-result-mini-icon{background:#fff1f1;color:#c44d4d}
.is-review .alspe-result-mini-icon{background:#fff8dd;color:#9a741c}
.alspe-result-next h3{margin:3px 0 0;color:var(--als-c-ink);font-size:16px;font-weight:950}
.alspe-result-next p{margin:0 0 3px;color:#72899a;font-size:10.5px;line-height:2}
.alspe-result-primary,.alspe-result-secondary{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 15px;border-radius:12px;font-size:11px;font-weight:950;text-decoration:none!important;transition:.2s}
.alspe-result-primary{border:1px solid #0b67b2;background:linear-gradient(135deg,#0b70c2,#085394);color:#fff!important;box-shadow:0 10px 20px rgba(9,93,165,.15)}
.alspe-result-primary:hover{filter:brightness(1.04)}
.alspe-result-secondary{border:1px solid #ccdeea;background:#fff;color:var(--als-c-blue)!important}
.alspe-result-tertiary{align-self:center;padding:4px 8px;color:#778d9d!important;font-size:9.5px;font-weight:800;text-decoration:none!important}
.alspe-result-tertiary:hover{color:var(--als-c-blue)!important;text-decoration:underline!important}
.alspe-result-support>div{display:flex;align-items:center;gap:9px;margin-bottom:6px}
.alspe-result-support>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#edf7ff;color:var(--als-c-blue)}
.alspe-result-support strong{font-size:12px;font-weight:950}
.alspe-result-support p{margin:0 0 10px;color:#768d9e;font-size:9.5px;line-height:1.9}
.alspe-result-support>a{display:inline-flex;direction:ltr;color:var(--als-c-blue)!important;font-size:12px;font-weight:950;text-decoration:none!important}

.alspe-result-trustbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:16px;border:1px solid var(--als-c-line);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:var(--als-c-shadow-soft);overflow:hidden}
.alspe-result-trustbar>div{display:flex;align-items:center;gap:11px;min-height:82px;padding:14px 18px;border-left:1px solid #e7eff4}
.alspe-result-trustbar>div:last-child{border-left:0}
.alspe-result-trustbar>div>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#edf7ff;color:var(--als-c-blue);font-weight:950}
.alspe-result-trustbar p{display:flex;flex-direction:column;gap:2px;margin:0}
.alspe-result-trustbar strong{color:#193f5b;font-size:10.5px;font-weight:950}
.alspe-result-trustbar small{color:#8296a6;font-size:8.8px;line-height:1.7}
.alspe-result-actions.is-centered{display:flex;justify-content:center;gap:10px;max-width:620px;margin:18px auto 0}
.alspe-result-actions.is-centered>a{min-width:210px}
.alspe-thankyou-hooks{margin-top:16px}

@media (max-width:1100px){
  .alspe-result-layout{grid-template-columns:minmax(0,1fr) 300px}
  .alspe-result-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .alspe-result-facts-grid>div:nth-last-child(-n+3){border-bottom:1px dashed #e1ebf2}
  .alspe-result-facts-grid>div:nth-last-child(-n+2){border-bottom:0}
}
@media (max-width:820px){
  .alspe-order-result-shell{width:min(100% - 28px,1400px);padding-top:22px}
  .alspe-result-progress{overflow-x:auto;justify-content:flex-start;padding:0 2px 8px}
  .alspe-result-hero{grid-template-columns:58px minmax(0,1fr);gap:14px;padding:20px}
  .alspe-result-icon{width:56px;height:56px;border-radius:17px;font-size:27px}
  .alspe-result-copy h1{font-size:20px}
  .alspe-result-order-badge{grid-column:1/-1;width:100%;min-width:0;flex-direction:row;align-items:center;justify-content:space-between}
  .alspe-result-layout{grid-template-columns:1fr}
  .alspe-result-side{position:static}
  .alspe-result-facts-grid{grid-template-columns:1fr 1fr}
  .alspe-result-trustbar{grid-template-columns:1fr}
  .alspe-result-trustbar>div{border-left:0;border-bottom:1px solid #e7eff4}
  .alspe-result-trustbar>div:last-child{border-bottom:0}
}
@media (max-width:520px){
  .alspe-result-hero{grid-template-columns:1fr;text-align:center}
  .alspe-result-icon{margin:0 auto}
  .alspe-result-copy p{font-size:10.5px}
  .alspe-result-order-badge{flex-direction:column;align-items:center}
  .alspe-result-facts-grid{grid-template-columns:1fr}
  .alspe-result-facts-grid>div{min-height:68px;border-bottom:1px dashed #e1ebf2!important}
  .alspe-result-facts-grid>div:last-child{border-bottom:0!important}
  .alspe-result-item{grid-template-columns:58px minmax(0,1fr)}
  .alspe-result-item-thumb{width:54px;height:54px}
  .alspe-result-item>b{grid-column:2;margin-top:2px}
  .alspe-result-actions.is-centered{flex-direction:column}.alspe-result-actions.is-centered>a{min-width:0;width:100%}
}


/* ========================================================================== */
/* 0.47.1 — mobile wizard resilience + dedicated payment-result route          */
/* ========================================================================== */
body.alspe-checkout-experience,
body.alspe-order-result-experience{overflow-x:hidden}
.alspe-stage-next.is-disabled:hover{filter:none!important;transform:none!important}

@media(max-width:860px){
  .alspe-checkout-shell{width:calc(100vw - 12px)!important;padding-top:16px!important}
  .alspe-checkout-progress{width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding-bottom:6px!important}
  .alspe-checkout-progress::-webkit-scrollbar{display:none}
  .alspe-checkout-progress .alspe-flow-step{flex:0 0 auto}
  .alspe-checkout-stage{border-radius:16px!important;overflow:visible!important}
  .alspe-stage-header{position:relative;z-index:2}
  .alspe-stage-content{min-width:0}
  .alspe-stage-content .form-row,
  .alspe-stage-content input,
  .alspe-stage-content select,
  .alspe-stage-content textarea,
  .alspe-stage-content .select2-container{max-width:100%!important;min-width:0!important}
  .alspe-stage-footer{
    position:sticky!important;bottom:0!important;z-index:25!important;
    box-shadow:0 -12px 28px rgba(21,74,111,.08)!important;
    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    background:rgba(251,253,255,.96)!important
  }
  .alspe-stage-buttons{display:flex!important;gap:8px!important}
  .alspe-stage-buttons>*{min-width:0!important;width:auto!important;flex:1 1 0!important}
  .alspe-stage-next,.alspe-secondary-stage-btn{min-height:50px!important;font-size:11px!important}
  .alspe-checkout-side{margin-top:14px}
  .alspe-checkout-summary{border-radius:16px!important}
}

@media(max-width:520px){
  .alspe-commerce.alspe-checkout-shell{width:calc(100vw - 8px)!important}
  .alspe-flow-steps{gap:4px!important;padding-inline:2px!important}
  .alspe-flow-steps>i{min-width:12px!important}
  .alspe-checkout-progress .alspe-flow-step>span{width:34px!important;height:34px!important}
  .alspe-stage-header{padding:14px 12px!important}
  .alspe-stage-header h2{font-size:16px!important}
  .alspe-stage-header p{font-size:9px!important;line-height:1.8!important}
  .alspe-stage-content{padding:0 12px 16px!important}
  .alspe-stage-footer{padding:10px 12px!important}
  .alspe-stage-buttons{gap:7px!important}
  .alspe-stage-next,.alspe-secondary-stage-btn{padding:0 8px!important;font-size:10.5px!important}
  .alspe-checkout-stage .alspe-shipping-choice{
    grid-template-columns:22px minmax(0,1fr)!important;gap:8px 10px!important;padding:13px!important
  }
  .alspe-checkout-stage .alspe-shipping-icon{grid-column:1;grid-row:1/3}
  .alspe-checkout-stage .alspe-shipping-copy{grid-column:2}
  .alspe-checkout-stage .alspe-shipping-price{grid-column:2!important;white-space:normal!important}
  .alspe-checkout-stage #payment ul.payment_methods li{padding:11px!important}
  .alspe-checkout-stage #payment ul.payment_methods li img{max-width:42%!important;height:auto!important}
}


/* ALS 0.47.5 — animated remove-to-trash */
.alspe-trash-dock{position:fixed;left:22px;bottom:24px;z-index:2147482600;display:flex;align-items:center;gap:9px;padding:9px 12px 9px 9px;border:1px solid #f0d6d6;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 48px rgba(74,23,23,.18);color:#8d3f3f;direction:rtl;opacity:0;visibility:hidden;transform:translateY(14px) scale(.96);transition:.24s ease}.alspe-trash-dock.is-visible{opacity:1;visibility:visible;transform:none}.alspe-trash-dock__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff0f0;color:#bf4c4c}.alspe-trash-dock__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.alspe-trash-dock>span:last-child{display:flex;flex-direction:column;gap:1px}.alspe-trash-dock strong{font-size:11px}.alspe-trash-dock small{font-size:8px;color:#9a7474}.alspe-trash-dock.is-hit .alspe-trash-dock__icon{animation:alspeTrashHit .55s ease}.alspe-trash-flyer{position:fixed;top:0;left:0;z-index:2147483000;display:grid;place-items:center;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(44,23,23,.22);pointer-events:none;overflow:hidden;will-change:transform,opacity}.alspe-trash-flyer img{width:90%;height:90%;object-fit:contain}.alspe-cart-item.is-removing{opacity:.25;transform:scale(.985);transition:opacity .22s ease,transform .22s ease}@keyframes alspeTrashHit{0%,100%{transform:rotate(0) scale(1)}35%{transform:rotate(-10deg) scale(1.08)}70%{transform:rotate(8deg) scale(.96)}}@media(max-width:768px){.alspe-trash-dock{left:10px;bottom:max(76px,calc(env(safe-area-inset-bottom) + 66px))}}@media(prefers-reduced-motion:reduce){.alspe-trash-dock,.alspe-trash-flyer,.alspe-cart-item.is-removing{animation:none!important;transition:none!important}}


/* ALS 0.47.6 — slower crumple-to-trash and a real empty-cart state. */
.alspe-trash-dock{left:22px;bottom:24px;gap:10px;padding:9px 12px 9px 9px;min-width:168px;transition:opacity .25s ease,visibility .25s ease,transform .32s cubic-bezier(.2,.8,.2,1)}
.alspe-trash-dock__icon{position:relative;display:block;width:48px;height:50px;border-radius:14px;background:#fff4f4;overflow:visible;perspective:400px}
.alspe-trash-lid{position:absolute;z-index:3;left:8px;top:10px;width:32px;height:7px;border-radius:5px 5px 2px 2px;background:#be4b4b;transform-origin:5px 6px;transition:transform .28s cubic-bezier(.2,.82,.2,1)}
.alspe-trash-lid:before{content:"";position:absolute;left:11px;top:-5px;width:10px;height:5px;border:2px solid #be4b4b;border-bottom:0;border-radius:5px 5px 0 0}
.alspe-trash-lid i{display:none}
.alspe-trash-bin{position:absolute;z-index:2;left:10px;top:18px;width:28px;height:25px;border-radius:3px 3px 8px 8px;background:linear-gradient(180deg,#d25a5a,#ae4040);box-shadow:inset 0 -5px 9px rgba(98,25,25,.14)}
.alspe-trash-bin i{position:absolute;top:5px;bottom:5px;width:2px;border-radius:2px;background:rgba(255,255,255,.45)}.alspe-trash-bin i:nth-child(1){left:7px}.alspe-trash-bin i:nth-child(2){left:13px}.alspe-trash-bin i:nth-child(3){left:19px}
.alspe-trash-dock.is-open .alspe-trash-lid{transform:translate(-3px,-5px) rotate(-42deg)}
.alspe-trash-dock.is-dropping .alspe-trash-bin{animation:alspeTrashBinDrop .48s ease}.alspe-trash-dock.is-hit .alspe-trash-dock__icon{animation:alspeTrashCanImpact .62s ease}
.alspe-trash-dock__copy{display:flex;flex-direction:column;gap:1px}.alspe-trash-dock__copy strong{font-size:10.5px}.alspe-trash-dock__copy small{font-size:7.8px;color:#9a7474}
.alspe-trash-flyer{border-radius:18px;transform-origin:center;will-change:transform,opacity,filter,border-radius}.alspe-trash-flyer img{width:92%;height:92%;object-fit:contain}
@keyframes alspeTrashCanImpact{0%,100%{transform:translateY(0) rotate(0)}30%{transform:translateY(2px) rotate(-5deg)}58%{transform:translateY(-1px) rotate(4deg)}80%{transform:rotate(-2deg)}}
@keyframes alspeTrashBinDrop{0%,100%{transform:scale(1)}46%{transform:scale(.92,.88)}70%{transform:scale(1.04,.96)}}

.alspe-commerce--empty{padding-top:54px;padding-bottom:70px}
.alspe-empty-cart-hero{position:relative;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:center;gap:34px;min-height:410px;padding:42px 54px;border:1px solid #d6e7f2;border-radius:30px;background:radial-gradient(circle at 12% 22%,rgba(183,229,20,.13),transparent 27%),linear-gradient(135deg,#f7fbff 0%,#fff 58%,#f1f8fd 100%);box-shadow:0 25px 70px rgba(5,61,101,.09);overflow:hidden}
.alspe-empty-cart-visual{position:relative;display:grid;place-items:center;min-height:300px}.alspe-empty-cart-orbit{position:absolute;border:1px dashed rgba(12,102,173,.22);border-radius:50%}.alspe-empty-cart-orbit.is-one{width:260px;height:260px}.alspe-empty-cart-orbit.is-two{width:190px;height:190px}.alspe-empty-cart-icon{position:relative;display:grid;place-items:center;width:132px;height:132px;border-radius:36px;background:linear-gradient(145deg,#07508a,#0d80c8);color:#fff;box-shadow:0 28px 56px rgba(6,86,145,.24);transform:rotate(-2deg)}.alspe-empty-cart-icon svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.alspe-empty-cart-icon i{position:absolute;right:-12px;top:-12px;display:grid;place-items:center;width:42px;height:42px;border:5px solid #f7fbff;border-radius:50%;background:#b8e514;color:#214700;font-style:normal;font-size:18px}.alspe-empty-cart-copy>span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eaf8d7;color:#518000;font-size:10px;font-weight:900}.alspe-empty-cart-copy h1{margin:14px 0 10px;color:#073e6c;font-size:34px;line-height:1.5}.alspe-empty-cart-copy p{max-width:660px;margin:0;color:#678095;font-size:13px;line-height:2}.alspe-empty-cart-actions{display:flex;align-items:center;gap:10px;margin-top:22px}.alspe-empty-cart-primary,.alspe-empty-cart-secondary{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:0 18px;border-radius:14px;text-decoration:none!important;font-size:11px;font-weight:900}.alspe-empty-cart-primary{background:linear-gradient(100deg,#075793,#0b80ca);color:#fff!important;box-shadow:0 12px 26px rgba(9,100,163,.18)}.alspe-empty-cart-primary b{font-size:17px}.alspe-empty-cart-secondary{border:1px solid #d2e3ef;background:#fff;color:#0a67ad!important}.alspe-empty-cart-promises{display:flex;flex-wrap:wrap;gap:9px 14px;margin-top:22px;color:#617b90;font-size:9.5px}.alspe-empty-cart-promises span:before{color:#7cac00}
.alspe-empty-cart-suggestions{margin-top:22px;padding:24px;border:1px solid #dce9f2;border-radius:24px;background:#fff}.alspe-empty-cart-suggestions>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}.alspe-empty-cart-suggestions>header div{display:flex;flex-direction:column;gap:2px}.alspe-empty-cart-suggestions>header span{color:#7a91a2;font-size:9px}.alspe-empty-cart-suggestions>header h2{margin:0;color:#0a3e69;font-size:18px}.alspe-empty-cart-suggestions>header>a{color:#0a6eb8;font-size:10px;font-weight:900;text-decoration:none}.alspe-empty-cart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.alspe-empty-cart-product{display:grid;grid-template-columns:76px minmax(0,1fr) 30px;align-items:center;gap:12px;min-height:94px;padding:9px;border:1px solid #e1ebf3;border-radius:17px;background:#fbfdff;color:inherit;text-decoration:none!important;transition:.2s ease}.alspe-empty-cart-product:hover{transform:translateY(-2px);border-color:#b9d7ea;box-shadow:0 12px 26px rgba(6,68,110,.07)}.alspe-empty-cart-product__image{display:grid;place-items:center;width:76px;height:76px;border-radius:13px;background:#fff;overflow:hidden}.alspe-empty-cart-product__image img{max-width:68px;max-height:68px;width:auto;height:auto;object-fit:contain}.alspe-empty-cart-product__copy{display:flex;min-width:0;flex-direction:column;gap:4px}.alspe-empty-cart-product__copy strong{font-size:10.5px;line-height:1.7;color:#103e63;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.alspe-empty-cart-product__copy small{font-size:9px;color:#0a69b0}.alspe-empty-cart-product>b{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#eaf5fd;color:#0b6eb9}
@media(max-width:900px){.alspe-empty-cart-hero{grid-template-columns:1fr;padding:30px;gap:8px;text-align:center}.alspe-empty-cart-visual{min-height:230px}.alspe-empty-cart-copy p{margin-inline:auto}.alspe-empty-cart-actions,.alspe-empty-cart-promises{justify-content:center}.alspe-empty-cart-grid{grid-template-columns:1fr}}
@media(max-width:600px){.alspe-commerce--empty{padding-top:24px}.alspe-empty-cart-hero{padding:24px 16px;border-radius:22px}.alspe-empty-cart-visual{min-height:190px}.alspe-empty-cart-orbit.is-one{width:190px;height:190px}.alspe-empty-cart-orbit.is-two{width:140px;height:140px}.alspe-empty-cart-icon{width:102px;height:102px;border-radius:28px}.alspe-empty-cart-icon svg{width:57px;height:57px}.alspe-empty-cart-icon i{width:34px;height:34px;right:-8px;top:-8px;border-width:4px}.alspe-empty-cart-copy h1{font-size:25px}.alspe-empty-cart-copy p{font-size:11px}.alspe-empty-cart-actions{display:grid;grid-template-columns:1fr;gap:8px}.alspe-empty-cart-primary,.alspe-empty-cart-secondary{width:100%}.alspe-empty-cart-promises{gap:7px 10px;font-size:8.7px}.alspe-empty-cart-suggestions{padding:14px;border-radius:19px}.alspe-empty-cart-suggestions>header{align-items:center}.alspe-empty-cart-suggestions>header h2{font-size:14px}.alspe-empty-cart-product{grid-template-columns:62px minmax(0,1fr) 28px;min-height:78px}.alspe-empty-cart-product__image{width:62px;height:62px}.alspe-empty-cart-product__image img{max-width:56px;max-height:56px}}
@media(max-width:768px){.alspe-trash-dock{left:10px;bottom:max(76px,calc(env(safe-area-inset-bottom) + 66px))}}


/* ALS Product Engine 0.47.8 — trash dock shares the same bottom row as the support bubble on mobile. */
@media(max-width:768px){
  body.alspe-commerce-flow .alspe-trash-dock{
    left:10px!important;bottom:max(14px,calc(env(safe-area-inset-bottom) + 10px))!important;
    min-width:150px!important;max-width:calc(100vw - 92px)!important;
    padding:7px 10px 7px 7px!important;border-radius:17px!important
  }
  body.alspe-commerce-flow .alspe-trash-dock__icon{width:45px!important;height:47px!important}
  body.alspe-commerce-flow .alspe-trash-dock__copy strong{font-size:10px!important}
  body.alspe-commerce-flow .alspe-trash-dock__copy small{font-size:7.3px!important}
}

/* ========================================================================== */
/* 0.48.36 — isolated retry-payment page and result-output cleanup            */
/* ========================================================================== */
body.alspe-order-result-experience .woocommerce-order-details,
body.alspe-order-result-experience .woocommerce-customer-details,
body.alspe-order-result-experience .woocommerce-columns--addresses{display:none!important}
.alspe-thankyou-hooks{width:min(1400px,calc(100vw - 64px));max-width:1400px;margin:16px auto 0;direction:rtl}
.alspe-thankyou-hooks:empty{display:none}

body.alspe-order-pay-experience .woocommerce-notices-wrapper,
body.alspe-order-pay-experience>.woocommerce-error,
body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-error,
body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-info,
body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-message{
  width:min(1400px,calc(100vw - 64px))!important;max-width:1400px!important;margin:22px auto 0!important;direction:rtl!important
}
body.alspe-order-pay-experience .woocommerce-error,
body.alspe-order-pay-experience .woocommerce-info,
body.alspe-order-pay-experience .woocommerce-message{
  list-style:none!important;padding:14px 48px 14px 18px!important;border:1px solid #efc7c7!important;border-radius:15px!important;
  background:#fff7f7!important;color:#a44343!important;box-shadow:0 10px 28px rgba(117,43,43,.06)!important;font-size:11px!important;line-height:1.9!important
}
body.alspe-order-pay-experience .woocommerce-info{border-color:#cfe1ee!important;background:#f7fbff!important;color:#315f7e!important}
body.alspe-order-pay-experience .woocommerce-message{border-color:#cde4c1!important;background:#f7fff3!important;color:#42742d!important}

.alspe-order-pay{padding-top:30px;padding-bottom:64px}
.alspe-order-pay-progress{margin-bottom:22px}
.alspe-order-pay-hero{
  display:grid;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:142px;padding:24px 26px;
  border:1px solid #d4e5f0;border-radius:23px;background:radial-gradient(circle at 8% 8%,rgba(174,221,17,.12),transparent 25%),linear-gradient(135deg,#fff,#f5fbff);
  box-shadow:var(--als-c-shadow);overflow:hidden
}
.alspe-order-pay-hero__icon{display:grid;place-items:center;width:62px;height:62px;border-radius:19px;background:#eaf6ff;color:var(--als-c-blue);font-size:27px;font-weight:950;box-shadow:inset 0 0 0 1px #d2e7f5}
.alspe-order-pay-hero>div:nth-child(2){display:flex;flex-direction:column;gap:4px;min-width:0}
.alspe-order-pay-hero small{color:#788f9f;font-size:9.5px;font-weight:850}
.alspe-order-pay-hero>div:nth-child(2)>small{color:#5f910d}
.alspe-order-pay-hero h1{margin:0;color:var(--als-c-ink);font-size:23px;line-height:1.5;font-weight:950}
.alspe-order-pay-hero p{margin:0;color:#6e8698;font-size:11px;line-height:1.9}
.alspe-order-pay-hero p b{direction:ltr;display:inline-block;color:var(--als-c-blue)}
.alspe-order-pay-amount{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:190px;padding:14px 16px;border:1px solid #d5e5ef;border-radius:16px;background:rgba(255,255,255,.86)}
.alspe-order-pay-amount strong{color:#0b4d7d;font-size:16px;font-weight:950;white-space:nowrap}

.alspe-order-pay-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:20px;align-items:start;margin-top:20px}
.alspe-order-pay-form,.alspe-order-pay-side{min-width:0;margin:0!important}
.alspe-order-pay-side{display:flex;flex-direction:column;gap:14px;position:sticky;top:132px}
body.admin-bar.alspe-order-pay-experience .alspe-order-pay-side{top:164px}
.alspe-order-pay-card{border:1px solid var(--als-c-line);border-radius:21px;background:#fff;box-shadow:var(--als-c-shadow-soft);overflow:hidden}
.alspe-order-pay-card>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #e7eff5}
.alspe-order-pay-card>header>div{display:flex;flex-direction:column;gap:2px}
.alspe-order-pay-card>header small{color:#8397a6;font-size:9px;font-weight:800}
.alspe-order-pay-card>header h2{margin:0;color:var(--als-c-ink);font-size:17px;line-height:1.5;font-weight:950}
.alspe-order-pay-card>header>span{padding:6px 10px;border-radius:999px;background:#eff8e9;color:#5b8d10;font-size:9px;font-weight:900;white-space:nowrap}
.alspe-order-pay-guidance{display:flex;align-items:center;gap:11px;margin:16px 20px 0;padding:12px 13px;border:1px solid #dceaf3;border-radius:14px;background:#f6fbff}
.alspe-order-pay-guidance>span{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;background:#e4f2fd;color:var(--als-c-blue);font-weight:950}
.alspe-order-pay-guidance p{display:flex;flex-direction:column;gap:2px;margin:0}
.alspe-order-pay-guidance strong{color:#18445f;font-size:10px;font-weight:950}
.alspe-order-pay-guidance small{color:#7b91a1;font-size:8.5px}

.alspe-order-pay-payment{padding:15px 20px 20px!important;background:transparent!important}
.alspe-order-pay-payment ul.payment_methods{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important;padding:0!important;border:0!important;list-style:none!important}
.alspe-order-pay-payment ul.payment_methods>li{
  position:relative!important;margin:0!important;padding:15px 16px!important;border:1px solid #dbe8f1!important;border-radius:16px!important;background:#fff!important;
  color:#183f5a!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease
}
.alspe-order-pay-payment ul.payment_methods>li.is-selected,
.alspe-order-pay-payment ul.payment_methods>li:has(>input[type="radio"]:checked){border-color:#78b7e1!important;background:#f8fcff!important;box-shadow:0 10px 26px rgba(10,91,150,.07)!important}
.alspe-order-pay-payment input[name="payment_method"]{position:absolute!important;right:16px!important;top:19px!important;width:18px!important;height:18px!important;margin:0!important;accent-color:var(--als-c-blue)!important}
.alspe-order-pay-payment label{display:flex!important;align-items:center!important;min-height:24px!important;margin:0!important;padding-right:30px!important;color:#123b58!important;font-size:12px!important;font-weight:950!important;cursor:pointer!important}
.alspe-order-pay-payment label img{max-width:118px!important;max-height:38px!important;width:auto!important;height:auto!important;margin-right:auto!important;margin-left:0!important;object-fit:contain!important}
.alspe-order-pay-payment .payment_box{margin:12px 30px 0 0!important;padding:11px 13px!important;border:0!important;border-radius:12px!important;background:#edf6fc!important;color:#657f91!important;font-size:9.5px!important;line-height:1.9!important}
.alspe-order-pay-payment .payment_box:before{display:none!important}
.alspe-order-pay-payment .payment_box p{margin:0!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important}
.alspe-order-pay-no-method .woocommerce-info{width:100%!important;margin:0!important}
.alspe-order-pay-submit{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;margin-top:17px!important;padding-top:17px!important;border-top:1px solid #e6eef4!important}
.alspe-order-pay-submit .woocommerce-terms-and-conditions-wrapper{font-size:9px!important;color:#72899b!important;line-height:1.9!important}
.alspe-order-pay-submit .woocommerce-privacy-policy-text p{margin:0 0 9px!important}
.alspe-order-pay-submit .form-row{margin:0!important}
.alspe-order-pay-button{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;width:100%!important;min-height:52px!important;margin:0!important;padding:0 20px!important;
  border:1px solid #095b9e!important;border-radius:14px!important;background:linear-gradient(135deg,#0b73c5,#07528f)!important;color:#fff!important;
  box-shadow:0 12px 26px rgba(8,88,151,.18)!important;font-size:12px!important;font-weight:950!important;cursor:pointer!important;transition:.2s ease!important
}
.alspe-order-pay-button:hover{filter:brightness(1.04)!important;transform:translateY(-1px)!important}
.alspe-order-pay-button b{font-size:17px!important}
.alspe-order-pay-button:disabled,.alspe-order-pay-button.is-submitting{opacity:.68!important;cursor:wait!important;transform:none!important}
.alspe-order-pay-back{align-self:center;padding:5px 10px;color:#6e8799!important;font-size:9.5px;font-weight:850;text-decoration:none!important}
.alspe-order-pay-back:hover{color:var(--als-c-blue)!important;text-decoration:underline!important}

.alspe-order-pay-items{display:flex;flex-direction:column;padding:7px 17px}
.alspe-order-pay-items article{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #edf2f6}
.alspe-order-pay-items article>div{display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:#f6f9fb;overflow:hidden}
.alspe-order-pay-items article img{max-width:48px!important;max-height:48px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.alspe-order-pay-items article p{display:flex;flex-direction:column;gap:2px;min-width:0;margin:0}
.alspe-order-pay-items article strong{color:#153f5b;font-size:10px;line-height:1.7;font-weight:900}
.alspe-order-pay-items article small{color:#8195a5;font-size:8.5px}
.alspe-order-pay-items article>b{color:#164360;font-size:9.5px;font-weight:950;white-space:nowrap}
.alspe-order-pay-totals{display:flex;flex-direction:column;margin:0;padding:10px 17px 16px;border-top:1px solid #e7eff5}
.alspe-order-pay-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:38px;border-bottom:1px dashed #e1ebf2}
.alspe-order-pay-totals>div:last-child{border-bottom:0}
.alspe-order-pay-totals dt{color:#7890a1;font-size:9px;font-weight:800}
.alspe-order-pay-totals dd{margin:0;color:#143f5d;font-size:10px;font-weight:950;text-align:left}
.alspe-order-pay-totals>div:last-child dt,.alspe-order-pay-totals>div:last-child dd{color:#0a538c;font-size:11px}
.alspe-order-pay-help{display:flex;align-items:flex-start;gap:11px;padding:16px}
.alspe-order-pay-help>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#edf7ff;color:var(--als-c-blue)}
.alspe-order-pay-help>div{display:flex;flex-direction:column;gap:3px}
.alspe-order-pay-help strong{color:#173f5b;font-size:10.5px;font-weight:950}
.alspe-order-pay-help p{margin:0;color:#7a90a1;font-size:8.8px;line-height:1.9}

@media(max-width:980px){
  .alspe-order-pay-layout{grid-template-columns:1fr}
  .alspe-order-pay-side{position:static;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.55fr)}
}
@media(max-width:760px){
  body.alspe-order-pay-experience .woocommerce-notices-wrapper,
  body.alspe-order-pay-experience>.woocommerce-error,
  body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-error,
  body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-info,
  body.alspe-order-pay-experience .alspe-commerce-page-shell>.woocommerce-message{width:calc(100vw - 28px)!important;margin-top:14px!important}
  .alspe-order-pay{width:calc(100vw - 28px);padding-top:20px;padding-bottom:42px}
  .alspe-order-pay-progress{overflow-x:auto;justify-content:flex-start;padding:0 2px 8px}
  .alspe-order-pay-hero{grid-template-columns:54px minmax(0,1fr);padding:18px;gap:12px}
  .alspe-order-pay-hero__icon{width:52px;height:52px;border-radius:16px;font-size:23px}
  .alspe-order-pay-hero h1{font-size:19px}
  .alspe-order-pay-amount{grid-column:1/-1;width:100%;min-width:0;flex-direction:row;align-items:center;justify-content:space-between}
  .alspe-order-pay-side{display:flex}
}
@media(max-width:480px){
  .alspe-order-pay-hero{grid-template-columns:1fr;text-align:center}
  .alspe-order-pay-hero__icon{margin-inline:auto}
  .alspe-order-pay-amount{flex-direction:column;justify-content:center;align-items:center}
  .alspe-order-pay-card>header{padding:15px}
  .alspe-order-pay-card>header h2{font-size:15px}
  .alspe-order-pay-guidance{margin:13px 13px 0}
  .alspe-order-pay-payment{padding:13px!important}
  .alspe-order-pay-payment ul.payment_methods>li{padding:14px 12px!important}
  .alspe-order-pay-payment input[name="payment_method"]{right:12px!important}
  .alspe-order-pay-payment label{padding-right:28px!important;font-size:10.5px!important}
  .alspe-order-pay-payment label img{max-width:94px!important;max-height:32px!important}
  .alspe-order-pay-payment .payment_box{margin-right:27px!important}
  .alspe-order-pay-items article{grid-template-columns:50px minmax(0,1fr)}
  .alspe-order-pay-items article>div{width:48px;height:48px}
  .alspe-order-pay-items article>b{grid-column:2;justify-self:start}
}

.alspe-order-receipt{padding-top:30px;padding-bottom:64px}
.alspe-order-receipt-card{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:18px;max-width:920px;margin:0 auto;padding:28px;border:1px solid #d5e5ef;border-radius:24px;background:#fff;box-shadow:var(--als-c-shadow)}
.alspe-order-receipt-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:#eaf6ff;color:var(--als-c-blue);font-size:27px;font-weight:950}
.alspe-order-receipt-copy{display:flex;flex-direction:column;gap:4px}
.alspe-order-receipt-copy small{direction:ltr;align-self:flex-start;color:#6f8a9e;font-size:9.5px;font-weight:850}
.alspe-order-receipt-copy h1{margin:0;color:var(--als-c-ink);font-size:22px;line-height:1.5;font-weight:950}
.alspe-order-receipt-copy p{margin:0;color:#71899b;font-size:10.5px;line-height:1.9}
.alspe-order-receipt-total{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:170px;padding:13px 15px;border:1px solid #dae7ef;border-radius:15px;background:#f8fbfd}
.alspe-order-receipt-total small{color:#8095a5;font-size:8.8px}
.alspe-order-receipt-total strong{color:#0b4f81;font-size:14px;font-weight:950;white-space:nowrap}
.alspe-order-receipt-gateway{grid-column:1/-1;display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:4px;padding:18px;border:1px solid #dfeaf2;border-radius:17px;background:#f8fcff;text-align:center}
.alspe-order-receipt-gateway form{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:9px!important;margin:0!important}
.alspe-order-receipt-gateway a.button,.alspe-order-receipt-gateway button,.alspe-order-receipt-gateway input[type="submit"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:150px!important;min-height:46px!important;margin:0!important;padding:0 17px!important;border:1px solid #0a60a5!important;border-radius:13px!important;background:linear-gradient(135deg,#0b73c5,#07528f)!important;color:#fff!important;font-size:11px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(8,88,151,.14)!important}
.alspe-order-receipt-gateway a.button.cancel,.alspe-order-receipt-gateway a.button[href*="cancel"],.alspe-order-receipt-gateway a.button[href*="checkout"]{border-color:#cbdde9!important;background:#fff!important;color:#527289!important;box-shadow:none!important}
.alspe-order-receipt-gateway .alspe-duplicate-receipt-action{display:none!important}
.alspe-order-receipt-gateway.is-submitting a.button,.alspe-order-receipt-gateway.is-submitting button,.alspe-order-receipt-gateway.is-submitting input[type="submit"]{pointer-events:none!important;opacity:.66!important;cursor:wait!important}
.alspe-order-receipt-card>.alspe-order-pay-back{grid-column:1/-1;justify-self:center}
@media(max-width:700px){
  .alspe-order-receipt{width:calc(100vw - 28px);padding-top:20px;padding-bottom:42px}
  .alspe-order-receipt-card{grid-template-columns:54px minmax(0,1fr);padding:18px;gap:12px}
  .alspe-order-receipt-icon{width:52px;height:52px;border-radius:16px;font-size:22px}
  .alspe-order-receipt-copy h1{font-size:17px}
  .alspe-order-receipt-total{grid-column:1/-1;width:100%;min-width:0;flex-direction:row;align-items:center;justify-content:space-between}
  .alspe-order-receipt-gateway{padding:13px}
  .alspe-order-receipt-gateway a.button,.alspe-order-receipt-gateway button,.alspe-order-receipt-gateway input[type="submit"]{width:100%!important;min-width:0!important}
}

/* ========================================================================== */
/* 0.48.37 — clearer checkout actions, payment alert, and delivery promises   */
/* ========================================================================== */
.alspe-result-hero.is-incomplete{
  border-color:#e7a2a2;
  background:radial-gradient(circle at 8% 18%,rgba(205,45,45,.09),transparent 27%),linear-gradient(135deg,#fff 0%,#fff1f1 100%);
  box-shadow:0 18px 46px rgba(151,38,38,.09)
}
.alspe-result-hero.is-incomplete:after{background:rgba(203,47,47,.07)}
.alspe-result-hero.is-incomplete .alspe-result-icon{
  background:#ffe4e4;color:#b42323;box-shadow:inset 0 0 0 1px #e9a4a4
}
.alspe-result-hero.is-incomplete .alspe-result-copy small{color:#b42323}
.alspe-order-result-shell.is-incomplete .alspe-result-card>header>span{background:#ffe8e8;color:#ae2929}
.alspe-order-result-shell.is-incomplete .alspe-result-mini-icon{background:#ffe8e8;color:#b42323}

.alspe-checkout-shell .alspe-stage-next.is-disabled,
.alspe-checkout-shell .alspe-stage-next[aria-disabled="true"]{
	background:#e6eef4!important;border-color:#cddbe5!important;color:#526979!important;
  text-shadow:none!important;box-shadow:none!important
}
.alspe-checkout-shell .alspe-stage-next:not(.is-disabled)[aria-disabled="false"]{
  min-width:210px!important;border:2px solid #06518d!important;
	background:linear-gradient(135deg,#0a72b8 0%,#07568f 100%)!important;color:#fff!important;
  box-shadow:0 12px 28px rgba(5,81,141,.28)!important;text-shadow:0 1px 1px rgba(0,38,70,.22)!important;
  font-size:12.5px!important;font-weight:950!important
}
.alspe-checkout-shell .alspe-stage-next:not(.is-disabled)[aria-disabled="false"]>span{
  display:grid;place-items:center;width:26px;height:26px;border-radius:9px;
  background:#b8e514;color:#234d00;font-size:16px;line-height:1;text-shadow:none
}
.alspe-checkout-shell .alspe-stage-next:not(.is-disabled)[aria-disabled="false"]:hover{
	background:linear-gradient(135deg,#0b75bb 0%,#064d84 100%)!important;
  box-shadow:0 15px 32px rgba(5,81,141,.34)!important;transform:translateY(-1px)!important
}
.alspe-checkout-shell .alspe-stage-next:focus-visible{
  outline:3px solid rgba(184,229,20,.72)!important;outline-offset:3px!important
}
@media(max-width:560px){
  .alspe-checkout-shell .alspe-stage-next:not(.is-disabled)[aria-disabled="false"]{min-width:0!important;font-size:11px!important}
}
