/* Upex single product page styles */

.upex-product-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 20px 40px;
}

.upex-product-breadcrumb {
	margin-bottom: 20px;
	font-size: 13px;
	color: #777;
}

.upex-product-breadcrumb a {
	color: #555;
	text-decoration: none;
}

.upex-product-breadcrumb a:hover {
	text-decoration: underline;
}

/* Two-column layout */
.upex-product-main {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 40px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.upex-product-main {
		grid-template-columns: 1fr;
	}
}

/* Images */
.upex-main-image-wrap {
	border: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 12px;
}

.upex-main-image {
	width: 100%;
	height: auto;
	display: block;
}

.upex-lightbox-link {
	display: block;
}

.upex-thumbnails {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.upex-thumb {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 2px solid #e5e5e5;
	cursor: pointer;
	border-radius: 2px;
}

.upex-thumb.active,
.upex-thumb:hover {
	border-color: #7f1107;
}

/* Product info */
.upex-product-title {
	font-size: 32px;
	margin: 0 0 12px;
	line-height: 1.2;
}

.upex-product-sku {
	font-size: 14px;
	color: #777;
	margin: 0 0 14px;
}

.upex-product-price {
	font-size: 24px;
	font-weight: 700;
	color: #bc1b18;
	margin-bottom: 16px;
}

.upex-poa-label {
	font-size: 24px;
	font-weight: 700;
	color: #bc1b18;
}

.upex-product-short-desc {
	font-size: 15px;
	color: #444;
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Add to cart */
.upex-add-to-cart .quantity {
	display: inline-block;
	margin-right: 10px;
}

.upex-add-to-cart .single_add_to_cart_button,
.upex-add-to-cart .button {
	background-color: #7f1107 !important;
	color: #ffffff !important;
	border: none !important;
	padding: 12px 24px;
	font-size: 15px;
	border-radius: 3px;
	cursor: pointer;
}

.upex-add-to-cart .single_add_to_cart_button:hover,
.upex-add-to-cart .button:hover {
	background-color: #5c0c05 !important;
	color: #ffffff !important;
}

/* POA */
.upex-poa-actions {
	margin-top: 10px;
}

.upex-poa-contact-btn {
	background-color: #555 !important;
	color: #ffffff !important;
	border: none !important;
	padding: 12px 24px;
	font-size: 15px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
}

.upex-poa-contact-btn:hover {
	background-color: #333 !important;
	color: #ffffff !important;
}

/* Tabs */
.upex-product-tabs {
	border-top: 2px solid #e5e5e5;
	padding-top: 30px;
}

.upex-tabs-nav {
	display: flex;
	gap: 0;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 24px;
}

.upex-tab-btn {
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
}

.upex-tab-btn.active {
	color: #7f1107;
	border-bottom-color: #7f1107;
}

.upex-tab-panel {
	display: none;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

.upex-tab-panel.active {
	display: block;
}

.upex-tab-panel table {
	width: 100%;
	border-collapse: collapse;
}

.upex-tab-panel table th,
.upex-tab-panel table td {
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.upex-tab-panel table th {
	background: #f9f9f9;
	font-weight: 600;
	width: 30%;
}
