
        .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
        :root {
            --al-primary: #2B4C3F;
            --al-primary-dark: #192d25;
            --al-primary-light: #3a6655;
            --al-primary-rgb: 43, 76, 63;
            --al-accent: #B89A5E;
            --al-accent-dark: #9c824f;
            --al-accent-rgb: 184, 154, 94;
        }
    

        :root{
            --blue: #2B4C3F;
            --hov-blue: #1A2F23;
            --soft-blue: rgba(var(--al-primary-rgb), 0.15);
            --secondary-base: #FFBA00;
            --hov-secondary-base: #F0EDE6;
            --soft-secondary-base: rgba(255,186,0,0.15);
            --gray: #9d9da6;
            --gray-dark: #8d8d8d;
            --secondary: #919199;
            --soft-secondary: rgba(145, 145, 153, 0.15);
            --success: #85b567;
            --soft-success: rgba(133, 181, 103, 0.15);
            --warning: #f3af3d;
            --soft-warning: rgba(243, 175, 61, 0.15);
            --light: #f5f5f5;
            --soft-light: #dfdfe6;
            --soft-white: #b5b5bf;
            --dark: #292933;
            --soft-dark: #1b1b28;
            --primary: #2C3E2D;
            --hov-primary: #1F2E20;
            --soft-primary: rgba(44,62,45,0.15);
        }
        body{
            font-family: 'Public Sans', sans-serif, sans-serif;
            font-weight: 400;
        }

        .pagination .page-link,
        .page-item.disabled .page-link {
            min-width: 32px;
            min-height: 32px;
            line-height: 32px;
            text-align: center;
            padding: 0;
            border: 1px solid var(--soft-light);
            font-size: 0.875rem;
            border-radius: 0 !important;
            color: var(--dark);
        }
        .pagination .page-item {
            margin: 0 5px;
        }

        .form-control:focus {
            border-width: 2px !important;
        }
        .iti__flag-container {
            padding: 2px;
        }
        .modal-content {
            border: 0 !important;
            border-radius: 0 !important;
        }

        .tagify.tagify--focus{
            border-width: 2px;
            border-color: var(--primary);
        }

        #map{
            width: 100%;
            height: 250px;
        }
        #edit_map{
            width: 100%;
            height: 250px;
        }

        .pac-container { z-index: 100000; }
    

/* Sidebar wrapper - transition olmadan hemen göster */
.aiz-top-menu-sidebar {
    opacity: 0;
    visibility: hidden;
    transition: none !important;
}
.aiz-top-menu-sidebar.active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Overlay - arka plan her zaman hazır olsun */
.aiz-top-menu-sidebar .overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

/* Collapse sidebar - sadece transform için transition */
.aiz-top-menu-sidebar .collapse-sidebar {
    transition: transform 0.3s ease !important;
}
.aiz-top-menu-sidebar.active .collapse-sidebar {
    transform: translateX(0) !important;
}


