#tanuki-sticky-product-bar{position:fixed;left:0;right:0;width:100%;z-index:9999;display:none;box-sizing:border-box;transition:transform 0.3s ease-in-out}.tanuki-sticky-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:10px 20px;width:100%;box-sizing:border-box}.tanuki-sticky-product-info{display:flex;align-items:center;gap:15px;flex:1}.tanuki-sticky-meta{display:flex;flex-direction:column}.tanuki-sticky-name{font-weight:700;display:block}.tanuki-sticky-actions{display:flex;align-items:center;gap:15px}.tanuki-sticky-quantity .quantity{display:flex;align-items:center}.tanuki-sticky-quantity input::-webkit-outer-spin-button,.tanuki-sticky-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tanuki-success-message{position:fixed;top:20px;right:20px;padding:15px 25px;border-radius:4px;z-index:10000;box-shadow:0 4px 12px rgb(0 0 0 / .1)}@media (max-width:768px){.tanuki-sticky-container{padding:8px 15px}.tanuki-sticky-name{display:none}}