/* ===============================
  LAYOUT
================================*/
.soyug__product_slider_wrap{
  display:flex;
  align-items:center;
  gap:60px;
  padding-bottom: 60px;
}

.soyug__product_slider_left{
  width:49%;
}
.soyug__product_slider_right{
    width:49%;
}
.soyug__product_slider_left h2{
  font-size: 60px;
  color:#f39c12;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
  /* text-shadow: 2px 2px 1px #0000001f; */
}
.soyug__product_slider_left h4{
  font-size: 49px;
  color: #000000;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
}
.soyug__product_slider_left h3{
    font-size: 33px;
    font-weight: bold;
    margin-top: 7px;
    line-height: 1.1;
    color: #000000;
}
.soyug__product_slider_left p{
  margin:15px 0 25px;
}

.soyug__product_slider_btn{
  display: block;
  font-weight: bold;
  width: fit-content;
  font-size: 16px;
  margin-top: 20px!important;
  background:#ed1c24;
  color:#fff;
  padding:14px 32px;
  border-radius:30px;
  text-decoration:none;
  transition: all 0.3s;
}
.soyug__product_slider_btn:hover{
  background:#000000; 
  transition: all 0.3s;
  color: #fff;
}


/* ===============================
  SLIDER
================================*/
.soyug__product_slider{
  /* width:500px; */
}

.soyug__product_slider_item{
  position:relative;
  display:flex !important;
  align-items:center;
  gap:30px;
  align-items: center;
}

.soyug__product_img{
  height: 220px!important;
  transition:transform .8s ease;
}

.soyug__dish_img{
  position: relative;
  width:260px;
  height:260px;
  border-radius:50%;
  transform:rotate(-180deg) scale(.2);
  opacity:0;
  transition:all 1s cubic-bezier(.34,1.56,.64,1);
}
.slide-dish{
  position: relative;
  width:360px;
  height:360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 /* The Rotating Orange Bloom (Right Side) */
        .rotating-bloom {
            position: absolute;
            right: 0; /* Offset to stick out of screen */
            left: 0;
            top: 0;
            bottom: 0;
            /* top: 50%; */
            /* transform: translateY(-50%); */
            /* width: 400px; */
            /* height: 400px; */
            z-index: -1;
            pointer-events: none;
        }

        .bloom-img {
            width: 100%;
            height: 100%;
            background-image: url('../img/soyug_bg_img.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            animation: spin 60s linear infinite;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

.slick-current .soyug__product_img{
  /* transform:scale(1.1); */
}

.slick-current .soyug__dish_img{
  transform:rotate(0) scale(1);
  opacity:1;
}

/* ===============================
  BACKGROUND ROTATING CIRCLE
================================*/
.soyug__bg_circle{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  opacity:.15;
  z-index:-1;
  animation:spin 20s linear infinite;
}

@keyframes spin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

/* ===============================
  BOTTOM NAV ARROWS (CSS ONLY)
================================*/
.soyug__slider_nav{
  width:100%;
  display:flex;
  justify-content:center;
  gap:24px;
  margin-top:30px;
}

/* BUTTON */
.soyug__product_slider button {
  padding:0;
    width: 40px;
    bottom: -47px;
    position: absolute;
    height: 40px;
    border-radius: 50%!important;
    background: #ed1c24;
    border: none;
    cursor: pointer;
    /* position: relative; */
    transition: all .3s ease;
    font-size: 0;
    z-index: 9;
    margin-left: 43px;
}
.soyug__product_slider button:hover{
  background-color: #000;
   transition: all .3s ease;
}
/* button.slick-next.slick-prev {
    left: 80px;
} */
button.slick-next.slick-next {
    left: 60px;
}
button.slick-prev.slick-arrow {
    left: 15px;
}
/* LEFT ARROW */
.soyug__product_slider  .slick-prev::before{
  content:'';
  width:10px;
  height:10px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-40%,-50%) rotate(45deg);
}

/* RIGHT ARROW */
.soyug__product_slider  .slick-next::before{
  content:'';
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-top:2px solid #fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-60%,-50%) rotate(45deg);
}

/* HOVER EFFECT */
.soyug__slider_nav button:hover{
  background:#f39c12;
  transform:scale(1.15);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.slide-dish {
    position: relative;
}

.soyug__product_slider_item:after {
    content: "";
    position: absolute;
    top: -38px;
    right: 81%;
    height: 155px;
    width: 108px;
    background-image: url(../img/icon-flower.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;
    z-index: -1;
}

.soyug__product_slider_item:before {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 92px;
    left: 66px;
    width: 199px;
    background-image: url(../img/icon-chilly.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;
    z-index: -1;
}
.soyug__product_slider_wrapper {
    width: 33% !important;
    display: block;
    flex: none;
    text-align: center;
}
.soyug__product_slider.slick-initialized.slick-slider {
    width: 100%;
}
/* ===============================
  MOBILE FIX
================================*/
@media(max-width:768px){
.order_02 .soyug__product_slider_left {
    order: 2;
}
  .soyug__product_slider_wrap{
    flex-direction:column;
  }
.soyug__product_slider_right{

   width:100%;
    text-align:center;
}
  .soyug__product_slider_left{
    width:100%;
    text-align:center;
  }

  .slide-dish {
    height: auto; 
  }

  .soyug__product_slider_left h4 {
    font-size: 30px;
 
}
.soyug__product_slider_left h2 {
    font-size: 46px; 
  }
.soyug__product_slider_left h3 {
    font-size: 25px;  
  }

}


@media(max-width:460px){

  .soyug__product_slider {
    width: 300px;
}

.soyug__dish_img {
    width: 185px;
    padding: 21px;
}
.soyug__product_img {
  height: 168px!important;
  padding: 12px;
}
.soyug__product_slider_btn {

    margin: 0 auto;
}
.soyug__product_slider button {
    width: 32px;
    height: 32px; 
  
  }
}
