/**
 * External Redirect - Frontend CSS
 * 
 * Add any custom styling for the module here if needed.
 * Currently no special styling is required as we use existing button styles.
 */

/* Optional: Add visual indicator for products with external redirect */
/*
.product-miniature[data-has-redirect="1"] .add-to-cart {
    position: relative;
}

.product-miniature[data-has-redirect="1"] .add-to-cart::after {
    content: "↗";
    margin-left: 5px;
    font-size: 12px;
}
*/
