/* Ensure review submit matches back-to-collection (strong override) */

@font-face {
    font-family: "Noah";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/noah-regular.otf") format("opentype");
}

@font-face {
    font-family: "Noah";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/noah-regularitalic.otf") format("opentype");
}

@font-face {
    font-family: "Noah";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/noah-bold.otf") format("opentype");
}

@font-face {
    font-family: "Noah";
    font-style: italic;
    font-weight: 700;
    src: url("fonts/noah-bolditalic.otf") format("opentype");
}

@font-face {
    font-family: "Zain OB";
    font-style: normal;
    font-weight: 400;
    src: url("alfont_com_zain-Regular-mob.ttf") format("truetype");
}

#reviewSubmitBtn.header-btn.back-to-collection-btn,
.header-btn.back-to-collection-btn#reviewSubmitBtn,
.header-btn.back-to-collection-btn.quote-submit-btn {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
}

/* Remove any lingering orange/blue from selectors targeting quote-submit-btn or #reviewSubmitBtn */
#reviewSubmitBtn,
.quote-submit-btn,
.modal-action-btn.quote-submit-btn {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
}
/* --- DESIGN SYSTEM --- */
:root {
    --bg-main: #0f0f0f;
    --bg-card: #1a1a1a;
    --bg-elevated: #252525;
    --text-main: #ffffff;
    --text-muted: #86868b;
    --accent-gold: #d4af37;
    --accent-red: #b31d1d;
    --border: rgba(255, 255, 255, 0.08);
    --card-border: transparent;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
    --header-height: 50px;
    --font: "Noah", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-arabic: "Zain", "Traditional Arabic", sans-serif;
    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --overlay-top: rgba(10, 10, 10, 0.65);
    --overlay-mid: rgba(10, 10, 10, 0.5);
    --overlay-bottom: rgba(10, 10, 10, 0.65);
    --landing-bg: #050505;
    --landing-panel-bg: rgba(4, 4, 4, 0.74);
    --landing-panel-border: rgba(255, 255, 255, 0.1);
    --landing-panel-shadow: rgba(0, 0, 0, 0.5);
}

/* Prevent layout shift from scrollbar toggling when elements change on hover */
html { overflow-y: scroll; }

/* Remove any remaining legacy like UI elements */
#modalLikesCount,
#modalLikesBadge,
[id^="productLikes_"],
[id^="modalLikes_"] {
    display: none !important;
    visibility: hidden !important;
}

[lang="ar"] {
    font-family: "Zain OB", sans-serif;
    font-weight: 400;
    font-size: 32px;
}

[data-theme="light"] .landing-hero h1,
[data-theme="light"] .landing-hero p,
[data-theme="light"] .landing-content,
[data-theme="light"] .landing-brand-title,
[data-theme="light"] .landing-promo {
    color: #111;
}

[data-theme="light"] .landing-brand-title {
    color: #111;
}

/* Light theme overrides (applied when documentElement has data-theme="light") */
[data-theme="light"] {
    --bg-main: #ffffff;
    --bg-card: #ffffff;
    --bg-elevated: #f8f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border: rgba(0, 0, 0, 0.08);
    --card-border: transparent;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
    --overlay-top: rgba(255,255,255,0.7);
    --overlay-mid: rgba(255,255,255,0.55);
    --overlay-bottom: rgba(255,255,255,0.7);
    --landing-bg: #ffffff;
    --landing-panel-bg: rgba(255,255,255,0.96);
    --light-button-bg: rgba(0, 0, 0, 0.96);
    --light-button-hover: rgba(0, 0, 0, 0.98);
    --light-button-border: rgba(0, 0, 0, 0.8);
    --landing-panel-border: rgba(0,0,0,0.06);
    --landing-panel-shadow: rgba(0,0,0,0.06);
}

[data-theme="light"] body {
    background-color: #ffffff;
    color: #000000;
}

[data-theme="light"] header {
    /* lighter translucent header for light theme */
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--landing-panel-border);
}

[data-theme="light"] .section-title {
    color: #0b0b0b;
}

[data-theme="light"] .card-desc {
    color: #2a2a2a;
}

[data-theme="light"] .about-content p {
    color: #2a2a2a;
}

[data-theme="light"] .refund-policy-title {
    color: #CA601E;
}

[data-theme="light"] .about-content h2 {
    color: #CA601E;
}

[data-theme="light"] .header-btn {
    background: transparent;
    border: none;
    color: #111;
    box-shadow: none;
}

[data-theme="light"] .header-btn:hover {
    border: none;
    color: #000 !important;
    background: transparent;
}

[data-theme="light"] .landing-actions .header-btn {
    background: var(--light-button-bg);
    border: 1px solid var(--light-button-border);
    color: #111;
}

[data-theme="light"] /* cart styles removed */ {}

[data-theme="light"] button,
[data-theme="light"] .btn,
[data-theme="light"] .header-btn,
[data-theme="light"] .hero-cta-btn,
[data-theme="light"] .category-button,
[data-theme="light"] .color-button,
[data-theme="light"] .modal-action-btn,
[data-theme="light"] .checkout-submit-btn,
[data-theme="light"] .qty-btn,
[data-theme="light"] .modal-close-btn {
    border: 1px solid rgba(190, 190, 190, 0.45);
}

/* From Uiverse.io by ke1221 - soft framed buttons (neumorphic) */
button,
.btn,
.header-btn,
.hero-cta-btn,
.modal-action-btn,
.checkout-submit-btn {
    color: #090909;
    padding: 0.65em 1.4em;
    font-size: 17px;
    border-radius: 0.5em;
    background: #e8e8e8;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.2s ease;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

button:hover,
.btn:hover,
.header-btn:hover,
.hero-cta-btn:hover,
.modal-action-btn:hover,
.checkout-submit-btn:hover,
.theme-toggle-btn:hover,
.search-icon-btn:hover {
    transform: none !important;
    box-shadow: none !important;
}

.modal-close-btn:hover,
.quote-close-btn:hover,
.modal-img-nav-btn:hover {
    transform: none !important;
    box-shadow: none !important;
    background: inherit !important;
    color: inherit !important;
}

.gallery-nav,
.gallery-nav-prev,
.gallery-nav-next {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transition: none !important;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active,
.gallery-nav:focus-visible,
.gallery-nav-prev:hover,
.gallery-nav-prev:focus,
.gallery-nav-prev:active,
.gallery-nav-prev:focus-visible,
.gallery-nav-next:hover,
.gallery-nav-next:focus,
.gallery-nav-next:active,
.gallery-nav-next:focus-visible {
    background: #e8e8e8 !important;
    color: #090909 !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    box-shadow: none !important;
    outline: none !important;
}

button:focus-visible,
.btn:focus-visible,
.header-btn:focus-visible,
.hero-cta-btn:focus-visible,
.modal-action-btn:focus-visible,
.checkout-submit-btn:focus-visible,
.theme-toggle-btn:focus-visible,
.search-icon-btn:focus-visible,
.gallery-nav:focus-visible {
    outline: 2px solid rgba(75, 125, 215, 0.8);
    outline-offset: 3px;
}

.gallery-nav,
.gallery-nav-prev,
.gallery-nav-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.header-btn.header-btn-github {
    background: #e8e8e8;
    color: #090909;
    border-color: #e8e8e8;
}

.header-btn.header-btn-github:hover {
    background: #dcdcdc;
    border-color: #dcdcdc;
}

button:active,
.btn:active,
.modal-action-btn:active,
.checkout-submit-btn:active,
.header-btn:active,
.theme-toggle-btn:active,
.search-icon-btn:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
    transform: none !important;
}

.gallery-nav:active,
.gallery-nav:focus,
.gallery-nav:focus-visible,
.gallery-nav-prev:active,
.gallery-nav-next:active {
    transform: translateY(-50%) !important;
    top: 50% !important;
}

.quote-close-btn:active {
    transform: none !important;
    top: 16px !important;
    right: 16px !important;
}

/* Make the quote modal close (×) button color fixed and remove all effects */
.quote-close-btn,
.quote-close-btn:hover,
.quote-close-btn:focus,
.quote-close-btn:active {
    color: #090909 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    outline: none !important;
    cursor: pointer !important;
}

.quote-close-btn::before {
    content: none !important;
}

[data-theme="dark"] .quote-close-btn,
[data-theme="dark"] .quote-close-btn:hover,
[data-theme="dark"] .quote-close-btn:focus,
[data-theme="dark"] .quote-close-btn:active {
    color: #ffffff !important;
}

.modal-img-wrapper {
    position: relative;
}

.modal-img-nav-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    z-index: 1001 !important;
    pointer-events: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    font-size: 22px !important;
    line-height: 1 !important;
    user-select: none !important;
}

.modal-img-nav-btn.modal-img-prev {
    left: 14px !important;
}

.modal-img-nav-btn.modal-img-next {
    right: 14px !important;
}

.modal-img-nav-btn:hover {
    background: rgba(255,255,255,0.16) !important;
}

.modal-img-nav-btn:active,
.modal-img-nav-btn:focus,
.modal-img-nav-btn:focus-visible {
    transform: translateY(-50%) !important;
    top: 50% !important;
    outline: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
}

/* Keep dark-theme contrast by adjusting background in dark mode */
[data-theme="dark"] button,
[data-theme="dark"] .btn,
[data-theme="dark"] .modal-action-btn,
[data-theme="dark"] .checkout-submit-btn {
    background: #2a2a2a;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: 6px 6px 12px rgba(0,0,0,0.6), -6px -6px 12px rgba(255,255,255,0.02);
}

/* Small screens: reduce padding and font-size for better fit */
@media (max-width: 480px) {
    button,
    .btn,
    .modal-action-btn,
    .checkout-submit-btn {
        padding: 0.55em 1em;
        font-size: 16px;
    }
}

[data-theme="light"] .category-button {
    background: #90c8ff;
    color: #111;
    border: 1px solid #79a7f0;
}

[data-theme="light"] .category-button:hover,
[data-theme="light"] .category-button.active {
    background: #90c8ff;
    color: #111;
    border-color: #79a7f0;
}

[data-theme="light"] .color-button {
    background: var(--light-button-bg);
    border-color: var(--light-button-border);
    color: #111;
}

/* Secondary buttons styling - for all secondary/back buttons */
.btn-secondary {
    background: rgba(202, 96, 30, 0.85) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: none !important;
}

