.product-detail-hero,
.product-detail-layout {
    width: min(100% - 32px, 1180px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.product-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
    align-items: start;
    margin-top: 28px;
    margin-bottom: 24px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    margin-bottom: 42px;
}

.product-detail-hero__content,
.product-detail-hero__media,
.product-detail-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
}

.product-detail-hero__content {
    padding: 28px;
}

.product-detail-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.product-detail-hero h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.product-detail-summary {
    max-width: 720px;
    margin: 16px 0 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.68;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.product-detail-hero__media {
    padding: 14px;
}

.product-detail-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 14px;
}

.product-detail-image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #64748b;
    font-weight: 700;
    text-align: center;
}

.product-detail-offer-card {
    margin-top: 12px;
    padding: 15px;
    border-radius: 14px;
    background: #0f172a;
    color: #ffffff;
}

.product-detail-offer-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

.product-detail-offer-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.product-detail-card {
    padding: 24px;
}

.product-detail-card h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.product-detail-richtext {
    color: #374151;
    font-size: 16px;
    line-height: 1.78;
}

.product-detail-richtext p {
    margin: 0 0 15px;
}

.product-detail-richtext p:last-child {
    margin-bottom: 0;
}

.product-detail-richtext ul,
.product-detail-richtext ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.product-detail-richtext li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
}

.product-detail-richtext li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #111827;
}

.product-detail-richtext strong,
.product-detail-richtext b {
    color: #111827;
    font-weight: 800;
}

.product-detail-richtext a {
    color: #111827;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.product-detail-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-detail-tech {
    background: #f8fafc;
}

.product-detail-contact {
    background: #111827;
    color: #ffffff;
}

.product-detail-contact h2 {
    color: #ffffff;
}

.product-detail-contact p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.62;
}

@media (max-width: 980px) {
    .product-detail-hero,
    .product-detail-layout {
        width: min(100% - 24px, 760px);
        grid-template-columns: 1fr;
    }

    .product-detail-image {
        height: 280px;
    }
}

@media (max-width: 560px) {
    .product-detail-hero,
    .product-detail-layout {
        width: min(100% - 20px, 100%);
    }

    .product-detail-hero {
        margin-top: 18px;
        gap: 16px;
    }

    .product-detail-hero__content,
    .product-detail-card {
        padding: 20px;
    }

    .product-detail-summary {
        font-size: 16px;
    }

    .product-detail-image {
        height: 230px;
    }

    .product-detail-actions {
        flex-direction: column;
    }

    .product-detail-actions .btn,
    .product-detail-contact .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ALL PAGES COLOR ONLY PRODUCT DETAIL START */
.yk-product-detail,
.yk-product-show,
.yk-product {
    color: #0f172a;
}

.yk-product-detail section,
.yk-product-show section,
.yk-product section,
.yk-product-detail article,
.yk-product-show article,
.yk-product article {
    border-color: #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.yk-product-detail a,
.yk-product-show a,
.yk-product a {
    color: #1d4ed8;
}
/* ALL PAGES COLOR ONLY PRODUCT DETAIL END */
