/** Shopify CDN: Minification failed

Line 52:0 Unexpected "<"
Line 77:0 Unexpected "<"

**/
:root{
  --hv-logo: url("/cdn/shop/files/Photo_Dec_18_2025_2_18_50_AM_2.png?v=1767212584");
}

/* Force Dawn thumbnail slider sizing (desktop) */
.product__media-wrapper .thumbnail-slider,
.product__media-wrapper .thumbnail-list{
  --thumbnail-width: 72px;
  --thumbnail-height: 72px;
}

/* Make the click targets bigger + remove rings */
.product__media-wrapper .thumbnail-list__item,
.product__media-wrapper .thumbnail,
.product__media-wrapper .thumbnail[role="button"],
.product__media-wrapper button.thumbnail,
.product__media-wrapper a.thumbnail{
  width: var(--thumbnail-width) !important;
  height: var(--thumbnail-height) !important;
  max-width: none !important;
  max-height: none !important;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;

  background: var(--hv-logo) center / 75% no-repeat !important;
  background-color: transparent !important;
}

/* Hide the actual thumbnail images so only your logo shows */
.product__media-wrapper .thumbnail img{
  opacity: 0 !important;
}

/* Kill any “selected” ring/border/pseudo-elements */
.product__media-wrapper .thumbnail::before,
.product__media-wrapper .thumbnail::after,
.product__media-wrapper .thumbnail[aria-current="true"]::before,
.product__media-wrapper .thumbnail[aria-current="true"]::after{
  display: none !important;
}/* Hide default play overlay icons if any are showing */
video::-webkit-media-controls { display:none !important; }
video { outline: none !important; }
<div class="hv-hero">
  <video
    class="hv-hero__video"
    autoplay
    muted
    loop
    playsinline
    preload="auto"
  >
    <source src="/cdn/shop/videos/c/o/v/54758ca2a658412c8ab4a78d657c4cc4.mp4" type="video/mp4">
  </video>
</div>

<style>
  .hv-hero { width: 100%; }
  .hv-hero__video{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display:block;
    background:#000;
  }
  @media (max-width: 749px){
    .hv-hero__video{ height: 70vh; }
  }
</style>
