/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 06:01:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* Move floating cart bar to top */
.woocommerce-sticky-add-to-cart,
.sticky-add-to-cart,
.product-sticky-bar {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Add space so content doesn't hide behind bar */
body {
    padding-top: 80px;
}


/* variation heading */
.variations th.label {
    display: none !important;
}
