@font-face {
  font-family: "action-comics-black";
  src: url("../fonts/Action%20Comics%20Black.f82ca6f8.ttf") format("truetype");
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular.3d15a542.ttf") format("truetype");
}

@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Bold.452c766e.ttf") format("truetype");
  font-weight: bold;
}

body {
  margin: 0px;
  overflow-x: hidden;
}

p {
  margin: 3px;
}
a {
  color: unset;
}

.mobile {
  display: none;
}

.disclaimerAge {
  background-color: #fcf050;
  border: solid 3px black;
  width: calc(100% - 66px);
  font-size: 1.3rem;
  font-family: Helvetica, sans-serif;
  display: flex;
  font-weight: 700;
  padding: 0 30px 0 30px;
  align-items: center;
  height: auto;
  min-height: 90px;
  position: sticky;
  top: 0;
  z-index: 15;
  max-width: 1374px;
  margin: 0 auto;
}

.desktop {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1440px;
  min-width: 750px;
  margin: 0 auto;
}

.product-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-title {
  position: absolute;
  text-align: left;

  color: white;
  font-size: 2.1vw;
  font-family: "action-comics-black";
  transform: rotate(1.21deg);
}

.product-lead {
  position: absolute;
  width: 36%;
  text-align: left;
  line-height: 2.5vw;
  color: rgb(0, 0, 0);
  font-size: 1.33vw;
  font-family: "action-comics-black";
  transform: rotate(1.21deg);
}

.product-text {
  position: absolute;
  width: 36%;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 1.5vw;
  line-height: 1.5;

  font-family: "poppins";
  transform: rotate(1.21deg);
}

/* Order Button */
.order-button-wrapper {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 86%);
  background-color: black;
  padding: 0.6vw;
}
.order-button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 86%);
  background-color: #fff;
  border: none;
  padding: 8px 6px 9px 18px;
  color: black;
  font-family: "action-comics-black";
}
.order-button:active,
.order-button:hover {
  background-color: #000;
  color: #fff;
}

.jointSkunk {
  left: 24% !important;
  bottom: 15% !important;
}

.product-image {
  width: 26vw;

  position: absolute;

  z-index: 10;
  max-width: 330px;
  animation: moveProduct 5s infinite alternate;
  filter: drop-shadow(10px 20px 34px #00000059);
}

@keyframes moveProduct {
  0% {
    transform: translateY(0) rotate(-8deg);
  }
  100% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* Positions of Elements */
/* Age Verivicatiion */
.age-verification-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #0009;
  z-index: 20;
}
.age-verification-wrapper {
  position: relative;
  margin: 3% auto;
  width: 90%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.age-img {
  width: 100%;
  position: relative;
  display: block;
}
.age-buttons-wrapper {
  align-items: center;
  position: absolute;
  left: 50%;

  bottom: 5%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  gap: 16px;
}

.age-buttons {
  line-height: 2.5;
  font-size: 18px;
  border: unset;
  color: #fff;
  background-color: #000;
  padding-top: 5px;
  text-transform: uppercase;
  flex-direction: column;
  font-family: "action-comics-black";
}
.age-buttons:hover,
.age-buttons:active {
  border: solid #fff 6px;
}
.button-yes {
  border: solid #fff 4px;
}
/* Title Section  */
.title {
  position: relative;
}
.toShop-wrapper {
  width: 100%;
  position: fixed;
  max-width: 1440px;
  z-index: 15;
}

.toShop {
  position: absolute;
  top: 1%;
  right: 1%;
  cursor: pointer;
  width: 300px;
}
.toTop-container {
  position: absolute;
  bottom: 0;
}
.toTop-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  max-width: 1440px;
  z-index: 15;
}

.toTop {
  position: absolute;
  width: 100px;
  transform: translateY(-100%);
  right: 1%;
  cursor: pointer;

  width: 144px;
}
/* buttons */
.buttons-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  transform: translateY(30%);
  justify-content: center;
  z-index: 4;
}
.title-stayWild {
  font-family: "action-comics-black";
  text-transform: uppercase;
  position: absolute;
  bottom: 20%;
  color: #fff;
  font-size: 2vw;
  left: 21%;
  line-height: 3.5;
  letter-spacing: 3px;
}
.title-ueStyle {
  letter-spacing: -7px;
}

.header-button {
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  padding: 8px 4px;
  font-size: 10px;

  text-align: center;
  font-family: "action-comics-black";

  border: 5px solid #fff;
  cursor: pointer;
  width: 150px;
  height: 80px;
}
.header-button:active,
.header-button:hover {
  color: #ec7e05;
}

