@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/FAQ.razor.rz.scp.css */
#faq_header[b-tx28wjf671] {
    width: 50%;
    min-width: 200px;
    height: 60px;
    background-image: image-set(url('../images/wooden.avif') type('image/avif'),
            url('../images/wooden.webp') type('image/webp'),
            url('../images/wooden.jpg') type('image/png'));
    margin: 40px auto 0px;
    max-width: 500px;
    border-radius: 30px;
    border: 3px solid #9b5400ab;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 14px 1px #b37834ab;
}

#faq_container[b-tx28wjf671] {
    max-width: 1500px;
    margin: 0px auto;
    padding: 30px 40px 0px;
}

.faq-title[b-tx28wjf671] {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #0f172a;
}

.faq-grid[b-tx28wjf671] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 16px;
    align-items: start;
}

@media (max-width: 900px) {
    #faq_container[b-tx28wjf671] {
        padding: 50px 50px;
    }

    .faq-grid[b-tx28wjf671] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    #faq_container[b-tx28wjf671] {
        padding: 50px 30px;
    }
}

@media (max-width: 500px) {
    #faq_container[b-tx28wjf671] {
        padding: 50px 20px;
    }
}

.faq-item[b-tx28wjf671] {
    border: 3px solid #9b5400ab;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: image-set(url('../images/wooden.avif') type('image/avif'),
            url('../images/wooden.webp') type('image/webp'),
            url('../images/wooden.jpg') type('image/png'));
    ;
}

.faq-item:hover[b-tx28wjf671] {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.faq-question[b-tx28wjf671] {
    font-family: vazirmatn;
    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    text-align: right;
    gap: 12px;
    font-size: 1.1rem;
}

.faq-icon[b-tx28wjf671] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faq-answer[b-tx28wjf671] {
    font-family: vazirmatn;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
}

.faq-answer-content[b-tx28wjf671] {
    padding: 0 20px 20px 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: black;
}

.faq-item.active[b-tx28wjf671] {
    border-color: #3b82f6;
}

.faq-item.active .faq-icon[b-tx28wjf671] {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer[b-tx28wjf671] {
    opacity: 1;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer-bg[b-o0ggj4gzuu] {
    width: 100%;

    background-image: image-set(url('../images/tile.avif') type('image/avif'),
            url('../images/tile.webp') type('image/webp'),
            url('../images/tile.png') type('image/png'));
    background-repeat: repeat-x repeat-y;
    background-position: center top;
    background-size: auto 40%;
    background-position: 0 0;

    justify-content: space-between;
    display: flex;
    flex-direction: column;

    min-height: 50vh;
}

#links_container[b-o0ggj4gzuu] {
    width: 80%;
    max-width: 1100px;
    background: image-set(url('../images/wooden2.avif') type('image/avif'),
            url('../images/wooden2.webp') type('image/webp'),
            url('../images/wooden2.png') type('image/png'));
    bottom: 0;
    border-radius: 45px 45px 0px 0px;
    border: 5px solid #8b3909d9;
    border-bottom: none;
    padding: 20px 50px;
    display: flex;
    box-shadow: 0px -6px 20px 0px #81370c7d;
    margin: auto auto 0;
}

#links_container .column[b-o0ggj4gzuu] {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'vazirmatn';
}

#links_container .column#icon[b-o0ggj4gzuu] {
    width: 50%;
}

#links_container #icon[b-o0ggj4gzuu] {
    font-size: 2rem;
    padding: 0 16px;
}

[b-o0ggj4gzuu] #pc_icon {
    width: 25%;
    filter: drop-shadow(1px 2px 3px rgba(10, 10, 10, 1));
    display: flex;
}
[b-o0ggj4gzuu] #pc_icon img {
    width: 100%;
}

#links_container #address_column[b-o0ggj4gzuu],
#links_container #links[b-o0ggj4gzuu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#links h2[b-o0ggj4gzuu] {
    margin-right: -20px;
}

#icon p[b-o0ggj4gzuu] {
    margin-right: 10px;
}

#links_container a[b-o0ggj4gzuu] {
    color: white;
    text-decoration: none;
}

#links a:hover[b-o0ggj4gzuu] {
    color: rgb(62, 62, 227);
}


@media (max-width: 1000px) {
    .footer-bg[b-o0ggj4gzuu] {
        background-size: auto 30%;
        height: auto;
    }

    #links_container[b-o0ggj4gzuu] {
        padding: 10px;
    }
}

@media (max-width: 900px) {
    #links_container h1[b-o0ggj4gzuu] {
        font-size: 1.5rem;
    }
}

@media (max-width: 800px) {
    .footer-bg[b-o0ggj4gzuu] {
        background-size: auto 25%;
    }

    #links_container[b-o0ggj4gzuu] {
        width: 90%;
    }
}

