.page-width{max-width:1200px;margin:0 auto;padding:0 24px}@media screen and (max-width:767px){.page-width{padding:0 16px}}.skip-to-content-link{position:absolute;top:-100px;left:0;background:var(--color-accent);color:#fff;padding:8px 16px;z-index:10000;transition:top .2s ease}.skip-to-content-link:focus{top:0}.focus-none:focus{outline:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-stack);font-weight:600;color:var(--color-text);line-height:1.15;letter-spacing:-.02em}p{color:var(--color-text-muted);font-size:17px;line-height:1.47;letter-spacing:-.01em}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-hover)}.site-header{position:sticky;top:0;z-index:1000;background-color:var(--color-header-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);transition:background-color .3s ease}.site-header__wrapper{display:flex;justify-content:space-between;align-items:center;height:48px}.site-header__logo{font-weight:500;font-size:18px;color:var(--color-header-text);letter-spacing:-.01em;text-decoration:none;display:flex;align-items:center;gap:8px;transition:opacity .2s ease}.site-header__logo:hover{opacity:.8;color:var(--color-header-text)}.site-header__logo svg{fill:currentColor;width:18px;height:18px}.site-nav{display:flex;align-items:center;gap:32px;list-style:none}.site-nav__link{font-size:12px;font-weight:400;color:var(--color-header-text);opacity:.8;letter-spacing:-.01em;transition:opacity .2s ease;position:relative}.site-nav__link:hover{opacity:1;color:var(--color-header-text)}.site-header__actions{display:flex;align-items:center;gap:20px}.site-header__icon{color:var(--color-header-text);opacity:.8;display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:4px;transition:opacity .2s ease;position:relative}.site-header__icon:hover{opacity:1}.site-header__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.cart-count-badge{position:absolute;top:-4px;right:-4px;background-color:var(--color-accent);color:#fff;font-size:9px;font-weight:600;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-nav-toggle{display:none}.mobile-menu-drawer{position:fixed;top:48px;left:0;width:100%;height:0;background-color:#161617;overflow:hidden;z-index:999;transition:height .3s cubic-bezier(.25,1,.5,1);padding:0 40px}.mobile-menu-drawer.is-open{height:calc(100vh - 48px);padding:40px}.mobile-menu-nav{list-style:none;display:flex;flex-direction:column;gap:24px}.mobile-menu-nav__link{font-size:28px;font-weight:500;color:#f5f5f7;text-decoration:none;letter-spacing:-.01em;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;display:block}.mobile-menu-drawer.is-open .mobile-menu-nav__link{opacity:1;transform:translateY(0)}.mobile-menu-drawer.is-open .mobile-menu-nav__item:nth-child(1) .mobile-menu-nav__link{transition-delay:.05s}.mobile-menu-drawer.is-open .mobile-menu-nav__item:nth-child(2) .mobile-menu-nav__link{transition-delay:.1s}.mobile-menu-drawer.is-open .mobile-menu-nav__item:nth-child(3) .mobile-menu-nav__link{transition-delay:.15s}.mobile-menu-drawer.is-open .mobile-menu-nav__item:nth-child(4) .mobile-menu-nav__link{transition-delay:.2s}@media screen and (max-width:767px){.site-nav{display:none}.mobile-nav-toggle{display:block}}.hero-banner{position:relative;background-color:#000;color:#fff;padding:80px 24px 100px;text-align:center;overflow:hidden}.hero-banner--light{background-color:#f5f5f7;color:#1d1d1f}.hero-banner__content{max-width:680px;margin:0 auto;position:relative;z-index:2}.hero-banner__eyebrow{font-size:16px;font-weight:500;color:var(--color-accent);letter-spacing:-.01em;margin-bottom:12px;text-transform:uppercase}.hero-banner__title{font-size:56px;font-weight:700;line-height:1.07;letter-spacing:-.03em;margin-bottom:18px}.hero-banner--light .hero-banner__title{color:#1d1d1f}.hero-banner__subtitle{font-size:24px;font-weight:400;color:#86868b;margin-bottom:32px;letter-spacing:-.015em;line-height:1.25}.hero-banner--light .hero-banner__subtitle{color:#86868b}.hero-banner__actions{display:flex;gap:16px;justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;padding:8px 18px;border-radius:980px;letter-spacing:-.01em;transition:all .2s cubic-bezier(.25,1,.5,1);cursor:pointer;border:1px solid transparent}.button--primary{background-color:var(--color-accent);color:#fff}.button--primary:hover{background-color:var(--color-accent-hover);color:#fff}.button--secondary{background-color:transparent;color:var(--color-accent);border-color:var(--color-accent)}.button--secondary:hover{background-color:var(--color-accent);color:#fff}@media screen and (max-width:767px){.hero-banner{padding:60px 16px 80px}.hero-banner__title{font-size:38px}.hero-banner__subtitle{font-size:18px}}.section-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-end}.section-header__title{font-size:32px;font-weight:600}.section-header__link{font-size:14px;font-weight:400;display:inline-flex;align-items:center;gap:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}@media screen and (max-width:767px){.section-header{margin-bottom:24px}.section-header__title{font-size:24px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:40px}}.product-card{background:var(--color-card-bg);border-radius:var(--card-border-radius);overflow:hidden;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.product-card__image-container{position:relative;width:100%;padding-bottom:100%;background-color:#fff;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .6s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:767px){.product-card__image{padding:12px}}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{position:absolute;top:12px;left:12px;background-color:#1d1d1f;color:#fff;font-size:10px;font-weight:500;padding:4px 8px;border-radius:4px;z-index:10;text-transform:uppercase;letter-spacing:.05em}.product-card__content{padding:20px;display:flex;flex-direction:column;flex-grow:1}@media screen and (max-width:767px){.product-card__content{padding:12px}}.product-card__vendor{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:4px}.product-card__title{font-size:16px;font-weight:500;color:var(--color-text);margin-bottom:8px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px}@media screen and (max-width:767px){.product-card__title{font-size:14px;height:35px}}.product-card__price-wrapper{margin-top:auto;display:flex;align-items:center;gap:8px}.product-card__price{font-size:15px;font-weight:600;color:var(--color-text)}.product-card__price--compare{font-size:13px;color:var(--color-text-muted);text-decoration:line-through}.site-footer{background-color:var(--color-footer-bg);color:var(--color-footer-text);padding:64px 0 32px;border-top:1px solid var(--color-border);font-size:12px;line-height:1.33}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:40px}.site-footer__title{font-size:12px;font-weight:600;color:#1d1d1f;margin-bottom:12px;letter-spacing:-.01em}.site-footer__links{list-style:none}.site-footer__link-item{margin-bottom:8px}.site-footer__link{color:var(--color-footer-text);text-decoration:none;transition:color .2s ease}.site-footer__link:hover{color:#1d1d1f}.site-footer__bottom{border-top:1px solid var(--color-border);padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:var(--color-text-muted)}.site-footer__copyright{margin-bottom:0;font-size:11px}.site-footer__socials{display:flex;gap:16px}.site-footer__social-link svg{width:16px;height:16px;fill:currentColor}@media screen and (max-width:767px){.site-footer{padding:40px 0 24px}.site-footer__grid{grid-template-columns:1fr;gap:24px}.site-footer__bottom{flex-direction:column;gap:16px;align-items:flex-start}}.watch-hero{background-color:#fff;padding:60px 0 80px;border-bottom:1px solid var(--color-border)}.watch-hero__container{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.55fr);gap:48px;align-items:center}.watch-hero__stage{text-align:center;position:relative;min-height:480px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.watch-hero__image-wrapper{position:relative;width:100%;max-width:440px;height:380px;margin:0 auto}.watch-hero__stage-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .5s cubic-bezier(.25,1,.5,1);z-index:1}.watch-hero__stage-image.active{opacity:1;z-index:2}.watch-hero__links{display:flex;gap:32px;justify-content:center;margin-top:16px}.watch-hero__link-item{font-size:13px;font-weight:500;color:var(--color-accent);display:inline-flex;align-items:center;gap:6px;transition:color .2s}.watch-hero__link-item:hover{color:var(--color-accent-hover)}.watch-explorer{border-left:1px solid var(--color-border);padding-left:40px;display:flex;flex-direction:column;gap:16px}.watch-explorer__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border);padding-bottom:12px}.watch-explorer__title{font-size:11px;font-weight:600;text-transform:uppercase;color:#1d1d1f;letter-spacing:.05em}.watch-explorer__toggle{font-size:11px;font-weight:500;color:var(--color-text-muted)}.watch-explorer__list{display:flex;flex-direction:column;gap:12px;list-style:none}.watch-explorer__item{border:1px solid var(--color-border);border-radius:8px;padding:10px 14px;background-color:var(--color-card-bg);cursor:pointer;display:flex;align-items:center;gap:16px;transition:all .3s cubic-bezier(.16,1,.3,1)}.watch-explorer__item:hover{background-color:#00000005}.watch-explorer__item.active{border-color:var(--color-text);background-color:#fff;box-shadow:0 4px 12px #0000000a}.watch-explorer__thumb{width:48px;height:48px;object-fit:contain}.watch-explorer__info{display:flex;flex-direction:column;gap:2px}.watch-explorer__name{font-size:13px;font-weight:600;color:var(--color-text)}.watch-explorer__desc{font-size:11px;color:var(--color-text-muted)}@media screen and (max-width:767px){.watch-hero__container{grid-template-columns:1fr!important;gap:40px!important}.watch-explorer{border-left:none!important;padding-left:0!important}}.features-grid-section{background-color:#fff;padding:60px 0 80px;text-align:center}.features-grid__title{font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:40px}.features-grid__title span{color:var(--color-text)}.features-grid__container{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.features-grid__card{background-color:var(--color-card-bg);border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;border:1px solid rgba(0,0,0,.02);transition:all .4s cubic-bezier(.16,1,.3,1);min-height:180px}.features-grid__card:hover{transform:scale(1.02);box-shadow:0 10px 24px #0000000d}.features-grid__img-wrapper{width:120px;height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}.features-grid__img{max-width:100%;max-height:100%;object-fit:contain}.features-grid__label{font-size:18px;font-weight:500;color:var(--color-text);letter-spacing:-.01em;text-align:right;text-transform:uppercase;flex-grow:1;padding-left:12px}@media screen and (max-width:991px){.features-grid__container{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:767px){.features-grid__container{grid-template-columns:1fr!important;gap:16px!important}.features-grid__card{padding:16px 20px!important;min-height:auto!important}}.collections-stage-section{background-color:#fff;padding:60px 0 80px;border-top:1px solid var(--color-border);text-align:center}.collections-stage__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px;align-items:end}.collections-stage__card{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:opacity .3s}.collections-stage__card:hover{opacity:.95}.collections-stage__title{font-size:20px;font-weight:700;color:var(--color-text);letter-spacing:-.02em;margin-bottom:4px;text-transform:uppercase}.collections-stage__title span{font-weight:300;color:var(--color-text-muted)}.collections-stage__img-wrapper{width:100%;max-width:220px;height:240px;margin:24px auto;display:flex;align-items:center;justify-content:center}.collections-stage__img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1)}.collections-stage__card:hover .collections-stage__img{transform:scale(1.03)}.collections-stage__link{font-size:11px;font-weight:600;color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:4px}@media screen and (max-width:767px){.collections-stage__grid{grid-template-columns:1fr!important;gap:40px!important}}.product-specs-table{width:100%;border-collapse:collapse;margin-top:24px}.product-specs-table td{padding:14px 0;border-bottom:1px solid var(--color-border);font-size:14px;vertical-align:top}.product-specs-table td:first-child{font-weight:600;color:var(--color-text);width:30%}.product-specs-table td:last-child{color:var(--color-text-muted);line-height:1.5}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
