/* @import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap'); */

.custom-floating-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    background-image:url('../images/summer-sale.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-floating-banner h3,
.custom-floating-banner p {
    display: inline-block;
}
.custom-floating-banner .title {
    font-family: 'Fugaz One', sans-serif;
    color: #ffffff;
    font-size: 32px;
    line-height: 30px;
    text-shadow: 0px 4px 0px #005BA8;
}

.custom-floating-banner .subtitle {
    color: #33009A;
    text-shadow: 0px 2px 0px #248ADF;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.custom-floating-banner .second {
    display: flex;
    gap: 88px;
    align-items: center;
}

.custom-floating-banner .discount {
    color: #33009A;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.custom-floating-banner .discount span {
    color: #FF0;
    text-align: center;
    text-shadow: 0px 3px 0px #005EAD;
    font-family: 'Sonsie One';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

.custom-floating-banner .counter {
    display: flex;
    gap: 15px;
}

.custom-floating-banner .counter .sec,
.custom-floating-banner .counter .min,
.custom-floating-banner .counter .hrs,
.custom-floating-banner .counter .day
{
    background-color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.custom-floating-banner .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FF873A;
    box-shadow: 0px 5px 0px 0px #C7682B;
    width: 126px;
    height: 39px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.custom-floating-banner .cta a:hover {
    background: #FFA165;
    box-shadow: 0px 5px 0px 0px #FFA165;
}

.custom-floating-banner .counter p {
    display: block;
    color: #33009A;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.custom-floating-banner .counter span {
    color: rgba(51, 0, 154, 0.70);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    /* display: block; */
    margin-top: -5px;
}