/* ==========================================================================
   1. STRUCTURAL LAYOUT & CONTAINERS (From overall.css)
   ========================================================================== */
/* Force the browser to respect ng-cloak before scripts execute */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/* Explicitly lock layout rendering boundaries for the brand image */
.navbar-commerce .logo-brand-container img {
    width: 128px !important;   /* Matches the width attribute directly */
    height: 36px !important;  /* Matches the height attribute directly */
    margin-top: 9px !important;
    display: block !important;
}
.container {
    margin-top: 20px;
    width: 1335px;
}

.container-fluid {
    padding-right: 23px;
}

.col-xs-6 {
    margin-top: 11px;    
}

.jumbotron {
    background-color: rgb(210, 206, 219);
    margin-bottom: 19px;
    padding-top: 23px;
    padding-bottom: 23px;
}

/* ==========================================================================
   2. HEADER & NAVIGATION EXTENSIONS (From header.css & style.css)
   ========================================================================== */
.top-header .top-info {
    color: #555;
}

.top-header .glyphicon {
    color: #5cb85c;
    margin-right: 4px;
}

.top-header .top-link:hover {
    text-decoration: underline;
}

.navbar-header {
    padding: 0;
    margin: 0;
}

.main-navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 54px;
}

.main-navbar .navbar-brand {
    padding: 4px 15px;
}

.main-navbar .navbar-nav > li > a {
    padding: 16px 14px;
    font-size: 14px;
}

.main-navbar .navbar-toggle {
    margin-top: 10px;
}