/* Sherbert */
.sherbert-title {
  top: 8%;
}
.sherbert-lead {
  top: 25%;
  left: 42%;
  width: auto;
}
.sherbert-text {
  top: 32%;
  left: 42%;
}
.sherbert-image {
  top: 21%;
  left: 16%;
  height: auto;
}
.sherbert-button {
  position: absolute;
  bottom: 13%;
  right: 25%;
}
/* Lemon Skunk */
.skunk-title {
  top: 6%;
}

.skunk-lead {
  top: 22%;
  left: 20%;
}
.skunk-text {
  top: 30%;
  left: 20%;
}
.skunk-button {
  bottom: 15%;
  left: 42%;
}
.oderNow-skunk {
  position: absolute;
  left: 24% !important;
  bottom: 22%;
  color: grey;
  font-family: "poppins";
}
.skunk-image {
  right: 12%;
  top: 13%;
  max-width: 400px;
  width: 29vw;
}
.skunk-gramm {
  position: absolute;
  right: 15%;
  top: 0%;
  width: 16vw;
  max-width: 230px;
  z-index: 11;
}
/* blueberry */

.blueberry-image {
  left: 17%;
  top: 25%;
}
.blueberry-title {
  top: 13%;
}
.blueberry-lead {
  left: 42%;
  top: 30%;
}
.blueberry-text {
  top: 37%;
  left: 42%;
}
.blueberry-button {
  right: 24%;
  bottom: 13%;
}
/* kush */
.kush-title {
  top: 9%;
}
.kush-image {
  right: 12%;
  top: 19%;
  max-width: 400px;
  width: 29vw;
}
.kush-lead {
  left: 20%;
  top: 23%;
}
.kush-text {
  left: 20%;
  top: 30%;
}
.kush-button {
  left: 42%;
  bottom: 18%;
}
.joint-kush {
  left: 24% !important;
  bottom: 18% !important;
}
.oderNow-kush {
  position: absolute;
  left: 24% !important;
  bottom: 25%;
  color: grey;
  font-family: "poppins";
}

/* Ketama */
.ketama-image {
  left: 15%;
  top: 22%;
}
.ketama-title {
  top: 13%;
}
.ketama-lead {
  left: 42%;
  top: 28%;
}
.ketama-text {
  left: 42%;
  top: 35%;
}
.ketama-button {
  right: 22%;
  bottom: 17%;
}

/* jack */

.jack-image {
  top: 7%;
  right: 15%;
}
.jack-title {
  top: 5%;
}
.jack-lead {
  left: 18%;
  top: 18%;
}
.jack-text {
  left: 18%;
  top: 23%;
}
.jack-button {
  bottom: 28%;
  left: 40%;
}
/* Footer */
.footer-text1 {
  font-family: "poppins";
  position: absolute;
  font-size: 1.5vw;
  max-width: 600px;
  width: 42vw;
  left: 32%;
  bottom: 38%;
  line-height: 1.5;
}
.footer-text2 {
  font-family: "poppins";
  line-height: 1.5;
  position: absolute;
  font-size: 1.5vw;
  max-width: 630px;
  width: 46vw;
  bottom: 20%;
  left: 32%;
}

