.z9p-details{--z9d-bg: #ffffff;--z9d-text: #1a1a1a;--z9d-card: #ffffff;--z9d-border: #e5e5e5;--z9d-muted: #6c7380;--z9d-body: #3a4150;--z9d-accent: #e62828;--z9d-icon-bg: #f0f2f5;--z9d-step-bg: #1a1a1a;--z9d-step-text: #ffffff;color:var(--z9d-text);font-family:DM Sans,system-ui,sans-serif}.z9p-details__inner{max-width:1440px;margin:0 auto;padding:0 30px}.z9p-details__head{margin-bottom:48px}.z9p-details__head--left{text-align:left}.z9p-details__head--center{text-align:center}.z9p-details__head--right{text-align:right}.z9p-details__eyebrow{display:inline-block;font-size:16px;letter-spacing:.1em;text-transform:uppercase;color:#0350a2;font-weight:600;margin-bottom:5px;font-family:Tomorrow,sans-serif}.z9p-details__title{font-family:Tomorrow,sans-serif;font-weight:600;font-size:clamp(26px,4vw,32px);margin:0;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase}.z9p-details__subtitle{color:var(--z9d-muted);max-width:680px;font-size:16px;line-height:1.55;margin:10px 0 0}.z9p-details__head--center .z9p-details__subtitle{margin-left:auto;margin-right:auto}.z9p-details__head--right .z9p-details__subtitle{margin-left:auto}.z9p-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.z9p-details__media{position:sticky;top:100px}.z9p-details__media-box{overflow:hidden;width:100%}.z9p-details__media-box img,.z9p-details__media-box video{width:100%;height:100%;object-fit:cover;display:block;object-position:top}.z9p-details__caption{display:flex;align-items:flex-start;gap:12px;margin-top:16px;padding:16px 20px;background:var(--z9d-card);border:1px solid var(--z9d-border);font-size:14px;line-height:1.6}.z9p-details__caption-icon{width:20px;height:20px;flex-shrink:0;margin-top:1px;stroke:#0350a2}.z9p-details__caption p{margin:0}.z9p-details__accordion{display:flex;flex-direction:column}.z9p-details-item{border-top:1px solid var(--z9d-border);overflow:hidden;transition:border-color .25s ease}details.z9p-details-item:last-child{border-bottom:1px solid var(--z9d-border)}.z9p-details-item+.z9p-details-item{margin-top:-1px}.z9p-details-item[open]{position:relative;z-index:1}.z9p-details-item__summary{list-style:none;cursor:pointer;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:Tomorrow,sans-serif;font-weight:700;font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:var(--z9d-text)}.z9p-details-item__summary::-webkit-details-marker{display:none}.z9p-details-item__left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.z9p-details-item__label{flex:1}.z9p-details-item__icon{width:36px;height:36px;display:grid;place-items:center;background:var(--z9d-icon-bg);color:var(--z9d-accent);flex-shrink:0}.z9p-details-item__icon svg{width:18px;height:18px}.z9p-details-item__toggle{width:24px;height:24px;display:grid;place-items:center;flex-shrink:0;position:relative}.z9p-details-item__toggle:before,.z9p-details-item__toggle:after{content:"";position:absolute;width:16px;height:2px;background:currentColor;transition:transform .3s ease}.z9p-details-item__toggle:after{transform:rotate(90deg)}.z9p-details-item[open] .z9p-details-item__toggle:before{transform:rotate(45deg)}.z9p-details-item[open] .z9p-details-item__toggle:after{transform:rotate(135deg)}.z9p-details-item__body{padding:0 24px 28px}.z9p-details-item__body-inner{padding-top:10px;font-size:14px;line-height:1.7;color:var(--z9d-body)}.z9p-details-item__body-inner p{margin:0 0 10px}.z9p-details-item__body-inner p:last-child{margin-bottom:0}.z9p-details-item__body-inner .z9p-specs-list{margin:0;padding:0;list-style:none;display:grid;gap:0}.z9p-details-item__body-inner .z9p-specs-list li{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid var(--z9d-border);font-size:14px;line-height:1.5}.z9p-details-item__body-inner .z9p-specs-list li:first-child{padding-top:0}.z9p-details-item__body-inner .z9p-specs-list li:last-child{border-bottom:0;padding-bottom:0}.z9p-details-item__body-inner .z9p-specs-list li span:first-child{color:#000;letter-spacing:.04em;text-transform:capitalize;font-size:14px;font-weight:600;flex-shrink:0;min-width:140px}.z9p-details-item__body-inner .z9p-specs-list li span:last-child{color:#262626;font-weight:400;text-align:right}.z9p-list-number ol,.z9p-list-number ul{counter-reset:z9p-step;list-style:none;padding:0;margin:0;display:grid;gap:24px}.z9p-list-number ol li,.z9p-list-number ul li{counter-increment:z9p-step;display:flex;gap:16px;align-items:flex-start;padding:0;border:0;font-size:14px;line-height:1.65}.z9p-list-number ol li:before,.z9p-list-number ul li:before{content:counter(z9p-step);min-width:36px;height:36px;background:var(--z9d-step-bg);color:var(--z9d-step-text);border-radius:10px;display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.z9p-list-number ol li strong,.z9p-list-number ul li strong{white-space:nowrap}.z9p-list-bullet ol,.z9p-list-bullet ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.z9p-list-bullet ol li,.z9p-list-bullet ul li{display:flex;gap:12px;align-items:flex-start;padding:0;border:0;font-size:14px;line-height:1.6}.z9p-list-bullet ol li:before,.z9p-list-bullet ul li:before{content:"";min-width:8px;height:8px;background:var(--z9d-accent);border-radius:50%;flex-shrink:0;margin-top:7px}.z9p-details-item__cta{display:inline-flex;align-items:center;gap:10px;background:var(--z9d-accent);color:#fff;font-family:Tomorrow,sans-serif;font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:16px 32px;text-decoration:none;margin-top:28px;border-radius:4px;transition:opacity .2s ease}.z9p-details-item__cta:hover{opacity:.88}.z9p-details-item__cta svg{width:16px;height:16px;flex-shrink:0}.z9p-details-item__summary:hover span.z9p-details-item__label{color:#0350a2}@media(max-width:989px){.z9p-details__grid{grid-template-columns:1fr;gap:32px}.z9p-details__media{position:static}}@media(max-width:749px){.z9p-details__inner{padding:0 16px}.z9p-details__head{margin-bottom:28px}.z9p-details-item__summary{padding:16px 18px;font-size:15px}.z9p-details-item__body{padding:0 18px 20px}.z9p-details-item__icon{width:30px;height:30px}.z9p-details-item__icon svg{width:15px;height:15px}.z9p-details-item__cta{width:100%;justify-content:center;padding:14px 20px}.z9p-list-number ol li strong,.z9p-list-number ul li strong{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/z9-pdp-details.css.map */
