article{
    min-height: 100vh;
}
section{
    padding:5rem;
    position: relative;
}
section:before {
    content: '';
    position: absolute;
    top: 66%;
    right: 6%;
    background-image: url('/static/theme/img/logoicon.svg');
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    z-index: -1;
}
.col1{
    width: 30%;
    position: relative;
}
.col2 {
    width: 70%;
    padding-left: 5%;
}
.image{
    aspect-ratio:9/13;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    border:1px solid #c49c7e;
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    position:relative;
    overflow:hidden
}
.image::before{
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.text{
    padding:2rem 2rem 1rem;
    position:relative
}
.text:before{
    content:'';
    position:absolute;
    background:rgba(246,237,232,.9);
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    top:0;
    left:0;
    right:0;
    height:60%;
    z-index:-1
}
.text h6{
    margin: 2rem 0 1rem;
}
.back{
    position: absolute;
    right:-1rem;
    top:-1rem;
    cursor: pointer;
}
.back svg{
    width: 3rem;
    height: 3rem;
}
.back svg .circle{
    fill: #2d160e;
}
.back:hover svg .circle{
    fill: #c49c7e;
}
.addinbusket{
    margin-top: 2rem;
    font-size: 1.429rem;
    line-height: 1.429rem;
    cursor: pointer;
}
.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;
}
.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;
}
.card .addinbusket{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
}
#popular{
    padding: 0 1rem 1rem;
}
#popular h2{
    text-align: center;
}
#popular .popular {
    margin: 2rem 0;
    padding-bottom: 5rem;
}
.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;
}
@media screen and (max-width: 700px){
section {
    padding: 1rem;
}
.col1 {
    width: 100%;
    margin-bottom: 2rem;
}
.col2 {
    width: 100%;
    padding: 0;
  }
  .text {
    padding: 1rem;
  }
  .cardfoot {
    padding: 0 1rem;
  }
}