html {
    scroll-behavior: smooth;
}

body{

    margin: 0;
    overflow-x: hidden;
    padding:0;
    font-family: "General Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.product-card-btn:hover{
color: black !important;
}
:root {
    --body-font: "General Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --hero-font-secondary: var(--body-font);
}

.page-section--checkout {
    background: #ffffff;
    padding: 100px 0 120px;
}
.page-section--checkout .page-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

a { color: #111827; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px 18px;
    height: 44px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: #111827;
    color: #ffffff;
}

html, body { height: 100%; }
body {  flex-direction: column; }
footer { margin-top: auto; }
.page-section, .checkout-section, .page-section--cart { flex: 1 0 auto; }



