@charset "utf-8";

/* =========================
   TEXT PAGE BASE
========================= */

.fullsceen-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.transaparent-text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
}

.transaparent-text {
    width: 100%;
    max-width: 100%;
}

.transaparent-text p {
    width: 100%;
    max-width: 100%;
}

/* =========================
   FOOTER BASE FIX
========================= */

footer.fixed-footer,
.scroll-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 56px;
    box-sizing: border-box;
}

.policy-box,
.footer-social {
    display: flex;
    align-items: center;
    float: none !important;
    margin-top: 0 !important;
}

.footer-social {
    margin-left: auto;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =========================
   COLLECTION FILTERS (DESKTOP BASE)
========================= */

.filter-buttons-container span {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}

/* =========================
   MOBILE OVERRIDES (MAIN BLOCK)
========================= */

@media (max-width: 768px) {

    /* TEXT */
    .transaparent-text-wrap {
        padding: 10px 14px 10px 12px !important;
    }

    .transaparent-text {
        padding: 0 !important;
        margin: 0 !important;
    }

    .transaparent-text p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    body.home-page .content.full-height {
    padding-right: 0 !important;
    padding-bottom: 80px !important;
    box-sizing: border-box;
}

    /* FOOTER MOBILE */
    footer.fixed-footer {
        min-height: 50px !important;
        height: auto !important;
        padding: 8px 10px !important;
    }

    .policy-box {
        display: none !important;
    }

    .footer-social {
        margin-top: 0 !important;
    }

    /* SIGNATURE */
    .signature {
        text-align: left !important;
        margin: 10px 0 70px 0 !important;
    }

    .signature img {
        width: 200px !important;
        max-width: 75% !important;
        height: auto !important;
    }

    /* FILTERS MOBILE */
    .filter-buttons,
    .filter-buttons a,
    .filter-buttons.active-cat {
        font-size: 12px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
    }

    .filter-buttons-container span {
        margin-right: 9px !important;
        font-size: 12px !important;
    }

    /* LOGO (FINAL FIX — ONLY ONE RULE) */
    .logo-holder {
        float: left !important;
        display: block !important;
    }

    .logo-holder img {
        width: auto !important;
        max-width: 300px !important;
        height: auto !important;
        display: block;
    }

    /* BURGER */
    .nav-button-wrap {
        float: right !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }
}
/* =========================
   MOBILE HERO SLIDER FIX
========================= */
@media (max-width: 768px) {
body.home-page .fs-gallery-wrap,
body.home-page .hero-slider,
body.home-page .swiper-container,
body.home-page .swiper-wrapper,
body.home-page .swiper-slide{
height:calc(100vh - 56px)!important;
min-height:calc(100vh - 56px)!important;
max-height:calc(100vh - 56px)!important;
overflow:hidden!important;
}
}
@media (max-width:768px){
.hero-wrap{
height:auto!important;
min-height:auto!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
}
body.home-page,
body.home-page #main,
body.home-page #wrapper{
height:100vh!important;
overflow:hidden!important;
}
.fs-gallery-wrap,
.hero-slider,
.swiper-container,
.swiper-wrapper,
.swiper-slide{
height:calc(100vh - 56px)!important;
min-height:calc(100vh - 56px)!important;
max-height:calc(100vh - 56px)!important;
overflow:hidden!important;
}
.hero-wrap{
height:calc(100vh - 56px)!important;
min-height:calc(100vh - 56px)!important;
max-height:calc(100vh - 56px)!important;
overflow:hidden!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
}
.hero-item{
transform:translateY(-40px)!important;
}
body:not(.home-page) #wrapper,
body:not(.home-page) .content,
body:not(.home-page) .fullsceen-wrap{
height:auto!important;
min-height:auto!important;
overflow:visible!important;
}
}
@media (max-width:768px){
.portfolio-wrap,
.portfolio-wrap .swiper-container,
.portfolio-wrap .swiper-wrapper,
.portfolio-wrap .swiper-slide{
height:auto!important;
min-height:auto!important;
}

.portfolio-wrap .swiper-slide{
display:flex!important;
align-items:flex-start!important;
}

.portfolio-wrap .swiper-slide img{
width:auto!important;
height:70vh!important;
max-height:70vh!important;
object-fit:contain!important;
}

.portfolio-wrap .art-frame{
height:auto!important;
overflow:hidden!important;
}
}