@media (max-width: 700px) {
    #links_container[b-o0ggj4gzuu] {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .footer-bg[b-o0ggj4gzuu] {
        background-size: auto 20%;
    }

    #links_container[b-o0ggj4gzuu] {
        justify-content: space-around;
        padding: 10px 30px 10px 10px;
    }

    #links_container .column[b-o0ggj4gzuu] {
        width: 50%;
    }

    #links_container #icon[b-o0ggj4gzuu] {
        display: none;
    }
}

@media (max-width: 400px) {
    .footer-bg[b-o0ggj4gzuu] {
        background-size: auto 15%;
    }

    #links_container p[b-o0ggj4gzuu], #links_container a[b-o0ggj4gzuu] {
        font-size: 0.9rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-23mj2e9nyt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-23mj2e9nyt] {
    flex: 1;
}

.sidebar[b-23mj2e9nyt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-23mj2e9nyt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-23mj2e9nyt]  a, .top-row[b-23mj2e9nyt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-23mj2e9nyt]  a:hover, .top-row[b-23mj2e9nyt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-23mj2e9nyt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-23mj2e9nyt] {
        justify-content: space-between;
    }

    .top-row[b-23mj2e9nyt]  a, .top-row[b-23mj2e9nyt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-23mj2e9nyt] {
        flex-direction: row;
    }

    .sidebar[b-23mj2e9nyt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-23mj2e9nyt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-23mj2e9nyt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-23mj2e9nyt], article[b-23mj2e9nyt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-23mj2e9nyt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-23mj2e9nyt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#top_bar[b-1ranybzmef] {
    background-image: image-set(url('../images/topbar.avif') type('image/avif'),
            url('../images/topbar.webp') type('image/webp'),
            url('../images/topbar.png') type('image/png'));
    position: absolute;
    z-index: 6;
    width: 70vw;
    left: 15vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 4px;
    filter: drop-shadow(0 6px 16px #000);
}

#top_bar ul[b-1ranybzmef] {
    font-family: vazirmatn;
    font-weight: 400;
    background: #421809cc;
    width: 100%;
    margin: 0px 11% 0;
    display: flex;
    border-radius: 74px;
    border: 3px solid #e3c9c34d;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    padding: 10px 0;
}

#top_bar ul li[b-1ranybzmef] {
    margin: 0 10px;
    position: relative;
}

#top_bar ul a[b-1ranybzmef] {
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
}

#top_bar ul a:hover[b-1ranybzmef] {
    color: red;
}

[b-1ranybzmef] #pc_icon_top {
    width: 70px;
    position: absolute;
    top: -22px;
    right: -88px;
    filter: drop-shadow(1px 2px 2px rgba(10, 10, 10, 0.6));
}

[b-1ranybzmef] #pc_icon_top img {
    width: 100%;
}

.navbar-toggler[b-1ranybzmef] {
    background: none;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.navbar-toggler:hover[b-1ranybzmef] {
    cursor: pointer;
}

.navbar-toggler .navbar-bar[b-1ranybzmef] {
    background-color: #ffffffb3;
    width: 76px;
    height: 2px;
    content: "";
    margin: 3px 0;
    transition: .3s;
}

.navbar-toggler:hover .navbar-bar[b-1ranybzmef] {
    background-color: #ebce2ab3;
}

.mobile-menu-overlay[b-1ranybzmef] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 20;
    display: none;
}

.mobile-menu-overlay.is-open[b-1ranybzmef] {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-panel[b-1ranybzmef] {
    position: fixed;
    top: 0;
    right: 0;
    width: min(80vw, 320px);
    height: 100vh;
    background: linear-gradient(180deg, #2a1108 0%, #4a1d10 100%);
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.4);
    transform: translateX(105%);
    transition: transform 0.3s ease;
    z-index: 30;
    padding: 26px 18px 20px;
    display: none;
    flex-direction: column;
}

#mobileNavMenu #pc_icon_top[b-1ranybzmef] {
    display: none;
    width: 100%;
    position: relative;
    top: -30px;
}

.mobile-nav-panel.is-open[b-1ranybzmef] {
    transform: translateX(0);
}

.mobile-nav-close[b-1ranybzmef] {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: white;
    font-size: 2.1rem;
    line-height: 1;
    padding: 0 4px 12px;
    cursor: pointer;
}

.mobile-nav-list[b-1ranybzmef] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-nav-list li[b-1ranybzmef] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-nav-list a[b-1ranybzmef] {
    display: block;
    padding: 16px 12px;
    color: white;
    text-decoration: none;
    font-family: vazirmatn, sans-serif;
    font-size: 1.1rem;
}

.mobile-nav-list a:hover[b-1ranybzmef] {
    color: #ffb4a2;
}

