/** Shopify CDN: Minification failed

Line 154:1 Expected "}" to go with "{"

**/
.luxury-collections{
  padding:80px 0;
}

.lc-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:35px;
}

.lc-header h2{
  margin:0;
  font-size:52px;
  font-weight:400;
  line-height:1;
}

.lc-header p{
  margin:12px 0 0;
  color:#555;
  font-size:18px;
}

.lc-viewall{
  color:#111;
  text-decoration:none;
  font-size:18px;
  border-bottom:1px solid #111;
  padding-bottom:3px;
}

.lc-slider{
  position:relative;
}

.lc-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding-bottom:10px;
}

.lc-track::-webkit-scrollbar{
  display:none;
}

.lc-card{
  position:relative;
  flex:0 0 230px;
  height:310px;
  border-radius:4px;
  overflow:hidden;
  text-decoration:none;
}

.lc-image{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.lc-card:hover .lc-image{
  transform:scale(1.08);
}

.lc-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,
  rgba(0,0,0,.65),
  rgba(0,0,0,.05));
}

.lc-content{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.lc-content h3{
  margin:0;
  color:#fff;
  font-size:20px;
  font-weight:400;
}

.lc-content span{
  color:#fff;
  font-size:30px;
}

.lc-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border:none;
  background:#8d0b46;
  color:#fff;
  font-size:24px;
  cursor:pointer;
  z-index:20;
}

.lc-prev{
  left:-22px;
}

.lc-next{
  right:-22px;
}
@media (max-width:749px){

.lc-header h2{
  font-size:26px;
  line-height:1.05;
  font-weight:400;
  margin-bottom:8px;
  letter-spacing:-0.5px;
}

.lc-header p{
  font-size:14px;
  line-height:1.55;
  color:#5e5e5e;
  max-width:300px;
  margin:0 0 12px;
}

.lc-viewall{
  font-size:15px;
  font-weight:500;
  padding-bottom:0px;
  border-bottom:1px solid #aa0c0cff;
}

.luxury-collections{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}