.mdpc-single-product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.mdpc-single-product__image img { display: block; width: 100%; height: auto; }
.mdpc-single-product__content h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.25; }
.mdpc-single-product__content h3 a { color: inherit; text-decoration: none; }
.mdpc-single-product__price { margin-bottom: 12px; font-size: 20px; font-weight: 700; }
.mdpc-single-product__stock { margin-bottom: 14px; font-size: 14px; }
.mdpc-single-product__button { display: inline-flex; justify-content: center; padding: 11px 18px; border-radius: 6px; background: #4f46e5; color: #fff; font-weight: 600; text-decoration: none; transition: background-color .15s ease, color .15s ease; }
.mdpc-single-product__button:hover { background: #3730a3; color: #fff; }
.mdpc-single-product__notice { padding: 12px; border: 1px dashed #9ca3af; color: #6b7280; }
@media (max-width: 767px) { .mdpc-single-product { grid-template-columns: 1fr; gap: 16px; } }
