.als-wrap{
  width:100%;
  max-width:none;
  clear:both;
  box-sizing:border-box;
  margin:24px 0 22px;
}
.als-card[hidden]{display:none!important;}
.als-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:16px;
  align-items:center;
  width:100%;
  box-sizing:border-box;
  margin:0 0 14px;
  padding:20px;
  background:#fff;
  border:1px solid #9dccaa;
  border-radius:14px;
  box-shadow:0 2px 7px rgba(0,0,0,.05);
  color:#18212b;
}
.als-saving-card{border-color:#a9c4ed;}
.als-card-content{min-width:0;}
.als-card-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 7px;
}
.als-card-title{
  margin:0;
  color:#217c33;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
}
.als-saving-card .als-card-title{color:#1658aa;}
.als-card p{
  margin:5px 0;
  font-size:15px;
  line-height:1.5;
}
.als-minimum-message{
  color:#18762b;
  font-weight:750;
}
.als-total-line{
  display:block;
  margin-top:7px;
  color:#18212b;
  font-size:16px;
  line-height:1.35;
  font-weight:850;
}
.als-minimum-message .als-total-line{
  color:#18762b;
}
.als-saving-message .als-total-line{
  color:#1658aa;
}
.als-card-badge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:84px;
  min-height:84px;
  padding:8px;
  box-sizing:border-box;
  border-radius:50%;
  background:#e9f5e8;
  color:#176d28;
  text-align:center;
  line-height:1.12;
}
.als-saving-badge{
  background:#edf3fd;
  color:#1759a8;
}
.als-card-badge strong{
  font-size:18px;
  font-weight:800;
  white-space:nowrap;
}
.als-card-badge span{
  margin-top:4px;
  font-size:12px;
  font-weight:750;
}
.als-why-toggle{
  display:inline-flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  margin:0;
  padding:5px 9px;
  border:1px solid #78a1df;
  border-radius:6px;
  background:#fff;
  color:#1658aa;
  font-size:13px;
  line-height:1.2;
  font-weight:750;
  cursor:pointer;
}
.als-why-toggle:hover,
.als-why-toggle:focus{
  background:#f2f6fd;
}
.als-why-toggle[hidden]{display:none!important;}
.als-why-panel{
  grid-column:1 / -1;
  margin:4px 0 0;
  padding:15px 17px;
  border:1px solid #dce6f5;
  border-radius:10px;
  background:#fbfdff;
}
.als-why-panel[hidden]{display:none!important;}
.als-why-panel-title{
  margin:0 0 10px;
  color:#18212b;
  font-size:15px;
  font-weight:800;
}
.als-why-panel ul{
  margin:0;
  padding:0;
  list-style:none;
}
.als-why-panel li{
  position:relative;
  margin:7px 0;
  padding-left:24px;
  font-size:14px;
  line-height:1.4;
}
.als-why-panel li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:17px;
  height:17px;
  border:1px solid #4ca366;
  border-radius:50%;
  color:#25803d;
  font-size:11px;
  line-height:15px;
  font-weight:800;
  text-align:center;
}
.als-action.button{
  grid-column:1 / -1;
  display:block;
  width:calc(100% - 96px);
  min-height:62px;
  margin:4px 0 0 96px!important;
  padding:11px 18px!important;
  border:1px solid #1658aa!important;
  border-radius:8px!important;
  background:#1658aa!important;
  color:#fff!important;
  box-shadow:0 2px 5px rgba(22,88,170,.2)!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-align:center!important;
}
.als-action.button:hover,
.als-action.button:focus{
  background:#0f4e9b!important;
  border-color:#0f4e9b!important;
  color:#fff!important;
}
.als-action.button:active{
  transform:translateY(1px);
}
.ambfo-explicit-add-confirm[hidden]{
  display:none!important;
}
.als-action.button.ambfo-confirm-add{
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:72px;
}
.ambfo-confirm-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
}
.ambfo-confirm-copy{
  display:block;
  min-width:0;
  text-align:center;
}
.ambfo-confirm-add .ambfo-fish-button{
  width:48px;
  margin:0;
}
.als-saving-card.is-confirmation{
  border-color:#78a1df;
  background:#f8fbff;
}
.als-action-main,
.als-action-sub{display:block;}
.als-action-sub{
  margin-top:5px;
  font-size:13px;
  line-height:1.2;
  font-weight:650;
  opacity:.94;
}
.als-real-add-highlight{
  animation:alsAddHighlight 1.4s ease-in-out 2;
  outline:3px solid rgba(22,88,170,.28)!important;
  outline-offset:3px;
}
@keyframes alsAddHighlight{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.015);}
}
.als-minimum-card.is-reached,
.als-saving-card.is-unlocked{background:#fbfefb;}
.als-test-label{
  display:block;
  margin:2px 3px 0;
  color:#737a82;
  font-size:12px;
}
.als-adp-hidden{display:none!important;}
form.cart .als-wrap{
  display:block!important;
  width:100%!important;
}
.als-short-description-toggle{display:none;}
.als-minimum-placeholder{display:none!important;}
.single_add_to_cart_button.als-minimum-blocked{
  opacity:.6!important;
  cursor:not-allowed!important;
}
.als-mobile-minimum-card{
  margin:0 0 14px!important;
}

@media(max-width:700px){
  .woocommerce-product-details__short-description.als-short-description-ready{
    margin-bottom:5px;
  }
  .woocommerce-product-details__short-description.als-short-description-collapsed{
    max-height:3.15em;
    overflow:hidden;
    position:relative;
  }
  .woocommerce-product-details__short-description.als-short-description-collapsed:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1.2em;
    background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    pointer-events:none;
  }
  .als-short-description-toggle{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin:2px 0 12px;
    padding:0;
    border:0;
    background:transparent;
    color:#1658aa;
    font-size:14px;
    line-height:1.35;
    font-weight:750;
    cursor:pointer;
    text-decoration:underline;
    text-underline-offset:3px;
  }
  .als-long-description-link{
    display:none;
    margin:4px 0 14px;
  }
  .als-wrap{margin:18px 0;}
  .als-card{
    grid-template-columns:minmax(0,1fr) 72px;
    gap:10px;
    padding:15px 12px;
  }
  .als-card-title{font-size:18px;}
  .als-card p{
    font-size:14px;
    line-height:1.45;
  }
  .als-card-badge{
    width:68px;
    min-height:68px;
    padding:5px;
  }
  .als-card-badge strong{font-size:16px;}
  .als-card-heading{align-items:flex-start;}
  .als-why-toggle{
    padding:4px 7px;
    font-size:12px;
  }
  .als-action.button{
    width:100%;
    margin-left:0!important;
    min-height:50px;
    font-size:16px!important;
  }
  .als-why-panel{padding:13px 14px;}
}
@media(max-width:430px){
  .als-card{grid-template-columns:minmax(0,1fr);}
  .als-card-badge{
    grid-column:1;
    width:auto;
    min-height:0;
    justify-self:start;
    flex-direction:row;
    gap:5px;
    padding:7px 11px;
    border-radius:18px;
  }
  .als-card-badge span{margin-top:0;}
  .als-card-heading{flex-wrap:wrap;}
}
.als-fresh-card[hidden]{display:none!important;}
.als-fresh-card{
  margin:16px 0;
  padding:18px;
  border:1px solid #9c7bdc;
  border-radius:12px;
  background:#fff;
  box-sizing:border-box;
}
.als-fresh-title{
  margin:0 0 7px;
  color:#5020a8;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
}
.als-fresh-card p{
  margin:6px 0;
  font-size:15px;
  line-height:1.5;
}
.als-fresh-lead{color:#5020a8;}
.als-open-fresh-order.button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin:14px 0 12px!important;
  padding:12px 15px!important;
  border:1px solid #6d3fc0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#5020a8!important;
  font-size:17px!important;
  font-weight:800!important;
}
.als-open-fresh-order.button:hover{
  background:#f7f3ff!important;
}
.als-fresh-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  color:#5020a8;
  font-size:12px;
  line-height:1.25;
  text-align:center;
}
.als-fresh-benefits span:before{
  content:"✓";
  display:block;
  width:20px;
  height:20px;
  margin:0 auto 4px;
  border:1px solid #6d3fc0;
  border-radius:50%;
  line-height:18px;
  font-weight:800;
}
.als-fresh-modal{
  position:fixed;
  inset:0;
  z-index:999999;
}
.als-fresh-modal[hidden]{display:none!important;}
.als-fresh-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}
.als-fresh-dialog{
  position:absolute;
  left:50%;
  bottom:0;
  width:min(620px,100%);
  max-height:92vh;
  padding:24px;
  overflow:auto;
  box-sizing:border-box;
  transform:translateX(-50%);
  border-radius:18px 18px 0 0;
  background:#fff;
  box-shadow:0 -8px 30px rgba(0,0,0,.2);
}
.als-close-fresh-order{
  position:absolute;
  top:12px;
  right:15px;
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#333;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}
.als-fresh-dialog-title{
  padding-right:45px;
  color:#5020a8;
  font-size:22px;
  font-weight:800;
}
.als-fresh-warning,
.als-fresh-notice{
  margin:14px 0;
  padding:12px 14px;
  border:1px solid #d6c6f2;
  border-radius:8px;
  background:#f8f5ff;
  font-size:14px;
  line-height:1.45;
}
.als-fresh-warning strong{
  display:block;
  margin-bottom:4px;
  color:#5020a8;
}
.als-fresh-form{
  display:grid;
  gap:13px;
}
.als-fresh-form label>span,
.als-fresh-form legend{
  display:block;
  margin-bottom:5px;
  font-size:14px;
  font-weight:750;
}
.als-fresh-form input,
.als-fresh-form select,
.als-fresh-form textarea{
  width:100%;
  min-height:44px;
  padding:9px 11px;
  border:1px solid #c9c9d3;
  border-radius:7px;
  box-sizing:border-box;
  font:inherit;
}
.als-fresh-form textarea{min-height:84px;}
.als-fresh-form small{
  display:block;
  margin-top:4px;
  color:#646970;
}
.als-fresh-form fieldset{
  margin:0;
  padding:0;
  border:0;
}
.als-fresh-form .als-radio{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-right:22px;
}
.als-fresh-form .als-radio input{
  width:auto;
  min-height:0;
}
.als-send-fresh-order.button{
  width:100%;
  min-height:50px;
  border-radius:8px!important;
  background:#5020a8!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:800!important;
}
.als-fresh-form-status{
  min-height:20px;
  font-weight:700;
}
.als-fresh-form-status.is-error{color:#b32d2e;}
.als-fresh-form-status.is-success{color:#18762b;}
.als-honeypot{
  position:absolute!important;
  left:-9999px!important;
}
body.als-modal-open{overflow:hidden;}

/* Welfare explanation and corrected guidance layout. */
.als-minimum-info-actions{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  width:100%;
}
.als-minimum-info-actions .als-why-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:44px;
  padding:9px 12px;
  border-radius:8px;
  background:#fff;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  text-align:center;
  cursor:pointer;
}
.als-minimum-info-actions .als-why-toggle{
  border:1px solid #78a1df;
  color:#1658aa;
}
.als-welfare-toggle{
  border:1px solid #9b72df;
  color:#5b22ad;
}
.als-welfare-toggle:hover,
.als-welfare-toggle:focus{
  background:#f8f4ff;
}
.als-fresh-welfare-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:48px;
  margin:14px 0 0;
  padding:10px 14px;
  border:1px solid #9b72df;
  border-radius:8px;
  background:#f8f4ff;
  color:#5b22ad;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
  text-align:center;
  cursor:pointer;
}
.als-fresh-welfare-toggle:hover,
.als-fresh-welfare-toggle:focus{
  background:#f1eaff;
  border-color:#7f51ce;
}
.als-fresh-inline-link{
  grid-column:1 / -1;
  display:block;
  width:100%;
  margin:1px 0 0;
  padding:7px 4px;
  border:0;
  background:transparent;
  color:#1658aa;
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  text-align:left;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.als-fresh-inline-link:after{
  content:"›";
  margin-left:8px;
  font-size:19px;
  text-decoration:none;
}
.als-fresh-inline-link[hidden]{display:none!important;}

.als-welfare-modal{
  position:fixed;
  inset:0;
  z-index:1000001;
}
.als-welfare-modal[hidden]{display:none!important;}
.als-welfare-backdrop{
  position:absolute;
  inset:0;
  background:rgba(9,19,28,.62);
  backdrop-filter:blur(2px);
}
.als-welfare-dialog{
  position:absolute;
  top:50%;
  left:50%;
  width:min(680px,calc(100% - 30px));
  max-height:90vh;
  padding:26px;
  overflow:auto;
  box-sizing:border-box;
  transform:translate(-50%,-50%);
  border-radius:16px;
  background:#fff;
  box-shadow:0 20px 65px rgba(0,0,0,.28);
}
.als-close-welfare{
  position:absolute;
  top:12px;
  right:14px;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  background:transparent;
  color:#18212b;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.als-welfare-header{
  display:flex;
  align-items:center;
  gap:13px;
  padding-right:42px;
}
.als-welfare-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#e8f5e8;
  color:#176d28;
  font-size:23px;
}
.als-welfare-title{
  color:#176d28;
  font-size:24px;
  line-height:1.2;
  font-weight:850;
}
.als-welfare-strapline{
  margin-top:3px;
  color:#217c33;
  font-size:14px;
  font-weight:750;
}
.als-welfare-opening{
  margin:18px 0;
  padding:12px 14px;
  border:1px solid #b8d8bd;
  border-radius:8px;
  background:#f2faf3;
  color:#155f25;
  font-size:15px;
  line-height:1.4;
  font-weight:800;
  text-align:center;
}
.als-welfare-summary{
  display:grid;
  gap:13px;
}
.als-welfare-summary-item{
  display:grid;
  grid-template-columns:23px minmax(0,1fr);
  gap:10px;
}
.als-welfare-check{
  display:flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  margin-top:1px;
  border-radius:50%;
  background:#217c33;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.als-welfare-summary-item strong{
  display:block;
  color:#18212b;
  font-size:14px;
  line-height:1.3;
}
.als-welfare-summary-item p{
  margin:3px 0 0;
  color:#333d48;
  font-size:13px;
  line-height:1.42;
}
.als-welfare-aim{
  display:flex;
  gap:10px;
  margin:18px 0 14px;
  padding:13px 15px;
  border:1px solid #bddcc2;
  border-radius:8px;
  background:#f3faf4;
  color:#176d28;
  font-size:14px;
  line-height:1.45;
}
.als-full-welfare-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:44px;
  padding:9px 13px;
  border:1px solid #7db98a;
  border-radius:8px;
  background:#fff;
  color:#176d28;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}
.als-full-welfare-statement{
  margin-top:14px;
  padding:16px;
  border:1px solid #d8e6da;
  border-radius:8px;
  background:#fbfefb;
}
.als-full-welfare-statement[hidden]{display:none!important;}
.als-full-welfare-statement p{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.55;
}
.als-full-welfare-statement p:last-child{margin-bottom:0;}
.als-close-welfare-bottom.button{
  position:static;
  display:block;
  width:100%;
  height:auto;
  min-height:46px;
  margin:14px 0 0!important;
  padding:10px 16px!important;
  border-radius:8px!important;
  background:#176d28!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
}
body.als-welfare-open{overflow:hidden;}

@media(max-width:700px){
  .als-minimum-info-actions{
    grid-template-columns:1fr;
  }
  .als-minimum-info-actions .als-why-toggle,
  .als-minimum-info-actions .als-welfare-toggle{
    width:100%;
    min-height:42px;
  }
  .als-welfare-dialog{
    top:auto;
    bottom:0;
    left:0;
    width:100%;
    max-height:92vh;
    padding:22px 16px 18px;
    transform:none;
    border-radius:18px 18px 0 0;
  }
  .als-welfare-title{font-size:20px;}
  .als-welfare-summary-item p{font-size:13px;}
}


/* Easier add-to-cart flow and friendly pending-selection warning. */
.ambfo-pending-modal{
  position:fixed;
  inset:0;
  z-index:1000010;
}
.ambfo-pending-modal[hidden],
.ambfo-mobile-add-bar[hidden]{
  display:none!important;
}
.ambfo-pending-backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,18,30,.66);
  backdrop-filter:blur(2px);
}
.ambfo-pending-dialog{
  position:absolute;
  top:50%;
  left:50%;
  width:min(520px,calc(100% - 28px));
  max-height:92vh;
  padding:30px;
  overflow:auto;
  box-sizing:border-box;
  transform:translate(-50%,-50%);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 75px rgba(0,0,0,.32);
  text-align:center;
}
.ambfo-pending-close{
  position:absolute;
  top:10px;
  right:12px;
  width:42px;
  height:42px;
  padding:0;
  border:0;
  background:transparent;
  color:#66717e;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.ambfo-pending-dialog h2{
  margin:4px 36px 14px;
  color:#12396d;
  font-size:32px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.5px;
}
.ambfo-pending-copy{
  max-width:410px;
  margin:0 auto 14px;
  color:#263443;
  font-size:17px;
  line-height:1.5;
}
.ambfo-fish-tank{
  position:relative;
  height:150px;
  margin:12px 0 18px;
  overflow:hidden;
  border:1px solid #b8dff4;
  border-radius:14px;
  background:
    radial-gradient(circle at 18% 88%,#c8b58c 0 9px,transparent 10px),
    radial-gradient(circle at 82% 90%,#b4a37e 0 12px,transparent 13px),
    linear-gradient(to bottom,#effaff 0%,#d8f3ff 70%,#c8ebdf 71%,#e9d6a7 100%);
}
.ambfo-fish-tank:before,
.ambfo-fish-tank:after{
  content:"";
  position:absolute;
  bottom:15px;
  width:18px;
  height:67px;
  border-radius:50% 50% 15% 15%;
  background:#4ca86a;
  transform-origin:bottom center;
}
.ambfo-fish-tank:before{
  left:36px;
  transform:rotate(-11deg);
}
.ambfo-fish-tank:after{
  right:42px;
  height:58px;
  transform:rotate(13deg);
}
.ambfo-fish{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.ambfo-fish-svg{
  display:block;
  width:100%;
  height:auto;
  overflow:visible;
}
.ambfo-fish-large{
  position:absolute;
  left:50%;
  top:50%;
  width:146px;
  transform:translate(-50%,-50%);
}
.ambfo-fish-button{
  width:42px;
  margin-right:8px;
}
.ambfo-fish-sticky{
  width:48px;
}
.ambfo-fish-tail{
  transform-box:fill-box;
  transform-origin:right center;
  animation:ambfo-tail-wiggle .8s ease-in-out infinite;
}
.ambfo-fish-fin{
  transform-box:fill-box;
  transform-origin:top center;
  animation:ambfo-fin-wave 2.5s ease-in-out infinite;
}
.ambfo-fish-large .ambfo-fish-svg{
  animation:ambfo-fish-bob 2.1s ease-in-out infinite;
}
.ambfo-fish-tank.is-swimming .ambfo-fish-large{
  animation:ambfo-fish-swim-in .9s cubic-bezier(.2,.8,.25,1) both;
}
.ambfo-fish-bubble,
.ambfo-tank-bubble{
  position:absolute;
  display:block;
  border:2px solid #68c8ef;
  border-radius:50%;
  opacity:.75;
}
.ambfo-fish-bubble-one{
  top:1px;
  right:-3px;
  width:7px;
  height:7px;
  animation:ambfo-bubble-rise 2s ease-in infinite;
}
.ambfo-fish-bubble-two{
  top:12px;
  right:5px;
  width:4px;
  height:4px;
  animation:ambfo-bubble-rise 2s .7s ease-in infinite;
}
.ambfo-tank-bubble-one{
  left:22%;
  bottom:25px;
  width:8px;
  height:8px;
  animation:ambfo-tank-bubble 3s ease-in infinite;
}
.ambfo-tank-bubble-two{
  right:23%;
  bottom:18px;
  width:11px;
  height:11px;
  animation:ambfo-tank-bubble 3.4s .8s ease-in infinite;
}
.ambfo-tank-bubble-three{
  right:16%;
  bottom:36px;
  width:5px;
  height:5px;
  animation:ambfo-tank-bubble 2.8s 1.4s ease-in infinite;
}
.ambfo-pending-add,
.ambfo-pending-leave{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:58px;
  padding:11px 16px;
  border-radius:9px;
  font-size:18px;
  line-height:1.25;
  font-weight:850;
  cursor:pointer;
}
.ambfo-pending-add{
  border:1px solid #1658aa;
  background:#1658aa;
  color:#fff;
  box-shadow:0 3px 8px rgba(22,88,170,.22);
}
.ambfo-pending-add:hover,
.ambfo-pending-add:focus{
  background:#0f4e9b;
}
.ambfo-pending-leave{
  margin-top:10px;
  border:1px solid #6d9fe4;
  background:#fff;
  color:#1658aa;
}
.ambfo-pending-leave:hover,
.ambfo-pending-leave:focus{
  background:#f2f6fd;
}
.ambfo-pending-note{
  margin:14px 0 0;
  color:#66717e;
  font-size:13px;
  line-height:1.4;
}
body.ambfo-pending-open{
  overflow:hidden;
}
.ambfo-mobile-add-bar{
  display:none;
}
@keyframes ambfo-tail-wiggle{
  0%,100%{transform:rotate(-8deg);}
  50%{transform:rotate(11deg);}
}
@keyframes ambfo-fin-wave{
  0%,18%,42%,100%{transform:rotate(-7deg);}
  24%{transform:rotate(34deg);}
  30%{transform:rotate(-3deg);}
  36%{transform:rotate(28deg);}
}
@keyframes ambfo-fish-bob{
  0%,100%{transform:translateY(-2px) rotate(-1deg);}
  50%{transform:translateY(3px) rotate(1deg);}
}
@keyframes ambfo-fish-swim-in{
  0%{transform:translate(-230%,-50%) rotate(-5deg);opacity:0;}
  70%{transform:translate(-43%,-50%) rotate(3deg);opacity:1;}
  100%{transform:translate(-50%,-50%) rotate(0);opacity:1;}
}
@keyframes ambfo-bubble-rise{
  0%{transform:translateY(8px) scale(.7);opacity:0;}
  25%{opacity:.8;}
  100%{transform:translateY(-19px) scale(1.1);opacity:0;}
}
@keyframes ambfo-tank-bubble{
  0%{transform:translateY(0) scale(.7);opacity:0;}
  20%{opacity:.75;}
  100%{transform:translateY(-100px) scale(1.15);opacity:0;}
}

@media(max-width:700px){
  .als-action.button{
    min-height:58px;
    padding:10px 12px!important;
  }
  .als-action.button.ambfo-confirm-add{
    min-height:68px;
  }
  .ambfo-confirm-add .ambfo-fish-button{
    width:42px;
  }
  .als-action-main{
    font-size:17px;
  }
  .als-action-sub{
    font-size:12px;
  }
  .ambfo-pending-dialog{
    top:auto;
    bottom:0;
    left:0;
    width:100%;
    max-height:92vh;
    padding:24px 18px calc(20px + env(safe-area-inset-bottom));
    transform:none;
    border-radius:19px 19px 0 0;
  }
  .ambfo-pending-dialog h2{
    margin:4px 30px 12px;
    font-size:27px;
  }
  .ambfo-pending-copy{
    font-size:15px;
  }
  .ambfo-fish-tank{
    height:124px;
    margin:9px 0 14px;
  }
  .ambfo-fish-large{
    width:122px;
  }
  .ambfo-pending-add,
  .ambfo-pending-leave{
    min-height:54px;
    font-size:16px;
  }
  .ambfo-mobile-add-bar:not([hidden]){
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:999990;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom));
    box-sizing:border-box;
    border-top:1px solid rgba(255,255,255,.28);
    background:#1658aa;
    color:#fff;
    box-shadow:0 -6px 20px rgba(0,0,0,.2);
  }
  .ambfo-mobile-add-summary{
    display:flex;
    align-items:center;
    min-width:0;
    gap:7px;
  }
  .ambfo-mobile-add-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
  }
  .ambfo-mobile-add-main{
    overflow:hidden;
    font-size:14px;
    line-height:1.2;
    font-weight:850;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .ambfo-mobile-add-sub{
    margin-top:2px;
    color:#e7f2ff;
    font-size:11px;
    line-height:1.2;
    white-space:nowrap;
  }
  .ambfo-mobile-add-button{
    flex:0 0 auto;
    min-width:112px;
    min-height:48px;
    padding:7px 10px;
    border:0;
    border-radius:8px;
    background:#fff;
    color:#1658aa;
    font-weight:850;
    cursor:pointer;
  }
  .ambfo-mobile-add-button-main,
  .ambfo-mobile-add-button-sub{
    display:block;
  }
  .ambfo-mobile-add-button-main{
    font-size:14px;
    line-height:1.15;
  }
  .ambfo-mobile-add-button-sub{
    margin-top:2px;
    font-size:11px;
    line-height:1.1;
  }
  body.ambfo-sticky-visible{
    padding-bottom:calc(78px + env(safe-area-inset-bottom));
  }
}

@media(max-width:390px){
  .ambfo-fish-sticky{
    width:40px;
  }
  .ambfo-mobile-add-main{
    font-size:13px;
  }
  .ambfo-mobile-add-sub{
    font-size:10px;
  }
  .ambfo-mobile-add-button{
    min-width:104px;
    padding-right:8px;
    padding-left:8px;
  }
}

@media(prefers-reduced-motion:reduce){
  .ambfo-fish-tail,
  .ambfo-fish-fin,
  .ambfo-fish-large .ambfo-fish-svg,
  .ambfo-fish-tank.is-swimming .ambfo-fish-large,
  .ambfo-fish-bubble,
  .ambfo-tank-bubble,
  .als-real-add-highlight{
    animation:none!important;
  }
}
.ambfo-bundle-checklist{display:grid;gap:7px;margin:10px 0;}
.ambfo-bundle-check{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:8px;background:#fff3d6;color:#6b4c00;}
.ambfo-bundle-check.is-complete{background:#e0f6e8;color:#087233;}
.ambfo-bundle-check span{font-size:12px;font-weight:700;}
.ambfo-fixed-total-comparison{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px;color:#173f72;}
.ambfo-fixed-total-comparison strong{color:#075f2b;font-size:1.08em;}
.ambfo-fixed-total-comparison b{padding:4px 9px;border-radius:999px;background:#dff6e5;color:#08752f;}
.ambfo-presenter-intro{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:0 0 9px;padding:8px 11px;border-radius:10px;background:#eaf7ff;color:#163f68;}
.ambfo-presenter-intro strong{font-size:15px;}
.ambfo-presenter-intro span{font-size:11px;color:#56748d;text-align:right;}
.ambfo-presenter-list{display:grid;gap:9px;}
.ambfo-presenter-card{position:relative;padding:13px;border:1px solid #c7dce9;border-left:5px solid #13a8e8;border-radius:13px;background:#fff;color:#123d6b;}
.ambfo-presenter-card:first-child{border-left-color:#ffb900;box-shadow:0 4px 14px rgba(0,65,105,.11);}
.ambfo-presenter-card.is-extra{display:none;}
.ambfo-presenter-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:5px;}
.ambfo-presenter-card-head>span{padding:3px 7px;border-radius:999px;background:#fff0bf;color:#7a5300;font-size:10px;font-weight:900;letter-spacing:.6px;}
.ambfo-presenter-card-head small{color:#52708a;font-weight:750;}
.ambfo-presenter-card h3{margin:0 0 4px;color:#123d6b;font-size:18px;line-height:1.18;}
.ambfo-presenter-reward{margin:0 0 7px;color:#08742e;font-weight:850;}
.ambfo-presenter-figures{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:7px 0;}
.ambfo-presenter-figures strong{color:#075aaa;}
.ambfo-presenter-figures b{padding:3px 8px;border-radius:999px;background:#dff6e5;color:#08752f;}
.ambfo-presenter-levels{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:7px 0;color:#56748d;font-size:11px;}
.ambfo-presenter-levels b{padding:3px 7px;border-radius:999px;background:#eaf7ff;color:#075b94;}
.ambfo-presenter-action,.ambfo-presenter-complete{display:inline-flex;align-items:center;justify-content:center;min-height:39px;margin-top:8px;padding:8px 13px;border:0;border-radius:9px;background:#0869ba;color:#fff!important;font-weight:900;text-decoration:none!important;cursor:pointer;}
.ambfo-presenter-complete{background:#e1f6e8;color:#08752f!important;cursor:default;}
.ambfo-presenter-show-all{width:100%;margin-top:9px;padding:9px;border:1px solid #31b9ed;border-radius:9px;background:#eaf9ff;color:#075b94;font-weight:900;cursor:pointer;}
.ambfo-product-browser{position:absolute;z-index:40;inset:0;display:flex;flex-direction:column;min-height:100%;padding:16px;border-radius:18px;background:#f5faff;color:#123d6b;overflow:auto;}
.ambfo-product-browser[hidden]{display:none!important;}
.ambfo-product-browser header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:4px 2px 12px;}
.ambfo-product-browser header div{display:flex;flex-direction:column;}
.ambfo-product-browser header strong{color:#002d4a;font-size:20px;}
.ambfo-product-browser header span{color:#0878b7;font-size:12px;font-weight:750;}
.ambfo-product-browser-close{width:40px;height:40px;border:0;border-radius:50%;background:#002d4a;color:#fff;font-size:29px;line-height:1;cursor:pointer;}
.ambfo-product-browser-search{position:relative;display:flex;align-items:center;margin-bottom:8px;}
.ambfo-product-browser-search>span{position:absolute;left:12px;pointer-events:none;}
.ambfo-product-browser-search input{width:100%;min-height:43px;padding:8px 12px 8px 39px;border:1px solid #8bc9e6;border-radius:10px;background:#fff;color:#132f48;font-size:15px;}
.ambfo-product-browser-aby{display:flex;align-items:center;justify-content:center;gap:12px;min-height:78px;margin:4px 0 7px;padding:7px 14px;border:1px solid #bfe5f7;border-radius:13px;background:linear-gradient(110deg,#eaf9ff,#fff9df);overflow:hidden;}
.ambfo-browser-aby-picture{position:relative;display:block;flex:0 0 76px;width:76px;height:64px;}
.ambfo-browser-aby-picture img,.ambfo-browser-aby-found{position:absolute;inset:0;display:block;width:76px;height:64px;object-fit:contain;transition:opacity .2s ease,transform .2s ease;}
.ambfo-browser-aby-found{opacity:0;transform:scale(.72);background:url("../images/abytail/abytail-clapping.png") center/contain no-repeat;}
.ambfo-product-browser.is-found .ambfo-browser-aby-searching{opacity:0;transform:translateX(12px) scale(.82);}
.ambfo-product-browser.is-found .ambfo-browser-aby-found{opacity:1;transform:scale(1);animation:ambfo-aby-clap-found 1.45s steps(1,end) both;}
.ambfo-product-browser.is-searching .ambfo-browser-aby-searching{animation:ambfoAbySearch 1.1s ease-in-out infinite;}
.ambfo-browser-aby-words{display:flex;flex-direction:column;min-width:0;text-align:left;}
.ambfo-browser-aby-words strong{color:#003b63;font-size:16px;line-height:1.15;}
.ambfo-browser-aby-words small{margin-top:3px;color:#4e6d83;font-size:12px;line-height:1.25;}
.ambfo-product-browser.is-found .ambfo-browser-aby-words strong{color:#08752f;}
.ambfo-product-browser.is-error .ambfo-browser-aby-words strong{color:#a63c28;}
@keyframes ambfoAbySearch{0%,100%{transform:translateX(-5px) rotate(-2deg)}50%{transform:translateX(8px) translateY(-3px) rotate(2deg)}}
@keyframes ambfo-aby-clap-found{
  0%,18%,52%{background-image:url("../images/abytail/aby-clap-open.png");transform:scale(.94) rotate(-2deg);}
  8%,28%,62%{background-image:url("../images/abytail/aby-clap-mid.png");transform:scale(1) rotate(1deg);}
  14%,38%,72%,100%{background-image:url("../images/abytail/abytail-clapping.png");transform:scale(1.06) rotate(0);}
}
.ambfo-product-browser-status{min-height:24px;margin:2px 0 7px;color:#58738a;font-size:12px;font-weight:750;}
.ambfo-product-browser-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.ambfo-product-browser-card{display:grid;grid-template-columns:78px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:92px;padding:8px;border:1px solid #c7dce9;border-radius:11px;background:#fff;color:#123d6b!important;text-decoration:none!important;}
.ambfo-product-browser-card:hover,.ambfo-product-browser-card:focus{border-color:#16a9e8;box-shadow:0 0 0 3px rgba(22,169,232,.14);}
.ambfo-product-browser-card img{display:block;width:78px;height:76px;border-radius:8px;object-fit:cover;}
.ambfo-product-browser-card>span{display:flex;flex-direction:column;min-width:0;}
.ambfo-product-browser-card strong{color:#123d6b;font-size:14px;line-height:1.16;}
.ambfo-product-browser-card b{margin-top:4px;color:#08752f;}
.ambfo-product-browser-card small{color:#6b7f90;}
.ambfo-product-browser-card i{color:#0878d1;font-size:25px;font-style:normal;}
.ambfo-product-browser-more{width:100%;margin-top:11px;padding:10px;border:1px solid #159bd7;border-radius:9px;background:#e4f7ff;color:#075b94;font-weight:900;cursor:pointer;}
.ambfo-product-browser{
  padding:14px 16px 0;border:2px solid #20c4ef;border-radius:18px;
  background:linear-gradient(180deg,#002b47 0,#003e60 178px,#eff9ff 178px,#f7fbff 100%);
  color:#123d6b;box-shadow:inset 0 0 0 3px rgba(0,135,196,.28);
}
.ambfo-product-browser header{padding:5px 4px 12px;}
.ambfo-product-browser header strong{color:#ffc51b;font-size:22px;letter-spacing:.02em;}
.ambfo-product-browser header span{color:#a9ecff;font-size:13px;}
.ambfo-product-browser-close{border:2px solid #4fcfff;background:#00243a;box-shadow:0 0 0 3px rgba(32,196,239,.12);}
.ambfo-product-browser-search{margin:0 0 9px;}
.ambfo-product-browser-search input{border:2px solid #20c4ef;box-shadow:0 3px 0 #0087c4;font-weight:700;}
.ambfo-product-browser-aby{
  min-height:112px;margin:8px 0 9px;padding:8px 18px;border:2px solid #20c4ef;
  background:linear-gradient(135deg,#00263f,#00547c);box-shadow:0 5px 14px rgba(0,45,74,.2);
}
.ambfo-browser-aby-picture{flex-basis:126px;width:126px;height:100px;}
.ambfo-browser-aby-picture img,.ambfo-browser-aby-found{width:126px;height:100px;}
.ambfo-browser-aby-words strong{color:#ffc51b;font-size:20px;}
.ambfo-browser-aby-words small{color:#d9f5ff;font-size:13px;}
.ambfo-product-browser.is-found .ambfo-browser-aby-words strong{color:#ffc51b;}
.ambfo-product-browser-status{color:#345b78;text-align:center;font-size:13px;}
.ambfo-product-browser-card{border:2px solid #c7dce9;box-shadow:0 3px 8px rgba(10,70,105,.07);}
.ambfo-product-browser-card:hover,.ambfo-product-browser-card:focus{
  border-color:#20c4ef;box-shadow:0 0 0 4px rgba(32,196,239,.18),0 7px 16px rgba(0,71,110,.13);
}
.ambfo-product-browser-decline{
  position:sticky;z-index:5;bottom:0;width:calc(100% + 32px);min-height:52px;
  margin:14px -16px 0;padding:12px 18px;border:0;border-top:2px solid #20c4ef;
  background:linear-gradient(180deg,#063f69,#002f52);color:#fff;font-size:15px;font-weight:900;
  cursor:pointer;box-shadow:0 -5px 15px rgba(0,44,73,.18);
}
.ambfo-product-browser-decline:hover,.ambfo-product-browser-decline:focus{
  background:linear-gradient(180deg,#0a5b91,#00385f);color:#fff;outline:3px solid rgba(255,197,27,.45);outline-offset:-4px;
}
.ambfo-standalone-deal-launcher{margin:14px 0 16px;padding:0;border:0;background:transparent;}
.ambfo-standalone-deal-launcher .ambfo-view-deals{
  width:100%;min-height:94px;display:grid;grid-template-columns:82px minmax(0,1fr) 24px;
  align-items:center;gap:12px;padding:10px 15px;border:2px solid #20c4ef;border-radius:15px;
  background:linear-gradient(135deg,#00263f,#00466d);color:#fff;text-align:left;
  box-shadow:0 5px 0 #0087c4,0 10px 22px rgba(0,64,104,.2);cursor:pointer;
}
.ambfo-standalone-aby .ambfo-deal-fish{display:block;width:78px;height:68px;}
.ambfo-standalone-aby .ambfo-deal-fish-svg{display:block;width:100%;height:100%;}
.ambfo-standalone-copy{display:flex;flex-direction:column;min-width:0;}
.ambfo-standalone-copy strong{color:#ffc51b;font-size:12px;letter-spacing:1.2px;}
.ambfo-standalone-copy b{color:#fff;font-size:18px;line-height:1.2;}
.ambfo-standalone-copy small{margin-top:4px;color:#9ee9ff;font-size:12px;}
.ambfo-standalone-arrow{color:#fff;font-size:34px;font-weight:800;}
@media(max-width:600px){
  .ambfo-presenter-intro{align-items:flex-start;flex-direction:column;}
  .ambfo-presenter-intro span{text-align:left;}
  .ambfo-presenter-card h3{font-size:16px;}
  .ambfo-presenter-card-head{align-items:flex-start;flex-direction:column;}
  .ambfo-product-browser{padding:10px;border-radius:13px;}
  .ambfo-product-browser header strong{font-size:17px;}
  .ambfo-product-browser-aby{min-height:88px;padding:6px 10px;}
  .ambfo-browser-aby-picture{flex-basis:88px;width:88px;height:76px;}
  .ambfo-browser-aby-picture img,.ambfo-browser-aby-found{width:88px;height:76px;}
  .ambfo-browser-aby-words strong{font-size:14px;}
  .ambfo-product-browser-grid{grid-template-columns:1fr;}
  .ambfo-product-browser-card{grid-template-columns:66px minmax(0,1fr) 16px;min-height:80px;}
  .ambfo-product-browser-card img{width:66px;height:64px;}
  .ambfo-product-browser-decline{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;}
  .ambfo-standalone-deal-launcher .ambfo-view-deals{grid-template-columns:62px minmax(0,1fr) 18px;min-height:82px;padding:8px 10px;}
  .ambfo-standalone-aby .ambfo-deal-fish{width:58px;height:54px;}
  .ambfo-standalone-copy b{font-size:15px;}
}
@media (prefers-reduced-motion:reduce){
  .ambfo-product-browser.is-searching .ambfo-browser-aby-searching{animation:none;}
  .ambfo-browser-aby-picture img,.ambfo-browser-aby-found{transition:none;}
  .ambfo-product-browser.is-found .ambfo-browser-aby-found{animation:none;background-image:url("../images/abytail/abytail-clapping.png");}
}
.ambfo-deal-shop-link{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-height:44px;padding:10px 16px;border:2px solid #20c4ef;border-radius:10px;background:#075aaa;color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 0 0 4px rgba(32,196,239,.15);}

/* Keep the product-page launcher in Aby's established navy, cyan and yellow theme. */
.ambfo-standalone-deal-launcher .ambfo-view-deals{
  border-color:#20c4ef!important;
  background:linear-gradient(135deg,#00263f,#00466d)!important;
  color:#fff!important;
  box-shadow:0 6px 0 #0087c4,0 12px 26px rgba(0,64,104,.24)!important;
}
.ambfo-standalone-deal-launcher .ambfo-launcher-aby{
  display:block;width:100%;height:76px;object-fit:contain;
}
.ambfo-standalone-deal-launcher .ambfo-view-deals-title{color:#ffc51b!important;}
.ambfo-standalone-deal-launcher .ambfo-view-deals-title-line:last-child{color:#fff!important;}
.ambfo-standalone-deal-launcher .ambfo-view-deals small{color:#9ee9ff!important;}


.ambfo-ajax-cart-notice{
  margin:0 0 16px!important;
  box-sizing:border-box;
}


.ambfo-next-deal-preview{
  grid-column:1 / -1;
  margin:12px 0 0;
  padding:10px 12px;
  border:1px dashed #9bb9e7;
  border-radius:8px;
  background:#f7faff;
  color:#294e83;
  font-size:13px;
  line-height:1.4;
  text-align:center;
}
.ambfo-next-deal-preview[hidden]{
  display:none!important;
}
.ambfo-next-deal-preview strong{
  color:#1658aa;
}
.ambfo-next-deal-preview span{
  white-space:nowrap;
  font-weight:750;
}


.als-saving-badge.ambfo-next-deal-badge{
  background:#e8f7ef;
  color:#176d28;
}
.als-saving-badge.ambfo-next-deal-badge strong{
  color:#176d28;
}
.als-saving-badge.ambfo-next-deal-badge span{
  color:#176d28;
}
.ambfo-next-deal-preview{
  border-style:dashed;
  background:#fbfdff;
  color:#2a4068;
  font-size:14px;
  line-height:1.45;
}
.ambfo-next-deal-preview strong{
  display:block;
  margin-bottom:4px;
  color:#1658aa;
  font-size:15px;
}
.ambfo-next-deal-preview span{
  display:block;
  margin-top:5px;
  color:#1658aa;
  font-weight:800;
  white-space:normal;
}


.als-saving-card.is-confirmation .als-saving-message{
  font-size:15px;
  line-height:1.55;
}
.als-saving-card.is-confirmation .ambfo-next-deal-preview{
  display:none!important;
}


.ambfo-pending-facts{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:14px 0 10px;
  padding:12px 14px;
  border:1px solid #cfe1f7;
  border-radius:10px;
  background:#f7fbff;
}
.ambfo-pending-facts[hidden],
.ambfo-pending-benefit[hidden]{display:none!important;}
.ambfo-pending-facts>div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#34465e;
  font-size:14px;
  line-height:1.35;
}
.ambfo-pending-facts strong{color:#183d70;}
.ambfo-pending-facts span{font-weight:800;text-align:right;}
.ambfo-pending-benefit{
  margin:0 0 14px;
  padding:12px 14px;
  border-left:4px solid #1f7a36;
  border-radius:8px;
  background:#f3fbf4;
  color:#24472d;
  text-align:left;
}
.ambfo-pending-benefit strong,
.ambfo-pending-benefit span,
.ambfo-pending-benefit em{display:block;}
.ambfo-pending-benefit strong{margin-bottom:4px;color:#176d28;font-size:15px;}
.ambfo-pending-benefit span{font-size:14px;line-height:1.4;}
.ambfo-pending-benefit em{margin-top:5px;color:#176d28;font-style:normal;font-weight:800;}
.ambfo-pending-add-text strong,
.ambfo-pending-add-text small{display:block;}
.ambfo-pending-add-text small{margin-top:3px;font-size:12px;opacity:.92;}
@media(max-width:700px){
  .ambfo-pending-facts>div{font-size:13px;}
  .ambfo-pending-benefit{padding:10px 12px;}
}

/* Approved AbyTail leave-page popup. */
.ambfo-abytail-popup{display:none;}
.ambfo-abytail-mode .ambfo-abytail-popup{display:block;}
.ambfo-abytail-mode .ambfo-legacy-popup{display:none;}
.ambfo-deals-mode .ambfo-abytail-popup{display:none;}
.ambfo-deals-mode .ambfo-legacy-popup{display:block;}
.ambfo-abytail-mode .ambfo-pending-dialog{
  width:min(720px,calc(100% - 18px));
  max-height:96vh;
  padding:0;
  overflow:auto;
  border:1px solid #225c91;
  border-radius:22px;
  background:#00172b;
  color:#fff;
  box-shadow:0 25px 80px rgba(0,0,0,.55),0 0 0 4px rgba(27,126,202,.18);
}
.ambfo-abytail-mode .ambfo-pending-close{
  z-index:8;
  top:12px;
  right:14px;
  width:44px;
  height:44px;
  border:2px solid rgba(103,176,231,.28);
  border-radius:50%;
  background:rgba(0,13,26,.72);
  color:#fff;
  font-size:34px;
}
.ambfo-abytail-header{
  position:relative;
  min-height:210px;
  overflow:hidden;
  padding:22px 22px 18px 42%;
  box-sizing:border-box;
  background:
    radial-gradient(circle at 89% 22%,rgba(0,141,221,.18) 0 3px,transparent 4px),
    radial-gradient(circle at 92% 33%,rgba(0,141,221,.22) 0 6px,transparent 7px),
    radial-gradient(circle at 8% 18%,rgba(0,174,255,.28) 0 8px,transparent 9px),
    linear-gradient(145deg,#001427,#002b4b 58%,#001526);
  border-bottom:1px solid #164e79;
  text-align:left;
}
.ambfo-abytail-header:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:52px;
  opacity:.5;
  background:linear-gradient(170deg,transparent 0 52%,rgba(5,95,116,.35) 53%);
}
.ambfo-abytail-loudhailer{
  position:absolute;
  z-index:2;
  left:10px;
  top:12px;
  width:43%;
  height:175px;
  background:url("../images/abytail/abytail-loudhailer.png") center/contain no-repeat;
  animation:ambfo-abytail-float 4s ease-in-out infinite;
}
.ambfo-abytail-alert-marks{
  position:absolute;
  z-index:3;
  left:39%;
  top:25px;
  color:#ffc400;
  font-size:35px;
  font-weight:1000;
  letter-spacing:-8px;
  transform:rotate(-15deg);
  animation:ambfo-alert-pulse 2.2s ease-out infinite;
}
.ambfo-abytail-heading{position:relative;z-index:2;}
.ambfo-abytail-mode .ambfo-abytail-heading h2{
  margin:0;
  color:#fff;
  font-size:52px;
  line-height:.83;
  letter-spacing:-1px;
  text-shadow:0 3px 0 rgba(0,0,0,.22);
}
.ambfo-abytail-mode .ambfo-abytail-heading h2 strong{color:#ffc400;}
.ambfo-abytail-header p{
  position:relative;
  z-index:2;
  margin:17px 0 0;
  color:#fff;
  font-size:17px;
  line-height:1.3;
  font-style:italic;
}
.ambfo-abytail-header p strong,.ambfo-abytail-header p b{color:#ffc400;}
.ambfo-abytail-main{
  margin:0 14px;
  padding:17px;
  border-radius:18px;
  background:#fbfaf6;
  color:#07192d;
  box-shadow:0 8px 22px rgba(0,0,0,.2);
}
.ambfo-abytail-unlock,.ambfo-abytail-basket{display:inline-flex;vertical-align:top;box-sizing:border-box;}
.ambfo-abytail-unlock{
  width:56%;
  min-height:102px;
  flex-direction:column;
  justify-content:center;
  text-align:left;
}
.ambfo-abytail-unlock strong{font-size:39px;line-height:1;color:#081b31;}
.ambfo-abytail-unlock strong span{color:#d71118;}
.ambfo-abytail-unlock>span{margin-top:8px;font-size:26px;font-weight:950;}
.ambfo-abytail-unlock>span b{color:#0870dc;}
.ambfo-abytail-basket{
  width:43%;
  min-height:102px;
  padding:12px 14px;
  flex-direction:column;
  border:1px solid #d5dbe0;
  border-radius:14px;
  background:#fff;
  text-align:left;
}
.ambfo-abytail-basket small{font-size:14px;font-weight:900;}
.ambfo-abytail-basket>strong{margin-top:5px;font-size:17px;}
.ambfo-abytail-basket>strong span:first-child,.ambfo-abytail-basket em span{color:#0870dc;}
.ambfo-abytail-basket em{font-size:12px;font-style:normal;}
.ambfo-abytail-progress{position:relative;height:13px;margin:9px 0 7px;border-radius:10px;background:#d4d7db;}
.ambfo-abytail-progress i{display:block;width:47%;height:100%;border-radius:10px;background:linear-gradient(90deg,#069cf0,#095bd5);}
.ambfo-abytail-progress b{position:absolute;left:43%;top:50%;transform:translate(-50%,-50%);font-size:17px;}
.ambfo-abytail-prices{
  display:grid;
  grid-template-columns:1fr 34px 1fr 105px;
  align-items:center;
  gap:8px;
  margin:14px 0;
  padding:14px;
  border:1px solid #d4dce2;
  border-radius:14px;
  background:linear-gradient(135deg,#edf2f5,#fff);
  text-align:left;
}
.ambfo-abytail-prices>div:not(.ambfo-abytail-save){display:flex;flex-direction:column;}
.ambfo-abytail-prices small{font-size:14px;font-weight:950;}
.ambfo-abytail-prices strong{font-size:29px;line-height:1.1;}
.ambfo-abytail-prices strong em{font-size:15px;font-style:normal;}
.ambfo-abytail-prices>i{color:#a9bfd1;font-size:48px;font-style:normal;}
.ambfo-abytail-discount-price{color:#087729;}
.ambfo-abytail-save{
  display:flex;
  width:96px;
  height:96px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#087a29;
  color:#fff;
  text-align:center;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.1);
}
.ambfo-abytail-save strong{font-size:27px;}
.ambfo-abytail-action{
  display:grid;
  width:100%;
  min-height:68px;
  padding:8px 15px;
  grid-template-columns:58px 1fr 24px;
  align-items:center;
  border:0;
  border-radius:14px;
  color:#07192d;
  cursor:pointer;
  text-align:left;
}
.ambfo-abytail-add-deal{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#ffb900,#ffd22e);
  box-shadow:0 4px 0 #d68c00;
  animation:ambfo-yellow-emphasis 3.2s ease-in-out infinite;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.ambfo-abytail-add-deal:after{
  content:"";
  position:absolute;
  top:-55%;
  left:-35%;
  width:24%;
  height:210%;
  opacity:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);
  transform:rotate(18deg);
  animation:ambfo-yellow-sheen 4.2s ease-in-out infinite;
  pointer-events:none;
}
.ambfo-abytail-add-deal:hover,.ambfo-abytail-add-deal:focus{filter:brightness(1.035);transform:translateY(-1px);}
.ambfo-abytail-add-deal:active{transform:translateY(2px) scale(.995);box-shadow:0 2px 0 #d68c00;}
.ambfo-abytail-action+.ambfo-abytail-action{margin-top:12px;}
.ambfo-abytail-action.ambfo-abytail-view-deals{
  display:grid!important;
  width:100%!important;
  min-height:68px!important;
  padding:8px 15px!important;
  grid-template-columns:58px minmax(0,1fr) 24px!important;
  gap:0!important;
  border:1px solid #02b8ff;
  border-radius:14px!important;
  background:linear-gradient(135deg,#00172c,#002d50);
  color:#fff;
  box-shadow:0 0 12px rgba(0,178,255,.65);
  animation:ambfo-blue-glow 4s ease-in-out infinite;
  overflow:visible!important;
}
.ambfo-abytail-action-icon{font-size:31px;text-align:center;}
.ambfo-abytail-action>span:nth-child(2){display:flex;flex-direction:column;}
.ambfo-abytail-action strong{font-size:25px;line-height:1.05;}
.ambfo-abytail-action small{margin-top:3px;color:inherit;font-size:15px;}
.ambfo-abytail-action.ambfo-abytail-view-deals small{color:#00c6f7;}
.ambfo-abytail-action>i{font-size:45px;font-style:normal;}
.ambfo-abytail-current-card{
  position:relative;
  display:grid;
  width:calc(100% - 28px);
  min-height:130px;
  margin:14px;
  padding:10px 12px;
  overflow:hidden;
  grid-template-columns:29% 39% 32%;
  align-items:center;
  border:2px dashed #0d8bd5;
  border-radius:18px;
  background:linear-gradient(135deg,#002b4b,#001629);
  color:#fff;
  cursor:pointer;
  text-align:left;
  animation:ambfo-tank-border 4.5s ease-in-out infinite;
}
.ambfo-abytail-pointing{height:112px;background:url("../images/abytail/abytail-pointing.png") center/contain no-repeat;}
.ambfo-abytail-current-copy{z-index:2;display:flex;flex-direction:column;}
.ambfo-abytail-current-copy>strong{font-size:19px;}
.ambfo-abytail-current-copy>b{color:#ffc400;font-size:27px;line-height:.92;}
.ambfo-abytail-current-copy small{margin-top:7px;font-size:12px;line-height:1.25;}
.ambfo-abytail-current-copy em{color:#ffc400;font-style:italic;font-weight:800;}
.ambfo-abytail-tank{
  position:relative;
  height:93px;
  overflow:hidden;
  border:3px solid #7bc9ed;
  border-radius:9px 9px 20px 20px;
  background:linear-gradient(#0c6e9cbb,#063852cc),linear-gradient(15deg,#27333c 0 14%,transparent 15%);
  box-shadow:inset 0 8px 8px rgba(255,255,255,.18);
}
.ambfo-mini-aby{position:absolute;width:50px;height:40px;background-position:center;background-size:contain;background-repeat:no-repeat;animation:ambfo-mini-swim 4s ease-in-out infinite;}
.ambfo-mini-aby-left{background-image:url("../images/abytail/mini-aby-left.png");}
.ambfo-mini-aby-right{background-image:url("../images/abytail/mini-aby-right.png");}
.ambfo-mini-aby-up{background-image:url("../images/abytail/mini-aby-up.png");}
.ambfo-mini-aby-down{background-image:url("../images/abytail/mini-aby-down.png");}
.ambfo-mini-aby-1{left:5%;top:8%;animation-delay:-.4s;}
.ambfo-mini-aby-2{right:5%;top:10%;width:43px;animation-delay:-1.1s;}
.ambfo-mini-aby-3{left:32%;bottom:4%;width:45px;animation-delay:-2.2s;}
.ambfo-mini-aby-4{right:27%;bottom:2%;width:38px;animation-delay:-3.1s;}
.ambfo-mini-aby-5{left:9%;bottom:0;width:35px;animation-delay:-1.7s;}
.ambfo-mini-aby-6{right:5%;bottom:0;width:34px;animation-delay:-2.7s;}
.ambfo-mini-aby-more{position:absolute;right:4px;bottom:2px;padding:2px 5px;border-radius:8px;background:#001829;color:#fff;font-size:11px;font-weight:900;}
.ambfo-abytail-note{display:flex;justify-content:center;gap:8px;margin:4px 14px 12px;color:#d5e0ea;font-size:12px;line-height:1.25;}
@keyframes ambfo-abytail-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1deg)}}
@keyframes ambfo-alert-pulse{0%,20%,100%{opacity:.35;transform:rotate(-15deg) scale(.9)}8%{opacity:1;transform:rotate(-15deg) scale(1.08)}}
@keyframes ambfo-yellow-emphasis{0%,78%,100%{filter:brightness(1)}85%{filter:brightness(1.055)}}
@keyframes ambfo-yellow-sheen{0%,68%{left:-35%;opacity:0}72%{opacity:.7}84%{left:115%;opacity:0}100%{left:115%;opacity:0}}
@keyframes ambfo-blue-glow{0%,100%{box-shadow:0 0 9px rgba(0,178,255,.45)}50%{box-shadow:0 0 18px rgba(0,178,255,.8)}}
@keyframes ambfo-tank-border{0%,100%{border-color:#0d8bd5}50%{border-color:#42c8ff}}
@keyframes ambfo-mini-swim{0%,100%{transform:translate(0,0) scale(.92)}50%{transform:translate(6px,-3px) scale(1)}}
@media(max-width:700px){
  .ambfo-abytail-mode .ambfo-pending-dialog{width:min(430px,calc(100% - 10px));max-height:98vh;border-radius:16px;}
  .ambfo-abytail-header{min-height:170px;padding:19px 12px 10px 43%;}
  .ambfo-abytail-loudhailer{left:0;top:17px;width:46%;height:135px;}
  .ambfo-abytail-alert-marks{left:39%;top:21px;font-size:26px;}
  .ambfo-abytail-mode .ambfo-abytail-heading h2{font-size:36px;}
  .ambfo-abytail-header p{margin-top:11px;font-size:12px;}
  .ambfo-abytail-main{margin:0 7px;padding:10px;border-radius:14px;}
  .ambfo-abytail-unlock{width:55%;min-height:80px;}
  .ambfo-abytail-unlock strong{font-size:25px;}
  .ambfo-abytail-unlock>span{font-size:17px;}
  .ambfo-abytail-basket{width:44%;min-height:80px;padding:8px;}
  .ambfo-abytail-basket small{font-size:10px;}
  .ambfo-abytail-basket>strong{font-size:12px;}
  .ambfo-abytail-basket em{font-size:9px;}
  .ambfo-abytail-progress{height:9px;margin:6px 0 4px;}
  .ambfo-abytail-prices{grid-template-columns:1fr 15px 1fr 70px;gap:3px;margin:8px 0;padding:8px;}
  .ambfo-abytail-prices small{font-size:9px;}
  .ambfo-abytail-prices strong{font-size:19px;}
  .ambfo-abytail-prices strong em{font-size:10px;}
  .ambfo-abytail-prices>div>span{font-size:10px;}
  .ambfo-abytail-prices>i{font-size:28px;}
  .ambfo-abytail-save{width:62px;height:62px;}
  .ambfo-abytail-save strong{font-size:17px;}
  .ambfo-abytail-action{min-height:56px;padding:6px 9px;grid-template-columns:42px 1fr 18px;border-radius:11px;}
  .ambfo-abytail-action.ambfo-abytail-view-deals{min-height:56px!important;padding:6px 9px!important;grid-template-columns:42px minmax(0,1fr) 18px!important;border-radius:11px!important;}
  .ambfo-abytail-action+.ambfo-abytail-action{margin-top:8px;}
  .ambfo-abytail-action-icon{font-size:24px;}
  .ambfo-abytail-action strong{font-size:18px;}
  .ambfo-abytail-action small{font-size:11px;}
  .ambfo-abytail-action>i{font-size:31px;}
  .ambfo-abytail-current-card{width:calc(100% - 14px);min-height:105px;margin:8px 7px;padding:6px;grid-template-columns:27% 45% 28%;border-radius:13px;}
  .ambfo-abytail-pointing{height:91px;}
  .ambfo-abytail-current-copy>strong{font-size:12px;}
  .ambfo-abytail-current-copy>b{font-size:18px;}
  .ambfo-abytail-current-copy small{font-size:8.5px;}
  .ambfo-abytail-tank{height:70px;}
  .ambfo-mini-aby{width:34px;height:28px;}
  .ambfo-abytail-note{margin:2px 8px 8px;font-size:10px;}
}
@media(min-width:701px) and (max-height:850px){
  .ambfo-abytail-mode .ambfo-pending-dialog{max-height:calc(100vh - 16px);overflow:hidden;}
  .ambfo-abytail-header{min-height:150px;padding:13px 18px 10px 41%;}
  .ambfo-abytail-loudhailer{top:5px;height:135px;}
  .ambfo-abytail-alert-marks{top:15px;font-size:27px;}
  .ambfo-abytail-mode .ambfo-abytail-heading h2{font-size:39px;}
  .ambfo-abytail-header p{margin-top:9px;font-size:13px;}
  .ambfo-abytail-main{margin:0 10px;padding:10px;}
  .ambfo-abytail-unlock,.ambfo-abytail-basket{min-height:77px;}
  .ambfo-abytail-unlock strong{font-size:30px;}
  .ambfo-abytail-unlock>span{margin-top:4px;font-size:20px;}
  .ambfo-abytail-basket{padding:8px 11px;}
  .ambfo-abytail-basket small{font-size:11px;}
  .ambfo-abytail-basket>strong{font-size:14px;}
  .ambfo-abytail-basket em{font-size:10px;}
  .ambfo-abytail-progress{height:9px;margin:5px 0 4px;}
  .ambfo-abytail-prices{grid-template-columns:1fr 25px 1fr 78px;margin:8px 0;padding:8px;}
  .ambfo-abytail-prices small{font-size:11px;}
  .ambfo-abytail-prices strong{font-size:22px;}
  .ambfo-abytail-prices>i{font-size:34px;}
  .ambfo-abytail-save{width:72px;height:72px;}
  .ambfo-abytail-save strong{font-size:20px;}
  .ambfo-abytail-action,.ambfo-abytail-action.ambfo-abytail-view-deals{min-height:52px!important;padding:5px 11px!important;}
  .ambfo-abytail-action+.ambfo-abytail-action{margin-top:7px;}
  .ambfo-abytail-action strong{font-size:19px;}
  .ambfo-abytail-action small{font-size:11px;}
  .ambfo-abytail-action-icon{font-size:24px;}
  .ambfo-abytail-action>i{font-size:32px;}
  .ambfo-abytail-current-card{min-height:91px;margin:8px 10px;width:calc(100% - 20px);padding:5px 9px;}
  .ambfo-abytail-pointing{height:80px;}
  .ambfo-abytail-current-copy>strong{font-size:14px;}
  .ambfo-abytail-current-copy>b{font-size:20px;}
  .ambfo-abytail-current-copy small{margin-top:4px;font-size:9px;}
  .ambfo-abytail-tank{height:65px;}
  .ambfo-mini-aby{width:38px;height:30px;}
  .ambfo-abytail-note{margin:1px 10px 6px;font-size:10px;}
}
@media(max-width:370px){
  .ambfo-abytail-header{min-height:158px;}
  .ambfo-abytail-loudhailer{height:124px;}
  .ambfo-abytail-mode .ambfo-abytail-heading h2{font-size:32px;}
  .ambfo-abytail-unlock strong{font-size:22px;}
  .ambfo-abytail-current-copy>b{font-size:16px;}
}
@media(prefers-reduced-motion:reduce){
  .ambfo-abytail-loudhailer,.ambfo-abytail-alert-marks,.ambfo-abytail-add-deal,
  .ambfo-abytail-action.ambfo-abytail-view-deals,.ambfo-abytail-current-card,.ambfo-mini-aby{animation:none!important;}
}
.ambfo-abytail-added-confirmation{
  position:fixed;
  inset:0;
  z-index:1000030;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-sizing:border-box;
  background:rgba(0,14,28,.58);
  opacity:0;
  transition:opacity .2s ease;
  pointer-events:none;
}
.ambfo-abytail-added-confirmation[hidden]{display:none!important;}
.ambfo-abytail-added-confirmation.is-visible{opacity:1;}
.ambfo-abytail-added-card{
  position:relative;
  display:flex;
  width:min(430px,100%);
  min-height:170px;
  padding:24px 28px 22px 145px;
  flex-direction:column;
  justify-content:center;
  box-sizing:border-box;
  border:2px solid #20bfff;
  border-radius:20px;
  background:linear-gradient(145deg,#002e4e,#001629);
  color:#fff;
  box-shadow:0 22px 65px rgba(0,0,0,.45),0 0 22px rgba(0,184,255,.5);
  text-align:left;
  transform:translateY(12px) scale(.96);
  transition:transform .28s cubic-bezier(.2,.85,.3,1.15);
}
.is-visible .ambfo-abytail-added-card{transform:translateY(0) scale(1);}
.ambfo-abytail-added-fish{
  position:absolute;
  left:18px;
  bottom:14px;
  width:125px;
  height:135px;
  background:url("../images/abytail/abytail-clapping.png") center/contain no-repeat;
  opacity:0;
  transform:translateX(-115px) rotate(-8deg) scale(.88);
  transform-origin:55% 62%;
}
.is-visible .ambfo-abytail-added-fish{
  animation:
    ambfo-added-swim-clap 1.35s cubic-bezier(.2,.75,.25,1) both,
    ambfo-aby-clap-added 1.5s steps(1,end) .34s both;
}
.ambfo-abytail-added-bubbles{position:absolute;left:91px;top:18px;width:52px;height:90px;pointer-events:none;}
.ambfo-abytail-added-bubbles i{position:absolute;bottom:0;width:10px;height:10px;border:2px solid rgba(89,208,255,.9);border-radius:50%;opacity:0;box-shadow:inset 0 0 4px rgba(255,255,255,.8);}
.ambfo-abytail-added-bubbles i:nth-child(1){left:2px;width:8px;height:8px;}
.ambfo-abytail-added-bubbles i:nth-child(2){left:20px;width:12px;height:12px;}
.ambfo-abytail-added-bubbles i:nth-child(3){left:39px;width:7px;height:7px;}
.is-visible .ambfo-abytail-added-bubbles i{animation:ambfo-added-bubble-rise 1.25s ease-out .38s both;}
.is-visible .ambfo-abytail-added-bubbles i:nth-child(2){animation-delay:.53s;}
.is-visible .ambfo-abytail-added-bubbles i:nth-child(3){animation-delay:.68s;}
.ambfo-abytail-added-tick{
  display:flex;
  width:42px;
  height:42px;
  margin-bottom:8px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#11a947;
  color:#fff;
  font-size:29px;
  font-weight:900;
  box-shadow:0 0 0 6px rgba(17,169,71,.16);
  opacity:0;
  transform:scale(.35) rotate(-14deg);
}
.is-visible .ambfo-abytail-added-tick{animation:ambfo-added-tick-pop .5s cubic-bezier(.18,.9,.28,1.35) .72s both;}
.ambfo-abytail-added-title{color:#ffc400;font-size:24px;line-height:1.05;}
.ambfo-abytail-achieved-deal{
  display:flex;
  margin-top:10px;
  flex-direction:column;
  gap:6px;
}
.ambfo-abytail-achieved-deal[hidden]{display:none!important;}
.ambfo-abytail-achieved-headline{color:#fff;font-size:18px;line-height:1.25;font-weight:900;}
.ambfo-abytail-achieved-figures{
  display:inline-flex;
  align-self:flex-start;
  padding:6px 10px;
  border-radius:999px;
  background:#dff6e7;
  color:#08752d;
  font-size:14px;
  line-height:1.2;
  font-weight:900;
}
.ambfo-abytail-added-copy{display:block;margin-top:7px;color:#fff;font-size:14px;line-height:1.35;}
.ambfo-abytail-added-confirmation.is-deal-achieved .ambfo-abytail-added-card{
  width:min(540px,100%);
  min-height:220px;
}
@keyframes ambfo-added-swim-clap{
  0%{opacity:0;transform:translateX(-115px) rotate(-8deg) scale(.88);}
  30%{opacity:1;transform:translateX(0) rotate(2deg) scale(1);}
  48%{transform:translateX(0) rotate(-2deg) scale(.94);}
  62%{transform:translateX(0) rotate(2deg) scale(1.04);}
  76%{transform:translateX(0) rotate(-2deg) scale(.94);}
  90%{transform:translateX(0) rotate(1deg) scale(1.04);}
  100%{opacity:1;transform:translateX(0) rotate(0) scale(1);}
}
@keyframes ambfo-aby-clap-added{
  0%,18%,52%{background-image:url("../images/abytail/aby-clap-open.png");}
  8%,28%,62%{background-image:url("../images/abytail/aby-clap-mid.png");}
  14%,38%,72%,100%{background-image:url("../images/abytail/abytail-clapping.png");}
}
@keyframes ambfo-added-tick-pop{
  0%{opacity:0;transform:scale(.35) rotate(-14deg);}
  70%{opacity:1;transform:scale(1.16) rotate(4deg);box-shadow:0 0 0 12px rgba(17,169,71,.1);}
  100%{opacity:1;transform:scale(1) rotate(0);box-shadow:0 0 0 6px rgba(17,169,71,.16);}
}
@keyframes ambfo-added-bubble-rise{
  0%{opacity:0;transform:translateY(10px) scale(.65);}
  25%{opacity:.95;}
  100%{opacity:0;transform:translateY(-72px) translateX(8px) scale(1.15);}
}
@media(max-width:500px){
  .ambfo-abytail-added-card{min-height:145px;padding:20px 18px 18px 112px;}
  .ambfo-abytail-added-fish{left:8px;width:105px;height:115px;}
  .ambfo-abytail-added-title{font-size:20px;}
  .ambfo-abytail-achieved-headline{font-size:15px;}
  .ambfo-abytail-achieved-figures{padding:5px 8px;font-size:12px;}
  .ambfo-abytail-added-copy{font-size:12px;}
  .ambfo-abytail-added-confirmation.is-deal-achieved .ambfo-abytail-added-card{min-height:190px;}
}
@media(prefers-reduced-motion:reduce){
  .ambfo-abytail-add-deal:after{animation:none!important;}
  .ambfo-abytail-added-confirmation,.ambfo-abytail-added-card{transition:none!important;}
  .ambfo-abytail-added-fish,.ambfo-abytail-added-tick,.ambfo-abytail-added-bubbles i{animation:none!important;opacity:1!important;transform:none!important;}
  .ambfo-abytail-added-fish{background-image:url("../images/abytail/abytail-clapping.png")!important;}
}

/* Compact minimum-purchase action card. */
.als-minimum-card{
  grid-template-columns:minmax(0,1fr) 68px;
  gap:8px 12px;
  padding:12px 14px;
  margin-bottom:10px;
  border:1px solid #55a866;
  border-radius:14px;
  box-shadow:0 2px 6px rgba(24,118,43,.10);
}
.als-minimum-card .als-card-content{
  order:1;
}
.als-minimum-card .als-card-heading{
  margin:0 0 3px;
}
.als-minimum-card .als-card-title{
  font-size:18px;
  line-height:1.18;
}
.als-minimum-card .als-explanation{
  margin:0!important;
  font-size:14px;
  line-height:1.34;
}
.als-minimum-card.has-direct-minimum-action .als-minimum-message{
  display:none;
}
.als-minimum-card.has-direct-minimum-action{
  cursor:pointer;
}
.als-minimum-card .als-card-badge{
  order:2;
  width:64px;
  min-height:64px;
  padding:5px;
  align-self:start;
  background:#e7f4df;
}
.als-minimum-card .als-card-badge strong{
  font-size:15px;
}
.als-minimum-card .als-card-badge span{
  margin-top:2px;
  font-size:11px;
}
.als-minimum-card .als-action.button{
  position:relative;
  order:3;
  grid-column:1 / -1;
  display:block;
  width:100%;
  min-height:58px;
  margin:0!important;
  padding:8px 50px 8px 58px!important;
  border:2px solid #178126!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#effbdc 0%,#dff4bd 100%)!important;
  color:#08731b!important;
  box-shadow:0 3px 7px rgba(23,129,38,.18)!important;
  text-align:center!important;
}
.als-minimum-card .als-action.button:before{
  content:"+";
  position:absolute;
  left:14px;
  top:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:2px solid #178126;
  border-radius:50%;
  background:#fff;
  color:#178126;
  font-size:27px;
  line-height:1;
  font-weight:900;
  transform:translateY(-50%);
}
.als-minimum-card .als-action.button:after{
  content:"→";
  position:absolute;
  right:15px;
  top:50%;
  color:#178126;
  font-size:29px;
  line-height:1;
  font-weight:900;
  transform:translateY(-52%);
}
.als-minimum-card .als-action.button:hover,
.als-minimum-card .als-action.button:focus{
  border-color:#0b6b18!important;
  background:linear-gradient(180deg,#e8f8cf 0%,#cfeea2 100%)!important;
  color:#075f16!important;
}
.als-minimum-card .als-action-main{
  font-size:20px;
  line-height:1.08;
  font-weight:900;
  text-transform:uppercase;
}
.als-minimum-card .als-action-sub{
  margin-top:3px;
  font-size:12px;
  line-height:1.15;
  font-weight:800;
  color:#244b2b;
  opacity:1;
}
.als-minimum-card .als-minimum-info-actions{
  order:4;
  grid-column:1 / -1;
  gap:0;
}
.als-minimum-card .als-minimum-info-actions .als-why-toggle{
  min-height:34px;
  padding:5px 10px;
  border-color:#78a1df;
  border-radius:8px;
  font-size:13px;
}
.als-minimum-card .als-why-panel{
  order:5;
  grid-column:1 / -1;
}

@media(max-width:700px){
  .als-minimum-card{
    grid-template-columns:minmax(0,1fr) 58px;
    gap:7px 9px;
    padding:10px;
  }
  .als-minimum-card .als-card-title{
    font-size:17px;
  }
  .als-minimum-card .als-explanation{
    font-size:13px;
    line-height:1.3;
  }
  .als-minimum-card .als-card-badge{
    width:56px;
    min-height:56px;
  }
  .als-minimum-card .als-card-badge strong{
    font-size:13px;
  }
  .als-minimum-card .als-card-badge span{
    font-size:10px;
  }
  .als-minimum-card .als-action.button{
    min-height:54px;
    padding:7px 38px 7px 46px!important;
  }
  .als-minimum-card .als-action.button:before{
    left:10px;
    width:27px;
    height:27px;
    font-size:23px;
  }
  .als-minimum-card .als-action.button:after{
    right:10px;
    font-size:25px;
  }
  .als-minimum-card .als-action-main{
    font-size:17px;
  }
  .als-minimum-card .als-action-sub{
    font-size:11px;
  }
  .als-minimum-card .als-minimum-info-actions .als-why-toggle{
    min-height:32px;
    padding:4px 8px;
    font-size:12px;
  }
}

@media(max-width:430px){
  .als-minimum-card{
    grid-template-columns:minmax(0,1fr) 54px;
  }
  .als-minimum-card .als-card-badge{
    grid-column:2;
    width:52px;
    min-height:52px;
    justify-self:end;
    flex-direction:column;
    gap:0;
    padding:4px;
    border-radius:50%;
  }
}

/* Approved AbyTail bulk-deals popup. */
.ambfo-deals-hero{display:none;}
.ambfo-deals-mode .ambfo-pending-dialog{width:min(720px,calc(100% - 18px));max-height:96vh;padding:0;overflow:auto;border:2px solid #149ee4;border-radius:22px;background:#001b31;box-shadow:0 25px 80px rgba(0,0,0,.58),0 0 0 4px rgba(0,181,255,.14);}
.ambfo-deals-mode .ambfo-pending-close{z-index:12;top:13px;right:15px;width:43px;height:43px;border:2px solid rgba(89,187,242,.4);border-radius:50%;background:rgba(0,14,27,.78);color:#fff;font-size:32px;}
.ambfo-deals-mode .ambfo-legacy-popup{padding:0 16px 13px;}
.ambfo-deals-mode .ambfo-deals-hero{position:relative;display:grid;grid-template-columns:41% minmax(0,1fr);min-height:175px;margin:0 -16px 10px;padding:16px 58px 14px 16px;box-sizing:border-box;overflow:hidden;border-bottom:1px solid #17547d;background:radial-gradient(circle at 10% 18%,rgba(0,176,255,.36) 0 6px,transparent 7px),radial-gradient(circle at 88% 32%,rgba(0,153,226,.25) 0 5px,transparent 6px),linear-gradient(145deg,#001326,#003252 64%,#001629);color:#fff;text-align:left;}
.ambfo-deals-hero-aby{display:block;min-width:0;background:url("../images/abytail/abytail-loudhailer.png") center/contain no-repeat;animation:ambfo-abytail-float 4s ease-in-out infinite;}
.ambfo-deals-hero-copy{align-self:center;min-width:0;}
.ambfo-deals-hero-copy>strong{display:block;color:#fff;font-size:clamp(32px,6vw,52px);line-height:.82;font-weight:1000;letter-spacing:.01em;}
.ambfo-deals-hero-copy>strong b{color:#ffc400;font:inherit;}
.ambfo-deals-hero-copy small{display:block;margin-top:10px;color:#fff;font-size:15px;line-height:1.22;font-style:italic;font-weight:700;}
.ambfo-deals-hero-copy small b{color:#ffc400;}
.ambfo-deals-mode #ambfo-pending-title,.ambfo-deals-mode .ambfo-pending-copy{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;}
.ambfo-deals-mode .ambfo-pending-facts{margin:0;padding:10px;border:0;border-radius:16px;background:#f8fbff;}
.ambfo-deals-mode .ambfo-basket-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 10px;}
.ambfo-deals-mode .ambfo-basket-summary-box{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:64px;padding:8px;box-sizing:border-box;border:1px solid #d4e2ef;border-radius:12px;background:#fff;text-align:center;}
.ambfo-deals-mode .ambfo-basket-summary-label{color:#244d7b;font-size:11px;line-height:1.15;font-weight:900;text-transform:uppercase;}
.ambfo-deals-mode .ambfo-basket-summary-value{margin-top:3px;color:#123f73;font-size:17px;line-height:1.15;font-weight:900;}
.ambfo-deals-mode .ambfo-deals-list{gap:8px!important;margin:0!important;}
.ambfo-deals-mode .ambfo-deal-row{min-height:118px;padding:11px 12px 10px 16px!important;border-color:#d5e0ec!important;border-radius:13px!important;box-shadow:0 2px 5px rgba(11,57,101,.04);}
.ambfo-deals-mode .ambfo-deal-row.is-current{border-color:#f0ad00!important;background:linear-gradient(90deg,#fff6d8,#fff 21%)!important;box-shadow:inset 5px 0 0 #ffba00;}
.ambfo-deals-mode .ambfo-deal-row.is-best{box-shadow:inset 5px 0 0 #e8a400;}
.ambfo-deals-mode .ambfo-deal-row.is-current.is-best{box-shadow:inset 5px 0 0 #ffba00;}
.ambfo-deals-mode .ambfo-deal-row-title{font-size:18px!important;line-height:1.12;}
.ambfo-deals-mode .ambfo-deal-resulting-qty{display:block;flex-basis:100%;color:#123f73;font-size:13px;font-weight:800;}
.ambfo-deals-mode .ambfo-deal-row-prices{display:block!important;margin-top:5px!important;line-height:1.28!important;}
.ambfo-deals-mode .ambfo-deal-row-prices span{display:block;}
.ambfo-deals-mode .ambfo-deal-total{margin-top:3px!important;font-size:17px!important;}
.ambfo-deals-mode .ambfo-save-pill{margin-top:5px!important;padding:3px 8px!important;}
.ambfo-deals-mode .ambfo-deal-choice{min-width:126px;padding:10px 12px!important;border:2px solid #00b8ed!important;border-radius:11px!important;background:linear-gradient(180deg,#1764b7,#082e75)!important;box-shadow:0 0 0 4px rgba(0,194,244,.15);color:#fff!important;font-size:14px;text-transform:uppercase;}
.ambfo-deals-mode .ambfo-deal-choice:hover,.ambfo-deals-mode .ambfo-deal-choice:focus{filter:brightness(1.12);}
.ambfo-deals-mode .ambfo-deal-choice[disabled]{border-color:#efad00!important;background:linear-gradient(180deg,#ffcb2b,#e49b00)!important;box-shadow:none;color:#09254a!important;opacity:1;}
.ambfo-deals-mode .ambfo-pending-add{display:flex;align-items:center;justify-content:center;width:calc(100% - 18px);min-height:66px;margin:10px 9px 0;padding:8px 14px;border:3px solid #ffd438;border-radius:13px;background:linear-gradient(180deg,#ffd532,#ffb900);box-shadow:0 5px 0 #c78300,0 0 18px rgba(255,195,0,.32);color:#061f3c;text-align:center;}
.ambfo-deals-mode .ambfo-pending-add .ambfo-fish{display:none;}
.ambfo-deals-mode .ambfo-pending-add-text strong{font-size:22px;line-height:1.05;font-weight:1000;}
.ambfo-deals-mode .ambfo-pending-add-text small{font-size:13px;font-weight:800;}
.ambfo-deals-mode .ambfo-pending-leave{width:calc(100% - 18px);min-height:42px;margin:10px 9px 0;border:2px solid #278de4;border-radius:10px;background:#0b3b78;color:#fff;font-weight:900;text-transform:uppercase;}
.ambfo-deals-mode:not(.ambfo-deals-exit-mode) .ambfo-pending-leave{display:none!important;}
.ambfo-deals-mode .ambfo-pending-note{margin:11px 0 0;color:#fff;font-size:12px;}
.ambfo-deals-mode .ambfo-pending-note:before{content:"ⓘ ";color:#fff;}
@media(max-width:560px){
  .ambfo-deals-mode .ambfo-pending-dialog{width:calc(100% - 10px);max-height:98vh;border-radius:16px;}
  .ambfo-deals-mode .ambfo-legacy-popup{padding:0 8px 8px;}
  .ambfo-deals-mode .ambfo-deals-hero{grid-template-columns:40% minmax(0,1fr);min-height:130px;margin:0 -8px 7px;padding:10px 49px 8px 8px;}
  .ambfo-deals-hero-copy>strong{font-size:clamp(27px,9.2vw,40px);}
  .ambfo-deals-hero-copy small{margin-top:6px;font-size:11px;}
  .ambfo-deals-mode .ambfo-pending-close{top:8px;right:8px;width:38px;height:38px;font-size:28px;}
  .ambfo-deals-mode .ambfo-pending-facts{padding:7px;border-radius:12px;}
  .ambfo-deals-mode .ambfo-basket-summary{gap:7px;margin-bottom:7px;}
  .ambfo-deals-mode .ambfo-basket-summary-box{min-height:50px;padding:5px;}
  .ambfo-deals-mode .ambfo-basket-summary-label{font-size:9px;}
  .ambfo-deals-mode .ambfo-basket-summary-value{font-size:14px;}
  .ambfo-deals-mode .ambfo-deals-list{gap:6px!important;}
  .ambfo-deals-mode .ambfo-deal-row{min-height:92px;grid-template-columns:minmax(0,1fr) 104px!important;gap:6px!important;padding:7px 7px 7px 11px!important;}
  .ambfo-deals-mode .ambfo-deal-row-title{gap:3px!important;font-size:15px!important;}
  .ambfo-deals-mode .ambfo-deal-resulting-qty{font-size:11px;}
  .ambfo-deals-mode .ambfo-deal-row-prices{margin-top:3px!important;font-size:11px!important;}
  .ambfo-deals-mode .ambfo-deal-total{font-size:14px!important;}
  .ambfo-deals-mode .ambfo-deal-badge{padding:2px 5px!important;font-size:9px!important;}
  .ambfo-deals-mode .ambfo-save-pill{margin-top:3px!important;padding:2px 6px!important;font-size:10px!important;}
  .ambfo-deals-mode .ambfo-deal-choice{min-width:0;padding:8px 5px!important;font-size:11px;}
  .ambfo-deals-mode .ambfo-pending-add{min-height:53px;margin-top:7px;}
  .ambfo-deals-mode .ambfo-pending-add-text strong{font-size:18px;}
  .ambfo-deals-mode .ambfo-pending-add-text small{font-size:11px;}
  .ambfo-deals-mode .ambfo-pending-leave{min-height:36px;margin-top:7px;font-size:12px;}
  .ambfo-deals-mode .ambfo-pending-note{margin-top:7px;font-size:10px;}
}
@media(max-height:760px){
  .ambfo-deals-mode .ambfo-deals-hero{min-height:112px;}
  .ambfo-deals-mode .ambfo-deal-row{min-height:82px;}
  .ambfo-deals-mode .ambfo-deal-row-prices{line-height:1.15!important;}
}
@media (prefers-reduced-motion:reduce){.ambfo-deals-hero-aby{animation:none!important;}}

/* Leaving-only waiting-fish aquarium. Product-page deals keep the same shell size. */
.ambfo-deals-waiting-card{display:none;}
.ambfo-deals-exit-mode .ambfo-deals-waiting-card{
  position:relative;
  display:grid;
  grid-template-columns:27% 42% 31%;
  align-items:center;
  width:calc(100% - 18px);
  min-height:118px;
  margin:11px 9px 0;
  padding:9px 10px;
  box-sizing:border-box;
  overflow:hidden;
  border:2px dashed #21bfff;
  border-radius:15px;
  background:linear-gradient(135deg,#002e4e,#001629);
  color:#fff;
  font:inherit;
  cursor:pointer;
  text-align:left;
}
.ambfo-deals-exit-mode .ambfo-pending-leave{display:none!important;}
.ambfo-deals-exit-mode .ambfo-deals-waiting-card:hover,
.ambfo-deals-exit-mode .ambfo-deals-waiting-card:focus{
  border-color:#72dcff;
  box-shadow:0 0 18px rgba(24,190,255,.3);
  outline:none;
}
.ambfo-deals-exit-mode .ambfo-deals-waiting-card:focus-visible{outline:3px solid #ffc400;outline-offset:2px;}
.ambfo-deals-waiting-aby{
  height:100px;
  background:url("../images/abytail/abytail-pointing.png") center/contain no-repeat;
}
.ambfo-deals-waiting-copy-wrap{z-index:2;display:flex;min-width:0;flex-direction:column;}
.ambfo-deals-waiting-copy-wrap>strong{font-size:15px;line-height:1.05;}
.ambfo-deals-waiting-copy-wrap>b{color:#ffc400;font-size:21px;line-height:.95;}
.ambfo-deals-waiting-copy-wrap small{margin-top:6px;font-size:11px;line-height:1.2;}
.ambfo-deals-waiting-copy-wrap em{color:#ffc400;font-style:italic;font-weight:900;}
.ambfo-deals-waiting-tank{
  position:relative;
  height:82px;
  overflow:hidden;
  border:3px solid #7bc9ed;
  border-radius:9px 9px 18px 18px;
  background:linear-gradient(#0c6e9cbb,#063852cc),linear-gradient(15deg,#27333c 0 14%,transparent 15%);
  box-shadow:inset 0 8px 8px rgba(255,255,255,.18);
}
.ambfo-deals-waiting-fish{position:absolute;inset:0;}
@media(max-width:560px){
  .ambfo-deals-exit-mode .ambfo-deals-waiting-card{grid-template-columns:27% 43% 30%;min-height:92px;margin:7px 5px 0;width:calc(100% - 10px);padding:5px;}
  .ambfo-deals-waiting-aby{height:76px;}
  .ambfo-deals-waiting-copy-wrap>strong{font-size:10px;}
  .ambfo-deals-waiting-copy-wrap>b{font-size:14px;}
  .ambfo-deals-waiting-copy-wrap small{margin-top:4px;font-size:8px;}
  .ambfo-deals-waiting-tank{height:62px;}
  .ambfo-deals-waiting-tank .ambfo-mini-aby{width:31px;height:25px;}
}
@media(prefers-reduced-motion:reduce){.ambfo-deals-waiting-card .ambfo-mini-aby{animation:none!important;}}
.woocommerce-cart .ambfo-empty-cart-button {
    float: left;
    margin: 0.5rem 0 0;
    border: 2px solid #b42318 !important;
    border-radius: 10px !important;
    background: #fff5f4 !important;
    color: #9f1c14 !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.woocommerce-cart .ambfo-empty-cart-button:hover,
.woocommerce-cart .ambfo-empty-cart-button:focus {
    border-color: #8a1711 !important;
    background: #ffe9e7 !important;
    color: #74120d !important;
}

@media (max-width: 600px) {
    .woocommerce-cart .ambfo-empty-cart-button {
        width: 100%;
        margin-top: 0.75rem;
        text-align: center;
    }
}

/* Presenter 1.12.15: buy directly from Aby's Finder without hijacking card links. */
.ambfo-product-browser-card{
  display:grid;
  grid-template-columns:94px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:start;
  gap:8px 11px;
  min-height:130px;
  padding:9px;
  box-sizing:border-box;
  cursor:pointer;
}
.ambfo-product-browser-image{
  grid-row:1 / 3;
  display:block;
  width:94px;
  height:100%;
  min-height:112px;
  overflow:hidden;
  border-radius:9px;
  background:#e7f3f9;
  text-decoration:none!important;
}
.ambfo-product-browser-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:112px;
  border-radius:0;
  object-fit:cover;
}
.ambfo-product-browser-info{
  display:flex;
  min-width:0;
  flex-direction:column;
  color:#123d6b!important;
  text-decoration:none!important;
}
.ambfo-product-browser-info strong{color:#123d6b;font-size:14px;line-height:1.16;}
.ambfo-product-browser-info b{margin-top:4px;color:#08752f;}
.ambfo-product-browser-info small{color:#6b7f90;line-height:1.25;}
.ambfo-product-browser-buy{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:6px;
  min-width:0;
}
.ambfo-product-browser-choice{display:flex;min-width:0;flex-direction:column;gap:3px;}
.ambfo-product-browser-choice>span{color:#345b78;font-size:10px;font-weight:900;text-transform:uppercase;}
.ambfo-product-browser-choice select{
  width:100%;
  min-width:0;
  min-height:36px;
  padding:5px 26px 5px 7px;
  border:1px solid #83bad5;
  border-radius:8px;
  background:#fff;
  color:#123d6b;
  font:inherit;
  font-size:12px;
}
.ambfo-product-browser-add,.ambfo-product-browser-options{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border:2px solid #078332;
  border-radius:8px;
  background:linear-gradient(180deg,#16a447,#08752f);
  color:#fff!important;
  font:inherit;
  font-size:12px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  text-decoration:none!important;
  cursor:pointer;
}
.ambfo-product-browser-add:hover,.ambfo-product-browser-add:focus{
  border-color:#055e25;
  filter:brightness(1.08);
}
.ambfo-product-browser-add[disabled]{
  border-color:#9aabb5;
  background:#dbe2e6;
  color:#526674!important;
  cursor:not-allowed;
  filter:none;
}
.ambfo-product-browser-options{grid-column:1 / -1;border-color:#0878d1;background:#0869ba;}
.ambfo-product-browser-feedback{
  grid-column:1 / -1;
  min-height:16px;
  color:#58738a;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
}
.ambfo-product-browser-feedback.is-success{color:#08752f;}
.ambfo-product-browser-feedback.is-error{color:#a3261c;}

@media(max-width:600px){
  .ambfo-product-browser{padding:10px 10px 0;}
  .ambfo-product-browser-grid{grid-template-columns:1fr;gap:14px;}
  .ambfo-product-browser-card{
    display:block;
    min-height:0;
    padding:10px;
    scroll-margin-top:10px;
  }
  .ambfo-product-browser-image{
    display:block;
    width:100%;
    height:clamp(210px,62vw,310px);
    min-height:0;
    border-radius:11px;
  }
  .ambfo-product-browser-image img{
    width:100%;
    height:100%;
    min-height:0;
    border-radius:0;
    object-fit:cover;
  }
  .ambfo-product-browser-info{padding:10px 3px 8px;}
  .ambfo-product-browser-info strong{font-size:18px;line-height:1.18;}
  .ambfo-product-browser-info b{font-size:17px;}
  .ambfo-product-browser-info small{font-size:13px;}
  .ambfo-product-browser-buy{
    grid-template-columns:minmax(0,1fr) minmax(112px,auto);
    gap:8px;
    padding:0 2px;
  }
  .ambfo-product-browser-choice>span{font-size:11px;}
  .ambfo-product-browser-choice select{min-height:44px;font-size:14px;}
  .ambfo-product-browser-add,.ambfo-product-browser-options{min-height:44px;padding:8px 12px;font-size:14px;}
  .ambfo-product-browser-feedback{min-height:18px;font-size:12px;}
}

/* Presenter 1.12.16: a roomier Finder that remains a two-column list on PC. */
.ambfo-pending-modal.ambfo-finder-open .ambfo-pending-dialog{
  width:min(1000px,calc(100% - 24px));
  height:min(900px,calc(100vh - 24px));
  height:min(900px,calc(100dvh - 24px));
  max-height:none;
  padding:0;
  overflow:hidden;
}
.ambfo-finder-open .ambfo-product-browser{
  width:auto;
  height:auto;
  min-height:0;
  box-sizing:border-box;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
}
.ambfo-finder-open .ambfo-product-browser-grid{gap:14px;}
.ambfo-finder-open .ambfo-product-browser-card{
  grid-template-columns:132px minmax(0,1fr);
  min-height:178px;
  padding:12px;
  gap:10px 14px;
  border-radius:14px;
}
.ambfo-finder-open .ambfo-product-browser-image{
  width:132px;
  min-height:150px;
  border-radius:11px;
}
.ambfo-finder-open .ambfo-product-browser-image img{min-height:150px;}
.ambfo-finder-open .ambfo-product-browser-info strong{
  font-size:16px;
  line-height:1.2;
}
.ambfo-finder-open .ambfo-product-browser-info b{font-size:16px;}
.ambfo-finder-open .ambfo-product-browser-info small{font-size:13px;}
.ambfo-finder-open .ambfo-product-browser-choice select,
.ambfo-finder-open .ambfo-product-browser-add,
.ambfo-finder-open .ambfo-product-browser-options{
  min-height:42px;
  font-size:13px;
}

@media(max-width:600px){
  .ambfo-pending-modal.ambfo-finder-open .ambfo-pending-dialog{
    position:absolute;
    inset:0;
    width:100%;
    height:100vh;
    height:100dvh;
    max-height:none;
    transform:none;
    border:0;
    border-radius:0;
  }
  .ambfo-finder-open .ambfo-product-browser{
    inset:0;
    height:100%;
    padding:max(10px,env(safe-area-inset-top)) 10px 0;
    border-radius:0;
  }
  .ambfo-finder-open .ambfo-product-browser-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .ambfo-finder-open .ambfo-product-browser-card{
    display:block;
    min-height:0;
    padding:10px;
  }
  .ambfo-finder-open .ambfo-product-browser-image{
    width:100%;
    height:clamp(210px,58vw,260px);
    min-height:0;
  }
  .ambfo-finder-open .ambfo-product-browser-image img{
    height:100%;
    min-height:0;
  }
  .ambfo-finder-open .ambfo-product-browser-decline{
    padding-bottom:max(12px,env(safe-area-inset-bottom));
  }
}

/* Per-browser-visit opt-out for automatic "Don't Swim Away Yet" deal prompts. */
.ambfo-suppress-deal-popups{display:block!important;box-sizing:border-box;width:calc(100% - 18px);min-height:42px;margin:10px 9px 0;padding:9px 12px;border:2px solid #ffc400;border-radius:10px;background:#0b3b78;color:#fff;font:inherit;font-size:12px;font-weight:900;line-height:1.2;text-align:center;cursor:pointer;text-transform:uppercase}
.ambfo-suppress-deal-popups[hidden]{display:none!important}
.ambfo-suppress-deal-popups:hover,.ambfo-suppress-deal-popups:focus{border-color:#fff;background:rgba(255,255,255,.09);outline:none}
.ambfo-suppress-deal-popups:focus-visible{outline:3px solid #ffc400;outline-offset:2px}
.ambfo-suppress-deal-popups-help{display:block!important;margin:5px 9px 0;color:#d8efff;font-size:10px;line-height:1.25;text-align:center}
.ambfo-suppress-deal-popups-help[hidden]{display:none!important}
@media(max-width:560px){.ambfo-suppress-deal-popups{min-height:36px;margin-top:7px;font-size:11px}.ambfo-suppress-deal-popups-help{font-size:9px}}