.elephant-nav {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1000;
}
/* === tabloshop tarzi KOYU UST BAR === */
.al-topbar { position: fixed; top:0; left:0; width:100%; height:38px; z-index:1001; background:#1f2a26; color:#cfd8d3; font-size:12.5px; }
.al-topbar-inner { max-width:1600px; margin:0 auto; height:38px; display:flex; align-items:center; justify-content:space-between; padding:0 24px; }
.al-topbar-left, .al-topbar-right { display:flex; align-items:center; gap:20px; }
.al-topbar-center { font-weight:600; color:#fff; letter-spacing:.3px; }
.al-topbar a, .al-topbar .al-tb-item { color:#cfd8d3; text-decoration:none; display:inline-flex; align-items:center; gap:6px; transition:color .15s; }
.al-topbar a:hover, .al-tb-cur:hover .al-tb-item { color:#fff; }
.al-topbar i { font-size:14px; }
.al-tb-cur { position:relative; }
.al-tb-cur-menu { display:none; position:absolute; top:38px; right:0; background:#fff; color:#1a1a1a; border-radius:8px; box-shadow:0 12px 40px rgba(0,0,0,.18); min-width:150px; padding:6px 0; z-index:2100; }
.al-tb-cur:hover .al-tb-cur-menu { display:block; }
.al-tb-cur-menu button { display:flex; align-items:center; gap:10px; width:100%; border:none; background:transparent; padding:9px 16px; font-size:13px; text-align:left; cursor:pointer; color:#1a1a1a; }
.al-tb-cur-menu button:hover { background:#fff; }
/* === tabloshop tarzi SAG AKSIYONLAR (ikon ustte, etiket altta) === */
.el-hact { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; color:#4b5563; text-decoration:none; font-size:11px; font-weight:600; min-width:54px; line-height:1; transition:color .15s; }
.el-hact i { font-size:23px; }
.el-hact:hover { color: var(--al-accent); }
.el-hact-wrap { position:relative; }
.el-hact-label { white-space:nowrap; }
/* === kategori bar sonda NEW pill (Outlet gibi) === */
.elephant-menu-item.el-menu-pill { background: var(--al-accent); color:#fff !important; border-radius:20px; padding:7px 18px; margin-left:10px; }
.elephant-menu-item.el-menu-pill::after { display:none; }
.elephant-menu-item.el-menu-pill:hover { background: var(--al-primary); color:#fff !important; }
/* kategori bar | ayraclari + accent ikonlar (tablohane gibi) */
.elephant-menu-container > *:not(:first-child):not(.el-menu-pill) { border-left: 1px solid #ececec; }
.elephant-menu-item > i:first-child { color: var(--al-accent); }
.elephant-menu-item.el-menu-featured > i:first-child { color: #e0632a; }
@media (max-width: 991px){ .al-topbar { display:none !important; } .elephant-nav { top:0 !important; } }
/* tablohane/tabloshop tarzi: header'i 1600px ortali container'a al */
.elephant-nav > .container-fluid,
.elephant-menu > .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.elephant-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}
.elephant-nav-logo {
    flex: 0 0 150px;
}
.elephant-nav-logo img {
    max-height: 32px;
    width: auto;
}
.elephant-nav-search {
    flex: 1;
    max-width: 780px;
    margin: 0 32px;
}
.elephant-nav-search form {
    position: relative;
}
.elephant-nav-search input {
    width: 100%;
    padding: 13px 54px 13px 22px;
    border: 2px solid #e5e7eb;
    border-radius: 30px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s;
}
.elephant-nav-search input:focus {
    outline: none;
    background: #fff;
    border-color: var(--al-accent);
    box-shadow: 0 0 0 3px rgba(var(--al-accent-rgb), 0.15);
}
.elephant-nav-search button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    color: #6b7280;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.elephant-nav-search button:hover { color: var(--al-accent); }
/* tablohane: sepet ve hesap etiketli buton */
.el-cart-btn {
    background: var(--al-accent);
    color: #fff !important;
    padding: 9px 18px;
    border-radius: 26px;
    font-weight: 600;
}
.el-cart-btn:hover { background: var(--al-primary); color: #fff !important; }
.el-cart-btn .cart-count { background: #fff !important; color: var(--al-accent) !important; }
.el-cart-label, .el-account-label { font-size: 13px; font-weight: 600; }
.el-account-label { color: #1f2937; }
.elephant-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.elephant-nav-action {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s;
}
.elephant-nav-action:hover {
    color: var(--al-accent);
}
.elephant-nav-action i {
    font-size: 20px;
}

/* User Account Dropdown */
form[action*="search"] { position: relative; }
/* Autocomplete Dropdown */
.el-autocomplete { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 0 0 12px 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); z-index: 9999; display: none; max-height: 480px; overflow-y: auto; }
.el-autocomplete.open { display: block; }
.el-ac-section { padding: 8px 0; }
.el-ac-title { padding: 8px 16px; font-size: 11px; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: 0.5px; }
.el-ac-speed { color: #ccc; font-weight: 400; }
.el-ac-item { display: flex; align-items: center; gap: 12px; padding: 8px 16px; text-decoration: none; color: #333; transition: background 0.15s; }
.el-ac-item:hover, .el-ac-item.active { background: #f5f5f5; }
.el-ac-thumb { width: 48px; height: 48px; flex-shrink: 0; border-radius: 6px; overflow: hidden; background: #eee; }
.el-ac-thumb img { width: 100%; height: 100%; object-fit: cover; }
.el-ac-info { flex: 1; min-width: 0; }
.el-ac-name { font-size: 14px; font-weight: 500; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.el-ac-meta { font-size: 12px; color: #888; }
.el-ac-viewall { display: block; padding: 12px 16px; text-align: center; color: #2B4C3F; font-weight: 600; font-size: 13px; text-decoration: none; border-top: 1px solid #eee; }
.el-ac-viewall:hover { background: #f9f9f9; }
.el-ac-empty { padding: 24px 16px; text-align: center; color: #999; font-size: 14px; }
.el-account-drop {
    position: relative;
}
.el-account-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    min-width: 220px;
    z-index: 2000;
    padding: 8px 0;
}
.el-account-drop:hover .el-account-menu,
.el-account-drop.active .el-account-menu {
    display: block;
}
/* Mobile: click to toggle account menu */
@media (max-width: 991px) {
    .el-account-drop:hover .el-account-menu {
        display: none;
    }
    .el-account-drop.active .el-account-menu {
        display: block;
    }
}
.el-account-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 16px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    transform: rotate(45deg);
}
.el-account-menu::after {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}
.el-account-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    transition: background 0.15s;
    font-weight: 500;
}
.el-account-menu a:hover {
    background: #fff;
    color: var(--al-primary);
}
.el-account-menu a i {
    font-size: 17px;
    color: #8A9B91;
    width: 20px;
    text-align: center;
}
.el-account-menu-divider {
    height: 1px;
    background: #fff;
    margin: 6px 0;
}
.el-account-menu .el-account-greeting {
    padding: 12px 18px 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--al-primary-dark);
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 4px;
}
.el-account-menu .el-account-auth-btns {
    padding: 12px 18px;
}
.el-account-auth-btns .el-btn-signin {
    display: block;
    width: 100%;
    padding: 10px;
    background: var(--al-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-bottom: 8px;
    transition: background 0.2s;
}
.el-btn-signin:hover { background: var(--al-primary-light); color: #fff; text-decoration: none; }
.el-account-auth-btns .el-btn-register {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: var(--al-primary);
    border: 1.5px solid var(--al-primary);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}
.el-btn-register:hover { background: #fff; color: var(--al-primary); text-decoration: none; }

/* Elephant Menu Bar */
.elephant-menu {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0;
}
.elephant-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.elephant-menu-item {
    padding: 14px 18px;
    color: #374151;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    position: relative;
}
.elephant-menu-item:hover {
    color: var(--al-accent);
    background: #f9fafb;
}
/* tablohane: ilk sekme vurgulu */
.elephant-menu-item.el-menu-featured {
    color: var(--al-accent);
}
.elephant-menu-item.el-menu-featured::after {
    content: "";
    position: absolute;
    left: 18px; right: 18px; bottom: 8px;
    height: 2px;
    background: var(--al-accent);
    border-radius: 2px;
}
.elephant-menu-item.active {
    color: var(--al-accent);
}
.elephant-menu-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--al-accent);
}

/* Mega Menu Dropdown */
.elephant-menu-drop {
    position: relative;
}
.elephant-menu-drop:hover .elephant-mega {
    display: block;
}
.elephant-menu-drop:hover > .elephant-menu-item {
    color: var(--al-accent); background: #f9fafb;
}
.elephant-mega {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 520px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid var(--al-accent);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    padding: 24px 28px;
    z-index: 2000;
}
.elephant-mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 32px;
}
.elephant-mega a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 12px;
    color: #374151; text-decoration: none; font-size: 13px; font-weight: 500;
    border-radius: 6px; transition: all 0.15s;
}
.elephant-mega a:hover {
    background: #fff; color: var(--al-accent);
}
.elephant-mega-count {
    font-size: 11px; color: #9ca3af; font-weight: 400;
}
.elephant-mega-footer {
    margin-top: 12px; padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}
.elephant-mega-footer a {
    display: inline-block; padding: 8px 20px;
    color: var(--al-accent); font-weight: 600; font-size: 13px;
    text-decoration: none; border-radius: 6px;
    transition: background 0.2s;
}
.elephant-mega-footer a:hover {
    background: #fff;
}

/* Color circles in mega menu */
.elephant-mega-color {
    width: 16px; height: 16px; border-radius: 50%;
    display: inline-block; margin-right: 8px; flex-shrink: 0;
    border: 1px solid #ddd;
}

/* Currency Switcher Dropdown */
.el-currency-drop {
    position: relative;
}
.el-currency-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    min-width: 180px;
    z-index: 2000;
    padding: 12px 0 6px;
}
.el-currency-drop:hover .el-currency-menu,
.el-currency-drop.active .el-currency-menu {
    display: block;
}
/* Mobile: click to toggle */
@media (max-width: 991px) {
    /* Mobile: collapse desktop mega menu into hamburger sidebar */
    .elephant-menu { display: none !important; }

    .elephant-nav > .container-fluid { padding-left: 12px !important; padding-right: 12px !important; }
    .elephant-nav-container {
        flex-wrap: wrap; gap: 6px;
        padding: 10px 4px;
    }

    /* Hamburger - bigger, bolder like reference */
    .show-top-menu-bar {
        display: inline-flex !important;
        align-items: center;
        justify-content: flex-start;
        flex: 0 0 auto;
        font-size: 28px !important;
        padding: 4px 0 !important;
        margin: 0 8px 0 0 !important;
        order: 1;
        color: #111 !important;
    }

    /* Logo - centered, bigger */
    .elephant-nav-logo {
        flex: 1 1 auto;
        min-width: 0;
        text-align: center;
        order: 3;
    }
    .elephant-nav-logo img {
        height: 28px !important;
    }

    /* Mobile: search bar full width on second row */
    .elephant-nav-search { display: flex !important; order: 10; flex: 0 0 100%; margin: 8px 0 0 0; width: 100% !important; }
    .elephant-nav-search form { width: 100% !important; border: 1.5px solid #ddd !important; border-radius: 25px !important; }
    .elephant-nav-search input { width: 100% !important; flex: 1 !important; }

    /* Mobile: show search icon next to hamburger */
    .al-mobile-search-icon { display: none !important; }

    /* Actions - show only wishlist + cart on mobile */
    .elephant-nav-actions { flex: 0 0 auto; order: 4; display: flex !important; gap: 16px !important; margin-left: 0 !important; }
    .elephant-nav-actions .el-hact { min-width: 0 !important; align-items: flex-start !important; }
    .elephant-nav-actions > span:first-child { display: none !important; }
    .el-account-drop { display: none !important; }
    .elephant-nav-action i { font-size: 22px; color: #333; }
    /* Mobil: etiketleri gizle, arama butonu ikon boyutu */
    .el-search-btn-label, .el-cart-label { display: none !important; }
    .el-cart-btn { padding: 8px 12px !important; }
    .el-cart-btn i { color: #fff !important; }
    .el-cart-btn .cart-count { background: var(--al-primary) !important; color: #fff !important; }
    .elephant-nav-search input { padding-right: 54px !important; }
    .elephant-nav-search button { position: absolute !important; padding: 0 16px !important; background: none !important; color: #6b7280 !important; }
}


#al-mini-cart-overlay.open { opacity:1 !important; visibility:visible !important; }
#al-mini-cart-drawer.open { right:0 !important; }
.mini-cart-header h5 { font-size:18px; }
.mini-cart-items { list-style:none; padding:0; margin:0; }
.mini-cart-item { display:flex; gap:10px; padding:12px 0; border-bottom:1px solid #eee; }
.mini-cart-item img { width:60px; height:60px; object-fit:cover; border-radius:6px; }
.mini-cart-footer { border-top:1px solid #eee; padding:14px 0; margin-top:14px; }
.btn-block { display:block; width:100%; padding:10px 14px; text-align:center; border-radius:6px; text-decoration:none; margin-bottom:8px; font-weight:600; font-size:14px; }
.btn-primary { background:#2B4C3F; color:#fff; }
.btn-outline-secondary { background:#fff; color:#2B4C3F; border:1px solid #2B4C3F; }


.al-mobile-menu {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1100; display: none;
}
.al-mobile-menu.active { display: block; }
.al-mobile-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); backdrop-filter: blur(2px);
}
.al-mobile-panel {
    position: absolute; top: 0; left: 0; width: 300px; max-width: 85vw;
    height: 100%; background: #fff; box-shadow: 4px 0 20px rgba(0,0,0,0.15);
    transform: translateX(-100%); transition: transform 0.3s ease;
    display: flex; flex-direction: column;
}
.al-mobile-menu.active .al-mobile-panel { transform: translateX(0); }
.al-mobile-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px; border-bottom: 1px solid #f0f0f0;
    background: var(--al-primary, #2B4C3F);
}
.al-mobile-logo { height: 32px; }
.al-mobile-close {
    background: rgba(255,255,255,0.2); border: none; color: #fff;
    width: 36px; height: 36px; border-radius: 50%; font-size: 20px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.al-mobile-search {
    padding: 16px 20px; border-bottom: 1px solid #f0f0f0;
}
.al-mobile-search form {
    display: flex; background: #f5f5f5; border-radius: 8px; overflow: hidden;
}
.al-mobile-search input {
    flex: 1; border: none; background: none; padding: 12px 16px;
    font-size: 14px; outline: none;
}
.al-mobile-search button {
    background: var(--al-accent, #B89A5E); border: none; color: #fff;
    padding: 12px 16px; font-size: 16px; cursor: pointer;
}
.al-mobile-body {
    flex: 1; overflow-y: auto; padding: 12px 0;
}
.al-mobile-footer {
    padding: 16px 20px; border-top: 1px solid #f0f0f0;
    background: #fafafa;
}
.al-mobile-auth { display: flex; gap: 10px; }
.al-mobile-btn {
    flex: 1; padding: 12px; border-radius: 8px; font-size: 14px;
    font-weight: 600; text-align: center; text-decoration: none;
    transition: all 0.2s;
}
.al-mobile-btn-primary {
    background: var(--al-primary, #2B4C3F); color: #fff;
}
.al-mobile-btn-outline {
    background: #fff; color: var(--al-primary, #2B4C3F);
    border: 1.5px solid var(--al-primary, #2B4C3F);
}
.al-mobile-currency {
    display: flex; align-items: center; justify-content: center;
    gap: 6px; padding-top: 12px; font-size: 13px; color: #666;
}


/* === Meisterdrucke tarzi akordiyon menu (AL renkleri) === */
.al-mobile-body { overflow-y:auto; }
.al-mv2 { display:block; }
.al-mv2-row { display:flex; align-items:center; justify-content:space-between; width:100%; padding:14px 18px; font-size:15px; font-weight:600; color:#222; text-decoration:none; border:none; border-bottom:1px solid #e8e8e8; background:#fff; text-align:left; cursor:pointer; line-height:1.3; }
.al-mv2-row span { display:flex; align-items:center; }
.al-mv2-row:hover { color: var(--al-primary, #2B4C3F); text-decoration:none; }
.al-mv2-ico { font-size:19px; color: var(--al-primary, #2B4C3F); margin-right:10px; }
.al-mv2-chev { font-size:14px; color:#888; transition: transform .2s; }
.al-mv2-group.open .al-mv2-chev { transform: rotate(90deg); }
.al-mv2-group.open > .al-mv2-toggle { color: var(--al-primary, #2B4C3F); }
.al-mv2-sub { display:none; background:#f5f5f5; border-bottom:1px solid #e8e8e8; }
.al-mv2-group.open .al-mv2-sub { display:block; }
.al-mv2-subrow { display:flex; align-items:center; padding:11px 18px 11px 30px; font-size:14px; font-weight:500; color:#333; text-decoration:none; border-bottom:1px solid #ececec; }
.al-mv2-sub .al-mv2-subrow:last-child { border-bottom:none; }
.al-mv2-subrow:hover { background:#ededed; color:#111; text-decoration:none; }
.al-mv2-viewall { color: var(--al-primary, #2B4C3F) !important; font-weight:700; }
.al-mv2-dot { display:inline-block; width:14px; height:14px; border-radius:50%; margin-right:10px; border:1px solid rgba(0,0,0,.12); flex:0 0 auto; }
.al-mv2-sectitle { padding:14px 18px 6px; font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:#999; }


.modern-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: #2c2c2c;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.modern-mobile-menu.active {
    left: 0;
}

.modern-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.modern-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modern-menu-header {
    background: #1a1a1a;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modern-menu-logo {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.modern-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-menu-user {
    padding: 20px;
    background: #1a1a1a;
    border-bottom: 1px solid #3a3a3a;
}

.modern-menu-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.modern-menu-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.modern-menu-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-menu-user-avatar i {
    font-size: 20px;
    color: #91919b;
}

.modern-menu-user-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.modern-menu-auth-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.modern-menu-auth-links a {
    color: #91919b;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.modern-menu-auth-links a:hover {
    color: #fff;
}

.modern-menu-section {
    padding: 0;
}

.modern-menu-section-title {
    color: #91919b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 20px 10px;
    margin: 0;
}

.modern-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-menu-item {
    border-bottom: 1px solid #3a3a3a;
}

.modern-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
}

.modern-menu-link:hover {
    background: #3a3a3a;
    color: #fff;
}

.modern-menu-link-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.modern-menu-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #91919b;
}

.modern-menu-arrow {
    font-size: 18px;
    color: #91919b;
}


/* ===== Archive Lane Footer ===== */
.al-footer { background: var(--al-primary-dark); color: #8A9B91; font-family: 'Oxygen', -apple-system, sans-serif; font-size: 13px; }

/* Trust Bar */
.al-footer-trust {
    background: #15261C;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 28px 0;
}
.al-footer-trust-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.al-trust-item {
    display: flex; align-items: center; gap: 12px;
    color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500;
}
.al-trust-item i {
    font-size: 24px; color: var(--al-accent);
}

/* Newsletter */
.al-footer-newsletter {
    background: linear-gradient(160deg, var(--al-primary) 0%, var(--al-primary-dark) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 26px 0;
}
.al-nl-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.al-nl-text h3 {
    font-family: 'Georgia', serif; font-size: 19px; font-weight: 400;
    color: #fff; margin: 0 0 3px;
}
.al-nl-text p {
    color: #8A9B91; margin: 0; font-size: 13px; line-height: 1.5;
}
.al-nl-form {
    display: flex; gap: 0; flex-shrink: 0;
}
.al-nl-form input {
    width: 280px; padding: 11px 18px; border: 1.5px solid rgba(255,255,255,0.15);
    border-right: none; border-radius: 8px 0 0 8px;
    background: rgba(255,255,255,0.06); color: #fff; font-size: 14px;
    transition: border-color 0.3s;
}
.al-nl-form input::placeholder { color: rgba(255,255,255,0.3); }
.al-nl-form input:focus { outline: none; border-color: var(--al-accent); }
.al-nl-form button {
    padding: 11px 24px; background: var(--al-accent); color: #fff; border: 1.5px solid var(--al-accent);
    border-radius: 0 8px 8px 0; font-weight: 600; font-size: 14px; cursor: pointer;
    transition: background 0.3s; white-space: nowrap;
}
.al-nl-form button:hover { background: var(--al-accent-dark); border-color: var(--al-accent-dark); }

/* Main Footer Grid */
.al-footer-main {
    padding: 48px 0 36px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.al-footer-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: 2fr 1fr; gap: 40px;
}
.al-footer-col h4 {
    font-size: 12px; font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: 1.2px;
    margin: 0 0 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--al-accent);
    display: inline-block;
}
.al-footer-col ul { list-style: none; margin: 0; padding: 0; }
.al-footer-col ul li { margin-bottom: 9px; }
.al-footer-col ul li a {
    color: #8A9B91; text-decoration: none; transition: all 0.2s;
    font-size: 13px; display: inline-flex; align-items: center; gap: 4px;
}
.al-footer-col ul li a:hover { color: var(--al-accent); padding-left: 3px; }
.al-footer-col ul li a .al-footer-view-all {
    color: var(--al-accent); font-weight: 600;
}

/* About column */
.al-footer-about { }
.al-footer-about-logo {
    display: inline-block; margin-bottom: 18px;
}
.al-footer-about-logo img {
    height: 30px; filter: brightness(0) invert(1); opacity: 0.9;
}
.al-footer-about p {
    color: #7A8D83; line-height: 1.8; margin-bottom: 24px; font-size: 13px;
}

/* Social icons */
.al-footer-social {
    display: flex; gap: 10px; margin-bottom: 24px;
}
.al-footer-social a {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: #8A9B91; font-size: 17px; transition: all 0.3s;
    text-decoration: none;
}
.al-footer-social a:hover {
    color: #fff; transform: translateY(-2px);
}
.al-footer-social a.al-social-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: #e6683c; }
.al-footer-social a.al-social-pinterest:hover { background: #BD081C; border-color: #BD081C; }

/* Contact info in about */
.al-footer-contact {
    display: flex; flex-direction: column; gap: 8px;
}
.al-footer-contact a {
    color: #8A9B91; text-decoration: none; font-size: 13px;
    display: flex; align-items: center; gap: 8px;
    transition: color 0.2s;
}
.al-footer-contact a:hover { color: var(--al-accent); }
.al-footer-contact a i { font-size: 16px; color: var(--al-accent); width: 18px; text-align: center; }

/* Bottom Bar */
.al-footer-bottom {
    padding: 24px 0;
}
.al-footer-bottom-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
}
.al-footer-copy {
    color: rgba(255,255,255,0.3); font-size: 12px;
}
.al-footer-copy a { color: var(--al-accent); text-decoration: none; }
.al-footer-bottom-links {
    display: flex; gap: 24px;
}
.al-footer-bottom-links a {
    color: rgba(255,255,255,0.35); text-decoration: none; font-size: 12px;
    transition: color 0.2s;
}
.al-footer-bottom-links a:hover { color: var(--al-accent); }
/* Responsive */
@media (max-width: 1200px) {
    .al-footer-inner { grid-template-columns: 2fr 1fr; gap: 32px; }
    .al-footer-about { grid-column: 1 / -1; text-align: center; }
    .al-footer-about p { max-width: 500px; margin-left: auto; margin-right: auto; }
    .al-footer-about-logo { margin-bottom: 14px; }
    .al-footer-social { justify-content: center; }
    .al-footer-contact { align-items: center; }
}
@media (max-width: 991px) {
    .al-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding: 0 24px; }
    .al-footer-about { grid-column: 1 / -1; }
    .al-footer-trust-inner { gap: 20px; padding: 0 24px; flex-wrap: wrap; justify-content: center; }
    .al-nl-inner { padding: 0 24px; }
}
@media (max-width: 768px) {
    .al-footer-trust { padding: 20px 0; }
    .al-footer-trust-inner { gap: 12px 24px; }
    .al-trust-item { font-size: 12px; gap: 8px; }
    .al-trust-item i { font-size: 20px; }

    .al-footer-newsletter { padding: 20px 0; }
    .al-nl-inner { flex-direction: column; text-align: center; gap: 12px; padding: 0 20px; }
    .al-nl-text h3 { font-size: 17px; margin-bottom: 4px; }
    .al-nl-text p { font-size: 12px; line-height: 1.4; }
    .al-nl-form { width: 100%; }
    .al-nl-form input { width: 100%; flex: 1; font-size: 13px; padding: 10px 14px; }
    .al-nl-form button { padding: 10px 18px; font-size: 13px; }

    .al-footer-main { padding: 24px 0 16px; }
    .al-footer-about-logo { margin-bottom: 10px; }
    .al-footer-about-logo img { height: 26px; }
    .al-footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 20px; }
    .al-footer-about p { font-size: 12px; line-height: 1.5; margin-bottom: 12px; }
    .al-footer-col h4 { font-size: 11px; margin-bottom: 10px; padding-bottom: 8px; }
    .al-footer-col ul li { margin-bottom: 7px; }
    .al-footer-col ul li a { font-size: 12px; }
    .al-footer-col:not(.al-footer-about) ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px 8px; text-align: center; }
    .al-footer-col:not(.al-footer-about) ul li { margin-bottom: 0; }
    .al-footer-col:not(.al-footer-about) ul li a { justify-content: center; font-size: 11px; line-height: 1.3; }
    .al-footer-col:not(.al-footer-about) h4 { text-align: center; display: block; }
    .al-footer-social { margin-bottom: 14px; }
    .al-footer-social a { width: 32px; height: 32px; font-size: 14px; }

    .al-footer-bottom { padding: 14px 0; }
    .al-footer-bottom-inner {
        flex-direction: column; gap: 14px; text-align: center; padding: 0 20px;
    }
    .al-footer-bottom-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
    .al-footer-bottom-links a { font-size: 11px; }
    .al-footer-copy { font-size: 11px; }
}
@media (max-width: 480px) {
    .al-footer-trust-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 8px;
        text-align: left;
        padding: 0 20px;
    }
    .al-trust-item {
        gap: 8px;
        font-size: 11px;
        justify-content: flex-start;
    }
    .al-trust-item i {
        font-size: 18px;
        min-width: 22px;
    }
    /* Center the last item if odd number */
    .al-footer-trust-inner .al-trust-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .al-footer-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .al-footer-about { grid-column: 1; }
    .al-footer-col h4 { display: block; text-align: center; border-bottom: none; padding-bottom: 0; position: relative; }
    .al-footer-col h4::after {
        content: ''; display: block; width: 30px; height: 2px; background: var(--al-accent);
        margin: 8px auto 0;
    }
    .al-footer-col ul { text-align: center; }
    .al-footer-col ul li a { justify-content: center; }
    .al-footer-col ul li a:hover { padding-left: 0; }
    .al-footer-social { justify-content: center; }
    .al-footer-contact { align-items: center; }

    .al-nl-form { flex-direction: column; gap: 10px; }
    .al-nl-form input { border-radius: 8px; border-right: 1.5px solid rgba(255,255,255,0.15); }
    .al-nl-form button { border-radius: 8px; }
    .al-nl-form input:focus { border-right-color: var(--al-accent); }
}


/* Mobile trust items: compact grid, icon above label */
@media (max-width: 768px) {
    .al-footer-trust-inner {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 16px;
        justify-items: center;
    }
    .al-trust-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 6px;
        font-size: 12px;
        line-height: 1.25;
        max-width: 160px;
    }
    .al-trust-item i {
        font-size: 20px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .al-footer-trust-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.al-footer-trust { display: none !important; }

.al-mobile-bottom-nav {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050;
    background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
    border-top: 1px solid #E8E4DD; padding: 6px 0 env(safe-area-inset-bottom, 4px);
    box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
}
.al-mobile-bottom-nav-inner {
    display: flex; justify-content: space-around; align-items: center; max-width: 500px; margin: 0 auto;
}
.al-mobile-bottom-nav-item {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    text-decoration: none; color: #8A9B91; padding: 6px 12px;
    transition: color 0.2s; position: relative;
}
.al-mobile-bottom-nav-item i { font-size: 22px; }
.al-mobile-bottom-nav-item span { font-size: 10px; font-weight: 600; font-family: 'Oxygen', sans-serif; }
.al-mobile-bottom-nav-item.active { color: var(--al-primary); }
.al-mobile-bottom-nav-item.active::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 20px; height: 2px; background: var(--al-accent); border-radius: 1px;
}
.al-mobile-bottom-nav-item:hover { color: var(--al-primary); }
@media (max-width: 991px) {
    .al-mobile-bottom-nav { display: none; }
}


.al-mobile-search-overlay {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2000; background: rgba(0,0,0,0.5);
}
.al-mobile-search-overlay.active { display: flex; align-items: flex-start; justify-content: center; padding-top: 60px; }
.al-mobile-search-box {
    background: #fff; border-radius: 12px; padding: 20px; width: 90%; max-width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.al-mobile-search-box form { display: flex; gap: 0; }
.al-mobile-search-box input {
    flex: 1; border: 2px solid var(--al-primary, #2B4C3F); border-right: none;
    border-radius: 8px 0 0 8px; padding: 14px 16px; font-size: 16px;
    outline: none; font-family: 'Oxygen', sans-serif;
}
.al-mobile-search-box button {
    background: var(--al-primary, #2B4C3F); color: #fff; border: none;
    border-radius: 0 8px 8px 0; padding: 14px 18px; font-size: 20px; cursor: pointer;
}


        #aiz-custom-sale-alert {
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            top: auto !important;
            width: 100% !important;
            max-width: none !important;
            z-index: 1060;
            pointer-events: none;
        }
        #aiz-custom-sale-alert .aiz-cookie-alert {
            margin: 0 !important;
            box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.12) !important;
            pointer-events: auto;
        }
        #aiz-custom-sale-alert .aiz-cookie-alert > div {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            padding: 10px 18px !important;
            border-radius: 0 !important;
        }
        #aiz-custom-sale-alert .aiz-cookie-alert .text-white,
        #aiz-custom-sale-alert .aiz-cookie-alert .text-dark {
            margin-bottom: 0 !important;
            font-size: 13px;
            line-height: 1.35;
            text-align: left;
        }
        #aiz-custom-sale-alert .aiz-cookie-alert .aiz-cookie-accept {
            width: auto;
            min-width: 160px;
            padding: 9px 18px;
            font-size: 12px;
            line-height: 1.1;
            white-space: nowrap;
        }
        @media (max-width: 576px) {
            #aiz-custom-sale-alert {
                left: 12px !important;
                right: 12px !important;
                bottom: 12px !important;
                top: auto !important;
                max-width: none !important;
                width: auto !important; box-sizing: border-box;
                z-index: 1060;
            }
            #aiz-custom-sale-alert .aiz-cookie-alert {
                margin-bottom: 0 !important;
                box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18) !important;
            }
            #aiz-custom-sale-alert .aiz-cookie-alert > div {
                display: grid;
                grid-template-columns: 1fr;
                gap: 10px;
                align-items: center;
                padding: 10px 12px !important;
            }
            #aiz-custom-sale-alert .aiz-cookie-alert .text-white,
            #aiz-custom-sale-alert .aiz-cookie-alert .text-dark {
                margin-bottom: 0 !important;
                font-size: 12px;
                line-height: 1.35;
            }
            #aiz-custom-sale-alert .aiz-cookie-alert .aiz-cookie-accept {
                display: block;
                width: 100%;
                min-width: 0;
                padding: 9px 6px;
                font-size: 12px;
                line-height: 1.1;
            }
        }
    

#login_modal .btn-primary {
    background: var(--al-primary, #2B4C3F) !important;
    border-color: var(--al-primary, #2B4C3F) !important;
    color: #fff !important;
}
#login_modal .btn-primary:hover {
    background: var(--al-primary-dark, #1A3A2D) !important;
    border-color: var(--al-primary-dark, #1A3A2D) !important;
}
#login_modal a:not(.btn) {
    color: var(--al-primary, #2B4C3F) !important;
}
#login_modal a:not(.btn):hover {
    color: var(--al-accent, #B89A5E) !important;
}
#login_modal .text-primary {
    color: var(--al-primary, #2B4C3F) !important;
}
#login_modal .form-control:focus {
    border-color: var(--al-primary, #2B4C3F) !important;
    box-shadow: 0 0 0 0.2rem rgba(43, 76, 63, 0.25) !important;
}
#login_modal .form-control.is-invalid:focus {
    border-color: var(--al-accent, #B89A5E) !important;
    box-shadow: 0 0 0 0.2rem rgba(184, 154, 94, 0.25) !important;
}


    .sc-q8c6tt-3 {
        bottom: 54px !important;
    }

    a[aria-label="Go to GetButton.io website"] {
        display: none !important;
    }
    

/* === ci-* taxonomy index grid (Archive Lane museum look) === */
.ci-header{text-align:left;max-width:1600px;margin:0 auto;padding:38px 26px 16px}
.ci-header-inner h1{font-family:Georgia,serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 5px;letter-spacing:-.01em}
.ci-header-count{color:#8a8a8a;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}
.ci-header-count strong{color:#2B4C3F;font-weight:700}
.ci-container{max-width:1600px;margin:0 auto;padding:0 26px 72px}
.ci-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:30px}
.ci-card{display:block;position:relative;border-radius:5px;overflow:hidden;background:#f2f0ea;box-shadow:0 1px 4px rgba(0,0,0,.09);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;aspect-ratio:4/5}
.ci-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.ci-card img{width:100%;height:100%;object-fit:cover;display:block}
.ci-overlay{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 15px;background:linear-gradient(to top,rgba(15,20,17,.82) 0%,rgba(15,20,17,.45) 55%,transparent 100%)}
.ci-name{font-family:Georgia,serif;color:#fff;font-size:1.18rem;font-weight:600;margin:0 0 3px;line-height:1.22}
.ci-count{color:rgba(255,255,255,.86);font-size:.78rem;letter-spacing:.03em}
/* color swatch variant */
.ci-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:26px;max-width:1600px;margin:0 auto;padding:0 26px 72px}
.ci-color-card{display:block;position:relative;border-radius:5px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.1);text-decoration:none;transition:transform .22s;aspect-ratio:4/5}
.ci-color-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.ci-color-swatch{position:absolute;inset:0}
/* seo footer text block */
.ci-seo-section{max-width:1000px;margin:0 auto;padding:26px 26px 72px;color:#6a6a6a;font-size:.9rem;line-height:1.75}
.ci-seo-inner h2{font-family:Georgia,serif;color:#333;font-size:1.3rem;margin:0 0 12px}
@media(max-width:640px){.ci-grid{grid-template-columns:repeat(2,1fr);gap:16px}.ci-header-inner h1{font-size:1.9rem}}

/* === al-breadcrumb === */
.al-breadcrumb{max-width:1600px;margin:0 auto;padding:20px 26px 4px}
.al-breadcrumb ol,.al-breadcrumb ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0;padding:0;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.al-breadcrumb li{display:flex;align-items:center;gap:9px;color:#a2a2a2}
.al-breadcrumb a{color:#2B4C3F;text-decoration:none}
.al-breadcrumb a:hover{text-decoration:underline}

/* ============================================================
   Faz-2: taxonomy DETAIL / listing pages (es-* / cs-*)
   Extracted verbatim (class names + rules) from the per-request
   inline <style> blocks rendered by archivelane.com on:
     /culture/italian            (es-cat-header variant)
     /room/living-room           (confirms es-cat-header shared by non-artist types)
     /artist/canaletto           (es-artist-header variant + es-bc-inner breadcrumb)
     /collection/impressionist-masterpieces  (cs-* collection template)
   Fetched with a browser User-Agent (plain curl/no-UA gets a 403 from the
   Laravel app and silently falls back to the homepage — a real pitfall hit
   while building this).
   ============================================================ */

:root {
    --al-green: var(--al-primary);
    --al-green-light: var(--al-primary-light);
    --al-gold: var(--al-accent);
    --al-cream: #fff;
    --al-bg: #fff;
    --al-border: #DDD8D0;
    --al-text: var(--al-primary-dark);
    --al-muted: #8A9B91;
    --al-white: #fff;
}

/* ---------- es-page (subject/culture/art-style/color/room/topic/artist) ---------- */

.es-page { background: var(--al-bg); min-height: 100vh; }

/* Breadcrumb */
.es-breadcrumb {
    background: var(--al-white); padding: 10px 0;
    border-bottom: 1px solid var(--al-border); font-size: 12px;
}
.es-breadcrumb-inner {
    max-width: 100%; padding: 0 40px;
    color: var(--al-muted);
}
.es-breadcrumb a { color: var(--al-muted); text-decoration: none; }
.es-breadcrumb a:hover { color: var(--al-green); }
.es-breadcrumb .sep { margin: 0 6px; }

/* Category Header (ElephantStock style: icon + title + desc inline) */
.es-cat-header {
    background: var(--al-white); border-bottom: 1px solid var(--al-border);
    padding: 20px 0 16px;
}
.es-cat-header-inner {
    max-width: 100%; padding: 0 40px;
    display: flex; align-items: flex-start; gap: 20px;
}
.es-cat-thumb {
    width: 64px; height: 64px; border-radius: 8px;
    object-fit: cover; flex-shrink: 0;
    border: 2px solid var(--al-border);
}
.es-cat-info { flex: 1; min-width: 0; }
.es-cat-title-row {
    display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.es-cat-name {
    font-family: 'Georgia', serif; font-size: 32px; font-weight: 400;
    color: var(--al-text); margin: 0; line-height: 1.2;
}
.es-cat-type {
    font-size: 13px; font-weight: 600; color: var(--al-gold);
    text-transform: uppercase; letter-spacing: 1px;
    border-left: 3px solid var(--al-gold); padding-left: 8px;
}
.es-cat-desc, .es-cat-seo-intro {
    font-size: 13px; line-height: 1.6; color: #6B7C73;
    margin-top: 6px; max-width: 900px;
}

/* Artist Header (circular photo variant) */
.es-artist-header {
    background: var(--al-white); border-bottom: 1px solid var(--al-border);
    padding: 24px 0 20px;
}
.es-artist-inner {
    max-width: 100%; padding: 0 40px;
    display: flex; align-items: flex-start; gap: 24px;
}
.es-bc-inner { max-width: 100%; padding: 0 40px; color: var(--al-muted); }
.es-bc-sep { margin: 0 6px; }
.es-artist-photo {
    width: 80px; height: 80px; border-radius: 50%;
    object-fit: cover; flex-shrink: 0;
    border: 3px solid var(--al-border); background: #fff;
}
.es-artist-photo-placeholder {
    width: 80px; height: 80px; border-radius: 50%;
    flex-shrink: 0; border: 3px solid var(--al-border);
    background: linear-gradient(135deg, #e8e4dd, #d5cfc5);
    display: flex; align-items: center; justify-content: center;
    color: #a09888;
}
.es-artist-info { flex: 1; min-width: 0; }
.es-artist-title-row {
    display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
}
.es-artist-name {
    font-family: 'Georgia', serif; font-size: 32px; font-weight: 400;
    color: var(--al-text); margin: 0; line-height: 1.2;
}
.es-artist-type {
    font-size: 13px; font-weight: 600; color: var(--al-gold);
    text-transform: uppercase; letter-spacing: 1px;
    border-left: 3px solid var(--al-gold); padding-left: 8px;
}
.es-artist-meta {
    font-size: 13px; color: var(--al-muted); margin-top: 4px;
    display: flex; gap: 16px; flex-wrap: wrap;
}
.es-artist-meta span { display: flex; align-items: center; gap: 4px; }
.es-artist-bio {
    font-size: 13px; line-height: 1.6; color: #6B7C73;
    margin-top: 8px; max-width: 900px;
}

/* Filter Bar (ElephantStock style) */
.es-filter-bar {
    background: var(--al-white); border-bottom: 1px solid var(--al-border);
    padding: 0; position: sticky; top: 70px; z-index: 990;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.es-filter-inner {
    max-width: 100%; padding: 0 40px;
    display: flex; align-items: center; gap: 0; flex-wrap: wrap;
}
.es-filter-icon {
    display: flex; align-items: center; gap: 6px;
    padding: 14px 16px; font-size: 13px;
    font-weight: 600; color: #fff;
    background: var(--al-primary, #2B4C3F);
    border-right: 1px solid var(--al-border);
    white-space: nowrap; flex-shrink: 0;
}
.es-filter-icon svg { width: 18px; height: 18px; color: rgba(255,255,255,0.8); }

/* Dropdown filters */
.es-filter-drop {
    position: relative; flex-shrink: 0;
}
.es-filter-btn {
    display: flex; align-items: center; gap: 6px;
    padding: 14px 18px; font-size: 13px; font-weight: 500;
    color: var(--al-text); background: none; border: none;
    border-right: 1px solid var(--al-border);
    cursor: pointer; white-space: nowrap; transition: all 0.15s;
}
.es-filter-btn:hover { background: #fff; }
.es-filter-btn.has-value { color: var(--al-green); font-weight: 700; }
.es-filter-btn svg {
    width: 12px; height: 12px; transition: transform 0.2s;
}
.es-filter-btn.open svg { transform: rotate(180deg); }

.es-filter-panel {
    display: none; position: absolute; top: 100%; left: 0;
    min-width: 220px; max-height: 320px; overflow-y: auto;
    background: var(--al-white); border: 1px solid var(--al-border);
    border-radius: 0 0 8px 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1100; padding: 8px 0;
}
.es-filter-panel.open { display: block; }
.es-filter-opt {
    display: block; padding: 10px 18px; font-size: 13px;
    color: var(--al-text); text-decoration: none;
    transition: background 0.1s;
}
.es-filter-opt:hover { background: var(--al-cream); color: var(--al-green); }
.es-filter-opt.active { background: var(--al-green); color: var(--al-cream); font-weight: 600; }
.es-filter-opt .opt-count { float: right; color: var(--al-muted); font-size: 12px; }
.es-filter-opt.active .opt-count { color: rgba(255,255,255,0.7); }

/* Year Range Panel — no-JS variant: two number inputs + submit instead of
   Laravel's <input type=range> slider (Faz-2 spec: URL-param + SSR, no
   client JS for filtering). */
.es-year-panel {
    display: none; position: absolute; top: 100%; left: 0;
    min-width: 260px; background: var(--al-white);
    border: 1px solid var(--al-border); border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12); z-index: 1100;
    padding: 20px;
}
.es-year-panel.open { display: block; }
.es-year-panel-title {
    font-size: 12px; font-weight: 600; color: var(--al-muted);
    text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px;
}
.es-year-values {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 14px; font-weight: 600; color: var(--al-text);
    margin-bottom: 16px; gap: 8px;
}
.es-year-input {
    background: var(--al-cream); padding: 6px 10px;
    border-radius: 4px; min-width: 70px; text-align: center;
    border: 1px solid var(--al-border); font-size: 14px; font-weight: 600;
    color: var(--al-text); font-family: inherit;
}
.es-year-apply {
    display: block; width: 100%; padding: 10px;
    background: var(--al-green); color: #fff;
    border: none; border-radius: 6px; font-size: 13px;
    font-weight: 600; cursor: pointer; transition: background 0.2s;
    text-align: center; text-decoration: none;
}
.es-year-apply:hover { background: var(--al-green-light); color: #fff; }

/* Result count (right side) */
.es-filter-spacer { flex: 1; }
.es-result-count {
    padding: 14px 0 14px 16px; font-size: 13px;
    color: var(--al-muted); white-space: nowrap; flex-shrink: 0;
}
.es-result-count strong { color: var(--al-text); }

/* Products Grid (Full-width, 5 columns like ElephantStock) */
.es-grid-wrap { max-width: 100%; padding: 24px 40px 60px; }
.es-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.es-card {
    background: var(--al-white); border-radius: 0;
    overflow: hidden; transition: all 0.25s;
}
.es-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }

.es-card-img {
    display: block; position: relative;
    padding-top: 120%; overflow: hidden; background: #fff;
}
.es-card-img img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; transition: transform 0.4s;
}
.es-card:hover .es-card-img img { transform: scale(1.04); }

.es-card-fav {
    opacity: 0;
    position: absolute; top: 8px; right: 8px;
    display: flex; align-items: center; gap: 4px;
    background: rgba(255,255,255,0.85); border-radius: 4px;
    padding: 4px 8px; font-size: 11px; color: var(--al-muted);
    cursor: pointer; transition: all 0.2s; text-decoration: none;
}
.es-card:hover .es-card-fav { opacity: 1; }
.es-card-fav:hover { background: #fff; color: var(--al-accent); }
.es-card-fav svg { width: 16px; height: 16px; }

.es-card-cart {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(43, 76, 63, 0.92); color: #fff;
    text-align: center; padding: 10px; font-size: 13px;
    font-weight: 600; cursor: pointer; text-decoration: none;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    opacity: 0; transform: translateY(100%);
    transition: all 0.3s ease;
}
.es-card:hover .es-card-cart {
    opacity: 1; transform: translateY(0);
}
.es-card-cart:hover { background: rgba(43, 76, 63, 1); color: #fff; }
.es-card-cart svg { width: 16px; height: 16px; }

.es-card-info { padding: 10px 4px 16px; }
.es-card-title {
    display: -webkit-box; font-size: 14px; font-weight: 500;
    color: var(--al-text); text-decoration: none; line-height: 1.4;
    margin-bottom: 3px; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow: hidden;
}
.es-card-title:hover { color: var(--al-green); }
.es-card-artist {
    font-size: 13px; color: var(--al-muted); font-style: italic;
    text-decoration: none; display: inline-block;
}
.es-card-artist:hover { color: var(--al-green); }
.es-card-price {
    font-size: 14px; font-weight: 600; color: var(--al-green); margin-top: 6px;
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.es-card-price-old {
    font-size: 12px; font-weight: 400; color: var(--al-muted);
    text-decoration: line-through;
}
.es-card-discount {
    font-size: 10px; font-weight: 700; color: #fff;
    background: #e53e3e; border-radius: 3px;
    padding: 1px 5px; letter-spacing: 0.3px;
}

/* Active filter chips */
.es-active-filters {
    display: flex; gap: 8px; flex-wrap: wrap;
    padding: 12px 40px 0;
}
.es-chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 14px; background: var(--al-cream);
    border: 1px solid var(--al-border); border-radius: 20px;
    font-size: 12px; color: var(--al-text);
}
.es-chip a { display: flex; align-items: center; }
.es-chip-x {
    width: 14px; height: 14px; cursor: pointer;
    color: var(--al-muted); transition: color 0.2s;
}
.es-chip-x:hover { color: var(--al-accent); }

/* Pagination */
.es-pagination { display: flex; justify-content: center; margin-top: 40px; }
.es-pagination .pagination { display: flex; list-style: none; margin: 0; padding: 0; }
.es-pagination .page-link {
    display: inline-block; padding: 10px 16px; border: 1px solid var(--al-border);
    border-radius: 6px; color: #5A6E63; font-weight: 500;
    font-size: 14px; margin: 0 3px; transition: all 0.2s; text-decoration: none;
}
.es-pagination .page-link:hover {
    border-color: var(--al-green); color: var(--al-green); background: var(--al-cream);
}
.es-pagination .page-item.active .page-link {
    background: var(--al-green); border-color: var(--al-green); color: var(--al-cream);
}
.es-pagination .page-item.disabled .page-link { opacity: 0.5; cursor: default; }

/* No results */
.es-empty {
    text-align: center; padding: 80px 20px;
    background: var(--al-white); border-radius: 8px;
}

/* Responsive */
@media (max-width: 1400px) {
    .es-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1100px) {
    .es-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .es-cat-header-inner, .es-filter-inner, .es-artist-inner, .es-bc-inner,
    .es-grid-wrap, .es-breadcrumb-inner { padding-left: 16px; padding-right: 16px; }
    .es-cat-name, .es-artist-name { font-size: 24px; }
    .es-cat-thumb { width: 48px; height: 48px; }
    .es-artist-photo, .es-artist-photo-placeholder { width: 60px; height: 60px; }
    .es-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .es-active-filters { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 480px) {
    .es-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .es-card-info { padding: 8px 2px 12px; }
    .es-card-title { font-size: 13px; }
}

/* SEO Text Section (subject/culture/art-style/color/room/topic/artist) */
.es-seo-section {
    background: #fff;
    border-top: 1px solid var(--al-border, #DDD8D0);
    padding: 40px 0;
}
.es-seo-inner {
    max-width: 100%;
    padding: 0 40px;
}
.es-seo-inner h2 {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--al-text, #2B3C2E);
    margin: 0 0 14px;
}
.es-seo-inner p {
    font-size: 14px;
    line-height: 1.8;
    color: #5A6E63;
    margin: 0 0 12px;
    max-width: 900px;
}
.es-seo-inner p:last-child { margin-bottom: 0; }
@media (max-width: 768px) {
    .es-seo-inner { padding: 0 20px; }
    .es-seo-inner h2 { font-size: 19px; }
}

/* details/summary-based filter dropdown toggle (no client JS — replaces
   Laravel's toggleFilter() onclick handler). */
summary.es-filter-btn { list-style: none; }
summary.es-filter-btn::-webkit-details-marker { display: none; }
summary.es-filter-btn::marker { content: ""; }
details.es-filter-drop[open] > summary.es-filter-btn { background: #fff; }
details.es-filter-drop[open] > summary.es-filter-btn svg { transform: rotate(180deg); }
details.es-filter-drop[open] > .es-filter-panel,
details.es-filter-drop[open] > .es-year-panel { display: block; }

/* ============================================================
   cs-page (collection detail — /collection/{slug})
   Extracted verbatim from /collection/impressionist-masterpieces.
   ============================================================ */

.cs-page { background: var(--al-bg); min-height: 100vh; }

/* Breadcrumb */
.cs-breadcrumb {
    background: #fff; padding: 10px 0;
    border-bottom: 1px solid var(--al-border); font-size: 12px;
}
.cs-breadcrumb-inner {
    max-width: 100%; padding: 0 40px; color: var(--al-muted);
}
.cs-breadcrumb a { color: var(--al-muted); text-decoration: none; }
.cs-breadcrumb a:hover { color: var(--al-green); }
.cs-breadcrumb .sep { margin: 0 6px; }

/* Header */
.cs-header {
    background: #fff; border-bottom: 1px solid var(--al-border);
    padding: 28px 0 24px;
}
.cs-header-inner {
    max-width: 100%; padding: 0 40px;
}
.cs-title {
    font-family: 'Georgia', serif;
    font-size: 36px; font-weight: 400; color: var(--al-text);
    margin: 0 0 8px;
}
.cs-meta {
    display: flex; align-items: center; gap: 16px;
    font-size: 13px; color: var(--al-muted);
}
.cs-meta-item {
    display: flex; align-items: center; gap: 5px;
}
.cs-desc {
    font-size: 14px; color: #5A6E63; line-height: 1.7;
    margin-top: 12px; max-width: 800px;
}

/* Sort bar */
.cs-sort-bar {
    background: #fff; border-bottom: 1px solid var(--al-border);
    padding: 10px 0;
}
.cs-sort-inner {
    max-width: 100%; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
}
.cs-sort-left { font-size: 13px; color: var(--al-muted); }
.cs-sort-options {
    display: flex; gap: 0;
}
.cs-sort-btn {
    padding: 8px 16px; border: none; background: none;
    font-size: 13px; color: var(--al-muted); cursor: pointer;
    border-bottom: 2px solid transparent; transition: all 0.2s;
    text-decoration: none; display: inline-block;
}
.cs-sort-btn:hover { color: var(--al-green); }
.cs-sort-btn.active {
    color: var(--al-green); border-bottom-color: var(--al-gold); font-weight: 600;
}

/* Artworks Grid */
.cs-grid-container {
    max-width: 100%; padding: 32px 40px 64px; margin: 0 auto;
}
.cs-artworks-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}
.cs-art-card {
    background: #fff; border-radius: 8px; overflow: hidden;
    transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.cs-art-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.cs-art-img {
    display: block;
    position: relative; padding-top: 120%; overflow: hidden;
    background: #fff;
}
.cs-art-img img {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s;
}
.cs-art-card:hover .cs-art-img img { transform: scale(1.08); }
.cs-art-wishlist {
    position: absolute; top: 10px; right: 10px;
    width: 34px; height: 34px; background: rgba(255,255,255,0.92);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s; color: #5A6E63;
    z-index: 2; font-size: 16px; opacity: 0; border: none;
}
.cs-art-card:hover .cs-art-wishlist { opacity: 1; }
.cs-art-wishlist:hover { background: #fff; transform: scale(1.1); color: var(--al-accent); }
.cs-art-info { padding: 14px 16px; }
.cs-art-artist {
    font-size: 11px; color: var(--al-muted); text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 4px;
}
.cs-art-title {
    display: -webkit-box; font-size: 14px; font-weight: 600; color: var(--al-text);
    margin-bottom: 8px; line-height: 1.4; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
    text-decoration: none;
}
.cs-art-title:hover { color: var(--al-green); }
.cs-art-price {
    font-size: 15px; font-weight: 700; color: var(--al-gold);
}

/* Pagination */
.cs-pagination {
    display: flex; justify-content: center; align-items: center;
    margin-top: 40px; gap: 6px;
}
.cs-pagination .page-link {
    display: inline-block; padding: 8px 14px; border: 1px solid var(--al-border);
    border-radius: 4px; color: var(--al-text); font-size: 13px;
    text-decoration: none; transition: all 0.2s;
}
.cs-pagination .page-link:hover { border-color: var(--al-gold); color: var(--al-gold); }
.cs-pagination .active .page-link {
    background: var(--al-green); border-color: var(--al-green); color: var(--al-cream, #f0efe2);
}

/* Other Collections */
.cs-other {
    background: #fff; border-top: 1px solid var(--al-border);
    padding: 48px 0;
}
.cs-other-inner {
    max-width: 100%; padding: 0 40px;
}
.cs-other-title {
    font-family: 'Georgia', serif;
    font-size: 24px; font-weight: 400; color: var(--al-text);
    margin: 0 0 24px; text-align: center;
}
.cs-other-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.cs-other-card {
    display: flex; gap: 16px; padding: 16px;
    border: 1px solid var(--al-border); border-radius: 8px;
    text-decoration: none; transition: all 0.3s;
    background: var(--al-bg);
}
.cs-other-card:hover {
    border-color: var(--al-gold);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.cs-other-thumb {
    width: 80px; height: 80px; border-radius: 6px;
    overflow: hidden; flex-shrink: 0;
}
.cs-other-thumb img {
    width: 100%; height: 100%; object-fit: cover;
}
.cs-other-info { flex: 1; min-width: 0; }
.cs-other-name {
    font-size: 15px; font-weight: 600; color: var(--al-text);
    margin-bottom: 4px;
}
.cs-other-count {
    font-size: 12px; color: var(--al-muted);
}

/* Responsive */
@media (max-width: 1400px) {
    .cs-artworks-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1200px) {
    .cs-artworks-grid { grid-template-columns: repeat(3, 1fr); }
    .cs-other-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .cs-breadcrumb-inner, .cs-header-inner, .cs-sort-inner,
    .cs-grid-container, .cs-other-inner { padding-left: 20px; padding-right: 20px; }
    .cs-title { font-size: 28px; }
    .cs-artworks-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .cs-art-wishlist { opacity: 1; }
    .cs-other-grid { grid-template-columns: 1fr; }
    .cs-sort-inner { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* SEO Text (collection) */
.cs-seo-section {
    background: #fff;
    border-top: 1px solid var(--al-border);
    padding: 40px 0;
}
.cs-seo-inner {
    max-width: 100%;
    padding: 0 40px;
}
.cs-seo-inner h2 {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--al-text);
    margin: 0 0 14px;
}
.cs-seo-inner p {
    font-size: 14px;
    line-height: 1.8;
    color: #5A6E63;
    margin: 0 0 12px;
    max-width: 900px;
}
.cs-seo-inner p:last-child { margin-bottom: 0; }
@media (max-width: 768px) {
    .cs-seo-inner { padding: 0 20px; }
}

/* ========================================================================
   Faz-3: Product detail page (/product/{slug}) — es-product-* / es-pd-*
   Ported verbatim (class names + values) from the inline <style> blocks in
   product_details_modern.blade.php and its includes (image_gallery,
   details_modern, prodigi_size_selector_modern). Dead/unused rules from
   those blocks (es-type-*, es-related-*, es-context-*, es-badge-*/
   es-trust-badges, es-side-benefit*, es-archive-note, es-sale-code,
   es-qty-section/es-qty-control, old es-thumb/es-thumbs, es-page-title) —
   confirmed unused by grepping the real rendered HTML — were dropped.
   Breadcrumb renamed es-breadcrumb -> es-pd-breadcrumb: that class name is
   already used (different DOM shape) by the taxonomy-listing template's
   EsBreadcrumb component below.
   ======================================================================== */

:root {
    --es-accent: var(--al-primary);
    --es-accent-hover: var(--al-primary-dark);
    --es-accent-orange: #E8DFD0;
    --es-accent-blue: var(--al-primary);
    --es-accent-blue-hover: var(--al-primary-dark);
    --es-accent-green: var(--al-primary);
    --es-cta-gradient: linear-gradient(135deg, var(--al-primary) 0%, var(--al-primary-light) 100%);
    --es-cta-hover: var(--al-primary-dark);
    --es-cta-blue-gradient: linear-gradient(90deg, var(--al-primary), var(--al-primary-light));
    --es-text-primary: #46555f;
    --es-text-primary-hover: #333E45;
    --es-text-secondary: #596B78;
    --es-text-secondary-hover: #46545E;
    --es-text-light: #66778A;
    --es-text-light-hover: #596A78;
    --es-text-dark: var(--al-primary-dark);
    --es-border: #9aa5ad;
    --es-border-middle: #cdd2d6;
    --es-border-light: #dfe2e3;
    --es-bg-light: #f7f8f9;
    --es-bg-white: #fff;
    --es-bg-red: var(--al-primary);
    --es-success: var(--al-primary);
    --es-overlay: hsl(203 29% 21% / 0.6);
    --es-footer-bg: var(--al-primary-dark);
    --es-footer-text: #ffffff;
    --es-container-width: 93.75rem;
    --es-line-height: 1.375;
}

/* Breadcrumb — Dunelm style (renamed from es-breadcrumb, see header note) */
.es-pd-breadcrumb {
    background: transparent;
    padding: 16px 0 12px;
    border-bottom: none;
    font-family: 'Oxygen', sans-serif;
    display: block;
}
.es-pd-breadcrumb a { color: #4a4a4a; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.es-pd-breadcrumb a:hover { color: #2C3E2D; text-decoration: underline; }
.es-pd-breadcrumb .separator { color: #B8C0BA; margin: 0 10px; font-size: 11px; }
.es-pd-breadcrumb .current { color: #1a1a1a; font-size: 14px; font-weight: 600; }

/* Main Product Container */
.es-product-section {
    background: var(--es-bg-white);
    padding: 30px 0 60px;
    font-family: 'Oxygen', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: var(--es-line-height);
    color: var(--es-text-primary);
}
.es-product-section .container {
    max-width: var(--es-container-width);
    padding-left: 40px;
    padding-right: 40px;
}
.es-product-row {
    display: grid;
    grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
    justify-content: center;
    gap: 24px 40px;
    align-items: flex-start;
}
.es-gallery-col { grid-column: 1; grid-row: 1; max-width: 100%; }
.es-details-col { grid-column: 2; grid-row: 1 / span 2; max-width: 100%; position: static; align-self: flex-start; }
.es-accordion-col { grid-column: 1 / -1; grid-row: 2; max-width: 100%; margin-top: 32px; display: block; padding: 0 16px; }

/* Replace chevron with + sign */
.es-accordion-icon {
    font-style: normal !important;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    transition: transform 0.2s;
    color: #6B7D6E;
}
.es-accordion-icon::before { content: '+' !important; }
.es-accordion-header.active .es-accordion-icon::before { content: '\2212' !important; }
.es-accordion-header.active .es-accordion-icon { color: #2C3E2D; }
.es-accordion-item { border-bottom: 1px solid #E8E4DD; }
.es-accordion-header { cursor: pointer; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; }
.es-accordion-title { font-size: 16px; font-weight: 600; color: #1a1a1a; margin: 0; }
.es-accordion-body { display: none; padding: 0 4px 20px; color: #4a4a4a; line-height: 1.6; }
.es-accordion-body.show { display: block; }
.es-accordion { margin-top: 20px; }
/* Desktop accordion - hidden, replaced by tabs (matches live site: neither
   this nor the would-be mobile-tabs replacement is ever shown — see
   ProductSeoAccordion.tsx header comment). Kept for content parity /
   FAQ+description text available to crawlers. */
.es-accordion { display: none; }

/* Image Gallery (base — overridden by ArchiveLane refinements below) */
.es-main-image {
    width: 100%; height: clamp(300px, 34vw, 420px); background: #f3f3f3; border: 1px solid var(--es-border-light);
    overflow: hidden; position: relative; cursor: zoom-in; display: flex; align-items: center; justify-content: center; text-align: center;
}
.es-main-image img { max-width: 94%; max-height: 94%; width: auto; height: auto; object-fit: contain; display: block; transition: transform 0.3s ease; }
.es-main-image:hover img { transform: scale(1.03); }
.es-zoom-btn {
    position: absolute; bottom: 16px; right: 16px; background: #fff; border: 1px solid var(--es-border-middle); border-radius: 20px;
    padding: 8px 18px; font-size: 12px; font-weight: 600; color: var(--es-text-primary); cursor: pointer; transition: all 0.2s; z-index: 2;
    font-family: 'Oxygen', sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.es-zoom-btn:hover { background: #fff; border-color: var(--es-accent); color: var(--es-accent); box-shadow: 0 2px 12px rgba(0,0,0,0.15); }

/* Product Title / Artist */
.es-product-title { font-family: 'Libre Baskerville', serif; font-size: 28px; font-weight: 700; color: var(--es-text-dark); line-height: 1.3; margin: 0 0 8px 0; }
.es-artist-name { font-size: 15px; color: var(--es-text-secondary); margin-bottom: 12px; }
.es-artist-name a { color: var(--es-accent); text-decoration: none; font-weight: 500; }
.es-artist-name a:hover { text-decoration: underline; }

/* Size Selector */
.es-size-section { margin-bottom: 24px; }
.es-size-label { font-size: 13px; font-weight: 600; color: var(--es-text-primary); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.es-size-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.es-size-card { border: 2px solid var(--es-border-light); border-radius: 6px; padding: 10px 8px; cursor: pointer; transition: all 0.2s; text-align: center; background: var(--es-bg-white); position: relative; }
.es-size-card:hover { border-color: var(--es-text-light); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.es-size-card.active { border: 2px solid var(--al-primary, #2B4C3F) !important; background: rgba(43,76,63,0.07) !important; box-shadow: 0 0 0 2px rgba(43,76,63,0.22) !important; }
.es-size-card .size-inches { font-size: 14px; font-weight: 700; color: var(--es-text-dark); line-height: 1.2; }
.es-size-card.active .size-inches { color: var(--al-primary, #2B4C3F); }
.es-size-card .es-size-price { font-size: 13px; font-weight: 700; color: var(--es-accent); }

/* Pricing */
.es-pricing { margin-bottom: 20px; padding: 16px 0; border-top: 1px solid var(--es-border-light); border-bottom: 1px solid var(--es-border-light); }
.es-price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.es-current-price { font-size: 32px; font-weight: 700; color: var(--es-text-dark); font-family: 'Oxygen', sans-serif; }

/* Add to Cart (base) */
.es-cart-section { margin-bottom: 20px; }
.es-add-to-cart {
    width: 100%; padding: 16px; border: none; border-radius: 8px; background: var(--es-cta-gradient); color: #fff; font-size: 17px;
    font-weight: 700; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oxygen', sans-serif;
}
.es-add-to-cart:hover { background: var(--es-cta-hover); transform: translateY(-1px); box-shadow: 0 4px 15px rgba(var(--al-primary-rgb), 0.4); }

/* Right-panel "Product Details" accordion */
.es-side-details { background: #fff; margin-top: 4px; padding: 0; }
.es-side-details-title { color: var(--es-text-primary); font-size: 24px; font-weight: 700; margin: 0 0 18px; text-transform: none; letter-spacing: 0; }
.es-side-accordion-item { border-top: 1px solid var(--es-border-light); }
.es-side-accordion-item:last-child { border-bottom: 1px solid var(--es-border-light); }
.es-side-accordion-header {
    width: 100%; min-height: 68px; padding: 18px 0; border: 0; background: transparent; color: var(--es-text-primary); cursor: pointer;
    display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; font-family: 'Oxygen', sans-serif;
    font-size: 16px; font-weight: 700;
}
.es-side-accordion-label { display: flex; align-items: center; gap: 14px; }
.es-side-accordion-label i { color: var(--es-text-primary); font-size: 21px; }
.es-side-accordion-plus { color: var(--es-text-light); font-size: 22px; font-weight: 300; transition: transform 0.2s; }
.es-side-accordion-body { display: none; padding: 0 0 20px 36px; color: var(--es-text-secondary); font-size: 14px; line-height: 1.65; }
.es-legal-disclaimer { padding: 18px 0 0; color: var(--es-text-secondary); font-size: 12px; line-height: 1.6; }
.es-legal-disclaimer strong { display: block; color: var(--es-text-primary); font-size: 13px; margin-bottom: 8px; }
.es-side-accordion-item.active .es-side-accordion-body { display: block; }
.es-side-accordion-item.active .es-side-accordion-plus { transform: rotate(45deg); }

/* Mobile-only title above gallery */
.es-title-mobile { margin: 0 0 14px; }
.es-title-mobile-name { font-size: 22px; font-weight: 800; color: #1a1a1a; line-height: 1.25; }
.es-title-mobile-artist { font-size: 13px; font-style: italic; color: #666; margin-top: 4px; }
.es-title-mobile-artist a { color: var(--al-accent,#B89A5E); text-decoration: none; }
@media (max-width: 991px) { .es-details-col .es-title-row { display: none !important; } }

/* Specs Table */
.es-specs-table { width: 100%; }
.es-specs-table tr td { padding: 8px 0; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
.es-specs-table tr td:first-child { font-weight: 600; color: var(--es-text-primary); width: 160px; }
.es-specs-table tr td:last-child { color: var(--es-text-secondary); }

/* Out of Stock (unused today — Prodigi products are always in stock — kept
   for parity in case a future non-POD product needs it) */
.es-out-of-stock { width: 100%; padding: 16px; border: none; border-radius: 8px; background: #ccc; color: #666; font-size: 17px; font-weight: 700; cursor: not-allowed; text-transform: uppercase; letter-spacing: 1px; }

/* Info Tabs (present in CSS for selector completeness; the tabs markup
   itself is not rendered — see ProductSeoAccordion.tsx) */
.es-mobile-tabs-nav { display: flex; gap: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; border-bottom: 2px solid var(--es-border-light); margin-bottom: 24px; }
.es-mobile-tabs-nav::-webkit-scrollbar { display: none; }
.es-mobile-tab-btn { flex-shrink: 0; padding: 16px 24px; font-family: 'Oxygen', sans-serif; font-size: 14px; font-weight: 700; color: var(--es-text-light); background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; white-space: nowrap; transition: all 0.2s; letter-spacing: 0.3px; }
.es-mobile-tab-btn:hover { color: var(--es-text-primary); }
.es-mobile-tab-btn.active { color: var(--es-accent); border-bottom-color: var(--es-accent); }
.es-mobile-tab-panel { display: none; color: var(--es-text-secondary); font-size: 14px; line-height: 1.8; padding: 0 0 20px; }
.es-mobile-tab-panel.active { display: block; }
.es-accordion-col .es-mobile-tabs-nav,
.es-accordion-col .es-mobile-tab-panel { display: none !important; }

/* Responsive */
@media (max-width: 991px) {
    .es-product-row { display: flex; flex-direction: column; gap: 24px; }
    .es-gallery-col, .es-details-col, .es-accordion-col { flex: 0 0 100%; max-width: 100%; padding-left: 0; margin-top: 0; }
    .es-gallery-col { order: 1; }
    .es-details-col { order: 2; }
    .es-accordion-col { order: 3; }
    .es-product-title { font-size: 24px; }
    .es-size-grid { grid-template-columns: repeat(3, 1fr); }
    .es-details-col { position: static; }
}
@media (max-width: 576px) {
    .es-details-col { padding: 0 16px; }
    .es-product-details { text-align: center; }
    .es-product-title { font-size: 20px; text-align: center; }
    .es-main-image { height: clamp(260px, 58vw, 360px); }
    .es-artist-name { text-align: center; justify-content: center; }
    .es-current-price { font-size: 26px; }
    .es-size-section { text-align: center; }
    .es-size-grid { grid-template-columns: repeat(2, 1fr); justify-content: center; max-width: 100%; margin: 0 auto; }
    .es-pricing { text-align: center; }
    .es-price-row { justify-content: center; text-align: center; }
    .es-cart-section { text-align: center; }
    .es-accordion-col { padding: 0 16px; display: block; }
}

/* ArchiveLane product layout refinements (source order matters — these
   override the base rules above, exactly as in the live page) */
.es-product-section { padding-top: 24px; background: #fff; }
.es-product-section .container { max-width: 100%; padding-left: 56px; padding-right: 56px; }
.es-product-row { grid-template-columns: minmax(0, 52.5%) minmax(440px, 1fr); gap: 32px; }
.es-gallery-col { background: #fff; padding: 0; overflow: visible; }
.es-details-col { position: static; top: auto; }
.es-gallery-wrapper { gap: 18px; min-height: 620px; }
.es-thumb-rail { width: 88px; gap: 10px; padding: 0; }
.es-thumb-btn { width: 88px; height: 78px; border-radius: 4px; border: 1px solid #d6d1c7; background: #fff; }
.es-main-display { min-height: 620px; display: flex; align-items: center; }
.es-main-image { height: 620px; border: 0; background: #fff; overflow: visible; }
.es-main-image img { max-width: 96%; max-height: 92%; filter: drop-shadow(18px 20px 18px rgba(0,0,0,0.18)); }
.es-zoom-btn { right: 24px; bottom: 18px; border: 0; border-radius: 4px; color: var(--al-primary, #2B4C3F); box-shadow: 0 2px 14px rgba(0,0,0,0.12); }
.es-product-details { padding-top: 8px; }
.es-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.es-product-title { font-family: 'Oxygen', sans-serif; font-size: 29px; line-height: 1.18; color: var(--al-primary-dark, #192d25); font-weight: 700; margin-bottom: 8px; }
.es-artist-name { font-size: 15px; color: var(--al-primary, #2B4C3F); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.3px; }
.es-artist-name a { font-family: 'Libre Baskerville', serif; font-style: italic; text-transform: none; color: var(--al-primary, #2B4C3F); }
.es-size-section { margin-bottom: 18px; transition: all 0.3s ease; }
.es-size-section > .es-size-label { margin-bottom: 12px; }
.es-size-label { margin-bottom: 0; font-size: 15px; letter-spacing: 1px; color: var(--al-primary-dark, #192d25); }
.es-size-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.es-size-card { width: auto; min-width: 68px; height: 34px; border: 1px solid #d6d1c7; border-radius: 4px; background: #fff; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; box-shadow: none; }
.es-size-card.active { border: 2px solid var(--al-primary, #2B4C3F) !important; background: rgba(43,76,63,0.07) !important; box-shadow: 0 0 0 2px rgba(43,76,63,0.22) !important; }
.es-size-card .size-inches { font-size: 13px; font-weight: 600; color: var(--al-primary-dark, #192d25); }
.es-pricing { display: inline-flex !important; float: left; width: 35%; min-height: 86px; margin: 0; padding: 18px 24px; border: 0; background: #fff; vertical-align: top; align-items: center; }
.es-price-row { display: block; }
.es-current-price { display: block; font-size: 34px; line-height: 1; color: var(--al-primary-dark, #192d25); }
.es-current-price::after { content: 'Made-to-order print'; display: block; margin-top: 8px; font-size: 13px; font-weight: 400; color: #596b78; }
.es-checkout-band { display: inline-flex; float: left; width: 65%; min-height: 86px; margin: 0 0 14px; padding: 14px 26px 14px 0; background: #fff; vertical-align: top; align-items: center; }
.es-cart-section { width: 100%; margin: 0; }
.es-add-to-cart { width: 100%; height: 58px; border-radius: 4px; background: var(--al-primary, #2B4C3F); display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; box-shadow: none; }
.es-add-to-cart i { font-size: 26px; }
.es-add-to-cart span { display: block; line-height: 1.05; }
.es-add-to-cart small { display: block; font-size: 12px; line-height: 1.1; opacity: 0.88; text-transform: uppercase; letter-spacing: 0.7px; }
.es-add-to-cart:hover { transform: none; box-shadow: none; }
.es-add-to-cart:disabled, .es-buy-now:disabled { opacity: 0.6; cursor: not-allowed; }

@media (max-width: 1200px) {
    .es-product-section .container { padding-left: 28px; padding-right: 28px; }
    .es-product-row { grid-template-columns: minmax(0, 52%) minmax(400px, 1fr); gap: 24px; }
    .es-main-image, .es-main-display, .es-gallery-wrapper { min-height: 430px; height: min(520px, calc(100vh - 150px)); }
}
@media (min-width: 992px) {
    .es-gallery-col { grid-row: 1 / span 2; position: relative; align-self: flex-start; }
    .es-gallery-wrapper { position: relative; height: min(620px, calc(100vh - 184px)); min-height: 400px; max-height: calc(100vh - 168px); }
    .es-main-display, .es-main-image { height: 100%; min-height: 0; }
    .es-main-image img { max-height: 90%; }
}
@media (min-width: 1200px) {
    .es-gallery-wrapper { height: min(620px, calc(100vh - 184px)); max-height: calc(100vh - 168px); }
}
@media (min-width: 992px) and (max-height: 760px) {
    .es-gallery-wrapper { height: calc(100vh - 184px); min-height: 360px; max-height: calc(100vh - 164px); }
    .es-main-image img { max-height: 88%; }
}
@media (max-width: 991px) {
    .es-product-section .container { padding-left: 0; padding-right: 0; }
    .es-gallery-col { width: 100%; }
    .es-gallery-wrapper, .es-main-display, .es-main-image { min-height: 360px; height: auto; }
    .es-main-image { height: 360px; }
    .es-details-col { padding: 0 18px; }
    .es-pricing, .es-checkout-band { display: flex !important; width: 100%; padding: 16px; }
    .es-checkout-band { padding-top: 0; }
    .es-pricing[style*="display: none"] { display: none !important; }
}
.es-pricing[style*="display: none"] { display: none !important; }

@media (max-width: 576px) {
    .es-pd-breadcrumb { overflow: hidden; }
    .es-pd-breadcrumb .container { display: flex; align-items: center; gap: 6px; max-width: 100%; padding: 0 18px; overflow: hidden; white-space: nowrap; }
    .es-pd-breadcrumb a, .es-pd-breadcrumb .separator { flex: 0 0 auto; }
    .es-pd-breadcrumb .separator { margin: 0; }
    .es-pd-breadcrumb .current { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .es-product-section { padding-top: 12px; }
    .es-product-section .container { padding-left: 0; padding-right: 0; }
    .es-product-row { display: block; }
    .es-gallery-col { box-sizing: border-box; width: 100%; flex-basis: auto; padding: 0 12px 14px; background: #fff; }
    .es-gallery-wrapper { min-height: 0; height: auto; gap: 10px; flex-direction: column; align-items: stretch; }
    .es-main-display { min-height: 0; height: auto; width: 100%; }
    .es-main-image { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; max-height: 60vh; background: #fff; margin-top: 6px; display: flex; align-items: center; justify-content: center; }
    .es-main-image img { max-width: 100%; max-height: 60vh; width: auto; height: auto; filter: drop-shadow(6px 8px 12px rgba(0,0,0,0.12)); }
    .es-zoom-btn { left: 50%; right: auto; bottom: 10px; transform: translateX(-50%); padding: 8px 12px; font-size: 12px; white-space: nowrap; }
    .es-thumb-rail { width: 100%; flex-direction: row; gap: 8px; padding: 0 0 2px; overflow-x: auto; }
    .es-thumb-btn { width: 54px; height: 54px; flex: 0 0 54px; }
    .es-details-col { box-sizing: border-box; width: 100%; flex-basis: auto; padding: 22px 18px 0; }
    .es-product-details { text-align: left; padding-top: 0; }
    .es-title-row { display: block; }
    .es-product-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 22px; line-height: 1.25; text-align: left; margin-bottom: 8px; }
    .es-artist-name { text-align: left; margin-bottom: 18px; }
    .es-size-section { text-align: left; margin-bottom: 20px; }
    .es-size-label { text-align: left; font-size: 13px; }
    .es-size-grid { justify-content: flex-start; gap: 7px; }
    .es-size-card { min-width: 58px; height: 32px; padding: 0 9px; }
    .es-pricing, .es-checkout-band { float: none; width: 100%; min-height: 0; padding: 14px 16px; }
    .es-current-price { font-size: 28px; }
    .es-add-to-cart { height: 54px; }
}

/* ---- image_gallery.blade.php ---- */
.es-gallery-wrapper { position: relative; display: flex; gap: 12px; align-items: flex-start; }
.es-main-display { flex: 1; min-width: 0; position: relative; }
.es-gallery-wrapper.single-img .es-main-image img { margin: 0 auto; }
.es-thumb-rail { width: 58px; display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.es-thumb-btn { width: 58px; height: 58px; border: 1px solid #d8dde3; background: #fff; padding: 2px; cursor: pointer; overflow: hidden; border-radius: 2px; }
.es-thumb-btn.active { border-color: var(--es-accent); }
.es-thumb-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.es-dots { display: none; justify-content: center; gap: 9px; margin: 10px 0 2px; flex-wrap: wrap; }
.es-dot { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid #b8bec7; background: #fff; padding: 0; cursor: pointer; transition: all .2s; flex: 0 0 auto; }
.es-dot.active { background: var(--al-primary-dark, #2B4C3F); border-color: var(--al-primary-dark, #2B4C3F); }
@media (max-width: 991px) {
    .es-gallery-wrapper { flex-direction: column; }
    .es-thumb-rail { display: none !important; }
    .es-dots { display: flex; }
    .es-main-display .es-main-image { height: auto !important; min-height: 0 !important; padding: 6px 0 !important; }
    .es-main-display .es-main-image img { max-width: 100% !important; max-height: 60vh !important; width: auto !important; }
}

/* ---- details_modern.blade.php ---- */
.es-qty-row { display: flex; align-items: center; gap: 14px; margin: 14px 0; }
.es-qty-block { display: inline-flex; align-items: center; border: 1px solid var(--es-border-middle); border-radius: 8px; overflow: hidden; }
.es-qty-btn { width: 38px; height: 38px; border: none; background: var(--es-bg-white); font-size: 20px; font-weight: 600; color: var(--es-text-primary); cursor: pointer; line-height: 1; }
.es-qty-btn:hover { background: var(--es-bg-light); color: var(--es-accent); }
.es-qty-input { width: 44px; height: 38px; text-align: center; border: none; border-left: 1px solid var(--es-border-light); border-right: 1px solid var(--es-border-light); font-size: 15px; font-weight: 600; color: var(--es-text-primary); background: var(--es-bg-white); }
.es-trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; padding: 0; }
.es-trust-row li { flex: 1 1 0; display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px dotted var(--es-border); border-radius: 8px; font-size: 12px; color: var(--es-text-secondary); }
.es-trust-row li i { font-size: 18px; color: var(--es-accent); }
@media (max-width: 576px) { .es-trust-row li { flex: 1 1 100%; } }
.es-badge-row { display: flex; gap: 10px; margin-bottom: 16px; }
.es-cart-section { display: flex; gap: 10px; align-items: stretch; }
.es-add-to-cart { flex: 1 1 0; min-width: 0; }
.es-buy-now { flex: 1 1 0; min-width: 0; border: none; border-radius: 10px; background: #c19a3e; color: #fff; font-weight: 700; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.es-buy-now:hover { background: #a6832f; }
.es-wishlist-btn { flex: 0 0 auto; width: 52px; border: 1px solid var(--es-border-middle); border-radius: 10px; background: #fff; color: var(--es-text-secondary); font-size: 20px; cursor: pointer; }
.es-wishlist-btn:hover { color: #e05a6b; border-color: #e05a6b; }
@media (max-width: 768px) {
    .es-checkout-band { position: sticky; bottom: 0; z-index: 900; background: #fff; box-shadow: 0 -2px 12px rgba(0,0,0,.08); border-top: 1px solid var(--es-border-light); padding: 10px 0 !important; margin-top: 12px !important; }
    .es-cart-section { flex-wrap: nowrap; }
}
.es-pricing { display: none !important; }
.es-qty-row { display: inline-flex !important; vertical-align: middle; margin: 0 0 0 20px !important; }
.es-checkout-band { float: none !important; width: 100% !important; display: block !important; background: transparent !important; padding: 0 !important; margin: 16px 0 0 !important; min-height: 0 !important; clear: both; }
.es-cart-section { display: flex !important; gap: 10px; align-items: stretch; width: 100% !important; margin: 0 !important; }
.es-add-to-cart { flex: 2 1 0 !important; width: auto !important; min-width: 0; letter-spacing: .4px !important; padding: 0 12px !important; }
.es-buy-now { flex: 1.3 1 0; }
.es-wishlist-btn { flex: 0 0 52px; }
.es-trust-row { clear: both; margin-top: 16px !important; }
.es-buy-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 18px 0; }
.es-buy-row .es-qty-block { flex: 0 0 auto; }
.es-bigprice { flex: 1 1 auto; text-align: center; font-size: 30px; font-weight: 700; color: var(--es-text-primary); line-height: 1; }
.es-pay-note { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--es-text-secondary); line-height: 1.2; }
.es-pay-note i { font-size: 24px; color: var(--es-accent); }

/* ---- prodigi_size_selector_modern.blade.php ---- */
.es-frame-box { border: 1px solid var(--es-border-light); border-radius: 8px; overflow: hidden; margin-bottom: 16px; }
.es-frame-box-head { background: var(--al-primary-dark,#192d25); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .3px; padding: 9px 14px; }
.es-frame-colors { display: flex; gap: 10px; flex-wrap: wrap; padding: 14px; margin: 0; }
.es-frame-swatch { cursor: pointer; text-align: center; border: 2px solid transparent; border-radius: 10px; padding: 5px 4px 4px; width: 74px; transition: transform .15s, border-color .15s; }
.es-frame-swatch .es-frame-thumb { display: block; width: 56px; height: 56px; margin: 0 auto; border-radius: 50%; background-size: cover; background-position: center; border: 1px solid var(--es-border-light); box-shadow: 0 1px 3px rgba(0,0,0,.18); }
.es-frame-swatch .es-frame-name { display: block; font-size: 11px; line-height: 1.2; margin-top: 6px; color: var(--es-text-secondary); }
.es-frame-swatch:hover { transform: translateY(-2px); }
.es-frame-swatch.active { border-color: var(--es-accent); }
.es-frame-swatch.active .es-frame-thumb { box-shadow: 0 0 0 2px var(--es-accent); }
.es-frame-swatch.active .es-frame-name { color: var(--es-accent); font-weight: 600; }
.es-frame-box-foot { background: var(--al-primary-dark,#192d25); color: #fff; font-size: 12px; font-weight: 500; padding: 8px 14px; display: flex; align-items: center; gap: 8px; }
.es-frame-box-foot i { font-size: 15px; color: #fff; }
.es-size-card { height: auto !important; min-height: 46px; flex-direction: column !important; gap: 2px; padding: 6px 12px !important; }
.es-size-card .es-size-price { font-size: 12px; font-weight: 700; color: var(--es-accent); line-height: 1; }
.es-size-card .size-inches { line-height: 1.1; font-weight: 600; }
.es-size-grid { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 8px !important; }
@media (max-width: 576px) { .es-size-grid { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 576px) {
    .es-frame-colors { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 10px !important; padding: 12px !important; }
    .es-frame-swatch { width: auto !important; padding: 6px 2px !important; }
    .es-frame-swatch .es-frame-thumb { width: 60px !important; height: 60px !important; }
    .es-frame-swatch .es-frame-name { font-size: 11px !important; margin-top: 5px !important; }
    .es-size-card { min-height: 62px !important; padding: 12px 10px !important; border: 1px solid #e6e2d9 !important; border-radius: 9px !important; box-shadow: none !important; background: #fff !important; gap: 3px !important; }
    .es-size-card .size-inches { font-size: 15px !important; }
    .es-size-card .es-size-price { font-size: 14px !important; }
    .es-size-card.active { border: 2px solid var(--al-primary,#2B4C3F) !important; background: rgba(43,76,63,.07) !important; box-shadow: 0 0 0 2px rgba(43,76,63,.22) !important; }
}
