/* Scroll to Top button */
#scrollTopBtn {
position: fixed;
top: 50%;
right: 10px;
transform: translateY(-50%);
font-size: 28px;
color: black;
cursor: pointer;
display: none;
z-index: 9999;
user-select: none;
transition: color 0.3s ease;
background: none;
border: none;
padding: 0;
}
#scrollTopBtn:hover {
color: #555;
}
/* Signature font */
.knotty-signature {
font-family: 'Homemade Apple', cursive;
font-size: 18px;
text-align: center;
margin: 40px auto 20px;
color: #777;
opacity: 0.8;
}
/* View Cart button styling */
.instant-view-cart {
position: fixed;
top: 20px;
right: 20px;
background-color: #000;
color: #fff;
padding: 10px 16px;
border-radius: 6px;
font-size: 14px;
text-decoration: none;
z-index: 999999;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
opacity: 0;
transition: opacity 0.3s;
pointer-events: auto;
}
⇧
Made with love by McKayla 🤍