@import '_content/BlazorEssentials/BlazorEssentials.6oydb6jskt.bundle.scp.css';
@import '_content/LSL/LSL.m5hh8r3wu3.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-11fx9h8771],
.components-reconnect-repeated-attempt-visible[b-11fx9h8771],
.components-reconnect-failed-visible[b-11fx9h8771],
.components-pause-visible[b-11fx9h8771],
.components-resume-failed-visible[b-11fx9h8771],
.components-rejoining-animation[b-11fx9h8771] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-retrying[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-failed[b-11fx9h8771],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-11fx9h8771] {
    display: block;
}


#components-reconnect-modal[b-11fx9h8771] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-11fx9h8771 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-11fx9h8771 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-11fx9h8771 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-11fx9h8771]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-11fx9h8771 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-11fx9h8771 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-11fx9h8771 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-11fx9h8771 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-11fx9h8771] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-11fx9h8771] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-11fx9h8771] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-11fx9h8771] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-11fx9h8771] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-11fx9h8771] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-11fx9h8771] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-11fx9h8771 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-11fx9h8771] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-11fx9h8771 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AboutUs/AboutCtaSection.razor.rz.scp.css */
.section[b-whnt880twt] {
    padding: 4.5rem 0;
}

.cta[b-whnt880twt] {
    background-color: var(--primary);
    color: #0d0d0d;
    text-align: center;
}

.cta h2[b-whnt880twt] {
    color: #0d0d0d;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
}

.btn-light[b-whnt880twt] {
    background-color: var(--bg);
    color: var(--primary);
}

.btn-light:hover[b-whnt880twt] {
    background-color: var(--card);
    transform: scale(1.05);
}
/* /Components/Pages/AboutUs/AboutHeroSection.razor.rz.scp.css */
.about-hero[b-u8entxhcy1] {
    padding: 4rem 0 0;
    text-align: center;
}

.hero-brand[b-u8entxhcy1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: "Above the Beyond Script", serif;
    color: var(--primary);
    font-size: 2rem;
}

.hero-logo[b-u8entxhcy1] {
    height: clamp(2.5rem, 6vw, 4rem);
    width: auto;
}

.about-hero p[b-u8entxhcy1] {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: var(--muted);
    max-width: 36rem;
    margin: 0 auto 2.5rem;
}

.hero-image[b-u8entxhcy1] {
    /*height: clamp(280px, 45vw, 480px);*/
    height: clamp(280px, 65vw, 580px);
    background-color: var(--surface-alt);
    border-radius: var(--radius);
    overflow: hidden;
}

