body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
}

.headsets, .controller, .furniture {
    text-align: center;
    padding: 40px 20px;
}

.headsets, .controller, .furniture h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.headsets, .furniture {
    background-color: #e9f7fd;
}

.carousel-inner {
    padding: 10px;
}

.product {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.product img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.product h3 {
    font-size: 16px;
    margin: 10px 0;
}

.price {
    font-size: 14px;
    font-weight: bold;
    color: maroon;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}