/* ====================================
 * Product Page Variant Styles
 * ==================================== */

.variations {
    max-width: 300px;
    width: 100%;
}

.variations select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.variations label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Debug/Testing Only — Remove for Production 
body::after {
    content: "Style Loaded";
    display: block;
    text-align: center;
    color: red;
} */

