.variations_form .variations { display: none !important; }

.golf-custom-interface {
    background: #ffffff; border: 1px solid #e2e8f0; padding: 25px;
    border-radius: 15px; margin-bottom: 30px; color: #000 !important;
}
.golf-material-selector{
	display: flex; !important;
	gap: 10px !important;
}

.golf-section-title {
    font-size: 12px; font-weight: 900; color: #1a202c !important;
    margin: 20px 0 10px; text-transform: uppercase;
    border-bottom: 3px solid #E50C7E; display: inline-block;
}

.golf-mat-btn {
    flex: 1; padding: 4x; border: 2px solid #cbd5e1; border-radius: 10px;
    background: #f8fafc; font-weight: 800; cursor: pointer; text-align: center;
}

.golf-mat-btn.active {
    border-color: #E50C7E; background: #E50C7E; color: #ffffff !important;
}

.golf-grid-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }

.golf-field select {
    width: 100%; border-radius: 8px; border: 1px solid #cbd5e1; padding: 12px;
}

.golf-checkbox-group label {
    margin-right: 5px; padding: 4px 14px; background: #f1f5f9; border-radius: 8px;
    font-size: 12px; font-weight: 800; border: 1px solid #cbd5e1;
}

.golf-checkbox-group label:has(input:checked) {
    background: #E50C7E; color: #ffffff !important; border-color: #E50C7E;
}

.golf-checkbox-group input { display: none; }