.ov-swatches{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.ov-swatch{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--ov-line);background:transparent;cursor:pointer;padding:0;position:relative;transition:transform .12s ease}.ov-swatch:hover{transform:scale(1.08)}.ov-swatch__c{position:absolute;inset:3px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.ov-swatch.is-active{border-color:var(--ov-black);background:transparent}.ov-opt__value{font-weight:400;text-transform:none;letter-spacing:0;color:var(--ov-grey);margin-left:8px}.ov-card__colors{display:flex;gap:6px;align-items:center;margin-top:8px}.ov-dot{width:15px;height:15px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.18);display:inline-block}.ov-card__more{font-size:12px;color:var(--ov-grey);margin-left:2px}.ov-gallery__main{cursor:zoom-in}.ov-gallery__main img{transition:transform .2s ease}.ov-gallery__main.is-zoom img{transform:scale(2.2)}.ov-zoom-hint{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(250,250,247,.92);box-shadow:0 2px 10px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;color:#0B0B0B;pointer-events:none;z-index:4;transition:opacity .2s ease}.ov-gallery__main.is-zoom .ov-zoom-hint{opacity:0}@media(max-width:760px){.ov-gallery__main{cursor:default}.ov-gallery__main.is-zoom img{transform:none}.ov-zoom-hint{display:none}}.ov-hero-slider{position:relative;overflow:hidden;background:var(--ov-navy)}.ov-hero-track{display:flex;transition:transform .7s cubic-bezier(.65,0,.35,1);will-change:transform}.ov-hero-slide{position:relative;flex:0 0 100%;min-height:88vh;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.ov-hero-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,11,.35),rgba(11,11,11,.5)),radial-gradient(60% 55% at 50% 50%,rgba(11,11,11,.4),rgba(11,11,11,0) 80%);z-index:1}.ov-hero__center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:840px;padding:0 24px}.ov-hero__logo{height:30px;width:auto;filter:brightness(0) invert(1);margin-bottom:22px}.ov-hero__center .ov-hero__cta{justify-content:center}.ov-hero-ctrl{position:absolute;right:24px;bottom:24px;z-index:6;display:flex;align-items:center;gap:10px}.ov-hero-ctrl button{width:46px;height:46px;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);background:rgba(0,0,0,.28);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,transform .15s;padding:0}.ov-hero-ctrl button:hover{background:rgba(0,0,0,.55);transform:scale(1.05)}.ov-hero-play{position:relative}.ov-hero-ring{position:absolute;top:-1.5px;left:-1.5px;transform:rotate(-90deg)}.ov-hero-ring circle{fill:none;stroke-width:2}.ov-hero-ring .bg{stroke:rgba(255,255,255,.3)}.ov-hero-ring .prog{stroke:#fff;stroke-linecap:round;transition:stroke-dashoffset .08s linear}.ov-hero-ic{display:flex;align-items:center;justify-content:center}@media(max-width:760px){.ov-hero-slide{min-height:76vh}.ov-hero-ctrl{right:16px;bottom:16px}}.ov-section{padding:50px 0}.ov-section--tight{padding:30px 0}@media(max-width:760px){.ov-section{padding:40px 0}.ov-section--tight{padding:24px 0}}