:root{--notices-background:var(--color-turqoise-500);--notices-color:var(--body-color);--notices-padding-x:1rem;--notices-padding-y:1.25rem;--notices-margin:2rem;--notices-radius:2rem}.woocommerce-notices-wrapper:empty{display:none}.woocommerce-notices-wrapper{background:var(--color-turqoise-500);background:var(--notices-background);color:var(--body-color);color:var(--notices-color);padding:1.25rem 1rem;padding:var(--notices-padding-y) var(--notices-padding-x);padding-left:2rem;padding-left:calc(var(--notices-padding-x)*2);margin-bottom:2rem;margin-bottom:var(--notices-margin);border-top-left-radius:2rem;border-top-left-radius:var(--notices-radius);border-bottom-right-radius:2rem;border-bottom-right-radius:var(--notices-radius)}.woocommerce-notices-wrapper .button{--button-background:var(--color-green-500);--button-background-hover:var(--color-green-500);--button-color:var(--color-white);--button-color-hover:var(--color-white)}.woocommerce-notices-wrapper .woocommerce-message:focus{outline:none}.woocommerce-notices-wrapper .woocommerce-message[\:has\(.button\)]{flex-direction:column;width:100%}.woocommerce-notices-wrapper .woocommerce-message:has(.button){flex-direction:column;width:100%}@media (min-width:640px){.woocommerce-notices-wrapper .woocommerce-message[\:has\(.button\)]{flex-direction:row;justify-content:space-between}.woocommerce-notices-wrapper .woocommerce-message:has(.button){flex-direction:row;justify-content:space-between}}.woocommerce.single-product .product-single .woocommerce-notices-wrapper{box-sizing:border-box}@media (min-width:640px){.woocommerce.single-product .product-single .woocommerce-notices-wrapper{width:calc(50% - 1rem);width:calc(50% - var(--product-gap, 2rem)/2);max-width:calc(50% - 1rem);max-width:calc(50% - var(--product-gap, 2rem)/2)}}@media (min-width:768px){.woocommerce.single-product .product-single .woocommerce-notices-wrapper{width:calc(60% - 1.2rem);width:calc(60% - var(--product-gap, 2rem)*3/5);max-width:calc(60% - 1.2rem);max-width:calc(60% - var(--product-gap, 2rem)*3/5)}}.woocommerce-store-notice{z-index:100;background:var(--color-turqoise-500);background:var(--notices-background);margin-bottom:0!important;font-size:.875rem;text-align:center;width:100%;padding:.25rem .5rem}.woocommerce-store-notice .woocommerce-store-notice__dismiss-link{display:none}