.qty-picker {
	display: flex;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
}
.qty-btn {
	background: #fff;
	border: none;
	padding: 0 15px;
	font-size: 20px;
	color: #64748b;
}
.qty-input {
	width: 45px;
	border: none;
	text-align: center;
	font-weight: 700;
}
.productMiniDetail > div {width:100%;float:left;padding:10px 0px;border-bottom: 1px solid #ddd}
.productMiniDetail > div b {width:50%;float:left;}
.discount-badge {
	background: #333;
	color: white;
	padding: 15px 15px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 20px;
}
.product-variation-label {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #334155;
}
.product-variation-selected {
	font-weight: 500;
	color: #64748b;
}
.product-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.product-variation-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.5rem;
	padding: 0.4rem 0.9rem;
	border: 1.5px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.product-variation-option:hover:not(:disabled):not(.active) {
	border-color: #94a3b8;
	background: #f8fafc;
}
.product-variation-option.active {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
	box-shadow: 0 0 0 1px #0f172a;
}
.product-variation-option:disabled {
	opacity: 0.38;
	cursor: not-allowed;
	text-decoration: line-through;
}
.product-variation-summary {
	color: #475569;
}
.old-price { text-decoration: line-through; color: #94a3b8; font-size: 16px; }
.current-price { font-size: 1.5rem;line-height: 1.2; color: #c33514}
.product-label-badge {position:absolute;top:5.71px;left:5.71px;padding:3px 8px;border-radius:5.71px;background:#333;color:#fff;z-index:2}

.product-gallery {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.product-gallery__main {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
}

.product-gallery__main img {
	width: auto;
	max-width: 100%;
	max-height: 330px;
}

.product-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 36px;
	height: 36px;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #17345f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-gallery__nav:hover {
	background: #fff;
	border-color: #17345f;
}

.product-gallery__nav--prev {
	left: 8px;
}

.product-gallery__nav--next {
	right: 8px;
}

.product-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	width: 100%;
}

.product-gallery__thumb {
	width: 56px;
	height: 56px;
	padding: 4px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.product-gallery__thumb.active {
	border-color: #17345f;
}

.product-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-variation-group {width:50%;float:left}

/* Product detail refresh */
.product-showcase {
	margin-bottom: 2rem;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.product-showcase__inner {
	padding: 16px;
}

.product-media-card {
	position: relative;
	height: 100%;
	padding: 1rem;
	border: 1px solid #edf0f4;
	border-radius: 14px;
	background: linear-gradient(145deg, #fff 35%, #f8fafc);
}

.product-gallery__main {
	min-height: 390px;
}

.product-gallery__main img {
	max-height: 410px;
	mix-blend-mode: multiply;
}

.product-media-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.4rem;
	margin-top: 0.75rem;
}

.product-media-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #fff;
	color: #334155;
}

.product-purchase-card {
	height: 100%;
	padding: 0px 6px;
	border-radius: 14px;
	background: #fff;
}

.product-heading {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #edf0f4;
}

.product-brand-link {
	display: inline-block;
	margin-bottom: 0.45rem;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.product-brand-link:hover { color: #17345f; }

.product-heading h1 {
	margin: 0;
	color: #172033;
	font-size: 1.2rem;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.3;
}

.product-price-block {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 1.4rem 0;
}

.product-price-block .current-price {
	color: #17345f;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
}

.product-price-block .discount-badge {
	padding: 0.42rem 0.6rem;
	border-radius: 999px;
	background: #fff1ed;
	color: #c2410c;
	font-size: 0.84rem;
}

.product-buy-row {
	display: flex;
	gap: 0.75rem;
	margin: 1.35rem 0;
}

.product-buy-row .cart-button {
	min-height: 45px;
	flex: 1;
	border: 0;
	font-weight: 700;
	margin-bottom: 1px
}

.product-buy-row .cart-button:hover { background: #102947; }

.qty-picker {
	min-height: 48px;
	border-radius: 10px;
}

.qty-btn { min-width: 38px; }

.product-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	padding-top: 1.25rem;
	border-top: 1px solid #edf0f4;
}

.product-info-item {
	padding: 0.75rem;
	border-radius: 10px;
	background: #f8fafc;
}

.product-info-item span {
	display: block;
	margin-bottom: 0.2rem;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 600;
}

.product-info-item strong { color: #1e293b; font-size: 0.86rem; }
.product-info-item--wide { grid-column: 1 / -1; }

.product-content-tabs {
	margin-bottom: 2rem;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.product-content-tabs .nav-tabs {
	gap: 0.5rem;
	padding: 0.75rem 1rem 0;
	border: 0;
	background: #f8fafc;
}

.product-content-tabs .nav-link {
	border: 0;
	border-radius: 8px 8px 0 0;
	color: #64748b;
	font-weight: 650;
}

.product-content-tabs .nav-link.active {
	background: #fff;
	color: #17345f;
}

.product-tab-content {
	min-height: 140px;
	padding: clamp(1rem, 2.5vw, 1.75rem);
	background: #fff;
}

@media (max-width: 991.98px) {
	.product-gallery__main { min-height: 280px; }
	.product-purchase-card { padding: 0; }
	.product-gallery__thumbs {display:none}
}

@media (max-width: 575.98px) {
	.product-showcase__inner { padding: 0.75rem; }
	.product-buy-row { flex-wrap: wrap; }
	.product-info-grid { grid-template-columns: 1fr; }
	.product-info-item--wide { grid-column: auto; }
}