.btn-secondary:hover {
    background: rgba(168, 73, 22, 0.95) !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
    border: none !important;
}

[data-theme="light"] .btn-secondary {
    background: rgba(202, 96, 30, 0.85) !important;
    color: #fff !important;
    border: none !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: none !important;
}

[data-theme="light"] .btn-secondary:hover {
    background: rgba(168, 73, 22, 0.95) !important;
    box-shadow: none !important;
}

[data-theme="light"] .color-button:hover,
[data-theme="light"] .color-button.active {
    background: var(--light-button-hover);
}

/* Prevent category buttons changing appearance in dark theme */
[data-theme="dark"] .category-button,
[data-theme="dark"] .category-button:hover,
[data-theme="dark"] .category-button.active {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--text-main) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="light"] .color-gallery-wrapper {
    background: rgba(100,150,230,0.55);
    border-color: rgba(50,100,180,0.65);
}

[data-theme="light"] .color-gallery-wrapper h3,
[data-theme="light"] .color-gallery-wrapper p {
    color: #111;
}

/* Desktop / Laptop: lighter glassy background for color gallery bar (not dark) */
@media (min-width: 1024px) {
    .color-gallery-wrapper,
    [data-theme="light"] .color-gallery-wrapper {
        background: rgba(250,252,253,0.64);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(0,0,0,0.06);
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }

    /* Lighter glass variant for dark theme to avoid a dark look */
    [data-theme="dark"] .color-gallery-wrapper {
        background: rgba(255,255,255,0.06);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.04);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }
}

[data-theme="light"] .color-button .color-button-swatch {
    border-color: rgba(0, 0, 0, 0.12);
}

/* ----- Like button (theme-aware states) ----- */
#modalLikeBtn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
    cursor: pointer;
    transition: transform 0.06s ease, box-shadow 0.08s ease, background 0.08s ease, color 0.08s ease, border-color 0.08s ease;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

#modalLikeBtn:hover {
    background: rgba(255,255,255,0.16);
}

#modalLikeBtn .heart-icon { display: block; width: 20px; height: 20px; }
#modalLikeBtn .heart-icon path { transition: fill 0.08s ease, stroke 0.08s ease; fill: none !important; stroke: currentColor !important; stroke-width: 1.8 !important; }

/* Dark theme - liked (pressed) */
#modalLikeBtn.liked {
    background: rgba(255,77,109,0.22);
    border-color: rgba(255,77,109,0.32);
    color: #ff6b6b;
    box-shadow: 0 6px 18px rgba(0,0,0,0.32), inset 0 0 0 6px rgba(255,77,109,0.07);
}

#modalLikeBtn.liked .heart-icon path {
    fill: currentColor !important;
    stroke: none !important;
}

.review-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #f6f6f6;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.review-like-btn.liked {
    background: #ffecef;
    border-color: #f4b1bf;
    color: #b31d1d;
}

.review-like-btn:hover {
    transform: translateY(-1px);
}

#modalLikeBtn:active { transform: scale(0.97); }

[data-theme="light"] #modalLikeBtn {
    background: #f0f2f8;
    border: 1px solid rgba(0,0,0,0.16);
    color: #0a0a0a;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

[data-theme="light"] #modalLikeBtn:hover {
    background: #dde2ef;
}

[data-theme="light"] #modalLikeBtn .heart-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

[data-theme="light"] #modalLikeBtn.liked {
    background: #ffecef;
    border-color: rgba(255,80,120,0.35);
    color: #b31d1d;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06), inset 0 0 0 5px rgba(255,80,120,0.04);
}

[data-theme="light"] #modalLikeBtn.liked .heart-icon path {
    fill: currentColor;
    stroke: none;
}

/* Badge colors per theme */
:root[data-theme="dark"] .like-badge,
[data-theme="light"] .like-badge {
    display: none !important;
}

/* pressed animation helper */
#modalLikeBtn:active { transform: scale(0.98); }

.modal-img-nav-btn {
    position: relative;
    top: 0;
    transform: none;
}

.modal-img-nav-btn:active {
    transform: none !important;
    top: 0 !important;
}

/* Ensure buttons aren't white in light theme (keep primary .btn intact) */
[data-theme="light"] button:not(.btn),
[data-theme="light"] .header-btn,
[data-theme="light"] .color-button,
[data-theme="light"] .modal-close-btn,
[data-theme="light"] .qty-btn,
[data-theme="light"] .theme-toggle-btn {
    background: var(--light-button-bg);
    color: #111;
    border-color: var(--light-button-border);
}

[data-theme="light"] button:not(.btn):hover,
[data-theme="light"] .header-btn:hover,
[data-theme="light"] .color-button:hover,
[data-theme="light"] .theme-toggle-btn:hover {
    background: var(--light-button-hover);
    color: #000;
}

[data-theme="light"] .category-button,
[data-theme="light"] .category-button:hover,
[data-theme="light"] .category-button.active {
    background: #90c8ff !important;
    color: #111 !important;
    border-color: #79a7f0 !important;
}

/* Theme toggle button */
.theme-toggle-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--text-main);
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    min-width: 72px;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
}

[data-theme="light"] .theme-toggle-btn {
    color: #111;
    border-color: rgba(0,0,0,0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select,
a {
    font-family: var(--font);
}

body {
    font-family: var(--font);
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.footer-logo-english,
.brand-name,
.footer-contact span,
.footer-contact .contact-title {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.footer-contact a {
    font-family: var(--font);
}

.footer-copyright {
    font-family: var(--font);
}

img,
video {
    display: block;
    max-width: 100%;
}

/* --- HEADER --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--header-height);
    /* subtle translucent panel to separate header from page content */
    background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--card-border);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

header::-webkit-scrollbar {
    display: none;
}

header .header-btn,
header .search-icon-btn,
header .theme-toggle-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

header .header-btn:hover,
header .theme-toggle-btn:hover,
header .search-icon-btn:hover {
    background: transparent !important;
}

button,
.btn,
.header-btn,
.category-button,
.color-button,
.theme-toggle-btn,
.product-like-btn,
.quote-like-btn,
.search-icon-btn {
    text-decoration: none !important;
}

button:hover,
.btn:hover,
.header-btn:hover,
.category-button:hover,
.color-button:hover,
.theme-toggle-btn:hover,
.product-like-btn:hover,
.quote-like-btn:hover,
.search-icon-btn:hover {
    text-decoration: none !important;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    min-width: 0;
}

/* Taskbar-style frame around logo to look embedded */
.logo-container {
    padding: 6px 10px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    align-items: center;
}

[data-theme="light"] .logo-container {
    background: transparent;
    box-shadow: none;
}

.site-logo-img {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    transition: var(--transition);
}

.logo-container:hover .site-logo-img {
    transform: scale(1.05);
}

/* Logo color scheme for theme */
.site-logo-img rect {
    fill: white;
    transition: fill 0.3s ease;
}

[data-theme="light"] .site-logo-img rect {
    fill: black;
}

.landing-logo rect {
    fill: white;
    transition: fill 0.3s ease;
}

[data-theme="light"] .landing-logo rect {
    fill: black;
}

/* ensure collection theme colors stay visible */
.collection-card,
.collection-grid,
.collection-section,
.about-content {
    color: inherit;
}

.card,
.card a,
.card-title,
.product-page-card a {
    text-decoration: none;
}

.logo-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    line-height: 1.05;
    width: auto;
    min-width: auto;
}

.header-logo-image {
    display: block;
    height: 36px;
    width: auto;
    max-height: 48px;
    object-fit: contain;
    margin-left: 6px;
    padding: 0;
    border: none;
    background: transparent;
}

@media (max-width: 768px) {
    .header-logo-image {
        height: 28px;
        max-height: 36px;
    }
    .site-logo-img {
        width: 28px;
        height: 28px;
    }
}

.logo-arabic,
.logo-english {
    display: block;
    width: auto;
    text-align: center;
}

.logo-arabic {
    font-family: var(--font-arabic);
    font-size: 16px;
    font-weight: 700;
    color: #CA601E;
    letter-spacing: 0.04em;
    line-height: 1.05;
    white-space: nowrap;
}

[data-theme="light"] .logo-arabic {
    color: #CA601E;
}

.logo-english {
    font-family: var(--font);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #CA601E;
    text-transform: none;
    margin-top: 0;
    white-space: nowrap;
}

/* Footer logo styling (Arabic + Latin stacked) */
.footer-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-arabic);
}

.footer-logo-arabic {
    font-family: var(--font-arabic);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.08em;
}

.footer-logo-english {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

.footer-logo-image {
    display: block;
    height: 44px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .footer-logo-image {
        height: 36px;
    }
}

.right-nav-cluster {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
    min-width: 0;
    justify-content: flex-end;
}

.search-nav-container {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    overflow: hidden;
}

.theme-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    min-width: 72px;
    margin-left: 0;
    text-transform: uppercase;
}

    .theme-toggle-btn:hover {
        background: rgba(255, 255, 255, 0.24);
    }


.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--text-main);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 8px;
    border-radius: 0;
    cursor: pointer;
    pointer-events: auto;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: none;
}

.header-btn:hover {
    border: none;
    color: var(--text-main) !important;
    background: transparent;
}

/* Improve text contrast when user selects/highlights text */
::selection {
    background: rgba(59,130,246,0.92); /* blue-500 with high opacity */
    color: #ffffff;
}

::-moz-selection {
    background: rgba(59,130,246,0.92);
    color: #ffffff;
}

.search-icon-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: var(--transition);
}

.search-svg-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--text-main);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: var(--transition);
}

.search-icon-btn:hover .search-svg-icon {
    stroke: #777;
}

.search-input-field {
    width: 0;
    opacity: 0;
    background: var(--bg-elevated);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 6px 0;
    color: var(--text-main);
    font-family: var(--font);
    font-size: 13px;
    outline: none;
    transition:
        width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.3s ease,
        padding 0.3s ease,
        border-color 0.3s ease;
}

.search-input-field.is-active,
.search-input-field:focus {
    width: 200px;
    opacity: 1;
    padding: 7px 14px;
    border-color: var(--border);
}

[data-theme="light"] .search-input-field.is-active,
[data-theme="light"] .search-input-field:focus {
    background: rgb(210, 210, 210); /* darker light blue in light theme only */
}

