/* Coatblend global FunnelKit side-cart checkout button repair.
   This uses the exact FunnelKit checkout button structure:
   #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text
*/
html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button,
html body #fkcart-modal a#fkcart-checkout-button.fkcart-checkout-button,
html body .fkcart-checkout-wrap #fkcart-checkout-button,
html body .fkcart-checkout-wrap a#fkcart-checkout-button.fkcart-checkout-button {
    --fkcart-primary-font-color: #111827 !important;
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #000000 0 20%, #ff0000 20% 40%, #188450 40% 60%, #ffcc00 60% 80%, #1800ad 80% 100%) border-box !important;
    border: 4px solid transparent !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
    min-height: 56px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    overflow: visible !important;
    white-space: normal !important;
    text-decoration: none !important;
    position: relative !important;
    box-sizing: border-box !important;
}

html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text,
html body #fkcart-modal #fkcart-checkout-button .fkcart-checkout--text,
html body .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text,
html body .fkcart-checkout-wrap a#fkcart-checkout-button.fkcart-checkout-button .fkcart-checkout--text {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
    background: transparent !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    transform: none !important;
    position: relative !important;
    z-index: 5 !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    pointer-events: none !important;
}

html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text::before,
html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text::after,
html body .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text::before,
html body .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text::after {
    content: none !important;
    display: none !important;
}

html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button::before,
html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button::after,
html body .fkcart-checkout-wrap #fkcart-checkout-button::before,
html body .fkcart-checkout-wrap #fkcart-checkout-button::after {
    content: none !important;
    display: none !important;
}

html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--icon,
html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--price,
html body .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--icon,
html body .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--price {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
}

html body #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:hover,
html body #fkcart-modal a#fkcart-checkout-button.fkcart-checkout-button:hover,
html body .fkcart-checkout-wrap #fkcart-checkout-button:hover,
html body .fkcart-checkout-wrap a#fkcart-checkout-button.fkcart-checkout-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16) !important;
}
