/** Shopify CDN: Minification failed

Line 25:1 Expected "}" to go with "{"

**/
body {
    --aevy-bubble-bottom: 14px !important;
    --aevy-window-bottom: 14px !important;
}

body:has(.sticky_add_to_cart.sticky_cart) {
    --aevy-bubble-bottom: 96px !important;
    --aevy-window-bottom: 96px !important;
}

body:has(.sticky_add_to_cart.sticky_cart):has(.variant-select-container-sticky-add-to-cart:not([style*="display: none"]):not([style*="display:none"])) {
    --aevy-bubble-bottom: 96px !important;
    --aevy-window-bottom: 96px !important;
}

@media (max-width: 480px) {
    body:has(.sticky_add_to_cart.sticky_cart):has(.variant-select-container-sticky-add-to-cart:not([style*="display: none"]):not([style*="display:none"])) {
    --aevy-bubble-bottom: 150px !important;
    --aevy-window-bottom: 150px !important;
}