.hero-image img[b-u8entxhcy1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* /Components/Pages/AboutUs/AboutJourneySection.razor.rz.scp.css */
.section[b-ny5ji34cdd] {
    padding: 4.5rem 0;
}

.journey-row[b-ny5ji34cdd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}

.journey-row:last-child[b-ny5ji34cdd] {
    margin-bottom: 0;
}

.journey-img[b-ny5ji34cdd] {
    height: 360px;
    background-color: var(--surface-alt);
    border-radius: var(--radius);
    overflow: hidden;
}

.journey-img img[b-ny5ji34cdd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.journey-text h2[b-ny5ji34cdd] {
    font-size: 1.9rem;
    margin-bottom: 1rem;
}

.journey-text p[b-ny5ji34cdd] {
    color: var(--text);
    margin-bottom: 1rem;
}

.journey-text p:last-child[b-ny5ji34cdd] {
    margin-bottom: 0;
}

.journey-row.reverse .journey-text[b-ny5ji34cdd] {
    order: 1;
}

.journey-row.reverse .journey-img[b-ny5ji34cdd] {
    order: 2;
}

@media (max-width: 720px) {
    .journey-row[b-ny5ji34cdd],
    .journey-row.reverse[b-ny5ji34cdd] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .journey-row.reverse .journey-text[b-ny5ji34cdd] {
        order: 2;
    }

    .journey-row.reverse .journey-img[b-ny5ji34cdd] {
        order: 1;
    }
}
/* /Components/Pages/AboutUs/AboutTeamSection.razor.rz.scp.css */
.section[b-tkewdxz1ry] {
    padding: 4.5rem 0;
}

.section-title[b-tkewdxz1ry] {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.team-grid[b-tkewdxz1ry] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.team-card[b-tkewdxz1ry] {
    background-color: var(--card);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease;
}

.team-card:hover[b-tkewdxz1ry] {
    transform: translateY(-4px);
}

.team-img[b-tkewdxz1ry] {
    height: 300px;
    background-color: var(--surface-alt);
    overflow: hidden;
}

.team-img img[b-tkewdxz1ry] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-info[b-tkewdxz1ry] {
    padding: 1.25rem;
    text-align: center;
}

.team-info .name[b-tkewdxz1ry] {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.team-info .role[b-tkewdxz1ry] {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 900px) {
    .team-grid[b-tkewdxz1ry] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .team-grid[b-tkewdxz1ry] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AboutUs/AboutValuesSection.razor.rz.scp.css */
.section[b-4rdw03dxag] {
    padding: 4.5rem 0;
}

.section-title[b-4rdw03dxag] {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.values[b-4rdw03dxag] {
    background-color: var(--card);
}

.values-grid[b-4rdw03dxag] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    text-align: center;
}

.value-card .icon[b-4rdw03dxag] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background-color: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card .icon svg[b-4rdw03dxag] {
    width: 30px;
    height: 30px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-card h3[b-4rdw03dxag] {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}

.value-card p[b-4rdw03dxag] {
    color: var(--muted);
    font-size: 0.95rem;
}

@media (max-width: 560px) {
    .values-grid[b-4rdw03dxag] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Main.razor.rz.scp.css */
/* #region ROOT */

:root[b-bakc1ctrfd] {
    --bg-body: #0f1115;
    --bg-sidebar: #161b22;
    --bg-card: #1c2128;
    --bg-hover: #262c36;
    --border-color: #30363d;
    --text-primary: #f0f6fc;
    --text-secondary: #8b949e;
    --accent-primary: #58a6ff;
    --accent-hover: #79c0ff;
    --accent-glow: rgba(88, 166, 255, 0.15);
    --selection-blue: #2c5d87;
    --success: #238636;
    --warning: #d29922;
    --danger: #f85149;
    --font-main: 'Inter', sans-serif;
    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

*[b-bakc1ctrfd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-bakc1ctrfd] {
    font-family: var(--font-main);
    background-color: var(--bg-body);
    color: var(--text-primary);
    height: 100vh;
    overflow: hidden;
    display: flex;
}

/* #endregion */

/* #region SCROLLBAR */

[b-bakc1ctrfd]::-webkit-scrollbar {
    width: 8px;
}

[b-bakc1ctrfd]::-webkit-scrollbar-track {
    background: var(--bg-body);
}

[b-bakc1ctrfd]::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 4px;
}

    [b-bakc1ctrfd]::-webkit-scrollbar-thumb:hover {
        background: var(--text-secondary);
    }

/* #endregion */
/* /Components/Pages/Apartment/ApartmentCtaSection.razor.rz.scp.css */
.cta-section[b-4a5fzccjtv] {
    padding: 5rem 0;
    background-color: var(--surface-alt);
}

.cta-inner[b-4a5fzccjtv] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-inner h2[b-4a5fzccjtv] {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    margin-bottom: 1rem;
}

.cta-inner p[b-4a5fzccjtv] {
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.1rem);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-btn[b-4a5fzccjtv] {
    display: inline-block;
    padding: 0.85rem 2.25rem;
    background-color: var(--primary);
    color: var(--primary-foreground);
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.cta-btn:hover[b-4a5fzccjtv] {
    opacity: 0.85;
}
/* /Components/Pages/Apartment/ApartmentDetailsSection.razor.rz.scp.css */
.section[b-l4c94qeca5] {
    padding: 4.5rem 0;
}

.details-row[b-l4c94qeca5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.details-text h2[b-l4c94qeca5] {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
    margin-bottom: 1.25rem;
}

.details-text p[b-l4c94qeca5] {
    color: var(--text);
    margin-bottom: 1rem;
    line-height: 1.7;
}

.details-list[b-l4c94qeca5] {
    margin: 1.25rem 0 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.details-list li[b-l4c94qeca5] {
    color: var(--text);
    line-height: 1.6;
}

.details-img[b-l4c94qeca5] {
    height: 440px;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--surface-alt);
}

.details-img img[b-l4c94qeca5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .details-row[b-l4c94qeca5] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .details-img[b-l4c94qeca5] {
        height: 300px;
        order: -1;
    }
}
/* /Components/Pages/Apartment/ApartmentFeaturesSection.razor.rz.scp.css */
.section[b-05ay5wapy1] {
    padding: 4.5rem 0;
}

.section-header[b-05ay5wapy1] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2[b-05ay5wapy1] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 0.75rem;
}

.section-header p[b-05ay5wapy1] {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: var(--muted);
    max-width: 540px;
    margin: 0 auto;
}

.features-grid[b-05ay5wapy1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.feature-card[b-05ay5wapy1] {
    padding: 1.75rem;
    background-color: var(--surface-alt);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feature-icon[b-05ay5wapy1] {
    width: 2.5rem;
    height: 2.5rem;
}

.feature-icon img[b-05ay5wapy1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.feature-card h3[b-05ay5wapy1] {
    font-size: 1.05rem;
    margin: 0;
}

.feature-card p[b-05ay5wapy1] {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .features-grid[b-05ay5wapy1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .features-grid[b-05ay5wapy1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Apartment/ApartmentGallerySection.razor.rz.scp.css */
.gallery-section[b-fhw83jqfv0] {
    background-color: var(--surface-alt);
}

.section[b-fhw83jqfv0] {
    padding: 4.5rem 0;
}

.section-header[b-fhw83jqfv0] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2[b-fhw83jqfv0] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.gallery-grid[b-fhw83jqfv0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 260px 260px;
    gap: 0.75rem;
}

.gallery-item[b-fhw83jqfv0] {
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--surface);
}

.gallery-item img[b-fhw83jqfv0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-item--large[b-fhw83jqfv0] {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

@media (max-width: 768px) {
    .gallery-grid[b-fhw83jqfv0] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gallery-item--large[b-fhw83jqfv0] {
        grid-column: 1 / 3;
        grid-row: auto;
        height: 260px;
    }

    .gallery-item[b-fhw83jqfv0] {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-fhw83jqfv0] {
        grid-template-columns: 1fr;
    }

    .gallery-item--large[b-fhw83jqfv0] {
        grid-column: 1;
    }

    .gallery-item[b-fhw83jqfv0] {
        height: 220px;
    }
}
/* /Components/Pages/Apartment/ApartmentHeroSection.razor.rz.scp.css */
.apartment-hero[b-qt95nqi443] {
    width: 100%;
}

.hero-image[b-qt95nqi443] {
    position: relative;
    height: clamp(420px, 70vw, 680px);
    overflow: hidden;
}

.hero-image img[b-qt95nqi443] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay[b-qt95nqi443] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 100%);
    display: flex;
    align-items: flex-end;
    padding: 3rem clamp(1.25rem, 5vw, 4rem);
}

.hero-content[b-qt95nqi443] {
    max-width: 680px;
    color: #fff;
}

.hero-content h1[b-qt95nqi443] {
    font-size: clamp(2.2rem, 6vw, 4rem);
    margin-bottom: 0.75rem;
    line-height: 1.1;
    color: #fff;
}

.hero-content p[b-qt95nqi443] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    opacity: 0.9;
    max-width: 520px;
}

@media (max-width: 560px) {
    .hero-overlay[b-qt95nqi443] {
        padding: 2rem 1.25rem;
    }
}
/* /Components/Pages/Article/ArticleAuthorSection.razor.rz.scp.css */
.author-bio[b-n6pmwnueul] {
    max-width: var(--readw);
    margin: 0 auto 1rem;
    padding: 0 1.25rem;
}

.author-card[b-n6pmwnueul] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.75rem;
}

.author-avatar[b-n6pmwnueul] {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--surface-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.7rem;
    font-style: italic;
    text-align: center;
}

.author-avatar img[b-n6pmwnueul] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-info h4[b-n6pmwnueul] {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.author-info .role[b-n6pmwnueul] {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.5rem;
}

.author-info p[b-n6pmwnueul] {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 720px) {
    .author-card[b-n6pmwnueul] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Components/Pages/Article/ArticleBodySection.razor.rz.scp.css */
.article-body[b-kphm5xi93h] {
    max-width: var(--readw);
    margin: 0 auto;
    padding: 0 1.25rem;
}

.article-body p[b-kphm5xi93h] {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 1.6rem;
}

.article-body h2[b-kphm5xi93h] {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    margin: 2.75rem 0 1.25rem;
}

.article-body a.inline-link[b-kphm5xi93h] {
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid rgba(109, 255, 46, 0.4);
}

.article-body a.inline-link:hover[b-kphm5xi93h] {
    border-bottom-color: var(--primary);
}

.article-body blockquote[b-kphm5xi93h] {
    font-family: var(--font-head);
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.55;
    color: var(--primary-dark);
    border-left: 5px solid var(--primary);
    background-color: var(--bg);
    padding: 1.5rem 1.75rem;
    margin: 2.5rem 0;
    border-radius: 0 var(--radius) var(--radius) 0;
}

.article-figure[b-kphm5xi93h] {
    margin: 2.5rem 0;
}

.article-figure .figure-img[b-kphm5xi93h] {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--radius);
}

.article-figure figcaption[b-kphm5xi93h] {
    text-align: center;
    font-size: 0.85rem;
    color: var(--muted);
    font-style: italic;
    margin-top: 0.75rem;
}

.tools-list[b-kphm5xi93h] {
    margin: 1.5rem 0 2rem;
}

.tools-list li[b-kphm5xi93h] {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.85rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.tools-list li[b-kphm5xi93h]::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 700;
}
/* /Components/Pages/Article/ArticleHeroSection.razor.rz.scp.css */
.article-head[b-itjd0vehbh] {
    max-width: var(--readw);
    margin: 0 auto;
    padding: 3.5rem 1.25rem 2rem;
    text-align: center;
}

.breadcrumbs[b-itjd0vehbh] {
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.breadcrumbs a:hover[b-itjd0vehbh] {
    color: var(--primary);
}

.breadcrumbs .sep[b-itjd0vehbh] {
    margin: 0 0.35rem;
    color: var(--border);
}

.breadcrumbs .current[b-itjd0vehbh] {
    color: var(--text);
}

.cat-tag[b-itjd0vehbh] {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
}

.article-head h1[b-itjd0vehbh] {
    font-size: clamp(2rem, 5vw, 3.1rem);
    margin-bottom: 1.25rem;
    text-wrap: balance;
}

.article-meta[b-itjd0vehbh] {
    font-size: 0.9rem;
    color: var(--muted);
}

.article-hero[b-itjd0vehbh] {
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding: 0 1.25rem;
}

.article-hero .hero-img[b-itjd0vehbh] {
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
    border-radius: var(--radius);
}
/* /Components/Pages/Article/ArticleReadNextSection.razor.rz.scp.css */
.read-next[b-elumnv2s23] {
    background-color: var(--card);
    margin-top: 4rem;
}

.read-next h2[b-elumnv2s23] {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin-bottom: 2.5rem;
}

.post-grid[b-elumnv2s23] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.post-card[b-elumnv2s23] {
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card:hover[b-elumnv2s23] {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.post-img[b-elumnv2s23] {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.post-body[b-elumnv2s23] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.post-tag[b-elumnv2s23] {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.6rem;
}

.post-body h3[b-elumnv2s23] {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
}

.post-body p[b-elumnv2s23] {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.read-more[b-elumnv2s23] {
    margin-top: auto;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary);
    width: fit-content;
}

.read-more:hover[b-elumnv2s23] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .post-grid[b-elumnv2s23] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .post-grid[b-elumnv2s23] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Article/ArticleTagsShareSection.razor.rz.scp.css */
.tags-share[b-ok9yr5bjph] {
    max-width: var(--readw);
    margin: 2.5rem auto;
    padding: 2rem 1.25rem;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.pill-tags[b-ok9yr5bjph] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.pill[b-ok9yr5bjph] {
    display: inline-block;
    background-color: var(--card);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.pill:hover[b-ok9yr5bjph] {
    border-color: var(--primary);
    color: var(--primary);
}

.share[b-ok9yr5bjph] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.share span[b-ok9yr5bjph] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--muted);
}

.share-icons[b-ok9yr5bjph] {
    display: flex;
    gap: 0.6rem;
}

.share-icons a[b-ok9yr5bjph] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--card);
    border: 1px solid var(--border);
    color: var(--primary);
    transition: all 0.2s ease;
}

.share-icons a:hover[b-ok9yr5bjph] {
    background-color: var(--primary);
    color: #0d0d0d;
    border-color: var(--primary);
}

.share-icons svg[b-ok9yr5bjph] {
    width: 18px;
    height: 18px;
}

@media (max-width: 720px) {
    .tags-share[b-ok9yr5bjph] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Bar/BarCtaSection.razor.rz.scp.css */
.cta-section[b-m83uce6724] {
    padding: 5rem 0;
    background-color: var(--surface-alt);
}

.cta-inner[b-m83uce6724] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-inner h2[b-m83uce6724] {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    margin-bottom: 1rem;
}

.cta-inner p[b-m83uce6724] {
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.1rem);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-btn[b-m83uce6724] {
    display: inline-block;
    padding: 0.85rem 2.25rem;
    background-color: var(--primary);
    color: var(--primary-foreground);
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.cta-btn:hover[b-m83uce6724] {
    opacity: 0.85;
}
/* /Components/Pages/Bar/BarDrinksSection.razor.rz.scp.css */
.drinks-section[b-vjbio78sp4] {
    background-color: var(--surface-alt);
}

.section[b-vjbio78sp4] {
    padding: 4.5rem 0;
}

.section-header[b-vjbio78sp4] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2[b-vjbio78sp4] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 0.75rem;
}

.section-header p[b-vjbio78sp4] {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: var(--muted);
    max-width: 540px;
    margin: 0 auto;
}

.drinks-grid[b-vjbio78sp4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.drink-card[b-vjbio78sp4] {
    background-color: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
}

.drink-img[b-vjbio78sp4] {
    height: 220px;
    overflow: hidden;
    background-color: var(--surface-alt);
}

.drink-img img[b-vjbio78sp4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.drink-info[b-vjbio78sp4] {
    padding: 1.25rem;
}

.drink-info h3[b-vjbio78sp4] {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.drink-info p[b-vjbio78sp4] {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .drinks-grid[b-vjbio78sp4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .drinks-grid[b-vjbio78sp4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Bar/BarHeroSection.razor.rz.scp.css */
.bar-hero[b-0aa6gyn5j3] {
    width: 100%;
}

.hero-image[b-0aa6gyn5j3] {
    position: relative;
    height: clamp(420px, 70vw, 680px);
    overflow: hidden;
}

.hero-image img[b-0aa6gyn5j3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay[b-0aa6gyn5j3] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
    display: flex;
    align-items: flex-end;
    padding: 3rem clamp(1.25rem, 5vw, 4rem);
}

.hero-content[b-0aa6gyn5j3] {
    max-width: 680px;
    color: #fff;
}

.hero-content h1[b-0aa6gyn5j3] {
    font-size: clamp(2.2rem, 6vw, 4rem);
    margin-bottom: 0.75rem;
    line-height: 1.1;
    color: #fff;
}

.hero-content p[b-0aa6gyn5j3] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    opacity: 0.9;
    max-width: 520px;
}

@media (max-width: 560px) {
    .hero-overlay[b-0aa6gyn5j3] {
        padding: 2rem 1.25rem;
    }
}
/* /Components/Pages/Bar/BarHoursSection.razor.rz.scp.css */
.section[b-fvkzqm0qfp] {
    padding: 4.5rem 0;
}

.hours-grid[b-fvkzqm0qfp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.hours-block h2[b-fvkzqm0qfp],
.location-block h2[b-fvkzqm0qfp] {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    margin-bottom: 1.5rem;
}

.hours-list[b-fvkzqm0qfp] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-list li[b-fvkzqm0qfp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: var(--surface-alt);
    border-radius: var(--radius);
}

.hours-list .day[b-fvkzqm0qfp] {
    font-weight: 600;
}

.hours-list .time[b-fvkzqm0qfp] {
    color: var(--muted);
}

.location-block p[b-fvkzqm0qfp] {
    color: var(--text);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.location-img[b-fvkzqm0qfp] {
    height: 220px;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--surface-alt);
}

.location-img img[b-fvkzqm0qfp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .hours-grid[b-fvkzqm0qfp] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}
/* /Components/Pages/Bar/BarStorySection.razor.rz.scp.css */
.section[b-a8iqd7lqgy] {
    padding: 4.5rem 0;
}

.story-row[b-a8iqd7lqgy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.story-img[b-a8iqd7lqgy] {
    height: 420px;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--surface-alt);
}

.story-img img[b-a8iqd7lqgy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story-text h2[b-a8iqd7lqgy] {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
    margin-bottom: 1.25rem;
}

.story-text p[b-a8iqd7lqgy] {
    color: var(--text);
    margin-bottom: 1rem;
    line-height: 1.7;
}

.story-text p:last-child[b-a8iqd7lqgy] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .story-row[b-a8iqd7lqgy] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .story-img[b-a8iqd7lqgy] {
        height: 300px;
    }
}
/* /Components/Pages/Blog/BlogHeaderSection.razor.rz.scp.css */
.blog-head[b-tbe0p95u65] {
    text-align: center;
    padding: 4rem 1.25rem 1rem;
    max-width: 42rem;
    margin: 0 auto;
}

.blog-head h1[b-tbe0p95u65] {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    margin-bottom: 0.75rem;
}

.blog-head p[b-tbe0p95u65] {
    color: var(--muted);
    font-size: clamp(1rem, 2.5vw, 1.15rem);
}
/* /Components/Pages/Blog/FeaturedSection.razor.rz.scp.css */
.featured[b-drtanapry5] {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    margin-top: 2.5rem;
}

.featured-img[b-drtanapry5] {
    flex: 1 1 50%;
    align-self: stretch;
    min-height: 380px;
    object-fit: cover;
    display: block;
    width: 50%;
}

.featured-body[b-drtanapry5] {
    flex: 1 1 50%;
    padding: 2.5rem 2.5rem 2.5rem 0;
}

.meta[b-drtanapry5] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.tag[b-drtanapry5] {
    display: inline-block;
    background-color: rgba(109, 255, 46, 0.12);
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
}

.meta .date[b-drtanapry5] {
    color: var(--muted);
}

.featured-body h2[b-drtanapry5] {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    margin-bottom: 1rem;
}

.featured-body p[b-drtanapry5] {
    color: var(--muted);
    margin-bottom: 1.75rem;
    max-width: 34rem;
}

@media (max-width: 720px) {
    .featured[b-drtanapry5] {
        flex-direction: column;
    }

    .featured-img[b-drtanapry5] {
        width: 100%;
        flex-basis: auto;
        min-height: 240px;
        max-height: 320px;
    }

    .featured-body[b-drtanapry5] {
        padding: 2rem 1.75rem;
    }
}
/* /Components/Pages/Blog/PostGridSection.razor.rz.scp.css */
.grid-title[b-m01pmwtvha] {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.post-grid[b-m01pmwtvha] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.post-card[b-m01pmwtvha] {
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card:hover[b-m01pmwtvha] {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.post-img[b-m01pmwtvha] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.post-body[b-m01pmwtvha] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.post-body .meta[b-m01pmwtvha] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
    font-size: 0.8rem;
}

.tag[b-m01pmwtvha] {
    display: inline-block;
    background-color: rgba(109, 255, 46, 0.12);
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
}

.date[b-m01pmwtvha] {
    color: var(--muted);
}

.post-body h3[b-m01pmwtvha] {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.post-body p[b-m01pmwtvha] {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.read-more[b-m01pmwtvha] {
    margin-top: auto;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary);
    width: fit-content;
}

.read-more:hover[b-m01pmwtvha] {
    text-decoration: underline;
}

.pagination[b-m01pmwtvha] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 42px);
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3.5rem;
}

.pagination button[b-m01pmwtvha] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text);
    background-color: var(--card);
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination button:hover[b-m01pmwtvha] {
    border-color: var(--primary);
    color: var(--primary);
}

.pagination button.active[b-m01pmwtvha] {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #0d0d0d;
}

.pagination button.dots[b-m01pmwtvha] {
    border: none;
    background: transparent;
    cursor: default;
    color: var(--muted);
}

@media (max-width: 900px) {
    .post-grid[b-m01pmwtvha] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .post-grid[b-m01pmwtvha] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Category/BreadcrumbSection.razor.rz.scp.css */
/* #region Breadcrumb */

.breadcrumb[b-gwyyx8lyt3] {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
}

    .breadcrumb ul[b-gwyyx8lyt3] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .breadcrumb ul li[b-gwyyx8lyt3] {
        display: flex;
        align-items: center;
        font-size: 0.85rem;
        color: var(--muted);
    }

        .breadcrumb ul li:not(:last-child)[b-gwyyx8lyt3]::after {
            content: "/";
            margin: 0 0.45rem;
            color: var(--muted);
        }

        .breadcrumb ul li:last-child[b-gwyyx8lyt3] {
            color: var(--text);
            font-weight: 500;
        }

    .breadcrumb a[b-gwyyx8lyt3] {
        color: var(--muted);
        transition: color 0.2s ease;
    }

        .breadcrumb a:hover[b-gwyyx8lyt3] {
            color: var(--primary);
        }

/* #endregion */
/* /Components/Pages/Category/DescriptionSection.razor.rz.scp.css */
/* #region Category Description */

.description-grid[b-bjo9ert2vk] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.description-content[b-bjo9ert2vk] {
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2.5rem;
}

    .description-content h2[b-bjo9ert2vk] {
        font-size: 1.8rem;
        margin-bottom: 1.25rem;
    }

    .description-content p[b-bjo9ert2vk] {
        font-size: 1rem;
        line-height: 1.8;
        color: var(--muted);
        margin-bottom: 1.5rem;
    }

.usage-tips[b-bjo9ert2vk] {
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem;
    color: var(--text);
}

    .usage-tips h3[b-bjo9ert2vk] {
        font-size: 1.2rem;
        margin-bottom: 1.25rem;
        color: var(--primary);
    }

/* #endregion */

@media (max-width: 900px) {
    .description-grid[b-bjo9ert2vk] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 560px) {
    .description-content[b-bjo9ert2vk] {
        padding: 1.5rem;
    }

    .usage-tips[b-bjo9ert2vk] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Category/HeroSection.razor.rz.scp.css */
/* #region Category Hero */

.category-hero[b-27k62aqkj0] {
    border-bottom: 1px solid var(--border);
}

.hero-content[b-27k62aqkj0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text[b-27k62aqkj0] {
    padding: 2rem 0;
}

.category-title[b-27k62aqkj0] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
    color: var(--primary);
    line-height: 1.2;
}

.category-subtitle[b-27k62aqkj0] {
    font-size: 1.1rem;
    color: var(--muted);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.category-stats[b-27k62aqkj0] {
    display: flex;
    gap: 2.5rem;
}

.stat-item[b-27k62aqkj0] {
    text-align: center;
}

.stat-number[b-27k62aqkj0] {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    font-family: var(--font-head);
    line-height: 1.1;
}

.stat-label[b-27k62aqkj0] {
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
    display: block;
}

.hero-image[b-27k62aqkj0] {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

    .hero-image img[b-27k62aqkj0] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    .hero-image:hover img[b-27k62aqkj0] {
        transform: scale(1.04);
    }

.image-overlay[b-27k62aqkj0] {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
}

.overlay-badge[b-27k62aqkj0] {
    background-color: var(--primary);
    color: #0d0d0d;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    font-family: var(--font-body);
}

/* #endregion */

@media (max-width: 900px) {
    .hero-content[b-27k62aqkj0] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .category-stats[b-27k62aqkj0] {
        justify-content: center;
    }

    .hero-image[b-27k62aqkj0] {
        height: 300px;
    }
}

@media (max-width: 560px) {
    .hero-image[b-27k62aqkj0] {
        height: 220px;
    }
}
/* /Components/Pages/Category/ProductListSection.razor.rz.scp.css */
/* #region Section Header */

.section-header[b-sl2o9uvga6] {
    margin-bottom: 2.5rem;
}

/* #endregion */

/* #region Products Grid */

.products-grid[b-sl2o9uvga6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.product-card[b-sl2o9uvga6] {
    position: relative;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

    .product-card:hover[b-sl2o9uvga6] {
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
        transform: translateY(-4px);
    }

.product-badges[b-sl2o9uvga6] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-sl2o9uvga6] {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-img-wrap[b-sl2o9uvga6] {
    height: 220px;
    overflow: hidden;
    background-color: var(--surface-alt);
}

    .product-img-wrap img[b-sl2o9uvga6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

.product-card:hover .product-img-wrap img[b-sl2o9uvga6] {
    transform: scale(1.06);
}

.product-body[b-sl2o9uvga6] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-name[b-sl2o9uvga6] {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.product-short-text[b-sl2o9uvga6] {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.product-price[b-sl2o9uvga6] {
    font-weight: 600;
    color: var(--primary);
    margin-top: auto;
    padding-top: 0.75rem;
}

    .product-price .old[b-sl2o9uvga6] {
        color: var(--muted);
        font-weight: 400;
        text-decoration: line-through;
        margin-right: 0.4rem;
    }

/* #endregion */

@media (max-width: 900px) {
    .products-grid[b-sl2o9uvga6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .products-grid[b-sl2o9uvga6] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Category/RelatedCategoriesSection.razor.rz.scp.css */
/* #region Related Categories */

.categories-grid[b-pbgvg5b1gt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.category-card[b-pbgvg5b1gt] {
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--card);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

    .category-card:hover[b-pbgvg5b1gt] {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    }

.category-image[b-pbgvg5b1gt] {
    overflow: hidden;
}

    .category-image img[b-pbgvg5b1gt] {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

.category-card:hover .category-image img[b-pbgvg5b1gt] {
    transform: scale(1.06);
}

.category-card h3[b-pbgvg5b1gt] {
    font-size: 1.15rem;
    padding: 1rem 1.25rem 0.35rem;
}

.category-card p[b-pbgvg5b1gt] {
    font-size: 0.875rem;
    color: var(--muted);
    padding: 0 1.25rem 1.25rem;
    line-height: 1.5;
}

/* #endregion */

@media (max-width: 900px) {
    .categories-grid[b-pbgvg5b1gt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .categories-grid[b-pbgvg5b1gt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Contact/ContactFormSection.razor.rz.scp.css */
.contact-grid[b-am8c98dhkr] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    align-items: start;
}

.contact-card[b-am8c98dhkr] {
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2.25rem;
}

.contact-card h2[b-am8c98dhkr] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group[b-am8c98dhkr] {
    margin-bottom: 1.25rem;
}

.form-group label[b-am8c98dhkr] {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: var(--text);
}

.form-group label .optional[b-am8c98dhkr] {
    color: var(--muted);
    font-weight: 400;
    margin-left: 0.3rem;
}

.form-group input[b-am8c98dhkr],
.form-group textarea[b-am8c98dhkr] {
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background-color: var(--surface-alt);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group textarea[b-am8c98dhkr] {
    resize: vertical;
    min-height: 140px;
}

.form-group input:focus[b-am8c98dhkr],
.form-group textarea:focus[b-am8c98dhkr] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(109, 255, 46, 0.15);
}

.info-block[b-am8c98dhkr] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.info-block:last-child[b-am8c98dhkr] {
    margin-bottom: 0;
}

.info-icon[b-am8c98dhkr] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon svg[b-am8c98dhkr] {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-text h3[b-am8c98dhkr] {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.info-text p[b-am8c98dhkr] {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .contact-grid[b-am8c98dhkr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .contact-card[b-am8c98dhkr] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Contact/ContactHeaderSection.razor.rz.scp.css */
.contact-head[b-rbuugjeyyk] {
    text-align: center;
    padding: 4rem 1.25rem 1rem;
    max-width: 42rem;
    margin: 0 auto;
}

.contact-head h1[b-rbuugjeyyk] {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    margin-bottom: 0.75rem;
}

.contact-head p[b-rbuugjeyyk] {
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    color: var(--muted);
}
/* /Components/Pages/Contact/FaqSection.razor.rz.scp.css */
.faq[b-3y89polznr] {
    background-color: var(--bg);
}

.faq-list[b-3y89polznr] {
    max-width: 760px;
    margin: 0 auto;
}

.faq-item[b-3y89polznr] {
    background-color: var(--card);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-item summary[b-3y89polznr] {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 1.3rem;
    font-family: var(--font-head);
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: color 0.2s ease;
}

.faq-item summary[b-3y89polznr]::-webkit-details-marker {
    display: none;
}

.faq-item summary:hover[b-3y89polznr] {
    color: var(--primary);
}

.faq-item summary[b-3y89polznr]::after {
    content: "+";
    font-family: var(--font-body);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--primary);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.faq-item[open] summary[b-3y89polznr]::after {
    content: "\2212";
}

.faq-answer[b-3y89polznr] {
    padding: 1rem 1.3rem 1.2rem;
    font-size: 0.92rem;
    color: var(--muted);
    border-top: 1px solid var(--border);
    line-height: 1.7;
}
/* /Components/Pages/Internal/NotFoundSection.razor.rz.scp.css */
.notfound-section[b-uer35omj74] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
    padding: 5rem 1.5rem;
}

.notfound-container[b-uer35omj74] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 520px;
    width: 100%;
    gap: 1.25rem;
}

.notfound-code[b-uer35omj74] {
    font-family: var(--font-head);
    font-size: clamp(6rem, 18vw, 10rem);
    font-weight: 700;
    line-height: 1;
    color: color-mix(in srgb, var(--primary) 15%, transparent);
    letter-spacing: -4px;
    user-select: none;
}

.notfound-title[b-uer35omj74] {
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.notfound-text[b-uer35omj74] {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 36rem;
}

@media (max-width: 480px) {
    .notfound-code[b-uer35omj74] {
        letter-spacing: -2px;
    }

    .notfound-section .btn[b-uer35omj74] {
        width: 100%;
    }
}
/* /Components/Pages/Mainpage/CategoriesSection.razor.rz.scp.css */
.cat-grid[b-2qawyfnj84] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.cat-card[b-2qawyfnj84] {
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--card);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.cat-card:hover[b-2qawyfnj84] {
    transform: translateY(-4px);
}

.cat-card--soon[b-2qawyfnj84] {
    position: relative;
    opacity: 0.75;
}

.cat-card--soon:hover[b-2qawyfnj84] {
    transform: none;
}

.cat-soon-badge[b-2qawyfnj84] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background-color: var(--primary);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius);
    text-transform: uppercase;
    z-index: 1;
}

.cat-img[b-2qawyfnj84] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.cat-card h3[b-2qawyfnj84] {
    font-size: 1.25rem;
    padding: 1.1rem 1.25rem 1.4rem;
    text-align: center;
}

@media (max-width: 900px) {
    .cat-grid[b-2qawyfnj84] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .cat-grid[b-2qawyfnj84] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Mainpage/HeroSection.razor.rz.scp.css */
.hero[b-t30vodc3g9] {
    position: relative;
    overflow: hidden;
}

.hero-videos[b-t30vodc3g9] {
    position: absolute;
    inset: 0;
}

.hero-video[b-t30vodc3g9] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-video.active[b-t30vodc3g9] {
    opacity: 1;
}

.hero-overlay[b-t30vodc3g9] {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1));
    pointer-events: none;
}

.hero-inner[b-t30vodc3g9] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70vh;
    padding: 4rem 1.25rem;
    max-width: var(--maxw);
    margin: 0 auto;
}

.hero h1[b-t30vodc3g9] {
    font-family: "Above the Beyond Script", serif;
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    margin-bottom: 3rem;
    color: var(--white);
    line-height: 5rem;
}

.hero p[b-t30vodc3g9] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: color-mix(in srgb, var(--white) 85%, transparent);
    max-width: 32rem;
    margin-bottom: 2rem;
}
/* /Components/Pages/Mainpage/ProductsSection.razor.rz.scp.css */
.bestsellers[b-jesopugcqu] {
    background-color: var(--surface-alt);
}

.product-grid[b-jesopugcqu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.product-card[b-jesopugcqu] {
    position: relative;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.product-card:hover[b-jesopugcqu] {
    transform: translateY(-4px);
}

.product-img[b-jesopugcqu] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 1rem;
}

.product-badges[b-jesopugcqu] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-jesopugcqu] {
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-name[b-jesopugcqu] {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
}

.product-desc[b-jesopugcqu] {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}



@media (max-width: 900px) {
    .product-grid[b-jesopugcqu] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .product-grid[b-jesopugcqu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Mainpage/ValueSection.razor.rz.scp.css */
.value[b-1x23mu8wpr] {
    background-color: var(--surface-alt);
}

.value-grid[b-1x23mu8wpr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.value-item .icon[b-1x23mu8wpr] {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-item .icon svg[b-1x23mu8wpr] {
    width: 24px;
    height: 24px;
    stroke: var(--white);
    fill: none;
    stroke-width: 2;
}

.value-item h3[b-1x23mu8wpr] {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.value-soon[b-1x23mu8wpr] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.4rem;
}

.value-item p[b-1x23mu8wpr] {
    color: var(--muted);
    font-size: 0.95rem;
}

@media (max-width: 560px) {
    .value-grid[b-1x23mu8wpr] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Products/ProductsHeaderSection.razor.rz.scp.css */
.shop-header[b-mcxnl7v719] {
    text-align: center;
    padding: 3rem 1.25rem 2.5rem;
}

.breadcrumbs[b-mcxnl7v719] {
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1rem;
}

.breadcrumbs a:hover[b-mcxnl7v719] {
    color: var(--primary);
}

.breadcrumbs span[b-mcxnl7v719] {
    color: var(--text);
    font-weight: 500;
}

.shop-header h1[b-mcxnl7v719] {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 0.75rem;
}

.shop-header p[b-mcxnl7v719] {
    color: var(--muted);
    max-width: 34rem;
    margin: 0 auto;
}
/* /Components/Pages/Products/ProductsSection.razor.rz.scp.css */
.shop-layout[b-6lglddn9wt] {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 2.5rem;
    padding-bottom: 4rem;
}

/* ---------- Sidebar / Filters ---------- */

.sidebar h2[b-6lglddn9wt] {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}

.filter-group[b-6lglddn9wt] {
    border-bottom: 1px solid var(--border);
    padding: 0.5rem 0;
}

.filter-group summary[b-6lglddn9wt] {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text);
}

.filter-group summary[b-6lglddn9wt]::-webkit-details-marker {
    display: none;
}

.filter-group summary[b-6lglddn9wt]::after {
    content: "+";
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 400;
    line-height: 1;
}

.filter-group[open] summary[b-6lglddn9wt]::after {
    content: "\2212";
}

.filter-options[b-6lglddn9wt] {
    padding: 0.25rem 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.filter-options label[b-6lglddn9wt] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--text);
    cursor: pointer;
}

.filter-options input[type="checkbox"][b-6lglddn9wt] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    cursor: pointer;
}

.filter-options .count[b-6lglddn9wt] {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.8rem;
}

.price-range[b-6lglddn9wt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
}

.price-range input[b-6lglddn9wt] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.85rem;
}

.price-range input:focus[b-6lglddn9wt] {
    outline: none;
    border-color: var(--primary);
}

.filter-search[b-6lglddn9wt] {
    margin-bottom: 0.5rem;
}

.filter-search input[b-6lglddn9wt] {
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background-color: var(--surface-alt);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-search input:focus[b-6lglddn9wt] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(109, 255, 46, 0.15);
}

.sidebar .btn[b-6lglddn9wt] {
    margin-top: 1.5rem;
}

.sidebar .btn-outline[b-6lglddn9wt] {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.sidebar .btn-outline:hover[b-6lglddn9wt] {
    background-color: var(--primary);
    color: #0d0d0d;
}

/* ---------- Main product area ---------- */

.shop-topbar[b-6lglddn9wt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.result-count[b-6lglddn9wt] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.result-count-badge[b-6lglddn9wt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    min-width: 1.8rem;
    line-height: 1.5;
}

.sort-wrap[b-6lglddn9wt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.sort-wrap select[b-6lglddn9wt] {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
    padding: 0.5rem 2rem 0.5rem 0.8rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background-color: var(--card);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236dff2e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
}

.sort-wrap select:focus[b-6lglddn9wt] {
    outline: none;
    border-color: var(--primary);
}

/* ---------- Product grid ---------- */

.product-grid[b-6lglddn9wt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.product-card[b-6lglddn9wt] {
    position: relative;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover[b-6lglddn9wt] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    transform: translateY(-4px);
}

.product-img-wrap[b-6lglddn9wt] {
    height: 220px;
    overflow: hidden;
}

.product-img-wrap img[b-6lglddn9wt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img[b-6lglddn9wt] {
    transform: scale(1.06);
}

.product-badges[b-6lglddn9wt] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-6lglddn9wt] {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-body[b-6lglddn9wt] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-name[b-6lglddn9wt] {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
}

.product-price[b-6lglddn9wt] {
    font-weight: 600;
    color: var(--primary);
    margin-top: auto;
    padding-top: 0.75rem;
}

.product-price .old[b-6lglddn9wt] {
    color: var(--muted);
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 0.4rem;
}

/* ---------- Pagination ---------- */

.pagination[b-6lglddn9wt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 40px);
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.pagination button[b-6lglddn9wt] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
    background-color: var(--card);
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination button:hover[b-6lglddn9wt] {
    border-color: var(--primary);
    color: var(--primary);
}

.pagination button.active[b-6lglddn9wt] {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #0d0d0d;
}

.pagination button.dots[b-6lglddn9wt] {
    border: none;
    background: transparent;
    cursor: default;
    color: var(--muted);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .shop-layout[b-6lglddn9wt] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-grid[b-6lglddn9wt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .product-grid[b-6lglddn9wt] {
        grid-template-columns: 1fr;
    }

    .shop-topbar[b-6lglddn9wt] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/ProductVariation/ProductHeaderSection.razor.rz.scp.css */
.product-breadcrumbs[b-hfultcnb4z] {
    font-size: 0.85rem;
    color: var(--muted);
    padding: 1.5rem 0 0.5rem;
}

.product-breadcrumbs a[b-hfultcnb4z] {
    color: var(--muted);
    transition: color 0.2s ease;
}

.product-breadcrumbs a:hover[b-hfultcnb4z] {
    color: var(--primary);
}

.product-breadcrumbs span[b-hfultcnb4z] {
    color: var(--text);
    font-weight: 500;
}
/* /Components/Pages/ProductVariation/ProductSection.razor.rz.scp.css */
/* ---------- Two-column layout ---------- */

.product-section[b-bf1zoem636] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 1.5rem 0 4rem;
}

/* ---------- Gallery ---------- */

.gallery-main[b-bf1zoem636] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--surface-alt);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 1rem;
}

.product-badges[b-bf1zoem636] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-bf1zoem636] {
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.gallery-main img[b-bf1zoem636] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbs[b-bf1zoem636] {
    display: flex;
    gap: 1rem;
}

.gallery-thumbs .thumb[b-bf1zoem636] {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    background-color: var(--surface-alt);
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.gallery-thumbs .thumb img[b-bf1zoem636] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbs .thumb:hover[b-bf1zoem636] {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.gallery-thumbs .thumb.active[b-bf1zoem636] {
    border-color: var(--primary);
}

/* ---------- Product details ---------- */

.product-title[b-bf1zoem636] {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin-bottom: 0.5rem;
}

.product-price[b-bf1zoem636] {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.25rem;
}

.product-price .old[b-bf1zoem636] {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.product-desc[b-bf1zoem636] {
    color: var(--text);
    margin-bottom: 2rem;
    max-width: 32rem;
}

/* ---------- Size / variant selector ---------- */

.option-label[b-bf1zoem636] {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.size-options[b-bf1zoem636] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.size-options input[type="radio"][b-bf1zoem636] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.size-options label[b-bf1zoem636] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
    padding: 0.7rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    background-color: var(--card);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.size-options label .size-sub[b-bf1zoem636] {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 0.15rem;
}

.size-options label .size-price[b-bf1zoem636] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.size-options label .size-price-old[b-bf1zoem636] {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.3rem;
}

.size-options input[type="radio"]:checked + label .size-price-old[b-bf1zoem636] {
    color: rgba(13, 13, 13, 0.55);
}

.size-cart-count[b-bf1zoem636] {
    position: absolute;
    top: -0.45rem;
    right: -0.45rem;
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
}

.size-options input[type="radio"]:checked + label .size-cart-count[b-bf1zoem636] {
    background-color: #0d0d0d;
    color: var(--primary);
}

.size-options label:hover[b-bf1zoem636] {
    border-color: var(--primary);
}

.size-options input[type="radio"]:checked + label[b-bf1zoem636] {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #0d0d0d;
}

.size-options input[type="radio"]:checked + label .size-sub[b-bf1zoem636] {
    color: rgba(13, 13, 13, 0.55);
}

.size-options input[type="radio"]:focus-visible + label[b-bf1zoem636] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* ---------- Buy row ---------- */

.buy-row[b-bf1zoem636] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.qty-input[b-bf1zoem636] {
    width: 80px;
    padding: 0.8rem;
    text-align: center;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text);
}

.qty-input:focus[b-bf1zoem636] {
    outline: none;
    border-color: var(--primary);
}

.buy-row .btn[b-bf1zoem636] {
    flex: 1;
    min-width: 200px;
    font-size: 1rem;
}

/* ---------- Info accordions ---------- */

.info-accordions[b-bf1zoem636] {
    border-top: 1px solid var(--border);
}

.info-group[b-bf1zoem636] {
    border-bottom: 1px solid var(--border);
}

.info-group summary[b-bf1zoem636] {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    padding: 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text);
}

.info-group summary[b-bf1zoem636]::-webkit-details-marker {
    display: none;
}

.info-group summary[b-bf1zoem636]::after {
    content: "+";
    font-size: 1.4rem;
    color: var(--primary);
    font-weight: 400;
    line-height: 1;
}

.info-group[open] summary[b-bf1zoem636]::after {
    content: "\2212";
}

.info-content[b-bf1zoem636] {
    padding: 0 0 1.25rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.info-content p[b-bf1zoem636] {
    margin-bottom: 0.6rem;
}

.info-content strong[b-bf1zoem636] {
    color: var(--text);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .product-section[b-bf1zoem636] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 560px) {
    .buy-row .btn[b-bf1zoem636] {
        min-width: 100%;
    }
}
/* /Components/Pages/ProductVariation/RelatedProductsSection.razor.rz.scp.css */
.related[b-y2ayjlqi98] {
    padding: 3.5rem 0 4rem;
    border-top: 1px solid var(--border);
}

.related h2[b-y2ayjlqi98] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    text-align: center;
    margin-bottom: 2.5rem;
}

.related-grid[b-y2ayjlqi98] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-card[b-y2ayjlqi98] {
    position: relative;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover[b-y2ayjlqi98] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    transform: translateY(-4px);
}

.product-img-wrap[b-y2ayjlqi98] {
    height: 200px;
    overflow: hidden;
    background-color: var(--surface-alt);
}

.product-img-wrap img[b-y2ayjlqi98] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img[b-y2ayjlqi98] {
    transform: scale(1.06);
}

.product-badges[b-y2ayjlqi98] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-y2ayjlqi98] {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-body[b-y2ayjlqi98] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-name[b-y2ayjlqi98] {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.product-price[b-y2ayjlqi98] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
}

.product-price .old[b-y2ayjlqi98] {
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.4rem;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .related-grid[b-y2ayjlqi98] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .related-grid[b-y2ayjlqi98] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Product/ProductHeaderSection.razor.rz.scp.css */
.product-breadcrumbs[b-7xzfv54w7x] {
    font-size: 0.85rem;
    color: var(--muted);
    padding: 1.5rem 0 0.5rem;
}

.product-breadcrumbs a[b-7xzfv54w7x] {
    color: var(--muted);
    transition: color 0.2s ease;
}

.product-breadcrumbs a:hover[b-7xzfv54w7x] {
    color: var(--primary);
}

.product-breadcrumbs span[b-7xzfv54w7x] {
    color: var(--text);
    font-weight: 500;
}
/* /Components/Pages/Product/ProductSection.razor.rz.scp.css */
/* ---------- Two-column layout ---------- */

.product-section[b-saf05ktnvh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 1.5rem 0 4rem;
}

/* ---------- Gallery ---------- */

.gallery-main[b-saf05ktnvh] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--surface-alt);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 1rem;
}

.product-badges[b-saf05ktnvh] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-saf05ktnvh] {
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.gallery-main img[b-saf05ktnvh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbs[b-saf05ktnvh] {
    display: flex;
    gap: 1rem;
}

.gallery-thumbs .thumb[b-saf05ktnvh] {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    background-color: var(--surface-alt);
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.gallery-thumbs .thumb img[b-saf05ktnvh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumbs .thumb:hover[b-saf05ktnvh] {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.gallery-thumbs .thumb.active[b-saf05ktnvh] {
    border-color: var(--primary);
}

/* ---------- Product details ---------- */

.product-title[b-saf05ktnvh] {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin-bottom: 0.5rem;
}

.product-price[b-saf05ktnvh] {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.25rem;
}

.product-price .old[b-saf05ktnvh] {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.product-desc[b-saf05ktnvh] {
    color: var(--text);
    margin-bottom: 2rem;
    max-width: 32rem;
}

/* ---------- Size / variant selector ---------- */

.option-label[b-saf05ktnvh] {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.size-options[b-saf05ktnvh] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.size-options input[type="radio"][b-saf05ktnvh] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.size-options label[b-saf05ktnvh] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
    padding: 0.7rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    background-color: var(--card);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.size-options label .size-sub[b-saf05ktnvh] {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 0.15rem;
}

.size-options label .size-price[b-saf05ktnvh] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.size-options label .size-price-old[b-saf05ktnvh] {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.3rem;
}

.size-options input[type="radio"]:checked + label .size-price-old[b-saf05ktnvh] {
    color: rgba(13, 13, 13, 0.55);
}

.size-cart-count[b-saf05ktnvh] {
    position: absolute;
    top: -0.45rem;
    right: -0.45rem;
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
}

.size-options input[type="radio"]:checked + label .size-cart-count[b-saf05ktnvh] {
    background-color: #0d0d0d;
    color: var(--primary);
}

.size-options label:hover[b-saf05ktnvh] {
    border-color: var(--primary);
}

.size-options input[type="radio"]:checked + label[b-saf05ktnvh] {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #0d0d0d;
}

.size-options input[type="radio"]:checked + label .size-sub[b-saf05ktnvh] {
    color: rgba(13, 13, 13, 0.55);
}

.size-options input[type="radio"]:focus-visible + label[b-saf05ktnvh] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* ---------- Buy row ---------- */

.buy-row[b-saf05ktnvh] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.qty-input[b-saf05ktnvh] {
    width: 80px;
    padding: 0.8rem;
    text-align: center;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text);
}

.qty-input:focus[b-saf05ktnvh] {
    outline: none;
    border-color: var(--primary);
}

.buy-row .btn[b-saf05ktnvh] {
    flex: 1;
    min-width: 200px;
    font-size: 1rem;
}

/* ---------- Info accordions ---------- */

.info-accordions[b-saf05ktnvh] {
    border-top: 1px solid var(--border);
}

.info-group[b-saf05ktnvh] {
    border-bottom: 1px solid var(--border);
}

.info-group summary[b-saf05ktnvh] {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    padding: 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text);
}

.info-group summary[b-saf05ktnvh]::-webkit-details-marker {
    display: none;
}

.info-group summary[b-saf05ktnvh]::after {
    content: "+";
    font-size: 1.4rem;
    color: var(--primary);
    font-weight: 400;
    line-height: 1;
}

.info-group[open] summary[b-saf05ktnvh]::after {
    content: "\2212";
}

.info-content[b-saf05ktnvh] {
    padding: 0 0 1.25rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.info-content p[b-saf05ktnvh] {
    margin-bottom: 0.6rem;
}

.info-content strong[b-saf05ktnvh] {
    color: var(--text);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .product-section[b-saf05ktnvh] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 560px) {
    .buy-row .btn[b-saf05ktnvh] {
        min-width: 100%;
    }
}
/* /Components/Pages/Product/ProductVariantsSection.razor.rz.scp.css */
/* ---------- Section ---------- */

.product-variants-section[b-z4j7b05dqd] {
    padding: 2rem 0 3rem;
}

.variants-title[b-z4j7b05dqd] {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    margin-bottom: 1.5rem;
}

/* ---------- Variants list ---------- */

.variants-list[b-z4j7b05dqd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.variant-card[b-z4j7b05dqd] {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background-color: var(--card);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
    width: 180px;
}

.variant-badges[b-z4j7b05dqd] {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.variant-badge[b-z4j7b05dqd] {
    background-color: var(--primary);
    color: #0d0d0d;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.variant-card:hover[b-z4j7b05dqd] {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.variant-card.active[b-z4j7b05dqd] {
    border-color: var(--primary);
}

/* ---------- Image ---------- */

.variant-img[b-z4j7b05dqd] {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: var(--surface-alt);
    display: block;
}

/* ---------- Info ---------- */

.variant-name[b-z4j7b05dqd] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    padding: 0.6rem 0.75rem 0.1rem;
    margin: 0;
}

.variant-desc[b-z4j7b05dqd] {
    font-size: 0.8rem;
    color: var(--muted);
    padding: 0.2rem 0.75rem 0.5rem;
    margin: 0;
    line-height: 1.5;
}

.variant-price[b-z4j7b05dqd] {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 600;
    padding: 0 0.75rem 0.75rem;
    margin: 0;
}

.variant-price .old[b-z4j7b05dqd] {
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.35rem;
}

/* ---------- Responsive ---------- */

@media (max-width: 560px) {
    .variants-list[b-z4j7b05dqd] {
        flex-direction: column;
    }

    .variant-card[b-z4j7b05dqd] {
        width: 100%;
    }
}
/* /Components/Pages/Product/RelatedProductsSection.razor.rz.scp.css */
.related[b-hecpa76gwi] {
    padding: 3.5rem 0 4rem;
    border-top: 1px solid var(--border);
}

.related h2[b-hecpa76gwi] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    text-align: center;
    margin-bottom: 2.5rem;
}

.related-grid[b-hecpa76gwi] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-card[b-hecpa76gwi] {
    position: relative;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover[b-hecpa76gwi] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    transform: translateY(-4px);
}

.product-img-wrap[b-hecpa76gwi] {
    height: 200px;
    overflow: hidden;
    background-color: var(--surface-alt);
}

.product-img-wrap img[b-hecpa76gwi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img[b-hecpa76gwi] {
    transform: scale(1.06);
}

.product-badges[b-hecpa76gwi] {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-badge[b-hecpa76gwi] {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-body[b-hecpa76gwi] {
    padding: 1.1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-name[b-hecpa76gwi] {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.product-price[b-hecpa76gwi] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
}

.product-price .old[b-hecpa76gwi] {
    font-weight: 400;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 0.4rem;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .related-grid[b-hecpa76gwi] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .related-grid[b-hecpa76gwi] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Parts/Alert.razor.rz.scp.css */
.toast-alert-container[b-5r3dkkjf70] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 400px;
    pointer-events: none;
    height: 0;
}

.toast-alert-box[b-5r3dkkjf70] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--text);
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: auto;
    border-left: 4px solid var(--primary);
    font-family: var(--font-body);
    font-size: 14px;
    transform-origin: top center;
    transform: translateY(calc(var(--stack-index, 0) * 10px)) scale(calc(1 - var(--stack-index, 0) * 0.06));
    z-index: calc(100 - var(--stack-index, 0));
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toast-alert-box.type-info[b-5r3dkkjf70] {
    border-left-color: var(--accent);
}

.toast-alert-box.type-success[b-5r3dkkjf70] {
    border-left-color: var(--primary);
}

.toast-alert-box.type-warning[b-5r3dkkjf70] {
    border-left-color: #f0a500;
}

.toast-alert-box.type-error[b-5r3dkkjf70] {
    border-left-color: #e03e3e;
}

.toast-alert-content[b-5r3dkkjf70] {
    flex-grow: 1;
    word-break: break-word;
}

.toast-alert-close[b-5r3dkkjf70] {
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: var(--muted);
    margin-left: 15px;
    transition: color 0.2s ease;
    user-select: none;
}

.toast-alert-close:hover[b-5r3dkkjf70] {
    color: var(--primary);
}

.toast-slide-in[b-5r3dkkjf70] {
    animation: toastSlideIn-b-5r3dkkjf70 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toast-slide-out[b-5r3dkkjf70] {
    animation: toastSlideOut-b-5r3dkkjf70 0.3s ease-in forwards;
}

@keyframes toastSlideIn-b-5r3dkkjf70 {
    0% {
        opacity: 0;
        transform: translateY(calc(var(--stack-index, 0) * 10px - 30px)) scale(calc(0.85 - var(--stack-index, 0) * 0.06));
    }

    100% {
        opacity: 1;
        transform: translateY(calc(var(--stack-index, 0) * 10px)) scale(calc(1 - var(--stack-index, 0) * 0.06));
    }
}

@keyframes toastSlideOut-b-5r3dkkjf70 {
    0% {
        opacity: 1;
        transform: translateY(calc(var(--stack-index, 0) * 10px)) scale(calc(1 - var(--stack-index, 0) * 0.06));
    }

    100% {
        opacity: 0;
        transform: translateY(calc(var(--stack-index, 0) * 10px - 20px)) scale(calc(0.85 - var(--stack-index, 0) * 0.06));
    }
}
/* /Components/Parts/Confirmator.razor.rz.scp.css */
.confirm-backdrop[b-nm34rafq44] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.confirm-box[b-nm34rafq44] {
    background: var(--card);
    padding: 2rem;
    border-radius: var(--radius);
    min-width: 300px;
    max-width: 480px;
    width: 90%;
    box-shadow: var(--shadow);
    animation: confirmFadeIn-b-nm34rafq44 0.2s ease;
}

.confirm-title[b-nm34rafq44] {
    margin-bottom: 0.75rem;
    color: var(--charcoal);
    font-family: var(--font-head);
}

.confirm-message[b-nm34rafq44] {
    margin-bottom: 1.5rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.confirm-buttons[b-nm34rafq44] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-cancel[b-nm34rafq44] {
    background: var(--hero-bg);
    color: var(--charcoal);
    border: 1px solid var(--border);
    padding: 0.6rem 1.25rem;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-cancel:hover[b-nm34rafq44] {
    background: var(--border);
}

.btn-ok[b-nm34rafq44] {
    background: var(--forest);
    color: #fff;
    border: none;
    padding: 0.6rem 1.25rem;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-ok:hover[b-nm34rafq44] {
    background: var(--forest-dark);
}

@keyframes confirmFadeIn-b-nm34rafq44 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Components/Parts/Footer.razor.rz.scp.css */
/* =========================================================
   FOOTER
   ========================================================= */
.site-footer[b-vgooeb9sdo] {
    position: relative;
    z-index: 20;
    background-color: var(--card);
    border-top: 1px solid var(--border);
    color: var(--text);
}

.footer-grid[b-vgooeb9sdo] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.6fr;
    gap: 2.5rem;
    padding: 3.5rem 0 2rem;
}

.footer-grid h4[b-vgooeb9sdo] {
    font-family: var(--font-head);
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1.1rem;
}

.footer-brand .logo[b-vgooeb9sdo] {
    color: var(--primary);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.footer-brand p[b-vgooeb9sdo] {
    color: var(--muted);
    font-size: 0.92rem;
    max-width: 22rem;
}

.footer-links li[b-vgooeb9sdo] {
    margin-bottom: 0.6rem;
}

.footer-links a[b-vgooeb9sdo] {
    color: var(--muted);
    font-size: 0.92rem;
    transition: color 0.2s ease;
}

.footer-links a:hover[b-vgooeb9sdo] {
    color: var(--primary);
}

.contact-info li[b-vgooeb9sdo] {
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 0.6rem;
}

.newsletter p[b-vgooeb9sdo] {
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

.newsletter-form[b-vgooeb9sdo] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.newsletter-form input[b-vgooeb9sdo] {
    flex: 1 1 160px;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.9rem;
}

.newsletter-form input[b-vgooeb9sdo]::placeholder {
    color: var(--muted);
}

.newsletter-form .btn[b-vgooeb9sdo] {
    background-color: var(--accent);
    color: var(--bg);
}

.newsletter-form .btn:hover[b-vgooeb9sdo] {
    background-color: color-mix(in srgb, var(--accent) 80%, var(--bg));
}

.footer-bottom[b-vgooeb9sdo] {
    border-top: 1px solid var(--border);
    font-size: 0.85rem;
    color: var(--muted);
}

.footer-bottom-inner[b-vgooeb9sdo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.footer-legal[b-vgooeb9sdo] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.footer-legal a[b-vgooeb9sdo] {
    color: var(--muted);
    transition: color 0.2s ease;
}

.footer-legal a:hover[b-vgooeb9sdo] {
    color: var(--primary);
}

.footer-legal-sep[b-vgooeb9sdo] {
    color: var(--border);
}

@media (max-width: 560px) {
    .footer-bottom-inner[b-vgooeb9sdo] {
        flex-direction: column;
        text-align: center;
        gap: 0.6rem;
    }
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */
@media (max-width: 900px) {
    .footer-grid[b-vgooeb9sdo] {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand[b-vgooeb9sdo] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .footer-grid[b-vgooeb9sdo] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Parts/Header.razor.rz.scp.css */
/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
.site-header[b-2a1jo1k74i] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--bg);
    border-bottom: 1px solid var(--border);
}

.nav[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    max-width: var(--maxw);
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Logo */
.logo[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Above the Beyond Script", serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--primary);
    letter-spacing: 0.5px;
}

.logo-img[b-2a1jo1k74i] {
    height: 36px;
    width: auto;
    display: block;
}

/* Nav links */
.nav-links[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav-links a[b-2a1jo1k74i] {
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text);
    transition: color 0.2s ease;
}

.nav-links a:hover[b-2a1jo1k74i],
.nav-links a.active[b-2a1jo1k74i] {
    color: var(--primary);
    font-weight: 700;
}

/* Right-side utils */
.nav-utils[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

/* Language switcher */
.lang[b-2a1jo1k74i] {
    display: flex;
    gap: 0.25rem;
}

.lang button[b-2a1jo1k74i] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: 1.5px solid transparent;
    border-radius: 4px;
    padding: 0.2rem 0.45rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--muted);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.lang button img[b-2a1jo1k74i] {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.lang button:hover[b-2a1jo1k74i] {
    color: var(--primary);
    border-color: var(--border);
}

.lang button.active[b-2a1jo1k74i] {
    color: var(--primary);
    font-weight: 700;
    border-color: var(--primary);
}

/* Login / Cart buttons */
.utils-actions[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nav-btn[b-2a1jo1k74i] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: var(--font-body);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.nav-btn svg[b-2a1jo1k74i] {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.nav-btn-outline[b-2a1jo1k74i] {
    border: 1.5px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.nav-btn-outline:hover[b-2a1jo1k74i] {
    background-color: var(--primary);
    color: var(--bg);
}

.nav-btn-filled[b-2a1jo1k74i] {
    background-color: var(--primary);
    color: var(--bg);
    border: 1.5px solid var(--primary);
}

.nav-btn-filled:hover[b-2a1jo1k74i] {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* =========================================================
   SEARCH
   ========================================================= */
.search-wrap[b-2a1jo1k74i] {
    position: relative;
}

.search-toggle[b-2a1jo1k74i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: none;
    border: 1.5px solid transparent;
    border-radius: 50%;
    color: var(--muted);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    flex-shrink: 0;
}

.search-toggle svg[b-2a1jo1k74i] {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.search-toggle:hover[b-2a1jo1k74i],
.search-toggle.active[b-2a1jo1k74i] {
    color: var(--primary);
    border-color: var(--border);
    background-color: var(--bg);
}

/* Backdrop to close on outside click */
.search-backdrop[b-2a1jo1k74i] {
    position: fixed;
    inset: 0;
    z-index: 98;
}

/* Dropdown panel */
.search-dropdown[b-2a1jo1k74i] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 360px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
    z-index: 99;
    overflow: hidden;
}

/* Input row */
.search-input-row[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid var(--border);
}

.search-icon[b-2a1jo1k74i] {
    width: 16px;
    height: 16px;
    stroke: var(--muted);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.search-input[b-2a1jo1k74i] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
}

.search-input[b-2a1jo1k74i]::placeholder {
    color: var(--muted);
}

.search-close-btn[b-2a1jo1k74i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--muted);
    border-radius: 4px;
    flex-shrink: 0;
    transition: color 0.15s ease;
}

.search-close-btn:hover[b-2a1jo1k74i] {
    color: var(--text);
}

.search-close-btn svg[b-2a1jo1k74i] {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

/* Results */
.search-results[b-2a1jo1k74i] {
    max-height: 340px;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.search-section[b-2a1jo1k74i] {
    padding: 0.25rem 0;
}

.search-section + .search-section[b-2a1jo1k74i] {
    border-top: 1px solid var(--border);
    margin-top: 0.25rem;
}

.search-section-title[b-2a1jo1k74i] {
    display: block;
    padding: 0.35rem 0.9rem 0.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
}

.search-result-item[b-2a1jo1k74i] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.9rem;
    color: var(--text);
    font-size: 0.875rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    text-decoration: none;
}

.search-result-item:hover[b-2a1jo1k74i] {
    background-color: color-mix(in srgb, var(--primary) 6%, transparent);
    color: var(--primary);
}

.search-result-item svg[b-2a1jo1k74i] {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    opacity: 0.6;
}

.search-no-results[b-2a1jo1k74i] {
    padding: 1rem 0.9rem;
    font-size: 0.875rem;
    color: var(--muted);
    text-align: center;
}

/* CSS-only mobile menu (checkbox hack) */
.menu-toggle[b-2a1jo1k74i],
.menu-icon[b-2a1jo1k74i] {
    display: none;
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */
@media (max-width: 720px) {
    .menu-icon[b-2a1jo1k74i] {
        display: block;
        cursor: pointer;
        font-size: 1.6rem;
        line-height: 1;
        color: var(--primary);
        user-select: none;
        order: 3;
    }

    .nav[b-2a1jo1k74i] {
        justify-content: space-between;
    }

    .nav-links[b-2a1jo1k74i],
    .nav-utils[b-2a1jo1k74i] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
        width: 100%;
        order: 4;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.35s ease, padding 0.35s ease;
    }

    .nav-utils[b-2a1jo1k74i] {
        flex-direction: column;
        padding-top: 0;
        border-top: 1px solid transparent;
        transition: max-height 0.4s ease, opacity 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
    }

    /* Reveal menu when toggled */
    .menu-toggle:checked ~ .nav-links[b-2a1jo1k74i],
    .menu-toggle:checked ~ .nav-utils[b-2a1jo1k74i] {
        max-height: 400px;
        opacity: 1;
        padding-bottom: 0.75rem;
    }

    .menu-toggle:checked ~ .nav-utils[b-2a1jo1k74i] {
        padding-top: 0.5rem;
        border-top-color: var(--border);
    }

    /* Search — full-width panel on mobile */
    .search-wrap[b-2a1jo1k74i] {
        width: 100%;
        order: -1;
    }

    .search-toggle[b-2a1jo1k74i] {
        width: 100%;
        border-radius: 8px;
        border-color: var(--border);
        justify-content: flex-start;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        color: var(--muted);
        font-size: 0.875rem;
        font-family: var(--font-body);
    }

    .search-toggle[b-2a1jo1k74i]::after {
        content: attr(aria-label);
    }

    .search-backdrop[b-2a1jo1k74i] {
        display: none;
    }

    .search-dropdown[b-2a1jo1k74i] {
        position: static;
        width: 100%;
        border-radius: 8px;
        box-shadow: none;
        margin-top: 0.5rem;
    }
}
/* /Components/Parts/HorizontalLine.razor.rz.scp.css */
.horizontal-line[b-ol4kwficne] {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    pointer-events: none;
}

.horizontal-line img[b-ol4kwficne] {
    display: block;
    flex-shrink: 0;
    height: 100px;
    width: auto;
    max-height: none;
    transform: rotate(90deg);
}

@media (max-width: 720px) {
    .horizontal-line[b-ol4kwficne] {
        height: 50px;
    }

    .horizontal-line img[b-ol4kwficne] {
        height: 50px;
    }
}
/* /Components/Parts/Loader.razor.rz.scp.css */
/* #region VANILLA LOADER */

.vanilla-loader[b-kawbubuwed] {
    display: inline-block;
    width: 100px;
}

.vanilla-loader-img-1[b-kawbubuwed] {
    display: unset;
    width: 25%;
    animation: flash-b-kawbubuwed 2s infinite ease-in-out;
    animation-delay: 0s;
}

.vanilla-loader-img-2[b-kawbubuwed] {
    display: unset;
    width: 25%;
    animation: flash-b-kawbubuwed 2s infinite ease-in-out;
    animation-delay: 0.5s;
}

.vanilla-loader-img-3[b-kawbubuwed] {
    display: unset;
    width: 25%;
    animation: flash-b-kawbubuwed 2s infinite ease-in-out;
    animation-delay: 1s;
}

@keyframes flash-b-kawbubuwed {

    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* #endregion */
/* /Components/Parts/SideLine.razor.rz.scp.css */
.sideline[b-8c32wf7fn7] {
    position: absolute;
    top: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    z-index: 10;
    margin-top: 65px;
}

.sideline-left[b-8c32wf7fn7] {
    left: 0;
}

.sideline-right[b-8c32wf7fn7] {
    right: 0;
    transform: scaleX(-1);
}

.sideline img[b-8c32wf7fn7] {
    display: block;
    flex-shrink: 0;
    width: 100px;
    height: auto;
    max-width: none;
}

@media (max-width: 720px) {
    .sideline[b-8c32wf7fn7] {
        display: none;
    }
}
