.promo-top-bar {
    background: #ff6f61;
    color: #fff;
    font-family: "Barlow Condensed";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 15px;
}
.promo-top-bar h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.promo-top-bar h3 b {
    font-weight: 700;
}
.discount-action-icon {
    display: flex;
    align-items: center;
}
.promo-bar-countdown, .promo-card-countdown {
    display: flex;
    gap: 5px;
    background: #ce5144;
    padding: 0 5px;
    width: 140px;
    justify-content: center;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 5px 0;
    font-weight: 500;
}
div#timer {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .page-template-custom-front-page .promo-top-bar {
        display: none;
    }
    .single-product .promo-top-bar {
        display: flex;
    }
}
.promo-card {
    padding: 10px;
    background: #ff6f61;
    color: #fff;
    border-radius: 8px;
    font-family: "Barlow Condensed";
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.promo-card h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 5px 0 0;
}
.promo-card h3 b {
    font-weight: 700;
}
.promo-card p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
}
.promo-card-countdown-wrapper {
    display: flex;
    justify-content: center;
}
.promo-card span.access-active {
    text-align: center;
    background: #ff8478;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding: 5px 10px;
    min-width: 100px;
    border-radius: 4px;
}
.promo-card a.access-login {
    background: #fff;
    text-align: center;
    width: -webkit-fill-available;
    margin: 10px auto auto;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 10px;
}
@media screen and (min-width: 960px) {
    .promo-card {
        display: none;
    }
}
.promo-banner {
    overflow: hidden;
    font-family: barlow condensed;
    padding-bottom: 0 !important;
}
.promo-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background: #ff6f61;
    border-radius: 10px;
}
.promo-banner-images {
    display: flex;
    gap: 12px;
    flex: 1;
    justify-content: center;
}
.promo-banner-images img {
    height: 180px;
    width: 720px !important;
    object-fit: cover;
    border-radius: 12px;
}
.promo-banner-text {
    text-align: center;
    flex: 1;
    min-width: 200px;
}
.promo-banner-text h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-shadow: 3px 0 #ce5144;
    margin-bottom: 8px;
}
.promo-label {
    display: inline-block;
    background-color: #ce5144;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .promo-banner-inner {
        flex-direction: column;
        padding: 10px 15px 15px;
    }
    .promo-banner-images {
        display: none;
        justify-content: center;
    }
    .promo-banner-images img {
        height: 140px;
        max-width: 80px;
    }
    .promo-banner-text h1 {
        font-size: 28px;
    }
}
.promo-banner-countdown-wrapper {
    display: flex;
    justify-content: center;
}
.promo-banner-countdown {
    display: flex;
    color: #fff;
    gap: 5px;
    border: 1.5px solid #fff;
    padding: 0 5px;
    width: 140px;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 5px;
}
.woocommerce div.product div.summary .price ins bdi {
    color: #ff6f61 !important;
}
#main ul.products li.product .price ins .amount {
    color: #ff6f61 !important;
}
.onsale {
    background: #ff6f61 !important;
}
.archive ul.products li.product .price ins .amount {
    color: #ff6f61 !important;
}
.archive .onsale {
    background: #ff6f61 !important;
}
.hero-feed-item.promo::before, .hero-swiper-item.promo::before {
    display: none !important;
}
.promo-feed-content h1 {
    text-shadow: 3px 0 #ff6f61;
    font-size: 65px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.promo-feed-content h2 {
    background: #ff6f61;
    color: #fff;
    width: fit-content;
    padding: 0 10px;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    border-radius: 8px;
}
.hero-swiper-item.promo h1 {
    text-shadow: 3px 0 #ff6f61;
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.hero-swiper-item.promo h2 {
    background: #ff6f61;
    color: #fff;
    width: fit-content;
    padding: 0 10px;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    border-radius: 8px;
    text-shadow: none;
}