/* 0.8.43 — replace the legacy generated payment square with a Figma-style card icon. */
@media (min-width:801px) {
	html body.ikd-store-preview-page .ikd-sp-commerce--cart .cart-collaterals::before {
		display:flex!important;
		align-items:center!important;
		box-sizing:border-box!important;
		content:'Оплата при получении'!important;
		min-height:50px!important;
		margin:0 0 16px!important;
		padding:13px 16px 13px 58px!important;
		border:1px solid #eeeae4!important;
		border-radius:8px!important;
		background-color:#fff!important;
		background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d99600' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Cpath d='M3 10h18M7 15h4'/%3E%3C/svg%3E")!important;
		background-repeat:no-repeat!important;
		background-position:18px center!important;
		background-size:24px 24px!important;
		box-shadow:none!important;
		color:#1e1d1c!important;
		font-size:15px!important;
		font-weight:500!important;
		line-height:24px!important;
	}
}
