/** Shopify CDN: Minification failed

Line 73:3 Unexpected "/"

**/
  * {
  box-sizing: border-box;
}
.customslider {
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    box-shadow: 3px 3px 10px #0003;
}
.customslider .slick-slider{
  position:unset;
}
.slider-image {
    flex-basis: 30%;
}
.slider-image img {
   height: 100%;
   width:100%;
}

 .wrapper {
  overflow: hidden;
  background: #fff2f4;
  z-index: 1;
}
.slider-inner{
   width: 100%;
  height: 100%;
  cursor: pointer;
  float: left;
  display: flex;
  transition: all 1s;
  position: relative;
  background: #fff2f4 !important;
}
.slide-content {
    flex-basis: 70%;
    flex-wrap: wrap;
    justify-content: center;
    padding:0 16px;
}
.slide-content-head{
  text-align:center;
}
.pro-head{
  color:#FF65AE;
  font-size:25px;
  font-weight:600;
  margin-top:0;
  margin-bottom:0;
}
.pro-desc{
  font-size:16px;
  font-family:"Gilroy-Medium","NotoSansJP-Medium";
  font-weight:500;
  color:#444;
}
span.discount-price {
    margin-right: 5px;
}
/* .pro-list-custom {
    column-gap: 30px;
} */
.pro-list {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

 .slick-slide img {
    height: 100%;
}


.customslider .slide-arrow.next-arrow{
    right: -27px;
}

.customslider .slide-arrow.prev-arrow{
    left: -27px;
}

  .slider-with-products .icon.icon-caret.openlist-mob {
  height: 44px;
    width: 44px;
    font-weight: 100;
    background: white;
    padding: 16px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 3px 2px 10px #0000001a;

}

.slider-with-products .icon.icon-caret.openlist-mob, .slider-with-products .icon.icon-caret.openlist-mob * {
    fill: rgba(18, 18, 18, 0.75);
}

.slider-with-products .slide-arrow.next-arrow {transform: rotate(268deg);}

.slider-with-products .slide-arrow.prev-arrow {
    transform: rotate(90deg);
}


@media screen and (max-width: 1024px) {
.pro-list-custom .product-grid.grid--2-col-tablet-down .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.pro-list-custom li.grid__item:last-child {
    display: none;
}
 
}
@media screen and (max-width: 768px) {
.slider-inner {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
 

.slider-image {
    flex-basis: 100%;
    width: 100%;
}

.slide-content {
    flex-basis: 100%;
}

  .slick-slide img {
    display: block;
    width: 100%;
}
  .customslider .slide-arrow.next-arrow{
    right: -20px;
    top:30%;
}

.customslider .slide-arrow.prev-arrow {
    left: -20px;
    top: 30%;
}
}