.search-input-field::placeholder {
    color: var(--text-muted);
}

.cart-controls-removed {}

/* --- HERO --- */
.hero-showcase-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: calc(var(--header-height) + 20px) 24px 40px;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-showcase-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--overlay-top) 0%, var(--overlay-mid) 45%, var(--overlay-bottom) 100%);
    z-index: 1;
} 

.hero-banner {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.hero-banner h1 {
    font-size: clamp(34px, 6vw, 58px);
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 24px;
    color: var(--text-main);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
}

.hero-cta-btn {
    background: rgba(202, 96, 30, 0.15);
    border: 1px solid rgba(202, 96, 30, 0.3);
    color: var(--text-main);
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.8;
    max-width: 620px;
    margin: 0 auto;
    cursor: pointer;
    transition: var(--transition);
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    opacity: 0.98;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.hero-cta-btn:hover {
    color: #fff;
    background: #CA601E;
    transform: translateY(2px);
    opacity: 1;
}

[data-theme="light"] .hero-cta-btn {
    background: rgba(202, 96, 30, 0.12);
    border-color: rgba(202, 96, 30, 0.3);
    color: #111;
}

[data-theme="light"] .hero-cta-btn:hover {
    background: #CA601E;
    color: #fff;
}

.like-toggle-btn {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: transparent !important;
    color: currentColor;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    padding: 0;
    line-height: 1;
    box-shadow: none !important;
}

.like-toggle-btn:hover {
    transform: scale(1.08);
    color: var(--accent-gold);
    background: transparent !important;
    box-shadow: none !important;
}

.like-toggle-btn.liked {
    background: transparent !important;
    border: none !important;
    color: var(--accent-gold) !important;
    box-shadow: none !important;
}

.like-toggle-btn.liked:hover {
    color: #ffd700 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.like-count-badge {
    min-width: 42px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 4px;
}

.like-toggle-btn.liked + .like-count-badge {
    color: #ffb3b3;
}

[data-theme="light"] .like-toggle-btn,
[data-theme="dark"] .like-toggle-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: currentColor !important;
}

[data-theme="light"] .like-toggle-btn:hover,
[data-theme="dark"] .like-toggle-btn:hover {
    background: transparent !important;
    box-shadow: none !important;
}

[data-theme="light"] .like-toggle-btn.liked,
[data-theme="dark"] .like-toggle-btn.liked {
    background: transparent !important;
    color: var(--accent-gold) !important;
    border: none !important;
}

[data-theme="light"] .like-toggle-btn.liked:hover,
[data-theme="dark"] .like-toggle-btn.liked:hover {
    background: transparent !important;
    color: #ffd700 !important;
    box-shadow: none !important;
}

[data-theme="light"] .like-count-badge,
[data-theme="dark"] .like-count-badge {
    color: #111;
    min-width: 42px;
    max-width: 68px;
    white-space: nowrap;
}

[data-theme="light"] .like-toggle-btn:focus-visible,
[data-theme="light"] .like-toggle-btn.liked:focus-visible {
    outline: 2px solid rgba(255, 107, 107, 0.4);
    outline-offset: 2px;
}

[data-theme="light"] .like-toggle-btn,
[data-theme="light"] .like-toggle-btn.liked {
    outline: none;
}

[data-theme="light"] .like-toggle-btn {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .like-toggle-btn.liked {
    box-shadow: 0 10px 18px rgba(255, 107, 107, 0.12);
}

[data-theme="light"] .like-toggle-btn {
    width: 50px;
    height: 50px;
}

[data-theme="light"] .like-toggle-btn.liked {
    width: 50px;
    height: 50px;
}

[data-theme="light"] .like-toggle-btn {
    position: relative;
    z-index: 1;
    user-select: none;
    border-style: solid;
    border-width: 1px;
    transition: all 0.18s ease;
    -webkit-appearance: none;
    appearance: none;
}

[data-theme="light"] .like-toggle-btn.liked {
    position: relative;
    z-index: 1;
    user-select: none;
    border-style: solid;
    border-width: 1px;
    transition: all 0.18s ease;
    -webkit-appearance: none;
    appearance: none;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 4px;
    background: transparent;
    outline: none;
    max-width: 68px;
    font-size: 16px;
}

[data-theme="light"] .like-toggle-btn.liked + .like-count-badge {
    color: #aa0000;
}

[data-theme="light"] .like-toggle-btn:hover {
    transform: scale(1.07);
}

[data-theme="light"] .like-toggle-btn.liked:hover {
    transform: scale(1.07);
}

[data-theme="light"] .like-count-badge {
    min-width: 44px;
}

[data-theme="light"] .like-toggle-btn {
    cursor: pointer;
}

[data-theme="light"] .like-toggle-btn.liked {
    cursor: pointer;
}

[data-theme="light"] .like-toggle-btn {
    border-radius: 50%;
}

[data-theme="light"] .like-toggle-btn.liked {
    border-radius: 50%;
}

[data-theme="light"] .like-toggle-btn:hover {
    border-color: rgba(0, 0, 0, 0.18);
}

[data-theme="light"] .like-toggle-btn.liked:hover {
    border-color: rgba(255, 80, 80, 0.55);
}

[data-theme="light"] .like-toggle-btn {
    background-color: rgba(255, 255, 255, 0.96);
}

[data-theme="light"] .like-toggle-btn.liked {
    background-color: rgba(255, 107, 107, 0.14);
}

[data-theme="light"] .like-toggle-btn.liked:hover {
    background-color: rgba(255, 107, 107, 0.26);
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-toggle-btn.liked + .like-count-badge {
    color: #a10000;
}

/* From Uiverse.io by catraco */
.btn-class-name {
    --primary: 255, 90, 120;
    --secondary: 150, 50, 60;

    width: 30px;
    height: 30px;

    border: none;
    outline: none;
    cursor: pointer;

    outline: 10px solid rgba(var(--primary), .5);
    border-radius: 100%;

    position: absolute; /* أو fixed */
    top: 165px;
    left: 280px;

    transition: .3s;
}

.btn-class-name .back {
    background: rgb(var(--secondary));
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btn-class-name .front {
    background: linear-gradient(0deg, rgba(var(--primary), .6) 20%, rgb(var(--primary)) 50%);
    box-shadow: 0 .5em 1em -0.2em rgba(var(--secondary), .5);
    border-radius: 100%;
    position: absolute;
    border: 1px solid rgb(var(--secondary));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    transform: translateY(-15%);
    transition: .15s;
    color: rgb(var(--secondary));
}

.btn-class-name:active .front {
    transform: translateY(0%);
    box-shadow: 0 0;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
    align-items: center;
}

.quote-action-row,
.modal-action-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

/* Secondary buttons (back to home, etc.) */
.btn-secondary {
    background: #CA601E !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn-secondary:hover {
    background: #a84916 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(202, 96, 30, 0.3) !important;
}

[data-theme="light"] .btn-secondary {
    background: #CA601E !important;
    color: #fff !important;
}

[data-theme="light"] .btn-secondary:hover {
    background: #a84916 !important;
}

.quote-action-row .quote-submit-btn,
.modal-action-row .modal-action-btn {
    flex: 1;
    min-width: 0;
    padding: 12px 18px;
    background: #CA601E;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease;
}

/* Design story row: text then button aligned to the right */
.design-story-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
}
.design-found-text-row {
    display: block !important;
    margin: 0;
}
.design-found-text {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 4px 0;
}
.design-found-cta {
    display: block !important;
    font-weight: 700;
    color: var(--text-main);
    transform: none;
    margin-top: 4px;
}

@media (max-width: 600px) {
    .design-story-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .design-found-text {
        font-size: 13px;
        margin-bottom: 8px;
    }
}

/* overlap the button over the arrow in the CTA text */
.design-story-row .show-story-btn {
    margin-left: 6px; /* keep button just to the right of the CTA */
    align-self: center;
    transform: translateY(0);
}

.quote-action-row .quote-submit-btn:hover,
.modal-action-row .modal-action-btn:hover {
    transform: translateY(-1px);
    background: #a84916;
}

.quote-like-btn,
.product-like-btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.06s ease, background 0.06s ease, box-shadow 0.06s ease, color 0.06s ease;
}

.quote-like-btn,
.product-like-btn {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
}

.quote-like-btn:hover,
.product-like-btn:hover {
    transform: none;
    background: rgba(255,255,255,0.08);
}

.quote-like-btn.liked {
    background: #ff4d6d;
    border-color: #ff4d6d;
    color: #fff;
}

.quote-like-btn.liked:hover {
    transform: none;
    background: #ff4d6d;
    border-color: #ff4d6d;
}

.quote-count-badge {
    min-width: 36px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.09);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

[data-theme="light"] .quote-like-btn {
    background: #f5f5f5;
    color: #111;
    border-color: rgba(0,0,0,0.08);
}

[data-theme="light"] .quote-like-btn:hover {
    transform: none;
    background: #f5f5f5;
}

[data-theme="light"] .quote-like-btn.liked {
    background: #ffdde2;
    color: #d32f45;
    border-color: #d32f45;
}

[data-theme="light"] .quote-count-badge {
    background: #fff;
    color: #111;
}

.product-like-btn {
    background: #CA601E;
    border: none;
    color: #fff;
    box-shadow: 0 10px 18px rgba(0,0,0,0.18);
    transition: box-shadow 0.06s ease, background 0.06s ease, transform 0.06s ease;
}

.product-like-btn:hover {
    transform: translateY(-1px);
    background: #a84916;
}

.product-like-btn:active,
.quote-like-btn:active {
    transform: none;
    box-shadow: none;
}

.product-like-btn.liked {
    background: #a84916;
    color: #fff;
}

.product-like-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

[data-theme="light"] .product-like-btn {
    background: #CA601E;
    color: #fff;
    border: none;
}

[data-theme="light"] .product-like-btn:hover {
    background: #a84916;
}

[data-theme="light"] .product-like-btn.liked {
    background: #a84916;
    color: #fff;
}

[data-theme="light"] .product-like-count {
    color: #111;
    background: transparent;
    border: none;
}

/* Keep focus-visible tidy and non-red when not liked */
.product-like-btn:focus-visible,
.quote-like-btn:focus-visible {
    outline: 2px solid rgba(255,255,255,0.18);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
}

.product-like-btn.liked:focus-visible,
.quote-like-btn.liked:focus-visible,
.product-like-btn.liked:active,
.quote-like-btn.liked:active {
    outline: none;
    box-shadow: none;
}

.product-like-btn.glow-effect,
.quote-like-btn.glow-effect {
    animation: buttonGlowPulse 0.6s ease-out;
}

[data-theme="light"] .product-like-count {
    background: var(--bg-main);
    color: var(--text-main);
    border: 1px solid var(--border);
}

.quote-action-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.quote-action-row .quote-submit-btn {
    flex: 1;
    min-width: 0;
    padding: 12px 20px;
    background: #CA601E;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.quote-action-row .quote-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(202, 96, 30, 0.3);
}

.quote-action-row .like-toggle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.16);
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[data-theme="light"] .quote-action-row .like-toggle-btn {
    background: rgba(0,0,0,0.06);
    color: #111;
}

[data-theme="light"] .quote-action-row .like-toggle-btn.liked {
    background: #fff1e6;
    color: #d1495b;
    border-color: rgba(209,73,91,0.4);
}

.quote-action-row .like-count-badge {
    min-width: 34px;
    font-size: 14px;
    color: var(--text-main);
    background: var(--bg-main);
    border-radius: 999px;
    padding: 0 10px;
    border: 1px solid var(--border);
}

[data-theme="light"] .quote-action-row .like-count-badge {
    color: var(--text-main);
    background: var(--bg-main);
    border: 1px solid var(--border);
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

/* Ensure numeric badges and small counts are visible in light theme */
[data-theme="light"] .like-count-badge,
[data-theme="light"] .product-price,
[data-theme="light"] .price,
[data-theme="light"] .qty,
[data-theme="light"] .quantity,
[data-theme="light"] .badge-number {
    color: var(--text-main) !important;
}

/* If badges use accent color on dark theme, ensure contrast in light theme */
[data-theme="light"] /* cart-count removed */ {}


[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

/* Make modal like count visible in light theme */
[data-theme="light"] #modalLikesCount {
    color: var(--text-main) !important;
}

[data-theme="light"] .modal .modal-action-btn + #modalLikesCount {
    color: var(--text-main) !important;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}

[data-theme="light"] .like-count-badge {
    align-items: center;
}

[data-theme="light"] .like-count-badge {
    justify-content: center;
}

[data-theme="light"] .like-count-badge {
    background: transparent;
}

[data-theme="light"] .like-count-badge {
    border-radius: 4px;
}

[data-theme="light"] .like-count-badge {
    outline: none;
}

[data-theme="light"] .like-count-badge {
    user-select: none;
}

[data-theme="light"] .like-count-badge {
    white-space: nowrap;
}

[data-theme="light"] .like-count-badge {
    color: #111;
}

[data-theme="light"] .like-count-badge {
    width: auto;
}

[data-theme="light"] .like-count-badge {
    height: auto;
}

[data-theme="light"] .like-count-badge {
    text-overflow: ellipsis;
}

[data-theme="light"] .like-count-badge {
    overflow: hidden;
}

[data-theme="light"] .like-count-badge {
    box-sizing: border-box;
}

[data-theme="light"] .like-count-badge {
    font-size: 16px;
}

[data-theme="light"] .like-count-badge {
    font-weight: 700;
}

[data-theme="light"] .like-count-badge {
    letter-spacing: normal;
}

[data-theme="light"] .like-count-badge {
    text-transform: none;
}

[data-theme="light"] .like-count-badge {
    gap: 0;
}

[data-theme="light"] .like-count-badge {
    justify-self: center;
}

[data-theme="light"] .like-count-badge {
    align-self: center;
}

[data-theme="light"] .like-count-badge {
    min-width: 42px;
}

[data-theme="light"] .like-count-badge {
    max-width: 68px;
}

[data-theme="light"] .like-count-badge {
    padding: 0 4px;
}

[data-theme="light"] .like-count-badge {
    line-height: 1;
}

[data-theme="light"] .like-count-badge {
    text-align: center;
}

[data-theme="light"] .like-count-badge {
    display: inline-flex;
}


/* Landing page styles */
.landing-page {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--header-height) + 40px) 20px 40px;
    overflow: hidden;
    background: var(--landing-bg);
} 

