.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.wc-block-grid__product-image img,
.wc-block-components-product-image img,
.obm-iphone-product img {
	aspect-ratio: 1 / 1 !important;
	background: #fff !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center !important;
	width: 100% !important;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
	background: #fff;
}

.single-product .woocommerce-product-gallery__image img {
	background: #fff !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center !important;
	width: 100% !important;
}

.obm-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 4px;
}

.obm-trust-strip span {
	background: #edf7ff;
	border: 1px solid #cce7fa;
	border-radius: 999px;
	color: #25638f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 11px;
}

.obm-highlights {
	list-style: none;
	margin: 12px 0;
	padding: 0;
}

.obm-highlights li {
	border-bottom: 1px solid #edf0f3;
	font-size: 14px;
	margin: 0;
	padding: 7px 0;
}

.obm-spec-card {
	background: #fff;
	border: 1px solid #dce4eb;
	border-radius: 14px;
	box-shadow: 0 8px 26px rgba(30, 58, 80, 0.06);
	margin: 20px 0;
	overflow: hidden;
}

.obm-spec-card__header {
	background: linear-gradient(135deg, #eef8ff 0%, #fff 100%);
	border-bottom: 3px solid #5aa6dc;
	padding: 22px;
}

.obm-spec-card__header p {
	color: #b5161c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
}

.obm-spec-card__header h2 {
	color: #182230;
	font-size: clamp(20px, 3vw, 28px);
	margin: 0 0 6px;
}

.obm-spec-card__header span {
	color: #607182;
	font-size: 13px;
	font-weight: 600;
}

.obm-spec-table {
	border: 0 !important;
	border-collapse: collapse;
	margin: 0 !important;
	width: 100%;
}

.obm-spec-table th,
.obm-spec-table td {
	border: 0 !important;
	border-bottom: 1px solid #edf0f3 !important;
	padding: 13px 18px !important;
	text-align: left;
	vertical-align: top;
}

.obm-spec-table th {
	background: #fafcfe;
	color: #394b5b;
	font-size: 13px;
	font-weight: 700;
	width: 34%;
}

.obm-spec-table td {
	color: #263746;
	font-size: 14px;
}

.obm-spec-note {
	color: #6b7785;
	font-size: 12px;
	margin: 0;
	padding: 14px 18px 18px;
}

@media (max-width: 600px) {
	.obm-spec-table th,
	.obm-spec-table td {
		display: block;
		width: 100%;
	}

	.obm-spec-table th {
		border-bottom: 0 !important;
		padding-bottom: 4px !important;
	}

	.obm-spec-table td {
		padding-top: 4px !important;
	}
}
