html body .wc-block-cart {
    padding: 0 10%;
    margin-top: 3em;
}

html body .wc-block-cart *{
font-family: 'General Sans'!important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge:last-of-type {
    display: none;
}
.wc-block-components-sidebar.wc-block-cart__sidebar {
    height: 100%;
    position: sticky;
    top: 6%;
}

div[data-block-name="woocommerce/checkout"] {
    padding: 0 10%;
    margin-top: 3em;
}


div[data-block-name="woocommerce/checkout"] *{
    font-family: 'General Sans'!important;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-family: 'General Sans';
    font-size: 1.2em;
}

.custom-badge-container {
    font-size: 1.1em;
    box-shadow: 0px 1px 8px rgba(255, 0, 0, 0.4);
    padding: 0.6em 0.8em;
    width: fit-content;
    color: black;
    font-weight: bold;
}