/* ===== DESKTOP ===== */

#fh-preview .fh-preview__controls{
  padding-left:16px !important;
  padding-right:16px !important;
}

#fh-preview .fh-scale-box,
#fh-preview .fh-scale-box:focus-within{
  box-shadow:none !important;
}
#fh-preview .fh-scale-input:focus,
#fh-preview input#fh-scale-percent:focus{
  box-shadow:none !important;
  outline:none !important;
}

#fh-preview .fh-scale-spinners{
  display:flex !important;
  flex-direction:column !important;
  width:26px !important;
  border-left:1px solid rgba(0,0,0,.12) !important;
}
#fh-preview .fh-scale-spinners [data-fh-spin]{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:1 !important;
  cursor:pointer !important;
  font-size:11px !important;
  line-height:1 !important;
  color:rgba(0,0,0,.4) !important;
  user-select:none !important;
  transition:background-color .15s,color .15s !important;
  padding:0 !important;
  margin:0 !important;
  height:auto !important;
  min-height:0 !important;
  background-color:transparent !important;
  border-radius:0 !important;
}
#fh-preview .fh-scale-spinners [data-fh-spin=up]{
  padding-top:2px !important;
}
#fh-preview .fh-scale-spinners [data-fh-spin=down]{
  transform:rotate(180deg) !important;
  padding-top:2px !important;
}
#fh-preview .fh-scale-spinners [data-fh-spin]:hover{
  background-color:rgba(0,0,0,.07) !important;
  color:rgba(0,0,0,.7) !important;
}
#fh-preview .fh-scale:hover .fh-scale-label{
  color:#000 !important;
}

#fh-preview a.fh-preview__back{
  text-align:right !important;
  white-space:normal !important;
  line-height:1.35 !important;
  font-size:13px !important;
  color:rgba(0,0,0,.55) !important;
  text-decoration:none !important;
}
#fh-preview a.fh-preview__back:hover{
  color:#000 !important;
  text-decoration:none !important;
}

/* Back to Gallery: single line for pattern products */
#fh-preview:not(.is-mural):not([data-fh-repeat-mode=mural]) a.fh-preview__back br{
  display: none !important;
}
#fh-preview:not(.is-mural):not([data-fh-repeat-mode=mural]) a.fh-preview__back{
  white-space: nowrap !important;
}