.landing-bg-clip {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.42;
    filter: saturate(0.75) brightness(0.75);
    z-index: 1;
}

[data-theme="light"] .landing-bg-clip {
    opacity: 0.55;
    filter: saturate(0.9) brightness(1.15);
}

.landing-hero {
    position: relative;
    width: 100%;
    max-width: 980px;
    padding: 70px 45px;
    border-radius: 28px;
    background: var(--landing-panel-bg);
    border: 1px solid var(--landing-panel-border);
    box-shadow: 0 24px 70px var(--landing-panel-shadow);
    backdrop-filter: blur(12px);
    z-index: 2;
}

[data-theme="light"] .landing-hero {
    background: rgba(255,255,255,0.9);
    border-color: rgba(0,0,0,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.landing-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--text-main);
    align-items: flex-end;
    text-align: right;
}

[data-theme="light"] .landing-content,
[data-theme="light"] .landing-hero h1,
[data-theme="light"] .landing-hero p,
[data-theme="light"] .landing-brand-title,
[data-theme="light"] .landing-promo,
[data-theme="light"] .hero-cta-btn,
[data-theme="light"] .header-btn {
    color: #111;
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    direction: ltr;
    align-self: flex-start;
}

.landing-logo {
    width: 96px;
    min-width: 96px;
    height: auto;
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.landing-brand-title {
    display: block;
    font-family: var(--font-arabic);
    font-size: clamp(38px, 4vw, 54px);
    color: var(--text-main);
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.landing-promo {
    font-size: 14px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--accent-gold);
}

.landing-hero h1 {
    font-family: var(--font-arabic);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.12;
    margin: 0;
    direction: rtl;
    text-align: right;
    letter-spacing: 0.02em;
}

.landing-hero p {
    font-size: clamp(20px, 2.2vw, 28px);
    max-width: 720px;
    color: var(--text-muted);
    margin: 0;
}

.landing-hero p {
    font-size: 18px;
    max-width: 720px;
    color: var(--text-muted);
    margin: 0;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.landing-actions .hero-cta-btn,
.landing-actions .header-btn {
    padding: 14px 24px;
    border-radius: 999px;
}

.landing-actions .hero-cta-btn {
    background: var(--accent-gold);
    border: none;
    color: #0a0a0a;
}

.landing-actions .header-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-main);
}

/* --- MAIN SECTIONS --- */
.view-section {
    padding: 80px 30px 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex: 1;
    width: 100%;
}

#view-showroom {
    padding-top: 100px;
}

#view-about {
    padding: calc(var(--header-height) + 60px) 24px 80px;
    min-height: calc(100vh - var(--header-height));
    display: flex;
    justify-content: center;
    background: #000;
    border: 1px solid #000;
    box-shadow: none;
}

[data-theme="light"] #view-about {
    background: #ffffff;
    border-color: #ffffff;
}

[data-theme="dark"] #view-about {
    background: #000;
    border-color: #000;
}

.about-content {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 16px;
}

.about-content h1,
.about-content h2 {
    color: #fff;
}

[data-theme="light"] .about-content h1 {
    color: #111;
}

.about-content p {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1.4em;
}

[data-theme="light"] .about-content p {
    color: #2a2a2a;
}

.about-content h2 {
    font-size: clamp(28px, 4vw, 36px);
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--accent-gold);
    letter-spacing: 1px;
}

[data-theme="light"] .about-content h2 {
    color: #CA601E;
}

.about-content p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.9;
}

.about-divider {
    width: 48px;
    height: 1px;
    background: var(--accent-gold);
    margin: 0 auto 28px;
    opacity: 0.6;
}

.collection-title-block {
    padding: 72px 0 36px;
    text-align: center;
    scroll-margin-top: calc(var(--header-height) + 16px);
}

.section-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.search-clear-notice {
    display: none;
    color: var(--text-muted);
    margin-top: 14px;
    font-size: 14px;
}

/* Make the search-clear notice look like a pill button when visible */
.search-clear-notice.is-visible {
    display: inline-block;
    background: transparent;
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-weight: 700;
    margin-top: 14px;
}

/* Dark theme variant */
[data-theme="dark"] .search-clear-notice.is-visible {
    background: transparent;
    color: var(--text-main);
    border: none;
    box-shadow: none;
}

/* Make the View Full Collection button match the back-to-collection button exactly */
.search-clear-notice .view-full-collection-btn,
.search-clear-notice .header-btn.back-to-collection-btn.view-full-collection-btn {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0.75em !important;
    padding: 0.7em 1.2em !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    transition: all 0.28s ease !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
}

.search-clear-notice .view-full-collection-btn::before,
.search-clear-notice .header-btn.back-to-collection-btn.view-full-collection-btn::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%);
    filter: blur(18px);
    opacity: 0.7;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s ease;
}

[data-theme="light"] .search-clear-notice .view-full-collection-btn:hover,
[data-theme="light"] .search-clear-notice .header-btn.back-to-collection-btn.view-full-collection-btn:hover,
[data-theme="dark"] .search-clear-notice .view-full-collection-btn:hover,
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn.view-full-collection-btn:hover {
    background: #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
}

/* Make the Clear Color Filter button match the Back to Collection button style */
.search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn),
.search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn) {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0.75em !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    transition: all 0.28s ease !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    position: relative !important; 
    overflow: hidden !important;
}

[data-theme="light"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn):hover,
[data-theme="light"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn):hover,
[data-theme="dark"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn):hover,
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn):hover {
    background: #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
}

[data-theme="dark"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn),
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn) {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
}

[data-theme="dark"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn):hover,
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn):hover,
[data-theme="dark"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn):focus,
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn):focus,
[data-theme="dark"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn):focus-visible,
[data-theme="dark"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn):focus-visible {
    transform: none !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    transition: none !important;
}

[data-theme="light"] .search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn),
[data-theme="light"] .search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn) {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
}

.search-clear-notice .header-btn.back-to-collection-btn:not(.view-full-collection-btn)::before,
.search-clear-notice .back-to-collection-btn:not(.view-full-collection-btn)::before {
    content: "" !important;
    display: block !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    opacity: 0.7 !important;
    filter: blur(18px) !important;
    border-radius: inherit !important;
    position: absolute !important;
    inset: -10% !important;
    z-index: -1 !important;
    pointer-events: none !important;
    transition: none !important;
}



