.threejs-showcase-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

#threejs-container {
    height: 60vh;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
}

.threejs-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

#stats-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

.description {
    margin: 1rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
}

.content-wrapper h1 {
    margin-bottom: 1rem;
    color: #333;
}

#configurator-form{
    background-color: #f8f9fa;
    padding: .5rem;
}

#price-display {
    font-size: 1.8rem;
    font-weight: 700;
}

.preset-colors{
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 2rem;
}

.preset-color-btn {
    overflow: hidden;
    padding: 0px;
}

.preset-color-view{
    height: 4rem;
    width: 100%;
}

.preset-color-check{
    color: #fff;
    scale: 3;
    margin-top: 25%;
}

.preset-color-btn p{
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: auto;
    font-size: small;
}

@media (max-width: 768px) {
    .threejs-container {
        height: 400px;
    }
    
    .threejs-showcase-container {
        padding: 1rem;
    }

    .threejs-control-btn {
        height: 2.5rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }

    #fullscreen-btn {
        display: none;
    }
}

.sale-features i{
    font-size: 2rem;
}

.sale-features p{
    font-size: 0.6rem;
}