.mswp-product-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
	gap: 8px;
	margin: 16px 0 18px;
}

.mswp-product-benefit {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 66px;
	padding: 10px 12px;
	color: #111;
	background: #fff;
	border: 1px solid #e2e5e9;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.mswp-product-benefit[hidden] {
	display: none !important;
}

.mswp-product-benefit__icon {
	display: inline-flex;
	flex: 0 0 29px;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	color: #111;
}

.mswp-product-benefit--stock.is-available .mswp-product-benefit__icon {
	color: #009b35;
}

.mswp-product-benefit--stock.is-unavailable .mswp-product-benefit__icon {
	color: #c91313;
}

.mswp-product-benefit__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mswp-product-benefit__content {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.mswp-product-benefit__value,
.mswp-product-benefit__detail {
	display: block;
	margin: 0;
	line-height: 1.18;
}

.mswp-product-benefit__value {
	font-size: 13.5px;
	font-weight: 650;
}

.mswp-product-benefit__detail {
	color: #667085;
	font-size: 11.5px;
	font-weight: 400;
}

.mswp-product-benefit__detail a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* The cards replace these three legacy text-only notices visually. */
.single-product .product-info > p.stock,
.single-product .product-info .woocommerce-variation-availability p.stock,
.single-product .product-info #mswp-placeholder-shipping-countdown,
.single-product .product-info > .yith-par-message-product,
.single-product .product-info > .yith-par-message-variation:not(.text) {
	display: none !important;
}

@media (max-width: 849px) {
	.mswp-product-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 374px) {
	.mswp-product-benefit {
		gap: 8px;
		padding: 9px 10px;
	}

	.mswp-product-benefit__icon {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
	}

	.mswp-product-benefit__value {
		font-size: 12.5px;
	}

	.mswp-product-benefit__detail {
		font-size: 10.5px;
	}
}
