@import url("https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:300|Roboto:100");
html {
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background-image: linear-gradient(to bottom, #f8b214, #f07e1f 500px, #15263b);
  background: linear-gradient(to bottom, #f8b214, #f07e1f 500px, #15263b);
  background: -webkit-linear-gradient(to bottom, #f8b214, #f07e1f 500px, #15263b);
  background: -moz-linear-gradient(to bottom, #f8b214, #f07e1f 500px, #15263b);
}
.body-order {
  display: grid;
  padding: 0;
  margin: 0;
  background: linear-gradient(to bottom, #f8b214, #f07e1f, #15263b);
  background: -webkit-linear-gradient(to bottom, #f8b214, #f07e1f, #15263b);
  background: -moz-linear-gradient(to bottom, #f8b214, #f07e1f, #15263b);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-family: "roboto", sans serif;
  font-size: 24px;
  line-height: 30px;
  color: #3b3b3b;
}
.order-page-text-color {
  color: white;
}
h2 {
  font-family: "roboto", sans serif;
  font-size: 24px;
  line-height: 30px;
  color: #3b3b3b;
}
p {
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: #3b3b3b;
  line-height: 1.7em;
}
form {
  margin-top: 3em;
  min-height: 100%;
}
.form-wrapper {
  width: 100%;
  max-width: 450px;
  min-height: 568px;
  margin: auto;
}
label {
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: white;
  line-height: 2em;
  margin-top: 1em;
  display: inline-block;
}
input,
select {
  width: 95%;
  max-width: 450px;
  height: 40px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: #15263b;
  outline: none;
  border: 0;
  padding: 0 0.5em;
  border-radius: 0;
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  width: 95%;
  max-width: 450px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: black;
  line-height: 1.6em;
  outline: none;
  resize: none;
  padding: 0.5em;
  color: #15263b;
  border: 0;
  border-radius: 0;
  border-width: 0;
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
}
ul {
  font-family: "montserrat", sans serif;
  color: #3b3b3b;
  font-size: 1em;
  line-height: 1.5em;
  list-style-type: disc;
  width: 90%;
  max-width: 420px;
}
.main-logo {
  width: 180px;
  height: auto;
}
.loser-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 130px;
  height: auto;
}
.zirc-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 80px;
  height: auto;
}
.main-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #ffffff;
  width: 220px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 200px;
  visibility: hidden;
  height: 70px;
}
.loser-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #ffffff;
  width: 180px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 260px;
  visibility: hidden;
}
.zirc-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #ffffff;
  width: 180px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 280px;
  visibility: hidden;
}
.cart-icon {
  display: grid;
  position: fixed;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  align-items: center;
  justify-items: center;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.cart-icon-count {
  display: grid;
  position: fixed;
  align-items: center;
  justify-items: center;
  z-index: 3;
  width: 17px;
  height: 17px;
  background-color: #FF9821;
  color: white;
  border-radius: 50%;
  font-family: "montserrat", sans serif;
  font-size: 10px;
  text-decoration: none;
}
.outer-ring {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 35%;
  top: -20px;
  z-index: 1;
  visibility: hidden;
}
.middle-ring {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 150px;
  z-index: 1;
  visibility: hidden;
}
.inner-ring {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 60%;
  top: 250px;
  z-index: 1;
  visibility: hidden;
}
.main-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(10, minmax(568px, auto));
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.footer-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.product-grid {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(568px, auto);
}
.product-grid-3-col {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-areas: "h" "pi1" "l1" "pi2" "l2" "pi3" "l3";
}
.product-grid-3-col img {
  max-width: 200px;
  height: auto;
}
.product-grid-auto {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(250px, auto);
}
.cart-item-grid {
  display: grid;
  width: 100%;
  justify-content: start;
  align-items: start;
  justify-items: start;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.cart-item-grid img {
  max-height: 150px;
  max-width: 450px;
}
.cart-item-grid p,
.cart-item-grid div {
  color: white;
  justify-self: start;
}
.cart-item-grid input {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
}
.total-price {
  justify-content: start;
  color: white;
  width: 100%;
}
.box-bg-darken {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.box-order {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f07e1f;
  width: 100%;
  margin: auto;
  max-width: 1024px;
  padding: calc(3em) 1em calc(3em) 1em;
  border-radius: 0;
}
.box-order h1,
.box-order p {
  color: white;
}
.box-product-image-size {
  background-size: 70%;
  padding: 2em;
}
.box-product-image-size-vertical {
  background-size: 30%;
  padding: 2em;
}
.box-caption {
  width: 250px;
  height: 60px;
  background-color: black;
  opacity: 0.65;
  color: white;
  display: grid;
  justify-items: center;
  align-items: center;
  font-family: "montserrat", sans serif;
  font-style: italic;
  position: absolute;
  bottom: 2em;
}
.hero-box {
  overflow: hidden;
}
.hero-box-bg-wrapper {
  width: 100%;
  height: 568px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  background-color: white;
}
.hero-box-bg-main {
  width: 100%;
  height: 100%;
  background: url("../images/product-large.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  background-size: 600px;
}
.hero-text {
  font-size: 30px;
  line-height: 35px;
  max-width: 500px;
}
.text-content {
  max-width: 450px;
}
.product-image {
  max-width: 400px;
  height: auto;
}
.carousel {
  width: 100%;
  height: 100%;
}
.carousel-cell {
  width: 100%;
  height: 564px;
  display: grid;
  justify-items: center;
  overflow: hidden;
}
.carousel-cell-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 300px auto;
  max-width: 500px;
  overflow: hidden;
}
.carousel-product-image {
  width: 100%;
  height: auto;
  align-self: center;
}
.carousel-product-image-vertical {
  height: 250px;
  width: auto;
  align-self: center;
  justify-self: center;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-prev-next-button {
  display: none;
}
/* no circle */
.flickity-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-button:hover {
  background: rgba(38, 29, 29, 0.35);
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
.circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  visibility: hidden;
}
.box-product-text-bgcolor {
  background-color: white;
}
.box-cart-item {
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 2em;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin-top: 1em;
  display: grid;
  justify-content: start;
  align-items: start;
  justify-items: center;
}
.box-cart-item p,
.box-cart-item div {
  color: white;
  justify-self: start;
}
.box-cart-edit-item {
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 2em;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin-top: 1em;
  display: grid;
  align-items: start;
  justify-items: center;
}
.box-cart-edit-item p,
.box-cart-edit-item div {
  color: white;
  justify-self: start;
}
.box-cart-edit-item img {
  height: 200px;
}
.box-1 {
  height: 100%;
  width: 100%;
  background-color: #15263b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 2em;
  justify-items: center;
}
.box-1 h1 {
  color: #f07e1f;
}
.box-2 {
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-2-1 {
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  height: 250px;
}
.box-2-1 img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
.box-2-2 {
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-3 {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/airway-armor-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.box-3 h1 {
  color: white;
}
.box-4 {
  height: 100%;
  width: 100%;
  background-color: #f07e1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-4 div {
  max-width: 500px;
}
.box-4 h1,
.box-4 ul {
  color: white;
}
.box-5 {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/airway-armor-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.box-5 h1 {
  color: white;
}
.box-6 {
  height: 100%;
  width: 100%;
  background-color: #15263b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-6-1 {
  height: 100%;
  width: 100%;
  background-color: #15263b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-6-1 img {
  width: 90%;
  max-width: 300px;
  height: auto;
}
.box-6-2 {
  height: 100%;
  width: 100%;
  background-color: #15263b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-6-2 h1,
.box-6-2 p {
  color: white;
}
.box-7 {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-7 img {
  width: 80%;
  height: auto;
}
.box-7-headline {
  height: 50px;
  grid-area: h;
}
.box-7-product-1 {
  grid-area: pi1;
}
.box-7-label-1 {
  grid-area: l1;
}
.box-7-label-2 {
  grid-area: l2;
}
.box-7-label-3 {
  grid-area: l3;
}
.box-8 {
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-8-card {
  width: 100%;
  z-index: 0;
}
.box-8-content {
  max-width: 400px;
  z-index: 1;
}
.box-8-content h1,
.box-8-content p {
  color: black;
}
.box-footer {
  height: 100%;
  width: 100%;
  background-color: #f49130;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-footer p {
  color: white;
}
.text-wrapper {
  max-width: 450px;
}
.text-slide {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.text-slide-show {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.square {
  position: absolute;
  z-index: 1;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
.button-trial,
.button-continue {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ffa145, #c46100);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
}
.button-trial:focus,
.button-continue:focus {
  outline: none;
}
.button-order {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #2a4359, #15263b);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
}
.button-order:focus {
  outline: none;
}
.button-data-protection {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ffa145, #c46100);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
  height: 40px;
  width: 200px;
  margin: 0;
}
.button-data-protection:focus {
  outline: none;
}
.button-data-protection a {
  align-items: center;
  justify-content: center;
}
.button-edit {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #2a4359, #15263b);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  margin: unset;
}
.button-edit:focus {
  outline: none;
}
.button-delete {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ffa145, #c46100);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  margin-top: 1em;
}
.button-delete:focus {
  outline: none;
}
.button-cancel,
.button-add-to-cart {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ffa145, #c46100);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 0;
}
.button-cancel:focus,
.button-add-to-cart:focus {
  outline: none;
}
.warning-text {
  display: block;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  line-height: 1.7em;
  color: #15263b;
}
@media screen and (min-width: 425px) {
  .hero-text {
    font-size: 35px;
    line-height: 35px;
  }
  .herobox {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .box-1-image {
    max-width: 500px;
    height: auto;
  }
  .box-product-text-bgcolor {
    background-color: #f8f8f8;
  }
  .main-logo {
    width: 250px;
    height: auto;
  }
  .main-logo-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
    margin: auto;
    background-color: #ffffff;
    width: 300px;
    height: auto;
    border-radius: 15px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 200px;
    height: 100px;
  }
  .loser-logo-wrapper {
    top: 260px;
  }
  .zirc-logo-wrapper {
    top: 280px;
  }
  .hero-text {
    font-size: 50px;
    line-height: 50px;
    max-width: 600px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box-3 p {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
  }
  .box-6-2 {
    justify-content: flex-start;
  }
  .box-7 {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 2em;
  }
  .box-7 img {
    width: 80%;
    height: auto;
  }
  .box-7-headline {
    height: 50px;
    grid-area: h;
  }
  .box-7-product-1 {
    grid-area: pi1;
  }
  .box-7-label-1 {
    grid-area: l1;
  }
  .box-7-label-2 {
    grid-area: l2;
  }
  .box-7-label-3 {
    grid-area: l3;
  }
  .footer-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .product-grid,
  .product-grid-auto {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(568px, auto);
  }
  .product-grid-3-col {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "h h h" "pi1 pi2 pi3" "l1 l2 l3";
  }
  .box-cart-item {
    width: 700px;
    justify-items: start;
  }
  .cart-item-grid {
    width: 700px;
    grid-template-columns: 3fr 3fr 2fr;
  }
  .box-8 {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 2em;
    background: url("../images/zirccatalogcover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .box-8-content {
    position: absolute;
    right: 15%;
  }
  .box-8-card {
    position: absolute;
    transform: rotate(5deg);
    top: 80px;
    right: 10%;
    min-height: 470px;
    width: 500px;
    border-radius: 15px;
    background-color: white;
  }
  .box-footer p {
    display: grid;
    position: relative;
    left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-text {
    max-width: 700px;
    font-size: 60px;
    line-height: 60px;
  }
  .loser-logo-wrapper {
    top: 280px;
  }
  .zirc-logo-wrapper {
    top: 300px;
  }
  .herobox {
    background-position-y: -30px;
    height: 600px;
  }
  .hero-box-bg,
  .hero-box-bg-wrapper {
    height: 600px;
  }
  .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, minmax(600px, auto));
    max-width: 1024px;
    margin: auto;
    position: relative;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(600px, auto);
  }
  .box-2-1 {
    height: 500px;
  }
  .box-3 p {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-fill: balance;
  }
  .box-4 div {
    position: absolute;
    left: 420px;
  }
}
@media screen and (min-width: 1025px) {
  .main-logo {
    width: 330px;
    height: auto;
  }
  .main-logo-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
    margin: auto;
    background-color: #ffffff;
    width: 380px;
    height: auto;
    border-radius: 15px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 200px;
    opacity: 0;
    height: 130px;
  }
  .loser-logo-wrapper {
    top: 260px;
  }
  .zirc-logo-wrapper {
    top: 280px;
  }
  .main-grid {
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, minmax(600px, auto));
    max-width: 1024px;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
  }
  .hero-box,
  .hero-box-bg,
  .hero-box-bg-wrapper {
    border-radius: 15px 15px 0 0;
  }
  .box-footer {
    border-radius: 0 0 15px 15px;
  }
  .box-order {
    position: relative;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: #f07e1f;
    border-radius: 15px;
  }
}
