/** Shopify CDN: Minification failed

Line 1312:1 Expected "}" to go with "{"

**/
:root {
  --font-bebas_kai: "Font-1705663002069";
  --font-ashcan_bb: "Font-1705662963889";
  
  --main-red-bg: #DD3D30;
  --secondary-red-bg: #A01D20;
}

/* General */

.cda-main-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.cda-grid-container {
  display: grid;
  align-items: center;
}

.cda-grid-2-columns {
  grid-template-columns: repeat(2, 1fr);
}

.cda-grid-gap--spacing-14 {
  gap: var(--spacing-14);
}

/* Font */

.cda-h0 {
  font-size: var(--text-h0);
}

.cda-h1 {
  font-size: var(--text-h1);
}

.cda-h2 {
  font-size: var(--text-h2);
}

.cda-h3 {
  font-size: var(--text-h3);
}

.cda-h4 {
  font-size: var(--text-h4);
}

.cda-h5 {
  font-size: var(--text-h5);
}

.cda-h6 {
  font-size: var(--text-h6);
}

/* Buttons */

.button {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-bebas_kai);
  background-color: var(--main-red-bg);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 6px 24px;
}

.button:hover {
  background-color: var(--secondary-red-bg);
}

/*********************/

/* Cart */

.buy-buttons .button {
  color: #fff;
}

/* Header */

.link-faded-reverse {
  padding: 5px 20px;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-right: -15px;
}

.link-faded-reverse:hover {
  color: #FEF9F4;
  background-color: #000;
  opacity:1;
}

.link-faded-reverse:active {
  color: #FEF9F4;
  background-color: #000;
  opacity:1;
}

.header__link-list summary {
  height: 38px;
  margin-top: -2px;
}

.navigation-promo .place-self-end-start {
  place-self: end center;
}

.header__link-list .text-with-icon {
  font-size: 20px;
  font-family: var(--font-bebas_kai);
  text-transform: uppercase;
  font-weight: 500;
}

.header__link-list .icon-chevron-bottom {
  display: none;
}

/* Navigation Mobile */

.panel__scroller {
  justify-content: center;
  text-align: center;
}

.panel__scroller a {
  border: solid black 1px;
  padding: 4px 24px; 
  border-radius: 20px;
  background-color: #fff;
}

.navigation-drawer::part(content) {
  background-image: url("/cdn/shop/files/cda-pattern-highres__background.png?v=1710239899");
  background-size: cover;
}

.panel .navigation-promo {
  grid: none;
}

.panel .navigation-promo img {
  width: 50%;
}

/* --------------- */

/* CDA-hero--section */

.cda-hero-img {
  transition: ease 400ms;
}

.cda-hero-img:hover {
  transform: scale(1.05);
}

.cda-hero-section {
  padding-top: var(--spacing-24);
  grid-template-columns: 1.5fr 1fr;
}

.cda-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--spacing-20);
}

.cda-hero-text h1 {
  font-size: var(--text-h0);
  line-height: 1;
}

.cda-hero-text p, .button {
  margin-top: var(--spacing-5);
  font-size: var(--text-lg);
}

/*********************/

.cda-hero_witcda-bg {
  background-image: url("/cdn/shop/files/cda-pattern-highres__background.png");
  background-size: contain;
}

/* What is the Chaotic Draw Along? */

.cda-witcda-section {
  overflow: hidden;
}

.cda-witcda-bg {
  background-image: url("/cdn/shop/files/green-wave__background.png?v=1710249199");
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
}

.cda-witcda-orange-card {
  position: absolute;
  width: 320px;
  border-radius: 20px;
  right: 0;
  bottom: 20%;
}

.cda-witcda-orange-card-mobile {
  display: none;
}

.cda-witcda-star-decoration {
  position: absolute;
  width: 120px;
  right: 10%;
  bottom: 10%;
}

.cda-witcda-skelly-decoration {
  position: absolute;
  width: 560px;
  right: 17.5%;
  bottom: 10%;
  transition: ease 400ms;
}

