.dpp-13646-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

@media (min-width: 768px) {
	.dpp-13646-container {
		flex-direction: row;
	}
}

.dpp-13646-left,
.dpp-13646-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.dpp-13646-main-img-wrap {
	width: 100%;
	aspect-ratio: 1/1;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}

.dpp-13646-main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s;
}

.dpp-13646-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
}

.dpp-13646-thumb {
	width: 80px;
	height: 80px;
	background: #f9f9f9;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid transparent;
}

.dpp-13646-thumb.active {
	border-color: #000;
}

.dpp-13646-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dpp-13646-title {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0;
}

.dpp-13646-price {
	font-size: 2rem;
	font-weight: 600;
}

.dpp-13646-badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.dpp-13646-badge {
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

.dpp-13646-short-desc,
.dpp-13646-long-desc {
	font-size: 1rem;
	line-height: 1.5;
	color: #555;
}

.dpp-13646-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dpp-13646-btn {
	padding: 15px;
	border: none;
	border-radius: 4px;
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 100%;
	transition: opacity 0.2s;
}

.dpp-13646-btn:hover {
	opacity: 0.9;
}

.dpp-13646-btn-cart {
	background-color: #000;
	color: #fff;
}

.dpp-13646-btn-buy {
	background-color: #eee;
	color: #000;
	padding: 10px;
	font-size: 1rem;
}

.dpp-13646-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.dpp-13646-icon-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.9rem;
	color: #666;
}

.dpp-13646-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
