 
.nov-slick-carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.nov-slick-carousel .slick-track,
.nov-slick-carousel .slick-list {
  width: 100% !important;
  transform: none !important;
  display: block !important;
}

.nov-slick-carousel .slick-slide {
  width: auto !important;
  float: none !important;
  height: auto !important;
}
@media (max-width: 1200px) {
  .nov-slick-carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .nov-slick-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  /*.nov-slick-carousel {
    grid-template-columns: 1fr;
  }*/
}
.furstore-section-collection-summary h2
{
  font-size: clamp(24px, 3.02vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
 
.furstore-section-collection-summary .collec-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--img-corner, 12px);
  transition: all 0.3s ease;
  height: 100%;
}

.furstore-section-collection-summary .collec-item > a {
  display: flex!important;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.furstore-section-collection-summary .respone_image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 50% !important;
  /* aspect-ratio: 1; */
}
.furstore-section-collection-summary .respone_image img {
  width: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  position: relative;
  height: 100%;
  display: inline-block;
  max-height: 300px;
}

 
.furstore-section-collection-summary .collec-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(255,255,255,0.85), transparent);
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}

 
.furstore-section-collection-summary .block-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  box-sizing: border-box;
}
.furstore-section-collection-summary .block-bottom .collec-title{
  text-align: center;
  color: #000 !important;
  font-size: clamp(17px, 1.25vw, 24px) !important;
  font-weight: 500;
  margin: 0 0 5px 0 !important;
}
 
.furstore-section-collection-summary .collec-desc {
  color: #000 !important;
  font-size: 14px !important;
  margin: 0 !important;
  text-align: center;
  /* max-height: 47px; */
  overflow: hidden;
  transition: max-height 0.4s ease;
}
 
.furstore-section-collection-summary .collec-item:hover .collec-desc {
  max-height: 200px;
}
.furstore-section-collection-summary .collec-item:hover img {
  transform: scale(1.05);
}

 
.furstore-section-collection-summary .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  min-width: unset !important;
  border-radius: 50% !important;
  color: #222 !important;
  /* background: #fff !important; */
  border: none !important;
  transition: all 0.2s ease;
  padding: 60px 0;
}
.furstore-section-collection-summary .btn:hover {
  background: #f5f5f5 !important;
  transform: scale(1.05);
}
.furstore-section-collection-summary .btn i {
  font-size: 18px;
  color: #222 !important;
  transform: none !important;
  opacity: 1 !important;
}
 
.furstore-section-collection-summary .slick-list {
  margin: 0;
  padding: 0;
  overflow: visible;
}
.furstore-section-collection-summary i {
  transform: none;
  opacity: 1;
}
.furstore-section-collection-summary .nav-slider.nav-next {
  display: none;
}
.furstore-section-collection-summary .spacing-60 {
  margin: 0;
}
.furstore-section-collection-summary .spacing-60 .sp-item {
  padding: 0 !important;
  background: #f0eadd;
}

 
.furstore-section-collection-summary .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.furstore-section-collection-summary .mt-10 { margin-top: 10px !important; }
.furstore-section-collection-summary .mb-10 { margin-bottom: 10px !important; }
.furstore-section-collection-summary .mt-15 { margin-top: 15px !important; }
.furstore-section-collection-summary .mb-15 { margin-bottom: 15px !important; }
.furstore-section-collection-summary .mt-20 { margin-top: 20px !important; }
.furstore-section-collection-summary .mt-25 { margin-top: 25px !important; }
.furstore-section-collection-summary .pb-35 { padding-bottom: 35px !important; }
.furstore-section-collection-summary .pb-40 { padding-bottom: 40px !important; }

@media (min-width: 1441px) {
  .furstore-section-collection-summary .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media(max-width:1280px){
  #okki-section-furstore_nov_collection_summary_bad1747b .block-bottom {
    padding: 20px !important;
  }
  .furstore-section-collection-summary .respone_image {
    /* padding-top: 60% !important; */
  }
}

@media(max-width:991px){
  .furstore-section-collection-summary .btn {
    padding: 45px 0;
  }
  .furstore-section-collection-summary .collec-desc {
    font-size: 13px !important;
  }
  #okki-section-furstore_nov_collection_summary_bad1747b .block-bottom {
    position: relative !important;
  }
  .furstore-section-collection-summary .respone_image {
    padding-top: 20% !important;
  }
}

@media(max-width:480px){
  .furstore-section-collection-summary .respone_image {
    padding-top: 0 !important;
  }
}



