/* Liry v135 checkout offer timer */
.liry-offer-timer-v135{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-radius:24px;
  margin:14px 0 12px;
  background:linear-gradient(135deg,#fff7ed,#fff,#fff1e6);
  border:1px solid rgba(255,122,24,.24);
  box-shadow:0 18px 48px rgba(255,122,24,.12);
}
.liry-offer-timer-v135 span{
  display:block;
  color:#d65f00;
  font-size:13px;
  font-weight:900;
  margin-bottom:4px;
}
.liry-offer-timer-v135 strong{
  display:block;
  color:#24130a;
  font-size:16px;
  line-height:1.35;
}
.liry-offer-clock-v135{
  direction:ltr;
  display:flex;
  align-items:center;
  gap:5px;
  flex-shrink:0;
  background:#1f150f;
  color:#fff;
  border-radius:18px;
  padding:12px 14px;
  box-shadow:0 14px 30px rgba(31,21,15,.18);
}
.liry-offer-clock-v135 b{
  min-width:28px;
  text-align:center;
  font-size:20px;
  line-height:1;
  font-weight:900;
  font-variant-numeric:tabular-nums;
}
.liry-offer-clock-v135 i{
  opacity:.72;
  font-style:normal;
  font-weight:900;
}
.checkout-total-v135{
  border-color:rgba(255,122,24,.22)!important;
  background:#fffaf6!important;
}
@media (max-width:640px){
  .liry-offer-timer-v135{align-items:flex-start;flex-direction:column;gap:12px;}
  .liry-offer-clock-v135{width:100%;justify-content:center;}
}
