* {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
}

/* TOP BAR */
.top-bar a,
.top-bar i {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

.top-bar {
    background: #009cde;
    color: #ffff;
    font-size: 14px;
}

/* HERO SLIDER */
.hero-slide {
    min-height: 400px;
    background-size: contain;     /* ⬅ tidak zoom */
    background-position: center;
    background-repeat: no-repeat; /* penting */
    position: relative;
    padding: 80px 0;
}

.carousel-item {
    display: flex;
    align-items: center;
}


.promo-badge {
    background: #ffd600;
    color: #000;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
}

/* PRODUCT */
.price {
    color: #e53935;
    font-weight: bold;
}