.navbar-brand img {
    display: block;        /* remove inline spacing */
    max-height: 52px;      /* adjust as needed */
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar-search {
    margin-top: 10px;
}

.navbar-search .input-group {
    display: table;
}

.navbar-search .input-group-btn {
    display: table-cell;
    vertical-align: middle;
}

.navbar-search .btn {
    line-height: 34px;       /* KEY FIX */
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.signup-btn {
    padding: 6px 12px;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 8px;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li { 
    padding-top: 8px; 
    padding-bottom: 8px; 
}

.navbar-inverse ul.navbar-nav li .li-text { 
    opacity: 0.8; 
}

.navbar-inverse ul.navbar-nav li a { 
    display: inline; 
    padding: 0; 
    color: #fff; 
}

.navbar-inverse ul.navbar-nav li a:hover,
.navbar-inverse ul.navbar-nav li a:focus { 
    color: #fff; 
    opacity: 1; 
    border-bottom: 1px dotted #fff; 
}

.navbar-inverse ul.navbar-nav li .li-social a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

/* Auth Link Structures (Inheriting colors from theme.css) */
.navbar-nav > .nav-item-auth > .nav-link-auth {
    display: inline-block;
    padding: 6px 12px;
    line-height: 20px;
    font-size: 13px;
    margin-top: 8px;
}

.navbar-nav > .nav-item-auth > .nav-link-primary {
    margin-left: 6px;
}

/* ==========================================================================
   3. IMAGES, SLIDERS & CAROUSELS (From header.css & overall.css)
   ========================================================================== */
img { 
    max-width: 100%; 
}

.home-slider .carousel-inner > .item > img {
    width: 100%;
    max-height: 520px;
    height: 520px;
    object-fit: cover;
    margin: 0 auto;
}

.carousel-inner > .item > a > img, 
.carousel-inner > .item > img {
    line-height: 1;
    height: 292px;
    width: 1353px;
}

/* ==========================================================================
   4. HOMEPAGE & HERO SECTIONS (From style.css)
   ========================================================================== */
.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 { 
    color: #fff; 
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p { 
    opacity: 0.8; 
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover, 
.top-content .description a:focus { 
    border-bottom: 1px dotted #fff; 
}

.top-content .top-big-link {
    margin-top: 35px;
}

/* ==========================================================================
   5. FORM BOXES & CARDS (From register.css & style.css)
   ========================================================================== */
.form-box {
    padding-top: 40px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3,
.form-top-left p { 
    color: #fff; 
}

.form-top-left p { 
    opacity: 0.8; 
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom p { 
    opacity: 0.8; 
    color: #fff; 
}

/* Registration Card Extensions */
.card-header h2 {
    margin: 0;
    font-weight: 600;
}

.card-header small {
    display: block;
    color: #6c757d;
    margin-top: 4px;
}

.card-body {
    padding: 18px;
    background: #fff;
}

/* ==========================================================================
   6. CUSTOM LANDING PAGES (From overall.css - About Us Page)
   ========================================================================== */
.about-page .panel {
    border-radius: 6px;
    box-shadow: none;
    border-color: #e6e6e6;
}

.about-page .panel-body {
    line-height: 1.65;
    font-size: 15px;
    color: #333;
    padding: 24px;
}

.about-page h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: 600;
}

.about-page h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-page p {
    margin-bottom: 14px;
}

.about-page .lead {
    font-size: 0.98em;
    color: #666;
    margin-bottom: 10px;
}

.about-page ul {
    margin: 10px 0 16px 20px;
}

.about-page ul li {
    margin-bottom: 8px;
    line-height: 1.45;
}

.about-page .category-brief {
    padding-top: 6px;
    padding-bottom: 6px;
}

.about-page .category-brief strong {
    display: block;
    font-size: 1.02em;
    margin-bottom: 6px;
}

.about-page .about-image {
    max-width: 320px;
    margin: 0 auto 12px;
    display: block;
}

.about-page .about-left .panel-body {
    text-align: center;
    padding-bottom: 18px;
}

/* ==========================================================================
   7. AUXILIARY ACCENT BUTTONS (From style.css)
   ========================================================================== */
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { 
    outline: 0; 
    opacity: 0.6; 
    color: #fff; 
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { 
    outline: 0; 
    opacity: 0.6; 
    background: rgba(0, 0, 0, 0.3); 
    color: #fff; 
}

/* ==========================================================================
   8. LEGACY DISTRIBUTED FOOTER STRUCTURES (From header.css & overall.css)
   ========================================================================== */
.footer-distributed {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 2px 15px;
    margin-top: -19px;
}

.footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
}

.footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
}

/* ==========================================================================
   9. MEDIA QUERIES & RESPONSIVENESS (Merged from all sheets)
   ========================================================================== */
@media (max-width: 767px) {
    .navbar { 
        padding-top: 0; 
    }
    .navbar-collapse { 
        border: 0; 
    }
    .navbar-toggle { 
        margin-top: 12px; 
    }
    .inner-bg { 
        padding: 40px 0 110px 0; 
    }
    .top-content .top-big-link { 
        margin-top: 25px; 
    }
    .top-content .top-big-link a.btn { 
        margin-top: 10px; 
    }
    .about-page .panel-body { 
        padding: 18px; 
    }
    .about-page .about-image { 
        max-width: 240px; 
    }
    .card {
        margin: 0 12px;
    }
}

@media (max-width: 600px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        text-align: center;
    }
    .footer-distributed .footer-right {
        float: none;
        margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
    }
}

@media (max-width: 415px) {
    /* Fluid header fonts for compact phones */
    h1, h2 { 
        font-size: 32px; 
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {
    /* High-DPI Display Assets */
    .navbar-brand {
        background-image: url(../img/logo@2x.png) !important; 
        background-repeat: no-repeat !important; 
        background-size: 113px 32px !important;
    }
}

/* Clean Reset for Bootstrap 3 Layout Alignment */
.navbar.navbar-commerce {
    min-height: 54px;
    height: auto;
}

/* Brand Container Reset */
.navbar-commerce .navbar-brand.logo-brand-container {
    height: 54px;
    padding: 0 15px;
    display: inline-block;
    float: left;
}

/* Make the logo explicitly visible and larger */
.navbar-commerce .logo-brand-container img {
    height: 36px;          /* Increased height to make it clearly visible */
    width: auto;           /* Maintains perfect aspect ratio */
    margin-top: 9px;       /* Vertically centers the 36px image perfectly inside the 54px navbar */
    display: block;
}

/* Ensure navbar items sit nicely on the horizontal plane */
.navbar-commerce .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 20px;
}

/* Search bar alignment tuning */
.navbar-commerce .navbar-search {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Target the logo image specifically to override any theme restrictions */
.navbar-commerce .logo-brand-container img {
    height: 52px !important;       /* Forces the image container to grow larger */
    max-height: 52px !important;   /* Breaks past any framework structural limits */
    width: auto !important;        /* Keeps the aspect ratio perfectly intact */
    margin-top: 2px !important;    /* Shifts it up slightly to account for the larger size */
    transform: scale(1.3);         /* Smoothly blows up the inner graphic by an extra 30% */
    transform-origin: left center; /* Keeps the enlargement grounded smoothly to the left alignment */
}

/* Optional: Gives the logo slightly more breathing room on its right side */
.navbar-commerce .logo-brand-container {
    margin-right: 25px !important;
}

/* ==========================================================================
   BEENET THEME EXTENSIONS: DYNAMIC SLIDER OVERRIDES
   ========================================================================== */

/* Outer wrapper fix to kill default bootstrap light background colors */
.slider-wrapper-container {
    background-color: #1a1a1a !important; /* Deep dark base */
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #FFC107; /* Crisp amber bottom accent baseline line */
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Aspect ratio containment tuning across high-res views */
.home-slider .carousel-inner > .item {
    background: #111111;
}

.home-slider .carousel-inner > .item > a > img,
.home-slider .carousel-inner > .item > img,
img.slider-target-img {
    width: 100% !important;
    height: 480px !important;    /* Uniform streamlined display window */
    max-height: 480px !important;
    object-fit: cover !important; /* Prevents stretching, balances crop perfectly */
    object-position: center !important;
    transition: transform 0.5s ease-in-out;
}

/* Slight zoom interaction on link hover for premium feel */
.slider-image-link:hover img.slider-target-img {
    transform: scale(1.015);
}

/* ----- CAROUSEL CONTROLS (Amber Theme Sync) ----- */
.home-slider .carousel-control {
    width: 6%;
    background-image: none !important; /* Kills native dark bootstrap gradient overlay shadows */
    opacity: 0.3;
    transition: all 0.2s ease;
}

/* High contrast glyph setup matching navigation items */
.home-slider .carousel-control .glyphicon {
    font-size: 26px;
    color: #FFC107 !important; 
    text-shadow: 0 2px 8px rgba(0,0,0,0.8); /* Guarantees visibility over ultra-bright images */
}

.home-slider .carousel-control:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.2) !important; /* Slight dark window fill on hover */
}

.home-slider .carousel-control:hover .glyphicon {
    color: #FF9800 !important; /* Swaps to secondary orange-amber tone on hover */
    scale: 1.1;
}

/* ----- CAROUSEL BUBBLE INDICATORS ----- */
.home-slider .carousel-indicators {
    bottom: 20px;
}

.home-slider .carousel-indicators li {
    border: 1px solid #FFC107 !important;
    background-color: rgba(33, 33, 33, 0.6) !important; /* Dark core base wrapper inside indicator */
    width: 11px;
    height: 11px;
    margin: 1px;
    transition: all 0.2s ease;
}

.home-slider .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color: #FFC107 !important; /* Fills bright amber when selected */
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.6);
}

/* Responsive adjustment matrix for smaller devices */
@media (max-width: 767px) {
    .home-slider .carousel-inner > .item > a > img,
    .home-slider .carousel-inner > .item > img,
    img.slider-target-img {
        height: 280px !important; /* Prevents massive layout sprawl on compact phone displays */
    }
    .home-slider .carousel-control {
        width: 10%;
    }
}

/* ==========================================================================
   BEENET THEME EXTENSIONS: UNIFORM HEIGHT FLEX PRODUCT GRID OVERRIDES
   ========================================================================== */

/* Outer structure grid defaults overrides */
.product-grid-container {
    padding: 0 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

/* NEW: Flexbox alignment engine row configuration */
.beenet-flex-grid {
    display: flex;
    flex-wrap: wrap;
}

/* Forces columns to stretch equally per line */
.beenet-flex-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

/* ----- BEENET RAISED ITEM THUMBNAIL MATRIX CARDS ----- */
.beenet-product-thumbnail {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; /* Forces structural card body to fill 100% of the item container height */
    width: 100%;
    background: #212121 !important; 
    border: 1px solid #333333 !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin-bottom: 0 !important; /* Overrides default bootstrap thumbnail margins */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.beenet-product-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.15); 
    border-color: #444444 !important;
}

/* Structural Image Wrapper Contexts */
.product-img-wrapper {
    width: 100%;
    overflow: hidden;
    background: #111111;
    border-bottom: 1px solid #2d2d2d;
    flex-shrink: 0; /* Keeps images exactly the same scale height */
}

/* Captions Content Typography Blocks Layouts */
.beenet-product-caption {
    padding: 20px !important;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Automatically expands caption spacing to capture height gaps */
}

.beenet-product-caption .product-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    flex-shrink: 0;
}

/* FIXED: Completely removed layout clipping limits to let text render naturally */
.beenet-product-caption .product-desc {
    color: #aaaaaa;
    font-size: 13px;
    margin-bottom: 20px;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
}

/* ----- PRICE LABELS & BUTTONS ALIGNMENT ----- */
.price-container {
    margin-top: auto; /* Pushes the price block and actions to the very bottom of the shared block layout */
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex-shrink: 0;
}

.price-container .price-label {
    color: #999999;
    font-weight: 500;
}

.price-container .retail-price {
    text-decoration: line-through;
    color: #777777;
}

.price-container .discounted-price {
    color: #FFC107; 
    font-weight: 700;
    font-size: 16px;
}

/* ----- ACTION INTERACTION MATRIX ROWS ----- */
.product-action-row {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
}

/* View Button */
.btn-beenet-view {
    background: transparent !important;
    color: #FFC107 !important;
    border: 1px solid #FFC107 !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 16px;
    transition: all 0.2s ease;
}

.btn-beenet-view:hover {
    background: rgba(255, 193, 7, 0.1) !important;
    color: #ff9800 !important;
    border-color: #ff9800 !important;
}

/* Add To Cart Button */
.btn-beenet-cart {
    flex-grow: 1; 
    background: #FFC107 !important;
    color: #212121 !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 14px;
    border: 1px solid #FFC107 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.btn-beenet-cart:hover:not([disabled]) {
    background: #FF9800 !important;
    border-color: #FF9800 !important;
    color: #1a1a1a !important;
}

.btn-beenet-cart[disabled] {
    background: #333333 !important;
    border-color: #444444 !important;
    color: #777777 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* ----- FALLBACK EMPTY BANNER STATE ----- */
.empty-store-banner {
    padding: 60px 20px;
    background: #212121;
    border: 1px solid #333333;
    border-radius: 12px;
    margin: 20px 15px;
    width: 100%;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.5);
}

.empty-store-banner .empty-icon {
    font-size: 56px;
    margin-bottom: 15px;
}

.empty-store-banner h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.empty-store-banner .empty-subtitle {
    color: #aaaaaa;
    max-width: 500px;
    margin: 0 auto 25px auto;
    font-size: 15px;
}

.btn-beenet-accent {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    color: #212121 !important;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    transition: all 0.2s ease;
}

.btn-beenet-accent:hover {
    background: linear-gradient(135deg, #FFD54F, #FFA726);
    transform: translateY(-2px);
}

.empty-footer-note {
    margin-top: 30px;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}

/* Compact Responsive Adjustments Layout Grid */
@media(max-width: 767px) {
    .product-grid-container {
        padding: 0 15px;
    }
    .product-action-row {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-beenet-view {
        text-align: center;
    }
}

/* ==========================================================================
   BEENET THEME EXTENSIONS: PREMIUM PRODUCT DETAIL CONTAINER OVERRIDES
   ========================================================================== */

.product-detail-view-container {
    width: 100% !important;
    max-width: 1335px !important;
}

/* Base Elevation Card Face Container Block */
.beenet-detail-card {
    background: #212121 !important; /* Premium dark interface card background */
    border: 1px solid #333333 !important;
    border-top: 4px solid #FFC107 !important; /* Amber brand primary accent strip */
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 0;
}

.beenet-detail-body {
    background: #212121 !important;
    padding: 35px !important;
}

/* ----- MEDIA / IMAGE MANAGEMENT GALLERIES SHIFT ----- */
.media-showcase-column {
    padding-right: 25px;
}

.beenet-main-img-box {
    background: #111111 !important;
    border: 1px solid #333333 !important;
    border-radius: 8px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.beenet-main-img-box img {
    max-height: 400px;
    object-fit: contain;
    width: 100%;
}

.beenet-thumb-strip {
    margin-top: 15px !important;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.beenet-gallery-thumb {
    width: 70px !important;
    height: 60px !important;
    object-fit: cover !important;
    background: #111111 !important;
    border: 2px solid #333333 !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.beenet-gallery-thumb:hover {
    border-color: #FFC107 !important;
    transform: scale(1.05);
}

/* ----- SPECIFICATION DISPLAY TABLE MATRIX ----- */
.beenet-specs-wrapper {
    background: #1a1a1a;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.beenet-prop-table {
    margin-bottom: 0 !important;
    border: none !important;
}

.beenet-prop-table tbody tr {
    border-bottom: 1px solid #282828 !important;
}

.beenet-prop-table tbody tr:last-child {
    border-bottom: none !important;
}

.beenet-prop-table tbody tr td {
    padding: 14px 18px !important;
    border: none !important;
    font-size: 14px;
    vertical-align: middle !important;
    color: #eeeeee;
}

/* Table Labels Styling */
.beenet-prop-table .prop-label {
    width: 32%;
    font-weight: 600;
    color: #999999 !important;
    background: #1e1e1e !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.8px;
}

.beenet-prop-table .prop-label .glyphicon {
    color: #FFC107;
    margin-right: 6px;
    font-size: 12px;
}

/* Unique Value Formatting Variants */
.beenet-prop-table .prop-value {
    color: #ffffff;
}

.beenet-prop-table .item-highlight-name {
    color: #FFC107 !important;
    font-weight: bold;
    font-size: 16px;
}

.beenet-prop-table .identity-badge {
    font-family: monospace;
    color: #42A5F5;
    font-weight: bold;
}

.beenet-prop-table .category-divider {
    color: #ff9800;
    margin: 0 4px;
}

.beenet-prop-table .seller-signature {
    color: #28A745;
    font-weight: 600;
}

.beenet-prop-table .in-stock-count {
    color: #28A745;
    font-weight: bold;
}

.beenet-prop-table .out-of-stock-alert {
    color: #DC3545;
    font-weight: bold;
}

/* ----- PRICING MATRIX STYLING ----- */
.beenet-prop-table .pricing-matrix {
    display: flex;
    align-items: center;
    gap: 12px;
}

.beenet-prop-table .was-price {
    text-decoration: line-through;
    color: #777777;
    font-size: 14px;
}

.beenet-prop-table .now-price {
    color: #FFC107;
    font-weight: 800;
    font-size: 20px;
}

/* ----- LONG DESCRIPTION CONTENT BLOCK ----- */
.beenet-desc-block {
    background: #1a1a1a;
    border-left: 3px solid #ff9800;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 25px;
}

.beenet-desc-block .desc-heading {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.beenet-desc-block .desc-heading .glyphicon {
    color: #ff9800;
    margin-right: 6px;
}

.beenet-desc-block .product-desc {
    color: #cccccc !important;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0;
}

/* ----- CUSTOM THEME ALERTS SYNCHRONIZATION ----- */
.beenet-alert-sync {
    background-color: rgba(66, 165, 245, 0.08) !important;
    border: none !important;
    border-left: 5px solid #42A5F5 !important;
    color: #b2dbfb !important;
    padding: 16px 20px !important;
    border-radius: 4px;
    margin-bottom: 30px !important;
}

.beenet-alert-sync .alert-title-block {
    color: #42A5F5;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 15px;
}

.beenet-alert-sync p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* ----- DETAILED ACTIONS SUBMIT BUTTON BAR ----- */
.detailed-page-cart-btn {
    height: 44px !important;
    width: 200px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
}

.btn-beenet-secondary-back {
    background: transparent !important;
    color: #aaaaaa !important;
    border: 1px solid #444444 !important;
    padding: 10px 22px !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    height: 44px;
    transition: all 0.2s ease;
}

.btn-beenet-secondary-back:hover {
    color: #ffffff !important;
    border-color: #777777 !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

/* Custom Interactive UI Grid Device Media Breakpoints */
@media (max-width: 991px) {
    .media-showcase-column {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .beenet-prop-table .prop-label {
        width: 40%;
    }
}

@media (max-width: 480px) {
    .beenet-detail-body {
        padding: 15px !important;
    }
    .beenet-prop-table .prop-label {
        display: block;
        width: 100%;
        padding-bottom: 4px !important;
    }
    .beenet-prop-table .prop-value {
        display: block;
        width: 100%;
        padding-top: 4px !important;
    }
    .beenet-detail-actions .btn {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* ----- CATALOG CENTERED GRID OFFSET FIXES ----- */

/* Enforce standard Bootstrap row behaviors inside the card-body component wrapper */
.beenet-product-grid-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

/* Balance item column alignment margins perfectly */
.product-card-grid-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .beenet-product-grid-row {
        justify-content: center !important;
    }
}