@media (max-width: 767px) {
	.mia-sticky-cart {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		background: #fff;
		border-top: 1px solid #f1d3df;
		box-shadow: 0 -4px 18px rgba(0,0,0,.08);
		padding: 10px 12px;
		display: none;
		align-items: center;
		gap: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.mia-sticky-cart.is-visible {
		display: flex;
	}

	.mia-sticky-cart__info {
		flex: 1;
		min-width: 0;
	}

	.mia-sticky-cart__size {
		font-size: 12px;
		color: #777;
		line-height: 1.3;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mia-sticky-cart__price {
		font-size: 17px;
		font-weight: 700;
		color: #222;
		line-height: 1.3;
	}

	.mia-sticky-cart__button {
		background: #e94b87;
		color: #fff;
		border: 0;
		border-radius: 999px;
		padding: 11px 18px;
		font-size: 14px;
		font-weight: 700;
		white-space: nowrap;
	}

	body {
		padding-bottom: 72px;
	}
}
