.elementor-2009 .elementor-element.elementor-element-c45b462 > .elementor-container{max-width:800px;}:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-8a1645c */.cart a {
    color: black;
}
.woocommerce .quantity .qty{
    width:5em;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
    background-color: #fff;
    color: #000;
    border: solid;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
    background-color: white;
    color: black;
    transform: scale(1.1);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
    background-color: #fff;
    color: #000;
    border: solid;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
    background-color: white;
    color: black;
    transform: scale(1.1);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}/* End custom CSS */