/* Product Detail Widget */
.pdw-wrapper {
	max-width: 100%;
}

/* Viewer Count */
.pdw-viewer {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}

.pdw-eye-icon {
	width: 20px;
	height: 20px;
}

/* Badges */
.pdw-badges {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 12px;
}

.pdw-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #d4a574;
	background-color: #fdf6f0;
	padding: 6px 14px;
}

/* Title */
.pdw-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #333333;
	margin: 0 0 20px;
	line-height: 1.4;
}

/* Inquiry Button */
.pdw-inquiry-btn {
	display: block;
	width: 100%;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333333;
	background-color: #fdf6f0;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 25px;
}

.pdw-inquiry-btn:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* Price */
.pdw-price,
.pdw-price span.woocommerce-Price-amount,
.pdw-price span.woocommerce-Price-amount bdi {
	font-size: 28px !important;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
	color: inherit !important;
	margin-bottom: 15px;
}

.pdw-price del {
	font-size: 20px;
	color: #999999;
	margin-right: 8px;
}

.pdw-price ins {
	text-decoration: none;
}

/* Cart Section */
.pdw-cart-section {
	margin-bottom: 25px;
}

.pdw-qty-label {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
}

.pdw-cart-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.pdw-cart-row .quantity {
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	height: 50px;
}

.pdw-cart-row .quantity input[type="number"] {
	width: 50px;
	height: 100%;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	font-size: 16px;
	margin: 0;
	-moz-appearance: textfield;
	appearance: textfield;
}

.pdw-cart-row .quantity input[type="number"]::-webkit-inner-spin-button,
.pdw-cart-row .quantity input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pdw-cart-row .quantity .minus,
.pdw-cart-row .quantity .plus {
	width: 35px;
	height: 100%;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.pdw-cart-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 20px;
	height: 50px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333333;
	background-color: #fbe5e7;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pdw-cart-btn:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.pdw-arrow {
	width: 14px;
	height: 14px;
}

/* Wishlist */
.pdw-wishlist-btn {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: visible;
	padding: 0;
}

.pdw-wishlist-btn svg {
	width: 20px;
	height: 20px;
	color: #999999;
	transition: color 0.3s ease;
}

.pdw-wishlist-btn:hover,
.pdw-wishlist-btn.active {
	background: none;
	border-color: #e0e0e0;
}

.pdw-wishlist-btn:hover svg,
.pdw-wishlist-btn.active svg {
	color: #fbe5e7;
	fill: #fbe5e7;
}

/* Condition */
.pdw-condition {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.pdw-condition-text {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #333333;
}

.pdw-condition-info {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
}

.pdw-condition-info svg {
	width: 18px;
	height: 18px;
	color: #cccccc;
}

/* Description */
.pdw-description {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
}

/* ========== Modals ========== */
.pdw-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.pdw-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pdw-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.pdw-modal-content {
	position: relative;
	background: #ffffff;
	width: 90%;
	max-width: 600px;
	max-height: 85vh;
	overflow-y: auto;
	padding: 40px;
	z-index: 1;
}

.pdw-modal-close {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none !important;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #333333;
	line-height: 1;
	display: inline-block;
	padding: 0;
}

.pdw-modal-close:hover {
	color: #000000;
	background: none !important;
}

.pdw-modal-title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333333;
	margin: 0 0 30px;
}

/* Inquiry Form */
.pdw-form-group {
	margin-bottom: 20px;
}

.pdw-form-group label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 8px;
}

.pdw-form-group input,
.pdw-form-group textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	outline: none;
	font-family: inherit;
	color: #333333;
	box-sizing: border-box;
}

.pdw-form-group input::placeholder,
.pdw-form-group textarea::placeholder {
	color: #333333;
}

.pdw-form-group input:focus,
.pdw-form-group textarea:focus {
	border-color: #333333;
}

.pdw-submit-btn {
	display: block;
	width: 100%;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333333;
	background: none;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.pdw-submit-btn:hover {
	background-color: #333333;
	color: #ffffff;
	border-color: #333333;
}

.pdw-submit-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Condition Popup Body */
.pdw-condition-popup-body {
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
}

.pdw-condition-popup-body p {
	margin: 0 0 10px;
}

.pdw-condition-popup-body strong {
	font-weight: 700;
}

/* Form Messages */
.pdw-form-msg {
	padding: 12px;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}

.pdw-form-msg.success {
	background-color: #d4edda;
	color: #155724;
}

.pdw-form-msg.error {
	background-color: #f8d7da;
	color: #721c24;
}

/* ========== Product Specifications ========== */
.pdw-specs {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	margin-top: 20px;
}

.pdw-specs-condition-header {
	display: flex;
	align-items: center;
	gap: 10px;

	cursor: pointer;
}

.pdw-specs-condition-text {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.pdw-specs-condition-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.pdw-specs-condition-icon svg {
	width: 22px;
	height: 22px;
}

.pdw-specs-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.pdw-specs-table tr {
	border-bottom: 1px solid #f0f0f0;
}

.pdw-specs-table tr:last-child {
	border-bottom: none;
}

.pdw-specs-table td {
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
}

.pdw-specs-label {
	font-weight: 700;
	color: #333333;
	width: 160px;
	min-width: 120px;
}

.pdw-specs-value {
	color: #333333;
}

.pdw-specs-meta {


}

.pdw-specs-meta-item {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.6;
}

.pdw-specs-meta-label {
	font-weight: 700;
	color: #333333;
	margin-right: 8px;
}

.pdw-specs-meta-value {
	color: #333333;
}