@media(max-width: 1100px) {
    #top_bar #pc_icon_top[b-1ranybzmef] {
        width: 60px;
        top: -17px;
        right: -60px;
    }
}

@media(max-width: 900px) {
    #top_bar[b-1ranybzmef] {
        background-size: 100% 100%;
    }
}

@media(max-width: 800px) {
    #top_bar ul li:first-child[b-1ranybzmef] {
        display: none;
    }
}

@media(max-width: 600px) {
    #top_bar[b-1ranybzmef] {
        background-size: 100% 100%;
        height: 8vh;
        filter: drop-shadow(0 3px 6px #000);
    }

    #mobileNavMenu #pc_icon_top[b-1ranybzmef] {
        display: block;
    }

    .mobile-nav-panel[b-1ranybzmef] {
        display: flex;
    }

    .mobile-menu-overlay[b-1ranybzmef] {
        display: block;
    }

    #top_bar ul[b-1ranybzmef] {
        display: none;
    }

    #top_bar button[b-1ranybzmef] {
        display: flex;
    }
}

@media(max-width: 500px) {
    #top_bar[b-1ranybzmef] {
        height: 7vh;
    }
}

@media(max-width: 400px) {
    #top_bar[b-1ranybzmef] {
        height: 6vh;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ib04d651qx],
.components-reconnect-repeated-attempt-visible[b-ib04d651qx],
.components-reconnect-failed-visible[b-ib04d651qx],
.components-pause-visible[b-ib04d651qx],
.components-resume-failed-visible[b-ib04d651qx],
.components-rejoining-animation[b-ib04d651qx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-retrying[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-failed[b-ib04d651qx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ib04d651qx] {
    display: block;
}


#components-reconnect-modal[b-ib04d651qx] {
    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-ib04d651qx 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-ib04d651qx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ib04d651qx 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-ib04d651qx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ib04d651qx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ib04d651qx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ib04d651qx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ib04d651qx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ib04d651qx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ib04d651qx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ib04d651qx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ib04d651qx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ib04d651qx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ib04d651qx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ib04d651qx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ib04d651qx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ib04d651qx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ib04d651qx {
    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.razor.rz.scp.css */
article[b-emji81lrx1] {
    position: relative;
    z-index: 5;
    background-image: image-set(url('../../images/wooden-wall.avif') type('image/avif'),
            url('../../images/wooden-wall.webp') type('image/webp'),
            url('../../images/wooden-wall.png') type('image/png'));
    background-repeat: repeat-x repeat-y;
    background-position: left top;
    background-size: auto 30%;
    height: auto;
    min-height: 90vh;
    width: 100%;
    box-shadow: 0 -6px 20px 7px #0a0600d1;
    padding: 10vh 5% 0;
    font-family: vazirmatn;
}

#frames_container[b-emji81lrx1] {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20vh;
}

header[b-emji81lrx1] {
    font-size: 3rem;
    margin: 5vh auto 7vh;
}

.frame-container[b-emji81lrx1] {
    width: 45%;
    font-size: 1rem;
    filter: drop-shadow(-3px 3px 4px rgba(0, 0, 0, 0.4));
    position: relative;

    display: grid;
    place-items: center;
    overflow: hidden;
}

[b-emji81lrx1] .frame-container>* {
    grid-area: 1 / 1;
    height: auto;
    z-index: 2;
}

.frame-content[b-emji81lrx1] {
    z-index: 1;
    object-fit: cover;
    width: 60%;
    height: 71%;
    color: black;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

[b-emji81lrx1] .frame-content.photo {
    width: 90%;
    height: 70%;
    margin-left: 27px;
}

.frame-content.white-back[b-emji81lrx1] {
    z-index: 3;
    width: 58%;
    height: 69%;
    text-shadow: -1px 1px 2px #c49c56c4;
}

.frame[b-emji81lrx1] {
    z-index: 2;
    pointer-events: none;
}

[b-emji81lrx1] .frame img {
    width: 100%;
    height: 100%;
}

[b-emji81lrx1] .frame-content img {
    width: 100%;
    height: 100%;
}

[b-emji81lrx1] picture.frame-content {
    z-index: 1;
}

@media (max-width: 1700px) {
    .frame-content[b-emji81lrx1] {
        font-size: 1.1rem;
    }
}

@media (max-width: 1600px) {
    .frame-content[b-emji81lrx1] {
        font-size: 1rem;
    }
}

@media (max-width: 1500px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.9rem;
    }
}

@media (max-width: 1400px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.8rem;
    }
}

@media (max-width: 1150px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.7rem;
    }
}

@media (max-width: 1000px) {
    #frames_container[b-emji81lrx1] {
        flex-direction: column-reverse;
    }

    .frame-container[b-emji81lrx1] {
        width: 70%;
        min-width: 450px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .frame-content[b-emji81lrx1] {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.9rem;
    }
}

