/* HEADER */
header .navbar{
    box-shadow:none !important;
    padding:18px 28px;
    overflow:visible;
}

header{
    position:relative;
    z-index:1000;
}

.navbar{
    align-items:center;
}

/* LOGO */
header .navbar-brand{
    padding:0;
    margin-right:40px;
    display:flex;
    align-items:center;
}

header .navbar-brand img{
    width:auto !important;
    height:52px !important;
    max-height:none !important;
    display:block;
}

/* MAIN MENU */
header .navbar-collapse{
    overflow:visible;
}

header .navbar-nav{
    align-items:center;
    gap:0;
}

header .navbar-nav .nav-item{
    position:relative;
}

header .navbar-nav .nav-link{
    font-family:"Montserrat", sans-serif;
    font-size:11px;
    line-height:1.2;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#2B2D66 !important;
    font-weight:400;
    padding:10px 10px !important;
    white-space:nowrap;
    transition:color .25s ease;
}

/* separator */
header .navbar-nav .nav-item + .nav-item::before{
    content:"|";
    position:absolute;
    left:-1px;
    top:50%;
    transform:translateY(-50%);
    color:#A79675;
    font-size:10px;
    pointer-events:none;
}

header .navbar-nav .nav-item + .nav-item .nav-link{
    padding-left:12px !important;
}

/* hover */
@media (hover: hover) {
    header .navbar-nav .nav-link:hover {
        color:#A79675 !important;
    }
}
header .navbar-nav .nav-link.show {
    color:#A79675 !important;
}
header .navbar-nav .nav-link:active {
    color:#A79675 !important;
}

/* removes bootstrap arrow */
header .no-arrow.dropdown-toggle::after{
    display:none !important;
}

/* DROPDOWN */
header .dropdown{
    position:relative;
}

header .dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:260px;
    margin-top:0;
    padding:14px 0;
    border:none;
    border-radius:0;
    background:#fff;
    box-shadow:0 16px 40px rgba(0,0,0,.10);
    z-index:9999;
    overflow:visible;
}

header .dropdown:hover > .dropdown-menu{
    display:block;
}

header .dropdown-menu li{
    position:relative;
    margin:2px 0;
}

header .dropdown-menu .dropdown-item{
    font-family:"Montserrat", sans-serif;
    font-size:10px;
    line-height:1.5;
    letter-spacing:1.1px;
    color:#2B2D66;
    padding:8px 0;
    padding-left:26px;
    background:transparent;
    white-space:normal;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-transform:uppercase;
    transition:color .25s ease;
}

header .dropdown-menu .dropdown-item:active {
    color:#A79675;
    background:transparent;
}

@media (hover: hover) {
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item:focus{
        color:#A79675;
        background:transparent;
    }
}

/* SUBMENU */
header .dropdown-submenu{
    position:relative;
}

header .dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:0;
    margin-left:0;
    display:none;
}

header .dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

header .dropdown-submenu > .dropdown-item.dropdown-toggle{
    padding-right:34px;
    position:relative;
}

header .dropdown-submenu > .dropdown-item.dropdown-toggle::after{
    content:"›";
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    font-size:16px;
    color:#A79675;
}

/* right side */
header .d-flex.align-items-center{
    display:flex;
    align-items:center;
    gap:18px;
    margin-left:24px;
    position:relative;
    z-index:20;
}

header .bag-icon{
    width:30px;
    height:30px;
    background:#A79675;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 30px;
    padding:0;
    margin:0;
    text-decoration:none;
    line-height:1;
}

header .bag-icon img{
    width:14px;
    height:14px;
    display:block;
    margin:0;
    filter:brightness(0) invert(1);
}

header .lang-switch{
    display:flex;
    align-items:center;
    gap:0;
    height:36px;
    line-height:1;
    font-family:"Montserrat", sans-serif;
    font-size:11px;
    letter-spacing:1.2px;
    text-transform:uppercase;
}

header .lang-switch a,
header .lang-switch span{
    display:flex;
    align-items:center;
    height:36px;
}

header .lang-switch a{
    color:#2B2D66;
    text-decoration:none;
    padding:0 4px;
    transition:color .25s ease;
}

@media (hover: hover) {
    header .lang-switch a:hover{
        color:#A79675;
    }
}

header .lang-switch a:active {
    color:#A79675;
}

header .lang-switch span{
    color:#A79675;
    padding:0 2px;
}

/* RESPONSIVE */
@media (max-width: 1400px){
    header .navbar-nav .nav-link{
        padding:10px 14px !important;
        letter-spacing:1.4px;
        font-size:9px;
    }

    header .navbar-brand img{
        height:56px !important;
    }
}

@media (max-width: 1199px){
    header .navbar{
        padding:16px 18px;
    }

    header .navbar-brand{
        margin-right:22px;
    }

    header .navbar-brand img{
        height:50px !important;
    }

    header .navbar-nav .nav-link{
        padding:10px 10px !important;
        letter-spacing:1.3px;
        font-size: 9px;
    }

    header .navbar-nav .nav-item + .nav-item .nav-link{
        padding-left:16px !important;
    }
}