.btn-secondary {
    background: rgba(202, 96, 30, 0.95);
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 999px;
    border: none;
}

.btn-secondary:hover {
    background: rgba(168, 73, 22, 0.95);
}

.category-filter {
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.category-button {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 10px 22px;
    cursor: pointer;
    transition: var(--transition);
    font-size: 13px;
    letter-spacing: 1px;
}

.category-button.active {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
}

/* --- PRODUCT GRID --- */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* three items per row on desktop */
    gap: 24px 2px; /* row-gap 24px (bigger between rows), column-gap 2px (keeps items close horizontally) */
    justify-items: center;
    padding: 0 2%;
    max-width: 1200px;
    margin: 0 auto;
}

.product-page-grid {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 18px 80px;
}

.product-page-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: start;
    width: 100%;
}

.product-page-details {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-page-card .modal-img-wrapper {
    min-height: 420px;
    border-radius: 18px;
}

.like-btn {
    width: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--text-main);
    border: none;
    box-shadow: none;
    transition: transform 0.18s ease, color 0.25s ease;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.like-btn .heart-icon::before {
    content: '♡';
    font-size: 22px;
    color: currentColor;
    transition: color 0.25s ease, transform 0.18s ease;
}

.like-btn:hover {
    transform: scale(1.05);
    color: var(--accent-gold);
}

.like-btn.liked .heart-icon::before {
    content: '♥';
    color: var(--accent-gold);
}

.like-btn.liked:hover {
    color: #ffd700;
}

.product-not-found {
    max-width: 760px;
    margin: 80px auto;
    padding: 32px;
    background: var(--bg-card);
    border: 1px solid var(--card-border);
    border-radius: 22px;
    text-align: center;
}

.product-not-found h2 {
    margin-bottom: 16px;
}

.card {
    background: transparent;
    border: none;
    border-radius: 12px;
    padding: 6px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    width: 100%; /* fill the grid column for larger appearance */
    overflow: visible;
    position: relative;
}

.card:hover {
    transform: translateY(-2px);
}

.card-img-holder {
    width: 100%;
    height: 480px;
    background: var(--bg-card);
    border-radius: 12px;
    margin-bottom: 2px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-md);
}

[data-theme="dark"] .card-img-holder {
    border: none;
    box-shadow: none;
}

.collection-circle {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: start;
    justify-items: center;
}

.card-img-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
    border-radius: 12px;
}

.card-img-placeholder span {
    max-width: 85%;
}

.card-img-inner {
    position: relative;
    width: 100%;
}

.card-link {
    color: inherit;
    text-decoration: none;
}

.card-img-holder img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-img-holder:hover img {
    transform: scale(1.02);
}

/* Light theme card styling */
[data-theme="light"] .card-img-holder {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card-img-holder img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-img-holder:hover img {
    transform: scale(1.04);
}


.collection-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    padding: 8px 16px;
    border-radius: 22px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    backdrop-filter: blur(4px);
    z-index: 20;
    pointer-events: none;
}

[data-theme="light"] .collection-label {
    color: #111;
    background: rgba(255, 255, 255, 0.78);
}

.collection-label {
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 260ms ease, transform 260ms ease;
}

.card .card-desc { margin-top: 56px; }

.card-img-overlay {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    background: rgba(0, 0, 0, 0.62);
    border-radius: 999px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    backdrop-filter: blur(6px);
}

/* Keep overlays hidden always on product cards */
.card-img-overlay,
.collection-label {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.overlay-year,
.overlay-info,
.overlay-name {
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.overlay-year {
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.75;
}

.overlay-info {
    opacity: 0.9;
    font-size: 11px;
    max-width: 100%;
}

.overlay-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card:hover .card-img-holder img {
    transform: scale(1.06);
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 0;
    line-height: 1.2;
    max-width: 100%;
    color: var(--text-main);
}

.section-title,
.card-title,
.category-button,
.btn-secondary,
.header-btn,
.back-to-collection-btn,
.quote-modal-title,
.modal-details-wrapper h2,
.product-page-details h2,
.modal-info-section h4,
.design-found-text,
.design-found-cta,
.read-more-toggle,
.share-product-btn {
    text-transform: uppercase;
}

.card-desc {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.6;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    display: none;
}

.color-palette-dots {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.color-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.color-button {
    min-width: 74px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: var(--transition);
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--text-main);
    font-size: 13px;
    letter-spacing: 0.5px;
}

.color-button .color-button-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--swatch-color, #fff);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.color-button:hover,
.color-button.active {
    transform: translateY(-1px);
    border-color: var(--accent-gold);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.color-button.active {
    background: var(--accent-gold);
    color: var(--bg-main);
}

.color-button.active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16);
}

.color-button[data-color="all"] {
    min-width: 80px;
    padding: 0 18px;
    border-radius: 999px;
}

.color-button[data-color="all"] .color-button-swatch {
    display: none;
}

.color-button:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.35);
    outline-offset: 3px;
}

.color-gallery-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    padding: 30px;
    border-radius: 25px;
    margin: 40px auto 0;
}

.color-gallery-wrapper h3 {
    color: var(--text-main);
    font-size: 24px;
    margin-bottom: 5px;
}

.color-gallery-wrapper p {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.color-picker-container {
        display: flex;
        height: 300px;
        gap: 8px;
        margin-top: 40px;
        padding: 0 20px;
    }

    .color-bar {
        flex: 1;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 20px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        background: var(--c1);
        box-shadow: none;
    }

    .color-bar.active {
        transform: scale(1.03);
    }

    .color-bar.disabled {
        opacity: 0.4;
        cursor: not-allowed;
        pointer-events: none;
    }

    .color-bar span {
        opacity: 0;
        transition: opacity 0.3s, color 0.3s;
        color: rgba(255,255,255,0.95);
    }

    .color-bar.active span {
        opacity: 1;
        color: #ffffff;
    }

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.price {
    font-weight: 600;
    font-size: 15px;
    color: var(--accent-gold);
}

.btn {
    background: var(--accent-gold);
    color: #111;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.btn:hover {
    background: #9a6b19;
}

.framed-btn {
    color: #CA601E;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #ffffff;
    border: 1px solid #CA601E;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.framed-btn:hover {
    color: #CA601E;
    background: #f8f8f8;
    transform: translateY(2px);
    opacity: 1;
}

[data-theme="light"] .framed-btn {
    background: #ffffff;
    border-color: #CA601E;
    color: #CA601E;
}

[data-theme="light"] .framed-btn:hover {
    background: #f8f8f8;
}

.framed-btn:active {
    color: #CA601E;
    box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.1);
}

/* remove bright highlight inside framed buttons */
.framed-btn::before {
    display: none;
}

/* Apply framed/orange style to the product-related buttons */
.btn.modal-action-btn,
#reviewSubmitBtn,
.category-button,
.header-btn.back-to-collection-btn {
    color: #ffffff;
    padding: 0.7em 1.2em;
    font-size: 15px;
    border-radius: 0.75em;
    border: 1px solid #b85a1a;
    transition: all 0.28s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.header-btn.back-to-collection-btn {
    background: #841010;
    border-color: #e8e8e8;
    color: #090909;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9);
    position: relative;
  
    overflow: hidden;
}

#productPage > div:first-child > button.header-btn.back-to-collection-btn {
    left: -50px;
}

.header-btn.back-to-collection-btn::before,
.back-to-collection-btn::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%);
    filter: blur(18px);
    opacity: 0.7;
    border-radius: inherit;
    z-index: -1;
    transition: none !important;
    pointer-events: none;
}

/* Final override: make Back-to-Collection behave like #reviewSubmitBtn (no movement) */
.header-btn.back-to-collection-btn,
.back-to-collection-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    background: #e8e8e8 !important;
    border: 1px solid #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    transition: none !important;
    position: relative !important;
    overflow: hidden !important;
    transform: none !important;
}

.header-btn.back-to-collection-btn::before,
.back-to-collection-btn::before {
    inset: -10% !important;
    opacity: 0.7 !important;
    filter: blur(18px) !important;
    pointer-events: none !important;
    transition: none !important;
}

.header-btn.back-to-collection-btn:hover,
.back-to-collection-btn:hover,
.header-btn.back-to-collection-btn:focus,
.back-to-collection-btn:focus,
.header-btn.back-to-collection-btn:active,
.back-to-collection-btn:active {
    background: #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    transform: none !important;
    outline: none !important;
}

.header-btn.back-to-collection-btn,
.back-to-collection-btn,
.header-btn.back-to-collection-btn:hover,
.back-to-collection-btn:hover,
.header-btn.back-to-collection-btn:focus,

/* Make the Read More toggle behave like Back-to-Collection in light theme */
[data-theme="light"] .read-more-toggle,
[data-theme="light"] .read-more-toggle:hover,
[data-theme="light"] .read-more-toggle:focus,
[data-theme="light"] .read-more-toggle:active,
[data-theme="light"] .read-more-toggle:focus-visible {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    transform: none !important;
    transition: none !important;
    outline: none !important;
}

[data-theme="light"] .read-more-toggle::before {
    content: none !important;
    display: none !important;
}
.back-to-collection-btn:focus,
.header-btn.back-to-collection-btn:focus-visible,
.back-to-collection-btn:focus-visible,
.header-btn.back-to-collection-btn:active,
.back-to-collection-btn:active {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    transform: none !important;
    transition: none !important;
    outline: none !important;
}

/* Keep light-theme button style readable, but preserve the gray base for the back-to-collection button */
[data-theme="light"] .header-btn.back-to-collection-btn,
[data-theme="light"] .back-to-collection-btn {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #090909;
}

[data-theme="light"] .header-btn.back-to-collection-btn:hover,
[data-theme="light"] .back-to-collection-btn:hover {
    background: #e8e8e8 !important;
    color: #090909 !important;
    transform: none !important;
}

[data-theme="light"] .header-btn.back-to-collection-btn:active,
[data-theme="light"] .back-to-collection-btn:active {
    box-shadow: inset 4px 4px 12px rgba(0,0,0,0.18), inset -4px -4px 12px rgba(255,255,255,0.85);
}

