.fct-btn,
.fct-btn-primary,
.fct-product-card button,
.fct-buy-now-button,
.fct-add-to-cart-button,
.fc-checkout-btn,
.fct-checkout-btn,
.fct-cart-btn,
.fct-coupon-btn,
.fct-apply-coupon,
.fct-order-btn,
[data-fluent-cart-direct-checkout-button],
[data-fluent-cart-add-to-cart-button],
[data-fluent-cart-cart-expand-button] {
background-color: #494C91 !important;
color: #ffffff !important;
font-family: Helvetica, sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
letter-spacing: 0.03em !important;
border-radius: 0 !important;
border: 2px solid #494C91 !important;
outline: none !important;
box-shadow: none !important;
padding: 12px 24px !important;
cursor: pointer !important;
transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

.fct-btn:hover,
.fct-btn:active,
.fct-btn-primary:hover,
.fct-btn-primary:active,
.fct-product-card button:hover,
.fct-product-card button:active,
.fct-buy-now-button:hover,
.fct-buy-now-button:active,
.fct-add-to-cart-button:hover,
.fct-add-to-cart-button:active,
.fc-checkout-btn:hover,
.fc-checkout-btn:active,
.fct-checkout-btn:hover,
.fct-checkout-btn:active,
.fct-cart-btn:hover,
.fct-cart-btn:active,
.fct-coupon-btn:hover,
.fct-coupon-btn:active,
.fct-apply-coupon:hover,
.fct-apply-coupon:active,
.fct-order-btn:hover,
.fct-order-btn:active,
[data-fluent-cart-direct-checkout-button]:hover,
[data-fluent-cart-direct-checkout-button]:active,
[data-fluent-cart-add-to-cart-button]:hover,
[data-fluent-cart-add-to-cart-button]:active,
[data-fluent-cart-cart-expand-button]:hover,
[data-fluent-cart-cart-expand-button]:active {
background-color: #DA2424 !important;
color: #ffffff !important;
border-color: #DA2424 !important;
outline: none !important;
box-shadow: none !important;
}

.fct-btn:focus,
.fct-btn:focus-visible,
.fct-btn-primary:focus,
.fct-btn-primary:focus-visible,
.fct-product-card button:focus,
.fct-product-card button:focus-visible,
[data-fluent-cart-direct-checkout-button]:focus,
[data-fluent-cart-direct-checkout-button]:focus-visible,
[data-fluent-cart-add-to-cart-button]:focus,
[data-fluent-cart-add-to-cart-button]:focus-visible,
[data-fluent-cart-cart-expand-button]:focus,
[data-fluent-cart-cart-expand-button]:focus-visible {
outline: none !important;
box-shadow: none !important;
}

img[src*="cart.svg"],
.fct-cart-icon img,
[data-fluent-cart-cart-expand-button] img {
filter: brightness(0) invert(1) !important;
}
img[src*="cart.svg"],
.fct-cart-icon img,
[data-fluent-cart-cart-expand-button] img {
filter: brightness(0) invert(1) !important;
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
min-height: 32px !important;
max-width: 32px !important;
max-height: 32px !important;
aspect-ratio: 1 / 1 !important;
object-fit: contain !important;
}
@media (max-width: 600px) {
.fct-btn,
.fct-btn-primary,
.fct-product-card button,
[data-fluent-cart-direct-checkout-button],
[data-fluent-cart-add-to-cart-button] {
width: 100% !important;
padding: 14px 16px !important;
}
}
#fct-product-summary-title {
font-family: Helvetica, sans-serif !important;
font-size: 20px !important;
font-weight: 600 !important;
color: #494C91 !important;
}