.checkout-now{padding: 15px;background-repeat: no-repeat;background-position: center;background-size: cover;margin-top:-2px;}
.checkout-now__heading{height: 96px;display: flex;align-items: center;justify-content: center;background-image: url('../images/head-bg.png');background-repeat: no-repeat;background-position: center;background-size: contain;position: relative;margin-bottom: 30px;}
.checkout-now__title{font-family: 'Cookie-Supply-Demo',sans-serif;color:#F9F6E5;line-height: 51px;text-align: center;font-size: 30px;width: 100%;position: relative;z-index: 1;}
.checkout-now__title span{font-family: 'Days One',sans-serif;}
.checkout-now__title-border{color: rgba(249, 246, 229, 1);text-shadow:-1px -1px 0 rgba(255, 181, 56, 1),  1px -1px 0 rgba(255, 181, 56, 1),-1px 1px 0 rgba(255, 181, 56, 1),1px 1px 0 rgba(255, 181, 56, 1);position: absolute;top: 25px;left: -3px;z-index: 0;}
@supports((text-stroke: 1px black) or (-webkit-text-stroke: 1px black)) {
    .checkout-now__title-border {color: transparent;-webkit-text-stroke: 1px rgba(255, 181, 56, 1);text-stroke: 1px rgba(255, 181, 56, 1);text-shadow: none;}
}
.checkout-now__list{display: flex;flex-wrap: nowrap;align-items: end;justify-content: center;column-gap: 15px;}
@media(min-width:768px){
  .checkout-now{display:none;}
}