:root{--background:#232323;--main-color:#f8f8f8;--secondary-color:#f8f8f8;--feature-color:#ff6c08;--feature-title-color:var(--feature-color);--feature-link-color:white}.bg--grey-darkest,.theme--grey-darkest{--main-color:#f8f8f8;--secondary-color:#f8f8f8;--feature-color:#ff6c08}.bg--white,.theme--white{--background:white;--main-color:#232323;--secondary-color:#646566;--feature-color:#ff6c08;--feature-title-color:#646566;--feature-link-color:var(--feature-color)}.bg--orange,.theme--orange{--main-color:#232323;--secondary-color:#232323;--feature-color:#232323;--feature-title-color:var(--feature-color)}.bg--grey,.theme--grey{--background:#646566;--main-color:#f8f8f8;--secondary-color:#f8f8f8;--feature-color:#f8f8f8}.bg--mid-grey,.theme--mid-grey{--background:#333334;--main-color:#f8f8f8;--secondary-color:#f8f8f8;--feature-color:#ff6c08;--feature-title-color:#ff6c08}.bg--grey--lightest,.theme--grey--lightest{--background:#f8f8f8;--main-color:#232323;--secondary-color:#646566;--feature-color:#ff6c08;--feature-title-color:#646566}.product__title--container{position:absolute;display:flex;top:0;left:20px;justify-content:space-between;align-items:flex-start;width:calc(100% - 40px);padding:1rem 1rem;z-index:2;max-width:calc(100vw - 30px);background:linear-gradient(180deg,rgba(35,35,35,.9) 0,rgba(35,35,35,0) 100%)}@media screen and (min-width:732px){.product__title--container{align-items:center;padding:1rem 2rem}}.product__title--container.show{display:flex}.product__title--container h3{font-family:roboto_condensed,Impact,"Franklin Gothic Bold",sans-serif;letter-spacing:-.3px;margin-bottom:0;margin-top:20px}@media screen and (min-width:732px){.product__title--container h3{margin-top:0;font-size:24px;font-size:1.5rem}}.product-selector{border-bottom:5px solid #fc8f00;background:rgba(0,0,0,.6)}@media screen and (max-width:988px){.product-selector{overflow:auto}}.product-selector__inner{display:grid}.product-selector-select{padding-bottom:24px}.exterior-view,.interior-view{grid-column:1;grid-row:1}.show{display:block;-webkit-animation:fade-in 1s;animation:fade-in 1s}.hide{display:none;-webkit-animation:fade-out 1s;animation:fade-out 1s}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.product__related-view{display:flex;align-items:flex-end;text-decoration:none;background:0 0;border:transparent;flex-direction:column;flex-direction:column-reverse}@media screen and (min-width:732px){.product__related-view{align-items:center;flex-direction:row}}.product__related-view span{margin:0 .5em}.product__related-view img{border:1px solid #fff;width:90px}@media screen and (min-width:732px){.product__related-view img{border:2px solid #fff;width:122px}}.product__related-view:focus img,.product__related-view:hover img{border:2px solid #ff6c08}.product__related-view svg{width:10px;height:15px;margin:2px;position:relative;top:2px}@media screen and (min-width:732px){.product__related-view svg{width:15px;margin:2px 2px 2px 5px}}.product__related-text{font-family:roboto_condensed,Impact,"Franklin Gothic Bold",sans-serif;color:#fff;text-transform:uppercase;display:flex;align-items:flex-start;flex-direction:row}@media screen and (max-width:732px){.product__related-text{font-size:12px}}@media only screen and (min-width:732px){.product__related-text{margin-right:15px}}.image__hotspot-wrapper{width:100%;display:block;position:relative}.image__hotspot-wrapper img{margin:0 auto}.image__hotspot-container{position:relative}@media screen and (max-width:988px){.image__hotspot-container{min-width:800px}}.image__hotspot-container ul{margin:0}.image__hotspot-container:focus-within .image--overlay__exterior,.image__hotspot-container:focus-within .image--overlay__interior{opacity:1}.hotspot{position:absolute;margin:0;padding:0;transform:translate(-50%,-50%);z-index:0}.hotspot.hotspot--selected{z-index:10}.hotspot.hotspot--selected .hotspot__label{opacity:1;display:block}.hotspot>.hotspot__button:hover{z-index:10}.hotspot__button{height:35px;width:35px;padding:0;display:block;border-radius:100%;border:1.5px solid #fff;background:linear-gradient(180deg,rgba(35,35,35,.9) 0,rgba(35,35,35,0) 99.95%);z-index:5;-webkit-animation:button-pulse 5s ease-in-out infinite;animation:button-pulse 5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.hotspot__button{-webkit-animation:none;animation:none}}.hotspot__button:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;content:"";display:block;height:10px;width:10px;border-radius:100%;background-color:#fff;transition:border-color 1s linear}.hotspot__button:focus,.hotspot__button:hover{-webkit-animation:none;animation:none;outline:0;box-shadow:0 0 5px 10px rgba(200,200,200,.5)}.hotspot__button:focus:after,.hotspot__button:hover:after{height:16px;width:16px}.hotspot__button:focus+.hotspot__label,.hotspot__button:hover+.hotspot__label{opacity:1}.hotspot__label .close{position:absolute;top:6px;opacity:.4;right:6px;transition:all .2s;font-size:30px;padding:0 5px;line-height:1;text-decoration:none;cursor:pointer;color:#232323;border:0;background:0 0}.hotspot__label .close:focus,.hotspot__label .close:hover{outline:1px solid;color:#fc8f00;opacity:1}.hotspot__label{position:absolute;width:180px;bottom:60px;left:-22px;text-align:left;padding:15px 15px 6px 15px;color:#000;border-top:2px solid #ff6c08;background-color:#f8f8f8;font-size:1rem;z-index:3;line-height:1.5;opacity:0;transition:all .3s linear;display:none}@media screen and (min-width:988px){.hotspot__label{padding:30px 30px 6px 30px;width:330px}}.hotspot__label--under{bottom:auto;top:60px}.hotspot__label .product-description{margin-bottom:1rem;color:#232323}.hotspot__label h4{display:flex;align-items:center;text-transform:uppercase;margin-bottom:1rem}.hotspot__label h4 svg{margin-right:.5rem}.hotspot__link{font-family:roboto_condensed,Impact,"Franklin Gothic Bold",sans-serif;color:#ff6c08;display:none;text-decoration:none;font-size:14px;font-size:.875rem;display:flex;justify-content:space-between;padding:0;align-items:center;text-transform:uppercase;gap:10px}@media screen and (min-width:988px){.hotspot__link{font-size:18px;font-size:1.125rem;padding:0 .5rem 3px;margin-left:-.5rem;justify-content:flex-start}}.hotspot__link:focus,.hotspot__link:hover{outline:2px solid #fc8f00;text-decoration:none}.hotspot__link svg{width:15px}.hotspot__label:after,.hotspot__label:before{display:block;pointer-events:none;position:absolute;border-right:8px solid transparent;border-top:8px solid #f8f8f8;border-left:8px solid transparent;content:"";height:0;bottom:-8px;left:32px;width:0}.hotspot__label--under:after,.hotspot__label--under:before{bottom:auto;top:-8px;transform:rotate(180deg)}@-webkit-keyframes button-pulse{0%{transform:scale(1,1);opacity:1}40%{transform:scale(1.15,1.15);opacity:1}100%{transform:scale(1,1);opacity:1}}@keyframes button-pulse{0%{transform:scale(1,1);opacity:1}40%{transform:scale(1.15,1.15);opacity:1}100%{transform:scale(1,1);opacity:1}}.image--overlay__exterior,.image--overlay__interior{position:absolute;bottom:0;background:radial-gradient(circle at 19% 57%,rgba(0,209,255,0) 0,rgba(0,188,212,0) 0,rgba(36,36,36,.5) 25%,rgba(36,36,36,.6) 100%);width:100%;height:100%;transition:.5s ease;opacity:0;color:#fff;text-align:center}form.product-selector{max-width:600px;margin:0 auto}.product-selector--visible{margin:0 auto}