body {
  background: #F8F8F8;
}

.products1 {
  padding: 125px 0 170px;
}
.products1 .wrap {
  width: 1820px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.products1 .wrap .side {
  width: 430px;
  height: fit-content;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 10px 10px 10px;
}
.products1 .wrap .side .title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0 19px;
}
.products1 .wrap .side .flex {
  margin: 18px 0 0 0;
}
.products1 .wrap .side .flex .item {
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #F8F8F8;
  transition: .6s ease;
}
.products1 .wrap .side .flex .item.on {
  background: var(--color);
}
.products1 .wrap .side .flex .item.on .show .l .img {
  opacity: 1;
}
.products1 .wrap .side .flex .item.on .show .add img {
  transform: rotate(-45deg);
}
.products1 .wrap .side .flex .item:not(:last-child) {
  margin: 0 0 10px;
}
.products1 .wrap .side .flex .item.on .show{
  height: auto;
}
.products1 .wrap .side .flex .item .show {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding: 12px 30px 0 19px;
  cursor: pointer;
  transition: .6s ease;
}
.products1 .wrap .side .flex .item .show .l p {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.products1 .wrap .side .flex .item .show .l .img {
  margin: 30px 0;
  width: 195px;
  opacity: 0;
  transition: .6s ease;
}
.products1 .wrap .side .flex .item .show .add {
  width: 18px;
  height: 18px;
}
.products1 .wrap .side .flex .item .show .add img {
  width: 100%;
  transition: .6s ease;
}
.products1 .wrap .side .flex .item .hide {
  overflow: hidden;
  display: none;
}
.products1 .wrap .side .flex .item .hide > div {
  margin: 30px 20px 25px 20px;
}
.products1 .wrap .side .flex .item .hide .list {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.products1 .wrap .side .flex .item .hide .list.on .circle div {
  opacity: 1;
}
.products1 .wrap .side .flex .item .hide .list:not(:last-child) {
  margin: 0 0 10px;
}
.products1 .wrap .side .flex .item .hide .list .circle {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products1 .wrap .side .flex .item .hide .list .circle div {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  border: 1px solid #333;
  background: #333;
  opacity: 0;
  transition: .6s ease;
}
.products1 .wrap .side .flex .item .hide .list p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.products1 .wrap .r {
  width: 1332px;
}
.products1 .wrap .r .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 96px;
}
.products1 .wrap .r .grid .item {
  width: 100%;
  height: 440px;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  padding: 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products1 .wrap .r .grid .item:hover .more {
  background: var(--color);
}
.products1 .wrap .r .grid .item:hover .position img {
  transform: scale(1.05);
}
.products1 .wrap .r .grid .item .name {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
  position: relative;
  z-index: 2;
}
.products1 .wrap .r .grid .item.on .name{
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: 40px;
  background: var(--color);
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 0 45px 45px 0;
}
.products1 .wrap .r .grid .item.on .more{
  position: absolute;
  bottom: 64px;
  left: 64px;
}
.products1 .wrap .r .grid .item .more {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  position: relative;
  z-index: 2;
}
.products1 .wrap .r .grid .item .more img {
  width: 16px;
}
.products1 .wrap .r .grid .item .position {
  position: absolute;
  right: 0;
  top: 0;
}
.products1 .wrap .r .grid .item .position img {
  object-fit: contain;
  transition: .6s ease;
}

.common_paging a {
  background: #FFF;
}


@media screen and (max-width: 1919px) {
  .products1{
    padding: 6.5104166667vw 0px 8.8541666667vw;
  }
  .products1 .wrap{
    width: 94.7916666667vw;
  }
  .products1 .wrap .side{
    width: 22.3958333333vw;
    border-radius: 0.5208333333vw;
    padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  }
  .products1 .wrap .side .title{
    font-size: 2.1875vw;
    margin: 0px 0px 0px 0.9895833333vw;
  }
  .products1 .wrap .side .flex{
    margin: 0.9375vw 0px 0px;
  }
  .products1 .wrap .side .flex .item{
    border-radius: 0.5208333333vw;
  }
  .products1 .wrap .side .flex .item:not(:last-child){
    margin: 0px 0px 0.5208333333vw;
  }

  .products1 .wrap .side .flex .item .show{
    height: 3.8541666667vw;
    padding: 0.625vw 1.5625vw 0px 0.9895833333vw;
  }
  .products1 .wrap .side .flex .item .show .l p{
    font-size: 0.9375vw;
  }
  .products1 .wrap .side .flex .item .show .l .img{
    margin: 1.5625vw 0px;
    width: 10.15625vw;
  }
  .products1 .wrap .side .flex .item .show .add{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .products1 .wrap .side .flex .item .hide > div{
    margin: 1.5625vw 1.0416666667vw 1.3020833333vw;
  }
  .products1 .wrap .side .flex .item .hide .list{
    gap: 0.4166666667vw;
  }
  .products1 .wrap .side .flex .item .hide .list:not(:last-child){
    margin: 0px 0px 0.5208333333vw;
  }
  .products1 .wrap .side .flex .item .hide .list .circle{
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 0.15625vw;
  }
  .products1 .wrap .side .flex .item .hide .list .circle div{
    width: 0.3125vw;
    height: 0.3125vw;
    border-radius: 0.1041666667vw;
  }
  .products1 .wrap .side .flex .item .hide .list p{
    font-size: 0.8333333333vw;
  }
  .products1 .wrap .r{
    width: 69.375vw;
  }
  .products1 .wrap .r .grid{
    gap: 0.4166666667vw;
    margin: 0px 0px 5vw;
  }
  .products1 .wrap .r .grid .item{
    height: 22.9166666667vw;
    border-radius: 0.5208333333vw;
    padding: 3.3333333333vw;
  }
  .products1 .wrap .r .grid .item .name{
    font-size: 0.9375vw;
  }
  .products1 .wrap .r .grid .item.on .name{
    height: 2.0833333333vw;
    padding: 0px 1.0416666667vw;
    border-radius: 0px 2.34375vw 2.34375vw 0px;
  }
  .products1 .wrap .r .grid .item.on .more{
    bottom: 3.3333333333vw;
    left: 3.3333333333vw;
  }
  .products1 .wrap .r .grid .item .more{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .products1 .wrap .r .grid .item .more img{
    width: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .products1{
    padding: 35px 0 60px;
  }
  .products1 .wrap{
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .products1 .wrap .side{
    width: 100%;
    border-radius: 10px;
    padding: 16px 10px 10px;
  }
  .products1 .wrap .side .title{
    font-size: 24px;
    margin: 0 0 0 10px;
  }
  .products1 .wrap .side .flex{
    margin: 12px 0 0 0;
  }
  .products1 .wrap .side .flex .item{
    border-radius: 8px;
  }
  .products1 .wrap .side .flex .item:not(:last-child){
    margin: 0 0 8px;
  }
  .products1 .wrap .side .flex .item.on .show{
    height: auto;
  }
  .products1 .wrap .side .flex .item .show{
    height: 60px;
    padding: 14px 20px 14px 14px;
  }
  .products1 .wrap .side .flex .item .show .l p{
    font-size: 14px;
  }
  .products1 .wrap .side .flex .item .show .l .img{
    margin: 12px 0 0 0;
    width: 120px;
  }
  .products1 .wrap .side .flex .item .show .add{
    width: 14px;
    height: 14px;
  }
  .products1 .wrap .side .flex .item .hide > div{
    margin: 12px 10px 14px;
  }
  .products1 .wrap .side .flex .item .hide .list{
    gap: 6px;
  }
  .products1 .wrap .side .flex .item .hide .list:not(:last-child){
    margin: 0 0 8px;
  }
  .products1 .wrap .side .flex .item .hide .list .circle{
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
  .products1 .wrap .side .flex .item .hide .list .circle div{
    width: 5px;
    height: 5px;
  }
  .products1 .wrap .side .flex .item .hide .list p{
    font-size: 13px;
  }
  .products1 .wrap .r{
    width: 100%;
  }
  .products1 .wrap .r .grid{
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 0 0 0;
  }
  .products1 .wrap .r .common_paging{
    margin: 40px 0 0 0;
  }
  .products1 .wrap .r .grid .item{
    border-radius: 10px;
    padding: 24px;
    height: 215px;
  }
  .products1 .wrap .r .grid .item .name{
    font-size: 14px;
  }
  .products1 .wrap .r .grid .item.on .name{
    height: 32px;
    padding: 0 14px;
    border-radius: 0 20px 20px 0;
  }
  .products1 .wrap .r .grid .item.on .more{
    bottom: 24px;
    left: 24px;
  }
  .products1 .wrap .r .grid .item .more{
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .products1 .wrap .r .grid .item .more img{
    width: 14px;
  }
  .products1 .wrap .r .grid .item .position{
    height: 85%;
  }
  .products1 .wrap .r .grid .item.on .position{
    width: 100%;
    height: 100%;
  }
  .products1 .wrap .r .grid .item.on .position img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


@media screen and (max-width: 450px) {
  .products1 .wrap .r .grid {
    grid-template-columns: repeat(1,1fr);
  }
}
