#sp-header {
  height:100vh;
  background-position:center;
  background-size:cover;
  margin-bottom:100px;
}

@media (min-width:1300px) {
  #sp-header {
    height:600px;
  }
}

.header-breadcrumbs {
    border-bottom:2px solid #F6E14D;
}

.header-breadcrumbs span {
  margin:0px 10px;
}

.header-breadcrumbs a, .header-breadcrumbs span {
  color:#fff;
  font-size: 16px;
  {#font-family: "Archer-Bold-It"; #}
  font-family: var(--roboto-sans);
}

.header-breadcrumbs a {
}

#sp-header h1 {
  font-size:80px;
  line-height:80px;
  {#font-family:"GTPressura-Bold"; #}
  color:#fff;
  margin:20px 0px 0px 0px !important;
  text-align:center;
  text-transform:uppercase;
}

@media (max-width:768px) {
  #sp-header h1 {
    font-size:55px;
    line-height:55px;
  }
}

#sp-header h2 {
  font-size:30px;
  {#font-family:"Archer-LightItalic" !important; #}
  color:#fff;
  line-height:38px;
  margin:0 !important;  
  text-align:center;
}
@media (max-width:768px) {
  #sp-header h2 {
    font-size:24px;
    line-height:30px;
  }
}

.product-pack-image {
  height:100%;
  width:100%;
  max-height:300px;
  max-width:440px;
  position:absolute;
  bottom:-100px;
  left:50%;
  margin-left:-220px;
  object-fit:contain;
  object-position:center center;
}

@media (max-width:480px) {
  .product-pack-image {
    bottom:-50px;
    width:90%;
    margin-left:unset;
    left:5%;
    height:auto;
  }
}
  