.header-btn.back-to-collection-btn:hover::before,
.back-to-collection-btn:hover::before,
.header-btn.back-to-collection-btn:focus::before,
.back-to-collection-btn:focus::before,
.header-btn.back-to-collection-btn:focus-visible::before,
.back-to-collection-btn:focus-visible::before,
.header-btn.back-to-collection-btn:active::before,
.back-to-collection-btn:active::before {
    opacity: 0.7 !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    filter: blur(18px) !important;
}

.btn.like-btn,
.modal-action-btn.like-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
    border: none;
    box-shadow: none;
    display: grid;
    place-items: center;
}

.btn.like-btn .heart-icon::before,
.modal-action-btn.like-btn .heart-icon::before {
    content: '♡';
    font-size: 22px;
    color: currentColor;
    transition: color 0.25s ease, transform 0.18s ease;
}

.btn.like-btn:hover,
.modal-action-btn.like-btn:hover {
    transform: scale(1.05);
    color: var(--accent-gold);
}

.btn.like-btn.liked .heart-icon::before,
.modal-action-btn.like-btn.liked .heart-icon::before {
    content: '♥';
    color: var(--accent-gold);
}

button#productLikeBtn,
button.product-like-btn,
.product-like-btn {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #d4af37 !important;
    border: none !important;
    color: #111 !important;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[data-theme="light"] button#productLikeBtn,
[data-theme="light"] button.product-like-btn,
[data-theme="light"] .product-like-btn {
    background: #d4af37 !important;
    color: #111 !important;
}

[data-theme="dark"] button#productLikeBtn,
[data-theme="dark"] button.product-like-btn,
[data-theme="dark"] .product-like-btn {
    background: #f6c865 !important;
    color: #111 !important;
}


/* --- MODAL --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.modal-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    background: var(--bg-card);
    border: 1px solid var(--card-border);
    width: min(90%, 850px);
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    padding: 36px;
    position: relative;
    transform: translateY(24px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-md);
}

[data-theme="light"] .modal-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.modal-overlay.is-visible .modal-content {
    transform: translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal-close-btn:hover {
    color: var(--text-main);
}

.modal-body-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: start;
}

.modal-img-wrapper {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-elevated);
    position: relative;
}

.modal-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--bg-elevated);
}

.modal-img-placeholder {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: var(--bg-elevated);
    color: var(--text-secondary);
    font-size: 14px;
}

.modal-img-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    padding: 10px 12px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: none !important;
    z-index: 1002 !important;
    pointer-events: auto !important;
    outline: none !important;
    touch-action: manipulation !important;
}

.modal-img-nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-img-nav-btn:active,
.modal-img-nav-btn:focus,
.modal-img-nav-btn:focus-visible {
    transform: translateY(-50%) !important;
    top: 50% !important;
    outline: none !important;
    box-shadow: none !important;
}

.modal-img-prev {
    left: 6px;
}

.modal-img-next {
    right: 6px;
}

.modal-img-thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-start;
}

.modal-img-thumbnail {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-img-thumbnail:hover {
    border-color: var(--accent-gold);
    opacity: 0.9;
}

.modal-img-thumbnail.active {
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 2px var(--accent-gold);
}

.modal-details-wrapper h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}


.modal-info-section {
    margin-bottom: 12px;
}

.modal-info-section h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

/* Remove small uppercase h4 labels inside modal/info sections across collections */
.modal-info-section h4 {
    /* enable the small uppercase labels inside modal/info sections */
    display: block !important;
}

.modal-info-section p {
    font-size: 14px;
    color: var(--text-main);
    line-height: 1.65;
    margin-top: 0;
}

.how-to-care .care-toggle-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-main);
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 8px;
}

.how-to-care .care-toggle-btn[aria-expanded="true"] {
    background: rgba(212,175,55,0.12);
    border-color: rgba(212,175,55,0.28);
}

.how-to-care .care-content ol,
.how-to-care .care-content ul {
    margin: 0 0 8px 16px;
    color: var(--text-main);
}

.how-to-care .care-content li {
    margin-bottom: 6px;
}

/* Read more toggle for long descriptions */
.read-more {
    position: relative;
}
.read-more-text {
    overflow: hidden;
}
.read-more-toggle {
    display: inline-block;
    background: transparent;
    border: none;
    color: var(--accent-gold);
    padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
}
.read-more-toggle:hover {
    text-decoration: underline;
}

.show-story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: transparent;
    color: var(--accent-gold);
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    margin-top: 12px;
}

.show-story-btn:hover {
    background: rgba(212, 175, 55, 0.12);
}

.design-story-content {
    display: block;
    margin-top: 14px;
    line-height: 1.8;
    color: var(--text-main);
}

.design-story-content span.story-word {
    opacity: 0;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.design-story-content.showing span.story-word {
    opacity: 1;
}

.modal-action-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border-radius: 999px;
    margin-top: 8px;
}

.back-to-collection-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 999px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #090909;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9);
    transition: none !important;
    text-transform: none;
    position: relative;
    overflow: hidden;
}

.back-to-collection-btn::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%);
    filter: blur(18px);
    opacity: 0.7;
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
}

.back-to-collection-btn:hover,
.back-to-collection-btn:focus,
.back-to-collection-btn:active,
.header-btn.back-to-collection-btn:hover,
.header-btn.back-to-collection-btn:focus,
.header-btn.back-to-collection-btn:active,
.header-btn.back-to-collection-btn:focus-visible,
.back-to-collection-btn:focus-visible {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22), -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    transform: none !important;
    transition: none !important;
    outline: none !important;
}

[data-theme="light"] .back-to-collection-btn,
[data-theme="light"] .header-btn.back-to-collection-btn {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #090909;
}

[data-theme="light"] .back-to-collection-btn:hover,
[data-theme="light"] .header-btn.back-to-collection-btn:hover {
    background: #e8e8e8 !important;
    color: #090909 !important;
    transform: none !important;
    transition: none !important;
}

/* Exact ::before + overflow/position to match Back to collection halo */
.quote-submit-btn,
#reviewSubmitBtn,
.btn.modal-action-btn.quote-submit-btn,
.quote-submit-btn.white {
    position: relative !important;
    overflow: hidden !important;
}

.quote-submit-btn::before,
#reviewSubmitBtn::before,
.btn.modal-action-btn.quote-submit-btn::before,
.quote-submit-btn.white::before {
    content: "" !important;
    position: absolute !important;
    inset: -10% !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    filter: blur(18px) !important;
    opacity: 0.7 !important;
    border-radius: inherit !important;
    z-index: -1 !important;
    transition: opacity 0.3s ease !important;
}

.quote-submit-btn,
#reviewSubmitBtn {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
}

/* Force exact back-to-collection appearance for quote/review action buttons */
.quote-submit-btn,
#reviewSubmitBtn,
.btn.modal-action-btn.quote-submit-btn,
.modal-action-btn.quote-submit-btn.white,
.quote-submit-btn.white {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    background: #e8e8e8 !important;
    border: 1px solid #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    transition: var(--transition) !important;
    text-transform: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.quote-submit-btn::before,
#reviewSubmitBtn::before,
.btn.modal-action-btn.quote-submit-btn::before,
.modal-action-btn.quote-submit-btn.white::before,
.quote-submit-btn.white::before {
    content: "" !important;
    position: absolute !important;
    inset: -10% !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    filter: blur(18px) !important;
    opacity: 0.7 !important;
    border-radius: inherit !important;
    z-index: -1 !important;
    transition: opacity 0.3s ease !important;
}

.quote-submit-btn:hover,
#reviewSubmitBtn:hover,
.btn.modal-action-btn.quote-submit-btn:hover,
.modal-action-btn.quote-submit-btn.white:hover,
.quote-submit-btn.white:hover {
    background: #f2f2f2 !important;
    color: #090909 !important;
    box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.24) !important, -8px -8px 18px rgba(255,255,255,0.9) !important;
    transform: translateY(-1px) !important;
}

/* Make Get a Quote persistently white like Back to collection and enlarge review submit */
.quote-submit-btn,
.quote-submit-btn.white,
.btn.modal-action-btn.quote-submit-btn,
.modal-action-btn.quote-submit-btn.white {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    padding: 22px 26px !important;
    font-size: 18px !important;
    border-radius: 999px !important;
    width: auto !important;
}

#reviewSubmitBtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 22px 26px !important;
    font-size: 18px !important;
    border-radius: 999px !important;
    background: #e8e8e8 !important;
    color: #090909 !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
}

.quote-submit-btn::before,
#reviewSubmitBtn::before,
.btn.modal-action-btn.quote-submit-btn::before {
    content: "" !important;
    position: absolute !important;
    inset: -10% !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    filter: blur(18px) !important;
    opacity: 0.7 !important;
    border-radius: inherit !important;
    z-index: -1 !important;
}

/* Make buttons rectangular (override pill styles) */
.header-btn,
.btn,
.back-to-collection-btn,
.header-btn.back-to-collection-btn,
.quote-submit-btn,
.quote-submit-btn.white,
.btn.modal-action-btn.quote-submit-btn,
.modal-action-btn.quote-submit-btn.white,
#reviewSubmitBtn,
.category-button,
.product-gallery-footer .quote-full,
.modal-action-row .quote-full {
    border-radius: 8px !important;
}

/* If any buttons were forced to full-width with block display, keep rectangular corners too */
.quote-submit-btn,
#reviewSubmitBtn {
    border-radius: 8px !important;
}

/* Enforce persistently white/neutral background for Get a Quote and Submit Review */
.quote-submit-btn,
.quote-submit-btn.white,
.btn.modal-action-btn.quote-submit-btn,
.modal-action-btn.quote-submit-btn.white,
#reviewSubmitBtn,
.modal-action-btn #reviewSubmitBtn {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
}

.quote-submit-btn:hover,
.quote-submit-btn:focus,
.quote-submit-btn:active,
.quote-submit-btn.white:hover,
.quote-submit-btn.white:focus,
.quote-submit-btn.white:active,
#reviewSubmitBtn:hover,
#reviewSubmitBtn:focus,
#reviewSubmitBtn:active {
    background: #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.22) !important, -6px -6px 12px rgba(255,255,255,0.9) !important;
    transform: none !important;
}

/* Ensure theme-specific rules don't override */
[data-theme="light"] .quote-submit-btn,
[data-theme="light"] .quote-submit-btn.white,
[data-theme="light"] #reviewSubmitBtn {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
}

