Shop
.fixed-video {
position: fixed;
bottom: 50px;
right: 50px;
z-index: 1000;
text-align: center;
background: rgba(0, 0, 0, 0.8);
padding: 10px;
border-radius: 10px;
}
.fixed-video iframe {
width: 350px;
height: 196px;
display: block;
border-radius: 5px;
}
.subscribe-button {
display: block;
background-color: #FF0000;
color: white;
text-align: center;
padding: 10px 15px;
margin-top: 10px;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
transition: 0.3s;
}
.subscribe-button:hover {
background-color: #CC0000;
}
@media (max-width: 1024px) {
.fixed-video iframe {
width: 245px; /* 70% e 350px */
height: 137px; /* 70% e 196px */
}
.subscribe-button {
font-size: 14px;
padding: 7px 12px;
}
}
@media (max-width: 768px) {
.fixed-video iframe {
width: 175px; /* 50% e 350px */
height: 98px; /* 50% e 196px */
}
.subscribe-button {
font-size: 12px;
padding: 5px 10px;
}
}
⬆ UP
#scrollToTop {
position: fixed;
bottom: 10px;
right: 10px;
width: 60px;
height: 50px;
background: linear-gradient(45deg, green, red);
color: white;
text-align: center;
line-height: 50px;
font-size: 16px;
font-weight: bold;
border-radius: 10px;
cursor: pointer;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
transition: 0.3s;
display: none;
position: fixed;
z-index: 1000;
overflow: hidden;
}
#progressBar {
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 7px;
background: yellow;
transition: width 0.2s ease;
}
#scrollToTop:hover {
transform: scale(1.1);
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
document.addEventListener(“DOMContentLoaded”, function () {
let scrollToTop = document.getElementById(“scrollToTop”);
let progressBar = document.getElementById(“progressBar”);
window.onscroll = function () {
let scrollHeight = document.documentElement.scrollHeight – document.documentElement.clientHeight;
let scrollPosition = document.documentElement.scrollTop;
let scrollPercent = (scrollPosition / scrollHeight) * 100;
progressBar.style.width = scrollPercent + “%”;
if (scrollPosition > 100) { scrollToTop.style.display = “block”;
} else {
scrollToTop.style.display = “none”;
}
};
scrollToTop.addEventListener(“click”, function () {
window.scrollTo({
top: 0,
behavior: “smooth”
});
});
});
Shop new arrivals
🛍️ Shop with Ease at Smile Shop! 🛒
Discover a world of amazing products at Smile Shop! Whether you’re looking for fashion, electronics, home essentials, or more – we’ve got it all in one place.
✨ Why Shop with Us?
✔️ Wide variety of products 🌍
✔️ Best prices & great deals 💰
✔️ Secure & easy checkout 🔒
Start shopping today and enjoy a seamless experience! 🚀












