input{
  -webkit-appearance:none;
}
.stage-featured-collection--container .stage-featured-collection__title {
  margin-bottom:30px;
  overflow:hidden;
  width:100%;
}
@media (max-width:749.98px){
  .stage-featured-collection__title{
    margin-bottom:20px;
    padding:0 10px;
  }
}
.stage-featured-collection__list{
  overflow:hidden;
}
@media (max-width:749.98px){
  .stage-featured-collection__list{
    overflow:visible;
  }
}
.stage-featured-collection__item-wrap{
  align-self:stretch;
  box-sizing:border-box;
  height:auto;
}
.stage-featured-collection__list-container{
  padding-bottom:5px;
}
.stage-featured-collection__swiper{
  position:relative;
}
.stage-featured-collection__swiper .stage-featured-collection__action-wrap{
  bottom:0;
  left:50%;
  padding-top:0;
  position:absolute;
  transform:translateX(-50%);
}
.stage-featured-collection__mb-view-all{
  align-items:center;
  background-color:rgba(var(--color-text), .05);
  border-radius:var(--card-border-radius);
  display:block;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  position:relative;
}
.stage-featured-collection__mb-view-all .mb-view-all__icon{
  align-items:center;
  background-color:rgb(var(--color-btn-background));
  border-radius:50%;
  color:rgb(var(--color-btn-text));
  display:flex;
  height:34px;
  justify-content:center;
  padding:0;
  position:relative;
  width:34px;
}
.stage-featured-collection__mb-view-all .mb-view-all__text{
  color:rgb(var(--color-text));
  margin-top:16px;
  text-align:center;
}
body .stage-featured-collection__swiper-box{
  margin-bottom:-60px;
  margin-top:-60px;
  overflow-x:hidden;
  padding-bottom:60px;
  padding-top:60px;
  position:relative;
  width:100%;
  z-index:3;
}
body .stage-featured-collection__swiper-box .no-wrap{
  flex-wrap:nowrap;
}
@media (max-width:749.98px){
  body .stage-featured-collection__swiper-box[data-button-follow-endof-list=true]{
    padding-bottom:0;
  }
}
.stage-featured-collection .swiper-wrapper{
  box-sizing:border-box;
}
.stage-featured-collection__arrow{
  align-items:center;
  background-color:rgba(var(--color-page-background));
  border:1px solid rgba(var(--color-entry-line));
  border-radius:50%;
  box-shadow:0 0 0 rgba(0,0,0,.08);
  color:rgba(var(--color-text));
  cursor:pointer;
  display:flex;
  height:40px;
  justify-content:center;
  outline:none;
  position:absolute;
  top:calc(50% - 20px);
  transition:box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
  width:40px;
  z-index:3;
}
.stage-featured-collection__arrow:hover{
  box-shadow:0 10px 50px rgba(0,0,0,.08);
  transform:scale(1.1);
}
.stage-featured-collection__arrow.swiper-button-disabled{
  cursor:not-allowed;
  opacity:.3;
}
.stage-featured-collection__arrow.swiper-button-lock{
  display:none !important;
}
.stage-featured-collection__arrow--left{
  left:8px;
}
.stage-featured-collection__arrow--left svg{
  transform:rotate(-180deg);
}
.stage-featured-collection__arrow--right{
  right:8px;
}
@media (max-width:749.98px){
  .stage-featured-collection__item-wrap{
    box-sizing:border-box;
    height:auto;
  }
  .stage-featured-collection__list-container.swiper-wrapper{
    width:unset;
  }
  .stage-featured-collection__list-container.slice_in_mobile{
    align-items:stretch;
    flex-wrap:nowrap;
    margin-left:0;
    width:100%;
  }
  .stage-featured-collection__list-container.slice_in_mobile .stage-featured-collection__item-wrap{
    flex-shrink:0;
    margin-right:0;
    margin-top:0;
    width:calc((100% - 10% / var(--mobile-cols)) / var(--mobile-cols));
  }
}
.stage-featured-collection__action-wrap{
  align-items:center;
  display:flex;
  justify-content:center;
  padding-top:25px;
  position:relative;
  z-index:4;
}
@media (max-width:749.98px){
  .stage-featured-collection__action-wrap{
    padding-top:15px;
  }
}
@media (min-width:750px){
  .stage-featured-collection[data-slice_in_pc=true] .stage-featured-collection__list-container{
    flex-wrap:nowrap;
  }
}
@media (max-width:749.98px){
  .stage-featured-collection[data-slice_in_mobile=true] .container,.stage-featured-collection[data-slice_in_mobile=true] .container-sm{
    padding-left:0;
    padding-right:0;
  }
  .stage-featured-collection[data-slice_in_mobile=true] .stage-featured-collection__list{
    padding-left:20px;
    padding-right:20px;
  }
  .stage-featured-collection[data-slice_in_mobile=true] .stage-featured-collection__list.slider-mobile--full .stage-featured-collection__item-wrap{
    width:calc((100% - 33.3% / var(--mobile-cols)) / var(--mobile-cols));
  }
  .stage-featured-collection .container-mobile--full,.stage-featured-collection .stage-featured-collection__list.slider-mobile--full,.stage-featured-collection .stage-featured-collection__list.slider-mobile--full .stage-featured-collection__item-wrap{
    padding-left:0;
    padding-right:0;
  }
  .stage-featured-collection .stage-featured-collection__list.slider-mobile--full .product-item-button-group-under{
    padding:0 8%;
  }
}

@media (min-width:750px){
  .container-pc-padding{
    padding:0 60px;
  }
}