body {
    background: #f5f5f7;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* KIRI – FOTO */
.product-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
}

.thumb-img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumb-img.active {
    border-color: #ff6600;
}

/* KANAN – INFO */
.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.price {
    font-size: 26px;
    font-weight: bold;
    color: #e63900;
}

.discount-box {
    background: #ff6600;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 6px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.qty-btn {
    background: #eee;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 6px;
}

.btn-cart {
    background:#ff8800;
    color:white;
    font-weight:bold;
}
.btn-buy {
    background:#e63900;
    color:white;
    font-weight:bold;
}

/* BOX SECTION */
.section-box {
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
.recommend-card img {
    height:130px;
    object-fit:cover;
    border-radius:10px;
}

.recommend-card {
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

/* Scroll horizontal mobile */
.mobile-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.mobile-scroll::-webkit-scrollbar {
    height: 6px;
}

.mobile-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Card mini mobile */
.mini-reco-card {
    background: #fff;
    min-width: 150px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 10px;
}

.mini-reco-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.icon-badge {
    position: relative;
    display: inline-block;
}
.icon-badge .badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: red;
    color: white;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.icon-badge1 {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.icon-badge1 i {
    position: relative;
}

.icon-badge1 .badge1 {
    position: absolute;
    top: 2px;
    right: 74px;
    background: red;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.icon-badge-container {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.icon-badge-container .badge2 {
    position: absolute;
    top: -6px;
    right: -10px;
    background: red;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}