.cc-hub{--ink:#20211f;--muted:#575a55;--line:#dddcd5;--paper:#f4f3ee;--gold:#856a31;display:block;color:var(--ink);background:#fff;font-family:inherit;font-size:18px;line-height:1.55;-webkit-font-smoothing:antialiased}.cc-hub *{box-sizing:border-box}.cc-hub a{color:inherit}.cc-hub h1,.cc-hub h2,.cc-hub h3,.cc-hub p{margin:0;letter-spacing:normal;text-transform:none}.cc-hub h1{font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:500}.cc-hub h2{font-size:clamp(28px,3vw,38px);line-height:1.15;font-weight:500}.cc-hub h3{font-size:23px;line-height:1.2;font-weight:600}.cc-hub .cc-wrap{max-width:1280px;margin:auto;padding:0 28px}.cc-hub .cc-kicker{font-size:14px;font-weight:650;letter-spacing:.11em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.cc-hub .cc-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:12px 22px;background:var(--ink);border:1px solid var(--ink);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:5px;letter-spacing:0;cursor:pointer}.cc-hub .cc-button:hover{background:#3c4038}.cc-hub :is(a,button,summary):focus-visible{outline:3px solid #2265a1;outline-offset:4px}.cc-hub .cc-link{display:inline-flex;align-items:center;min-height:48px;text-underline-offset:5px;text-decoration:underline;font-size:17px}.cc-hub .cc-hero{background:var(--paper);padding:24px 0 20px;text-align:center}.cc-hub .cc-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:740px;gap:28px;padding:0;margin:20px auto 0;list-style:none}.cc-hub .cc-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:9px}.cc-hub .cc-step:not(:last-child):after{content:"";position:absolute;top:27px;left:calc(50% + 42px);width:calc(100% - 56px);height:1px;background:#c5b997}.cc-hub .cc-step b{font-size:18px;line-height:1.3;font-weight:600}.cc-hub .cc-step-icon{position:relative;width:56px;height:56px;display:grid;place-items:center;border:1px solid #d1c6ae;border-radius:50%;color:var(--gold);background:#fff}.cc-hub svg{width:21px;height:21px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cc-hub .cc-step-icon svg{width:30px;height:30px}.cc-hub .cc-step-number{position:absolute;right:-4px;bottom:-3px;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#fff;font-size:12px;line-height:20px;font-weight:600}.cc-hub .cc-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.cc-hub .cc-shop{padding:20px 0 24px;scroll-margin-top:110px}.cc-hub .cc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.cc-hub .cc-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0}.cc-hub .cc-card-image{display:block;background:#fff;aspect-ratio:1;overflow:hidden}.cc-hub .cc-card-image img{width:100%;height:100%;object-fit:contain;display:block}.cc-hub .cc-card-body{padding:20px;display:flex;flex:1;flex-direction:column;gap:10px}.cc-hub .cc-card-body h3 a{text-decoration:none}.cc-hub .cc-card-desc{font-size:17px;color:var(--muted);min-height:2.9em}.cc-hub .cc-spec{font-size:15px;color:#55594f}.cc-hub .cc-price{font-size:21px;font-weight:600;margin-top:auto;padding-top:4px}.cc-hub .cc-price small{font-size:16px;font-weight:400}.cc-hub .cc-card .cc-button{width:100%;margin-top:5px}.cc-hub .cc-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;padding:0 0 24px;font-size:16px;color:#444840}.cc-hub .cc-trust span{display:flex;align-items:center;gap:8px}.cc-hub .cc-proof{background:var(--paper);padding:38px 0}.cc-hub .cc-proof-top{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.cc-hub .cc-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cc-hub .cc-review{background:#fff;padding:24px;border:1px solid var(--line);border-radius:6px;margin:0}.cc-hub .cc-stars{color:var(--gold);letter-spacing:.15em;font-size:22px;margin-bottom:14px}.cc-hub blockquote{margin:0;font-size:18px;font-style:normal;border:0;padding:0}.cc-hub .cc-review figcaption{font-size:15px;margin-top:20px;color:var(--muted)}.cc-hub .cc-help{padding:40px 0;display:grid;grid-template-columns:1fr 1.25fr;gap:60px}.cc-hub .cc-help p{margin:15px 0 20px;color:var(--muted)}.cc-hub details{border-bottom:1px solid var(--line);padding:16px 0}.cc-hub summary{cursor:pointer;font-size:18px;font-weight:600;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none}.cc-hub summary::-webkit-details-marker{display:none}.cc-hub summary:after{content:"+";font-size:24px;font-weight:400}.cc-hub details[open] summary:after{content:"\2212"}.cc-hub details p{font-size:17px;margin:12px 0}.cc-hub .cc-final{border-top:1px solid var(--line);padding:24px 0 35px;text-align:center}.cc-hub .cc-final p{margin-bottom:16px}@media(max-width:900px){.cc-hub .cc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-hub .cc-review-grid{grid-template-columns:1fr}.cc-hub .cc-help{gap:30px}}@media(max-width:600px){.cc-hub .cc-wrap{padding-left:18px;padding-right:18px}.cc-hub .cc-hero{padding:20px 0 18px}.cc-hub h1{font-size:32px}.cc-hub .cc-steps{gap:12px;margin-top:18px}.cc-hub .cc-step{gap:9px}.cc-hub .cc-step b{font-size:16px;max-width:110px}.cc-hub .cc-step-icon{width:48px;height:48px}.cc-hub .cc-step-icon svg{width:27px;height:27px}.cc-hub .cc-step:not(:last-child):after{top:23px;left:calc(50% + 31px);width:calc(100% - 50px)}.cc-hub .cc-shop{padding:16px 0 24px}.cc-hub .cc-grid{grid-template-columns:1fr;gap:20px}.cc-hub .cc-card-body{padding:18px;gap:8px}.cc-hub .cc-card-desc{min-height:0}.cc-hub .cc-trust{align-items:center;flex-direction:column;gap:10px}.cc-hub .cc-proof{padding:28px 0}.cc-hub .cc-proof-top{display:block}.cc-hub .cc-proof-top .cc-link{margin-top:12px}.cc-hub .cc-help{display:block;padding-top:30px;padding-bottom:30px}.cc-hub .cc-help-intro{margin-bottom:20px}.cc-hub .cc-final{padding-bottom:40px}}.cc-hub [hidden]{display:none!important}.cc-hub .cc-filters{display:none;flex-wrap:wrap;gap:8px;margin-bottom:16px}.cc-hub.cc-enhanced .cc-filters{display:flex}.cc-hub .cc-filter{min-height:48px;padding:10px 16px;border:1px solid #c5c6bf;border-radius:30px;background:#fff;color:var(--ink);font:inherit;font-size:16px;cursor:pointer}.cc-hub .cc-filter[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.cc-hub .cc-choose-link{text-align:center;margin-top:16px}.cc-hub .cc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-hub .cc-wrap{max-width:1080px}@media(max-width:600px){.cc-hub .cc-grid{gap:12px}.cc-hub .cc-card-body{padding:12px;gap:7px}.cc-hub .cc-card h3{font-size:19px;overflow-wrap:anywhere}.cc-hub .cc-card-desc{display:none}.cc-hub .cc-spec{font-size:14px}.cc-hub .cc-price{font-size:18px;overflow-wrap:anywhere}.cc-hub .cc-price small{font-size:14px}.cc-hub .cc-card .cc-button{min-height:48px;padding:9px 6px;font-size:16px;gap:4px;flex-wrap:wrap;line-height:1.3}.cc-hub .cc-filters{gap:7px}.cc-hub .cc-filter{padding:9px 12px;font-size:16px}}.cc-hub .cc-section-lead{color:var(--muted);margin-top:14px;max-width:680px}.cc-hub .cc-review-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/3);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding-bottom:12px;align-items:start;scrollbar-width:thin}.cc-hub .cc-review{padding:0;overflow:hidden;scroll-snap-align:start}.cc-hub .cc-review>img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.cc-hub .cc-review figcaption{padding:20px;margin:0;color:var(--ink)}.cc-hub .cc-review blockquote{font-size:17px;line-height:1.6}.cc-hub .cc-review-label{font-size:14px;color:var(--muted);margin-top:14px}.cc-hub .cc-review-controls{display:none;justify-content:flex-end;gap:10px;margin-top:12px}.cc-hub.cc-enhanced .cc-review-controls{display:flex}.cc-hub .cc-review-controls button:disabled{opacity:.4;cursor:default}.cc-hub .cc-quality{padding-top:38px;padding-bottom:34px}.cc-hub .cc-quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.cc-hub .cc-quality-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--paper)}.cc-hub .cc-quality-image{aspect-ratio:4/3;background:#faf9f7;display:grid;place-items:center}.cc-hub .cc-quality-image img{width:100%;height:100%;max-height:350px;object-fit:contain}.cc-hub .cc-movement-photo{background:#fff}.cc-hub .cc-movement-photo img{width:85%}.cc-hub .cc-quality-copy{padding:24px}.cc-hub .cc-quality-copy p,.cc-hub .cc-artwork-feature p{margin-top:14px;color:var(--muted);font-size:18px}.cc-hub .cc-quality>.cc-link{margin-top:14px}.cc-hub .cc-artwork-feature{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin-top:20px;padding-top:26px;border-top:1px solid var(--line)}.cc-hub .cc-artwork-feature img{display:block;width:100%;height:auto;object-fit:contain}.cc-hub .cc-artwork-feature .cc-proof-caption{font-size:14px;text-align:center;margin:8px 0 0}.cc-hub .cc-artwork-feature .cc-link{margin-top:12px}.cc-hub .cc-group-orders{background:var(--paper);padding:38px 0}.cc-hub .cc-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.cc-hub .cc-team-photo{margin-top:22px;border-radius:10px;overflow:hidden}.cc-hub .cc-team-photo img{width:100%;height:auto;display:block;object-fit:contain}.cc-hub .cc-group-panel{background:#fff;border:1px solid var(--line);padding:26px;border-radius:12px}.cc-hub .cc-group-panel label{display:block;font-weight:600;font-size:18px}.cc-hub .cc-group-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0}.cc-hub .cc-group-heading input{width:90px;min-height:48px;border:1px solid #a4a69e;border-radius:5px;padding:10px;font:inherit;font-size:20px;color:var(--ink);background:#fff}.cc-hub .cc-group-heading output{font-size:32px;color:var(--gold);font-weight:600;line-height:1.2}.cc-hub input[type=range]{display:block;width:100%;height:48px;margin:0;accent-color:var(--gold);cursor:pointer}.cc-hub input:focus-visible{outline:3px solid #2265a1;outline-offset:3px}.cc-hub .cc-group-tip{font-size:16px;color:var(--muted)}.cc-hub .cc-group-tiers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:20px 0}.cc-hub .cc-group-tiers button{font:inherit;min-height:82px;color:var(--ink);background:#fff;border:1px solid #c5c6bf;border-radius:6px;padding:9px 3px;cursor:pointer}.cc-hub .cc-group-tiers :is(span,strong,small){display:block;line-height:1.45}.cc-hub .cc-group-tiers span{font-size:17px}.cc-hub .cc-group-tiers strong{font-size:14px}.cc-hub .cc-group-tiers small{font-size:11px}.cc-hub .cc-group-tiers button[aria-pressed=true]{background:var(--paper);border:2px solid var(--gold)}.cc-hub .cc-group-note{font-size:15px;color:var(--muted);margin-bottom:20px}.cc-hub .cc-group-panel>.cc-button{width:100%}.cc-hub .cc-group-interactive{display:none}.cc-hub.cc-enhanced .cc-group-interactive{display:block}@media(max-width:900px){.cc-hub .cc-review-grid{grid-auto-columns:calc((100% - 18px)/2)}.cc-hub .cc-group-grid{grid-template-columns:1fr}.cc-hub .cc-group-panel{max-width:650px;width:100%;margin:auto}}@media(max-width:600px){.cc-hub .cc-review-grid{grid-auto-columns:88%;gap:12px}.cc-hub .cc-review-controls{justify-content:space-between}.cc-hub .cc-review-controls button{font-size:15px;padding:9px 12px}.cc-hub .cc-quality{padding-top:28px;padding-bottom:28px}.cc-hub .cc-quality-grid,.cc-hub .cc-artwork-feature{grid-template-columns:1fr;gap:16px}.cc-hub .cc-quality-image{aspect-ratio:4/3}.cc-hub .cc-quality-copy{padding:20px}.cc-hub .cc-quality h3{font-size:23px}.cc-hub .cc-group-orders{padding:28px 0}.cc-hub .cc-group-panel{padding:18px}.cc-hub .cc-group-heading output{font-size:28px}.cc-hub .cc-group-grid{gap:22px}.cc-hub .cc-group-tiers{gap:4px}.cc-hub .cc-group-tiers strong{font-size:13px}.cc-hub .cc-group-tiers small{font-size:10px}}@media(prefers-reduced-motion:reduce){.cc-hub *{scroll-behavior:auto!important}}.cc-hub .cc-group-panel label{letter-spacing:normal;text-transform:none}.cc-hub .cc-group-panel input[type=range]{appearance:none;-webkit-appearance:none;border:0;padding:0;border-radius:0;background:transparent;box-shadow:none;min-height:48px}.cc-hub .cc-group-panel input[type=range]::-webkit-slider-runnable-track{height:7px;border-radius:7px;background:linear-gradient(to right,var(--gold) 0 var(--range-progress,8.16%),#deded6 var(--range-progress,8.16%) 100%)}.cc-hub .cc-group-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:28px;height:28px;margin-top:-10.5px;border-radius:50%;background:var(--gold);border:4px solid white;box-shadow:0 0 0 1px #aa9872}.cc-hub .cc-group-panel input[type=range]::-moz-range-track{height:7px;border-radius:7px;background:#deded6}.cc-hub .cc-group-panel input[type=range]::-moz-range-progress{height:7px;border-radius:7px;background:var(--gold)}.cc-hub .cc-group-panel input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--gold);border:4px solid white;box-shadow:0 0 0 1px #aa9872}.cc-hub :is(#cc-photo-reviews-title,#cc-quality-title,#cc-group-title){scroll-margin-top:110px}@media(min-width:1024px){.cc-hub{font-size:20px}.cc-hub .cc-wrap{max-width:1600px;padding-left:40px;padding-right:40px}.cc-hub .cc-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.cc-hub .cc-hero{padding:34px 0 28px}.cc-hub h1{font-size:clamp(48px,4vw,64px)}.cc-hub h2{font-size:44px}.cc-hub .cc-steps{max-width:920px;margin-top:28px}.cc-hub .cc-step b{font-size:21px}.cc-hub .cc-step-icon{width:64px;height:64px}.cc-hub .cc-step-icon svg{width:34px;height:34px}.cc-hub .cc-step:not(:last-child):after{top:31px}.cc-hub .cc-filter{font-size:18px;padding:12px 22px}.cc-hub .cc-card-body{padding:22px}.cc-hub .cc-card-desc{font-size:18px}.cc-hub .cc-price{font-size:23px}.cc-hub .cc-button{font-size:18px;min-height:54px}.cc-hub .cc-trust{font-size:18px}.cc-hub .cc-link{font-size:19px}.cc-hub .cc-proof,.cc-hub .cc-group-orders{padding:48px 0}.cc-hub .cc-quality{padding-top:48px;padding-bottom:44px}.cc-hub .cc-section-lead{max-width:800px}}.cc-hub chrono-hub-rotor{display:block;position:relative;overflow:hidden;background:#fff}.cc-hub chrono-hub-rotor :is(img,video){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;object-fit:contain}.cc-hub chrono-hub-rotor video{opacity:0;pointer-events:none}.cc-hub chrono-hub-rotor.is-ready video{opacity:1}.cc-hub chrono-hub-rotor.is-ready img{opacity:0}.cc-hub .cc-rotor-caption{position:absolute;bottom:12px;left:14px;right:14px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.cc-hub .cc-rotor-caption span{padding:5px 8px;background:#fffffff0;border-radius:8px}.cc-hub :is(.cc-rotor-caption,.cc-dial-proof-controls) button{min-height:44px;border:1px solid #bfb8a8;border-radius:24px;padding:8px 14px;background:#fffffff0;font:inherit;font-size:13px;color:var(--ink);cursor:pointer}.cc-hub .cc-artwork-feature{grid-template-columns:1fr;gap:22px}.cc-hub .cc-artwork-feature>div{max-width:720px}.cc-hub chrono-dial-proofs{display:block;min-width:0;width:100%}.cc-hub .cc-dial-proof-track{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;direction:ltr;scroll-behavior:auto;padding:2px 0 14px}.cc-hub .cc-dial-proof-track figure{flex:0 0 min(620px,75%);margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.cc-hub .cc-dial-proof-track img{aspect-ratio:1820/845;width:100%;height:auto;display:block;object-fit:contain}.cc-hub .cc-dial-proof-track:focus-visible{outline:3px solid #2265a1;outline-offset:3px}.cc-hub .cc-dial-proof-controls{display:none;justify-content:space-between;align-items:center;font-size:14px;color:var(--muted);margin-top:8px}.cc-hub chrono-dial-proofs.is-enhanced .cc-dial-proof-controls{display:flex}@media(max-width:600px){.cc-hub .cc-dial-proof-track{gap:12px}.cc-hub .cc-dial-proof-track figure{flex-basis:94%}.cc-hub .cc-rotor-caption{bottom:8px;left:8px;right:8px;font-size:12px}.cc-hub .cc-rotor-caption button{font-size:12px;padding:8px 10px}}ss-whatsapp-wrapper{--chat-ink:#26202d;--chat-accent:#302538;position:fixed;bottom:max(18px,env(safe-area-inset-bottom));right:18px;z-index:40;font:14px/1.5 Arial,Helvetica,sans-serif;color:var(--chat-ink)}ss-whatsapp-wrapper *{box-sizing:border-box}ss-whatsapp-wrapper [hidden]{display:none!important}ss-whatsapp-wrapper.ss-whatsapp-button-left{left:18px;right:auto}#ss-whatsapp-button{display:flex;align-items:center;gap:9px;padding:0 16px;width:auto;height:46px;min-width:46px;border:1px solid #ded8e5;border-radius:24px;background:#fffffff5;color:var(--chat-ink);box-shadow:0 3px 16px #24133414;cursor:pointer}#ss-whatsapp-button svg{width:21px;height:21px;flex:none}#ss-whatsapp-button-text{font:600 13px/1 Arial,Helvetica,sans-serif;white-space:nowrap}#ss-whatsapp-button:after{display:none}#ss-whatsapp-button:hover{background:#f2edf7;border-color:#b9a5d0}ss-whatsapp-wrapper button:focus-visible,ss-whatsapp-wrapper textarea:focus-visible{outline:3px solid #9268b9;outline-offset:3px}#ss-whatsapp-dialog{position:absolute;bottom:58px;right:0;width:350px;max-width:calc(100vw - 36px);max-height:calc(100dvh - 150px);overflow:auto;background:#fff;border:1px solid #e2dce9;border-radius:14px;box-shadow:0 15px 60px #20112c26}ss-whatsapp-wrapper.ss-whatsapp-button-left #ss-whatsapp-dialog{right:auto;left:0}#ss-whatsapp-dialog-header{display:flex;align-items:center;gap:12px;padding:20px 40px 20px 18px;background:#f3eff7;border-bottom:1px solid #e6dfed}#ss-whatsapp-dialog-header img{width:48px;height:48px;object-fit:cover;border-radius:50%}#ss-whatsapp-dialog-label{font:600 16px/1.3 Arial,Helvetica,sans-serif;letter-spacing:0;text-transform:none;margin:0;color:#302538}#ss-whatsapp-dialog-header p{font-size:11px;margin:4px 0 0;color:#65586e}#ss-whatsapp-dialog-close{position:absolute;top:8px;right:5px;width:44px;height:44px;background:none;border:0;font-size:27px;cursor:pointer;color:#50405f}#ss-whatsapp-dialog-body{padding:18px}#ss-whatsapp-dialog-body>p{margin:0 0 18px;font-size:15px;color:#51475b}#ss-whatsapp-dialog-body label{display:block;font:600 12px/1.4 Arial,Helvetica,sans-serif;letter-spacing:0;text-transform:none;margin-bottom:7px}#ss-whatsapp-dialog-user-input{width:100%;padding:11px;border:1px solid #d9d0e2;border-radius:7px;resize:vertical;font:16px/1.5 Arial,Helvetica,sans-serif;background:#fff;color:#27202d;min-height:85px}#ss-whatsapp-dialog-btn{width:100%;min-height:46px;margin-top:10px;border:0;border-radius:6px;background:var(--chat-accent);color:#fff;font:600 14px/1.4 Arial,Helvetica,sans-serif;cursor:pointer}#ss-whatsapp-dialog-body small{display:block;margin-top:10px;font-size:11px;line-height:1.5;color:#73677e}body:has(chrono-pulse) ss-whatsapp-wrapper{--chat-accent:#613e91;bottom:96px}ss-whatsapp-wrapper.cc-chat-buy-visible:not(.ss-whatsapp-dialog-visible){visibility:hidden}ss-whatsapp-wrapper.ss-whatsapp-dialog-visible{visibility:visible!important}@media(max-width:767px){ss-whatsapp-wrapper{right:12px;bottom:72px}ss-whatsapp-wrapper.ss-whatsapp-button-left{left:12px}#ss-whatsapp-button{height:44px;padding:0 12px;gap:7px}#ss-whatsapp-button-text{font-size:12px}#ss-whatsapp-dialog{max-width:calc(100vw - 24px);max-height:calc(100dvh - 190px)}}
/*# sourceMappingURL=/cdn/shop/t/33/compiled_assets/styles.css.map?subset=AAAAAIAAAAAAAAAAAAAACA */
