/* OPIF THEME branding and OPIF by Saad compatibility layer. */
.opif-theme .opif-buy-now {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 34px;
	padding: 7px 14px;
	font-weight: 600;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: background-color .2s ease, color .2s ease, transform .15s ease;
}
.opif-theme .opif-buy-now:hover { transform: translateY(-1px); }
.opif-theme .opif-buy-now__icon { display: inline-flex; line-height: 1; }
.opif-theme .opif-buy-now__icon svg { width: 15px; height: 16px; }
.opif-theme .opif-buy-now__text { display: inline-block; line-height: 1.2; }
.opif-theme-opif-active .woocommerce-checkout,
.opif-theme-opif-active .woocommerce-cart { --opif-theme-accent: var(--opif-buy-now-bg, #199447); }
.opif-theme-opif-active .woocommerce form .button,
.opif-theme-opif-active .woocommerce-page form .button { border-radius: var(--opif-buy-now-radius, 4px); }
@media (max-width: 767px) {
	.opif-theme .opif-buy-now { min-height: 40px; }
}
