:root {
    --theme-color: #d0a33a;
    }
    
    .th-btn {
    border-radius: 18px !important;
}
    
.header-button .th-btn {
    padding: 15px !important;
    margin-left: 10px !important;
}
.bg-theme-3 {
    background-color: #d0a33a;
}
.bg-theme-3.text-title {
    color: #ffffff !important;
}
.inventory-price-bottom .th-btn {
    padding: 20px 10px;
    border-radius: 18px;
}
.feature-list-1 .box-icon img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}