@media (max-width: 991px){

    header .navbar-nav{
        width:100%;
        margin-top:0 !important;
        padding: 10px 14px !important;
        min-height: auto;
        align-items:stretch;
    }
    header .navbar > .container-fluid{
        display: flex;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-nav .nav-item{
        margin:0 !important;
        padding:0 !important;
        width:100%;
    }

    header .navbar-brand{
        margin-right: 10px;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }

    header .navbar-brand img{
        height: 34px !important;
        width: auto !important;
    }
    header .navbar-toggler{
        padding: 4px 8px;
        margin-left: auto;
        align-self: flex-start;
    }

    header .navbar-collapse{
        margin-top: 8px !important;
        padding-top: 0 !important;
    }

    header .navbar-collapse{
        margin-top:0 !important;
        padding-top:0 !important;
    }

    header .navbar-nav .nav-item + .nav-item::before{
        display:none;
    }

    header .navbar-nav .nav-item + .nav-item .nav-link{
        padding-left:18px !important;
    }

    /* glavni linkovi */
    header .navbar-nav .nav-link{
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
        font-size:10px;
        letter-spacing:1.1px;
        padding:10px 18px !important;
        line-height:1.2 !important;
        text-align:left;
        white-space:normal;
    }

    /* first level */
    header .dropdown-menu{
        position:static;
        display:none !important;
        margin:0;
        min-width:100%;
        box-shadow:none;
        border:none;
        padding:0 !important;
        background:transparent;
    }

    /* second level */
    header .dropdown-submenu > .dropdown-menu{
        position:static;
        display:none !important;
        margin:0;
        min-width:100%;
        box-shadow:none;
        border:none;
        padding:0 !important;
        background:transparent;
    }

    /* open on show */
    header .dropdown.show > .dropdown-menu{
        display:block !important;
    }

    header .dropdown-submenu.show > .dropdown-menu{
        display:block !important;
    }

    /* hover off on mobile */
    header .dropdown:hover > .dropdown-menu,
    header .dropdown-submenu:hover > .dropdown-menu{
        display:none !important;
    }

    header .dropdown.show:hover > .dropdown-menu,
    header .dropdown-submenu.show:hover > .dropdown-menu{
        display:block !important;
    }

    /* first level submenu items */
    header .dropdown-menu .dropdown-item{
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
        font-size:10px;
        letter-spacing:1.1px;
        padding:8px 18px 8px 30px !important;
        line-height:1.25 !important;
        text-align:left;
        white-space:normal;
        background:transparent;
    }

    /* second level submenu items */
    header .dropdown-submenu > .dropdown-menu .dropdown-item{
        padding:7px 18px 7px 44px !important;
        font-size:9px;
        letter-spacing:1px;
    }

    /* parent submenu stavka */
    header .dropdown-submenu > .dropdown-item.dropdown-toggle{
        position:relative;
        padding-right:34px !important;
    }

    /* strelica desno */
    header .dropdown-submenu > .dropdown-item.dropdown-toggle::after{
        content:"›";
        position:absolute;
        right:18px;
        top:50%;
        transform:translateY(-50%);
        margin-left:0;
        font-size:13px;
        color:#A79675;
    }

    /* ako zelis i glavni dropdown da ima strelicu lepo desno */
    header .nav-item.dropdown > .nav-link.dropdown-toggle{
        position:relative;
        padding-right:34px !important;
    }

    header .nav-item.dropdown > .nav-link.dropdown-toggle::after{
        content:"›";
        position:absolute;
        right:18px;
        top:50%;
        transform:translateY(-50%) rotate(90deg);
        border:none;
        font-size:13px;
        color:#A79675;
    }

    header .lang-switch{
        font-size:11px;
        letter-spacing:1px;
    }
}

/* END HEADER */

/* START FOOTER */

.footer{
    background:#f3f1e9;
    color:#2B2D66;
}
footer .pt-4{
    margin-top: -20px;
    margin-bottom: 20px;
}

.footer .container{
    max-width:1400px;
}

.footer-main{
    align-items:flex-start;
    justify-content:space-between;
}
.footer .row{
    max-width:100%;
    margin:0 auto;
    padding-top: 10px;
}
.footer-working-hours,
.footer-center,
.footer-contact{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.footer-working-hours p,
.footer-center h5,
.footer-center p,
.footer-center a,
.footer-contact p,
.footer-contact a{
    margin:0;
}

.footer-working-hours p,
.footer-center p,
.footer-center a,
.footer-contact p,
.footer-contact a{
    font-family:"Source Code Pro", sans-serif;
    font-size:14px;
    line-height:1.9;
    color:#2B2D66;
    text-decoration:none;
}

.footer-working-hours p strong,
.footer-contact p strong{
    font-family:"Alegreya Sans", sans-serif;
    font-size:14px;
    font-weight:400;
    color:#2B2D66;
}

.footer-center h5{
    font-family:"Alegreya Sans", sans-serif;
    font-size:17px;
    font-weight:400;
    color:#2B2D66;
    margin-bottom:8px;
}
.footer-working-hours p,
.footer-center p,
.footer-center a,
.footer-contact p,
.footer-contact a{
    line-height:2.1;
}

.footer-links{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.footer-links a:hover,
.footer-contact a:hover{
    color:#A79675;
}

.instagram-icon{
    justify-content:flex-start;
}

.instagram-icon a{
    display:inline-flex;
    align-items:center;
}

.instagram-icon img{
    width:22px;
    height:22px;
    display:block;
    filter: brightness(0) saturate(100%) invert(63%) sepia(17%) saturate(406%) hue-rotate(7deg) brightness(95%) contrast(90%);
    transition:transform .25s ease;
}

.instagram-icon:hover img{
    transform:translateY(-4px);
}

.footer-working-hours,
.footer-center,
.footer-contact{
    display:flex;
    flex-direction:column;
    gap:22px;
    align-items:flex-start;
    text-align:left;
}

.footer-bottom{
    padding-top:24px;
    margin-top:12px;
    font-family:"Source Code Pro", sans-serif;
    font-size:14px;
    color:#2B2D66;
}
footer .row small{
    font-family:"Source Code Pro", sans-serif;
}
.fl-contact a,
.ft-cookies a,
.fc-email{
    font-family: "Alegreya Sans", sans-serif;
}
@media (max-width: 991px){
    .footer-working-hours,
    .footer-center,
    .footer-contact{
        align-items: center;
        text-align: center;
    }
    .footer-working-hours p,
    .footer-center p,
    .footer-contact a,
    .footer-contact p strong{
        font-size: 12px;
    }
    .footer-center h5{
        font-size: 15px;
    }
    .fl-contact a,
    .ft-cookies a,
    .fc-email{
        font-size: 14px;
    }
    footer{
        margin-top: 20px;
    }
    footer .container .text-md-start{
        padding-top: 20px;
    }
}


@media (min-width: 768px) {
    .footer-working-hours,
    .footer-center,
    .footer-contact {
        align-items: center;
        text-align: center;
    }
    .instagram-icon {
        justify-content: center;
    }
}
@media (max-width: 767px){
    .footer-working-hours,
    .footer-center,
    .footer-contact{
        align-items:center;
        text-align:center;
        font-size: 12px;
    }

    .instagram-icon{
        justify-content:center;
    }

    .footer-bottom{
        padding-top:10px;
    }
    footer .row small{
        font-size: 12px;
        padding-right: 0;
    }
}
/* END FOOTER */
/* RESPONSIVE FOR MOBILE */
@media (max-width: 991px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
    header{
        overflow: hidden;
    }

    header .navbar{
        padding: 10px 12px !important;
    }
    header .d-flex.align-items-center .bag-icon{
        display: none !important;
    }
    header .navbar a:focus,
    header .navbar a:active,
    header .navbar-toggler:focus{
        outline: none !important;
        box-shadow: none !important;
    }
}
/** START HERO IMAGE SECTION **/
.hero-image{
    width:100%;
    overflow:hidden;
    padding: 40px 0; /* Dodatni prostor za border i senku */
}

.salon-image{
    width:calc(100% - 20px); /* Smanjujemo širinu da bi se border video */
    margin: 0 auto; /* Centriranje */
    aspect-ratio:16 / 7; /* 👈 isti oblik svuda */
    position:relative;
    overflow:hidden;
    /* Luksuzni border efekat */
    border: 2px solid #A79675; /* Zlatni border */
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.5); !* Duboka senka *!*/
    border-radius: 2px;
}

.salon-image img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
/* END HERO IMAGE SECTION*/

/*START HERO SLIDER SECTION*/
.hero-slider{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}
.hero-title h1{
    color: #A79675;
}
.hero-title h1 span{
    display:block;
}
.carousel{
    padding-top: 20px;
    overflow:hidden;
}
.carousel img{
    width:100% !important;
    max-width: none !important;
    object-fit:cover;
    /* za pomeranje slider slike da bude centrirana ili ne*/
    /*object-position: center 30%;*/
}
@media (max-width: 991px){

    .hero-slider{
        /*height: 500px;*/
        width: 100% !important;
    }

    .hero-slider img{
        height: 320px;
        width: 100% !important;
        display: block;
        object-fit: cover;
    }
    .hero-carousel,
    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item{
        height: auto !important;
        min-height: 0 !important;
    }

}

/* Specifični popravci za rezolucije koje je korisnik prijavio */
@media (min-width: 992px) and (max-width: 1124px),
(min-width: 1200px) and (max-width: 1340px),
(min-width: 1440px) and (max-width: 1555px) {
    .page-content,
    .hero-slider {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*END HERO SLIDER SECTION*/

/* START css for IMG GROW*/

/* povecavanje slike*/
.img-grow {
    transition: transform 1.4s ease-in-out;
}

.img-grow:hover {
    transform: scale(1.08);
}
/* END css for IMG GROW*/

/*START CARD-SECTION */
.card-section{
    background: #ffffff;
    /*padding:120px 0 90px;*/
    padding: 20px;
    display:block;
    min-height:auto;
}
.card-section__title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin: 0 0 28px;
    text-align: center;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #2B2D66;
}
.card-section__text{
    font-family: "Source Code Pro", sans-serif;
    max-width: 980px;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    color: #2B2D66;
    font-style: normal;
    text-transform: none;
}
.card-section__btn{
    font-family: "Alegreya Sans", sans-serif;
    display:inline-block;
    text-decoration:none;
    text-transform:uppercase;
    align-self:center;
    background:#2B2D66;
    padding:12px 28px;
    font-size:14px;
    letter-spacing:2px;
    transition:all .3s ease;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    fill: #FFFFFF;
    color: #FFFFFF;
}
.card-section__btn:hover{
    background:#2B2D66;
    color:#ffffff;
    text-decoration:none;
}
.card-section__box{
    position: relative;
    display: block;
    overflow: hidden;
}

.card-section__box img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display: block;
    transition: transform 1.5s ease;
}

.card-section__box:hover img{
    transform: scale(1.05);
}

.card-section__label{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    color: #2B2D66;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 8px 18px;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 2;
    text-decoration:none;
    text-transform: uppercase;
}
.card-section__box,
.card-section__box:hover,
.card-section__box:focus{
    text-decoration: none;
}

@media (max-width: 991px){
    .card-section {
        margin-top: -80px;
    }
    .card-section__title{
        font-size: 24px;
    }
    .card-section__text{
        font-size: 16px;
    }
    .card-section__btn{
        padding:10px 20px;
        font-size: 10px;
    }
}

/* END CARD-SECTION */

/* START CONTENT-SECTION */
/* START CONTENT-SECTION-REVERSE */
.content-section,
.content-section-reverse,
.reverse-gift-card{
    background:#ffffff;
    padding:40px 0;
}
.gift-card-single{
    margin-top: -60px;
}

.content-section__row,
.content-section-reverse__row{
    max-width:1880px;
    margin:0 auto;
    --bs-gutter-x:170px;
    align-items:center;
}

.content-section__content,
.content-section-reverse__content{
    background:#F7F3EA;
    width:100%;
    max-width:980px;
    min-height:430px;
    padding:70px 105px;
    margin-left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.gift-card-content-single{
    height:680px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.gift-card-content-single,
.reverse-gift-card{
    margin-top: -60px;
}

.content-section__title,
.content-section-reverse__title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin:0 0 22px;
    font-size:30px;
    max-width: 900px;
    line-height:1.3;
    word-break:break-word;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:normal;
    color:#2B2D66;
}
.content-section__text,
.content-section-reverse__text{
    font-family: "Source Code Pro", sans-serif;
    text-align: justify;
    max-width:560px;
    margin:0 0 34px;
    font-size:16px;
    line-height:25px;
    letter-spacing:-1.2px;
    font-weight:300;
    color:#2B2D66;
    text-transform: none;
    font-style: normal;
}

.content-section__btn,
.content-section-reverse__btn{
    font-family: "Alegreya Sans", sans-serif;
    display:inline-block;
    align-self:center;
    background:#a79675;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:18px;
    padding:15px 32px;
    transition:all .3s ease;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.content-section__btn:hover,
.content-section-reverse__btn:hover{
    color:#fff;
    background:#2f3276;;
    text-decoration:none;
}

.content-section__image-wrap,
.content-section-reverse__image-wrap{
    display:flex;
    justify-content:center;
    padding-left:0;
}

.content-section__image,
.content-section-reverse__image{
    width:100%;
    max-width:720px;
    height:auto;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    display:block;
}

@media (max-width: 991px){
    .content-section,
    .content-section-reverse{
        padding: 40px 15px;
    }
    .content-section__row,
    .content-section-reverse__row{
        --bs-gutter-x:30px;
    }
    .gift-card-content-single {
        height: auto;
    }

    .content-section__content,
    .content-section-reverse__content{
        max-width:100%;
        min-height:auto;
        padding:40px 28px;
    }

    .content-section__title,
    .content-section-reverse__title{
        font-size:26px;
    }

    .content-section__text,
    .content-section-reverse__text{
        max-width:100%;
        font-size:16px;
        line-height:1.8;
    }

    .content-section__image,
    .content-section-reverse__image{
        max-width:80%;
        height:auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
    }

    .content-section__image-wrap,
    .content-section-reverse__image-wrap{
        padding-left:0;
    }
    .content-section-reverse__about-us{
        margin-top: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .content-section__row,
    .content-section-reverse__row {
        --bs-gutter-x: 80px;
    }

    .content-section__content,
    .content-section-reverse__content {
        padding: 50px 60px;
        min-height: 380px;
    }

    .content-section__title,
    .content-section-reverse__title {
        font-size: 26px;
    }

    .content-section__text,
    .content-section-reverse__text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px){

    /* sekcija */
    .content-section,
    .content-section-reverse{
        padding: 40px 15px !important;
    }

    /* naslov */
    .content-section h2,
    .content-section-reverse h2{
        font-size:18px;
        margin-bottom:10px;
        letter-spacing:3px !important;
    }

    /* tekst */
    .content-section p,
    .content-section-reverse p{
        font-size:12px;
        line-height:1.55;
        letter-spacing:0.5px !important;
    }

    /* dugme */
    .content-section__btn,
    .content-section-reverse__btn{
        padding:10px 16px;
        font-size:10px;
        margin-top:14px;
    }

    /* slika */
    .content-section img,
    .content-section-reverse img{
        margin-top:26px !important;
        max-width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .content-section__image-wrap,
    .content-section-reverse__image-wrap{
        width:100%;
        aspect-ratio:1/1;
        overflow:hidden;
    }
    .gift-card-content-single {
        /*height: auto;*/
        padding-bottom: 20px;
        margin-bottom: -40px;
    }


}

@media (max-width: 360px){

    .content-section__btn,
    .content-section-reverse__btn{
        font-size:9px !important;
        padding:8px 14px !important;
        letter-spacing:1px !important;
    }
    .content-section-reverse__btn{
        padding:4px 12px !important;
    }
    .content-section p,
    .content-section-reverse p{
        font-size: 11px;
    }

}
/* END CONTENT-SECTION */
/* END CONTENT-SECTION-REVERSE */


/* START BEST-SELLERS*/
.best-sellers{
    background:white;
    padding-bottom: 60px;
    /*padding:40px 0;*/
}

.bs__title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin: 0 0 28px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    font-size:40px;
    letter-spacing:3px;
    color: #2B2D66;
}

.bs__btn{
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    display:inline-block;
    padding:12px 28px;
    border:1px solid #c5b08a;
    color:#2f3276;
    text-decoration:none;
    font-size:14px;
    letter-spacing:2px;
    background:#fff;
    transition:0.3s;
    /*transition:all .3s ease;*/
}

.bs__btn:hover{
    border-color:#2f3276;
}

.bs__card{
    position:relative;
    text-align:center;
}

.bs__product-image{
    height:260px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bs__product-image img{
    max-height:220px;
    width:auto;
    transition:transform 1.2s ease;
}

.bs__product-info{
    position:relative;
    margin-top:20px;
}

.bs__product-hover-btn{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    background:#2f3276;
    color:#fff;
    text-decoration:none;
    padding:14px 20px;
    font-size:14px;
    opacity:0;
    transition:0.3s;
}

.bs__card:hover .bs__product-hover-btn{
    opacity:1;
}

.bs__product-name{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin-top:25px;
    font-size:16px;
    font-weight: 400;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#2f3276;
}

.bs__product-price{
    font-family: "Source Code Pro", sans-serif;
    font-size:15px;
    margin-top:8px;
    color:#2f3276;
}
@media (max-width: 991px){
    .best-sellers{
        padding-bottom: 40px;
    }
    /*.best-sellers{*/
    /*    margin-top: -80px;*/
    /*    margin-bottom: -80px;*/
    /*}*/
    .bs__title{
        font-size: 24px;
    }
    .bs__btn{
        padding: 10px 16px;
        font-size: 10px;
    }
    .bs__product-name{
        font-size: 14px;
    }
    .bs__product-price{
        font-size: 12px;
    }
    .best-sellers .container .row{
        margin-top: 10px !important;

    }
}

@media (max-width: 768px) {
    .bs__product-image {
        height: 180px;
    }
    .bs__product-image img {
        max-height: 150px;
    }
    .bs__product-name {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .bs__product-hover-btn {
        padding: 10px 12px;
        font-size: 12px;
    }
}
/* END BEST-SELLERS */

/* START BLOCK-HEADER*/
.block-header{
    padding:20px;
    background: #FFFFFF;
}

.block-header__title-box{
    background:#F7F3EA;
    padding: 10px;
    max-width: 1330px;
    margin: 0 auto;
}

.block-header__title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    line-height: 1em;
    font-weight: 400;
    /*margin: 0;*/
    font-size: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2B2D66;
    margin-bottom:20px;
    margin-top: 20px;
}
.block-header__text{
    font-family:"Source Code Pro", sans-serif;
    font-style: normal;
    max-width: 1280px;
    margin: 35px auto 0;
    font-size:16px;
    line-height:1.8;
    font-weight:300;
    color:#2B2D66;
    text-align: -khtml-left;
    opacity: 0;
    transform: translateX(-20px);
    animation: treatmentsTextReveal 1.2s ease forwards;
    animation-delay: .25s;
}
@media (max-width: 991px) {
    .block-header{
        padding-left:0;
        padding-right:0;
    }

    .block-header__title-box{
        width:90%;
        margin-left:auto;
        margin-right:auto;
        padding:12px 10px;
    }
    .block-header__title{
        font-size: 20px;
    }
    .block-header__text{
        font-size: 14px;
    }

}


/* ??????????? */
@media (max-width: 768px){
    .section-title{
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 2.5px;
        max-width: 90%;
    }
}
/* ?????????? */

@keyframes treatmentsTextReveal{
    from{
        opacity: 0;
        transform: translateX(-20px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
.categories{
    background: #FFFFFF;
}

.category-card{
    display: block;
    text-decoration: none;

}

.category-card:hover{
    text-decoration: none;
}
.categories .row > div:first-child .category-title{
    margin-top:0;
}

.category-title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    /*margin: 45px;*/
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom:45px;
    color: #2B2D66;
}

.category-image-wrap{
    position: relative;
    overflow: hidden;
    /*height: 530px;*/
    width: 100%;
}


.category-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateY(-20px);
    transition: transform 1.2s ease;
}

.category-card:hover .category-image-wrap img{
    transform: translateY(0);
}

.category-accent{
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    background: rgba(177, 145, 71, 0.65);
    pointer-events: none;
}
/* tek na hover pokreni stalno pomeranje */
.category-card:hover .category-image-wrap img{
    animation: imageFloat 2.8s ease-in-out infinite alternate;
}

@keyframes imageFloat{
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    .categories{
        margin-top: -20px;
        margin-bottom: -20px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .category-image-wrap{
        height: 350px !important;
    }
}
@media (max-width:768px){
    .categories{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .category-title{
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        letter-spacing: 3px;
    }

    .categories .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .categories .col-12{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .category-image-wrap{
        width: 100%;
        height: 250px !important;
        margin: 0;
        overflow: hidden;
        position: relative;
    }

    .category-image-wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: none;
    }
}


/* sekcija pojedinacni tretman */
.treatments-accordion{
    background:#f6f6f6;
}

.accordion-item{
    border:none;
    background:transparent;
}

/* hides bootstrap arrow */

.accordion-button::after{
    display:none;
}

/* btn */

.treatment-accordion-btn{
    background:transparent;
    border:none;
    box-shadow:none;
    padding:18px 0 18px 25px;
    font-size:18px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#2f3276;
    position:relative;
}

/* arrow */

.treatment-accordion-btn::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:0;

    border-left:6px solid #2f3276;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;

    transition:0.3s;
}

/* open item */

.treatment-accordion-btn:not(.collapsed){
    color:#b79a5b;
}

.treatment-accordion-btn:not(.collapsed)::before{
    transform:translateY(-50%) rotate(90deg);
    border-left-color:#b79a5b;
}

.accordion-body{
    padding:15px 0 30px;
    color:#2f3276;
    font-size:16px;
}
/* removes bootstrap blue background when its open */

.accordion-button:not(.collapsed){
    background-color: transparent !important;
    box-shadow: none !important;
}

/* removes blue focus */

.accordion-button:focus{
    box-shadow: none !important;
    outline: none;
}

/* removes blue border */

.accordion-button{
    border: none;
}
/*sekcija boxovi kategorija*/
.categories-bottom{
    margin-top: 50px;
}

.pt-bottom-card{
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.pt-bottom-image-wrap{
    position: relative;
    overflow: hidden;
    height: 360px;
}

.pt-bottom-image-wrap img{
    width: 100%;
    height: calc(100% + 40px);
    object-fit: cover;
    display: block;
    transform: translateY(-20px);
    transition: transform 1.2s ease;
}

.pt-bottom-card:hover .pt-bottom-image-wrap img{
    transform: translateY(0);
}

.pt-bottom-title{
    position: absolute;
    left: 30px;
    bottom: 25px;
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.pt-bottom-card::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,.08));
    z-index: 1;
    pointer-events: none;
}
/*sekcija za single treatment*/
.treatment-section{
    background: white;
    padding: 90px 0 60px;
}

.treatment-row{
    align-items: flex-start;
}

/* levi tekstualni deo */

.treatment-stage{
    max-width: 520px;
    text-align:justify;
}

.treatment-stage__number{
    font-family: "Alegreya Sans", sans-serif;
    width: 60px;
    height: 68px;
    background: #b7925b;
    color: #fff;
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 18px;
}

.treatment-stage__title{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2B2D66;
}

.treatment-stage__subtitle{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2B2D66;
}

.treatment-stage p{
    font-family: "Source Code Pro", sans-serif;
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 300;
    color: #2B2D66;
    text-transform: none;
    font-style: normal;
}

.treatment-stage p.treatment-stage__text-strong{
    font-family: "Alegreya Sans", sans-serif;
    font-style: normal;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2B2D66;
}
/* desna slika */

.treatment-stage__image{
    max-width: 630px;
    margin-left: auto;
}

.treatment-stage__image img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

/* dugmad */

.treatment-stage__buttons{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.treatment-stage__btn{
    display: inline-block;
    min-width: 385px;
    padding: 16px 28px;
    /*background: #2f3276;*/
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    transition: opacity .3s ease;
}

.treatment-stage__btn--wide{
    min-width: 870px;
}
.treatment-stage__btn, .treatment-stage__btn--wide{
    font-family: "Alegreya Sans", sans-serif;
    display:inline-block;
    background:#2B2D66;
}


/*.treatment-stage__btn:hover{*/
/*    color: #fff;*/
/*    opacity: .9;*/
/*}*/
@media (max-width: 1199px){
    .treatment-stage__title{
        font-size: 36px;
    }

    .treatment-stage p{
        font-size: 18px;
    }

    .treatment-stage__btn--wide{
        min-width: 100%;
    }

    .treatment-stage__btn{
        min-width: 340px;
    }
}

@media (max-width: 991px){
    .treatment-section{
        padding: 70px 0 50px;
    }

    .treatment-stage{
        max-width: 100%;
        margin-bottom: 40px;
    }

    .treatment-stage__image{
        max-width: 100%;
    }

    .treatment-stage__title{
        font-size: 32px;
    }

    .treatment-stage p{
        font-size: 17px;
        line-height: 1.5;
    }

    .treatment-stage__buttons{
        margin-top: 45px;
        gap: 18px;
    }

    .treatment-stage__btn,
    .treatment-stage__btn--wide{
        min-width: 100%;
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {
    .treatment-section {
        padding: 40px 0 30px;
    }
    .treatment-stage__title {
        font-size: 26px;
    }
    .treatment-stage p {
        font-size: 14px;
    }
    .treatment-stage__image {
        max-width: 80%;
        margin: 0 auto;
    }
    .treatment-stage__buttons {
        margin-top: 30px;
    }
}

@media (max-width: 575px){
    .treatment-stage__number{
        width: 48px;
        height: 48px;
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 14px;
    }

    .treatment-stage__title{
        font-size: 24px;
    }

    .treatment-stage__subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .treatment-stage p{
        font-size: 12px;
        margin-bottom: 18px;
    }
    .treatment-stage p.treatment-stage__text-strong{
        margin-bottom: 10px;
        font-size: 14px;
    }

    .treatment-stage__btn{
        padding: 14px 16px;
        font-size: 10px;
        letter-spacing: 2px;
    }
    .treatment-stage__divider{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
.treatment-stage__divider{
    width:100vw;
    height:1px;
    background:#c6a25a;
    margin-top:60px;
    margin-bottom: 40px;

    position:relative;
    left:50%;
    transform:translateX(-50%);
}

.treatment-section:last-of-type .treatment-stage__divider:last-of-type {
    display: none;
}
/*kontakt stranica*/

.contact-form{
    background:#FFFFFF;
    height: 100%;
    /*padding: 20px 0;*/
}

.contact-form .container{
    max-width:1400px;
}

/* glavni raspored */
.contact-form .row{
    max-width:1800px;
    margin:0 auto;
    align-items:flex-start;
}

/* leva kolona */
.contact-info-box{
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.contact-info-image{
    max-width:500px;
    margin:0 auto 40px;
}

.contact-info-image img{
    width:100%;
    height:auto;
}

.contact-info-text{
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.contact-info-text p{
    margin: 0 0 14px;
    font-family:"Source Code Pro", sans-serif;
    font-size:12px;
    line-height:1.2;
    font-weight:300;
    color:#2B2D66;
}

.contact-info-text a{
    color:#2B2D66;
    white-space: nowrap;
    text-decoration: none;
    transition:color .25s ease;
    display: inline-block;
}
.contact-info-text .email{
    color: #A79675;
    margin-left: -40px;
}

.contact-working-hours{
    margin-top:24px;
}

.contact-working-hours p{
    margin:0 0 8px;
}

/* desna kolona */
.contact-form-box{
    max-width:900px;
    margin:0 auto;
    padding-top:10px;
}

.contact-form-title{
    margin-bottom:40px;
    text-align:center;
    font-family:"Alegreya Sans", sans-serif;
    font-size:32px;
    line-height:1.2;
    font-weight:400;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#2B2D66;
}

/* form grid dodatni vazduh */
.contact-form-box .row{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

/* inputi */
.contact-input{
    border:1px solid #A79675;
    border-radius:0;
    background:transparent;
    box-shadow:none !important;
    min-height:46px;
    padding:12px 20px;
    font-family:"Source Code Pro", sans-serif;
    font-size:15px;
    line-height:1.4;
    font-weight:300;
    color:#2B2D66;
    height:60px;
    width: 100%;
}

.contact-textarea{
    width:100%;
    min-height:160px;
    padding:16px 18px;
    resize:none;
    height:200px;
}

.contact-input::placeholder{
    color:#6b6f8f;
    opacity:1;
}

.contact-input:focus{
    border-color:#A79675;
    background:transparent;
}

/* consent */
.contact-consent{
    display:flex;
    align-items:flex-start;
    text-align: left;
    gap:10px;
    margin:6px 0 0;
}

.contact-consent input{
    margin-top:4px;
    width:14px;
    height:14px;
    flex:0 0 14px;
}

.contact-consent span{
    font-family:"Source Code Pro", sans-serif;
    font-size:11px;
    line-height:1.7;
    font-weight:300;
    color:#2B2D66;
}

/* dugme */
.contact-submit-btn{
    display:block;
    margin:30px auto 0;
    min-width:118px;
    height:42px;
    padding:0 24px;
    border:1px solid #A79675;
    background:#A79675;
    color:#fff;
    font-family:"Alegreya Sans", sans-serif;
    font-size:12px;
    line-height:1;
    font-weight: 300;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:all .25s ease;
}

.contact-submit-btn:hover{
    background: #2B2D66;
    border-color:#A79675;
    color:#fff;
}

/* desktop fin balans */
@media (min-width: 992px){
    .contact-form .col-lg-5{
        flex:0 0 34%;
        max-width:34%;
    }

    .contact-form .col-lg-7{
        flex:0 0 66%;
        max-width:66%;
    }
    .contact-form .row{
        --bs-gutter-x: 120px;
    }
}


/* tablet/mobilni */
@media (max-width: 991px){
    .contact-form{
        padding:0 ;
        margin-top: -40px;
    }
    .content-section-reverse__btn{
        margin:0 auto 20px;
    }

    .contact-form .row{
        --bs-gutter-x: 30px;
    }

    .contact-info-image{
        max-width:260px;
        margin-bottom:30px;
    }

    .contact-form-box{
        max-width:100%;
        padding-top:0;
    }

    .contact-form-title{
        margin-bottom:28px;
        font-size:22px;
        letter-spacing:3px;
    }
    .contact-info-text .email{
        margin-left: 0;
    }
    .contact-info-text a{
        white-space: normal;
    }
    .contact-info-text p{
        font-size: 10px;
    }
    /*.contact-input{*/
    /*    font-size: 10px;*/
    /*}*/
}
@media (max-width: 575px){
    .contact-input{
        font-size: 10px;
    }
    .contact-consent span{
        font-size: 10px;
    }
    .contact-consent input{
        flex: 0;
    }
    .contact-submit-btn{
        margin-top: 10px;
    }
    .contact-info-image img{
        margin-top: 0;
    }
}

/* sekcija specific treatment*/
.br-hero-banner{
    position:relative;
    min-height:500px;
    overflow:hidden;
}

/* slika */

.br-hero-banner img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

/* overlay */

.br-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

/* tekst */

.br-hero-content{
    position:absolute;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    z-index:2;
}

/* naslov */

.br-hero-title{
    margin:0;
    font-size:56px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#fff;
}
@media (max-width:991px){

    .br-hero-banner{
        min-height:420px;
    }

    .br-hero-title{
        font-size:40px;
    }

}

@media (max-width:576px){

    .br-hero-banner{
        min-height:300px;
    }

    .br-hero-title{
        font-size:28px;
    }

}
/*antiaging sekcija*/
.specific-treatment{
    padding-top: 120px;
    padding-bottom: 90px;
    background:#FFFFFF;
    color:#2B2D66;
    overflow: hidden;
}
.specific-treatment-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:60px;
    width:100%;
    margin:0 auto;
}

.specific-treatment__image-col{
    flex:0 0 46%;
    max-width:46%;
    /*width: 56%;*/
}

.specific-treatment__content-col{
    flex:0 0 54%;
    max-width:54%;
    padding-top: 0;
}

.specific-treatment__image{
    position:relative;
    margin:0;
    left:auto;
    top:auto;
}

.specific-treatment__image img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio: 4 / 5;
    object-fit:cover;
}

.specific-treatment__title{
    margin: 0;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#2B2D66;
    font-family:"Alegreya Sans", sans-serif;
}

.specific-treatment__line{
    width: 100%;
    height: 1px;
    background: #A79675;
    margin: 26px 0 28px;
}

.specific-treatment__text{
    margin-bottom: 30px;
}

.specific-treatment__text p{
    font-family:"Source Code Pro", sans-serif;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .4px;
    color: #2B2D66;
    text-align: justify;
}

.specific-treatment__btns{
    font-family:"Alegreya Sans", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.specific-treatment__btn{
    font-family: "Alegreya Sans", sans-serif;
    min-width: 110px;
    padding: 13px 20px;
    border: 1px solid #A79675;
    color: #2B2D66;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .3s ease;
    background: #fff;
}
.specific-treatment__btns .specific-treatment__btn:last-child{
    background:#2B2D66;
    color:#fff;
    /*border-color:#A79675;*/
}

.specific-treatment__btn.active{
    border: 1px solid #2B2D66;
    color: #2B2D66;
    background: #fff;
}

.specific-treatment__tabs{
    border-top: 1px solid rgba(167, 150, 117, 1);
}

.specific-treatment__tab-item{
    border: 0;
    border-bottom: 1px solid rgba(167, 150, 117, 1);
    background: transparent;
}

.specific-treatment__tab-btn{
    font-family: "Alegreya Sans", sans-serif;
    padding: 22px 0;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2D66 !important;
}

.specific-treatment__tab-btn:not(.collapsed){
    color: #2B2D66 !important;
}

.specific-treatment__tab-btn::after{
    background-image: none !important;
    content: '+';
    width: auto;
    height: auto;
    transform: none !important;
    font-size: 22px;
    font-weight: 300;
    color: #A79675 ;
}

.specific-treatment__tab-btn:not(.collapsed)::after{
    content: '−';
}

.specific-treatment__tab-body{
    padding: 0 0 24px;
}

.specific-treatment__tab-body p{
    font-family: "Source Code Pro", sans-serif;
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #2B2D66;
    text-align: justify;
    letter-spacing: .4px;
}

/* tablet */
@media (max-width: 1199px){
    .specific-treatment-row{
        gap: 30px;
        align-items: flex-start;
    }
    .specific-treatment__image-col{
        flex:0 0 35%;
        max-width:35%;
    }
    .specific-treatment__content-col{
        flex:0 0 65%;
        max-width:65%;
    }
    .specific-treatment__image img{
        width:100%;
        height:auto;
        aspect-ratio:4 / 5;
        object-fit:cover;
    }

    .specific-treatment__title{
        font-size: 40px;
    }

    .specific-treatment__text p{
        font-size: 16px;
    }
}

/* mobile */
@media (max-width: 991px){
    .specific-treatment{
        padding:70px 0 50px;
        margin:0;
    }
    .specific-treatment-row{
        display:flex;
        flex-direction:column;
        gap:24px;
        margin:0;
    }

    .specific-treatment__image-col,
    .specific-treatment__content-col{
        flex:0 0 100%;
        max-width:100%;
        width:100%;
    }

    .br-product-frame{
        padding: 20px 20px 0 20px;
    }

    .specific-treatment__image{
        margin: 0 auto;
        text-align: center;
        left:auto;
        top:auto;
    }

    .specific-treatment__title{
        font-size:24px;
        line-height:1.2;
        text-align:center;
        margin-bottom:12px;
    }
    .specific-treatment__image img{
        width:100%;
        max-width: 400px;
        margin: 0 auto;
        height:auto;
        aspect-ratio: 4 / 5;
        object-fit:cover;
    }

    .specific-treatment__line{
        margin:14px 0 18px;
    }

    .specific-treatment__text{
        margin-bottom:18px;
    }

    .specific-treatment__text p{
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: .3px;
        text-align: center;
    }
    .specific-treatment__tab-body p{
        font-size: 12px;
    }
    .specific-treatment__btns{
        gap:10px;
        margin-bottom:20px;
        justify-content:center;
    }
    .specific-treatment__tab-btn{
        justify-content: center;
        text-align: center;
    }

    .specific-treatment__btn{
        min-width: 92px;
        padding: 11px 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .specific-treatment__tab-btn{
        padding:16px 0;
        font-size:12px;
        letter-spacing:1.2px;
        text-align:center;
        justify-content:center;
    }
    .specific-treatment__text p,
    .specific-treatment__tab-body p{
        font-size:12px;
        line-height:1.7;
        text-align:center;
        margin-bottom: -5px;
    }
}
@media (max-width: 575px){
    .specific-treatment{
        padding:40px 0;
    }

    .specific-treatment-row{
        gap:18px;
    }

    .specific-treatment__image img{
        aspect-ratio: 1 / 1;
    }

    .specific-treatment__btn{
        min-width:unset;
        width:100%;
    }

    .specific-treatment__btns{
        flex-direction:column;
    }
}

/*sekcija galerija*/
.gallery-section {
    padding: 60px 0 80px;
    background: #FFFFFF;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gallery-card {
    display: block;
    text-decoration: none;
}

.gallery-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3; /* pravougaoni oblik */
    overflow: hidden;
    background: #ddd;
}

.gallery-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.gallery-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s ease;
    z-index: 2;
}

.gallery-card:hover .gallery-media::after {
    background: rgba(0, 0, 0, 0.18);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
    }
}

@media (max-width: 1199px) {
    .gallery-grid {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-media {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .gallery-section {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .gallery-media {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/*sekcija cenovnik*/
.pricelist {
    /*margin-top: -30px;*/
    /*width:120%;*/
    /*margin-left:-10%;*/
    /*margin-top: -20px;*/
    padding: 20px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.pricelist__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}


.pricelist__content {
    width: 52%;
}

.pricelist__image-wrap {
    width: 48%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

/* obrnuta sekcija */
.pricelist--reverse .pricelist__row {
    flex-direction: row-reverse;
}

.pricelist--reverse .pricelist__image-wrap {
    justify-content: flex-start;
}

/*!* dekorativni bež blok iza slike *!*/
/*.pricelist__image-bg {*/
/*    position: absolute;*/
/*    top: -36px;*/
/*    right: 70px;*/
/*    width: 72%;*/
/*    height: 210px;*/
/*    background: #e8e4da;*/
/*    z-index: 1;*/
/*}*/

.pricelist--reverse {
    right: auto;
    left: 70px;
}

/* slika */
.pricelist__image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 690px;
    overflow: hidden;
    z-index: 2;
}

.pricelist__image img {
    display:block;
    width:65%;
    height:auto;
    margin:0 auto;
    transition: transform .6s ease;
}

.pricelist__image:hover img {
    transform: scale(1.06);
}

/* grupe */
.pricelist__group + .pricelist__group {
    margin-top: 42px;
}

.pricelist__title {
    font-family: "Alegreya Sans", sans-serif;
    margin: 0 0 18px;
    text-align: center;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2B2D66;
}

/* lista */
/*.pricelist{*/
/*    margin-top: -30px;*/
/*    width:110%;*/
/*    margin-left:-5%;*/
/*}*/
.pricelist__list {
    width: 100%;
}

.pricelist__item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.pricelist__name {
    color: #2B2D66;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: normal;
}

.pricelist__dots {
    flex: 1;
    border-bottom: 1px dotted #b9a57b;
    transform: translateY(-1px);
    min-width: 30px;
}

.pricelist__value {
    color: #A79675;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: lowercase;
    white-space: nowrap;
}

.pricelist__note {
    color: #2B2D66;
    font-family: "Alegreya Sans", sans-serif;
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

/* responsive */
@media (max-width: 1199px) {
    .pricelist__row {
        gap: 50px;
    }

    .pricelist__title {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .pricelist__name,
    .pricelist__value {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .pricelist__row,
    .pricelist--reverse .pricelist__row {
        flex-direction: column;
        gap: 45px;
    }

    .pricelist__image-wrap {
        width: 100%;
        display: flex;
    }
    .pricelist__content{
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .pricelist__image-bg {
        top: -20px;
        right: 20px;
        width: 72%;
        height: 120px;
    }
    .pricelist .pricelist__image-wrap{
        justify-content:flex-start;
    }
    .pricelist--reverse .pricelist__image-wrap{
        justify-content:flex-end;
    }

    .pricelist--reverse .pricelist__image-bg {
        left: 20px;
        right: auto;
    }

    .pricelist__title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .pricelist__item {
        align-items: flex-end;
    }

    .pricelist__name {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .pricelist__value {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .pricelist--reverse{
        margin-top: 0;
    }
    .pricelist__content{
        margin-bottom: 0;
    }
}
@media (max-width: 320px){
    .pricelist__content{
        max-width: 200px;
    }
    .pricelist__item{
        gap: 6px;
    }

    .pricelist__name,
    .pricelist__value{
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .pricelist__image-wrap{
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .pricelist__image{
        width: 100%;
        max-width: 100%;
    }
    .pricelist {
        padding: 20px;
    }
    .pricelist--reverse{
        padding: 10px;
    }
    .pricelist__image img{
        display: block;
        width: 100%;
        height: 135px;
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    .pricelist--reverse .pricelist__image img{
        object-position: center 35%;
    }

    .pricelist__image-bg {
        width: 70%;
        height: 70px;
        top: -10px;
        right: 10px;
    }

    .pricelist__item {
        gap: 8px;
        margin-bottom: 12px;
    }

    .pricelist__note {
        font-size: 9px;
    }
}
.pricelist__cta {
    padding: 70px 0;
    background: #FFFFFF;
}
/*.pricelist__image-wrap{*/
/*    max-width: 250px;*/
/*}*/

/*.pricelist__image img{*/
/*    height: 135px;*/
/*}*/

/*.pricelist__content{*/
/*    max-width: 200px;*/
/*}*/

.pricelist__cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.pricelist__cta-text {
    font-family: "Alegreya Sans", sans-serif;
    text-align: justify;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2D66;
}

.pricelist__cta-btn {
    font-family: "Alegreya Sans", sans-serif;
    display: inline-block;
    padding: 14px 36px;
    background: #A79675;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.pricelist__cta-btn:hover {
    background: #2B2D66;
}

@media (max-width: 768px) {

    .pricelist__cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .pricelist__cta-btn {
        padding: 12px 28px;
    }

}
/*sekcija proizvod*/
.single-product {
    padding-top: 60px;
    background: #FFFFFF;
}

.single-product-row {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

/* leva strana */
.single-product__gallery {
    width: 48%;
    display: flex;
    grid-template-columns: 90px 1fr;
    align-items: flex-start;
    gap: 20px;
    overflow: visible;
}

.single-product__thumbs {
    width: 90px;
    min-width: 90px;
    flex: 0 0 74px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 6px;
    overflow: visible;
}

.single-product__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    height: 74px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    background: transparent;
    transition: border-color .25s ease, opacity .25s ease;
    opacity: .75;
}

.specific-treatment__image-col,
.single-product__gallery,
.single-product__thumbs {
    overflow: visible !important;
}

.single-product__thumb.active {
    border: 1px solid #2B2D66;
    opacity: 1;
}

.single-product__thumb img {
    max-height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
}

.single-product__main-image {
    flex: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.single-product__main-image img {
    width: 100%;
    max-height: 520px;
    height: auto;
    display: block;
    transition: opacity .2s ease;
}

/* desna strana */
.single-product__info {
    width: 52%;
    max-width: 650px;
}

.single-product__info-title {
    font-family: "Alegreya Sans", sans-serif;
    margin: 0;
    font-size: 30px;
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2D66;
}

.single-product__info-line {
    width: 100%;
    max-width: 650px;
    height: 1px;
    background: #A79675;
    margin: 26px 0 26px;
}

.single-product__info-label {
    margin-bottom: 14px;
    font-size: .8em;
    line-height: 1.3;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #2B2D66;
}

.single-product__info-sizes {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.single-product__info-size {
    font-family: "Alegreya Sans", sans-serif;
    min-width: 90px;
    padding: 10px 14px;
    border: 1px solid #A79675;
    background: #fff;
    color: #2B2D66;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2;
    transition: .3s ease;
}

.single-product__info-size.active {
    border-color: #2B2D66;
}

.single-product__info-desc {
    max-width: 620px;
    margin-bottom: 26px;
}

.single-product__info-desc p {
    font-family: "Source Code Pro", sans-serif;
    text-align: justify;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #2B2D66;
    font-weight: 200;
}

.single-product__info-price {
    font-family: "Alegreya Sans", sans-serif;
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 200;
    color: #2B2D66;
}

.single-product__info-tax {
    font-family: "Source Code Pro", sans-serif;
    font-weight: 200;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2D66;
}

.single-product__info-btn {
    display: inline-flex;
    width: auto;
    min-width: 240px;
    min-height: 44px;
    padding: 10px 30px;
    margin-bottom: 34px;
    background: #2B2D66;
    border: 1px solid #2B2D66;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s ease;
}

.single-product__info-btn:hover {
    background: transparent;
    color: #2B2D66;
}

/* accordion */
.single-product__accordion {
    border-top: 1px solid #A79675;
}

.single-product__accordion-item {
    border: 0;
    border-bottom: 1px solid #A79675;
    background: transparent;
}

.single-product__accordion-btn {
    font-family: "Alegreya Sans", sans-serif;
    padding: 18px 18px 18px 0;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #2B2D66 !important;
    font-size: 14.4px;
    letter-spacing: 6px;
    text-transform: uppercase;
    justify-content: center;
}

.single-product__accordion-btn::after {
    margin-left: auto;
    transform: scale(.8);
}

.single-product__accordion-body {
    font-family: "Source Code Pro", sans-serif;
    padding: 0 0 18px;
    font-size: 15px;
    line-height: 1.4;
    color: #2B2D66;
    font-weight: 200;
    text-align: justify;
}

/* responsive */
@media (max-width: 991px) {
    .single-product {
        padding-top: 40px;
    }
    .single-product-row {
        flex-direction: column;
        gap: 40px;
        align-items: center; /* Centriranje celog reda na manjim ekranima */
    }
    .single-product__info-label{
        font-size: 12px;
    }

    .single-product__gallery {
        width: 100%;
        max-width: 500px; /* Ograničavamo širinu galerije na tabletu da slika ne bude prevelika */
        margin: 0 auto;
    }

    .single-product__info {
        width: 100%;
        max-width: 100%;
    }

    .single-product__main-image {
        min-height: auto;
    }

    .single-product__main-image img {
        max-height: 420px;
        object-fit: contain;
    }

    .single-product__info-title {
        font-size: 24px;
    }

    .single-product__info-line {
        margin: 20px 0;
    }

    .single-product__info-desc p {
        font-size: 12px;
    }

    .single-product__info-btn {
        width: 100%;
        min-width: unset;
        justify-content: center;
    }
    .single-product__info-size{
        padding: 11px 16px;
        font-size: 11px;
    }
    .single-product__info-price{
        font-size: 26px;
    }
    .single-product__info-tax{
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    .single-product__accordion-btn{
        max-width:90%;
        margin:0 auto;
    }


}

@media (max-width: 575px) {
    .single-product__gallery {
        gap: 16px;
    }

    .single-product__thumbs {
        width: 58px;
        flex-basis: 58px;
        gap: 14px;
    }

    .single-product__thumb {
        width: 58px;
        height: 58px;
    }

    .single-product__thumb img {
        max-width: 20px;
        max-height: 42px;
    }

    .single-product__info-title {
        font-size: 30px;
    }

    .single-product__info-label {
        letter-spacing: 4px;
    }

    .single-product__info-btn {
        letter-spacing: 3px;
        font-size: 11px;
    }
    .single-product__accordion-btn{
        font-size: 11px;
    }
    .single-product__modal-title{
        font-size:26px !important;
        letter-spacing:2px;
    }
    .single-product__modal-desc{
        font-size: 14px !important;
    }
}
.single-product__popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.single-product__popup.active {
    display: block;
}

.single-product__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.single-product__modal {
    position: relative;
    max-width: 900px;
    margin: 80px auto;
    background: #e7e4dd;
    padding: 60px 70px;
    z-index: 2;
}

.single-product__modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: 0;
    font-size: 24px;
    cursor: pointer;
}

.single-product__modal-title {
    color: #2B2D66;
    font-family: "Alegreya Sans", sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.br-order-subtitle {
    color: #2B2D66;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.single-product__modal-line {
    height: 1px;
    background: #cfcac1;
    margin: 15px 0;
}

.single-product__modal-desc {
    color: #2B2D66;
    font-family: "Source Code Pro", sans-serif;
    text-align: center;
    max-width: 520px;
    margin: 0 auto 40px;
}

.br-order-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 24px;
}

.br-order-field label {
    color: #2B2D66;
    font-family: "Source Code Pro", sans-serif;
    display: block;
    margin-bottom: 6px;
}

.br-order-form input:focus {
    outline: none;
    box-shadow: none;
}

.br-order-field input,
.br-order-field select,
.br-order-field textarea {
    color: #2B2D66;
    font-family: "Source Code Pro", sans-serif;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: #FFFFFF;

}

.br-order-field textarea {
    height: 120px;
    color: #2B2D66;
}

.br-order-field textarea::placeholder {
    color: #2B2D66;
    opacity: 1;
}


.br-order-submit {
    font-family: "Alegreya Sans", sans-serif;
    margin-top: 20px;
    padding: 12px 24px;
    background: #2B2D66;
    color: #fff;
    border: 0;
}

/*category product*/
.filter-button__icon {
    color: #2B2D66;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 14px;
    font-size: 0;
    line-height: 0;
    transition: transform .3s ease;
}

.filter-button__icon::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 1px solid #2B2D66;
    border-bottom: 1px solid #2B2D66;
    transform: rotate(45deg);
    margin-top: -2px;
}

.filter-group-btn .filter-button__icon {
    transform: rotate(0deg);
}

.filter-group-btn.active .filter-button__icon {
    transform: rotate(180deg);
}

.filter-group-btn.active + .filter-group-body {
    max-height: 500px;
    padding-top: 22px;
}

.filter-button__btn {
    font-family: "Alegreya Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 22px;
    min-height: 44px;

    border: 1px solid #A79675;
    background: #FFFFFF;

    color: #2B2D66;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;

    cursor: pointer;
    transition: .3s;
}

.filter-button__btn:hover {
    border-color: #2B2D66;
    background: #fdfdfd;
}

.single-product__modal-icons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.single-product__modal-icons img {
    width: 26px;
    height: 26px;
    transition: .2s;
}

.single-product__modal-icons img:hover {
    transform: scale(1.1);
}


/* hover */
.filter-button {
    padding: 55px 0 35px;
    background: #FFFFFF;
}

.single-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 38px;
}

.br-collection-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2D66;
}

.br-collection-sort {
    display: flex;
    align-items: center;
    gap: 12px;
}

.br-collection-sort label {
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2B2D66;
}

.br-collection-sort select {
    min-width: 240px;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #A79675;
    background: #fff;
    color: #2B2D66;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

.br-collection-filter-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.filter-group {
    min-width: 260px;
}

.br-filter-title {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2B2D66;
}

.br-filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.br-filter-list li {
    margin-bottom: 10px;
}

.br-filter-list a {
    text-decoration: none;
    color: #2B2D66;
    font-size: 15px;
    line-height: 1.5;
    transition: .3s ease;
}

.br-filter-list a:hover {
    color: #A79675;
}

.br-filter-list span {
    color: #8d8d8d;
}

.br-collection-products {
    padding: 45px 0 90px;
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .single-product__gallery {
        grid-template-columns:1fr;
        gap: 18px;
    }

    .single-product__thumbs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-product__thumb img {
        max-width: 72px;
        height: 88px;
    }

    .single-product__main-image img {
        max-width: 100%;
    }
}

.br-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 28px;
}

.br-product-card {
    text-align: center;
}

.br-product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    margin-bottom: 18px;
    text-decoration: none;
    overflow: hidden;
}

.br-product-card-image img {
    max-width: 100%;
    max-height: 280px;
    width: auto;
    height: auto;
    display: block;
    transition: transform .4s ease;
}

.br-product-card:hover .br-product-card-image img {
    transform: scale(1.04);
}

.br-product-card-title {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.br-product-card-title a {
    text-decoration: none;
    color: #2B2D66;
}

.br-product-card-price {
    font-size: 15px;
    line-height: 1.4;
    color: #2B2D66;
}

@media (max-width: 1199px) {
    .br-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .br-collection-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .br-collection-filter-groups {
        gap: 30px;
    }

    .br-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter-button__btn{
        font-size: 13px;
        padding: 8px 16px;
        min-height: 40px;
    }
    .filter-button__icon{
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 575px) {
    .br-collection-title {
        font-size: 30px;
    }

    .br-collection-sort {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .br-collection-sort select {
        width: 100%;
        min-width: 100%;
    }

    .br-product-grid {
        grid-template-columns: 1fr;
    }
}
.filter-button__row {
    display: flex;
    justify-content: flex-start;
}
.filter-button__row button{
    margin-top: 0;
}
@media (max-width: 991px) {
    .filter-button__row {
        justify-content: center;
    }
}

.br-filter-open {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2B2D66;
    cursor: pointer;
}

/* panel */
.filter-panel {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.filter-panel.active {
    pointer-events: auto;
}

.filter-panel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: opacity .35s ease;
}

.filter-panel.active .filter-panel-overlay {
    opacity: 1;
}

.filter-drawer {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    max-width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 24px 30px 40px;

    transform: translateX(-100%);

    transition: transform .4s ease;

    overflow-y: auto;
}

.filter-panel.active .filter-drawer {
    transform: translateX(0);
}

/* header */
.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.filter-heading {
    font-family: "Alegreya Sans", sans-serif;
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2B2D66;
}

.filter-close {
    font-family: "Alegreya Sans", sans-serif;
    background: transparent;
    border: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 34px;
    line-height: 1;
    color: #2B2D66;
    cursor: pointer;
}

.filter-divider {
    height: 1px;
    background: rgba(167, 150, 117, 1);
    margin: 24px 0;
}

/* accordion */
.filter-group-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
}

.filter-group-btn span:first-child {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #2B2D66;
}


.filter-group-body {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height .35s ease, padding .35s ease;
}

/* options */
.filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    cursor: pointer;
}

.filter-option input {
    display: none;
}

.filter-check {
    width: 16px;
    height: 16px;
    border: 1px solid #A79675;
    flex: 0 0 16px;
    position: relative;
}

.filter-option input:checked + .filter-check::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #2B2D66;
}

.filter-label {
    font-family: "Source Code Pro", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2B2D66;
}

/* mobile */
@media (max-width: 575px) {
    .filter-drawer {
        width: 100%;
        max-width: 100%;
        padding: 24px 24px 40px;
    }

    .filter-heading {
        font-size: 22px;
    }

    .filter-group-btn span:first-child {
        letter-spacing: 4px;
        font-size: 13px;
    }

    .filter-label {
        font-size: 13px;
    }
    .filter-check{
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
    }
    .filter-close{
        font-size: 22px;
    }
    /*.filter-group-btn span:first-child{*/
    /*    font-size: 16px;*/
    /*}*/
    .filter-button {
        padding: 30px 0;
    }
    .filter-button__row {
        margin-top: 0;
    }
}

