﻿/* === notices-detail.html === */

        /* --- DÉ™yiÅŸÉ™nlÉ™r vÉ™ SÄ±fÄ±rlama --- */
/* Header/promo/nav chrome main.css-dən gəlir — dublikat silindi */
    


    .bh-product-master-wrapper {
        max-width: 1240px;
        margin: 0 auto;
        background: #ffffff;
        padding: 35px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    /* Ãœst BÃ¶lmÉ™ */
    .bh-product-display-grid-primary {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 50px;
        margin-bottom: 50px;
    }

    /* Qalereya vÉ™ ÅžÉ™kil ÃœstÃ¼ Oxlar */
    .bh-media-gallery-component {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .bh-main-view-container {
        position: relative;
        width: 100%;
        height: 450px;
        overflow: hidden;
        border-radius: 14px;
        border: 1px solid #e9ecef;
        cursor: zoom-in;
    }

    .bh-main-viewport-frame {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.4s ease;
    }

    /* Æsas ÅŸÉ™kil Ã¼zÉ™rindÉ™ki oxlar */
    .bh-main-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.7);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #222f3e;
        transition: 0.3s;
        z-index: 10;
    }

    .bh-main-nav-btn:hover {
        background: #ff9f43;
        color: white;
    }

    .bh-main-prev {
        left: 15px;
    }

    .bh-main-next {
        right: 15px;
    }

    .bh-thumbnail-navigation-track {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .bh-thumbnail-item-trigger {
        width: 100%;
        height: 90px;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
        border: 2.5px solid transparent;
        transition: 0.25s;
        filter: grayscale(20%);
    }

    .bh-thumbnail-item-trigger:hover {
        filter: grayscale(0%);
        border-color: #ff9f43;
    }

    .bh-active-thumbnail {
        border-color: #ff9f43 !important;
        filter: grayscale(0%);
    }

    /* MÉ™lumat Paneli */
    .bh-specification-summary-aside {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    /* Breadcrumb LinklÉ™ri */
    .bh-navigation-breadcrumb-trail {
        font-size: 13px;
        color: #8395a7;
        letter-spacing: 0.5px;
    }

    .bh-navigation-breadcrumb-trail a {
        color: #8395a7;
        text-decoration: none;
        transition: 0.2s;
    }

    .bh-navigation-breadcrumb-trail a:hover {
        color: #ff9f43;
        text-decoration: underline;
    }

    .bh-product-nomenclature-title {
        font-size: 32px;
        font-weight: 800;
        color: #222f3e;
        line-height: 1.2;
    }

    .bh-attribute-indicator-stack {
        display: flex;
        gap: 12px;
        margin: 8px 0;
    }

    .bh-status-pill-indicator {
        padding: 7px 18px;
        border-radius: 8px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .bh-pill-variant-mint {
        background: #dff9fb;
        color: #0984e3;
        border: 1px solid #74b9ff;
    }

    .bh-pill-variant-amber {
        background: #fef1e0;
        color: #d35400;
        border: 1px solid #fab1a0;
    }

    .bh-data-point-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #f1f2f6;
        font-size: 15px;
    }

    .bh-data-point-label {
        font-weight: 600;
        color: #576574;
    }

    .bh-monetary-valuation-box {
        margin: 25px 0;
        padding: 20px;
        background: #f8f9fa;
        border-radius: 12px;
        border-left: 5px solid #ff9f43;
    }

    .bh-currency-value-major {
        font-size: 36px;
        font-weight: 900;
        color: #2d3436;
    }

    .bh-rental-rate-secondary {
        font-size: 15px;
        color: #10ac84;
        font-weight: 600;
        margin-top: 5px;
    }

    .bh-conversion-action-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 15px;
    }

    .bh-btn-cta-telephony,
    .bh-btn-cta-instant-message {
        color: #ffffff;
        border: none;
        padding: 16px;
        border-radius: 10px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
    }

    .bh-btn-cta-telephony {
        background: #1dd1a1;
    }

    .bh-btn-cta-instant-message {
        background: #2e86de;
    }

    .bh-btn-cta-telephony:hover,
    .bh-btn-cta-instant-message:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    /* Texniki Spesifikasiya Matrisi */
    .bh-technical-matrix-container {
        margin-top: 50px;
    }

    .bh-matrix-header-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 12px;
        border-bottom: 3px solid #ff9f43;
        color: #222f3e;
    }

    .bh-specification-data-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .bh-specification-data-table tr:nth-child(even) {
        background: #fbfcfc;
    }

    .bh-specification-data-table td {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .bh-matrix-key-column {
        font-weight: 700;
        color: #576574;
        width: 35%;
        background: #f9f9f9;
    }

    @media (max-width: 640px) {
        .bh-specification-data-table thead {
            display: none;
        }

        .bh-specification-data-table tr {
            display: block;
            border-bottom: 1px solid #eee;
            padding: 4px 0;
        }

        .bh-specification-data-table tr:last-child {
            border-bottom: none;
        }

        .bh-specification-data-table td {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            padding: 10px 14px;
            border: none;
        }

        .bh-specification-data-table td::before {
            content: attr(data-label);
            font-weight: 700;
            color: #576574;
            flex: 0 0 46%;
        }

        .bh-matrix-key-column {
            display: none;
        }

        .bh-specification-data-table td:not(.bh-matrix-key-column) {
            width: 100%;
            text-align: right;
            font-weight: 600;
            color: #2f3542;
        }
    }

    /* Lightbox Overlay */
    .bh-lightbox-overlay {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        justify-content: center;
        align-items: center;
    }

    .bh-lightbox-content {
        max-width: 85%;
        max-height: 85%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    #bh_lightbox_img {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 4px;
    }

    .bh-lightbox-close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }

    .bh-lightbox-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.15);
        color: white;
        border: none;
        padding: 25px 20px;
        font-size: 30px;
        cursor: pointer;
        border-radius: 8px;
        transition: 0.3s;
    }

    .bh-lightbox-nav:hover {
        background: #ff9f43;
    }

    .bh-prev {
        left: 30px;
    }

    .bh-next {
        right: 30px;
    }

    @media (max-width: 992px) {
        .bh-product-display-grid-primary {
            grid-template-columns: 1fr;
        }

        .bh-main-view-container {
            height: 350px;
        }
    }



    /* Side Drawer Styling */
    .bh-side-drawer {
        position: fixed;
        left: -280px;
        /* Panelin eni qÉ™dÉ™r iÃ§É™ridÉ™ gizlÉ™dirik */
        top: 50%;
        transform: translateY(-50%);
        width: 280px;
        background: #ffffff;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-radius: 0 15px 15px 0;
        padding: 20px;
    }

    .bh-side-drawer.active {
        left: 0;
    }

    /* Ã‡Ä±xÄ±ntÄ± (Ox hissÉ™si) */
    .bh-drawer-handle {
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translateY(-50%);
        background: #ff9f43;
        color: white;
        width: 40px;
        height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 0 10px 10px 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        gap: 10px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .bh-drawer-handle i {
        transform: rotate(0deg);
        transition: 0.3s;
        font-size: 16px;
    }

    .bh-side-drawer.active .bh-drawer-handle i {
        transform: rotate(180deg);
    }

    /* Panel daxili elementlÉ™r */
    .bh-drawer-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #222f3e;
        border-bottom: 2px solid #ff9f43;
        padding-bottom: 5px;
    }

    .bh-related-item {
        display: flex;
        gap: 12px;
        align-items: center;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 8px;
        transition: 0.2s;
        cursor: pointer;
    }

    .bh-related-item:hover {
        background: #f8f9fa;
    }

    .bh-related-item img {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        object-fit: cover;
    }

    .bh-related-item h4 {
        font-size: 14px;
        color: #2d3436;
    }

    .bh-related-item p {
        font-size: 13px;
        color: #10ac84;
        font-weight: 700;
    }

    .bh-view-all {
        display: block;
        text-align: center;
        margin-top: 15px;
        color: #ff9f43;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }



    /* VIP Toast Styling */
    .bh-vip-toast {
        position: fixed;
        bottom: -150px;
        /* ÆvvÉ™lcÉ™ gizli olur */
        left: 25px;
        width: 320px;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        z-index: 2000;
        display: flex;
        overflow: visible;
        border: 2px solid #f1c40f;
        /* QÄ±zÄ±lÄ± rÉ™ng */
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    /* Elan aktiv olanda yuxarÄ± qalxÄ±r */
    .bh-vip-toast.show {
        bottom: 30px;
    }

    /* VÄ°P yazÄ±sÄ± (Ã§Ä±xÄ±ntÄ±) */
    .bh-vip-badge {
        position: absolute;
        top: -12px;
        left: 15px;
        background: linear-gradient(45deg, #f1c40f, #f39c12);
        color: #fff;
        padding: 2px 12px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 800;
        box-shadow: 0 4px 10px rgba(241, 196, 15, 0.4);
        animation: pulseGlow 2s infinite;
    }

    @keyframes pulseGlow {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(241, 196, 15, 0.7);
        }

        70% {
            transform: scale(1.05);
            box-shadow: 0 0 0 10px rgba(241, 196, 15, 0);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(241, 196, 15, 0);
        }
    }

    .bh-vip-close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 18px;
        cursor: pointer;
        color: #bdc3c7;
    }

    .bh-vip-content {
        display: flex;
        align-items: center;
        padding: 15px;
        gap: 15px;
    }

    .bh-vip-content img {
        width: 70px;
        height: 70px;
        border-radius: 8px;
        object-fit: cover;
    }

    .bh-vip-info p.bh-vip-label {
        font-size: 11px;
        color: #e67e22;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .bh-vip-info h4.bh-vip-title {
        font-size: 14px;
        color: #2c3e50;
        margin-bottom: 5px;
    }

    .bh-vip-link {
        font-size: 12px;
        color: #2980b9;
        text-decoration: none;
        font-weight: 600;
    }

    .bh-vip-link i {
        font-size: 10px;
        transition: 0.3s;
    }

    .bh-vip-link:hover i {
        transform: translateX(5px);
    }



        :root {
            --mkn-brand-gold: #ffcc00;
            --mkn-deep-onyx: #1a1a1a;
            --mkn-accent-crimson: #d9534f;
            --mkn-ui-gray-100: #f8f9fa;
            --mkn-ui-gray-200: #e9ecef;
            --mkn-text-main: #2d3436;
            --mkn-text-muted: #636e72;
            --mkn-shadow-standard: 0 4px 20px rgba(0,0,0,0.08);
            --mkn-radius-lg: 12px;
        }

        .mkn-layout-master-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .mkn-layout-grid-composite {
            display: grid;
            grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
            gap: 35px;
        }

        

        /* --- REVIEW SYSTEM --- */
        .mkn-feedback-module-wrapper {
            margin-top: 60px;
            padding-top: 40px;
            border-top: 2px solid var(--mkn-ui-gray-200);
        }

        .mkn-feedback-grid-anchor {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .mkn-feedback-form-surface {
            background: white;
            padding: 30px;
            border-radius: var(--mkn-radius-lg);
            box-shadow: var(--mkn-shadow-standard);
        }

        .mkn-input-control-group {
            margin-bottom: 20px;
        }

        .mkn-input-control-group__label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mkn-input-control-group__field {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--mkn-ui-gray-200);
            border-radius: 8px;
            font-family: inherit;
            box-sizing: border-box;
            transition: border-color 0.3s;
        }

        .mkn-input-control-group__field:focus {
            outline: none;
            border-color: var(--mkn-brand-gold);
        }

        .mkn-star-rating-interface {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 5px;
        }

        .mkn-star-rating-interface input { display: none; }
        .mkn-star-rating-interface label {
            font-size: 28px;
            color: #ddd;
            cursor: pointer;
        }

        .mkn-star-rating-interface input:checked ~ label,
        .mkn-star-rating-interface label:hover,
        .mkn-star-rating-interface label:hover ~ label {
            color: var(--mkn-brand-gold);
        }

        .mkn-action-button-primary {
            background: var(--mkn-deep-onyx);
            color: var(--mkn-brand-gold);
            width: 100%;
            padding: 15px;
            border: none;
            border-radius: 8px;
            font-weight: 800;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s;
        }

        .mkn-action-button-primary:hover {
            letter-spacing: 1px;
            background: #000;
        }

        /* --- DYNAMIC REVIEW FEED --- */
        .mkn-review-feed-container {
            max-height: 600px;
            overflow-y: auto;
            padding-right: 15px;
        }

        .mkn-review-vignette {
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            margin-bottom: 15px;
            border: 1px solid var(--mkn-ui-gray-200);
        }

        .mkn-review-vignette__header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 12px;
        }

        .mkn-review-vignette__avatar-circle {
            width: 45px;
            height: 45px;
            background: var(--mkn-brand-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
        }

        /* Responsive Query */
        @media (max-width: 992px) {
            .mkn-layout-grid-composite, .mkn-feedback-grid-anchor {
                grid-template-columns: 1fr;
            }
            .mkn-post-entry-card { flex-direction: column; }
            .mkn-post-entry-card__visual-wrapper { flex: 0 0 200px; }
        }
    


/* Footer chrome main.css-dən gəlir — dublikat silindi */



/* fixed-social styles live in main.css */
.bh-secondary-action-row {
        grid-column: 1 / -1;
        display: flex;
        gap: 12px;
        margin-top: 4px;
    }

    .bh-round-action-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid #e0e0e0;
        background: #fff;
        color: #555;
        cursor: pointer;
        text-decoration: none;
        transition: 0.2s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .bh-round-action-btn:hover,
    .bh-round-action-btn.active {
        border-color: var(--primary);
        color: var(--primary);
    }

    .listing-sticky-cta {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1100;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(8px);
    }

    .listing-sticky-cta__price {
        font-size: 16px;
        font-weight: 800;
        color: #222;
        white-space: nowrap;
    }

    .listing-sticky-cta__actions {
        display: flex;
        gap: 8px;
    }

    .listing-sticky-cta__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: none;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: var(--primary);
    }

    .listing-sticky-cta__btn--call {
        background: #1dd1a1;
    }

    .listing-sticky-cta__btn--wa {
        background: #25d366;
    }

    @media (max-width: 768px) {
        .listing-sticky-cta {
            display: flex;
        }

        .bh-product-master-wrapper {
            padding-bottom: 88px;
        }

        .fixed-social-buttons {
            bottom: 92px;
        }
    }

