/*----------------------------WIBROS CUSTOM CSS ------------------------------*/

.light-image{
	width:100%;
	transition: opacity 0.30s ease-in-out;
}

.light-switch-container {
	width: 100%;
	display:none;
	justify-content: space-between;
    position: absolute;
    bottom: 17px;
 
}
#product-modal .light-switch-container.modal-switch{
	display:flex;
}
.bulb {
  font-size: 24px;
  margin: 5px 0;
  color: #999;
  text-align:center;
  cursor: pointer;
  user-select: none;
}
.bulb span {
  display: block;
  font-size: 12px;
}
.bulb-on.active, .bulb-off.active {
  color: #000;
  font-weight: bold;
}

.switch-track {
  position: relative;
  height: 60px;
  width: 30px;
  margin: 10px auto;
  background: #eee;
  border-radius: 15px;
  cursor: pointer;
}

.slider-handle {
  position: absolute;
  width: 28px;
  height: 14px;
  left: 1px;
  background-color: #ffc107;
  border-radius: 10px;
  transition: top 0.3s;
  top: 0; /* default ON position */
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}



.light-switch.hidden { display: none; }
.light-switch .switch-track {
  position: relative; width: 90px; height: 28px; border-radius: 16px;
  background: #ddd; cursor: pointer; user-select: none; display: flex; align-items: center; justify-content: space-between; padding: 0 8px;
}
.light-switch .slider-handle {
  position: absolute; top: 2px; left: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform .2s ease;
}
.light-switch .bulb { font-size: 12px; opacity: .6; }
.light-switch.on .bulb-on { opacity: 1; font-weight: 600; }
.light-switch.off .bulb-off { opacity: 1; font-weight: 600; }
.light-switch.on  .slider-handle { transform: translateX(62px); }

.thumb-container.is-off-thumb,
#product-modal .js-modal-thumb.is-off-thumb{
  display: none !important;
}

/* Modal switch placement & size */
#product-modal .light-switch-container.modal-switch{
  position:absolute; right:12px; top:12px; z-index:20;
}
#product-modal .light-switch-container.modal-switch .switch-track{ height:72px; width:34px; }
#product-modal .light-switch-container.modal-switch .slider-handle{ height:28px; width:28px; }


#product-modal .js-modal-thumb[data-light-stage="off"]{display:none;}
.js-qv-product-images .js-thumb[data-light-stage="off"]{display:none;}