@media (max-width: 800px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.8rem;
    }
}

@media (max-width: 700px) {
    article[b-emji81lrx1] {
        background-size: auto 20%;
    }

    .frame-content[b-emji81lrx1] {
        font-size: 0.7rem;
    }
}

@media (max-width: 600px) {
    .frame-container[b-emji81lrx1] {
        width: 98%;
        min-width: unset;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.7rem;
    }
}

@media (max-width: 420px) {
    article[b-emji81lrx1] {
        background-size: auto 15%;
    }

    .frame-content[b-emji81lrx1] {
        font-size: 0.56rem;
    }
}

@media (max-width: 350px) {
    .frame-content[b-emji81lrx1] {
        font-size: 0.46rem;
    }
}
/* /Components/Pages/AdminProducts.razor.rz.scp.css */
.admin-products-page[b-z2df40eyeb] {
    min-height: 90vh;
    padding: 10vh 5% 7rem;
    background: #f4f6f3;
    color: #17211b;
    font-family: vazirmatn, sans-serif;
}

.admin-products-header[b-z2df40eyeb],
.editor-heading[b-z2df40eyeb],
.editor-actions[b-z2df40eyeb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-products-header[b-z2df40eyeb] {
    max-width: 1180px;
    margin: 0 auto 1.5rem;
}

.admin-products-header h1[b-z2df40eyeb],
.product-editor h2[b-z2df40eyeb],
.photo-manager h3[b-z2df40eyeb] {
    margin: 0;
}

.admin-products-header p[b-z2df40eyeb] { color: #536057; }
.eyebrow[b-z2df40eyeb] { margin: 0 0 .35rem; color: #2c6e49 !important; font-weight: 700; }
.primary-action[b-z2df40eyeb], .table-action[b-z2df40eyeb], .remove-action[b-z2df40eyeb], .quiet-action[b-z2df40eyeb] {
    border: 0;
    border-radius: 6px;
    padding: .65rem .9rem;
    font: inherit;
    cursor: pointer;
}
.primary-action[b-z2df40eyeb] { background: #285943; color: white; }
.quiet-action[b-z2df40eyeb] { background: #e3e9e3; color: #284332; }
.table-action[b-z2df40eyeb] { background: #dcebe0; color: #1d5a35; }
.remove-action[b-z2df40eyeb] { background: #f8dddd; color: #9c2c2c; font-size: .8rem; }
.admin-message[b-z2df40eyeb], .product-editor[b-z2df40eyeb], .admin-grid[b-z2df40eyeb] { max-width: 1180px; margin-left: auto; margin-right: auto; }
.admin-message[b-z2df40eyeb] { padding: .7rem 1rem; background: #e4f1e6; border-right: 4px solid #2c6e49; }
.product-editor[b-z2df40eyeb] { margin-bottom: 1.5rem; padding: 1.25rem; background: white; border: 1px solid #d5dfd6; border-radius: 8px; }
.editor-fields[b-z2df40eyeb] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1rem 0; }
.editor-fields label[b-z2df40eyeb] { display: grid; gap: .35rem; font-weight: 600; }
.editor-fields input[b-z2df40eyeb], .editor-fields textarea[b-z2df40eyeb] { width: 100%; box-sizing: border-box; border: 1px solid #bdcabe; border-radius: 5px; padding: .55rem; font: inherit; }
.editor-fields label:nth-child(2)[b-z2df40eyeb] { grid-column: span 2; }
.editor-actions[b-z2df40eyeb] { justify-content: flex-start; }
.photo-manager[b-z2df40eyeb] { margin-top: 1.5rem; border-top: 1px solid #d5dfd6; padding-top: 1rem; }
.photo-list[b-z2df40eyeb] { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.photo-list figure[b-z2df40eyeb] { margin: 0; display: grid; gap: .35rem; width: 130px; }
.photo-list img[b-z2df40eyeb] { width: 130px; height: 90px; object-fit: cover; border-radius: 5px; }
.admin-grid[b-z2df40eyeb] { overflow-x: auto; background: white; border: 1px solid #d5dfd6; border-radius: 8px; }
.products-table[b-z2df40eyeb] { width: 100%; min-width: 700px; }

@media (max-width: 700px) {
    .admin-products-page[b-z2df40eyeb] { padding-top: 8vh; }
    .admin-products-header[b-z2df40eyeb] { align-items: flex-start; flex-direction: column; }
    .editor-fields[b-z2df40eyeb] { grid-template-columns: 1fr; }
    .editor-fields label:nth-child(2)[b-z2df40eyeb] { grid-column: auto; }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
article[b-cqrnjgz2qp] {
    position: relative;
    z-index: 5;
    background-image: image-set(url('../../images/wooden-wall.avif') type('image/avif'),
            url('../../images/wooden-wall.webp') type('image/webp'),
            url('../../images/wooden-wall.png') type('image/png'));
    background-repeat: repeat-x repeat-y;
    background-position: left top;
    background-size: auto 30%;
    height: auto;
    min-height: 90vh;
    width: 100%;
    box-shadow: 0 -6px 20px 7px #0a0600d1;
    padding: 10vh 5% 0;
    font-family: vazirmatn;
}

#frames_container[b-cqrnjgz2qp] {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20vh;
}

header[b-cqrnjgz2qp] {
    font-size: 3rem;
    margin: 5vh auto 7vh;
}

.frame-container[b-cqrnjgz2qp] {
    width: 45%;
    font-size: 1rem;
    filter: drop-shadow(-3px 3px 4px rgba(0, 0, 0, 0.4));
    position: relative;

    display: grid;
    place-items: center;
    overflow: hidden;
}

[b-cqrnjgz2qp] .frame-container>* {
    grid-area: 1 / 1;
    height: auto;
    z-index: 2;
}

.frame-content[b-cqrnjgz2qp] {
    z-index: 1;
    object-fit: cover;
    width: 60%;
    height: 71%;
    color: black;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.frame-content a.no-underline[b-cqrnjgz2qp] {
    text-decoration: none;
}

[b-cqrnjgz2qp] .frame-content.photo {
    width: 90%;
    height: 70%;
    margin-left: 27px;
}

.frame-content.white-back[b-cqrnjgz2qp] {
    z-index: 3;
    width: 58%;
    height: 69%;
    text-shadow: -1px 1px 2px #c49c56c4;
}


[b-cqrnjgz2qp] .frame img {
    width: 100%;
    height: 100%;
}

[b-cqrnjgz2qp] .frame-content img {
    width: 100%;
    height: 100%;
}

[b-cqrnjgz2qp] picture.frame-content {
    z-index: 1;
}

@media (max-width: 1700px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1.3rem;
    }
}

@media (max-width: 1600px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1.2rem;
    }
}

@media (max-width: 1500px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1.1rem;
    }
}

@media (max-width: 1400px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1rem;
    }
}

@media (max-width: 1150px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1rem;
    }
}

@media (max-width: 1000px) {
    #frames_container[b-cqrnjgz2qp] {
        flex-direction: column-reverse;
    }

    .frame-container[b-cqrnjgz2qp] {
        width: 70%;
        min-width: 450px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .frame-content[b-cqrnjgz2qp] {
        font-size: 1.2rem;
    }
}

@media (max-width: 900px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1.1rem;
    }
}

@media (max-width: 800px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    article[b-cqrnjgz2qp] {
        background-size: auto 20%;
    }

    .frame-content[b-cqrnjgz2qp] {
        font-size: 0.9em;
    }
}

@media (max-width: 600px) {
    .frame-container[b-cqrnjgz2qp] {
        width: 98%;
        min-width: unset;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 0.9rem;
    }
}

@media (max-width: 420px) {
    article[b-cqrnjgz2qp] {
        background-size: auto 15%;
    }

    .frame-content[b-cqrnjgz2qp] {
        font-size: 0.76rem;
    }
}

@media (max-width: 350px) {
    .frame-content[b-cqrnjgz2qp] {
        font-size: 0.66rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-zznz9f5ptk] {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 8rem 1rem 4rem;
    background: #f4f6f3;
    color: #17211b;
    font-family: vazirmatn, sans-serif;
}

.login-panel[b-zznz9f5ptk] {
    width: min(100%, 400px);
    padding: 2rem;
    background: white;
    border: 1px solid #d5dfd6;
    border-radius: 8px;
}

.login-panel h1[b-zznz9f5ptk] { margin-top: 0; }
.login-panel form[b-zznz9f5ptk] { display: grid; gap: 1rem; }
.login-panel label[b-zznz9f5ptk] { display: grid; gap: .35rem; font-weight: 600; }
.login-panel input[b-zznz9f5ptk] { padding: .65rem; border: 1px solid #bdcabe; border-radius: 5px; font: inherit; }
.primary-action[b-zznz9f5ptk] { border: 0; border-radius: 6px; padding: .7rem 1rem; background: #285943; color: white; font: inherit; cursor: pointer; }
.login-error[b-zznz9f5ptk] { padding: .65rem; color: #9c2c2c; background: #f8dddd; }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-7zqm34c6k3] {
    min-height: min(70vh, 720px);
    display: grid;
    place-items: center;
    padding: 7rem 1.5rem 7rem;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(211, 172, 103, 0.08), transparent 42%),
        #111;
}

.not-found-page[b-7zqm34c6k3]::before,
.not-found-page[b-7zqm34c6k3]::after {
    content: "";
    position: absolute;
    width: 18rem;
    aspect-ratio: 1;
    border: 1px solid rgba(211, 172, 103, 0.22);
    transform: rotate(45deg);
}

.not-found-page[b-7zqm34c6k3]::before {
    inset: -8rem auto auto -5rem;
}

.not-found-page[b-7zqm34c6k3]::after {
    inset: auto -6rem -10rem auto;
}

.not-found-content[b-7zqm34c6k3] {
    max-width: 42rem;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: not-found-enter-b-7zqm34c6k3 600ms ease-out both;
}

.not-found-code[b-7zqm34c6k3] {
    color: #d3ac67;
    font-family: lalezar, samim, sans-serif;
    font-size: clamp(7rem, 22vw, 13rem);
    line-height: 0.85;
    letter-spacing: 0;
    text-shadow: 0 0 0.7rem rgba(211, 172, 103, 0.18);
}

.not-found-eyebrow[b-7zqm34c6k3] {
    color: #d3ac67;
    font-family: samim, sans-serif;
    font-size: 1.05rem;
    margin-top: 1.5rem;
}

.not-found-content h1[b-7zqm34c6k3] {
    color: #fff;
    font-family: lalezar, samim, sans-serif;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 400;
    margin-top: 0.35rem;
}

.not-found-message[b-7zqm34c6k3] {
    color: rgba(255, 255, 255, 0.72);
    font-family: vazirmatn, Tahoma, sans-serif;
    line-height: 2;
    margin: 1rem auto 0;
    max-width: 32rem;
}

.not-found-actions[b-7zqm34c6k3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.not-found-actions a[b-7zqm34c6k3] {
    min-width: 11rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid #d3ac67;
    font-family: samim, sans-serif;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.not-found-actions a:hover[b-7zqm34c6k3],
.not-found-actions a:focus-visible[b-7zqm34c6k3] {
    transform: translateY(-2px);
}

.not-found-primary[b-7zqm34c6k3] {
    background: #d3ac67;
    color: #111;
}

.not-found-primary:hover[b-7zqm34c6k3],
.not-found-primary:focus-visible[b-7zqm34c6k3] {
    background: #e2c486;
}

.not-found-secondary[b-7zqm34c6k3] {
    color: #d3ac67;
}

.not-found-secondary:hover[b-7zqm34c6k3],
.not-found-secondary:focus-visible[b-7zqm34c6k3] {
    background: rgba(211, 172, 103, 0.12);
}

@keyframes not-found-enter-b-7zqm34c6k3 {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .not-found-content[b-7zqm34c6k3] {
        animation: none;
    }

    .not-found-actions a[b-7zqm34c6k3] {
        transition: none;
    }
}

@media (max-width: 480px) {
    .not-found-page[b-7zqm34c6k3] {
        padding-inline: 1rem;
    }

    .not-found-actions[b-7zqm34c6k3] {
        align-items: stretch;
        flex-direction: column;
    }

    .not-found-actions a[b-7zqm34c6k3] {
        width: 100%;
    }
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
.product-detail-page[b-pjvnh4i1rr] {
    position: relative;
    min-height: 90vh;
    padding: 12vh 4% 8vh;
    background:
        radial-gradient(circle at 15% 20%, #f2d7a7 0%, rgba(242, 215, 167, 0) 30%),
        radial-gradient(circle at 90% 80%, #f4e8d6 0%, rgba(244, 232, 214, 0) 30%),
        linear-gradient(180deg, #f7efe1 0%, #e6d1af 100%);
    font-family: vazirmatn, sans-serif;
    color: #31150c;
}

.back-to-products[b-pjvnh4i1rr] {
    display: inline-block;
    margin: 0 0.5rem 1rem;
    color: #6d2f1e;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.product-detail-panel[b-pjvnh4i1rr] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    width: min(90vw, 100%);
    max-height: min(760px, 92vh);
    margin: 0 auto;
    overflow: auto;
    background: #fffdf8;
    border: 1px solid #d8b98e;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(30, 12, 4, 0.25);
}

.detail-gallery[b-pjvnh4i1rr] {
    position: relative;
    min-width: 0;
    height: min(62vh, 620px);
    min-height: 480px;
    overflow: hidden;
    background: #24150f;
}

.detail-image-button[b-pjvnh4i1rr] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

[b-pjvnh4i1rr] .detail-image-button picture {
    display: block;
    width: 100%;
}

[b-pjvnh4i1rr] .detail-image-button picture img {
    width: 100%;
}

.detail-image[b-pjvnh4i1rr] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: contain;
    object-position: center;
}

.gallery-arrow[b-pjvnh4i1rr] {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: rgba(36, 21, 15, 0.7);
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-next[b-pjvnh4i1rr] { left: 1rem; }
.gallery-previous[b-pjvnh4i1rr] { right: 1rem; }

.gallery-counter[b-pjvnh4i1rr] {
    position: absolute;
    right: 50%;
    bottom: 1rem;
    z-index: 3;
    transform: translateX(50%);
    padding: 0.3rem 0.7rem;
    border-radius: 99px;
    background: rgba(36, 21, 15, 0.7);
    color: white;
}

.no-detail-image[b-pjvnh4i1rr] {
    display: grid;
    height: 100%;
    min-height: inherit;
    place-items: center;
    padding: 2rem;
    color: #f7efe1;
    text-align: center;
}

.product-detail-content[b-pjvnh4i1rr] {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.4rem, 4vw, 3.5rem);
}

.product-detail-content h1[b-pjvnh4i1rr] {
    margin: 0;
    color: #31150c;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.detail-price[b-pjvnh4i1rr] {
    margin: 0.8rem 0 1.5rem;
    color: #8d3c23;
    font-size: 1.35rem;
    font-weight: 800;
}

.detail-description[b-pjvnh4i1rr] {
    margin-bottom: 1.8rem;
    color: #5b2f1c;
    line-height: 1.9;
}

.detail-specs[b-pjvnh4i1rr] {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 2rem;
}

.detail-specs div[b-pjvnh4i1rr] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #ead9c2;
}

.detail-specs dt[b-pjvnh4i1rr] { color: #795239; }
.detail-specs dd[b-pjvnh4i1rr] { margin: 0; font-weight: 700; }

.order-button[b-pjvnh4i1rr] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    background: #316d1e;
    color: white;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(49, 109, 30, 0.22);
    animation: order-button-breathe-b-pjvnh4i1rr 3.2s ease-in-out infinite;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.order-button[b-pjvnh4i1rr]::after {
    position: absolute;
    inset: 0 auto 0 -45%;
    z-index: -1;
    width: 35%;
    transform: skewX(-18deg);
    background: rgba(255, 255, 255, 0.18);
    content: "";
    animation: order-button-shine-b-pjvnh4i1rr 4.8s ease-in-out infinite;
}

.order-button:hover[b-pjvnh4i1rr],
.order-button:focus-visible[b-pjvnh4i1rr] {
    background: #3d8326;
    box-shadow: 0 11px 24px rgba(49, 109, 30, 0.32);
    transform: translateY(-2px);
}

.order-button:focus-visible[b-pjvnh4i1rr] {
    outline: 3px solid rgba(49, 109, 30, 0.28);
    outline-offset: 3px;
}

@keyframes order-button-breathe-b-pjvnh4i1rr {
    0%, 100% { box-shadow: 0 8px 18px rgba(49, 109, 30, 0.2); }
    50% { box-shadow: 0 10px 23px rgba(49, 109, 30, 0.32); }
}

@keyframes order-button-shine-b-pjvnh4i1rr {
    0%, 15% { left: -45%; }
    85%, 100% { left: 125%; }
}

@media (prefers-reduced-motion: reduce) {
    .order-button[b-pjvnh4i1rr],
    .order-button[b-pjvnh4i1rr]::after {
        animation: none;
    }
}

.product-detail-page.is-lightbox[b-pjvnh4i1rr] {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(20, 10, 6, 0.94);
}

.is-lightbox .product-detail-panel[b-pjvnh4i1rr] {
    grid-template-columns: 1fr;
    width: min(1400px, 100%);
    height: min(94vh, 900px);
    margin: 0;
}

.is-lightbox .detail-image-button[b-pjvnh4i1rr]
{
    cursor: zoom-out;
}

.is-lightbox .detail-gallery[b-pjvnh4i1rr] {
    height: 100%;
    min-height: 0;
}
.is-lightbox .product-detail-content[b-pjvnh4i1rr],
.is-lightbox .back-to-products[b-pjvnh4i1rr] { display: none; }

@media (max-width: 800px) {
    .product-detail-panel[b-pjvnh4i1rr] {
        grid-template-columns: 1fr;
        max-height: none;
    }

    .detail-gallery[b-pjvnh4i1rr] {
        height: auto;
        min-height: 42vh;
    }
}

@media (max-width: 600px) {
    .product-detail-page[b-pjvnh4i1rr] {
        padding: 9vh 0 0;
    }

    .product-detail-panel[b-pjvnh4i1rr] {
        width: 100%;
        border-radius: 0;
    }
}

.is-lightbox .product-detail-panel[b-pjvnh4i1rr] {
    border-radius: 2%;
}
/* /Components/Pages/Products.razor.rz.scp.css */
article.products-page[b-yslmfeo10t] {
    position: relative;
    z-index: 5;
    min-height: 90vh;
    width: 100%;
    padding: 12vh 4% 8vh;
    background:
        radial-gradient(circle at 15% 20%, #f2d7a7 0%, rgba(242, 215, 167, 0) 30%),
        radial-gradient(circle at 90% 80%, #f4e8d6 0%, rgba(244, 232, 214, 0) 30%),
        linear-gradient(180deg, #f7efe1 0%, #e6d1af 100%);
    font-family: vazirmatn, sans-serif;
    color: #31150c;
}

.products-header[b-yslmfeo10t] {
    margin-bottom: 1.5rem;
}

.products-header h1[b-yslmfeo10t] {
    margin: 0;
    font-size: clamp(1.8rem, 1.2rem + 1.8vw, 3rem);
}

.products-header p[b-yslmfeo10t] {
    margin-top: 0.4rem;
    color: #5b2f1c;
}

.products-layout[b-yslmfeo10t] {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.products-main[b-yslmfeo10t] {
    flex: 1;
    min-width: 0;
}

.filter-panel[b-yslmfeo10t] {
    width: 290px;
    position: sticky;
    top: 1rem;
    background: #fff7ea;
    border: 1px solid #d8b98e;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 12px 26px rgba(51, 24, 10, 0.16);
}

.filter-panel-header[b-yslmfeo10t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-panel h3[b-yslmfeo10t] {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.filter-toggle[b-yslmfeo10t] {
    display: none;
}

.filter-content-inner[b-yslmfeo10t] {
    min-height: 0;
}

.filter-group[b-yslmfeo10t] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.filter-group input[b-yslmfeo10t] {
    border: 1px solid #c7a578;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    font-family: inherit;
}

.clear-btn[b-yslmfeo10t] {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #6d2f1e;
    color: #fff;
    padding: 0.6rem;
    font-family: inherit;
    cursor: pointer;
}

.clear-btn:hover[b-yslmfeo10t] {
    background: #8d3c23;
}

.products-toolbar[b-yslmfeo10t] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    background: #fffaf2d9;
    border: 1px solid #d6b28e;
    margin-bottom: 1rem;
}

.sort-select[b-yslmfeo10t] {
    min-width: 140px;
    border: 1px solid #c7a578;
    border-radius: 8px;
    padding: 0.35rem 0.4rem;
    font-family: inherit;
    background: white;
}

.products-count[b-yslmfeo10t] {
    margin-right: auto;
    color: #6d2f1e;
    font-weight: 600;
}

.products-grid[b-yslmfeo10t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.product-tile[b-yslmfeo10t] {
    background: #fffdf8;
    border: 2px solid #d4b18e;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(58, 26, 12, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-tile:hover[b-yslmfeo10t] {
    box-shadow: 0 16px 28px rgba(58, 26, 12, 0.2);
    cursor: pointer;
    border-color: #2e1d07;
}

.tile-image-wrap[b-yslmfeo10t] {
    position: relative;
    height: 210px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-yslmfeo10t] .tile-image {
    height: 100%;
}

.tile-overlay[b-yslmfeo10t] {
    position: absolute;
    inset: auto 0 0;
    padding: 0.9rem 0.8rem 0.7rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.tile-overlay h2[b-yslmfeo10t] {
    margin: 0;
    font-size: 1.05rem;
}

.tile-overlay p[b-yslmfeo10t] {
    margin: 0.25rem 0 0;
    font-weight: 700;
}

.tile-meta[b-yslmfeo10t] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 0.8rem 0.95rem;
    color: #5b2f1c;
    font-size: 0.9rem;
}

.empty-state[b-yslmfeo10t] {
    grid-column: 1 / -1;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 12px;
    background: #fff6e8;
    border: 1px dashed #cca779;
}

@media (max-width: 980px) {
    .products-layout[b-yslmfeo10t] {
        flex-direction: column;
    }

    .filter-panel[b-yslmfeo10t] {
        width: 100%;
        position: static;
    }

    .products-count[b-yslmfeo10t] {
        margin-right: 0;
        width: 100%;
    }

    .filter-toggle[b-yslmfeo10t] {
        display: inline-flex;
        align-items: center;
        border: 1px solid #c7a578;
        border-radius: 8px;
        background: transparent;
        color: #6d2f1e;
        padding: 0.35rem 0.65rem;
        font-family: inherit;
        cursor: pointer;
    }

    .filter-content[b-yslmfeo10t] {
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        transition: grid-template-rows 0.3s ease, opacity 0.2s ease;
    }

    .filter-content.is-expanded[b-yslmfeo10t] {
        grid-template-rows: 1fr;
        opacity: 1;
    }

    .filter-content-inner[b-yslmfeo10t] {
        overflow: hidden;
    }

    .products-main[b-yslmfeo10t] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    article.products-page[b-yslmfeo10t] {
        padding-top: 9vh;
    }

    .tile-image-wrap[b-yslmfeo10t] {
        height: 185px;
    }
}
