header{
    background: rgba(196, 156, 126, 0)!important;
}
header #logo svg path{
    fill:#2D160E!important;
}
header.fixed #logo svg path{
    fill: #C49C7E!important;
}
header.fixed nav a:hover{
    color: #C49C7E!important;
}
header.fixed nav a:hover svg path{
    fill: #C49C7E!important;
}
nav a:hover{
    color: #ffffff!important;
}
nav a:hover svg path{
    fill: #ffffff!important;
}
#busketcircle{
    background: #ffffff!important;
}
nav a:hover #busketcircle, header.fixed nav a:hover #busketcircle{
    background: #2D160E!important;
}
header.fixed #busketcircle {
    background: #C49C7E!important;
}
article{
    background-image: url('/static/theme/img/bkg.svg');
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
      -o-background-size: 100%;
         background-size: 100%;
}
/* Banners */
#banner{
    position: relative;
}
#banner .swiper-slide .image:before{
    content:'';
    background: rgba(196, 156, 126, 0.6);
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#banner .swiper-slide .image{
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#banner .swiper-slide .text-block{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 70%;
    margin: auto;
    z-index: 2;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#banner .swiper-slide .text-block h3{
    font-size:3.429rem;
    line-height:4.571rem;
}
#banner .swiper-slide.swiper-slide-active .text-block h3{
    -webkit-animation-name: fadeInRight;
       -moz-animation-name: fadeInRight;
         -o-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
       -moz-animation-duration: 0.5s;
         -o-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
#banner .swiper-slide.swiper-slide-active .text-block p{
    -webkit-animation-name: fadeInLeft;
       -moz-animation-name: fadeInLeft;
         -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-duration: 0.7s;
       -moz-animation-duration: 0.7s;
         -o-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
#banner .swiper-slide.swiper-slide-active .text-block .btn{
    -webkit-animation-name: fadeInUp;
       -moz-animation-name: fadeInUp;
         -o-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
       -moz-animation-duration: 0.5s;
         -o-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
/* Studios */
#studios{
    padding: 0 1rem 1rem;
}
#studios h2{
    text-align: center;
    font-size: 2.714rem;
    line-height: 2.714rem;
    margin-bottom: 4rem;
}
#studios .cards{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#studios .cards a{
    -webkit-box-flex: 0;
    -webkit-flex: 0 23%;
       -moz-box-flex: 0;
        -ms-flex: 0 23%;
            flex: 0 23%;
    width: 23%;
    aspect-ratio: 16/11;
    margin: 0 .5% 2%;
    -webkit-border-radius: 0.571rem;
       -moz-border-radius: 0.571rem;
            border-radius: 0.571rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    text-decoration: none;
}
#studios .cards a:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 156, 126, 0.36)), to(rgba(196, 156, 126, 0.6)));
    background: -webkit-linear-gradient(top, rgba(196, 156, 126, 0.36) 0%, rgba(196, 156, 126, 0.6) 100%);
    background: -moz-linear-gradient(top, rgba(196, 156, 126, 0.36) 0%, rgba(196, 156, 126, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(196, 156, 126, 0.36) 0%, rgba(196, 156, 126, 0.6) 100%);
    background: linear-gradient(180deg, rgba(196, 156, 126, 0.36) 0%, rgba(196, 156, 126, 0.6) 100%);
    transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
#studios .cards a .text {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: end;
            align-items: end;
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 1rem;
    -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
     -moz-animation-duration: 0.4s;
       -o-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
#studios .btn{
    margin: 2rem auto 0;
    max-width: 14rem;
}
/* Popular products */
#popular{
    padding: 0 1rem 2rem;
}
#popular h1{
    text-align: center;
    font-size: 2.714rem;
    line-height: 2.714rem;
    margin-bottom: 2rem;
}
.popular{
    padding-bottom: 5rem;
}
.popular .swiper-slide{
    height: auto;
    width: auto;
}
.popular .swiper-button-prev, .popular .swiper-button-next{
    top:auto;
    bottom: 0;
    color: #2d160e;
}
.popular .swiper-button-prev{
    left: 0;
}
.popular .swiper-button-next{
    right: auto;
    left: 4rem;
}
.popular .swiper-button-next:after, .popular .swiper-button-prev:after{
    font-size: 2rem;
}
.gotoshop{
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: #2D160E;
}
.addinbusket{
    margin-top: 2rem;
    font-size: 1.429rem;
    line-height: 1.429rem;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
}
.addinbusket span{
    font-size: 1.229rem;
}
.addinbusket svg{
    width: 1.571rem;
    vertical-align: middle;
    height: 1.929rem;
    margin-left: .2rem;
    margin-top: -.3rem;
}
.addinbusket svg path{
    fill: #2D160E;
}
.addinbusket:hover, .card h4{
    color: #c49c7e;
}
.addinbusket:hover svg path{
    fill: #c49c7e;
}
.card{
    background: #ffffff;
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    margin: 1rem 1.5% 2rem;
    padding: 1rem 1rem 5rem;
    text-align: center;
    position: relative;
    height: 100%;
    width: auto;
}
.card:hover{
    box-shadow: 0px 0px 14px rgba(196, 156, 126, 0.6);
}
.card a{
    color: #2D160E;
    text-decoration: none;
    width: 100%;
}
.card .image{
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    height: 100vh;
    max-height: 18rem;
    border: none;
    margin: auto;
}
@media screen and (max-width: 1100px){
    #banner .swiper-slide .text-block{
        width: 85%;
    }
#studios .cards {
    justify-content: center;
}
#studios .cards a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 31.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 31.33%;
    flex: 0 31.33%;
    width: 31.33%;
}
}
@media screen and (max-width: 1000px){
    #banner .swiper-slide .text-block h3 {
        font-size: 2.43rem;
        line-height: 3.57rem;
    }
    #banner .swiper-slide .text-block{
        width: calc(100% - 2rem);
    }
    #studios .cards a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 48%;
        flex: 0 48%;
        width: 48%;
    }
}
@media screen and (max-width: 700px){
    #banner .swiper-slide .image {
        aspect-ratio: 9/16;
    }
    #studios .cards a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 98%;
        -moz-box-flex: 0;
        -ms-flex: 0 98%;
        flex: 0 98%;
        width: 98%;
    }
    #banner .swiper-slide .text-block h3 {
      font-size: 2.53rem;
      line-height: 2.67rem;
    }
}