* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


@font-face {
    font-family: 'Dharma';
    src: url('../fonts/Dharma-Gothic-E-ExBold.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dharma-italic';
    src: url('../fonts/Dharma-Gothic-E-ExBold Italic.otf');
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins';
}

.banner {
    width: 320px;
    height: 50px;
    background-image: url("../img/320x100BG-01.png");
    position: relative;
    padding: 0;
}

.banner a {
    display: flex;
}

.banner::before {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35%;
    width: 100%;
}

.head_timer {
    display: flex;
    color: #fff;
    padding: 5px;
    align-items: center;
    position: absolute;
    top: 0px;
    left: -19px;
    /* background: url("../img/headline_back2.png") no-repeat; */
    /* background-size: 87px 271px; */
    /* background-position: 0px 47%; */
    font-family: 'Dharma';
    width: 86px;
    line-height: 20px;
    justify-content: center;
}

.timer_text {
    font-size: 6px;
    margin-right: 10px;
}

.timer {
    background-color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    color: rgb(218, 146, 13);
}

.logo {
    text-align: left;
    padding: 14px 0 10px 0;
    width: 40px;
    display: flex;
    justify-content: center;
}

.logo img {
    width: 30px;
}

.swiper {
    max-height: 50px;
    width: 320px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
}

.misli_logo {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.misli_logo img {
    width: 26px;
}

.percent_block {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    margin: 15px 0;
}

.product_name {
    color: #fff;
    font-size: 7px;
    text-align: center;
    margin: 5px 0;
    font-family: 'Dharma';
    width: 160px;
    max-height: 24px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
}

.name_block {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 48px;
    top: 2px;
}

.percent_text {
    font-size: 5px;
    margin-right: 5px;
    position: absolute;
    left: 3px;
    top: 23px;
    word-break: break-word;
    max-width: 65px;
    line-height: 8px;
}

.percent {
    width: 100px;
    background-color: #fff;
    border-radius: 16px;
    height: 18px;
    margin-left: 10px;
}

.percent_fill {
    background-color: #A7D6F8;
    height: 100%;
    border-radius: 16px;
}

.product_img {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 20px;
    top: 9px;
}

.product_img_block {
    width: 100%;
    display: flex;
    align-items: center;
}

.product_img::before {
    content: "";
    display: block;
    width: 110px;
    position: relative;
    padding-top: 25%;
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 12px 0;
    color: #fff;
    font-weight: 500;
    background: url("../img/price_back.png?v1") no-repeat;
    background-size: cover;
    height: 34px;
    width: 69px;
    background-position: 0px 44%;
    font-family: 'Dharma-italic';
    font-size: 9px;
    line-height: 20px;
}

.price_block {
    display: flex;
    justify-content: center;
    position: relative;
    top: -5px;
    left: 50px;
}

.price_text {
    margin-right: 3px;
}

.price_number {
    display: flex;
    align-items: center;
}

.price_number img {
    margin-left: 5px;
    width: 20px;
}

.product_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: contain;
}

.sale_button {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 23px;
    right: 6px;
}

.sale_button span {
    color: #483401;
    background: #FBC43A;
    padding: 2px;
    width: 50px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 9px;
}

.banner {
    overflow: hidden;
}