.product-steel{width:100%;display:grid}.product-steel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.product-steel__card{border:1px solid var(--color-line);border-radius:var(--radius);min-height:116px;color:var(--color-ink);text-align:left;cursor:pointer;background:#fff;align-content:start;justify-items:start;gap:9px;padding:15px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.product-steel__card.is-active,.product-steel__card:hover{border-color:#b0181f73;transform:translateY(-1px);box-shadow:0 16px 36px #17171714}.product-steel__check{border:2px solid var(--color-line);background:#fff;border-radius:6px;width:20px;height:20px;transition:border-color .2s,background .2s}.product-steel__card.is-active .product-steel__check{background:#b0181f;border-color:#b0181f;box-shadow:inset 0 0 0 4px #fff}.product-steel__card strong{font-size:20px;line-height:1}.product-steel__card span:not(.product-steel__check){color:var(--color-muted);font-size:14px;line-height:1.25}@media (width<=1280px){.product-steel__card strong{font-size:18px}}@media (width<=760px){.product-steel__grid{grid-template-columns:1fr}.product-steel__card{min-height:0}}.product-order-modal{z-index:150;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.product-order-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#171717a8;border:0;position:fixed;inset:0}.product-order-modal__panel{background:#fff;border-radius:24px;width:min(100%,720px);padding:36px;position:relative;box-shadow:0 32px 100px #00000047}.product-order-modal__panel h2{margin:6px 56px 24px 0;font-size:36px;line-height:1}.product-order-modal__close{z-index:1;border:1px solid var(--color-line);cursor:pointer;background:#fff;border-radius:12px;width:44px;height:44px;font-size:28px;line-height:1;position:absolute;top:22px;right:22px}.product-order-modal__summary{border:1px solid var(--color-line);background:#f8f6f3;border-radius:18px;grid-template-columns:132px minmax(0,1fr);align-items:stretch;gap:20px;margin-bottom:26px;padding:12px;display:grid}.product-order-modal__summary>img{-o-object-fit:cover;object-fit:cover;background:#fff;border-radius:12px;width:132px;height:132px}.product-order-modal__summary-content{align-content:center;min-width:0;display:grid}.product-order-modal__summary-content>strong{margin-bottom:12px;font-size:21px;line-height:1.1}.product-order-modal__summary dl{gap:5px;margin:0;display:grid}.product-order-modal__summary dl>div{grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);gap:12px;display:grid}.product-order-modal__summary dd,.product-order-modal__summary dt{min-width:0;margin:0;font-size:14px;line-height:1.3}.product-order-modal__summary dt{color:var(--color-muted)}.product-order-modal__summary dd{overflow-wrap:anywhere;font-weight:650}.product-order-modal__summary .product-order-modal__price{color:var(--color-accent);font-size:17px;font-weight:800}.product-order-modal__form{gap:16px;display:grid}.product-order-modal__field{gap:7px;display:grid}.product-order-modal__field span{color:var(--color-muted);font-size:15px;font-weight:650}.product-order-modal__field input,.product-order-modal__field textarea{border:1px solid var(--color-line);width:100%;color:var(--color-ink);font:inherit;background:#fff;border-radius:12px;outline:none;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.product-order-modal__field textarea{resize:vertical;min-height:108px}.product-order-modal__field input:focus,.product-order-modal__field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #b0181f17}.product-order-modal__consent{color:var(--color-muted);margin:-2px 0 0;font-size:13px;line-height:1.35}.product-order-modal__consent a{color:inherit;text-underline-offset:3px;text-decoration:underline}.product-order-modal__consent a:hover{color:var(--color-ink)}.product-order-modal__website{clip-path:inset(50%);pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.product-order-modal__error{color:var(--color-accent);margin:0;font-size:14px;font-weight:650}.product-order-modal__actions .btn:disabled{cursor:default;opacity:.68}.product-order-modal__actions{grid-template-columns:minmax(0,1.4fr) minmax(150px,.6fr);gap:12px;margin-top:4px;display:grid}.product-order-modal__actions .btn{min-height:54px}.product-order-modal__cancel{background:#f8f6f3;border-color:#17171733;font-weight:750}.product-order-modal__cancel:hover{border-color:var(--color-ink);background:#fff}.product-order-modal__success{text-align:center;justify-items:center;max-width:560px;margin:0 auto;padding:34px 0 18px;display:grid}.product-order-modal__success-icon{width:72px;height:72px;color:var(--color-accent);background:#b0181f1a;border-radius:50%;place-items:center;margin-bottom:22px;font-size:34px;font-weight:800;display:grid}.product-order-modal__success h2{margin:8px 0 16px}.product-order-modal__success>p:not(.eyebrow){color:var(--color-muted);margin-bottom:26px;font-size:18px;line-height:1.45}.product-order-modal__success .btn{min-width:190px}.product-order-modal-enter-active,.product-order-modal-leave-active{transition:opacity .22s}.product-order-modal-enter-active .product-order-modal__panel,.product-order-modal-leave-active .product-order-modal__panel{transition:transform .22s,opacity .22s}.product-order-modal-enter-from,.product-order-modal-leave-to{opacity:0}.product-order-modal-enter-from .product-order-modal__panel,.product-order-modal-leave-to .product-order-modal__panel{opacity:0;transform:translateY(18px)scale(.985)}@media (width<=760px){.product-order-modal{align-items:start;padding:12px}.product-order-modal__panel{border-radius:20px;margin:12px 0;padding:24px 18px}.product-order-modal__panel h2{font-size:28px}.product-order-modal__close{width:40px;height:40px;top:14px;right:14px}.product-order-modal__summary{grid-template-columns:88px minmax(0,1fr);gap:13px}.product-order-modal__summary>img{width:88px;height:112px}.product-order-modal__summary-content>strong{font-size:17px}.product-order-modal__summary dl>div{grid-template-columns:1fr;gap:1px}.product-order-modal__actions{grid-template-columns:1fr}.product-order-modal__form{gap:12px}}.three-viewer{position:relative}.three-viewer,.three-viewer__canvas{width:100%;height:100%}.three-viewer__materials{z-index:2;gap:9px;display:flex;position:absolute;top:16px;left:16px}.three-viewer__swatch{cursor:pointer;border:2px solid #fff;border-radius:50%;width:40px;height:40px;box-shadow:0 8px 22px #17171729}.three-viewer__swatch.is-active{outline:2px solid var(--color-ink);outline-offset:2px}.three-viewer__state{color:var(--color-muted);background:#ffffffe0;border-radius:999px;padding:11px 16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.old-product{min-height:calc(100svh - var(--header-h))}.old-product__panel{width:100%;max-width:var(--container-max);padding-right:var(--page-x);padding-left:var(--page-x);margin-left:auto;margin-right:auto}.old-product__presentation{min-height:calc(100svh - var(--header-h));gap:clamp(24px,3.6vw,56px);padding-top:clamp(32px,5vw,64px);padding-bottom:clamp(32px,5vw,64px);display:grid}.breadcrumbs{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:650;line-height:1.2;display:flex}.breadcrumbs a{color:var(--color-muted);transition:color .2s}.breadcrumbs a:hover{color:var(--color-accent)}.breadcrumbs span[aria-current=page]{color:#b0181f;text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,720px);overflow:hidden}.old-product__info{justify-items:start;min-width:0;max-width:1120px;display:grid}.old-product__subtitle{color:var(--color-muted);margin-bottom:11px;font-size:22px}.old-product__info h1{overflow-wrap:anywhere;max-width:1180px;margin-bottom:16px;font-size:48px;font-weight:610;line-height:1}.old-product__info p:not(.old-product__subtitle){max-width:min(100%,720px);color:var(--color-muted);overflow-wrap:break-word;font-size:17px}.old-product__showcase{grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);align-items:start;gap:clamp(28px,4vw,64px);display:grid}.old-product__viewer-wrap{top:calc(var(--header-h) + 28px);width:100%;min-width:0;max-width:760px;position:sticky}.old-product__viewer{border:1px solid var(--color-line);border-radius:var(--radius);background:#f7f5f5;min-width:0;min-height:clamp(384px,62vw,704px);display:grid;position:relative;overflow:hidden}.old-product__viewer img{width:100%;height:100%;min-height:inherit;-o-object-fit:cover;object-fit:cover}.old-product__colors{flex-wrap:wrap;align-items:center;gap:9px;margin-top:0;display:flex;position:absolute;top:16px;left:16px}.old-product__color{cursor:pointer;border:2px solid #fff;border-radius:50%;width:42px;height:42px;box-shadow:0 8px 22px #17171729}.old-product__color.is-active{outline:2px solid var(--color-ink);outline-offset:2px}.old-product__color--3d{color:#fff;font-size:13px;font-weight:800;background:var(--color-ink)!important}.old-product__color-name{min-height:42px;color:var(--color-ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #1717171a;border-radius:999px;align-items:center;padding:0 15px;font-size:14px;font-weight:750;line-height:1;display:inline-flex;box-shadow:0 8px 22px #1717171a}.old-product__specs{min-width:0}.old-product__specs-head{margin-bottom:28px}.old-product__specs-head h2{margin-bottom:0;font-size:28px;line-height:1.05}.old-product__spec-list{margin:0;display:grid}.old-product__spec-row{border-bottom:1px solid var(--color-line);grid-template-columns:minmax(130px,.72fr) minmax(0,1fr);gap:22px;padding:14px 0;display:grid}.old-product__spec-row dd,.old-product__spec-row dt{overflow-wrap:break-word;min-width:0;margin:0;line-height:1.2}.old-product__spec-row dt{color:var(--color-ink);text-wrap:pretty;font-size:18px;font-weight:750}.old-product__spec-row dd{color:var(--color-muted);font-size:18px}.old-product__spec-row--selector{align-items:start}.old-product__spec-row--selector dd{color:var(--color-ink)}.old-product__spec-toggle{width:auto;color:var(--color-muted);text-underline-offset:4px;cursor:pointer;background:0 0;border:0;margin-top:18px;padding:0;font-size:16px;font-weight:650;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s;display:inline-block}.old-product__spec-toggle:hover{color:var(--color-ink)}.old-product__order{justify-content:center;display:flex}.old-product__order .btn{min-width:220px}.old-product__order .btn:hover{border-color:var(--color-accent);background:var(--color-accent)}.old-product__section{padding-top:clamp(32px,5vw,64px);padding-bottom:clamp(48px,6vw,80px)}.old-product__section--compact{border-top:1px solid var(--color-line)}.old-product__heading{margin-bottom:22px}.old-product__heading--row{justify-content:space-between;align-items:center;gap:16px;display:flex}.old-product__gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.old-product__gallery--slider{display:block;overflow:hidden}.old-product__related-slider{width:100%;overflow:hidden}.old-product__related-slide{height:auto;display:flex}.old-product__related-slide .product-card{width:100%;height:100%}.old-product__gallery-item{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.old-product__gallery img,.old-product__gallery-item img{aspect-ratio:1;border-radius:var(--radius);-o-object-fit:cover;object-fit:cover;background:#f7f5f5;width:100%;transition:transform .2s}.old-product__gallery-item:hover img{transform:scale(1.02)}.old-product__gallery img:nth-child(5n+1){grid-area:span 2/span 2}.old-product__gallery--slider img:nth-child(5n+1){grid-area:auto}.old-product__gallery-controls{gap:9px;display:flex}.old-product__gallery-controls button{border:1px solid var(--color-line);border-radius:var(--radius);cursor:pointer;background:#fff;width:56px;height:56px;font-size:32px;line-height:1;transition:border-color .2s,background .2s,color .2s}.old-product__gallery-controls button:not(.swiper-button-disabled):hover{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.old-product__gallery-controls button.swiper-button-disabled{opacity:.42;cursor:default}.old-product__three-modal{z-index:120;position:fixed;inset:0}.old-product__three-backdrop{cursor:pointer;background:#1717179e;border:0;position:absolute;inset:0}.old-product__three-panel{inset:var(--page-x);border-radius:var(--radius);background:#f1ede7;position:absolute;overflow:hidden}.old-product__three-close{cursor:pointer;background:#fff;border:1px solid #17171724;border-radius:50%;width:44px;height:44px;font-size:26px;line-height:1;position:absolute;top:16px;right:16px}.old-product__image-modal{z-index:130;position:fixed;inset:0}.old-product__image-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:zoom-out;background:#171717b3;border:0;position:absolute;inset:0}.old-product__image-panel{inset:34px var(--page-x);pointer-events:none;place-items:center;display:grid;position:absolute}.old-product__image-frame{pointer-events:auto;background:#f7f5f5;border:1px solid #ffffff2e;border-radius:22px;place-items:center;width:min(100%,1280px);max-height:calc(100svh - 112px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000005c}.old-product__image-frame img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:calc(100svh - 112px);display:block}.old-product__image-close,.old-product__image-nav{z-index:1;border-radius:var(--radius);pointer-events:auto;cursor:pointer;background:#fffffff0;border:1px solid #ffffff3d;place-items:center;transition:background .2s,border-color .2s,color .2s;display:grid;position:absolute}.old-product__image-close:hover,.old-product__image-nav:hover{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.old-product__image-close{width:52px;height:52px;font-size:28px;line-height:1;top:18px;right:18px}.old-product__image-nav{width:52px;height:64px;font-size:34px;line-height:1;top:50%;transform:translateY(-50%)}.old-product__image-nav--prev{left:18px}.old-product__image-nav--next{right:18px}@media (width<=1280px){.old-product__subtitle{font-size:20px}.old-product__info h1{font-size:42px}.old-product__specs-head h2{font-size:26px}.old-product__spec-row dt{font-size:16px}.old-product__spec-row dd{font-size:15px}}@media (width<=1024px){.old-product__showcase{grid-template-columns:1fr}.old-product__viewer-wrap{position:static}.old-product__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.old-product__specs{max-width:none}.old-product__spec-row{grid-template-columns:1fr;gap:8px}.old-product__subtitle{font-size:17px}.old-product__info h1{font-size:36px}.old-product__specs-head h2{font-size:25px}.old-product__spec-row dd,.old-product__spec-row dt{font-size:15px}}@media (width<=760px){.old-product__gallery{grid-template-columns:1fr}.old-product__presentation,.old-product__section{min-height:auto}.old-product__viewer{min-height:384px}.old-product__colors{top:12px;left:12px}.old-product__color{width:38px;height:38px}.old-product__color-name{min-height:38px;padding:0 12px;font-size:13px}.old-product__spec-row,.old-product__specs-head{grid-template-columns:1fr}.old-product__specs-head{display:grid}.old-product__subtitle{font-size:17px}.old-product__info h1{font-size:30px}.old-product__specs-head h2{font-size:24px}.old-product__spec-row dd,.old-product__spec-row dt{font-size:15px}.old-product__spec-row{gap:8px}.old-product__gallery img:nth-child(5n+1){grid-area:auto}.old-product__heading--row{flex-direction:column;align-items:flex-start}.old-product__image-panel,.old-product__three-panel{inset:12px}.old-product__image-frame{border-radius:18px;width:100%}.old-product__image-frame,.old-product__image-frame img{max-height:calc(100svh - 108px)}.old-product__image-close{width:44px;height:44px;top:10px;right:10px}.old-product__image-nav{width:54px;height:54px;top:auto;bottom:0;transform:none}.old-product__image-nav--prev{left:calc(50% - 64px)}.old-product__image-nav--next{right:calc(50% - 64px)}}