.footer {
  font-family: "poppins";

  background-color: #000;
  height: 250px;
  width: calc(100% - 40px);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.footer-logo {
  height: 80%;
}

@media (max-width: 749px) {
  .age-buttons-wrapper {
    bottom: 15%;
  }
  .age-buttons {
    font-size: 10px;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .product-title {
    font-size: 42px;
    line-height: 1.5px;
    line-height: 74px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .product-lead {
    font-size: 20px;
    line-height: 33px;
    width: 75%;
  }
  .product-text {
    width: 75%;
    font-size: 24px;
  }
  .title-stayWild {
    bottom: 14%;
    font-size: 23px;
    left: 30%;
  }

  .header-button {
    width: 120px;
    padding: 8px;
    font-size: 8px;
  }
  .order-button-wrapper {
    padding: 10px;
  }
  .order-button {
    padding: 0 0 0 10px;
    width: 220px;
    height: 58px;
    font-size: 17px;
  }

  .container {
    justify-content: center;
    /* overflow-x: hidden;
      overflow-y: visible; */
  }
  .product-container {
    overflow-x: hidden;
  }
  .product-image {
    width: 450px;
    max-width: unset;
  }
  /* shebert */

  .sherbert-title {
    top: 3%;
  }
  .sherbert-lead {
    left: 14%;
    top: 63%;
  }
  .sherbert-text {
    left: 14%;
    top: 68%;
  }
  .sherbert-image {
    left: 35%;
    top: 20%;
  }
  .sherbert-button {
    right: unset;
    bottom: 3%;
  }

  /* Lemon Skunk */

  .skunk-title {
    top: 9%;
  }

  .skunk-lead {
    top: 65%;
    left: 14%;
  }
  .skunk-text {
    top: 69%;
    left: 14%;
  }
  .skunk-button {
    bottom: 5%;
    left: 66%;
  }
  .jointSkunk {
    left: 66% !important;
    bottom: 0% !important;
  }
  .oderNow-skunk {
    left: 66%;
    bottom: 10%;
    font-size: 20px;
  }
  .skunk-image {
    right: 25%;
    top: 18%;
    width: 550px;
  }
  .skunk-gramm {
    right: 20%;
    top: 25%;
    max-width: unset;
    width: 340px;
    z-index: 11;
  }
  .blueberry-button {
    bottom: 4%;
  }
  /* blueberry */

  .blueberry-image {
    left: 40%;
    top: 25%;
  }
  .blueberry-title {
    top: 15%;
  }
  .blueberry-lead {
    left: 12%;
    top: 62%;
  }
  .blueberry-text {
    top: 66% !important;
    left: 12%;
  }

  /* kush */
  .kush-image {
    right: 19%;
    top: 15%;
    width: 550px;
  }
  .kush-lead {
    left: 13%;
    top: 64%;
  }
  .kush-title {
    top: 7%;
  }
  .kush-text {
    left: 14%;
    top: 67%;
  }
  .kush-button {
    left: 55%;
    bottom: 3%;
  }
  .joint-kush {
    left: 14% !important;
    bottom: 3% !important;
  }
  .oderNow-kush {
    left: 14%;
    bottom: 8%;
    font-size: 20px;
  }

  /* Ketama */
  .ketama-image {
    left: 40%;
    top: 18%;
  }
  .ketama-title {
    top: 9%;
  }
  .ketama-lead {
    left: 13%;
    top: 58%;
  }
  .ketama-text {
    left: 13%;
    top: 62% !important;
    font-size: 20px;
  }
  .ketama-button {
    right: unset;
    bottom: 5%;
  }

  /* jack */
  .jack-title {
    top: 8%;
  }
  .jack-image {
    top: 29%;
    right: 36%;
  }
  .jack-lead {
    left: 14%;
    top: 65%;
  }
  .jack-text {
    left: 13%;
    top: 69%;
    font-size: 22px;
  }
  .jack-button {
    bottom: 0%;
    left: unset;
  }
  /* Footer */
  .footer-text1,
  .footer-text2 {
    font-size: 21px;
    line-height: 1.3;
    width: 400px;
  }

  /* Footer */
  .footer-text1 {
    bottom: 32%;
    left: 23%;
  }
  .footer-text2 {
    width: 380px;
    bottom: 13%;
    left: 25%;
  }
  .footer {
    height: auto;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
  .footer p {
    width: 200px;
  }
  .footer-logo {
    height: 100px;
  }
  .toShop {
    /* @todo */
    width: 252px;
  }
  .toTop {
    width: 200px;
  }
}

@media (min-width: 750px) {
  .sherbert-image {
  }
}
@media (max-width: 1000px) and (min-width: 750px) {
  .sherbert-title {
    top: 8%;
  }
}

/* @media (max-width: 1060px) {
  .blueberry-text {
    top: 42%;
  }
} */
@media (max-width: 1108px) and (min-width: 750px) {
  .blueberry-text {
    top: 39%;
  }
  .ketama-text {
    top: 35%;
  }
}

@media (max-width: 922.5px) {
  .header-button {
    line-height: 30px;
    padding: 8px 16px;
    font-size: 8px;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .buttons-wrapper {
    transform: translateY(0%);
  }
  .header-button {
    line-height: 30px;
    padding: 8px 16px;
    font-size: 12px;
    width: 200px;
  }
}
@media (min-width: 1440px) {
  .title-stayWild,
  .product-title {
    font-size: 30px;
  }
  .product-lead {
    font-size: 19px;
    line-height: 33px;
  }
  .product-text {
    font-size: 22px;
  }
  .sherbert-image {
    width: 430px;
    height: auto;
  }

  .order-button-wrapper {
    padding: 8px;
  }
  .order-button {
    font-size: 16px;
  }
  .footer-text2,
  .footer-text1 {
    font-size: 23px;
  }
}


/*# sourceMappingURL=/style.e308ff8e.css.map */