
/* =========================================================
   PRODUCTS SECTION
   ========================================================= */

.products-section {
    width: 100%;
    padding: 80px 0;
}

.products-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   PRODUCTS HEADER
   ========================================================= */

.products-header {
    max-width: 720px;
    margin-bottom: 60px;
}

.products-eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.products-header h1 {
    margin: 0 0 20px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 500;
}

.products-intro {
    max-width: 620px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.7;
}


/* =========================================================
   PRODUCTS LAYOUT
   ========================================================= */

.products-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}


/* =========================================================
   CATEGORY SIDEBAR
   ========================================================= */

.products-sidebar {
    position: sticky;
    top: 30px;
}

.products-sidebar h3 {
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* =========================================================
   CATEGORY NAVIGATION
   ========================================================= */

.product-categories {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-categories a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;

    color: inherit;
    text-decoration: none;

    font-size: 14px;
    line-height: 1.4;

    border-radius: 3px;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        padding-left 0.2s ease;
}

.product-categories a:hover {
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.04);
}

.product-categories a.active {
    background: #111;
    color: #fff;
}


/* =========================================================
   PRODUCTS GRID
   ========================================================= */

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 28px;
}


/* =========================================================
   PRODUCT CARD
   ========================================================= */

.product-card {
    min-width: 0;
}

.product-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6f4f1;
    text-decoration: none;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.5s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.04);
}


/* =========================================================
   PRODUCT CARD CONTENT
   ========================================================= */

.product-card__content {
    padding-top: 20px;
}

.product-card__category {
    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    opacity: 0.55;
}

.product-card__title {
    margin: 0 0 10px;

    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
}

.product-card__description {
    margin-bottom: 20px;

    font-size: 14px;
    line-height: 1.7;

    opacity: 0.7;
}


/* =========================================================
   PRODUCT CARD BUTTON
   ========================================================= */

.product-card__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding-bottom: 5px;

    color: inherit;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    border-bottom: 1px solid currentColor;

    transition:
        gap 0.2s ease,
        opacity 0.2s ease;
}

.product-card__button span {
    font-size: 16px;
    line-height: 1;
}

.product-card__button:hover {
    gap: 14px;
    opacity: 0.65;
}


/* =========================================================
   PRODUCTS LAYOUT
   ========================================================= */

.products-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;

    width: 100%;
    max-width: 1200px;

    margin: 40px auto 0;
    padding: 0 20px;

    box-sizing: border-box;
}



/* =========================================================
   PRODUCTS KOSONG
   ========================================================= */
/* =========================================================
   EMPTY PRODUCTS STATE
   ========================================================= */

.products-empty {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 400px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 60px 30px;

    box-sizing: border-box;

    text-align: center;

    background: #f7f5f2;
}
. full-width {
    width: 100wh !important;    

}
.products-empty h1 {
    margin: 0 0 14px;

    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;

    color: #111;
}

.products-empty p {
    margin: 0 0 24px;

    font-size: 15px;
    line-height: 1.7;

    color: #111;
    opacity: 0.65;
}

.products-empty a {
    display: inline-block;

    padding: 12px 22px;

    color: #fff;
    background: #111;

    text-decoration: none;

    font-size: 13px;
    line-height: 1.4;

    transition: opacity 0.2s ease;
}

.products-empty a:hover {
    opacity: 0.75;
}

@media (max-width: 768px) {
    .products-empty {
        min-height: 320px;
        padding: 50px 20px;
    }

    .products-empty h1 {
        font-size: 26px;
    }
}




/* =========================================================
   PRODUCT DETAIL
   ========================================================= */

.product-detail {
    width: 100%;
    padding: 20px 0 20px 0;
}

.product-detail-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 80px;
    align-items: start;
}


/* =========================================================
   PRODUCT DETAIL GALLERY
   ========================================================= */

.product-detail-gallery {
    width: 100%;
    min-width: 0;
}

.product-detail-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;

    background: #f7f5f2;
}

.product-detail-main-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}


/* =========================================================
   PRODUCT THUMBNAILS
   ========================================================= */

.product-detail-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 12px;

    margin-top: 16px;
}

.product-detail-thumbnail {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 1;

    padding: 0;

    overflow: hidden;

    border: 1px solid transparent;

    background: #f7f5f2;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        opacity 0.2s ease;
}

.product-detail-thumbnail img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.product-detail-thumbnail:hover {
    border-color: #999;
}

