@charset "utf-8";
/* CSS Document */
/* fonts */
@font-face {
    font-family: abel;
    src: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/fonts/abel-v18-latin-regular.woff");
  }

/* Fullscreen */
/* Safari */
:-webkit-full-screen {
    background-color: white;
}
  
/* IE11 */
:-ms-fullscreen {
    background-color: white;
}
  
/* Standard syntax */
:fullscreen {
    background-color: white;
}

/* Top level */
.sFPan{
    touch-action: pan-y;
}
.sFboxSizing{
    box-sizing: border-box !important;
}
/*  General  */
.sFdisplayNone {
    display: none !important;
}
.sFOpaque{
    opacity: 100% !important;
    transition: opacity 0.25s ease-in-out;
}
.sFinvisible{
    opacity: 0%;
    transition: opacity 0.25s ease-in-out;
}
.sFfadeOut {
    opacity: 0% !important;
    transition: opacity 0.25s ease-in-out;
}
.sFfadeIn {
    opacity: 100% !important;
    transition: opacity 0.25s ease-in-out;
}
.sFBlockerVisible {
    opacity: 100% !important;
}
.sFBtnHidden {
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    margin: 0 auto !important;
    border-style: none !important;
}
/* Main Content Styling */
#stylefitViewerLoad {
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1 !important;
    overflow: hidden;
}
.sFnoUserInteraction{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
    touch-action: none;
}
/* Model Viewer ===========================================================*/
#sFmodelViewerContainer {
    aspect-ratio: 1/1;
}
/* HD Viewer ==============================================================*/
.sFStylefitViewer {
    position: relative;
}

#sFimage-reel {
    height:auto;
    width:auto;
    display: block;
    max-width: 100%;
    margin: auto;
    aspect-ratio: 1/1 !important;
}
.reel-panning *{
    cursor: grabbing;
}
#sFreelContainer {
    position: relative;
    aspect-ratio: 1/1 !important;
}
#sFimage {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
.sFimageCoverClass {
    position:absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#sFinstructionsHolder {
   
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    height: 100%;
    max-height: inherit;
}
#sFinstructions {
   
    font-family: 'abel', sans-serif;
    z-index: 11;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    opacity: 0;

}

/* 360 Viewer helper */
#sFhelperGraphic{
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/grab.svg");
    width: 10vw;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: 10vw;
    position: relative;
    left: 33%;
    top: 50%;
    background-size: 5vh;
    opacity:inherit;
}
#sFhelperWrapper{
    display: block;
    position: absolute;
    opacity:0%;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
/* 360 Viewer Buttons */
#sFbtn-Positioner {
    z-index: 2;
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding-bottom: 10px;
    padding-right: 10px;
}
#sFbtn-Grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(58,58,58,.1);
    width: 100%;
}

.sFHD360-Btn {
    display: block;
    background-color: white;
    cursor: pointer;
    background-repeat: no-repeat;
    border-bottom:rgba(58,58,58,.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    z-index: 3;
    pointer-events: auto;
    touch-action: auto;
    width:30px;
    height: 30px;
    min-width: unset;
    transition: all 0.25s linear;
    transition-property: opacity, height, margin;
}
.sFHD360-Btn:last-child {
        border-bottom-style: none;
}

#sFbutton_modelDims{
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/ico_ruler.svg");
    background-size: 65%;
    background-position: center;
}
#sFbutton_ar {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/ico_ar.svg");
    background-size: 80%;
    background-position: center;
}

#sFbutton_dimensions {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/ico_ruler.svg");
    background-size: 85%;
    background-position: center;
}

#sFbutton_zoom{
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/spin360.png");
    background-size: 80%;
    background-position: center;
}
#sFbutton_zoomIn{
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/icon-plus.svg");
    background-size: 120%;
    background-position: center;
}
#sFbutton_zoomOut{
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/icon-minus.svg");
    background-size: 120%;
    background-position: center;
}
#sFbutton_fullscreen {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/icon-fullscreen.svg");
    background-size: 120%;
    background-position: center;

}
#sFbutton_modelView {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/3D.svg");
    background-size: 80%;
    background-position: center;
}
#sFbutton_360View {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/360.svg");
    background-size: 80%;
    background-position: center;
}
.sFcustomDraggingItem {
    touch-action: none;
    user-select: none;
}
.sFTransitionAll{
    transition: all 0.25s ease-in-out;
}
.sFcustomDraggingContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
}
/* PanZoom */
.sFpanzoom-parent {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    max-width: inherit;
    max-height: inherit;
}
.sFpanzoom-elem {
    width: 100%;
    height:100%;
}
#sFPanZoomImg{
    display: inline !important;
    height: 4096px !important;
    width: 4096px !important;
    margin: 0 !important;
    max-width: unset !important;
    max-height: unset !important;
}
.sFpopUpPositioner {
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}

