body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}
.price-box {
    font-family: Europa-ExtraBold;
    position: absolute;
    top: 50%;
    left: 82%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: end;
    color: #202085;

    line-height: 1;
}

.price-box .old-price {
    color: #818182;
    font-size: 40px;
    text-decoration: line-through;
    font-family: Europa-ExtraBold;
}

.price-box .price {
    font-family: Europa-ExtraBold;
    font-size: 60px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .price-box{
        top: 45%;
        font-size:26px !important;
    }
    .price-box .old-price {
        font-size: 15px;
        margin-top: 10px;
        margin-right: 10px;
        text-decoration: line-through;
    }

    .price-box .price {
        font-size: 26px !important;
        margin-top:5px;
        color: #ffffff;
    }
}
.countdown-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* SOL | ORTA | SAĞ */
    align-items: center;
    background: #e74c3c;
    padding: 7px 3px;
    border:2px dashed #fff;
}

/* SOL */
.countdown-left {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

/* ORTA (TAM ORTA) */
.countdown-center {
    display: flex;
    gap: 6px;
    justify-content: center;
}

/* SAĞ */
.countdown-right {
    display: flex;
    justify-content: flex-end;
}

/* SAYAÇ */
.time-box {
    background: #2f2f2f;
    color: #fff;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 14px;
    min-width: 64px;
    text-align: center;
}

.time-box span {
    font-size: 10px;
}

/* BUTON */
.order-btn-img {
    width: 110px;
}

#urunler {
    position: relative;
    top: -70px !important;
}
