.ronsoo-shopee-purchase__button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 0.75rem;
	border: 1px solid #ee4d2d;
	background: #ffffff;
	color: #b43818;
	font: inherit;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.ronsoo-shopee-purchase__button.button:hover,
.ronsoo-shopee-purchase__button.button:focus-visible {
	border-color: #b43818;
	background: #fff5f2;
	color: #8f2d14;
}

.ronsoo-shopee-purchase__button.button:focus-visible {
	outline: 3px solid #726c91;
	outline-offset: 3px;
}

@media (max-width: 599px) {
	.ronsoo-shopee-purchase__button.button {
		width: 100%;
	}
}