/* FORCE white/back-to-collection appearance for specific action buttons across themes */
#reviewSubmitBtn,
.quote-submit-btn.white,
.btn.modal-action-btn.quote-submit-btn.white,
.share-product-btn,
.gallery-nav,
.read-more-toggle {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
}

#reviewSubmitBtn:hover,
.quote-submit-btn.white:hover,
.btn.modal-action-btn.quote-submit-btn.white:hover,
.share-product-btn:hover,
.read-more-toggle:hover {
    background: #f2f2f2 !important;
    color: #090909 !important;
}

/* Override light-theme specific rules that set blue backgrounds */
[data-theme="light"] #reviewSubmitBtn,
[data-theme="light"] .quote-submit-btn.white,
[data-theme="light"] .btn.modal-action-btn.quote-submit-btn.white,
[data-theme="light"] .share-product-btn,
[data-theme="light"] .gallery-nav,
[data-theme="light"] .gallery-nav:hover,
[data-theme="light"] .gallery-nav:focus,
[data-theme="light"] .gallery-nav:active,
[data-theme="light"] .gallery-nav:focus-visible,
[data-theme="light"] .gallery-nav-prev,
[data-theme="light"] .gallery-nav-prev:hover,
[data-theme="light"] .gallery-nav-prev:focus,
[data-theme="light"] .gallery-nav-prev:active,
[data-theme="light"] .gallery-nav-prev:focus-visible,
[data-theme="light"] .gallery-nav-next,
[data-theme="light"] .gallery-nav-next:hover,
[data-theme="light"] .gallery-nav-next:focus,
[data-theme="light"] .gallery-nav-next:active,
[data-theme="light"] .gallery-nav-next:focus-visible,
[data-theme="light"] .read-more-toggle {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: transparent !important;
}

/* Final strong override: remove all read-more-toggle effects and background fog */
.read-more-toggle,
.read-more-toggle:hover,
.read-more-toggle:focus,
.read-more-toggle:active,
.read-more-toggle:focus-visible {
    background: transparent !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.read-more-toggle::before {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    filter: none !important;
}

/* Ensure gallery navigation buttons remain vertically centered and do not jump on :active */
/* Stronger rule set: apply to all gallery/modal nav variants and prevent any visual shift on press/focus */
.gallery-nav,
.gallery-nav-prev,
.gallery-nav-next,
.modal-img-nav-btn,
.modal-img-prev,
.modal-img-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: none !important;
    box-shadow: none !important;
    outline: none !important;
    will-change: transform !important;
}

.gallery-nav:active,
.gallery-nav:focus,
.gallery-nav:focus-visible,
.gallery-nav-prev:active,
.gallery-nav-next:active,
.modal-img-nav-btn:active,
.modal-img-nav-btn:focus,
.modal-img-nav-btn:focus-visible,
.modal-img-prev:active,
.modal-img-next:active {
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.gallery-nav,
.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active,
.gallery-nav:focus-visible,
.gallery-nav-prev,
.gallery-nav-prev:hover,
.gallery-nav-prev:focus,
.gallery-nav-prev:active,
.gallery-nav-prev:focus-visible,
.gallery-nav-next,
.gallery-nav-next:hover,
.gallery-nav-next:focus,
.gallery-nav-next:active,
.gallery-nav-next:focus-visible {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: #e8e8e8 !important;
    color: #090909 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
    touch-action: manipulation !important;
/* Prevent visual jitter by promoting the button to its own composite layer
   and isolating layout/paint changes from the rest of the page. */
.header-btn.back-to-collection-btn,
.back-to-collection-btn {
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    contain: paint;
}
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active,
.gallery-nav:focus-visible,
.gallery-nav-prev:hover,
.gallery-nav-prev:focus,
.gallery-nav-prev:active,
.gallery-nav-prev:focus-visible,
.gallery-nav-next:hover,
.gallery-nav-next:focus,
.gallery-nav-next:active,
.gallery-nav-next:focus-visible {
    background: #e8e8e8 !important;
    color: #090909 !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Dark theme - badge */
:root[data-theme="dark"] .like-badge {
    background: #ff3b6d;
    color: #fff;
    border: 3px solid #0f0f0f;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    top: -8px;
    right: -10px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Light theme: make Add to Cart buttons (modal/action) light blue */
[data-theme="light"] .modal-action-btn {
    background: rgba(75, 125, 215, 0.92);
    color: #000000;
    border: 1px solid rgba(50, 100, 180, 0.7);
}

[data-theme="light"] .modal-action-btn:hover {
    background: rgba(50, 100, 190, 0.98);
}

[data-theme="light"] #reviewSubmitBtn {
    background: rgba(75, 125, 215, 0.92);
    color: #000000;
    border: 1px solid rgba(50, 100, 180, 0.7);
}

[data-theme="light"] #reviewSubmitBtn:hover {
    background: rgba(50, 100, 190, 0.98);
}


/* Cart styles removed */

/* --- CHECKOUT FORM --- */
.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: transparent;
    padding: 8px 2px;
    max-height: 440px;
    overflow-y: auto;
}

.form-row-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 12px;
    color: #a1a1a6;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.checkout-form input {
    background: var(--bg-card);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 4px;
    color: var(--text-main);
    font-size: 14px;
    outline: none;
    font-family: inherit;
    border-radius: 0;
    transition: border-color 0.2s ease;
}

.checkout-form input:focus {
    border-bottom-color: var(--accent-gold);
}

.checkout-submit-btn {
    width: 100%;
    background: var(--accent-gold);
    color: #111;
    font-weight: 500;
    padding: 14px;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.18);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .checkout-submit-btn {
    background: rgba(75, 125, 215, 0.9);
    color: #ffffff;
    border: 1px solid rgba(50, 100, 180, 0.6);
}

.checkout-submit-btn:hover {
    background: #9a6b19;
}

[data-theme="light"] .checkout-submit-btn:hover {
    background: rgba(50, 100, 190, 0.98);
}

/* --- FOOTER --- */
footer {
    background-color: #000000;
    border-top: 1px solid var(--border);
    padding: 48px 30px;
    margin-top: auto;
    color: #ffffff;
}

/* Ensure footer sits above page inputs to avoid accidental validation popups
   when tapping social icons */
footer {
    position: relative;
    z-index: 4000;
}

[data-theme="light"] footer {
    background: #000000;
    border-top: 1px solid rgba(50,100,180,0.40);
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    text-align: left;
}

[data-theme="light"] .footer-logo {
    color: #ffffff;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #ffffff;
    font-family: var(--font);
    max-width: 280px;
}

.footer-contact span {
    display: block;
    line-height: 1.7;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: var(--font);
}

.footer-contact a:hover {
    color: var(--accent-gold);
}

.footer-care {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--font);
    min-width: 220px;
}

.footer-care a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-care a:hover {
    color: var(--accent-gold);
}

.contact-title {
    display: block;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.care-title {
    display: block;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

[data-theme="light"] .footer-contact {
    color: #ffffff;
}

[data-theme="light"] .footer-contact a {
    color: #ffffff;
}

[data-theme="light"] .footer-contact a:hover {
    color: #ffffff;
}

/* About page background respects theme: white in light, black in dark */
#view-about {
    background-color: var(--bg-main);
    padding: calc(var(--header-height) + 20px) 30px 60px;
}

.footer-copyright {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer-logo-english,
.keep-thuluth {
    font-family: var(--font);
}

.footer-logo {
    margin: 0  auto 0 0;
}

[data-theme="light"] .footer-copyright {
    color: #ffffff;
}

#footerContact {
    scroll-margin-top: calc(var(--header-height) + 16px);
}

/* Footer social icons */
.footer-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: nowrap;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social {
    display: flex;
    gap: 14px;
    align-items: center;
    position: relative;
    z-index: 3000;
    pointer-events: auto;
    touch-action: manipulation;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    transition: var(--transition);
    position: relative;
    z-index: 3001;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.social-link svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}

.social-link:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.16);
}

.social-link.whatsapp,

/* Remove any fog/halo behind social/share buttons and make them static in both themes */
.social-link,
.social-link::before,
.social-link svg {
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
}

.social-link::before {
    content: none !important;
    display: none !important;
}

.social-link.whatsapp,
.social-link.instagram {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff;
    border: 2px solid #666666 !important;
}

.social-link.whatsapp:hover,
.social-link.instagram:hover {
    filter: none;
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    transform: none !important;
}
}


/* Prevent color-picker / product circles from overflowing their container */
.color-gallery-wrapper,
.color-picker-container {
    overflow: hidden;
    position: relative;
}


/* --- EFFECTS --- */
.glow-effect {
    animation: buttonGlowPulse 0.6s ease-out;
}

@keyframes buttonGlowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 77, 109, 0.7);
        transform: scale(0.98);
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(255, 77, 109, 0.35);
        background-color: #ff4d6d;
        color: #fff;
        transform: scale(1.04);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 77, 109, 0);
        transform: scale(1);
    }
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    header {
        padding: 0 16px;
    }

    .site-logo-img {
        width: 42px;
        height: 42px;
    }

    .logo-arabic {
        font-size: 16px;
    }

    .logo-english {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .search-input-field.is-active {
        width: 140px;
    }

    /* cart-nav-counter removed */

    .view-section {
        padding: 60px 16px 40px;
    }

    #view-about {
        padding-top: calc(var(--header-height) + 40px);
    }

    .collection-title-block {
        padding: 56px 0 28px;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .modal-body-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .modal-content {
        padding: 28px 20px;
    }

    .modal-img-wrapper {
        height: 240px;
    }

    .form-row-double {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .right-nav-cluster {
        gap: 8px;
    }

    .search-input-field.is-active {
        width: 110px;
        font-size: 12px;
    }

    /* cart-drawer-content responsive rule removed */
}

/* --- SMALL LIKE BUTTON (Product Page) --- */
.like-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.like-btn:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.like-btn.liked {
    background: rgba(255, 107, 107, 0.18);
    border-color: rgba(255, 107, 107, 0.45);
    color: #ff6b6b;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.16);
}

.like-btn.liked:hover {
    background: rgba(255, 107, 107, 0.28);
    box-shadow: 0 6px 16px rgba(255, 107, 107, 0.2);
}

.heart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* --- Override: increase site logo size --- */
.site-logo-img {
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 768px) {
    .site-logo-img {
        width: 32px !important;
        height: 32px !important;
    }
}

.heart-icon::before {
    content: '♥';
    display: inline-block;
    line-height: 1;
    font-size: 18px;
}

[data-theme="light"] .like-btn {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #111;
}

[data-theme="light"] .like-btn:hover {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .like-btn.liked {
    background: rgba(255, 107, 107, 0.16);
    color: #d00000;
    border-color: rgba(255, 107, 107, 0.35);
}

[data-theme="light"] .like-btn.liked:hover {
    background: rgba(255, 107, 107, 0.24);
    box-shadow: 0 6px 16px rgba(255, 107, 107, 0.15);
}

/* --- QUOTE MODAL --- */
.quote-modal {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: var(--bg-elevated);
    border-left: 1px solid var(--border);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
}

.quote-modal.is-visible {
    right: 0;
}

.quote-modal::backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.quote-modal-content {
    padding: 32px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.quote-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--text-main);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s ease;
    padding: 0;
}

.quote-close-btn:hover,
.quote-close-btn:active {
    background: rgba(255, 255, 255, 0.08);
    transform: none !important;
    top: 16px !important;
    right: 16px !important;
}

.quote-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-main);
    margin-top: 24px;
    margin-bottom: 8px;
}

