#md-sticky-atc{position:fixed;top:0;left:0;width:100%;background:#fff;padding:15px 0;z-index:99999999;box-shadow:0 2px 10px rgba(0,0,0,.1);visibility:hidden;opacity:0;transition:all 0.4s cubic-bezier(.25,.46,.45,.94)}#md-sticky-atc.md-sticky-atc-visible{visibility:visible;opacity:1}.md-sticky-atc-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.md-sticky-atc-product{display:flex;align-items:center}.md-sticky-atc-product img{width:60px;height:60px;object-fit:cover;margin-right:15px;border-radius:4px}.md-sticky-atc-details h3{margin:0 0 5px;font-size:1.1rem;font-weight:600}.md-sticky-atc-price-container{display:flex;align-items:center;font-size:1rem;color:#333}.md-sticky-atc-price{font-weight:700}.md-sticky-atc-price-status{color:#28a745;font-weight:600;margin-left:8px}.md-sticky-atc-actions{display:flex;align-items:center;gap:15px}.md-sticky-atc-button-container{display:flex;align-items:center;gap:10px;position:relative}.md-sticky-atc-actions a{color:#fff;padding:12px 25px;border-radius:4px;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all 0.3s ease;white-space:nowrap}.md-sticky-atc-button,.md-sticky-atc-variation-select{background:#0c3150}.md-sticky-atc-button:hover,.md-sticky-atc-variation-select:hover{background:#0a2338}.md-sticky-atc-spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #0c3150;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:all 0.3s ease}.md-sticky-atc-view-cart{background:#a20013;opacity:0;visibility:hidden;transform:scale(.8);transition:all 0.3s ease;max-width:0;overflow:hidden;padding:12px 0}.md-sticky-atc-view-cart:hover{background:#121f3c}.md-sticky-atc-loading .md-sticky-atc-spinner{opacity:1;visibility:visible}.md-sticky-atc-loading .md-sticky-atc-button,.md-sticky-atc-loading .md-sticky-atc-variation-select{opacity:.3;visibility:visible;pointer-events:none}.md-sticky-atc-added .md-sticky-atc-view-cart{opacity:1;visibility:visible;transform:scale(1);max-width:200px;padding:12px 25px}.md-sticky-atc-added .md-sticky-atc-spinner{opacity:0;visibility:hidden}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width:768px){.md-sticky-atc-inner{flex-direction:column;align-items:stretch;gap:10px}.md-sticky-atc-product{margin-bottom:10px}.md-sticky-atc-actions{justify-content:center}.md-sticky-atc-button-container{width:100%;justify-content:center;flex-wrap:wrap}.md-sticky-atc-actions a{flex:1;min-width:140px;text-align:center}.md-sticky-atc-added .md-sticky-atc-view-cart{max-width:100%}}.md-sticky-atc-actions .woocommerce a.added_to_cart{display:none!important}