/* static/css/custom-snipcart.css */

/* --- 解決 LOGO 過大的問題 --- */
.snipcart-payment-methods-list-item__logo {
    max-height: 25px !important; /* 限制支付 LOGO 的最大高度 */
    width: auto !important;
}
.snipcart-payment-card-form__lock-icon svg {
    max-height: 20px !important; /* 限制安全鎖 LOGO 的大小 */
    width: auto !important;
}

/* --- 統一按鈕風格 --- */
/* 讓 Snipcart 的主要按鈕和我們網站的按鈕看起來一樣 */
.snipcart-button-primary {
    background-color: #007bff !important;
}

.snipcart-button-primary:hover {
    background-color: #0056b3 !important;
}

/* --- 統一字體 --- */
.snipcart-modal__container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}