.sFpopUpCloseBtn {
    right: 10%;
    top: 5%;
    opacity: 0.5;
    position: absolute;
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/close.svg");
    background-size: 100%;
    width: 5%;
    height: 5%;
    border-style: none;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
}

/* AR */

#sFarPopup {
    background-image: none;
    background-color: #fff;
    opacity:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width:100%;
    justify-content: center;
    z-index: 3;
    border-radius: 0;
}

#sFarHeading {
    text-align: center;
    font-family: 'abel', sans-serif;
    color: black;
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
}
#sFarInstructions {
    text-align: center;

    font-family: 'abel', sans-serif;
    color: #686363;
    font-size: 1.25em;
    font-weight: bolder;
}
#sFarIcon {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/phonetabIcon.png");
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0%;
}
#sfarFrame {
    background-image: url("https://d22bvmx9qaowsw.cloudfront.net/code/assets/frame.svg");
    background-size: contain;
    margin: 0;
    background-repeat: no-repeat;
    padding: 9px;
    overflow: hidden;
    display: flex;
}
#sFqrcode {
    margin: 0 auto;
    padding: 0;
}


  /*Media Queries*/
  /* @media {

    #stylefitViewerLoad {
        aspect-ratio: 1/1 !important;
        background-color: #ffffff;
    }
  } */
  @media screen and (max-width: 415px) {

    #sFhelperGraphic{
        background-size: 5vh;
    }
    #sFbtn-Positioner {
        padding-right: unset;
        transform-origin: center;
        transform: translateX(-50%);
        right:unset;
        left: 50%;
    }

    #sFbtn-Grid {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: auto;
        background: #fff;
        border: 1px solid rgba(58,58,58,.1);
        width: 100%;
        border-right-style: none;
    }
    .sFHD360-Btn {
        height: 25px;
        width: 25px;
        border-bottom-style: none;
        border-right:rgba(58,58,58,.1);
        border-right-style: solid;
        border-right-width: 1px;
    }

    #sFreelContainer {
        max-width: 100vw;
    }
    #sFinstructions{
        font-size: 10px;
        white-space: pre-wrap;
    }

  }

  @media only screen and (min-width:769px) {
    #stylefitViewerLoad  {
        width: calc(100% - 117px);
    }
    .sFStylefitViewer {
        position: relative;
    }
    #sFarPopup {
        background-color: white;
        background-image: none;
        border-radius: 0;
        padding: 0 70px;
        justify-content: center;
    }
    #sFarHeading {
        padding: 0;
        margin: 0;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: inherit !important;
    }
    #sFarInstructions {
        padding: 0;
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 14px;
        font-family: inherit;
    }
    #sFarIcon {
        width: 30px;
        height: 30px;
        padding: 0;
        background-size: contain;
        background-position: center center;
    }
    #sfarFrame {
        padding: 9px;
        background-size: contain;
        margin: 0;
        overflow: hidden;
    }
    #sFqrcode > img {
        padding: 0;
        margin: 0 auto;
        max-width: 150px;
        height:  auto;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 769px) {
    #sFarPopup {
        padding: 0 60px;
    }
    #sFarHeading {
        font-size: 16px;
    }
    #sFarInstructions {
        font-size: 13px;
    }
    #sFarIcon {
        display: none;
    }
    #sfarFrame {
        padding: 0;
        background-image: none;
    }
    #sFqrcode > img {
        max-width: 125px;
    }
}

@media only screen and (max-width:768px) {
    #stylefitViewerLoad  {
        width: calc(100% + 17px) !important;
        height: calc(100% - 30px) !important;
        max-width: unset !important;
        right: -17px;
    }
    .sFStylefitViewer {
        position: relative;
    }
}

@media only screen and (max-width: 520px) {
    #stylefitCloseButton {
        width: 25px;
        height: 25px;
    }
    #stylefitCloseButton > svg {
        height: 17px;
        width: 17px;
    }
    #stylefitCloseButton > svg {
        height: 17px;
        width: 17px;
    }
}