@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica-255/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('../font/helvetica-255/helvetica-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --theme-color: #3498db;
    --secondary-color: #2ecc71;
    --font-size: 11px;
    --theme-family: 'helvetica';
    --theme-family-bold: 'helvetica-bold';
}

.new-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.96);
    z-index: 99999;
    overflow-y: auto;
}

.lightbox-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    color: black;
}

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

.lightbox-close {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.font-size {
    font-size: 11px !important;
}

.border-none {
    border: 0;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    width: 100%;
}

.media-wrapper {
    position: relative;
    display: inline-block;
}

.media-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    opacity: 0 !important;
    transition: opacity 0.3s;
    z-index: 9999;
}

.media-wrapper:hover .media-actions {
    opacity: 1 !important;
}

.media-actions span {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
}

.selected-asset {
    color: #333333;
    font-weight: bold !important;
}

.ui-effects-transfer {
    border: 3px dotted red;
    z-index: 500;
}

#scrollableContent::-webkit-scrollbar {
    display: none;
}

#scrollableContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.loaderLogoColor {
    border: 16px solid #DD0000;
    border-radius: 50%;
    border-top: 16px solid #083b79;
    border-bottom: 16px solid #083b79;
    width: 50px;
    height: 50px;
    -webkit-animation: spinLogoColor 1.5s linear infinite;
    animation: spinLogoColor 1.5s linear infinite;
}

@-webkit-keyframes spinLogoColor {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinLogoColor {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input {
    font-family: var(--theme-family);
}

.text-theme {
    font-size: 11px;
    font-family: 'helvetica';
}

.dropdown-toggle::after {
    display: none !important;
}

.text-theme-bold {
    font-size: 11px;
    font-family: helvetica-bold;
}

.text-theme-bold-heading {
    font-size: 23px !important;
    font-family: helvetica-bold;
    line-height: 1.4;
}

.content-container {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.forgot-container, .login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.forgot-Form, .login-Form {
    width: 500px;
    text-align: left;
    font-size: 14px;
    padding: 0px 20px;
}

.form-input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid black;
    box-shadow: none;
    padding: .375rem .75rem;
    padding-left: 0;
    width: 100%;
}

    .form-input:focus {
        box-shadow: none;
        outline: none;
    }

.forgot-password a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid black;
}

.remember-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

    .no-border:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

#HomeContainer {
    max-width: 100%;
    overflow-x: hidden;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    background-color: #fff;
    overflow: hidden;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 66px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .lightbox-close img {
        width: 16px;
        height: 16px;
    }

.gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    padding: 60px;
    box-sizing: border-box;
}

    .gallery-item.active {
        display: flex;
    }

.lightbox-title h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.name {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 400;
}

.creation {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .creation img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.lightbox-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .lightbox-arrows:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .lightbox-arrows img {
        width: 20px;
        height: 20px;
    }

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

.number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #000;
    font-size: 14px;
}

.image-wrapper {
    position: relative;
}

.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: none;
    transition: background 0.2s, transform 0.2s;
}

    .delete-icon:hover {
        background: rgb(0 0 0 / 90%);
        transform: scale(1.1);
    }

.edit-icon {
    position: absolute;
    top: 10px;
    right: 49px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: none;
    transition: background 0.2s, transform 0.2s;
}

    .edit-icon:hover {
        background: rgb(0 0 0 / 90%);
        transform: scale(1.1);
    }

.image-wrapper:hover .delete-icon,
.image-wrapper:hover .edit-icon {
    display: flex;
}

@media (max-width: 768px) {
    .lightbox-content {
        width: 95%;
        height: 85vh;
        padding: 40px 20px;
    }

    .gallery-item {
        padding: 40px 20px;
    }

    .lightbox-title h1 {
        font-size: 20px;
    }

    .name {
        font-size: 16px;
    }

    .lightbox-arrows {
        width: 30px;
        height: 30px;
    }

        .lightbox-arrows img {
            width: 15px;
            height: 15px;
        }

    @media (max-width: 767px) {
        .col-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    asset-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .asset-img {
            width: 100%;
            height: auto;
        }
    }

    @media (max-width: 576px) {
        .image-wrapper img {
            max-height: 300px;
        }
    }
}