.product-detail-thumbnail.active {
    border-color: #111;
}


/* =========================================================
   PRODUCT DETAIL CONTENT
   ========================================================= */

.product-detail-content {
    position: sticky;
    top: 40px;
}

.product-detail-category {
    margin-bottom: 14px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    opacity: 0.55;
}

.product-detail-title {
    margin: 0 0 24px;

    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 500;
}
.isi {
    font-size: 38px !important;    
    font-weight: 500;
}
.product-detail-short-description {
    max-width: 520px;

    font-size: 16px;
    line-height: 1.8;

    opacity: 0.7;
}


/* =========================================================
   DETAIL DIVIDER
   ========================================================= */

.product-detail-divider {
    width: 100%;
    height: 1px;

    margin: 36px 0;

    background: rgba(0, 0, 0, 0.12);
}


/* =========================================================
   PRODUCT DESCRIPTION
   ========================================================= */

.product-detail-description {
    font-size: 15px;
    line-height: 1.85;
}

.product-detail-description p {
    margin: 0 0 20px;
}

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

.product-detail-description h2,
.product-detail-description h3,
.product-detail-description h4 {
    margin-top: 32px;
    margin-bottom: 14px;

    line-height: 1.3;
    font-weight: 500;
}

.product-detail-description ul,
.product-detail-description ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.product-detail-description li {
    margin-bottom: 8px;
}

.product-detail-description img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .products-section {
        padding: 60px 0;
    }

    .products-header {
        margin-bottom: 45px;
    }

    .products-layout {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 40px;
    }

    .products-grid {
        gap: 40px 20px;
    }

    .product-detail {
        padding: 60px 0 90px;
    }

    .product-detail-grid {
        gap: 50px;
    }

    .product-detail-content {
        top: 25px;
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .products-container,
    .product-detail-container {
        width: min(100% - 32px, 1200px);
    }


    /* -----------------------------------------
       Products header
       ----------------------------------------- */

    .products-section {
        padding: 45px 0 70px;
    }

    .products-header {
        margin-bottom: 35px;
    }

    .products-header h1 {
        font-size: 42px;
    }

    .products-intro {
        font-size: 15px;
        line-height: 1.7;
    }


    /* -----------------------------------------
       Layout
       ----------------------------------------- */

    .products-layout {
        display: block;
    }


    /* -----------------------------------------
       Sidebar
       ----------------------------------------- */

    .products-sidebar {
        position: static;
        margin-bottom: 35px;
    }

    .products-sidebar h3 {
        margin-bottom: 12px;
    }

    .product-categories {
        display: flex;
        flex-direction: row;

        gap: 6px;

        overflow-x: auto;

        padding-bottom: 8px;

        scrollbar-width: none;
    }

    .product-categories::-webkit-scrollbar {
        display: none;
    }

    .product-categories a {
        flex: 0 0 auto;

        min-height: auto;

        padding: 9px 14px;

        white-space: nowrap;

        border: 1px solid rgba(0, 0, 0, 0.12);

        border-radius: 30px;
    }

    .product-categories a:hover {
        padding-left: 14px;
        background: rgba(0, 0, 0, 0.04);
    }

    .product-categories a.active {
        background: #111;
        border-color: #111;
        color: #fff;
    }


    /* -----------------------------------------
       Product grid
       ----------------------------------------- */

    .products-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-card__content {
        padding-top: 16px;
    }

    .product-card__title {
        font-size: 20px;
    }


    /* -----------------------------------------
       Detail
       ----------------------------------------- */

    .product-detail {
        padding: 40px 0 70px;
    }

    .product-detail-grid {
        display: flex;
        flex-direction: column;

        gap: 40px;
    }

    .product-detail-content {
        position: static;
    }

    .product-detail-title {
        font-size: 38px;
    }

    .product-detail-short-description {
        font-size: 15px;
    }

    .product-detail-divider {
        margin: 28px 0;
    }

    .product-detail-description {
        font-size: 14px;
        line-height: 1.8;
    }

    .product-detail-thumbnails {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }

}


/* =========================================================
   RESPONSIVE - SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .products-container,
    .product-detail-container {
        width: calc(100% - 24px);
    }

    .products-header h1 {
        font-size: 36px;
    }

    .products-eyebrow {
        font-size: 10px;
    }

    .product-card__category {
        font-size: 10px;
    }

    .product-card__title {
        font-size: 19px;
    }

    .product-card__description {
        font-size: 13px;
    }

    .product-detail-title {
        font-size: 32px;
    }

    .product-detail-thumbnails {
        gap: 6px;
    }

    .products-empty {
        padding: 60px 20px;
    }

}


/* =========================================================
   PRODUCT IMAGE ZOOM BUTTON
   ========================================================= */