.quote-modal-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

#quoteForm {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#quoteForm .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#quoteForm .form-group label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

#quoteForm input,
#quoteForm textarea {
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 12px;
    color: var(--text-main);
    font-size: 14px;
    outline: none;
    font-family: inherit;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

#quoteForm input:focus,
#quoteForm textarea:focus {
    border-color: var(--accent-gold);
}

#quoteForm textarea {
    resize: vertical;
    min-height: 100px;
}

.quote-submit-btn {
    background: #CA601E;
    color: #ffffff;
    border: 1px solid #b85a1a;
    padding: 14px 18px;
    font-weight: 600;
    border-radius: 0.75em;
    cursor: pointer;
    transition: all 0.28s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: auto;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.12), -6px -6px 12px rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quote-submit-btn:hover {
    background: #CA601E;
    transform: translateY(2px);
}

[data-theme="light"] .quote-modal {
    background: #f8f8fa;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .quote-close-btn:hover {
    background: rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .quote-modal-title {
    color: #111;
}

[data-theme="light"] .quote-modal-subtitle {
    color: #666;
}

[data-theme="light"] #quoteForm input,
[data-theme="light"] #quoteForm textarea {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #111;
}

[data-theme="light"] #quoteForm input:focus,
[data-theme="light"] #quoteForm textarea:focus {
    border-color: #4b7dd7;
}

[data-theme="light"] #quoteForm .form-group label {
    color: #666;
}

[data-theme="light"] .quote-submit-btn {
    background: #CA601E;
    color: #ffffff;
    border: 1px solid #b85a1a;
}

[data-theme="light"] .quote-submit-btn:hover {
    background: #CA601E;
}

/* Responsive Quote Modal */
@media (max-width: 768px) {
    .quote-modal {
        width: 100%;
        right: -100%;
    }

    .quote-modal.is-visible {
        right: 0;
    }

    .quote-modal-content {
        padding: 24px 20px;
    }
}

/* Final strong override: force quote/review buttons to match Back to collection exactly */
.quote-submit-btn,
#reviewSubmitBtn,
.btn.modal-action-btn.quote-submit-btn,
.modal-action-btn.quote-submit-btn.white {
    background: #e8e8e8 !important;
    color: #090909 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    width: auto !important;
    text-transform: none !important;
}

/* Make the Back-to-collection style buttons span full width like the screenshot, keep pill shape */
.quote-submit-btn,
#reviewSubmitBtn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Make the Send Quote Request button long and centered inside the quote modal */
.quote-modal-content .quote-action-row {
    display: flex !important;
    justify-content: center !important;
    padding-top: 4px !important;
}

.quote-modal-content .quote-action-row .header-btn,
.quote-modal-content .quote-action-row .back-to-collection-btn,
.quote-modal-content .quote-action-row .quote-submit-btn {
    width: 100% !important;
    max-width: 480px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Make the Get a Quote button short and compact, matching the button feel without stretching */
.product-gallery-footer .quote-full,
.modal-action-row .quote-full {
    display: inline-flex !important;
    width: auto !important;
    max-width: fit-content !important;
    box-sizing: border-box !important;
    /* Larger and fixed minimum width so the button doesn't appear too short */
    padding: 14px 28px !important;
    font-size: 17px !important;
    min-width: 450px !important;
    flex: none !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.quote-submit-btn::before,
#reviewSubmitBtn::before,
.btn.modal-action-btn.quote-submit-btn::before {
    content: "" !important;
    position: absolute !important;
    inset: -10% !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 55%) !important;
    filter: blur(18px) !important;
    opacity: 0.7 !important;
    border-radius: inherit !important;
    z-index: -1 !important;
}

/* Strong override: remove any visual effect from share/social buttons everywhere */
.social-link,
.share-btn,
.share-button,
.product-share-btn,
.modal-share-btn {
    background: transparent !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    outline: none !important;
    pointer-events: auto !important;
}

/* But restore styling for whatsapp and instagram social links */
.social-link.whatsapp,
.social-link.instagram {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
}

.social-link::before,
.share-btn::before,
.share-button::before,
.product-share-btn::before,
.modal-share-btn::before {
    content: none !important;
    display: none !important;
}

.social-link:hover,
.social-link:focus,
.social-link:active,
.share-btn:hover,
.share-btn:focus,
.share-btn:active,
.share-button:hover,
.share-button:focus,
.share-button:active,
.product-share-btn:hover,
.product-share-btn:focus,
.product-share-btn:active,
.modal-share-btn:hover,
.modal-share-btn:focus,
.modal-share-btn:active {
    background: transparent !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    outline: none !important;
}

/* Keep whatsapp and instagram styling in all states */
.social-link.whatsapp:hover,
.social-link.whatsapp:focus,
.social-link.whatsapp:active,
.social-link.instagram:hover,
.social-link.instagram:focus,
.social-link.instagram:active {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Extra strong override specifically for light theme (ensure no fog/halo or hover styles) */
html[data-theme="light"] .social-link,
html[data-theme="light"] .social-link svg,
html[data-theme="light"] .social-link::before,
html[data-theme="light"] .social-link.whatsapp,
html[data-theme="light"] .social-link.instagram,
html[data-theme="light"] .share-btn,
html[data-theme="light"] .share-button,
html[data-theme="light"] .product-share-btn,
html[data-theme="light"] .modal-share-btn {
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    color: #111 !important;
}

/* But restore styling for whatsapp and instagram in light theme */
html[data-theme="light"] .social-link.whatsapp,
html[data-theme="light"] .social-link.instagram {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
}
html[data-theme="light"] .social-link.whatsapp svg,
html[data-theme="light"] .social-link.instagram svg {
    color: #ffffff !important;
}

/* Keep whatsapp and instagram styling in all states in light theme */
html[data-theme="light"] .social-link.whatsapp:hover,
html[data-theme="light"] .social-link.whatsapp:focus,
html[data-theme="light"] .social-link.whatsapp:active,
html[data-theme="light"] .social-link.instagram:hover,
html[data-theme="light"] .social-link.instagram:focus,
html[data-theme="light"] .social-link.instagram:active {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

html[data-theme="light"] .social-link::before,
html[data-theme="light"] .share-btn::before,
html[data-theme="light"] .share-button::before {
    content: none !important;
    display: none !important;
}

/* Ensure no fog/haze behind social links in light theme */
html[data-theme="light"] .social-link,
html[data-theme="light"] .footer-social .social-link {
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    border-color: rgba(0,0,0,0.08) !important;
    color: #111 !important;
}

/* Restore styling for whatsapp and instagram links */
html[data-theme="light"] .footer-social .social-link.whatsapp,
html[data-theme="light"] .footer-social .social-link.instagram {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: white !important;
}

/* Keep whatsapp and instagram styling in all states in light theme footer */
html[data-theme="light"] .footer-social .social-link.whatsapp:hover,
html[data-theme="light"] .footer-social .social-link.whatsapp:focus,
html[data-theme="light"] .footer-social .social-link.whatsapp:active,
html[data-theme="light"] .footer-social .social-link.instagram:hover,
html[data-theme="light"] .footer-social .social-link.instagram:focus,
html[data-theme="light"] .footer-social .social-link.instagram:active {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
}

/* Keep whatsapp and instagram styling in all states in dark theme */
html[data-theme="dark"] .social-link.whatsapp:hover,
html[data-theme="dark"] .social-link.whatsapp:focus,
html[data-theme="dark"] .social-link.whatsapp:active,
html[data-theme="dark"] .social-link.instagram:hover,
html[data-theme="dark"] .social-link.instagram:focus,
html[data-theme="dark"] .social-link.instagram:active {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #666666 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

html[data-theme="light"] .social-link svg {
    filter: none !important;
}

/* Final, high-specificity overrides for the product share button: remove fog/halo/background and disable effects */
button.share-product-btn,
.share-product-btn {
    /* restore original look while removing fog/halo/effects */
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    box-shadow: none !important; /* remove extra glow/haze */
    filter: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}

button.share-product-btn::before,
.share-product-btn::before {
    content: none !important;
    display: none !important;
}

button.share-product-btn:hover,
button.share-product-btn:focus,
button.share-product-btn:active,
.share-product-btn:hover,
.share-product-btn:focus,
.share-product-btn:active {
    /* keep the same visible color on interaction, only disable motion/effects */
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    opacity: 1 !important;
}

/* Ensure the button looks consistent in both themes */
html[data-theme="light"] button.share-product-btn,
html[data-theme="light"] .share-product-btn {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    color: #090909 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] button.share-product-btn,
html[data-theme="dark"] .share-product-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Ensure Read More text is styled properly in dark theme */
html[data-theme="dark"] .read-more-toggle,
html[data-theme="dark"] .read-more-toggle:hover,
html[data-theme="dark"] .read-more-toggle:focus,
html[data-theme="dark"] .read-more-toggle:active {
    color: #090909 !important;
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.22) !important, -6px -6px 12px rgba(255, 255, 255, 0.9) !important;
}