.promo-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed #c9c9c9;
    padding: 20px;
    border-radius: 0.75rem;
    gap: 20px;
    margin-top: 2rem;
    background-color: #fff;
}

.promo-column-2 {
    margin: 0.2rem 0 2rem;
    display: none;
}
@media(max-width:768px){
    .page-template-page-promotions .header-hero_center{
        padding: 70px 0 0 0;
    }
}

.promo-more {
    outline: none;
    border: 1.5px solid;
    background: transparent;
    border: none;
    color: #f05243;
    padding: 0;
    text-decoration: underline;
}

.flex-1 {
    flex: 1;
    position: relative;
    width: 200px;
    gap: 20px;
    display: flex;
    flex-flow: column;
}

.flex-2 {
    flex: 2;
}

.coupon-container {
    position: relative;
    width: 200px;
}

.coupon-button {
    position: relative;
    z-index: 2;
    max-width: 200px;
}

/* .coupon {
    display: none;
    z-index: 1;
} */
.flex-2 h3{
    font-size:1.8rem;
    line-height:1.8rem;
}
.coupon-code {
    color: #f05243;
    font-weight: 700;
    border-radius: .75rem;
    font-size: 20px;
    border: 2.5px dashed #f05243;
    cursor: pointer;
    transition: opacity .3s;
    display: block;
    text-align: center;
    max-width: 200px;
    height: 50px;
    align-items: center;
    display: flex
;
    justify-content: center;
}
.header-hero__content {
    align-items:center;
  }

.promo-more {
    max-width: 200px;
}

.show-coupon {
    display: block;
}

.copy-success {
    color: green;
}

.like-container {
    display: flex;
    gap: 20px;
}
.boldCountSpan{
    color: #f05243; 
    font-size: 1.2rem
}
.flexCountSpan{
    display:flex;
    gap:5px;
}
.expiries{
    font-size: 1rem;
    margin-top: 1rem;
}

#coupon-code-container {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#coupon-code {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

.active1 {
    background: transparent;
    color: #f05243;
}

button:focus {
    outline: none;
}

@media(max-width:1024px) {
    .promo-column__img {
        width: 100%;
        flex: auto;
    }

    .promo-column {
        flex-flow: column;
        text-align: center;
    }

    .like-container {
        justify-content: center;
    }
}

.promo-column img {
    border-radius: 0.75rem;
    width: 100%;
    max-width:100%;
    height:auto;
}

h3 {
    line-height: 24px;
}