/** Shopify CDN: Minification failed

Line 334:3 Unexpected "/"

**/
.premium-hero-banner {
  position: relative;
  overflow: hidden;
  min-height: var(--section-height);
  padding-top: var(--desktop-padding-top);
  padding-bottom: var(--desktop-padding-bottom);
}

.premium-hero-banner__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.premium-hero-banner__image picture,
.premium-hero-banner__image img {
  /* width: 100%;
  height: 100%; */
  display: block;
}

.premium-hero-banner__image img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
        width: 100%;
}

.premium-hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-color);
  opacity: var(--overlay-opacity);
}

.premium-hero-banner .page-width {
  position: relative;
  z-index: 2;
  height: 100%;
}

.premium-hero-banner__wrapper {
  display: flex;
  align-items: center;
  min-height: var(--section-height);
}

.premium-hero-banner__content {
  max-width: var(--content-width);
  color: var(--text-color);
}

.premium-hero-banner__eyebrow {
  margin: 0 0 34px;
  color: var(--eyebrow-color);
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.premium-hero-banner__heading {
    margin: 0;
    color: var(--heading-color);
    font-size: 79px;
    line-height: 1.08;
    font-weight: 400;
    /* letter-spacing: -.03em; */
    max-width: 900px;
}
.premium-hero-banner__heading span::after {
    content: "";
    background: url("/cdn/shop/files/Image_1.png?v=1784886445");
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.premium-hero-banner__heading span {
    color: var(--highlight-color);
    position: relative;
}

.premium-hero-banner__description {
  margin-top: 26px;
  max-width: 540px;
  color: var(--text-color);
  font-size: 19px;
      line-height: 30px;
}

.premium-hero-banner__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.premium-hero-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    padding: 21px 40px;
    text-decoration: none;
    transition: all .35s ease;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 1px solid;
    line-height: normal;
        backdrop-filter: blur(5px);
}

.premium-hero-banner__button.primary {
  background: var(--btn-bg);
  color: var(--btn-text);
  border-color: var(--btn-border);
}

.premium-hero-banner__button.primary:hover {
  background: transparent;
  color: #000;
}

.premium-hero-banner__button.secondary {
  background: var(--btn2-bg);
  color: var(--btn2-text);
  border-color: var(--btn2-border);
}

.premium-hero-banner__button.secondary:hover {
  background: var(--btn2-border);
  color: #fff;
}
@media screen and (max-width: 1440px) {
.premium-hero-banner__eyebrow{
      font-size: 16px;
}
.premium-hero-banner__heading{
      font-size: 48px;
      max-width: 500px;
}
.premium-hero-banner__eyebrow {
    margin: 0 0 20px;
 }
 .premium-hero-banner__description{
      font-size: 16px;
    line-height: 26px;
 }
 .premium-hero-banner__wrapper,.premium-hero-banner{
      min-height: 700px;
 }
 .premium-hero-banner__content{
  padding-top: 60px;
 }
}

@media screen and (max-width: 990px) {
  .premium-hero-banner__heading {
    font-size: 48px;
  }

  .premium-hero-banner__description {
    max-width: 500px;
  }

  .premium-hero-banner__wrapper, .premium-hero-banner {
    min-height: 600px;
  }
  .premium-hero-banner__button {
    padding: 15px 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .premium-hero-banner {
    min-height: auto;
    padding-top: var(--mobile-padding-top);
    padding-bottom: var(--mobile-padding-bottom);
  }
.premium-hero-banner__image{
      position: relative;
}
  .premium-hero-banner__wrapper {
    min-height: auto;
    align-items: flex-end;
  }

  .premium-hero-banner__content {
    max-width: 100%;
            padding-top: 20px;
                    text-align: center;
  }

  .premium-hero-banner__image img{
        height: 100%;
  }

.premium-hero-banner__eyebrow {
    font-size: 14px;
    margin-bottom: 15px;
}

  .premium-hero-banner__heading {
    font-size: 34px;
    line-height: 1.15;
    
        max-width: 100%;
  }

 .premium-hero-banner__description {
    font-size: 16px;
    margin-top: 20px;
    max-width: 100%;
}

 .premium-hero-banner__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
}

  .premium-hero-banner__button {
    width: 100%;
    min-width: auto;
    padding: 15px;
            font-size: 14px;
  }
}

@media screen and (max-width: 480px) {

  .premium-hero-banner__heading {
    font-size: 30px;
  }

  .premium-hero-banner__description {
    font-size: 15px;
    line-height: 1.7;
  }
  .premium-hero-banner__image img{
            height: 490px;
  }
}

/*==============================
Hero Animation
==============================*/

/* .premium-hero-banner__content > * {
  opacity: 0;
  transform: translateY(40px);
}

.premium-hero-banner.animate .premium-hero-banner__eyebrow {
  animation: heroFade .6s ease forwards;
}

.premium-hero-banner.animate .premium-hero-banner__heading {
  animation: heroFade .7s ease forwards;
  animation-delay: .15s;
}

.premium-hero-banner.animate .premium-hero-banner__description {
  animation: heroFade .7s ease forwards;
  animation-delay: .3s;
}

.premium-hero-banner.animate .premium-hero-banner__buttons {
  animation: heroFade .7s ease forwards;
  animation-delay: .45s;
}

@keyframes heroFade {

  from{
      opacity:0;
      transform:translateY(40px);
  }

  to{
      opacity:1;
      transform:translateY(0);
  }

} */

/* Button Hover */

/* .premium-hero-banner__button{
    position:relative;
    overflow:hidden;
}

.premium-hero-banner__button::before{

    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:rgba(255,255,255,.15);
    transition:.4s;
}

.premium-hero-banner__button:hover::before{

    width:100%;
}

/* Image Zoom */

.premium-hero-banner__image img{

    transition:transform 8s linear;
}

.premium-hero-banner.animate .premium-hero-banner__image img{

    transform:scale(1.08);
} */