/* Only product layout; buttons, typography, colours and container widths are global. */
.warranty-dialog{width:calc(100% - 32px);max-width:1140px;max-height:90dvh;border:0;border-radius:8px;padding:36px 8px 8px;background:transparent;color:var(--gymio-text);overflow:auto}
.warranty-dialog::backdrop{background:rgb(0 0 0 / .62);backdrop-filter:blur(10px)}
body:has(.warranty-dialog[open]){overflow:hidden}
.warranty-dialog>[data-warranty-close]{position:absolute;top:2px;right:12px;background:none;border:0;font-size:28px;color:var(--gymio-on-dark)}
.warranty-dialog>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 220px;gap:8px}
.warranty-dialog aside{background:#2c2c2c;color:var(--gymio-on-dark);padding:20px;border-radius:6px;align-self:stretch;display:flex;flex-direction:column;gap:14px}.warranty-dialog aside p{margin:0}.warranty-dialog .warranty-product-name{font-size:16px;line-height:1.3}.warranty-dialog aside h2{font-size:13px;line-height:1.4;margin:8px 0 0;color:inherit}.warranty-dialog aside>span{display:grid;place-items:center;width:44px;height:44px;border:2px solid #fff6;border-radius:50%;font-size:20px}
.warranty-dialog article{display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;background:#c4c4c4;border-radius:6px;min-width:0}.warranty-dialog article[data-warranty-plan=premium]{background:#3ab8c6;color:white}.warranty-dialog article[data-warranty-plan=max]{background:#f5a523;color:white}
.warranty-dialog article>svg{color:#555;flex-shrink:0;margin-bottom:14px}.warranty-dialog [data-warranty-plan=premium]>svg{color:#1a9faf}.warranty-dialog [data-warranty-plan=max]>svg{color:#c07f00}
.warranty-dialog article h3{margin:0;font-size:24px;line-height:1.1}.warranty-dialog article>h3+p{font-size:15px;line-height:1.4;opacity:.85;margin:4px 0 20px;padding-bottom:20px}.warranty-dialog article ul{list-style:none;padding:0;margin:0;text-align:left;flex:1;font-size:13px;line-height:1.5}.warranty-dialog li{margin-bottom:10px;padding-left:24px;position:relative}.warranty-dialog li::before{content:'✓';position:absolute;left:0;color:#43a847;font-size:16px}.warranty-dialog [data-warranty-plan=premium] li::before,.warranty-dialog [data-warranty-plan=max] li::before{color:#b8f5bc}
.warranty-dialog article>[data-warranty-price]{background:#ffe600;color:#111;font-size:26px;padding:11px 16px;width:100%;margin:18px 0 10px;border-radius:5px}
.gymio-ui .warranty-dialog article .g-button{width:100%;border-radius:4px;padding:10px 14px;gap:10px;font-size:14px;background:#2c2c2c}.gymio-ui .warranty-dialog article .g-button:is(:hover,[aria-pressed=true]){background:var(--gymio-primary)}.warranty-dialog article:has([aria-pressed=true]){outline:3px solid #ffffffa6;outline-offset:-3px}
.warranty-dot{width:18px;height:18px;border:2px solid #ffffff8c;border-radius:50%;flex-shrink:0}.warranty-dialog [aria-pressed=true] .warranty-dot{background:#ffe600;border-color:#ffe600}
.gymio-ui .warranty-dialog article>a{color:inherit;font-size:12px;margin-top:12px}.gymio-ui .warranty-dialog article>a:hover{color:var(--gymio-text)}
.warranty-dialog aside>footer{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding-top:24px}.warranty-dialog aside>footer p{font-size:13px}.warranty-dialog [data-purchase-total]{display:block;font-size:24px;margin-top:8px}.gymio-ui .warranty-dialog aside>footer .g-button{width:100%;border-radius:4px;padding:11px 16px;font-size:14px;border-color:var(--gymio-primary)}
@media(max-width:900px){.warranty-dialog>div{grid-template-columns:1fr}.warranty-dialog aside{text-align:center}.warranty-dialog aside>span{display:none}}
.skip-link{position:fixed;top:-100px;left:16px;z-index:1001;background:var(--gymio-background);padding:12px}.skip-link:focus{top:8px}
.product-page{padding-bottom:var(--gymio-section-space)}
.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--gymio-space-4);align-items:start}
.product-gallery{min-width:0}.product-gallery>[data-gallery-view]{position:relative;aspect-ratio:1;background:var(--gymio-background)}
.product-gallery [data-gallery-view]>img{width:100%;height:100%;object-fit:contain}
.product-gallery [data-gallery-view]>iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.product-gallery [data-gallery-thumbs]{display:flex;gap:8px;overflow-x:auto;padding:12px 3px;margin-bottom:12px}.product-gallery [data-gallery-thumbs] button{flex:0 0 64px;background:var(--gymio-background);border:1px solid var(--gymio-border);padding:0}.product-gallery [data-gallery-thumbs] img{width:64px;height:64px;object-fit:contain}.product-gallery [aria-pressed=true]{outline:2px solid var(--gymio-primary);outline-offset:0}
.product-gallery [data-gallery-status]{min-height:1.5em}
@media(min-width:901px){.product-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px}.product-gallery>[data-gallery-view]{grid-column:2;grid-row:1}.product-gallery [data-gallery-thumbs]{grid-column:1;grid-row:1;flex-direction:column;margin:0;padding:3px;max-height:500px;overflow-y:auto}.product-gallery>div:not([data-gallery-view]):not([data-gallery-thumbs]),.product-gallery>[data-gallery-status]{grid-column:1/-1}}
.product-page>nav{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:0;padding:0;max-width:none;min-width:0;overflow-x:auto;background:var(--gymio-surface);border-bottom:1px solid var(--gymio-border)}
.gymio-ui .product-page>nav .g-link{display:block;padding:18px 12px;text-align:center;white-space:nowrap;color:var(--gymio-text);border-bottom:3px solid transparent;font-size:15px}
.gymio-ui .product-page>nav .g-link:is(:hover,:focus-visible){color:var(--gymio-primary);border-bottom-color:var(--gymio-primary);background:var(--gymio-background)}
.product-page :is(#description,#opis){max-width:none;min-width:0}
.product-features{margin-inline:calc(-1 * var(--gymio-gutter));margin-top:var(--gymio-space-4)}
.product-features article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;margin:0;gap:0}.product-features article>div{display:flex;flex-direction:column;justify-content:center;padding:24px;min-width:0}.product-features article h3{font-size:24px;margin-bottom:24px}.product-features img{width:100%;aspect-ratio:1;object-fit:contain}
.product-page :is(#specifications,#parametry){max-width:none;min-width:0}
.product-page :is(#specifications,#parametry) dl{margin-inline:calc(-1 * var(--gymio-gutter))}
.product-page dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;padding:14px var(--gymio-gutter);overflow-wrap:anywhere}.product-page dl>div:nth-child(odd){background:var(--gymio-surface)}.product-page dd{margin:0}
.product-warranties{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-warranties article{padding:24px;background:var(--gymio-surface);display:flex;flex-direction:column}.product-warranties ul{padding-left:20px;flex:1}.product-warranties li{margin-bottom:12px}
.product-page :is(#downloads,#instrukcje)>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:16px}
.gymio-ui .product-page :is(#downloads,#instrukcje) .g-button{width:100%;height:100%;min-height:44px;min-width:0;padding:6px 20px;text-align:center;overflow-wrap:anywhere}
.gymio-ui .product-related .product-card{--product-button-padding:25px}
.gymio-ui .product-related .product-card>.g-button{width:240px;max-width:100%;min-height:48px;padding:10px 20px;text-align:center;white-space:normal;overflow-wrap:anywhere}
.product-related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.product-related article{display:flex;flex-direction:column;align-items:start}.product-related img{width:100%;aspect-ratio:1.5;object-fit:cover}.product-related h3{margin-top:20px}.product-related .g-button{margin-top:auto}
.product-gallery .local-model-view{position:absolute;inset:0;background:var(--gymio-surface);display:flex;align-items:center;justify-content:center}.product-gallery canvas{display:block;touch-action:none}.product-gallery .local-model-help{position:absolute;bottom:10px;left:10px;right:10px;text-align:center;font-size:12px;pointer-events:none}.product-gallery [data-model-close]{position:absolute;top:10px;right:10px;z-index:1}
@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-warranties{grid-template-columns:1fr}}
@media(max-width:600px){.product-features article,.product-related{grid-template-columns:1fr}.product-features article:nth-child(even)>div{order:0}.product-page form fieldset{flex-direction:column}.product-page dl>div{grid-template-columns:1fr;gap:6px}}
/* Reference composition: full left content column and a 410 px purchase rail. */
.product-summary .g-title{font-size:30px;line-height:1.2;margin-bottom:12px}
.product-summary .g-text{font-size:16px;line-height:1.5}
.product-summary .g-heading{font-size:26px;margin-bottom:0}
.product-summary [data-purchase]{margin-top:24px}
.product-summary [data-purchase]+img{margin-top:24px}
.product-summary [data-warranty-open]{width:100%}
.product-media-actions{display:contents}
.gymio-ui .product-gallery .product-media-actions .g-button{border-radius:0;padding:8px;min-width:64px;background-image:linear-gradient(rgb(237 237 237 / .8),rgb(237 237 237 / .8)),var(--media-background);background-size:auto,cover;background-position:center;display:flex;align-items:center;justify-content:center}
.product-gallery .product-media-actions .product-media-icon{width:85px;height:60px;max-width:70%;object-fit:contain}.product-gallery .product-media-actions [data-model-open] .product-media-icon{height:85px}
.product-service-icons{list-style:none;padding:0;margin:24px 0;display:grid;gap:14px}.product-service-icons li{display:flex;align-items:center;gap:14px}.product-service-icons img{width:24px;height:24px;object-fit:contain}
.product-warranties{gap:8px}.product-warranties article{align-items:center;text-align:center;background:#c4c4c4;color:#2c2c2c;padding:20px;border-radius:6px}.product-warranties article:nth-child(2){background:#3ab8c6;color:white}.product-warranties article:nth-child(3){background:#f5a523;color:white}.product-warranties .product-warranty-icon{width:56px;height:64px;object-fit:contain;margin-bottom:14px}
.gymio-ui #main .product-warranties .g-heading{color:inherit!important;font-size:24px;margin:0}.product-warranties article>p{font-size:15px;line-height:1.4;margin:4px 0 20px;padding-bottom:20px}.product-warranties ul{list-style:none;margin:0;padding:0;text-align:left;font-size:13px;line-height:1.5}.product-warranties li{position:relative;padding-left:24px;margin-bottom:10px}.product-warranties li::before{content:'✓';position:absolute;left:0;color:#43a847}.product-warranties article:nth-child(n+2) li::before{color:#b8f5bc}
.gymio-ui .product-warranties .g-button{background:transparent;color:inherit;border:0;border-radius:0;padding:0;margin-top:10px;font-size:12px}.gymio-ui .product-warranties .g-button:hover{color:var(--gymio-text)}
.product-related{grid-template-columns:1fr;gap:0}.product-related article{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:16px 32px;padding-block:16px}.product-related article>a:first-child{display:contents}.product-related img{grid-column:1;grid-row:1/4;width:100%;max-width:280px;aspect-ratio:1;object-fit:cover;justify-self:center;align-self:center}.product-related h3,.product-related p,.product-related .g-button{grid-column:2;margin:0}.product-related .g-button{justify-self:start}.gymio-ui .product-related .product-card>.g-button{transition:background-color .2s ease}
@media(min-width:992px){
 .product-page{--product-summary-width:410px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) var(--product-summary-width);align-items:start}
 .product-page::after{content:'';position:absolute;top:0;bottom:0;right:calc(var(--product-summary-width) - 2px);width:2px;background:var(--gymio-surface);pointer-events:none}
 .product-layout{display:contents}
 .product-summary{grid-column:2;grid-row:1/8;position:sticky;top:83px;max-height:calc(100dvh - 83px);overflow-y:auto;padding:37px 25px 24px 40px;border-left:2px solid transparent}
 .product-page>nav,.product-page>section:not(.product-layout){grid-column:1}
 .product-gallery{grid-column:1;display:grid;grid-template-columns:1fr 1fr;gap:1px}
 .product-gallery>[data-gallery-view]{grid-column:2;grid-row:1}
 .product-gallery [data-gallery-thumbs]{grid-column:1;grid-row:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:0;margin:0;max-height:none;overflow:visible;align-content:start}
 .product-gallery [data-gallery-thumbs] button,.product-gallery [data-gallery-thumbs] a{width:100%;aspect-ratio:1;border:0;min-width:0}
 .product-gallery [data-gallery-thumbs] img{width:100%;height:100%;object-fit:contain}
 .product-gallery [data-gallery-status]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
}
@media(max-width:991px){.product-layout{display:flex;flex-direction:column;padding-inline:0;gap:0}.product-gallery{display:block;width:100%}.product-summary{padding:40px var(--gymio-gutter)}.product-gallery [data-gallery-thumbs]{display:flex;flex-direction:row;max-height:none;gap:8px;padding:12px;margin-bottom:0}.product-gallery [data-gallery-thumbs] button,.product-gallery [data-gallery-thumbs] a{flex:0 0 64px;height:64px}.product-gallery [data-gallery-status]{margin-inline:12px}.warranty-dialog aside{aspect-ratio:auto}}
@media(max-width:600px){.product-features article>div{padding:20px var(--gymio-gutter)}.product-features article h3{margin-bottom:20px}.product-related article{display:flex;gap:16px;padding-block:20px}.product-related article>a:first-child{display:block;width:100%}.product-related img{margin-inline:auto}.product-related h3{margin-top:16px}}

.device-variants{width:100%;margin-bottom:18px}.device-variant-options{border:0;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.device-variant-options legend{margin-bottom:10px}.device-variant-options label{position:relative;cursor:pointer}.device-variant-options input{position:absolute;opacity:0;width:1px;height:1px}.device-variant-options span{display:block;padding:12px 18px;border:1px solid var(--gymio-border);border-radius:14px}.device-variant-options input:checked+span{border-color:var(--gymio-primary);background:var(--gymio-field-active)}.device-variant-options input:focus-visible+span{outline:2px solid var(--gymio-primary);outline-offset:3px}
