/*
Theme Name: OceanWP Child
Template: oceanwp
Version: 1.5
*/

/* ===============================
   LAYOUT
================================ */
.bo-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
	gap: 48px;
	align-items: flex-start;
}

/* ===============================
   PRODUCT INTRO (IMAGE + TEXT)
================================ */
.bo-product-intro {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 32px;
}

.bo-product-thumb {
	flex: 0 0 220px;
	max-width: 220px;
}

.bo-product-thumb img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.bo-product-summary {
	flex: 1;
	min-width: 0;
	padding-top: 20px;: ;
}

.bo-product-title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}

.bo-short-description {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

/* ===============================
   SECTIONS
================================ */
.bo-section {
	/*background: #ffffff;*/
	background-color: #f0f0f0 !important; /* Test color */
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.bo-section h2 {
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: 600;
}

/* ===============================
   META LISTS
================================ */
.bo-meta-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bo-meta-list li {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e7eb;
	font-size: 14px;
}

.bo-meta-list li:last-child {
	border-bottom: none;
}

.bo-meta-list strong {
	color: #6b7280;
	font-weight: 500;
}

/* ===============================
   RIGHT COLUMN
================================ */
.bo-product-right {
	position: sticky;
	top: 96px;
}

/* ===============================
   METRICS CARD
================================ */
.bo-metrics-card {
	background: linear-gradient(180deg, #ffffff, #f9fafb);
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 16px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
	border: 1px solid #e5e7eb;
}

.bo-metrics-card h3 {
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: 600;
}

.bo-metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.bo-metric {
	background: #ffffff;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	border: 1px solid #eeeeee;
}

.bo-metric-label {
	display: block;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 2px;
}

.bo-metric-value {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

/* ===============================
   CTA CARD (LIGHT VERSION)
================================ */
.bo-cta-card {
	background: #ffffff;
	color: #111827;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	border: 1px solid #e5e7eb;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bo-cta-card .price {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #16a34a;
}

/* Add to cart button */
.bo-cta-card button,
.bo-cta-card .button {
	width: 100%;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	/*margin-bottom: 10px;*/
}

/* Wishlist / secondary actions */
.bo-cta-card .add_to_wishlist,
.bo-cta-card .wishlist {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #6b7280;
	margin-top: 6px;
	text-decoration: none;
}

.bo-cta-card .add_to_wishlist:hover {
	color: #111827;
}

/* ===============================
   MOBILE STYLES
================================ */
@media (max-width: 992px) {
	.bo-product-grid {
		grid-template-columns: 1fr;
	}

	.bo-product-right {
		position: static;
		margin-top: 24px;
	}

	.bo-cta-card {
		padding: 16px;
	}

	.bo-cta-card .price {
		font-size: 22px;
	}
}

/* Hide product image on mobile */
@media (max-width: 768px) {
	.bo-product-thumb {
		display: none;
	}

	.bo-product-intro {
		flex-direction: column;
	}
}


/* ======================================
   COMPACT INLINE CTA CARD
====================================== */
.bo-cta-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Price (compact) */
.bo-cta-card .price {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #16a34a;
	line-height: 1.2;
}

.bo-cta-card .price del {
	color: #9ca3af;
	font-size: 14px;
	margin-right: 6px;
}

.bo-cta-card .price ins {
	text-decoration: none;
}

/* ======================================
   INLINE CART FORM
====================================== */
.bo-cta-card form.cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* ======================================
   ICON BUTTONS (Wishlist / Compare)
====================================== */
.bo-cta-card .shopengine-wishlist,
.bo-cta-card .shopengine-comparison {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.bo-cta-card .shopengine-wishlist i,
.bo-cta-card .shopengine-comparison i {
	font-size: 16px;
	color: #374151;
}

.bo-cta-card .shopengine-wishlist:hover,
.bo-cta-card .shopengine-comparison:hover {
	background: #eef2ff;
	border-color: #c7d2fe;
}

/* ======================================
   QUANTITY (INLINE & COMPACT)
====================================== */
.bo-cta-card .quantity {
	display: flex;
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	height: 36px;
}

.bo-cta-card .quantity a.minus,
.bo-cta-card .quantity a.plus {
	width: 32px;
	text-align: center;
	font-size: 16px;
	color: #374151;
	background: #f9fafb;
	text-decoration: none;
	line-height: 36px;
}

.bo-cta-card .quantity input.qty {
	width: 44px;
	border: none;
	text-align: center;
	font-size: 14px;
	padding: 0;
	height: 36px;
}

/* ======================================
   ADD TO CART BUTTON (PRIMARY)
====================================== */
.bo-cta-card .single_add_to_cart_button {
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	background: #2563eb;
	color: #ffffff;
	border: none;
	white-space: nowrap;
}

.bo-cta-card .single_add_to_cart_button:hover {
	background: #1d4ed8;
}

/* ======================================
   MOBILE TWEAKS
====================================== */
@media (max-width: 768px) {
	.bo-cta-card form.cart {
		gap: 6px;
	}

	.bo-cta-card .single_add_to_cart_button {
		flex: 1;
	}
}

