@-webkit-keyframes product-loading-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes product-loading-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.product-loading-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:rgba(0,0,0,.7);display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.product-loading-ring{position:relative;width:80px;height:80px}.product-loading-ring:before{content:"";display:block;box-sizing:border-box;width:80px;height:80px;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:6px;-webkit-animation:product-loading-animation 1.2s linear infinite;animation:product-loading-animation 1.2s linear infinite}.product-loading-ring:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;border-radius:50%}.product-container{position:relative}.product-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.product-title{position:absolute;top:80px;left:50%;white-space:nowrap;-webkit-transform:translate(-50%);transform:translate(-50%);font-size:20px;line-height:24px;color:#5f5f5f;font-weight:700;z-index:10}.product-how-it-works{left:40px}.product-how-it-works,.product-order{position:absolute;bottom:80px;z-index:10}.product-order{right:40px}.product-details{position:absolute;bottom:160px;right:40px;text-align:right;z-index:10;font-size:12px;line-height:24px}.product-details-title{font-size:16px;font-weight:700}.product-details-price{text-transform:uppercase}.product-details-price .label{display:inline-block;font-weight:700;text-decoration:underline;padding-right:5px}.product-details-price .price{display:inline-block;font-size:16px}.product-details-price .price s{display:inline-block;font-size:13px;padding-left:6px}@media screen and (max-width:1340px){.product-title{top:20px}.product-how-it-works{left:20px;bottom:40px}.product-order{right:20px;bottom:40px}.product-details{bottom:120px;right:20px}}@media screen and (max-width:767px){.product-title{display:none}.product-details{left:20px;right:auto;bottom:50px;text-align:left;font-size:11px;line-height:20px}.product-details-title{font-size:14px;line-height:20px}.product-details-price .label{display:none}.product-details-price .price{font-size:14px}.product-details-price .price s{font-size:11px}.product-order{bottom:50px;right:0;padding:0 20px 0 10px;width:50%;box-sizing:border-box;float:left}.product-order .button{display:block;width:100%}.product-how-it-works{display:none;bottom:auto;left:0;bottom:50px;padding:0 10px 0 20px;width:50%;box-sizing:border-box}.product-how-it-works .button{display:block;width:100%}}@media screen and (max-width:320px){.product-container{width:320px}}.light-control{position:absolute;left:50%;top:130px;width:571px;height:67px;cursor:pointer;overflow:visible;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:10}.light-control-line{position:relative;z-index:1}.light-control-line,.light-control-line svg{float:left;width:100%}.light-control-sun{position:absolute;width:42px;height:42px;top:-21px;left:-21px;z-index:2}@media screen and (max-width:1340px){.light-control{top:80px}}@media screen and (max-width:767px){.light-control{width:281px;height:33px}}.product-images-container{position:absolute;top:50%;height:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap}.product-images-container-left{left:0}.product-images-container-right{right:0}.product-image-change{display:block;width:70px;height:30px;background:#000;text-align:center;font-size:12px;line-height:15px;padding:20px 0;color:#fff;text-transform:uppercase}.product-image-change.hide{display:none}.product-image-selected{display:block;width:70px;height:70px;padding:3px;box-shadow:inset 0 0 0 1px #979797;background-color:#fff;box-sizing:border-box}.product-image-selected.hide{display:none}.product-image-selected img{width:100%;vertical-align:middle;image-rendering:crisp-edges}.product-images-container-right .product-image-change{-webkit-order:2;order:2}.product-images-container-right .product-image-selected{-webkit-order:1;order:1}@media screen and (max-width:1340px){.product-images-container{top:40%}}@media screen and (max-width:767px){.product-images-container{height:50px}.product-images-container-left,.product-images-container-right{bottom:100px;top:auto;-webkit-transform:none;transform:none}.product-image-change{width:50px;height:28px;padding:11px 0;font-size:10px;line-height:14px}.product-image-selected{width:50px;height:50px}}.popup-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background:rgba(0,0,0,.8);display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto}.popup-images{width:320px;padding:50px 0;margin:auto}.popup-images-section{width:320px;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap}.popup-images-section+.popup-images-section{margin-top:10px}.popup-image{width:80px;height:80px;padding:4px;border:1px solid #979797;box-sizing:border-box;background:#fff;cursor:pointer}.popup-image:hover{background:#999}.popup-image.active{background:#000}.popup-image.second,.popup-image.second:hover{opacity:.2;background:#fff;cursor:not-allowed}.popup-image img{width:70px}.popup-upload{width:80px;height:58px;padding:11px 0;background:#000;color:#fff;text-transform:uppercase;font-size:14px;overflow:hidden;text-align:center;line-height:16px;position:relative;cursor:pointer}.popup-upload:hover{color:#000;background:#fff}.popup-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.00001;cursor:pointer}