body{
    padding: 0px ;
    margin: 0px;
    width: 100%;
    font-family: 'Arimo', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


header a {
    text-decoration: none !important;
}

/* Header Container */
.main-header {
    border-top: 1px solid #000000;
    background-color: #F1EFE9;
}

/* Section Borders */
.nav-top-border {
    border-bottom: 1px solid #000000;
}

.border-start-dark {
    border-left: 1px solid #000000;
}

/* Title Box Styling */
.title-box {
    background-color: #e5dfc5;
    padding: 0 25px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #222;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
}

/* Button Containers */
.nav-item-container {
    padding: 3px 5px;
    display: flex;
    align-items: center;
    background-color: #F1EFE9;
}

/* Retro 3D Button Style */
.btn-retro {
    box-shadow: 2px 2px 4.8px 1px #47474766;
    background: linear-gradient(0deg, #F2F0EB, #F2F0EB),
linear-gradient(180deg, rgba(0, 0, 0, 0.126) 0%, rgba(0, 0, 0, 0) 100%);
    border: 0px;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #5C5C5C;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

/* Floating Center Logo (The Wax Seal) */
.center-wax-seal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -15%);
    z-index: 100;
}

.center-wax-seal img {
    width: 90px;
    height: 90px;
    display: block;
}

/* Tiled Background Pattern */
.tile-grid-pattern {
    height: 20px;
    background-image: 
        linear-gradient(to right, #dcdcdc 1px, transparent 1px),
        linear-gradient(to bottom, #dcdcdc 1px, transparent 1px);
    background-size: 120px 30px;
    border-bottom: 1px solid #000000;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .title-box {
        font-size: 0.8rem;
        padding: 0 10px;
    }
    .center-wax-seal img {
        width: 70px;
        height: 70px;
    }
    .btn-retro {
        padding: 4px 10px;
        font-size: 0.75rem;
    }
}




/* bannersection */




.background-grid {
    background-color: #F1EFE9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #dcdcdc 1px, transparent 1px),
        linear-gradient(to bottom, #dcdcdc 1px, transparent 1px);
    background-size: 120px 30px;
    z-index: -1;
}

/* Info Box */
.info-container {
    position: relative;
}

.info-label {
    display: inline-block;
    background: #ece9df;
    border: 2px solid #000;
    color: #d32f2f;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 12px;
    position: absolute;
    top: -12px;
    left: 20px;
    z-index: 11;
}

.info-card {
    background: #fff;
    border: 3px solid #000;
    padding: 30px 20px 15px 20px;
    box-shadow: 12px 12px 0px rgba(0,0,0,0.1);
    font-size: 13.5px;
    line-height: 1.5;
}

.telephone-wrapper {
    position: relative;
    margin-top: -60px;
}

.telephone-main {
    max-width: 95%;
    height: auto;
    width: 100%;
    z-index: 1;
}


.map-section-row {
    z-index: 5;
}
.plus-circle-btn {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 50%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 20;
}


.legend-area {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.red-dot {
    height: 10px;
    width: 10px;
    background: #d32f2f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.red-line {
    width: 30px;
    height: 2px;
    background: #d32f2f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


@media (max-width: 991px) {
    .map-section-row {
        margin-top: 20px;
    }
    .telephone-wrapper {
        margin-top: 20px;
    }
    .telephone-main {
        max-width: 100%;
    }
    .info-card {
        margin-bottom: 30px;
    }
}

.main-container {
    padding: 100px 0px;
}



.map-section-row {
    display: flex !important; /* Alignment fix karne ke liye */
    z-index: 5;
    min-height: 10px; /* Layout jump na kare */
}

/* Isse toggle smoothly hoga */
#map-toggle-wrapper {
    overflow: hidden;
}

/* Live Call Routes map -- sits inside .map-placeholder in the right sidebar,
   replacing the old static small-map.png placeholder. */
#call-routes-map {
    width: 100%;
    height: 55vh;
    min-height: 400px;
    border-radius: 2px;
}


.bgglobal-color{
    background-color: #F1EFE9;
}




/* homethirdsec */

/* Custom Border & Utility Classes */
.border-top-dark { border-top: 2px solid #333; }
.border-end-dark { border-right: 2px solid #333; }
.border-bottom-dark { border-bottom: 2px solid #333; }
.bg-light-tan { background-color: #F1EFE9; }

/* Left Sidebar Episode Items */
.episodes-sidebar {
    background-color: #F1EFE9;
    /* min-height: 100vh; */
}

.episode-item {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

.episode-item.active {
    background-color: #E3DDBF;
}

.episode-item h6 {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 0.9rem;
}

.ep-num {
    font-size: 10px;
    font-weight: bold;
    color: #666;
}

.red-status-dot {
    height: 6px;
    width: 6px;
    background-color: #d32f2f;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 15px;
}

/* Middle Content Styles */
.status-label {
    font-size: 14px;
    font-weight: bold;
    color: #D93629;
    letter-spacing: 1px;
}

.meta-date {
    font-size: 14px;
    font-weight: bold;
    color: #1A1A1A;
}

.article-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1A1A1A;
}

/* Tape Reader Styling */
.tape-reader-container {
    border: 2px solid #333;
    padding: 15px;
    background: #fff;
    position: relative;
}

.tape-label {
    position: absolute;
    top: -12px;
    left: 15px;
    background: #fff;
    border: 2px solid #333;
    padding: 1px 8px;
    font-size: 10px;
    font-weight: bold;
}

.tape-player {
    height: 50px;
    border: 1px solid #999;
    background: #fdfdfd;
}

.progress-bar-retro {
    height: 30px;
    background-image: repeating-linear-gradient(90deg, #e5dfc5, #e5dfc5 20px, #fff 20px, #fff 22px);
    border: 1px solid #ccc;
}

/* Sidebar Specifics */
.sidebar-label {
    font-size: 11px;
    font-weight: bold;
    color: #d32f2f;
}

.image-frame {
    border: 2px solid #333;
}

.map-placeholder {
    border: 1px solid #333;
    position: relative;
}

.map-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    border: 1px solid #333;
    padding: 1px 5px;
    font-size: 9px;
    font-weight: bold;
}






.bg-red-main { background-color: #D93629; }
.bg-tan-main { background-color: #E3DDBF; }
.border-top-black { border-top: 1px solid #000; }

.hero-title-retro {
    font-family: 'Arimo', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: clamp(3rem, 7vw, 5.8rem); /* Screen ke hisab se font size */
    line-height: 0.85;
    letter-spacing: -3px;
    margin: 0;
}

.banner-stamp {
    position: absolute;
    z-index: 100;
    padding: 0px !important;
    margin: 0;
}

.stamp-left {
    top: -50px;
    left: 25px;
}
.stamp-left img {}

.stamp-right-top {
    top: -70px;
    right: 40px;
}
.stamp-right-top img {
}

/* Master of the Exchange stamp: moved out of stamp-right-top (which
   overlapped the section's top border) into the now-empty tan column
   left by the hidden schedule form -- centered in normal flow instead
   of absolutely positioned. */
.stamp-centered {
    position: static;
    margin: 0 auto;
}

.icon-sq {
    width: 55px;
    height: 55px;
    background-color: #e5dfc5;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #000;
    margin: auto;
}
.sq-label {
        display: block;
    color: #E3DDBF;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.white-retro-card {
    background: #fff;
    border: 3.5px solid #000;
    padding: 50px 40px;
    width: 100%;
    max-width: 550px;
    box-shadow: 20px 20px 0px rgba(0,0,0,0.1); /* Sharp solid shadow */
    position: relative;
}

.form-item label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 6px;
}

.input-box-static {
    border: 2.5px solid #000;
    padding: 12px 18px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.input-box-empty {
    border: 2.5px solid #000;
    height: 55px;
    margin-bottom: 30px;
}

.card-footer-note {
    font-family: 'Cousine', monospace;
    font-size: 12px;
    line-height: 1.5;
    color: #4A5565;
    font-weight: 400;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .stamp-right-top { top: 15px; } /* Reset overlap on mobile */
    .hero-title-retro { font-size: 3.2rem; }
    .white-retro-card { margin-top: 50px; }
}

.left-content-wrap {
    padding: 200px 0px 50px 0px;
}
/* Real Input Fields Styling */
.input-field-retro {
    width: 100%;
    border: 2.5px solid #000;
    padding: 10px 15px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.1rem;
    background-color: transparent;
    outline: none;
    font-family: 'Arimo', Helvetica, sans-serif;
    text-transform: uppercase; /* Retro look ke liye */
    cursor: pointer;
}

/* Date/Time Icons ko hide ya style karne ke liye (Optional) */
.input-field-retro::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(0); /* Icon ko black rakhne ke liye */
}

/* Empty Box Styling */
.input-mimic-empty {
    border: 2.5px solid #000;
    height: 55px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

/* Focus Effect */
.input-field-retro:focus {
    background-color: #fcfbf4;
    border-color: #d32f2f;
}

/* Label styling */
.form-item label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
section.schedule-transmission-section {
    padding: 50px 0px 0px 0px ;
    background: #F1EFE9 !important;
}
.border-bottom-dark {
    border-top: 2px solid #333;
}
/* Desktop Font Size (Large Screen) */
.hero-title-retro {
    font-family: 'Arimo', Helvetica, sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 90px; /* Aapke screenshot ke hisab se bada size */
    line-height: 0.85;
    letter-spacing: -3px;
    margin: 0;
}

/* --- Responsive Adjustments --- */

/* Tablets (iPad etc) */
@media (max-width: 1024px) {
    .hero-title-retro {
        font-size: 70px;
    }
}

/* Mobile Screens */
@media (max-width: 768px) {
    .tshirt-wrap{
        display: none;
    }

    .left-content-wrap .d-flex {
    display: grid !important;
}
.main-container {
    padding: 50px 0px;
}



.icon-sq {
    margin: unset;
}
    .left-content-wrap {
    padding: 50px 0px 50px 0px;
}
    /* Font size chota kiya taake screen se bahar na jaye */
    .hero-title-retro {
        font-size: 39px;
        letter-spacing: -1px;
    }

    /* Dono stamps ko hide karne ke liye */
    .stamp-left, 
    .stamp-right-top,
    .banner-stamp,.badge-container {
        display: none !important;
    }

    /* Padding thori kam ki taake content fit ho jaye */
    .bg-red-main, .bg-tan-main {
        padding: 40px 20px !important;
    }
}


/* footercss */




.custom-footer {
    background-color: #f1efe9; 
    overflow: hidden; 
}

.custom-footer h6 {
    color: #1A1A1A;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.label-text {
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-links a {
    display: block;
    color: #1A1A1A;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.footer-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    max-width: 220px;
    font-family: 'Cousine', monospace;
    font-weight: 400;
}

.badge-container {
    position: relative;
}

.footer-badge {
    transition: transform 0.3s ease;
}

.badge-1 {
    margin-top: -120px; 
}


.badge-2 {
    margin-top: -30px;
}


.footer-bottom {
    font-size: 0.65rem;
    color: #999;
    letter-spacing: 1px;
}

.status {
    color: #1A1A1A;
    font-family: 'Cousine';
    font-weight: 400;
    font-size: 12px;
}


@media (max-width: 991px) {
    .badge-1, .badge-2 {
        margin-top: 20px;
        width: 140px;
    }
    .footer-desc {
        max-width: 100%;
    }
}





@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%; /* Header ke neche khule */
        left: 0;
        right: 0;
        z-index: 1000;
        border-bottom: 2px solid #000;
    }

    .nav-item-container {
        border-bottom: 1px solid #000;
        width: 100%;
    }

    .btn-retro {
        width: 100%;
        text-align: left;
        padding: 15px;
    }
}
@media (max-width: 768px) {
    
.calendar-inner-box {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden; 
}

#inline-cal {
    width: 100% !important;
}

.flatpickr-calendar, .ui-datepicker, .calendar-widget {
    max-width: 100% !important; 
    box-shadow: none !important; 
}

.flatpickr-days {
    width: 100% !important;
}
.dayContainer {
    width: 100% !important;
    min-width: unset !important;
}
}

@media (max-width: 991px) {
    .formobile-gird-nav {
        display: grid !important;
    }
}

/* Wax seal adjustment for mobile */
@media (max-width: 576px) {
    .info-strip {
    margin-top: 30px !important;
}
    .formobile-gird {
        display: grid !important;
    }
    .title-box {
        font-size: 12px;
        max-width: 100px;
    }
}

.bg-retro-light {
        background-color: #F1EFE9; 
    }

    .product-card {
        position: relative;
        transition: transform 0.2s;
    }
    .product-img-wrapper {
        border: 2px solid #000;
        background: #fff;
        box-shadow: 6px 6px 0px rgb(0 0 0);
        position: relative;
        overflow: hidden;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .badge-retro {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 1.5px solid #000;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 800;
        z-index: 5;
        background: #fff;
        letter-spacing: 1px;
    }
    .badge-limited { background-color: #e5dfc5; }
    .badge-sold { color: #555; }
    .uppercase { text-transform: uppercase; }
    .italic { font-style: italic; }
    .product-info h6 {
        font-size: 20px;
        letter-spacing: -0.2px;
        font-weight: 700;
    }
    .border-dark {
        border-color: #000 !important;
        border-width: 2px !important;
    }
    .product-card:hover {
        transform: translateY(-5px);
    }

.border-only-bottom{
    border-bottom:solid 1px black ;
}
.pricefont {
    font-family: 'Cousine', monospace;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #1A1A1A;
}
.font-set {
    color: #4A5565 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.right-text {
    color: #1A1A1A !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.analog-heading {
    font-size: 28px;
}



/* clander */


        .make-call {
            background-color: #f1efe9;
            background-image: linear-gradient(#e1e1e1 1px, transparent 1px), linear-gradient(90deg, #e1e1e1 1px, transparent 1px);
            background-size: 80px 80px;
            padding:100px 0;
        }

        
        .retro-card {
            background: #F9F7F5;
            border: 2px solid #1a1a1a;
            box-shadow: 6px 6px 0px -1px #1a1a1a; 
            padding: 25px;
            position: relative;
            margin-bottom: 20px;
        }

        
        .mac-label {
            position: absolute;
            top: 20px;
            left: 20px;
            border: 1.5px solid #1a1a1a;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: #F2F0EB;
        }

       
        .red-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            border: 1.5px solid #E34234;
            color: #E34234;
            background: #f1efe9;
            font-size: 12px;
            font-weight: 700;
            padding: 2px 10px;
            text-transform: uppercase;
        }

        .calendar-inner-box {
            border: 2.5px solid #1A1A1A;
            margin-top: 40px;
            padding: 10px;
            min-height: fit-content;
            background: white;
            user-select: none;
        }


        .time-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 45px;
            user-select: none;
        }

        .t-slot {
            border: 2px solid #1a1a1a;
            padding: 10px 5px;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            background: #FFFFFF;
        }

        .t-slot.active {
            background: #D93629 !important;
            color: white !important;
            border-color: #1a1a1a;
            border: 2px solid #1a1a1a;
            box-shadow: 2px 2px 0px -1px #1a1a1a;
        }

        .t-slot.disabled {
            opacity: 0.35;
            filter: blur(0.5px);
            cursor: not-allowed;
            pointer-events: none;
            background: #f1efe9;
        }

     
        .schedule-btn {
            background: #E34234;
            color: white;
            border: 2px solid #1a1a1a;
            width: 100%;
            padding: 15px;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            box-shadow: 5px 5px 0px #1a1a1a;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            letter-spacing: 1px;
        }

        .info-strip {
            color: #1A1A1A;
            border: 1.5px solid #1a1a1a;
            padding: 8px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
            background: #FFFFFF;
            font-weight: 400;
        }

        .dot { height: 6px; width: 6px; background: red; border-radius: 50%; }

        input.form-control {
            border: 2px solid #1a1a1a;
            border-radius: 0;
            padding: 10px;
            font-size: 13px;
        }

        
        .flatpickr-calendar { box-shadow: none !important; border: none !important; width: 100% !important; }
        .flatpickr-day.selected { background: #000 !important; border: none !important; }
    

.flatpickr-innerContainer {
    margin: auto;
    display: table;
}

.flatpickr-calendar.animate.inline {
    display: table;
    margin: auto;
    width: fit-content !important;
    min-width: fit-content !important;
}

.flatpickr-months {
    min-width: fit-content !important;
}




/* market-archive */


.store-page-wrapper {
    background-color: #f3f1eb;
    font-family: 'Inter', sans-serif;
    padding: 50px 0;
}

.poster-card {
    background: white;
    border: 1px solid #000;
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,1);
    position: relative;
    margin-bottom: 30px;
}

.category-tag {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #F2F0EB;
    border: 1px solid black;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #1A1A1A;
    z-index: 10;
}

.poster-img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    background: #fff;
    border-bottom: 1px solid black;
    display: block;
}

.card-details {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color:#1A1A1A;
}


.btn-cart {
        color: #1A1A1A;
    width: calc(100% - 24px);
    margin: 0 12px 12px 12px;
    background-color: #e5e2cf;
    border: 1px solid black;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.btn-cart:hover {
    background-color: #dcd9c0;
    color: #000;
}


.info-section {
    background: white;
    border: 1px solid #000;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1);
    position: relative;
    margin-bottom: 30px;
}

.info-label-black {
        position: absolute;
    top: -15px;
    left: 20px;
    background: #f3f1eb;
    border: 1px solid black;
    padding: 2px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #1A1A1A;
}

.info-item h6 {
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.info-item h6::before {
    content: "●";
    color: #d93d2b;
    margin-right: 8px;
}

.info-item p {
    font-size: 14px;
    color: #1A1A1A;
    margin: 0;
    font-weight: 400;
}

.stack-card {
    border: 2px solid black;
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,1); 
    margin-bottom: 30px;
}

.bg-grey-area {
    background-color: #F9F7F5;
    border-top: 2px solid black;
}

.search-box {
    background: #F1EFE9 !important;
    border: 1px solid #000 !important;
    letter-spacing: 2px;
}


.label-box {
    border: 2px solid black;
    border-bottom: 2px solid black;
    padding: 4px 15px;
    font-size: 12px;
    text-transform: uppercase;
}


.btn-custom {
    border: 1px solid black !important;
    border-radius: 0 !important;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
}

.btn-red {
    background-color: #D93629 !important;
    color: white !important;
}

.btn-white {
    background-color: #f0eee9 !important;
    color: black !important;
}

.dropdown-text {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
    
.main-wrapper {
    border-bottom: solid 2px #1A1A1A;
    background-color: #F1EFE9;
    background-image: linear-gradient(to right, #dcdcdc 1px, transparent 1px), linear-gradient(to bottom, #dcdcdc 1px, transparent 1px);
    background-size: 120px 30px;
}

.tshirt-wrap {
    position: absolute;
    top: -20px;
    right: 0%;
    width: 650px;
    z-index: 0; 
    pointer-events: none;
}

.tshirt-main {
    width: 100%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

.stack-card {
    position: relative;
    z-index: 5; 
}

.stack-card::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.stack-content {
    border: 1px solid #000;
    position: relative;
    background-color: #fff;
}

.z-overlay {
    z-index: 10 !important;
}

.bg-grey-area {
    background-color: #f9f7f5;
}

.limited-badge {
    border: 1px solid #e63946;
    color: #e63946;
    display: inline-block;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
}

.btn-outline-dark {
    border-color: #000;
    font-size: 11px;
}



.neo-container {
    z-index: 99;
}   
.neo-card {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    position: relative !important;
    margin-bottom: 50px ;
    box-shadow: 4px 4px 0px #000000 !important;
}

.neo-header-row {
    display: flex !important;
    justify-content: space-between !important;
}

.neo-label {
    background: #f5f3ef !important;
    border: 1px solid #000000 !important;
    padding: 2px 8px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.neo-label-no-bg {
    padding: 2px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}


.neo-content {
    padding: 20px 15px !important;
}

.neo-search-box {
    border: 1px solid #a3a3a3 !important;
    background: #f1f0ec !important;
    padding: 15px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #444 !important;
    letter-spacing: 1px !important;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
}

.neo-search-box::placeholder {
    color: #444;
    opacity: 1;
    text-transform: uppercase;
}

.neo-btn-group {
    padding: 25px 15px 15px 15px !important;
    display: flex ;
    gap: 8px !important;
}

.neo-btn {
    border: 1px solid #000000 !important;
    background: #F1EFE9 !important;
    padding: 8px 12px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.neo-btn.active {
    background: #D93629 !important; 
    color: #ffffff !important;
}

/* market-archive-end */


/* market-single */

.neubrutal-page {
    padding: 40px 0;
    color: #000;
    font-family: 'Inter', -apple-system, sans-serif;
    background-color: #F1EFE9;
    background-image: linear-gradient(to right, #dcdcdc 1px, transparent 1px), linear-gradient(to bottom, #dcdcdc 1px, transparent 1px);
    background-size: 120px 30px;
    flex: 1 0 auto;
}

.brutal-card {
    border: 1px solid #000;
    background: #fff;
    position: relative;
    box-shadow: 4px 4px 0px #000;
    margin-bottom: 25px;
}

.card-label {
    position: absolute;
    top: -15px;
    left: 12px;
    background: #f1efe9;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    color: #1A1A1A;
}

.main-stage {
    border: 1px solid #000;
    background: #fff;
    position: relative;
    box-shadow: 6px 6px 0px #000;
}
.main-stage img { 
    width: 100%;
    display: block; 
}

.nav-btn {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding:10px 15px;
}
.counter-badge {
    position: absolute;
    bottom: 10px; 
    right: 10px;
    background: #111;
    color: #fff;
    font-size: 10px; 
    padding: 2px 8px;
}

.thumb-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 10px; 
    margin-top: 15px;
}
.t-item {
    border: 2px solid #000;
    cursor: pointer;
    background: #fff;
}
.t-item.active {
    border: 2px solid #D93629;
    box-shadow: 3px 3px 0px #D93629;
}

.info-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px; 
    margin-top: 20px;
}

.info-box {
    border: 1px solid #000; 
    background: #fff; 
    text-align: center;
    padding: 15px 5px; 
    font-size: 9px; 
    font-weight: 900;
    
    /* Yeh hai main cheez icon ko upar aur text ko neeche karne ke liye */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Icon aur text ke darmiyan gap */
}

.info-box img {
    width: 24px; /* Icon ka size adjust karne ke liye */
    height: auto;
}

.product-title {
    font-weight: 900;
    font-size: 28px;
    margin: 5px 0; 
}
.price-row { 
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}
.current-price { 
    font-size: 32px;
    font-weight: 900;
}
.old-price { 
    text-decoration: line-through;
    color: #888; 
}
.save-tag { 
        background: #D93629;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
}

.upload-dashed {

    border: 1px dashed #000;
    padding: 30px;
    text-align: center;
        margin: 10px 0px 0px 0px;
    background: #fafafa;
    cursor: pointer;
}

.qty-control {
    display: flex;
    border: 1px solid #000;
    max-width: stretch;
    height: 40px;
}
.qty-control button {
    border: none;
    background: #f1efe9;
    width: -webkit-fill-available;
    font-weight: bold;
}
.qty-control input {
    border: none;
    width: 100px;
    text-align: center;
    font-weight: 900;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.for-mobile-width {
    max-width: fit-content;
}
.size-chip {
    min-width: fit-content;
    border: 1px solid #000; padding: 10px; flex: 1; text-align: center;
    font-size: 11px; font-weight: bold; cursor: pointer;background: #f1efe9;
}
.size-chip.active {
    background: #D93629; color: #fff; border-color: #000; 
}

.btn-add-cart {
    background: #D93629; color: #fff; border: 1px solid #000; border-radius: 0;
    padding: 15px; width: 100%; font-weight: 900; box-shadow: 4px 4px 0px #000;
    transition: 0.1s;
}
.btn-add-cart:active {
    transform: translate(2px, 2px); box-shadow: 0px 0px 0px #000; 
}

.spec-row {
    display: flex; justify-content: space-between; padding: 12px 0px;
    border-bottom: 1px solid #1A1A1A;
    font-size: 12px;
}

.t-item img {
    height: 100%;
}
.poster-card a {
    text-decoration: none;
}

/* market-single-end */

/* cart page */

.cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 4px 4px 0px #000;
    padding: 15px;
    margin-bottom: 15px;
}

.cart-row-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-row-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 1px solid #000;
}

.cart-row-img-placeholder {
    background: #F1EFE9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #999;
}

.cart-row-name {
    font-weight: 900;
}

/* Small "custom artwork added" flag shown next to a cart/order line item —
   the actual product photo stays as the main thumbnail; this is a
   secondary confirmation, not a replacement. */
.artwork-flag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding: 2px 8px 2px 2px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 2px 2px 0 #D93629;
    width: fit-content;
}

.artwork-flag-thumb {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border: 1px solid #000;
    flex-shrink: 0;
}

.artwork-flag-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    white-space: nowrap;
}

.cart-row-unavailable {
    color: #D93629;
    font-size: 12px;
    font-weight: 700;
}

.cart-row-meta {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.cart-row-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-row-qty {
    width: 55px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 700;
    padding: 6px 4px;
}

.cart-row-total {
    font-weight: 900;
    min-width: 70px;
    text-align: right;
}

.cart-row-remove {
    background: #fff;
    border: 1px solid #D93629;
    color: #D93629;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    box-shadow: 2px 2px 0px #D93629;
    transition: 0.1s;
}

.cart-row-remove:hover {
    background: #D93629;
    color: #fff;
}

.cart-row-remove:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px #D93629;
}

/* cart page end */