@font-face {
  font-family: "anton";
  src: url("../assets/fonts/anton.woff2") format("woff2");
}
@font-face {
  font-family: "cookie";
  src: url("../assets/fonts/cookie.woff2") format("woff2");
}
@font-face {
  font-family: "reklamescriptw00-medium";
  src: url("../assets/fonts/reklamescriptw00-medium.woff2") format("woff2");
}
@font-face {
  font-family: "questrial";
  src: url("../assets/fonts/questrial.woff2") format("woff2");
}
body {
  margin: 0;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
:root {
  --green: rgb(32, 206, 136);
  --pink: rgb(218, 85, 165);
  --white: rgb(255, 255, 255);
}

.navbar-nav {
  justify-content: space-evenly;
  flex: 1;
}

.navbar .container {
  flex-direction: row;
}

.header__nav-link {
  text-decoration: none;
  color: var(--white);
  line-height: 45px;
  font-size: 42px;
  text-align: center;
  font-family: anton, sans-serif;
  text-transform: uppercase;
  padding-left: 1rem;
}

.header__nav-link:hover {
  color: var(--green);
}

@media screen and (min-width: 992px) {
  .header__nav-link {
    font-size: 21px;
    color: var(--pink);
    padding-left: 0;
  }
  .header__nav-link:hover {
    color: var(--green);
  }
}

.navbar-brand img {
  max-height: 73px;
}
.social a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  font-size: 0;
  height: 25px;
  overflow: hidden;
  padding: 0 20px;
  text-indent: 100%;
  white-space: nowrap;
  width: 18px;
}