.cda-witcda-skelly-decoration:hover {
  transform: scale(1.05);
}


.cda-witcda-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-top: var(--spacing-80);
  padding-bottom: var(--spacing-80);
  color: #fff;
  width: 60%;
}

.cda-witcda-text h4:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background-image: url('/cdn/shop/files/decoration_brush___heading.png?v=1710168379');
  background-size: cover;
  margin-bottom: -25px;
}

.cda-witcda-text p {
  margin-top: var(--spacing-5);
  font-size: var(--text-lg);
}

/*********************/

/* Featured Product */

.cda-featured-product-subheading {
  font-size: var(--text-h5);
}

.cda-featured-product-text {
  font-size: var(--text-lg);
}

.cda-featured-product--margin-bottom {
  margin-bottom: 20px;
}

.cda-featured-product--section {
  display: flex;
  justify-content: center;
}
  
.cda-featured-product--container {
  display: flex; 
  align-items: center;
  justify-content: center;
}

.cda-featured-product--item {
  flex-basis: 100%;
}

.cda-featured-product--item--center {
  display: flex;
  justify-content: center;
}

.cda-featured-product--item img {
  max-width: 80%;
}

.button_featured-sections--container {
  text-align: center;
  margin-bottom: 50px;
}

.button_featured-sections::after {
  content: "";
  position: absolute;
  top: 0;
  left: 107.5px;
  width: 30px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/decoration-right__button.png?v=1710167660);
  z-index: 1;
}

.button_featured-sections::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -27.5px;
  width: 30px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/decoration-left__button.png);
  z-index: 2;
}

.card-features--featured-sections--container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.card-features-item {
  text-align: center;
  position: relative; 
  padding: 20px;
  font-size: var(--text-h2);
  font-weight: bold;
}

.card-features-item:not(:first-child)::before {
  content: '';
  position: absolute;
  height: 25%; 
  width: 0.5px;
  left: -10px; 
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

/*********************/

/* Who is it for? */

.reaching-target-h2 {
  font-size: var(--text-h2);
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  color: #FEF9F4;
}
  
.card-container-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
}

.card-container {
  perspective: 1000px;
  width: 85%;
  height: 400px;
  position: relative;
}

.card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  font-size: var(--text-h4);
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-face.front {
  transform: rotateY(0deg);
}

.card-face.back {
  transform: rotateY(180deg);
}

.card-container:hover > .card {
  cursor: pointer;
  transform: rotateY(180deg);
}

.title-front {
  color: #fff;
}

.title-front-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 90%;
  height: 30%;
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.title-back-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 90%;
  height: 30%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: auto;
  color: #fff;
}

.p-back {
  text-align: center;
  margin-bottom: auto;
  margin-left: 10%;
  margin-right: 10%;
  font-size: var(--text-lg);
}

.orange {
  background-color: #F08C1E;
}
  
.red {
  background-color: #DD3D30;
}

.green {
  background-color: #00A296;
}  
  
.img-who-for {
  position: absolute;
  margin-bottom: 70px;
}  

/*********************/

/* More Items */

.title--more-items {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  font-size: var(--text-h2);
}
  
.product-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
}

.card-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 500px;
  margin: 20px;
  transition: transform 0.3s ease;
}

.card-stack:hover {
  transform: translateY(-20px);
}

.card-back-red, .card-back-green, .card-back-orange, .card-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.card-back-red {
  background-image: url(/cdn/shop/files/red-card__back.png);
  background-size: contain;
  z-index: 1;
  width: 320px;
  height: 520px;
  top: -10px;
  left: -10px;
}

.card-back-green {
  background-image: url(/cdn/shop/files/green-card__back.png);
  background-size: contain;
  z-index: 1;
  width: 320px;
  height: 520px;
  top: -10px;
  left: -10px;
}