.product-image-zoom {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    padding: 0;
    margin: 0;

    border: 0;

    background: transparent;

    cursor: zoom-in;
}

.product-image-zoom img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}


/* =========================================================
   ZOOM ICON
   ========================================================= */

.product-image-zoom-icon {
    position: absolute;

    right: 18px;
    bottom: 18px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.94);

    color: #111;

    font-size: 24px;
    font-weight: 300;

    line-height: 1;

    border-radius: 50%;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);

    pointer-events: none;

    transition: transform 0.2s ease;
}

.product-image-zoom:hover .product-image-zoom-icon {
    transform: scale(1.08);
}


/* =========================================================
   LIGHTBOX
   ========================================================= */

.product-lightbox {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 40px;

    visibility: hidden;
    opacity: 0;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.product-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}


/* =========================================================
   BACKDROP
   ========================================================= */

.product-lightbox-backdrop {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.9);
}


/* =========================================================
   CONTENT
   ========================================================= */

.product-lightbox-content {
    position: relative;

    z-index: 1;

    width: min(1200px, 92vw);
    height: min(900px, 90vh);

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   LIGHTBOX IMAGE
   ========================================================= */

.product-lightbox-image {
    display: block;

    max-width: calc(100% - 140px);
    max-height: calc(100% - 40px);

    width: auto;
    height: auto;

    object-fit: contain;

    user-select: none;

    transition: opacity 0.15s ease;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.product-lightbox-close {
    position: absolute;

    top: -10px;
    right: -10px;

    z-index: 5;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #fff;
    color: #111;

    font-size: 28px;
    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.product-lightbox-close:hover {
    transform: scale(1.08);
}


/* =========================================================
   PREVIOUS / NEXT BUTTONS
   ========================================================= */

.product-lightbox-prev,
.product-lightbox-next {
    position: absolute;

    top: 50%;

    z-index: 5;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.94);
    color: #111;

    font-size: 22px;

    line-height: 1;

    cursor: pointer;

    transform: translateY(-50%);

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.product-lightbox-prev {
    left: 10px;
}

.product-lightbox-next {
    right: 10px;
}

.product-lightbox-prev:hover {
    transform: translateY(-50%) scale(1.08);
}

.product-lightbox-next:hover {
    transform: translateY(-50%) scale(1.08);
}


/* =========================================================
   IMAGE COUNTER
   ========================================================= */

.product-lightbox-counter {
    position: absolute;

    bottom: 0;
    left: 50%;

    z-index: 5;

    transform: translateX(-50%);

    padding: 7px 14px;

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.9);

    color: #111;

    font-size: 12px;
    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   PREVENT PAGE SCROLL
   ========================================================= */

body.lightbox-open {
    overflow: hidden;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .product-lightbox {
        padding: 15px;
    }

    .product-lightbox-content {
        width: 100%;
        height: 85vh;
    }


    .product-lightbox-image {
        max-width: calc(100% - 30px);
        max-height: calc(100% - 100px);
    }


    .product-lightbox-close {
        top: -5px;
        right: 0;

        width: 40px;
        height: 40px;

        font-size: 25px;
    }


    .product-lightbox-prev,
    .product-lightbox-next {
        width: 40px;
        height: 40px;

        font-size: 18px;
    }


    .product-lightbox-prev {
        left: 0;
    }

    .product-lightbox-next {
        right: 0;
    }


    .product-lightbox-counter {
        bottom: 5px;
    }


    .product-image-zoom-icon {
        right: 12px;
        bottom: 12px;

        width: 34px;
        height: 34px;

        font-size: 20px;
    }

}












/* =========================================
   PRODUCTS GRID
========================================= */

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.product-card:hover {
    transform: translateY(-7px);

    border-color: rgba(0, 0, 0, 0.12);

    box-shadow:
        0 10px 15px rgba(0, 0, 0, 1),
        0 15px 15px rgba(0, 0, 0, 0.10);
}


/* =========================================
   PRODUCT LINK
========================================= */

.product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}


/* =========================================
   IMAGE
========================================= */

.product-image-wrap {
    position: relative;
    overflow: hidden;

    aspect-ratio: 1 / 1;

    background:
        linear-gradient(
            145deg,
            #f8f8f8,
            #eeeeee
        );
}

.product-img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s cubic-bezier(.2,.7,.2,1);
}

.product-card:hover .product-img {
    transform: scale(1.06);
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.product-view {
    position: absolute;

    left: 50%;
    bottom: 18px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 9px 15px;

    color: #fff;
    background: rgba(20, 20, 20, 0.82);

    border-radius: 999px;

    font-size: 12px;
    font-weight: 600;

    opacity: 0;
    transform: translate(-50%, 10px);

    backdrop-filter: blur(8px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.product-card:hover .product-view {
    opacity: 1;
    transform: translate(-50%, 0);
}

.product-view i {
    font-size: 11px;
}


/* =========================================
   CONTENT
========================================= */

.product-content {
    padding: 20px 20px 16px;
}

.product-title {
    margin: 0;
    color: #181818;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.product-description {
    display: -webkit-box;
    margin: 9px 0 0;
    color: #777;
    font-size: 14px;
    line-height: 1.65;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* =========================================
   VIEW DETAILS
========================================= */

.product-more {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-top: 15px;

    color: #222;

    font-size: 13px;
    font-weight: 600;
}

.product-more i {
    font-size: 11px;

    transition: transform 0.25s ease;
}

.product-card:hover .product-more i {
    transform: translateX(4px);
}



/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-card {
        border-radius: 17px;
    }

    .product-content {
        padding: 17px 17px 14px;
    }

    .product-title {
        font-size: 17px;
    }

    .product-description {
        font-size: 13px;
    }

    .action-buttons {
        padding: 0 13px 13px;
        gap: 6px;
    }

    .action-btn {
        padding: 9px 5px;
        font-size: 10px;
    }

}


/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {

    .product-view {
        display: none;
    }

    .product-card:hover {
        transform: none;
    }

    .product-card:hover .product-img {
        transform: none;
    }

}







/* =========================================================
   MARKETPLACE BUTTON AREA
========================================================= */

.products-grid {
    width: 282px;

    height: 67px;

    min-height: 67px;

    max-height: 67px;

    flex: 0 0 67px;

    padding: 0 18px 19px;

    background-color: #f1f1f1;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 8px;

    position: relative;

    z-index: 2;
}







/* =========================================================
   PRODUCT SWIPER
========================================================= */


.product-swiper {

    width:100%;

    padding:30px 10px 60px;

}



.product-swiper .swiper-slide {

    height:auto;

}




.product-card {

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    height:100%;

    transition:.3s;

}



.product-card:hover {

    transform:translateY(-8px);

}




.product-card a {

    text-decoration:none;

    color:inherit;

}




.product-image-box {

    width:100%;

    height:300px;

    overflow:hidden;

}



.product-image {

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}




.product-card:hover .product-image {

    transform:scale(1.05);

}





.product-content {

    padding:20px;

}



.product-content h3 {

    font-size:20px;

    margin-bottom:10px;

}



.product-category {

    color:#999;

    margin-bottom:20px;

}





.view-product {

    display:inline-block;

    background:#111;

    color:#fff;

    padding:12px 25px;

    border-radius:50px;

    font-size:14px;

}





.swiper-button-next,
.swiper-button-prev {

    color:#111;

}



.swiper-pagination-bullet {

    width:10px;

    height:10px;

}





@media(max-width:768px){


.product-image-box {

    height:240px;

}



}




.product-info-section {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
}


/* ==========================================================
   DESCRIPTION BOTTOM DIVIDER
========================================================== */

.product-info-section::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.08) 15%,
        rgba(0, 0, 0, 0.18) 50%,
        rgba(0, 0, 0, 0.08) 85%,
        transparent 100%
    );
}


/* ==========================================================
   SMALL CENTER ACCENT
========================================================== */

.product-info-section::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -2px;

    width: 38px;
    height: 5px;

    transform: translateX(-50%);

    background: currentColor;

    opacity: 0.25;

    border-radius: 999px;

    z-index: 2;
}

/* Play Badge for Video Thumbnails */
.product-modal-thumbnail.is-video {
    position: relative;
}

.product-modal-thumbnail.is-video::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Ensure Video Container inside Modal scales properly */
.modal-media-container video,
.modal-media-container iframe {
    width: 100%;
    height: 100%;
    max-height: 450px;
    border-radius: 8px;
    object-fit: contain;
}