/* End Header styles */
/* 
button {
  background-color: #20ce88;
  padding: 1rem 3rem;
  border-radius: 20px !important;
  color: var(--white);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: reklame-script,sans-serif;

font-weight: 400;

font-style: normal;;
}
button.reverse {
  background-color: var(--pink);
}

button:hover {
  background-color: var(--pink);
}

button.reverse:hover {
  background-color: var(--green);
} */
/* Product Page Styles */
.product-hero {
  background: linear-gradient(90deg, rgb(204, 58, 195), #e0376f);
  padding: 6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.product-hero .row {
  max-width: 980px;
  margin: 0 auto;
}

.product-hero .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin: 0.5rem 0;
}

.product-hero h4 {
  font-size: 111px;
  line-height: 1em;
  text-align: center;
  font-family: anton, sans-serif;
  text-transform: uppercase;
}
.product-hero p {
  font-size: 49px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Cookie", cursive;
}

.product-hero a {
  margin-top: 2rem;
}
.product picture img {
  max-width: 100%;
  height: auto;
}

.product-hero button {
  font-family: reklame-script, sans-serif;

  font-weight: 400;

  font-style: normal;
  background-color: var(--green);
  font-size: 31px;
  color: var(--white);
  padding: 1rem 3rem;
  border-radius: 25px;
  border: none;
}

.product-hero button:hover {
  background-color: var(--pink);
}

.product-hero picture {
  filter: drop-shadow(0px 20px 10px #000);
}

.product_hero__media .disclaimer {
  margin-top: 15px;
  font-size: 13px;
}

/* End Product Styles */
.masthead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.masthead h2 {
  text-transform: uppercase;
  font-size: 115px;
  font-family: anton, sans-serif;
  margin: 0.5rem 0;
  text-align: center;
}

.masthead .copy p {
  letter-spacing: 0.05em;
  font-family: "Cookie", cursive;
  font-size: 55px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0.5rem 0;
}

.masthead .copy p span {
  background-color: var(--green);
  padding: 0.25rem 1.5rem;
  letter-spacing: 0.05em;
}

.categories {
  max-width: 1024px;
  margin: 0 auto !important;
}

.category {
  flex: 50%;
}

.category__item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.category img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
}

.category button {
  background-color: var(--pink);
  padding: 0.25rem 3.5rem;
  border-radius: 20px;
  color: var(--white);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: reklame-script, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.category button:hover {
  background-color: #20ce88;
  cursor: pointer;
}

.category a {
  font-family: reklame-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-decoration: none;
  margin-top: 1rem;
}
.categories-link {
  text-align: center;
  padding-bottom: 2rem;
}

.categories-link a {
  font-size: 42px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--white);
  font-family: reklame-script, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.categories-link a:hover {
  color: var(--white);
}

.lets-laff {
  height: 372px;
  background-image: url(/sites/default/files/2022-07/LAFF.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .lets-laff {
    height: 850px;
  }
}

.all_buttons {
  padding: 4rem 0;
}

@media screen and (min-width: 640px) {
  .all_buttons {
    padding: 6rem 0;
  }
}
.all_buttons .button-row {
  text-align: center;
}

.all_buttons .button-row button {
  background-color: #20ce88;
  padding: 0.25rem 2rem;
  border-radius: 20px;
  color: var(--white);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: reklame-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.all_buttons .button-row button:hover {
  background-color: #20ce88;
  background-color: var(--pink);
  cursor: pointer;
}

.all_buttons .button-row button a {
  font-size: 42px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--white);
  font-family: reklame-script, sans-serif;

  font-weight: 400;

  font-style: normal;
}

.all_buttons .copy h2 {
  font-size: 103px;
  line-height: 1em;
  text-align: center;
  font-family: anton, sans-serif;
}

.all_buttons a {
  color: transparent;
}

.button-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-row button {
  background-color: #20ce88;
  padding: 0.25rem 4rem;
  border-radius: 20px;
  color: var(--white);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: reklame-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.button-row button:hover {
  background-color: var(--green);
  background-color: var(--pink);
  cursor: pointer;
}
/* Products */
.products {
  background: linear-gradient(#eb76eb, #feb290);
  padding: 2rem 0;
}
.products hr {
  height: 2px;
  color: var(--white);
  background: white;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  margin-bottom: 4rem;
}

.products-content {
  max-width: 980px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.products h2,
.stretchy-product h2,
.rope-product h2,
.mini-product h2 {
  font-size: 111px;
  line-height: 1em;
  text-align: center;
  font-family: anton, sans-serif;
  color: var(--white);
  text-transform: uppercase;
  padding: 2.5rem 0px;
  margin: 0;
}

.stretchy-product,
.rope-product {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.stretchy-product {
  flex-direction: column;
}

.rope-product {
  flex-direction: column-reverse;
}

@media screen and (min-width: 640px) {
  .stretchy-product,
  .rope-product {
    flex-direction: row;
  }

  .stretchy-product picture,
  .rope-product picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.stretchy-product picture img,
.rope-product picture img,
.mini-product picture img {
  max-width: 100%;
  height: auto;
}

.laff {
  background-color: var(--pink);
  padding: 3rem 0;
}

.headline_copy {
  padding: 3rem 0;
  max-width: 1024px;
  margin: 0 auto !important;
}

.headline_copy h2 {
  font-family: anton, sans-serif;
  font-size: 103px;
  line-height: 1em;
  text-align: center;
  color: var(--white);
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.headline_copy p {
  font-family: "Cookie", cursive;
  font-size: 47px;
  line-height: 1em;
  text-align: center;
}

.iframe .col-12 {
  position: relative;
  padding-bottom: 42.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: flex;
  justify-content: center;
}

.iframe iframe {
  max-width: 1024px;
  position: absolute;
  top: 0;
  /* left: 0; */
  width: 100%;
  height: 100%;
}

/* Product */

@media (min-width: 320px) {
  .product {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .product {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .product {
    flex: 0 0 33.333333%;
  }
}
.product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.product h4,
.stretchy-product h4,
.rope-product h4 {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  font-family: anton, sans-serif;
}

@media screen and (min-width: 640px) {
  .product h4,
  .stretchy-product h4,
  .rope-product h4 {
    font-size: 42px;
  }
}

.product img,
.stretchy-product img,
.rope-product img,
.mini-product img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.6));
  margin-bottom: 2rem;
}

@media screen and (min-width: 640px) {
  .rope-product img {
    margin-bottom: 0;
  }
}

.product button,
.stretchy-product button,
.rope-product button,
.mini-product button {
  background-color: var(--pink);
  padding: 0.25rem 3rem;
  border-radius: 20px;
  color: var(--white);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  font-family: reklame-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.product button:hover,
.stretchy-product button:hover,
.rope-product button:hover,
.mini-product button:hover {
  background-color: #20ce88;
  cursor: pointer;
}

.stretchy-product__content,
.rope-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
  margin-bottom: 2rem;
}

.stretchy-product picture,
.rope-product picture {
  flex: 1;
  display: flex;
  justify-content: center;
}

.rope-product__content {
  padding-bottom: 4rem;
}

.rope-product picture {
  position: relative;
}

.rope-product picture img {
  width: 600px;
  height: auto;
  left: 0;
  top: -70px;
  position: absolute;
  max-width: unset;
}

.rope-product h4 {
  margin-bottom: 5rem;
}

.rope-product .hide-lg {
  display: block;
}

.rope-product .hide-sm {
  display: none;
}

@media screen and (min-width: 640px) {
  .rope-product picture img {
    width: 850px;
    height: auto;
    left: 0;
    top: 10px;
  }
  .rope_product__content {
    padding-bottom: 0rem;
  }
  .rope-product .hide-lg {
    display: none;
  }

  .rope-product .hide-sm {
    display: block;
  }

  .rope-product h4 {
    margin-bottom: 1rem;
  }
}

.mini-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.mini-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.rope-product__content picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End Products */

/* Footer */

footer {
  margin: 0 auto;
  background-color: var(--pink);
}
.global-footer {
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
  /* max-width: 980px; */
}
.global-footer .global-footer__block:first-child {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .global-footer .global-footer__block:first-child {
    flex-direction: row;
  }
}

.global-footer .global-footer__block:first-child button {
  background: transparent;
  color: var(--white);
  border: none;
  font-family: anton, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}

.global-footer__copy {
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  max-width: 400px;
  box-sizing: border-box;
}

.global-footer__copy .title-5 {
  font-family: anton, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
}

.global-footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  list-style: none;
  padding-left: 0;
}

.global-footer__links li {
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  font-family: anton, sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
}

.global-footer__links li a {
  color: var(--white);
  text-transform: uppercase;
}

.global-footer__copyright {
  display: flex;
  justify-content: center;
}

.global-footer__copyright p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2em;
  font-family: proxima-n-w01-reg, sans-serif;
}

.global-footer hr {
  background-color: var(--white);
  height: 3px;
  margin: 20px auto 30px;
  width: 100%;
  opacity: 1;
}

.global-footer__block-brands {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brands-button {
  border: 2px solid white;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-style: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}

.brands-button:hover {
  color: var(--white);
}

@media screen and (min-width: 640px) {
  .global-footer__copy {
    text-align: left;
    margin-left: 0;
    margin-bottom: 3.75rem;
  }
  .global-footer__copy .title-5 {
    text-align: left;
  }

  .global-footer__links {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 3.75rem;
    padding-left: 0;
  }

  .global-footer__links li {
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
  }

  .global-footer__copyright {
    display: flex;
    justify-content: flex-start;
  }

  .global-footer__block-brands {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.joke {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  flex-direction: column;
  position: relative;
  padding: 18rem 0;
  background-size: cover;
  background-position: center;
}

.joke_bg {
  position: absolute;
  z-index: 1;
  height: 70%;
  outline: 1px solid yellow;
  outline-offset: -20px;
  border-radius: 50%;
}

.joke h2,
.joke p,
.joke img.img-fluid {
  z-index: 2;
}

.joke h2 {
  font-family: anton, sans-serif;
  font-size: 38px;
  color: var(--white);
  line-height: 1em;
  text-align: center;
}

.joke p {
  font-size: 27px;
  color: var(--white);
  font-family: "Cookie", cursive;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .joke {
    height: 950px;
  }

  .joke h2 {
    font-size: 103px;
  }

  .joke p {
    font-size: 64px;
  }
}

.row.link a h2 {
  font-family: anton, sans-serif;
  font-size: 103px;
  color: var(--white);
  line-height: 1em;
  text-align: center;
  border-bottom: 2px solid white;
  padding: 1rem;
}

.nutrition-container {
  background-color: var(--pink);
}
.nutrition {
  max-width: 1024px;
  padding-top: 2rem;
  margin: 0 auto;
}

.nutrition_section_headline {
  color: var(--white);
  letter-spacing: 0.06em;
  font-family: "Cookie", cursive;
  color: var(--white);
  font-size: 60px;
  line-height: 1.3em;
  text-align: center;
}

.nutrition_headline,
.ingredients_headline {
  color: var(--white);
  letter-spacing: 0.06em;
  font-family: "Cookie", cursive;
  color: var(--white);
  font-size: 34px;
  line-height: 1.3em;
  text-align: center;
}

.nutrition_facts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
}
.nutrition_facts .label {
  font-family: "Barlow Semi Condensed", barlow, sans-serif;
  color: var(--white);
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 14px;
  line-height: 1.9em;
  text-align: center;
}
.nutrition_facts .value,
.ingredients_content {
  font-family: "Barlow Semi Condensed", barlow, sans-serif;
  font-size: 14px;
  line-height: 1.9em;
  text-align: center;
  letter-spacing: 0.15em;
  color: var(--white);
}

.ingredients_content {
  max-width: 350px;
  letter-spacing: 0.25em;
}

.ingredients p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
}

.nutrition-container .slick-arrow,
.joke-carousel .slick-arrow,
.carousel .slick-arrow {
  position: absolute;
  top: 50%;
}
.nutrition-container .slick-prev,
.joke-carousel .slick-prev,
.carousel .slick-prev {
  left: 0;
}
.nutrition-container .slick-next,
.joke-carousel .slick-next,
.carousel .slick-next {
  right: 0;
}
.nutrition-container .slick-next svg,
.nutrition-container .slick-prev svg,
.joke-carousel .slick-next svg,
.joke-carousel .slick-prev svg,
.carousel .slick-next svg,
.carousel .slick-prev svg {
  fill: white;
}
.nutrition-container .slick-next,
.nutrition-container .slick-prev,
.joke-carousel .slick-next,
.joke-carousel .slick-prev,
.carousel .slick-next,
.carousel .slick-prev {
  border: none;
}

.nutrition-container .slick-next:hover,
.nutrition-container .slick-prev:hover,
.joke-carousel .slick-next:hover,
.joke-carousel .slick-prev:hover,
.carousel .slick-next:hover,
.carousel .slick-prev:hover {
  background-color: transparent !important;
}

.nutrition-container .slick-next::after,
.nutrition-container .slick-prev::after,
.joke-carousel .slick-next::after,
.joke-carousel .slick-prev::after,
.carousel .slick-next::after,
.carousel .slick-prev::after {
  display: none;
}
.nutrition-container .slick-next svg,
.joke-carousel .slick-next svg,
.carousel .slick-next svg {
  transform: rotate(180deg);
}

.nutrition-container .slick-dots,
.joke-carousel .slick-dots,
.carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.nutrition-container .slick-dots li,
.joke-carousel .slick-dots li,
.carousel .slick-dots li {
  list-style: none;
}

.nutrition-container .slick-dots li button,
.joke-carousel .slick-dots li button,
.carousel .slick-dots li button {
  content: none;
  font-size: 0;
  padding: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 0.5rem;
  opacity: 0.6;
}

.nutrition-container .slick-dots li.slick-active button,
.joke-carousel .slick-dots li.slick-active button,
.carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.nutrition-container .slick-track,
.joke-carousel .slick-track,
.carousel .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.joke-carousel .slick-dots,
.carousel .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-carousel {
  background: var(--pink);
}

.carousel .slide-mobile,
.carousel .slide-desktop {
  position: relative;
}

.carousel .slide-mobile a,
.carousel .slide-desktop a {
  position: absolute;
}

.slick-slide img {
  margin: 0 auto;
}
.related_products__container {
  background-size: cover;
}

.related_products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 0;
  max-width: 1024px;
  margin: 0 auto;
}

.related_products .row {
  justify-content: center;
}

.related_products h2 {
  font-size: 63px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Cookie", cursive;
  color: var(--white);
  border-bottom: 1px solid white;
  text-align: center;
  margin-bottom: 2rem;
}

.row.link a {
  color: var(--white);
  text-decoration: none;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}

.row.link a h2 {
  display: inline-block;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  width: 100%;
  background: var(--pink);
}

@media screen and (min-width: 991px) {
  .header__nav-item.nav-link:last-child {
    background: var(--pink);
    border-radius: 5px;
  }
  .header__nav-item.nav-link:last-child:hover {
    background: var(--green);
    cursor: pointer;
  }
  .header__nav-item.nav-link:last-child .header__nav-link {
    color: white;
  }
}

.ot-sdk-show-settings:hover {
  cursor: pointer;
}
