.entry-header .page-title {
  display: none;
}

.wc-block-components-checkbox__label {
  display: none;
}
/* Styling för Tack-notisen på Order Received-sidan */
.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.wc-block-order-confirmation .wc-block-components-notice-banner {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #FFB3B1 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 10px 0 !important;
}

/* Dölj ikonen (klockan/notis-ikonen) till vänster */
.woocommerce-order-received .woocommerce-notice::before,
.wc-block-order-confirmation .wc-block-components-notice-banner__icon {
    display: none !important;
}
/* Ändra knapptext från "Lägg till i varukorg" till "Köp nu" */
.single-product button.single_add_to_cart_button {
    font-size: 0 !important;
}

.single-product button.single_add_to_cart_button::after {
    content: "Köp nu" !important;
    font-size: 16px !important; /* Justera storleken om det behövs */
}