.wh-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#000000eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:all var(--transition)}.wh-header.scrolled{background:#000000fa;border-bottom-color:var(--color-gold)}.wh-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 var(--gutter);max-width:var(--max-width);margin:0 auto}.wh-header__nav{display:flex;align-items:center;gap:2.5rem}.wh-header__nav a{font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-secondary);transition:color var(--transition);position:relative}.wh-header__nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--color-gold);transition:width var(--transition)}.wh-header__nav a:hover,.wh-header__nav a.active{color:var(--color-text)}.wh-header__nav a:hover:after,.wh-header__nav a.active:after{width:100%}.wh-header__logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.wh-header__logo img{height:44px;width:auto}.wh-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--color-text)}.wh-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.wh-header__actions a,.wh-header__actions button{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-secondary);transition:color var(--transition);display:flex;align-items:center;gap:.375rem}.wh-header__actions a:hover,.wh-header__actions button:hover{color:var(--color-gold)}.wh-header__cart-count{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--color-gold);color:#000;font-size:.625rem;font-weight:600;border-radius:50%}.wh-header__mobile-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:4px}.wh-header__mobile-toggle span{display:block;width:22px;height:1px;background:var(--color-text);transition:all var(--transition)}@media(max-width:768px){.wh-header__inner{grid-template-columns:auto 1fr auto}.wh-header__nav{display:none}.wh-header__mobile-toggle{display:flex}}.wh-announcement{background:var(--color-gold);color:#000;text-align:center;padding:.5rem var(--gutter);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.wh-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--color-bg)}.wh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.wh-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.45}.wh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#0006 60%,#0003);z-index:1}.wh-hero__content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:8rem var(--gutter) 6rem;width:100%}.wh-hero__eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.wh-hero__eyebrow:before{content:"";display:block;width:2.5rem;height:1px;background:var(--color-gold)}.wh-hero__title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,7rem);font-weight:300;line-height:1;color:var(--color-text);margin-bottom:2rem;max-width:10ch}.wh-hero__title em{font-style:italic;color:var(--color-gold)}.wh-hero__subtitle{font-size:.9375rem;font-weight:300;color:var(--color-text-secondary);max-width:42ch;margin-bottom:3rem;line-height:1.8}.wh-hero__actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.wh-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite}.wh-hero__scroll:after{content:"";display:block;width:1px;height:3rem;background:linear-gradient(to bottom,var(--color-gold),transparent)}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.wh-trust-bar{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary);padding:1.75rem var(--gutter)}.wh-trust-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.wh-trust-bar__item{display:flex;align-items:center;gap:.75rem;font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-secondary)}.wh-trust-bar__item svg{color:var(--color-gold);flex-shrink:0}.wh-featured-collection{padding:var(--spacing-xl) 0;background:var(--color-bg)}.wh-featured-collection__header{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.5rem;flex-wrap:wrap;gap:1.5rem}.wh-featured-collection__title-group .section-title{margin-top:.5rem}.wh-products-grid{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5px}.wh-product-card{position:relative;background:var(--color-bg-card);overflow:hidden;cursor:pointer;transition:transform var(--transition)}.wh-product-card:hover{z-index:1}.wh-product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#0a0a0a}.wh-product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.wh-product-card:hover .wh-product-card__image-wrap img{transform:scale(1.05)}.wh-product-card__badge{position:absolute;top:1rem;left:1rem;font-size:.625rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .75rem;background:var(--color-gold);color:#000}.wh-product-card__body{padding:1.5rem;border-top:1px solid var(--color-border)}.wh-product-card__brand{font-size:.625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.375rem}.wh-product-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;color:var(--color-text);margin-bottom:.75rem;line-height:1.25}.wh-product-card__meta{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:1.25rem}.wh-product-card__footer{display:flex;align-items:center;justify-content:space-between}.wh-product-card__price{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:var(--color-text)}.wh-product-card__price--sold{color:var(--color-text-muted);text-decoration:line-through;font-size:1.1rem}.wh-product-card__enquire{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);padding:.5rem 1rem;border:1px solid var(--color-gold);transition:all var(--transition)}.wh-product-card__enquire:hover{background:var(--color-gold);color:#000}.wh-about{padding:var(--spacing-xl) 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.wh-about__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.wh-about__image-wrap{position:relative}.wh-about__image-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover}.wh-about__image-wrap:before{content:"";position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;border:1px solid var(--color-border);pointer-events:none}.wh-about__content{padding:2rem 0}.wh-about__text{font-size:1rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:1.5rem}.wh-about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0;padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.wh-about__stat-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;color:var(--color-gold);line-height:1;margin-bottom:.375rem}.wh-about__stat-label{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}@media(max-width:768px){.wh-about__inner{grid-template-columns:1fr;gap:3rem}}.wh-testimonials{padding:var(--spacing-xl) 0;background:var(--color-bg);border-top:1px solid var(--color-border);text-align:center}.wh-testimonials__header{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);margin-bottom:4rem}.wh-testimonials__grid{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border)}.wh-testimonial{background:var(--color-bg);padding:3rem 2.5rem;text-align:left}.wh-testimonial__stars{display:flex;gap:.25rem;margin-bottom:1.5rem;color:var(--color-gold);font-size:.875rem}.wh-testimonial__text{font-family:var(--font-heading);font-size:1.1rem;font-style:italic;color:var(--color-text);line-height:1.7;margin-bottom:1.5rem}.wh-testimonial__author{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold)}@media(max-width:768px){.wh-testimonials__grid{grid-template-columns:1fr}}.wh-instagram{padding:var(--spacing-xl) 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);text-align:center}.wh-instagram__header{margin-bottom:3rem}.wh-instagram__handle{font-size:.875rem;color:var(--color-text-secondary);margin-top:.75rem}.wh-instagram__handle a{color:var(--color-gold)}.wh-instagram__handle a:hover{text-decoration:underline}.wh-instagram__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2px}.wh-instagram__item{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card)}.wh-instagram__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .5s ease;opacity:.85}.wh-instagram__item:hover img{transform:scale(1.08);opacity:1}@media(max-width:768px){.wh-instagram__grid{grid-template-columns:repeat(3,1fr)}}.wh-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:5rem 0 2rem}.wh-footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.wh-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid var(--color-border);margin-bottom:2rem}.wh-footer__brand img{height:40px;width:auto;filter:brightness(0) invert(1);margin-bottom:1.5rem}.wh-footer__brand-text{font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.5rem}.wh-footer__tagline{font-size:.8125rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem;max-width:28ch}.wh-footer__social{display:flex;gap:1rem}.wh-footer__social a{width:36px;height:36px;border:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:.75rem;transition:all var(--transition)}.wh-footer__social a:hover{border-color:var(--color-gold);color:var(--color-gold)}.wh-footer__col-title{font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.5rem}.wh-footer__links{display:flex;flex-direction:column;gap:.75rem}.wh-footer__links a{font-size:.8125rem;color:var(--color-text-muted);transition:color var(--transition)}.wh-footer__links a:hover{color:var(--color-gold)}.wh-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.wh-footer__copyright{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.05em}.wh-footer__payments{display:flex;gap:.5rem;align-items:center}@media(max-width:900px){.wh-footer__top{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:500px){.wh-footer__top{grid-template-columns:1fr;gap:2.5rem}}.wh-product{padding-top:8rem;padding-bottom:var(--spacing-xl);background:var(--color-bg)}.wh-product__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.wh-product__gallery{position:sticky;top:8rem}.wh-product__main-image{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card);margin-bottom:1px}.wh-product__main-image img{width:100%;height:100%;object-fit:cover}.wh-product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.wh-product__thumb{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card);cursor:pointer;opacity:.6;transition:opacity var(--transition)}.wh-product__thumb.active,.wh-product__thumb:hover{opacity:1}.wh-product__thumb img{width:100%;height:100%;object-fit:cover}.wh-product__brand{font-size:.65rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.wh-product__title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:300;color:var(--color-text);margin-bottom:.5rem;line-height:1.15}.wh-product__ref{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.1em;margin-bottom:2rem}.wh-product__price{font-family:var(--font-heading);font-size:2.25rem;font-weight:300;color:var(--color-text);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.wh-product__specs{margin-bottom:2rem}.wh-product__spec-row{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid var(--color-border);font-size:.8125rem}.wh-product__spec-label{color:var(--color-text-muted);font-weight:400;letter-spacing:.05em}.wh-product__spec-value{color:var(--color-text);font-weight:500}.wh-product__cta{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.wh-product__cta .btn{width:100%;justify-content:center}.wh-product__trust{display:flex;flex-direction:column;gap:.875rem;padding:1.75rem;border:1px solid var(--color-border);background:var(--color-bg-card)}.wh-product__trust-item{display:flex;align-items:flex-start;gap:1rem;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5}.wh-product__trust-item svg{color:var(--color-gold);flex-shrink:0;margin-top:1px}.wh-product__description{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.9rem;color:var(--color-text-secondary);line-height:1.9}@media(max-width:900px){.wh-product__inner{grid-template-columns:1fr;gap:3rem}.wh-product__gallery{position:static}}.wh-collection{padding-top:8rem;background:var(--color-bg)}.wh-collection__banner{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);padding:4rem var(--gutter);text-align:center}.wh-collection__banner .section-title{margin-top:.5rem}.wh-collection__toolbar{max-width:var(--max-width);margin:0 auto;padding:1.75rem var(--gutter);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);font-size:.75rem;color:var(--color-text-muted);letter-spacing:.1em}.wh-collection__count{font-size:.75rem;color:var(--color-text-muted)}.wh-collection__sort{display:flex;align-items:center;gap:.75rem}.wh-collection__sort select{background:transparent;border:1px solid var(--color-border-light);color:var(--color-text);padding:.5rem 1rem;font-size:.75rem;letter-spacing:.05em;cursor:pointer;-webkit-appearance:none;appearance:none}.wh-collection__grid-container{max-width:var(--max-width);margin:0 auto;padding:var(--spacing-lg) var(--gutter)}.wh-cart{padding-top:8rem;padding-bottom:var(--spacing-xl);min-height:60vh}.wh-cart__inner{max-width:900px;margin:0 auto;padding:0 var(--gutter)}.wh-cart__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.wh-cart__item{display:grid;grid-template-columns:120px 1fr auto;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--color-border);align-items:center}.wh-cart__item-image{aspect-ratio:1;overflow:hidden;background:var(--color-bg-card)}.wh-cart__item-image img{width:100%;height:100%;object-fit:cover}.wh-cart__item-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin-bottom:.375rem}.wh-cart__item-price{font-family:var(--font-heading);font-size:1.375rem;color:var(--color-text)}.wh-cart__totals{padding:2rem 0;text-align:right}.wh-cart__total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.875rem;color:var(--color-text-secondary)}.wh-cart__total-row--final{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-text);border-top:1px solid var(--color-border);padding-top:1.25rem;margin-top:.5rem}.wh-empty{text-align:center;padding:6rem 2rem}.wh-empty__title{font-family:var(--font-heading);font-size:2rem;font-weight:300;margin-bottom:1rem;color:var(--color-text-secondary)}.wh-empty__text{font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}@media(max-width:768px){.wh-products-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.wh-products-grid{grid-template-columns:1fr}.wh-trust-bar__inner{gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/watchhawk.css.map */
