:root{--sgc-bg-primary: #000000;--sgc-bg-secondary: #1A1A1A;--sgc-bg-card: #2A2A2A;--sgc-bg-card-hover: #333333;--sgc-bg-card-selected: #1A2E1F;--sgc-accent: #004225;--sgc-accent-hover: #005A33;--sgc-accent-light: #006B3F;--sgc-text-heading: #FFFFFF;--sgc-text-body: #FFFFFF;--sgc-text-muted: #FFFFFF;--sgc-text-accent: #FFFFFF;--sgc-border: #3A3A3A;--sgc-border-hover: #555555;--sgc-border-selected: #004225;--sgc-font-heading: "Oswald", sans-serif;--sgc-font-body: "Roboto Condensed", sans-serif;--sgc-radius: 0;--sgc-container-max: 1600px;--sgc-container-padding: 24px;--sgc-space-xs: 4px;--sgc-space-sm: 8px;--sgc-space-md: 16px;--sgc-space-lg: 24px;--sgc-space-xl: 32px;--sgc-space-2xl: 48px;--sgc-transition-fast: .15s ease;--sgc-transition-normal: .25s ease;--sgc-transition-slow: .4s ease}#grill-configurator-root{font-family:var(--sgc-font-body);color:var(--sgc-text-body);background:var(--sgc-bg-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#grill-configurator-root *,#grill-configurator-root *:before,#grill-configurator-root *:after{box-sizing:border-box}#grill-configurator-root h1,#grill-configurator-root h2,#grill-configurator-root h3,#grill-configurator-root h4{font-family:var(--sgc-font-heading);color:var(--sgc-text-heading);text-transform:uppercase;letter-spacing:.02em;margin:0;line-height:1.2}#grill-configurator-root h1{font-size:2.5rem}#grill-configurator-root h2{font-size:1.75rem}#grill-configurator-root h3{font-size:1.25rem}#grill-configurator-root h4{font-size:1rem}#grill-configurator-root p{margin:0 0 var(--sgc-space-md)}#grill-configurator-root button{font-family:var(--sgc-font-body);cursor:pointer}.sgc-container{max-width:var(--sgc-container-max);margin:0 auto;padding:0 var(--sgc-container-padding);overflow-x:hidden}.sgc-grid{display:grid;gap:var(--sgc-space-lg);overflow-x:hidden}.sgc-grid--products{grid-template-columns:1fr}.sgc-grid--products>*{min-width:0}@media(min-width:768px){.sgc-grid--products{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sgc-grid--products{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){#grill-configurator-root{overflow-x:clip}.sgc-grid--gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:calc(-1 * var(--sgc-container-padding, 24px));margin-right:calc(-1 * var(--sgc-container-padding, 24px));padding-left:var(--sgc-container-padding, 24px);padding-right:var(--sgc-container-padding, 24px)}.sgc-grid--gallery::-webkit-scrollbar{display:none}.sgc-grid--gallery>*{flex:0 0 85%;scroll-snap-align:start}}.sgc-progress--mobile{display:block}.sgc-progress--desktop{display:none}@media(max-width:767px){.sgc-shell{padding-top:133px}.sgc-progress{padding:12px 0!important}.sgc-progress--mobile>div:first-child{padding-right:64px!important}}@media(min-width:768px){.sgc-progress--mobile{display:none}.sgc-progress--desktop{display:block}.sgc-progress{padding-top:140px!important}}.sgc-step-enter{opacity:0;transform:translateY(16px)}.sgc-step-active{opacity:1;transform:translateY(0);transition:opacity var(--sgc-transition-slow),transform var(--sgc-transition-slow)}.sgc-step-exit{opacity:0;transform:translateY(-16px);transition:opacity var(--sgc-transition-normal),transform var(--sgc-transition-normal)}.sgc-carousel{position:relative;width:100%;overflow:hidden;background:var(--sgc-bg-secondary, #1A1A1A)}.sgc-carousel__track{display:flex;transition:transform .3s ease}.sgc-carousel__slide{flex:0 0 100%;width:100%;height:100%}.sgc-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#0009;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity var(--sgc-transition-fast);z-index:2}.sgc-carousel:hover .sgc-carousel__arrow{opacity:1}.sgc-carousel__arrow--prev{left:8px}.sgc-carousel__arrow--next{right:8px}.sgc-carousel__dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.sgc-carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff6;padding:18px;background-clip:content-box;cursor:pointer;transition:background var(--sgc-transition-fast)}.sgc-carousel__dot--active{background:#fff;background-clip:content-box}@media(hover:none){.sgc-carousel__arrow{opacity:.7}}.sgc-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;animation:sgc-fade-in .2s ease}.sgc-drawer-panel{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:100%;background:var(--sgc-bg-secondary, #1A1A1A);z-index:1001;display:flex;flex-direction:column;overflow:hidden;animation:sgc-slide-in-right .3s ease}.sgc-drawer-panel__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#0006;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.sgc-drawer-panel__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.sgc-drawer-panel__text-wrap{flex:1;min-height:0;position:relative}.sgc-drawer-panel__text{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--sgc-space-lg, 24px)}.sgc-drawer-panel__scroll-hint{position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to bottom,transparent,var(--sgc-bg-secondary, #1A1A1A));pointer-events:none;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6px;transition:opacity .3s}.sgc-drawer-panel__scroll-hint span{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--sgc-text-muted, #999);pointer-events:none}.sgc-drawer-panel__footer{flex-shrink:0;padding:var(--sgc-space-md, 16px);border-top:1px solid var(--sgc-border, #3A3A3A);background:var(--sgc-bg-secondary, #1A1A1A)}@keyframes sgc-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sgc-fade-in{0%{opacity:0}to{opacity:1}}.sgc-step-bg{position:relative;overflow:hidden}.sgc-step-bg--fullscreen{min-height:100vh}.sgc-step-bg__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.sgc-step-bg__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0009,#000c);z-index:1}.sgc-step-bg__content{position:relative;z-index:2}.sgc-step-bg__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(165deg,#0a0a0a,#111 40%,#0d1a12);z-index:0}@media(min-width:768px){.sgc-card--featured{grid-column:span 2}}.sgc-close-btn{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#0000008c;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2147483000;text-decoration:none;transition:background var(--sgc-transition-fast);pointer-events:auto}.sgc-close-btn:hover,.sgc-close-btn:focus-visible{background:#000c;outline:none}@media(max-width:767px){.sgc-close-btn{top:141px}}.sgc-stand-pdp{display:flex;gap:var(--sgc-space-2xl, 48px);align-items:flex-start}.sgc-stand-images{flex:0 0 40%;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sgc-space-md, 16px)}.sgc-stand-images__item{aspect-ratio:1 / 1;overflow:hidden;background:var(--sgc-bg-secondary, #1A1A1A);cursor:zoom-in;max-height:320px}.sgc-stand-images__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.sgc-stand-images__item:hover img{transform:scale(1.15)}.sgc-stand-images__item--wide{grid-column:1 / -1}.sgc-stand-mobile-carousel{display:none}.sgc-stand-pdp__info{flex:1;position:sticky;top:var(--sgc-space-xl, 32px)}@media(max-width:767px){.sgc-stand-pdp{flex-direction:column;gap:var(--sgc-space-lg, 24px)}.sgc-stand-images{display:none}.sgc-stand-mobile-carousel{display:block;width:100%}.sgc-stand-mobile-carousel .sgc-carousel__slide img{transition:transform .3s ease,filter .3s ease}.sgc-stand-mobile-carousel .sgc-carousel__slide:active img{transform:scale(1.08);filter:brightness(1.05)}.sgc-stand-pdp__info{position:static}}
