ul[data-v-2d9a1d60] li:first-child {
  display: none;
}

.cabinetry[data-v-2d9a1d60] {
  width: 100%;
}
.cabinetry .swipers[data-v-2d9a1d60] {
  position: relative;
  top: 0;
  width: 100%;
}
.cabinetry .swipers .prev-btn[data-v-2d9a1d60] {
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.cabinetry .swipers .next-btn[data-v-2d9a1d60],
.cabinetry .swipers .prev-btn[data-v-2d9a1d60] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.0784313725);
  background-size: 30%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 50%;
}
.cabinetry .swipers .next-btn[data-v-2d9a1d60] {
  left: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.cabinetry .swipers .item[data-v-2d9a1d60] {
  width: 100%;
  height: 480px;
  background-position: 50% !important;
  background: #686c75;
}
.cabinetry .swipers .item .slider_top[data-v-2d9a1d60] {
  width: 100%;
  margin-top: 60px;
}
.cabinetry .swipers .item .slider_top h3[data-v-2d9a1d60] {
  width: 100%;
  color: #ccba62;
  letter-spacing: 0;
  font-size: 48px;
  margin: 14px;
  white-space: wrap;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.cabinetry .swipers .item .slider_top h4[data-v-2d9a1d60] {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.2rem;
}
.cabinetry .boxbg[data-v-2d9a1d60] {
  width: 100%;
  padding: 100px 0;
  min-height: 450px;
  background: url(https://www.germanpool.com/images/cabinetry/sofa_index_part01_bg.jpg)
    no-repeat 50%;
  background-size: cover;
}
.cabinetry .boxbg ul[data-v-2d9a1d60] {
  max-width: 100%;
  width: 920px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.cabinetry .boxbg ul[data-v-2d9a1d60],
.cabinetry .boxbg ul li[data-v-2d9a1d60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinetry .boxbg ul li[data-v-2d9a1d60] {
  width: 400px;
  min-height: 100px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
  margin: 0 10px;
}
.cabinetry .boxbg ul li .img[data-v-2d9a1d60] {
  width: 170px;
}
.cabinetry .boxbg ul li .img img[data-v-2d9a1d60] {
  width: 100%;
  height: auto;
}
.cabinetry .boxbg ul li .box-right[data-v-2d9a1d60] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.cabinetry .boxbg ul li .box-right .btn[data-v-2d9a1d60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 114px;
  height: 36px;
  background: #ff6c0c;
  -webkit-box-shadow: 0 0 8px #ff6c0c;
  box-shadow: 0 0 8px #ff6c0c;
  color: #fff;
  padding: 0 10px 0 16px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 36px;
}
.cabinetry .boxbg ul li .box-right .btn[data-v-2d9a1d60]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cabinetry .boxbg ul li .box-right .btn .btn-text[data-v-2d9a1d60] {
  letter-spacing: 1px;
}
.cabinetry .boxbg ul li .box-right .btn .btn-icon[data-v-2d9a1d60] {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}
.cabinetry
  .boxbg
  ul
  li
  .box-right
  .btn
  .btn-icon
  .circle-arrow[data-v-2d9a1d60] {
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ff6c0c;
  margin-right: -3px;
}
@media only screen and (max-width: 850px) {
  .cabinetry .swipers .prev-btn[data-v-2d9a1d60] {
    right: 14px;
    width: 40px;
    height: 40px;
  }
  .cabinetry .swipers .next-btn[data-v-2d9a1d60] {
    left: 14px;
    width: 40px;
    height: 40px;
  }
  .cabinetry .swipers .item[data-v-2d9a1d60] {
    height: 280px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .cabinetry .swipers .item .slider_top .tit[data-v-2d9a1d60],
  .cabinetry .swipers .item .slider_top h4[data-v-2d9a1d60] {
    letter-spacing: 0 !important;
  }
  .cabinetry .swipers .item .slider_top .tit[data-v-2d9a1d60] {
    font-size: 25px !important;
  }
  .cabinetry .swipers .item .slider_top h4[data-v-2d9a1d60] {
    font-size: 13px !important;
  }
  .cabinetry .boxbg[data-v-2d9a1d60] {
    padding: 40px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cabinetry .boxbg .img[data-v-2d9a1d60] {
    width: 230px !important;
  }
}
@media only screen and (max-width: 462px) {
  .cabinetry .boxbg li[data-v-2d9a1d60] {
    width: 86% !important;
  }
  .cabinetry .swipers .item[data-v-2d9a1d60] {
    height: 240px !important;
  }
  .cabinetry .swipers .slider_top[data-v-2d9a1d60] {
    margin-top: 30px !important;
  }
  .cabinetry .swipers .slider_top h3[data-v-2d9a1d60] {
    letter-spacing: 0.2rem !important;
    font-size: 30px !important;
  }
  .cabinetry .swipers .slider_top h4[data-v-2d9a1d60] {
    color: #fff;
    letter-spacing: 0.2rem !important;
    font-size: 20px !important;
  }
}
