#root,body,html{height:100%;margin:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{color:var(--theme-text);background:var(--theme-background);transition:all .25s ease-in-out;--theme-background:#fff;--theme-footer-background:#333;--theme-surface:transparent;--theme-text:#151618;--theme-footer-text:#fff;--theme-primary:#c33364;--theme-separator:#dfdfdf;--theme-footer-separator:#333;--theme-border:#ddd;--theme-surface-border:#ddd;--theme-active-opacity:1;--theme-medium-opacity:0.60;--theme-disabled-opacity:0.38;--theme-drop-shadow:none;--menu-height:67px;--footer-height:72px}body.dark-mode{--theme-background:#151618;--theme-footer-background:#151618;--theme-surface:#25282c;--theme-text:#fff;--theme-footer-text:#fff;--theme-primary:#c33364;--theme-separator:rgba(244,245,246,0.12);--theme-footer-separator:rgba(244,245,246,0.12);--theme-border:#151618;--theme-surface-border:rgba(244,245,246,0.12);--theme-drop-shadow:drop-shadow(0 0 0.75rem var(--theme-primary))}.app{min-width:100%;width:100%;min-height:100%;height:100%;overflow:hidden}.app-content{width:100%;height:calc(100% - var(--menu-height) - var(--footer-height));margin-top:var(--menu-height);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}@media(min-width:992px){.app-content{flex-direction:row;justify-content:center;overflow-y:hidden}}.menu-container{position:fixed;top:0;width:100%;padding:0 32px;display:flex;justify-content:space-between;align-items:center;z-index:99;height:var(--menu-height);box-sizing:border-box;border-bottom:1px solid var(--theme-separator)}.menu-container .logo{display:block}.menu-container .logo>img{width:150px}.menu-nav{display:none;flex:1 1;margin:0;padding:0;height:100%;list-style-type:none;list-style-position:inside;counter-reset:menuCounter}.menu-nav>li{counter-increment:menuCounter;flex-grow:1;text-align:center;text-transform:capitalize;max-width:225px;opacity:var(--theme-disabled-opacity);cursor:pointer;box-sizing:border-box;transition:opacity .15s ease-in-out}.menu-nav>li.selected{box-shadow:inset 0 -5px 0 -1px var(--theme-primary)}.menu-nav>li.selected,.menu-nav>li:hover{opacity:var(--theme-active-opacity)}.menu-nav>li:before{content:counter(menuCounter) ".";padding-right:4px;font-size:16px;font-weight:600}.menu-nav>li>h2{display:inline-block;margin:0;padding:24px 0;font-weight:600;font-size:16px}.mode-icon{min-width:24px;min-height:24px;cursor:pointer}@media(min-width:992px){.menu-container{justify-content:flex-start}.menu-nav{display:flex;justify-content:center}}.footer{position:fixed;bottom:0;width:100%;z-index:99;height:var(--footer-height);box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:400;padding:0 32px;border-top:1px solid var(--theme-footer-separator);color:var(--theme-footer-text);background:var(--theme-footer-background)}.footer>*{flex:1 1}.footer>:first-child{display:flex;justify-content:flex-start}.footer>:nth-child(2){display:flex;justify-content:center;padding:0 12px}.footer>:last-child{display:flex;justify-content:flex-end}.footer button{text-align:right;cursor:pointer;background:var(--theme-primary);color:#fff;font-weight:600;font-size:14px;text-transform:uppercase;line-height:24px;outline:none;border:2px solid transparent;border-radius:25px;display:inline-flex;justify-content:center;align-items:center;max-width:75px;padding:6px;box-sizing:border-box;transition:all .2s ease}.footer button:active,.footer button:focus{box-shadow:inset 0 0 0 2px #fff}.footer button:disabled{cursor:auto;opacity:.38}.footer button>span{display:none}.footer button>svg{min-width:24px;min-height:24px}@media(min-width:576px){.footer{font-size:24px}.footer button{width:100%;max-width:300px}.footer button>span{display:inline-block}.footer button>svg{display:none}}.settings{padding:32px;box-sizing:border-box;text-align:center}.settings-group{max-width:450px;margin:0 auto 32px}.settings-group>h3{text-transform:capitalize;font-weight:400;font-size:24px;margin-top:0;margin-bottom:16px}.settings-group-disclaimer{font-size:14px;line-height:24px;opacity:var(--theme-medium-opacity)}.settings-options{margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap}.settings-options .settings-options-text{flex-wrap:nowrap;flex-direction:column;align-items:center;width:100%}.settings-group-label{font-weight:500;font-size:14px;line-height:24px;display:flex;justify-content:center;align-items:center}.settings-group-label>span:first-child{padding-right:12px}.settings-group-label>span:last-child{padding-left:12px}.settings-group-label>.price{font-size:14px;text-transform:capitalize}.settings-group-benefits>p{font-weight:500}.settings-group-benefits>ul{font-size:16px;line-height:24px;text-align:left}.settings-group-benefits>ul>li{margin-bottom:.6em}@media(min-width:992px){.settings{flex:1 1;overflow-y:auto;min-width:435px;padding:48px;text-align:left}.settings-group-label{justify-content:space-between}.settings-options{justify-content:flex-start}.settings-options .settings-options-text{flex-direction:row;flex-wrap:wrap}}.option{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.option>.price{font-size:14px;padding-left:12px}.text-option{background:var(--theme-surface);border:1px solid var(--theme-surface-border);padding:12px 20px;margin-bottom:12px;border-radius:25px;width:100%;box-sizing:border-box;text-transform:capitalize;transition:all .25s ease-in-out}.text-option>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-option.active{border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-primary);font-weight:500}.image-option{width:75px;height:75px;padding:8px;margin-right:12px;margin-bottom:12px;border-radius:12px;background:var(--theme-surface);border:2px solid var(--theme-surface-border);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.image-option.active{border:2px solid var(--theme-primary)}.image-option>img{max-width:100%;max-height:100%}.color-option{width:48px;height:48px;padding:4px;margin-right:0;margin-bottom:8px;border-radius:50%;background:transparent;box-sizing:border-box}.color-option.active{border:2px solid var(--theme-primary)}.color-option>div{display:block;width:100%;height:100%;border-radius:50%;border:2px solid var(--theme-border);box-sizing:border-box}.color-option>div.white{background:#767273}.color-option>div.black{background-color:#602717}.color-option>div.silver{background-color:#26211e}.color-option>div.blue{background-color:#ceae8a}.color-option>div.red{background-color:#fff}@media(min-width:576px){.color-option{width:65px;height:65px}.image-option{width:100px;height:100px}}@media(min-width:992px){.text-option{max-width:300px}}.summary{padding:32px;box-sizing:border-box;text-align:center}.summary>h1{padding:0;margin:0}.summary-edd{text-decoration:underline}.summary-content{text-align:left;margin-top:32px}.summary-content>p{font-weight:500;margin:0;padding:8px 0;display:flex;justify-content:space-between}.summary-content>p:first-child{font-size:22px;border-bottom:1px solid var(--theme-separator)}.summary-content>p:last-child{font-size:16px;border-top:1px solid var(--theme-separator)}.summary-content>ul{margin:16px 0;padding:0;list-style:none;font-size:16px}.summary-content>ul>li{padding:8px 0;display:flex;justify-content:space-between}.summary-content>ul>li>span:last-child{padding-left:12px;text-transform:capitalize;opacity:var(--theme-medium-opacity)}@media(min-width:992px){.summary{flex:1 1;overflow-y:auto;min-width:435px;padding:48px}}.preview{flex-direction:column;align-items:center;position:relative;padding:0 0 32px;overflow:hidden;flex-shrink:0}.preview,.specs{display:flex;justify-content:center;box-sizing:border-box}.specs{max-width:650px;width:100%;margin:0;padding:0 32px;list-style:none;align-items:flex-start}.specs>li:not(:last-child){border-right:1px solid var(--theme-separator)}.specs>li{text-align:center;display:flex;flex-direction:column;padding:0 12px}.specs>li:first-child{padding-left:0}.specs>li:last-child{padding-right:0}.specs>li>span.specs-value{font-size:1.5rem}.specs>li>span.specs-label{font-size:1rem;padding-top:8px}@media(min-width:576px){.specs>li{padding:0 32px}.specs>li>span.specs-value{font-size:2.5rem}}@media(min-width:992px){.preview{flex:4 1;border-right:1px solid var(--theme-separator)}}@-webkit-keyframes fade{0%{opacity:.4}to{opacity:1}}@keyframes fade{0%{opacity:.4}to{opacity:1}}.slideshow{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-height:100%;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.slideshow .arrow{display:none;position:absolute;padding:1.5rem;box-shadow:1px -1px 0 1px var(--theme-primary) inset;-webkit-box-shadow:2px -2px var(--theme-primary) inset;border:solid transparent;border-width:0 0 2rem 2rem;cursor:pointer;opacity:.45;transition:all .2s ease-in-out}.slideshow .arrow:hover{opacity:1;box-shadow:2px -2px 0 2px var(--theme-primary) inset;-webkit-box-shadow:4px -4px var(--theme-primary) inset}.slideshow .arrow-next{-webkit-transform:translateY(-50%) rotate(225deg);transform:translateY(-50%) rotate(225deg);top:50%;right:16px}.slideshow .arrow-prev{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);top:50%;left:16px}.slideshow-slide{display:none;-webkit-animation-name:fade;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-name:fade;animation-duration:.5s;animation-timing-function:ease-in-out}.slideshow-slide.active{display:flex;justify-content:center;align-items:center}.slideshow-slide.active>img{max-width:50%;max-height:100%;-webkit-filter:var(--theme-drop-shadow);filter:var(--theme-drop-shadow)}.slideshow-slide>img.scale{-webkit-transform:scale(1.4);transform:scale(1.4)}@media(min-width:576px){.slideshow .arrow{display:block}}@media(min-width:992px){.slideshow{height:80%}}.interior-preview{border-right:1px solid var(--theme-border);flex:4 1;display:flex;align-items:center;justify-content:center;align-items:flex-start;min-height:50%;max-height:100%;width:100%;overflow:hidden}.interior-preview>svg{width:100%;height:100%;overflow:hidden}@media only screen and (orientation:landscape) and (max-width:992px){.interior-preview{min-height:100%}}
/*# sourceMappingURL=main.56956b17.chunk.css.map */