.card-back-orange {
  background-image: url(/cdn/shop/files/orange-card__back.png);
  background-size: contain;
  z-index: 1;
  width: 320px;
  height: 520px;
  top: -10px;
  left: -10px;
}
  
.card-front {
  background-color: #ffffff; /* Color for the front card */
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.card-front img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info-title {
  text-align: center;
  font-size: var(--text-h5);
  position: absolute;
  margin-left: -5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 90%;
  height: 30%;
  color: #fff;
  bottom: 0px;
}

.more-items--price {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  background-color: #fff;
  border-radius: 120px 0 0 0;
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: -1px;
  margin-right: -1px;
  font-family: "Font-1705663002069" !important;
}

.more-items--button {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
}
  
/* Font colors */
.font-orange {
  color: #F08C1E;
}
  
.font-red {
  color: #DD3D30;
}

.font-green {
  color: #00A296;
}

/* Background Colors */

.orange {
  background-color: #F08C1E;
}
  
.red {
  background-color: #DD3D30;
}

.green {
  background-color: #00A296;
}

/*********************/

/* Responsive Design */

@media screen and (max-width: 1600px)  {
  .cda-main-container {
    max-width: 1400px;
  }

  /* What is the Chaotic Draw Along?  */
  
  .cda-witcda-bg {
    background-size: cover;
  }

  .cda-witcda-orange-card {
    bottom: 22.5%;
  }
  
  .cda-witcda-star-decoration {
    right: 10%;
    bottom: 15%;
  }
  
  /* CDA Video */
  
  .cda-tv--bg {
    display: none;
  }
  
}

@media screen and (max-width: 1920px)  {

  /* What is the Chaotic Draw Along?  */
  
  .cda-witcda-skelly-decoration {
    width: 480px;
  }

@media screen and (max-width: 1600px) {
  /* What is the Chaotic Draw Along?  */
  
  .cda-witcda-skelly-decoration {
    display: none;
  }
}
  
@media screen and (max-width: 1400px)  {
  .cda-main-container {
    max-width: 1150px;
  }

  /* Hero Section */

  .cda-hero-text h1 {
    font-size: var(--text-h1);
  }

  .cda-hero-text p {
    font-size: var(--text-base);
  }

  /* What is the Chaotic Draw Along?  */

  .cda-witcda-orange-card {
    bottom: 24%;
  }
  
  .cda-witcda-text {
    padding-top: var(--spacing-96);
    padding-bottom: var(--spacing-80);
  }

  /* Featured Product  */

  .card-features-item {
    font-size: var(--text-h3);
  }

  .cda-featured-product-text {
  font-size: var(--text-base);
  }

  /* Who is Chaotic Draw Along for? */

  .card-container {
    width: 92.5%;
  }

  /* More Items */

  .product-info-title {
    font-size: var(--text-h5);
  }
  
  .card-stack {
    width: 210px;
    height: 350px;
  }

  .card-back-red, .card-back-green, .card-back-orange {
    width: 230px;
    height: 370px;
  }

  /* CDA Video */
  
  .cda-tv--bg {
    display: none;
  }

  /* How to Play - Section  */

  .htp-container {
    height: 630px;
  }

  .htp-1--tabs-label {
    font-size: 16px;
  }

  .tabs__radio:checked+.htp-1--tabs-label {
    font-size: 16px;
  }
  
  .htp-2--tabs-label {
    font-size: 16px;  
  }

  .htp2--tabs__radio:checked+.htp-2--tabs-label {
    font-size: 16px;
  }

  .htp-explanation {
    font-size: 16px;
  }

  .draw-pass-draw {
    position: absolute;
    bottom: 0%;
  }

  .red-card-pickles {
    position: absolute;
    width: 240px;
    bottom: -35%;
    right: 20%;
  }
  
}

@media screen and (max-width: 1150px)  {
  .cda-main-container {
    max-width: 1000px;
  }

  /* What is the Chaotic Draw Along?  */

  .cda-witcda-orange-card {
    width: 280px;
    bottom: 28%;
  }


  /* Featured Product  */

  .card-features-item {
    font-size: var(--text-h4);
  }

  /* Who is Chaotic Draw Along for? */

  .card-container {
    width: 90%;
    height: 360px;
  }

  .p-back {
    font-size: var(--text-base);
  }

  /* More Items */

  .card-stack {
    width: 180px;
    height: 300px;
  }

  .card-back-red, .card-back-green, .card-back-orange {
    width: 200px;
    height: 320px;
  }

  /* CDA Video */
  
  .cda-tv--bg {
    display: none;
  }

  /* How to Play - Section  */

  .htp-container {
    height: 480px;
  }

  .htp-1--tabs-label {
    font-size: 12px;
  }

  .tabs__radio:checked+.htp-1--tabs-label {
    font-size: 14px;
  }
  
  .htp-2--tabs-label {
    font-size: 14px;  
  }

  .htp2--tabs__radio:checked+.htp-2--tabs-label {
    font-size: 14px;
  }

  .htp-explanation {
    font-size: 12px;
  }

  .draw-pass-draw {
    position: absolute;
    bottom: 0%;
  }

  .red-card-pickles {
    position: absolute;
    width: 200px;
    bottom: -35%;
    right: 20%;
  }
  
}

@media screen and (max-width: 1000px)  {
  
  .cda-main-container {
    max-width: 700px;
  }

  /* Hero Section */

  .cda-hero-section {
    grid-template-columns: 1fr;
    padding-top: var(--spacing-12);
  }

  .cda-hero-section a {
    display: flex;
    justify-content: center;
  }

  .cda-grid-container {
    justify-items: center;
  }
  
  .cda-hero-img {
    display: flex;
    justify-content: center;
    max-width: 80%;
  }

  .cda-hero-text {
    text-align: center;
    align-items: center;
    padding: var(--spacing-10);
  }

  .cda-hero-text a {
    width: 100%;
  }

  .cda-hero-text .button {
    width: 100%;
  }
  
  /* What is the Chaotic Draw Along? */

  .cda-witcda-bg {
    background-image: url("/cdn/shop/files/green-wave__mobile-background.png?v=1710249188");
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
  }

  .cda-witcda-orange-card {
    display: none;
  }

  .cda-witcda-orange-card-mobile {
    display: inline;
    position: absolute;
    width: 180px;
    right: 0;
    bottom: 12%;
  }
  
  .cda-witcda-star-decoration {
    bottom: 5%;
  }

  .cda-witcda-text {
    padding-top: 8rem;
    padding-bottom: 5rem;
    width: 80%;
  }
  
  /* Featured Product  */

  .cda-featured-product--container {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .cda-featured-product--container h2{
    display: none;
  }

  .cda-featured-product--item p {
    text-align: center;
  }

  .card-features--featured-sections--container {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-top: 20px;
  }

  .card-features-item {
    padding: 5px;
  }

  .card-features-item:not(:first-child):before {
    display: none;
  }

  .button_featured-sections--container .button {
    width: 80%;
  }

  .button_featured-sections::after {
    content: "";
    left: 550px;
    width: 30px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/lines-doodle_button-right.png?v=1706625545);
    z-index: 1;
  }

  .button_featured-sections::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -27.5px;
    width: 30px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/lines-doodle_button-left.png?v=1706625545);
    z-index: 2;
  }

  /* Who is it for? */

  #shopify-section-template--16428148850860__cda_who_is_it_for_section_fWAPrr {
    background-image: url("/cdn/shop/files/red-paint__mobile-background.png?v=1710172208") !important;
  }
  
  .cda-main-container-mobile .cda-main-container {
    max-width: 100%;
  }
  
  .card-container-grid {
    margin: 0;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 42.5%;
    justify-content: flex-start;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
  }

  .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--text-h4);
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .card .back {
    transform: none;
  }

  .card-container-grid > * {
    scroll-snap-align: start;
  }

  .card-container:hover > .card {
    cursor: pointer;
    transform: none;
  }
  
  /* More Items */

  .more-items--button .button {
    width: 80%;
  }

  .product-container {
    display: grid;
    margin: 0;
    grid-auto-flow: column;
    grid-template-columns: none;
    justify-content: flex-start;
    justify-items: center;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
  }

  .product-container > * {
    scroll-snap-align: start;
  }

  .card-stack {
    width: 210px;
    height: 350px;
  }

  .card-back-red, .card-back-green, .card-back-orange {
    width: 230px;
    height: 370px;
  }

  /* How to Play - Section  */

  .htp-container {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100%;
    border-radius: 20px;
  }

  .htp-item {
    margin: 25px;
  }

  .htp-container > :first-child {
    margin-bottom: -10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .htp-container > :last-child {
    margin-top: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .htp-explanation {
    font-size: 16px;
  }

  .htp-explanation .txt-padding-left-sml {
    padding: 0;
    padding-bottom: 20px;
  }

  .htp-1--tabs-label {
    font-size: 12px;
  }

  .tabs__radio:checked+.htp-1--tabs-label {
    font-size: 14px;
  }
  
  .htp-2--tabs-label {
    font-size: 14px;  
  }

  .htp2--tabs__radio:checked+.htp-2--tabs-label {
    font-size: 14px;
  }

  .draw-pass-draw {
    position: absolute;
    bottom: 0%;
  }

  .red-card-pickles {
    position: absolute;
    width: 320px;
    bottom: -35%;
    right: 20%;
  }

  .taco-orange-green, .draw-pass-draw, .chaotic-guess-along, .award-goes-to {
    position: relative;
  }
  
}

@media screen and (max-width: 700px)  {
  
  .cda-main-container {
    max-width: 680px;
  }

  /* What is Chaotic Draw Along?  */

  .cda-witcda-bg {
    position: relative;
  }
  
  .cda-witcda-orange-card-mobile {
    width: 160px;
    right: 0;
    top: -5%;
  }

  .cda-witcda-star-decoration {
    width: 95px;
    bottom: 10%;
  }

  .cda-witcda-text {
    width: 70%;
  }

  /* Featured Product */

  .button_featured-sections::after {
    right: -30px;
    left: auto;
  }
  
  /* Who is it for? */

  .card-container {
    height: 300px;
    width: 95%;
  }
  
  /* How to Play - Section  */

  .htp-explanation {
    padding: 15px
  }
  
  .htp-container-mobile p {
    padding-bottom: 15px;
  }

  .red-card-pickles {
    position: absolute;
    width: 190px;
    right: 28%;
    bottom: -20%;
  }
  
}

@media screen and (max-width: 500px)  {
  
  .cda-main-container {
    max-width: 480px;
  }

  /* What is Chaotic Draw Along? */
  
  .cda-witcda-orange-card-mobile {
    width: 120px;
    right: 0;
    top: -5%;
  }

  .cda-witcda-star-decoration {
    width: 75px;
    right: 5%;
  }
  
  .cda-witcda-text {
    width: 80%;
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  /* Featured Product */

  .button_featured-sections::after {
    right: -30px;
    left: auto;
  }

  /* Who is it for? */

  .card-container-grid {
    grid-auto-columns: 60%;
  }

  .card-container {
    height: 260px;
    width: 95%;
  }
  
  /* How to Play - Section  */

  .red-card-pickles {
    position: absolute;
    width: 120px;
    right: 28%;
    bottom: -20%;
  }

  .taco-orange-green, .draw-pass-draw, .chaotic-guess-along, .award-goes-to {
    position: relative;
  }
  
}

@media screen and (max-width: 360px)  {

  /* Who is it for? */
  
  .card-container-grid {
    grid-auto-columns: 80%;
  }
  
  /* Featured Product */
  
  .button_featured-sections::before {
    display: none;
  }
  
  .button_featured-sections::after {
    display: none;
  }
    
}