/* ==============================================================
   OXBALLS Custom CSS
   Additional styles and overrides
   ============================================================== */

/* Add custom styles below */

/* Example: Custom product badge */
.onsale {
    background: #ff6600 !important;
    color: white !important;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 4px;
}

/* Example: Custom button hover effect */
.custom-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.3);
}

/* Add your custom styles here */