.page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-content h2 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.text-content p {
    margin-bottom: 25px;
    color: var(--text-secondary);
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

    .contact-table td {
        vertical-align: top;
        padding: 0 20px 40px 0;
        width: 50%;
    }

    .contact-table h3 {
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px !important;
        color: var(--text-primary);
    }

    .contact-table p {
        margin-bottom: 0px !important;
        line-height: 1.6;
    }

    .contact-table a {
        color: var(--text-secondary);
        text-decoration: none;
        transition: color 0.2s;
    }

        .contact-table a:hover {
            color: var(--text-primary);
        }

@media (max-width: 768px) {
    .contact-table td {
        width: 100%;
        display: block;
        padding: 0 0 30px 0;
    }

    .name-title {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .subtitle {
        font-size: 0.8rem;
        letter-spacing: 5px;
    }
}

.cart-box {
    background: #fff;
    border: 1px solid #eee;
}

.cart-header {
    background: #fafafa;
}

.cart-badge {
    font-weight: 600;
    color: #666;
    font-size: 16px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .cart-item img, .cart-item video {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

.item-details {
    margin-left: 20px;
    flex: 1;
}

    .item-details h5 {
        margin: 0 0 6px;
        font-weight: 600;
        color: #111;
        font-size: 18px;
    }

    .item-details p {
        margin: 0;
        font-size: 14px;
        color: #666;
        line-height: 1.4;
    }

.qty-controls {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

    .qty-controls button {
        border: 1px solid #ccc;
        background: #fff;
        color: #111;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 1;
        border-radius: 6px;
        transition: all 0.2s ease;
    }

        .qty-controls button:hover {
            background: #111;
            color: #fff;
        }

    .qty-controls input {
        width: 55px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin: 0 8px;
        padding: 4px;
    }

.remove-btn {
    border: none;
    background: none;
    color: #999;
    font-size: 14px;
    margin-top: 12px;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
}

    .remove-btn:hover {
        color: #111;
    }

.new-lightbox {
    position: fixed;
    inset: 0;
    background: #e5e5e5;
    z-index: 99999;
    overflow-y: auto;
}

.lightbox-wrapper {
    min-height: 100vh;
}

.new-lightbox .col-lg-6 {
    max-width: 50% !important;
}

.image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lbImage {
    max-width: 100% !important;
    height: auto;
    display: block;
}

.lightbox-arrows {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    padding: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
    color: black;
}

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

.lightbox-close {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.btn-dark {
    background: #111;
    color: #fff;
    padding: 7px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-dark2 {
    background: #111;
    color: #fff;
    padding: 7px 22px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 300;
    transition: background 0.2s;
    font-size: 11px !important;
    width: 464px;
}

.btn-dark:hover {
    background: #333;
}

.btn-outline-grey {
    border: 1px solid #333;
    color: #111;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}

    .btn-outline-grey:hover {
        background: #111;
        color: #fff;
    }

.empty-icon {
    font-size: 48px;
    color: #333;
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
}

.detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
}

.detail-container {
    display: flex;
    height: 100vh;
}

/* ONLY THIS SECTION CHANGED - FULL HEIGHT IMAGE */
.detail-left {
    width: 50%;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    position: relative;
}

    .detail-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* OR IF YOU WANT TO STRETCH/DISTORT: */
/*
.detail-left img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}
*/

.thumb-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 50%;
}

.detail-thumb {
    height: 80px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: .2s;
}

    .detail-thumb:hover,
    .active-thumb {
        opacity: 1;
        transform: scale(1.1);
    }

.detail-right {
    width: 45%;
    padding: 60px;
    overflow-y: auto;
    margin-top: 244px;
}

    .detail-right h2 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
    }

.desc {
    color: #666;
    font-size: 14px;
}

.value-box {
    margin-top: 125px;
    font-size: 14px;
    margin-bottom: 20px;
}

.btn-cart {
    padding: 12px 28px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 11px !important;
    width: 100%;
}

.close-detail {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 35px;
    cursor: pointer;
}

.lightbox-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    padding: 10px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 11px;
}

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

@media (max-width: 992px) {
    .detail-container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }

    .detail-left {
        width: 100%;
        height: 70vh;
        min-height: 70vh;
        padding: 0;
        order: 1;
        position: relative;
    }

    .detail-right {
        width: 100%;
        padding: 30px;
        margin-top: 0;
        order: 2;
        overflow-y: visible;
    }

    .lightbox-arrows {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 11px !important;
    }

    .arrow-prev {
        left: 10px;
    }

    .arrow-next {
        right: 10px;
    }

    .value-box {
        margin-top: 30px;
        font-size: 14px;
    }

    .btn-cart {
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
        display: block;
    }

    .close-detail {
        position: fixed;
        top: 15px;
        right: 15px;
        font-size: 30px;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.9);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .detail-left {
        height: 60vh;
    }

    .detail-right {
        padding: 40px;
    }

        .detail-right h2 {
            font-size: 16px;
        }

    .desc {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .detail-left {
        padding: 0;
        min-height: 50vh;
        height: 50vh;
    }

    .detail-right {
        padding: 20px 15px;
    }

        .detail-right h2 {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .value-box {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .btn-cart {
        padding: 10px 20px;
        font-size: 11px !important;
        width: 100%;
    }

    .lightbox-arrows {
        width: 35px;
        height: 35px;
        font-size: 10px !important;
    }

    .arrow-prev {
        left: 5px;
    }

    .arrow-next {
        right: 5px;
    }

    .close-detail {
        top: 10px;
        right: 10px;
        font-size: 25px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .detail-left {
        height: 40vh;
        padding: 0;
    }

    .detail-right {
        padding: 15px 10px;
    }

        .detail-right h2 {
            font-size: 13px;
        }

    .desc {
        font-size: 11px;
    }

    .value-box {
        font-size: 12px;
    }

    .btn-cart {
        padding: 8px 16px;
        font-size: 10px !important;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .detail-left {
        height: 100vh;
        min-height: 100vh;
        width: 50%;
    }

    .detail-right {
        height: 100vh;
        overflow-y: auto;
        width: 50%;
    }

    .detail-container {
        flex-direction: row;
    }
}

.detail-container {
    transition: all 0.3s ease;
}

.detail-left img {
    transition: transform 0.3s ease;
}

.detail-left {
    overflow: hidden;
}

@media (max-width: 767px) {
    .new-lightbox {
        padding: 0;
    }

    .detail-container {
        padding: 0;
    }
}

@supports (-webkit-touch-callout: none) {
    .detail-left {
        min-height: -webkit-fill-available;
    }

    .new-lightbox {
        min-height: -webkit-fill-available;
    }
}

@media (max-width: 767px) {
    body, .new-lightbox, .detail-container {
        overflow-x: hidden;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lightbox-arrows,
    .close-detail,
    .btn-cart {
        min-height: 44px;
        min-width: 44px;
    }
}

@media (max-width: 767px) {
    .lightbox-arrows {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .close-detail {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .detail-right h2 {
        font-size: 16px !important;
        line-height: 1.3;
    }

    .desc {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .value-box {
        font-size: 15px !important;
    }
}

.mobile-thumbnails {
    display: none;
}

@media (max-width: 767px) {
    .mobile-thumbnails {
        display: flex;
        overflow-x: auto;
        gap: 8px;
        padding: 15px 0;
        margin: 15px 0;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-thumb {
        width: 60px;
        height: 45px;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden;
        opacity: 0.6;
        transition: opacity 0.3s ease;
        cursor: pointer;
    }

        .mobile-thumb.active {
            opacity: 1;
            border: 2px solid #000;
        }

        .mobile-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

@media (max-width: 992px) {
    .new-lightbox {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .detail-container {
        min-height: 100vh;
    }
}

@media (max-width: 767px) {
    .detail-left,
    .detail-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

#mainPhoto {
    background: #f5f5f5;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #mainPhoto:not([src]),
    #mainPhoto[src=""] {
        background: #f5f5f5 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 24 24" fill="none" stroke="%23ccc" stroke-width="1"><rect x="3" y="3" width="18" height="18" rx="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="M21 15l-5-5L5 21"/></svg>') no-repeat center;
    }