.iledysile-square-cart-button {
	position: fixed;
    display: none;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    width: 22px;
    height: 22px;
    background-color: #fe5047;
	transition: 0.5s ease;
    color: white;
    font-size: 10pt;
	top: 18px;
    right: 25px;
}

.iledysile-cart-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) and (hover: hover) {
	.iledysile-square-cart-button:hover {
		background-color: #ff938e;
	}
}

@media (max-width: 768px), (hover: none) {
    .iledysile-square-menu-button:hover {
        background-color: #6B04FA;
    }
}