.sec-product-card.bg-snow:has(+ .sec-opinion-card){
  margin-bottom: 10.4rem;
}
.sec-product-card.bg-snow:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38.4rem;
  height: 88rem;
  background: url(../images/vector-01.png);
  background-size: cover;
  background-position: center;
}
.sec-product-card .title-outer{
  position: relative;
  z-index: 1;
}
.sec-product-card .row:has(.product-card-item){
  --bs-gutter-x: 3.2rem;
}
.product-slider .owl-stage{
  display: flex;
  flex-wrap: wrap;
}
.product-card-item{
  border: 1px solid #D7D9DA;
  background: var(--white);
  position: relative;
  z-index: 1;
  border-radius: 0.8rem;
  width: 100%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.sec-product-card.bg-snow .product-card-item{
  border-color: var(--white);
  height: 100%;
}
.product-slider .product-card-item{
  width: 28.6rem;
  height: 100%;
}
.product-card-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-card-img{
  position: relative;
  width: 100%;
  height: 27.2rem;
}
.product-slider .product-card-img,
.product-card .product-card-img{
  height: 23.2rem;
}
.product-card-img img{
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.product-card-item:hover .product-card-img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.badge-list{
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
}
.badge-list .badge{
  margin-right: 1.1rem;
}
.badge-list .badge:last-child{
  margin-right: 0;
}
.btn-like{
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  z-index: 2;
  background: url("../images/icon-pink-heart.svg") no-repeat center/cover;
  transition: background 0.3s;
}
.btn-like.active{
  background: url("../images/icon-fill-pink-heart.svg") no-repeat center/cover;
}
.product-card-info:last-child{
  margin-bottom: 0;
}
.product-slider .product-card-info .h4,
.product-card .product-card-info .h4{
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.product-slider .fw-12-gray br{
  display: none;
}
.product-info-wrapper{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-card-btn{
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.product-slider .product-card-btn .btn,
.product-card .product-card-btn .btn{
  padding: 0 2rem;
  font-size: 1.4rem;
}
.product-slider .owl-nav{
  position: absolute;
  right: 0;
  top: -8rem;
  display: flex;
  align-items: center;
}
.product-slider .btn-next{
  margin-left: 1.2rem;
}
.listview .d-flex{
  flex: 0 0 auto;
  width: 100% !important;
}
.listview .product-card-item{
  display: flex;
  flex-direction: row;
}
.listview .product-card-img{
  flex-shrink: 0;
  width: 23.2rem;
  margin: 0 3.2rem 0 0;
}
.listview .product-info-wrapper{
  align-self: center;
}
.listview .product-info-wrapper br{
  display: none;
}
.listview .mb-40{
  margin-bottom: 2.4rem;
}
.listview .mb-40:last-child{
  margin-bottom: 0;
}
.listview .product-card-btn {
  margin-top: initial;
}
.listview .product-card-btn .w-100 {
  width: auto;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-product-card.bg-snow:has(+ .sec-opinion-card) {
    margin-bottom: 9.6rem;
  }
  .sec-product-card .row:has(.product-card-item) {
    --bs-gutter-x: 2.4rem;
  }
  .product-card-item {
    padding: 2.4rem;
  }
  .product-card-img {
    height: 25rem;
  }
  .product-slider .product-card-info .h4, 
  .product-card .product-card-info .h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .product-slider .product-card-img, 
  .product-card .product-card-img {
    height: 20.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-product-card.bg-snow:has(+ .sec-opinion-card) {
    margin-bottom: 8.8rem;
  }
  .sec-product-card .row:has(.product-card-item) {
    --bs-gutter-x: 2.4rem;
  }
  .product-card-item {
    padding: 2rem;
  }
  .product-card-img {
    height: 22.5rem;
  }
  .product-card-item .fw-12-gray br{
    display: none;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-product-card.bg-snow:has(+ .sec-opinion-card) {
    margin-bottom: 6.4rem;
  }
  .sec-product-card .row:has(.product-card-item) {
    --bs-gutter-x: 1.6rem;
  }
  .product-card-item {
    padding: 1.6rem;
  }
  .badge-list {
    left: 1rem;
    top: 1rem;
  }
  .btn-like {
    top: 1rem;
    right: 1rem;
  }
  .product-card-img {
    height: 17.5rem;
  }
  .product-card-item .fw-12-gray br{
    display: none;
  }
  .product-card-btn .btn{
    padding: 0 1.4rem;
    font-size: 1.35rem;
  }
  .product-card-btn .btn img {
    margin-right: 0.6rem;
    width: 2.4rem;
  }
  .listview .product-card-img {
    width: 19.2rem;
    margin: 0 2.4rem 0 0;
  }
  .listview .product-card-info .h4{
    padding-right: 2.4rem;
  }
  .product-slider .product-card-info .h4, 
  .product-card .product-card-info .h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-product-card.bg-snow:has(+ .sec-opinion-card) {
    margin-bottom: 6.4rem;
  }
  .sec-product-card .row:has(.product-card-item) {
    --bs-gutter-x: 2.4rem;
  }
  .sec-product-card .d-flex:nth-child(n + 3){
    margin-top: 2.4rem;
  }
  .product-card-item {
    padding: 2.4rem;
  }
  .product-card-img {
    height: 23.2rem;
  }
  .product-card-item .fw-12-gray br{
    display: none;
  }
  .listview .product-card-info .h4{
    padding-right: 2.4rem;
  }
}
@media(max-width:767.98px){
  .sec-product-card.bg-snow:has(+ .sec-opinion-card) {
    margin-bottom: 5.6rem;
  }
  .sec-product-card.bg-snow:after{
    content: none;
  }
  .sec-product-card .title-outer {
    display: block;
  }
  .sec-product-card .title{
    text-align: center;
  }
  .sec-product-card .row:has(.product-card-item) {
    --bs-gutter-x: 1.5rem;
  }
  .sec-product-card .d-flex{
    width: 50%;
  }
  .sec-product-card .d-flex:nth-child(n + 3){
    margin-top: 2rem;
  }
  .product-card-item {
    padding: 2rem;
  }
  .badge-list {
    left: 1.2rem;
    top: 1.2rem;
  }
  .btn-like {
    top: 1.2rem;
    right: 1.2rem;
  }
  .product-card-img {
    height: 20.5rem;
  }
  .product-card-info br{
    display: none;
  }
  .product-card-btn .btn{
    padding: 0 1.6rem;
  }
  .product-slider .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 2.4rem;
  }
  .product-slider .product-card-item {
    width: 26.5rem;
  }
  .product-slider .product-card-img, 
  .product-card .product-card-img {
    height: 22.2rem;
  }
  .product-slider .product-card-info .h4, 
  .product-card .product-card-info .h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  
  .listview .d-flex{
    flex: auto;
    width: 100% !important;
  }
  .listview .product-card-item{
    padding: 2rem;
    flex-direction: column;
  }
  .listview .product-card-img{
    height: 22.2rem;
  }
  .listview .product-info-wrapper{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-self: auto;
  }
  .listview .product-info-wrapper br{
    display: block;
  }
  .listview .mb-40{
    margin-bottom: 4rem;
  }
  .listview .mb-40:last-child{
    margin-bottom: 4rem;
  }
  .listview .product-card-btn {
    margin-top: auto;
  }
  .listview .product-card-btn .w-100 {
    width: auto;
  }
  .listview .product-card-img {
    width: 100%;
    margin: 0 0 2.4rem 0;
  }
  .listview .product-card-btn .w-100 {
    width: 100%;
  }
}
@media(max-width:575.98px){
  .sec-product-card .d-flex{
    width: 100%;
  }
  .product-card-item {
    padding: 2.4rem;
  }
  .sec-product-card .d-flex:nth-child(n + 2){
    margin-top: 2rem;
  }
  .product-card-img {
    height: 22.2rem;
  }
}

.product-card-img img{
  height: 80%;
  width: auto;
}