/* ==========================================================================
   Custom mixin CSS
   ========================================================================== */
/* Contained to full width */
/* Golden Nugget Sudo Element Mixins */
/* ==========================================================================
   Site fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap");
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes pulse-banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-badge {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #6c757d;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes bg-fade {
  0% {
    background-color: #f8f9fa;
    color: #343a40;
    border-color: #343a40;
  }
  50% {
    background-color: #343a40;
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  100% {
    background-color: #f8f9fa;
    color: #343a40;
    border-color: #f8f9fa;
  }
}
/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
}

a {
  color: #007bff;
}
a:hover {
  color: #0062cc;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

/* ==========================================================================
   Badges
   ========================================================================== */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a {
  color: #9365FF;
}
a:hover {
  color: #7439FF;
}

.btn,
.button,
.btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
}
.btn:after,
.button:after,
.btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .btn:after,
  .button:after,
  .btn-primary:after {
    height: 20px;
  }
}
.btn:hover,
.button:hover,
.btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .btn,
  .button,
  .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .btn:after,
  .button:after,
  .btn-primary:after {
    height: 16px;
  }
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus-visible,
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.card img {
  border-radius: 45px;
}

.card-body {
  text-align: center;
}
.card-body .winner-name {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #FBED21;
  margin-bottom: 0;
}
.card-body .card-title {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
}
@media (max-width: 576px) {
  .card-body {
    padding-bottom: 0;
  }
  .card-body .card-title {
    margin-bottom: 0 !important;
  }
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* ==========================================================================
   Countdown flipclock styles
   ========================================================================== */
.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}

.flipper.flipper-invisible {
  font-size: 0 !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}

.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  margin: 0;
  color: #fff;
  min-width: 0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

/* ==========================================================================
   Global countdown styles
   ========================================================================== */
div#draw-countdown,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown,
.single-product div.product .zapc-countdown {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 385px;
  width: 100%;
  padding: 0;
  border-radius: 1.1rem;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.25);
}
div#draw-countdown > div,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div,
.single-product div.product .zapc-countdown > div {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  min-height: 40px;
  border-right: 3px solid #222222;
  padding: 1rem 0;
  color: black;
}
div#draw-countdown > div:last-child,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div:last-child,
.single-product div.product .zapc-countdown > div:last-child {
  border-right: none;
}
@media screen and (max-width: 576px) {
  div#draw-countdown > div,
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div,
  .single-product div.product .zapc-countdown > div {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
div#draw-countdown > div span,
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span,
.single-product div.product .zapc-countdown > div span {
  font-size: 3.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 4rem;
  color: black;
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  div#draw-countdown > div span,
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span,
  .single-product div.product .zapc-countdown > div span {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
}

/* ==========================================================================
   Global form styling
   ========================================================================== */
form h3 {
  font-size: 2.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: white;
  border: none;
  text-align: left;
  margin-bottom: 2rem;
}
form .card-body {
  background-color: transparent;
  color: white;
  text-align: left;
}

.form-control {
  font-size: 1.4rem;
  color: #0B2B10;
  border-radius: 3px;
  border: 1px solid #000000;
  padding: 2.4rem 2rem;
}
.form-control:focus {
  outline: none;
  background-color: #ECE9E9;
  border-color: #72E500;
}
.form-control:focus-visible {
  outline-style: solid;
  outline-color: #72E500;
}

.form-group label,
.form-check-label,
.woocommerce-privacy-policy-text {
  color: #FBFFFC;
}

.form-check-label {
  margin-left: 1rem;
}

.form-group .btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
}
.form-group .btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .form-group .btn-primary:after {
    height: 20px;
  }
}
.form-group .btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .form-group .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .form-group .btn-primary:after {
    height: 16px;
  }
}

/* ==========================================================================
   Containers
   ========================================================================== */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  gap: 1rem;
  justify-content: center;
}
.pagination ul {
  margin-bottom: 0;
  margin-top: 2rem;
}
.pagination .page-item .page-link {
  background: linear-gradient(#222222, #222222) padding-box, linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%) border-box;
  border: 2px solid transparent;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  min-width: 32px;
  height: 32px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: linear-gradient(#7439FF, #7439FF) padding-box, linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%) border-box;
  border: 2px solid transparent;
}

.woocommerce-pagination ul.page-numbers {
  margin-bottom: 0;
  margin-top: 2rem;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  background: linear-gradient(#222222, #222222) padding-box, linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%) border-box;
  border: 2px solid transparent;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  min-width: 32px;
  height: 32px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: linear-gradient(#7439FF, #7439FF) padding-box, linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%) border-box;
  border: 2px solid transparent;
}

/* ==========================================================================
   Social links
   ========================================================================== */
ul.social-links {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
ul.social-links img {
  height: 40px;
}
@media screen and (max-width: 900px) {
  ul.social-links {
    justify-content: center;
  }
}

/* ==========================================================================
   Tables
   ========================================================================== */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

/* ==========================================================================
   Winners Card
   ========================================================================== */
.zapct-winners .card {
  overflow: hidden;
  border-radius: 5px;
  padding: 0;
  position: relative;
  height: 100%;
  margin: 0 !important;
}
.zapct-winners .card img {
  position: relative;
  border-radius: 0;
  display: block;
}
.zapct-winners .card .card-body {
  padding: 2.6rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .zapct-winners .card .card-body {
    justify-content: flex-end;
    padding: 1rem;
  }
}
.zapct-winners .card .card-body h5.card-title, .zapct-winners .card .card-body p {
  color: #ffffff;
}
.zapct-winners .card .card-body h5.card-title {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  margin-bottom: 0 !important;
  order: 1;
}
@media screen and (max-width: 576px) {
  .zapct-winners .card .card-body h5.card-title {
    font-size: 1.4rem;
  }
}
.zapct-winners .card .card-body p {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .zapct-winners .card .card-body p {
    justify-content: center;
    font-size: 1.4rem;
  }
}
.zapct-winners .card .card-body p.draw-date, .zapct-winners .card .card-body p br, .zapct-winners .card .card-body p .fa-ticket-alt, .zapct-winners .card .card-body p .fa-clock, .zapct-winners .card .card-body p .fa-trophy {
  display: none;
}
.zapct-winners .card .card-body p strong {
  font-weight: 600;
  margin-right: 0.5rem;
}
.zapct-winners .card .card-body p.winner-name {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9365FF;
  margin-bottom: 0;
  order: 2;
}
.zapct-winners .card .card-body p.winner-name strong {
  display: none;
}
@media screen and (max-width: 576px) {
  .zapct-winners .card .card-body p.winner-name {
    font-size: 1.8rem;
  }
}
.zapct-winners .card .card-body p.ticket-number {
  order: 0;
  color: white;
  text-transform: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.zapct-footer {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.zapct-footer:after {
  content: "";
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/footer/footer-nuggets.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 160px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 576px) {
  .zapct-footer:after {
    width: 156px;
    height: 120px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 60px;
  }
}

.zapct-footer-nav {
  position: relative;
}
.zapct-footer-nav .row {
  padding: 3.3rem 0 5rem;
  margin-right: 0;
  margin-left: 0;
  align-items: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .zapct-footer-nav .row {
    width: 100%;
  }
}
.zapct-footer-nav .zapct-footer-navbar-wrapper {
  display: flex;
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .zapct-footer-nav .zapct-footer-navbar-wrapper {
    order: 1;
    grid-column: 1/-1;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-footer-nav .zapct-footer-navbar-wrapper {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul {
  column-count: 2;
  display: block;
  margin: 0;
}
.zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul li {
  display: block;
  margin: 0;
}
.zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul li a {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2.2rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar {
    width: 100%;
  }
  .zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul {
    margin: 0 auto;
  }
  .zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul li a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-footer-nav .zapct-footer-navbar-wrapper #zapct-footer-navbar ul {
    column-count: 1;
  }
}
.zapct-footer-nav .zapct-card-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.zapct-footer-nav .zapct-card-icons img {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .zapct-footer-nav .zapct-card-icons {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .zapct-footer-nav .zapct-card-icons {
    order: 2;
    grid-column: 1/-1;
    justify-content: center;
  }
}
.zapct-footer-nav ul.social-links {
  justify-content: end;
}
.zapct-footer-nav ul.social-links img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .zapct-footer-nav ul.social-links {
    justify-content: center;
  }
}

.zapct-footer .zapct-legal {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #9365FF;
  color: #000000;
  margin-top: 0;
  padding: 2.2rem 0;
  border: none;
  font-size: 1.5rem;
  line-height: 2.4rem;
  position: relative;
}
.zapct-footer .zapct-legal .footer-legal-text {
  display: flex;
  gap: 0.5rem;
}
.zapct-footer .zapct-legal .footer-legal-text a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .zapct-footer .zapct-legal .row {
    flex-direction: column;
  }
  .zapct-footer .zapct-legal .row > div {
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 0 6rem;
  }
}
@media (max-width: 576px) {
  .zapct-footer .zapct-legal .row > div {
    padding: 0;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
#header-outer {
  position: sticky;
  top: 0;
  z-index: 150;
  transition: 0.5s;
}
#header-outer.affix {
  top: -90px;
  transition: 0.5s;
  border-bottom: 2px solid #29292c;
}

.zapct-navbar {
  overflow: hidden;
  background-color: black;
}
.zapct-navbar .navbar {
  max-width: 1300px;
  padding: 1rem 1.5rem;
  margin: 0 auto;
}
.zapct-navbar .navbar-brand img {
  height: 55px;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .zapct-navbar .navbar-brand img {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .zapct-navbar .navbar-brand img {
    height: 35px;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) {
  margin-right: auto;
}
.zapct-navbar .navbar-nav:not(#account-navigation) li:last-child {
  margin-right: 0;
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
  position: relative;
  font-size: 1.8rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-shadow: none;
  color: white;
  text-transform: uppercase;
  padding: 8px 10px 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1160px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    font-size: 1.6rem;
    padding: 8px 5px 4px;
  }
}
@media screen and (min-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    padding: 8px 5px 10px;
  }
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link:before {
    content: "";
    background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/header/menu-nugget.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 25px;
    position: absolute;
    top: -120px;
    transition: all 0.5s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link {
    font-size: 2.6rem;
    line-height: 2.6rem;
    width: 300px;
    margin: auto;
  }
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link:hover, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link[aria-current=page] {
  background-color: #000;
  color: #fff;
}
.zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link:hover:before, .zapct-navbar .navbar-nav:not(#account-navigation) li a.nav-link[aria-current=page]:before {
  top: -15px;
}
.zapct-navbar ul#account-navigation {
  min-width: 120px;
  gap: 1rem;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .zapct-navbar ul#account-navigation {
    flex-direction: row;
    margin-left: auto;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-navbar ul#account-navigation {
    min-width: auto;
    margin-right: 1.5rem;
  }
}
.zapct-navbar ul#account-navigation .nav-item {
  padding: 0;
}
.zapct-navbar ul#account-navigation .nav-item a.nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #7439FF;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .zapct-navbar ul#account-navigation .nav-item a.nav-link {
    width: 33px;
    height: 33px;
  }
}
.zapct-navbar ul#account-navigation .account-menu-icon {
  background-color: black;
  mask-repeat: no-repeat;
  mask-size: 100%;
  display: block;
}
.zapct-navbar ul#account-navigation .account-menu-icon.header-user-icon {
  -webkit-mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/header/user-icon.svg);
  mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/header/user-icon.svg);
  width: 21px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .zapct-navbar ul#account-navigation .account-menu-icon.header-user-icon {
    width: 15px;
    height: 17px;
  }
}
.zapct-navbar ul#account-navigation .account-menu-icon.header-bag-icon {
  -webkit-mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/header/basket-icon.svg);
  mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/header/basket-icon.svg);
  width: 23px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .zapct-navbar ul#account-navigation .account-menu-icon.header-bag-icon {
    width: 16px;
    height: 17px;
  }
}
.zapct-navbar ul#account-navigation .nav-basket {
  position: relative;
}
.zapct-navbar ul#account-navigation .nav-basket #basket-count {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1px;
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  top: 2px;
  right: -8px;
  border: 1px solid black;
}
.zapct-navbar .navbar-toggler {
  padding: 2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 40px;
  height: 40px;
  z-index: 99999;
  position: relative;
  border: none;
}
.zapct-navbar .navbar-toggler .menu-btn-burger {
  height: 6px;
  width: 38px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.zapct-navbar .navbar-toggler .menu-btn-burger, .zapct-navbar .navbar-toggler .menu-btn-burger:after, .zapct-navbar .navbar-toggler .menu-btn-burger:before {
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  border-radius: 5px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.zapct-navbar .navbar-toggler .menu-btn-burger:after, .zapct-navbar .navbar-toggler .menu-btn-burger:before {
  left: 0;
}
.zapct-navbar .navbar-toggler .menu-btn-burger:before {
  content: "";
  height: 6px;
  top: -12px;
  width: 38px;
}
.zapct-navbar .navbar-toggler .menu-btn-burger:after {
  content: "";
  height: 6px;
  top: 12px;
  width: 38px;
}
.zapct-navbar .navbar-toggler.open-menu .menu-btn-burger {
  background: transparent;
}
.zapct-navbar .navbar-toggler.open-menu .menu-btn-burger:before {
  transform: rotate(45deg) translate(10px, 5px);
  background: white;
}
.zapct-navbar .navbar-toggler.open-menu .menu-btn-burger:after {
  transform: rotate(-45deg) translate(12px, -6px);
  background: white;
}
@media screen and (max-width: 992px) {
  .zapct-navbar .navbar {
    padding: 0.5rem 3rem;
  }
  .zapct-navbar .navbar .offcanvas-collapse {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
    padding-top: 200px;
  }
  .zapct-navbar .navbar .offcanvas-collapse:after {
    content: url("/wp-content/themes/enhanced-life-theme/assets/images/header/mobile-nuggets.png");
    width: 206px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .zapct-navbar .navbar {
    padding: 0.5rem 2rem;
  }
  .zapct-navbar .navbar .offcanvas-collapse:before {
    max-width: 400px;
    mask-size: 100%;
    background-color: black;
    top: -60px;
  }
}

/* ==========================================================================
   Newsletter
   ========================================================================== */
.zapct-newsletter-block {
  background-color: black;
  position: relative;
  overflow: hidden;
}
.zapct-newsletter-block .overlay {
  padding: 0;
}
.zapct-newsletter-block .overlay .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 5rem 0;
}
@media screen and (max-width: 850px) {
  .zapct-newsletter-block .overlay .inner {
    flex-direction: column;
  }
  .zapct-newsletter-block .overlay .inner .newsletter-wrapper {
    width: 100%;
  }
}
.zapct-newsletter-block .inner h1, .zapct-newsletter-block .inner h1 span {
  font-size: 2rem !important;
  font-family: "Bigshot One", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  color: white !important;
}
.zapct-newsletter-block .inner .needsclick {
  padding: 0 !important;
  background-color: transparent !important;
}
@media screen and (min-width: 576px) {
  .zapct-newsletter-block .inner .needsclick {
    min-height: 0 !important;
  }
}
.zapct-newsletter-block .inner [data-testid=form-row] {
  align-items: center !important;
  gap: 1.2rem !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .zapct-newsletter-block .inner [data-testid=form-row] > div:first-child {
    flex: 0 0 100% !important;
    margin-bottom: 2rem;
  }
  .zapct-newsletter-block .inner [data-testid=form-row] > div:first-child h1 span {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .zapct-newsletter-block .inner [data-testid=form-row] > div:last-child {
    flex: 0 0 100% !important;
    justify-content: center !important;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .zapct-newsletter-block .inner [data-testid=form-row] {
    flex-direction: column !important;
    margin-top: 1rem;
    flex-wrap: nowrap;
  }
  .zapct-newsletter-block .inner [data-testid=form-row] > div:first-child,
  .zapct-newsletter-block .inner [data-testid=form-row] > div:last-child {
    flex: 0 0 0 !important;
  }
  .zapct-newsletter-block .inner [data-testid=form-row] > div:not(:first-child) {
    min-height: 60px;
    width: 100%;
  }
  .zapct-newsletter-block .inner [data-testid=form-row] > div:first-child {
    min-height: 20px;
  }
}
.zapct-newsletter-block .inner [data-testid=form-row] input {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-family: "Barlow", sans-serif !important;
  color: #464646 !important;
  font-size: 1.6rem !important;
  line-height: 2.5rem;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  border-radius: 5px !important;
  background-color: transparent !important;
  padding: 1.6rem 2.4rem !important;
  border: none !important;
}
.zapct-newsletter-block .inner [data-testid=form-row] ::placeholder {
  font-family: "Barlow", sans-serif !important;
  color: #464646 !important;
  font-size: 1.6rem !important;
  line-height: 2.5rem;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  opacity: 1; /* Firefox */
}
.zapct-newsletter-block .inner [data-testid=form-row] ::-ms-input-placeholder { /* Edge 12 -18 */
  font-family: "Barlow", sans-serif !important;
  color: #464646 !important;
  font-size: 1.6rem !important;
  line-height: 2.5rem;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
}
.zapct-newsletter-block .inner [data-testid=form-row] button {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.8rem !important;
  margin-left: 2rem;
}
.zapct-newsletter-block .inner [data-testid=form-row] button:hover {
  color: #7439FF;
}
.zapct-newsletter-block .inner [data-testid=form-row] button:active {
  color: #7439FF;
  background-color: transparent;
  border-color: transparent;
}
.zapct-newsletter-block .inner [data-testid=form-row] button:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .zapct-newsletter-block .inner [data-testid=form-row] button {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.zapct-newsletter-block .inner [data-testid=form-row] button:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .zapct-newsletter-block .inner [data-testid=form-row] button:after {
    height: 20px;
  }
}
/* ==========================================================================
   Dark Theme
   ========================================================================== */
body.dark-theme {
  background-color: #343a40;
  color: #f8f9fa;
}
body.dark-theme .section-title {
  color: #f8f9fa;
}
body.dark-theme .zapct-navbar {
  background-color: #343a40;
}
body.dark-theme .zapct-navbar #menu-primary-menu a {
  color: #f8f9fa;
}
body.dark-theme .zapct-navbar .cart-account .nav-link i {
  color: #f8f9fa;
}
body.dark-theme .zapct-page-title {
  background-color: #212529;
}
body.dark-theme .zapct-page-title h1 {
  color: #f8f9fa;
}
body.dark-theme ul.products li.product .inner-wrapper {
  background-color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .price {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-competition-question-text {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-lottery-question-answers label {
  color: #f8f9fa;
}
body.dark-theme div.product .entry-summary .zap-competition-question-wrap .zap-lottery-question-answers input:checked ~ label {
  color: #343a40;
}
body.dark-theme div.product .entry-summary #competition-countdown {
  background-color: transparent;
}
body.dark-theme .zapct-footer {
  background-color: #212529;
}
body.dark-theme .zapct-footer .zapct-footer-nav ul li a {
  color: #fff;
}
body.dark-theme .zapct-footer .zapct-legal {
  color: #f8f9fa;
}
body.dark-theme .zapct-footer .zapct-legal a {
  color: #fff;
}

/* ==========================================================================
   General CSS
   ========================================================================== */
:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 1.6rem;
  color: white;
  background-color: #222222;
  position: relative;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  position: relative;
  max-width: 1300px;
}
@media screen and (max-width: 992px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 576px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    padding: 0 2rem;
  }
}

.container.main-container {
  min-height: auto;
  padding-bottom: 10rem;
}

h1,
.zapct-page-title h1,
h2.section-title,
h2.zapciw-title {
  font-size: 4.3rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 4.3rem;
  position: relative;
  color: #ffffff;
}

.title-highlight {
  font-size: 4.3rem;
  font-family: "lemongrass-script", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(3px 3px 1px #000);
  filter: drop-shadow(3px 3px 1px #000);
  line-height: 1;
  text-transform: none;
  display: block;
  margin: 0.5rem 0;
}

@media (max-width: 576px) {
  .zapct-page-title h1,
  h2.section-title {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
}
.zapct-page-title {
  background: transparent;
  padding: 5.5rem 0 3.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .zapct-page-title {
    padding: 4rem 0 1rem;
  }
}

.zapc-popup-modal .modal-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  -webkit-mask-image: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 39%, rgba(0, 0, 0, 0) 55%);
}
.zapc-popup-modal .modal-content {
  border: none;
  background-color: #FBED21;
  color: #000;
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  -webkit-box-shadow: 1px 1px 101px 41px rgba(236, 214, 133, 0.51);
  box-shadow: 1px 1px 101px 41px rgba(236, 214, 133, 0.51);
}
.zapc-popup-modal .modal-content .modal-footer {
  border: none;
}

/* ==========================================================================
   WooCommerce - Cart
   ========================================================================== */
.woocommerce-page table.shop_table td {
  background: transparent;
}

.woocommerce-cart .table-light {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  color: #FBFFFC;
  margin-bottom: 0;
}
.woocommerce-cart .table-light .btn {
  margin-bottom: 0;
}
.woocommerce-cart .table-light .btn:hover {
  border: none;
}
.woocommerce-cart .table-light thead {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
}
.woocommerce-cart .table-light thead th {
  background-color: transparent;
  border-color: black;
  color: white;
}
.woocommerce-cart .table-light td {
  border-color: black;
}
.woocommerce-cart .table-light a {
  color: #FBFFFC;
}
.woocommerce-cart .wc-proceed-to-checkout .btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
}
.woocommerce-cart .wc-proceed-to-checkout .btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout .btn-primary:after {
    height: 20px;
  }
}
.woocommerce-cart .wc-proceed-to-checkout .btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .wc-proceed-to-checkout .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .woocommerce-cart .wc-proceed-to-checkout .btn-primary:after {
    height: 16px;
  }
}
.woocommerce-cart .card-body:has(.cart_totals) {
  margin-top: 4rem;
  background-color: #000000;
  color: #FBFFFC;
  padding: 2rem;
  border-radius: 10px;
}
.woocommerce-cart .card-body:has(.cart_totals) .btn {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
}
.woocommerce-cart .card-body:has(.cart_totals) .btn:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .card-body:has(.cart_totals) .btn:after {
    height: 20px;
  }
}
.woocommerce-cart .card-body:has(.cart_totals) .btn:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .woocommerce-cart .card-body:has(.cart_totals) .btn {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .woocommerce-cart .card-body:has(.cart_totals) .btn:after {
    height: 16px;
  }
}

/* ==========================================================================
   WooCommerce - Checkout
   ========================================================================== */
@media screen and (max-width: 990px) {
  .table-striped.woocommerce-checkout-review-order-table {
    text-align: center;
  }
  .table-striped.woocommerce-checkout-review-order-table tbody tr {
    padding: 1rem;
    background: white;
    color: black;
  }
  .table-striped.woocommerce-checkout-review-order-table tfoot td {
    padding: 1rem;
    background: white;
    color: black;
  }
}
form.checkout.woocommerce-checkout {
  background-color: black;
  border-radius: 11px;
  padding: 2rem 2rem 0;
}
form.checkout.woocommerce-checkout .table {
  color: #FBFFFC;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
  display: flex !important;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary:after {
    height: 20px;
  }
}
form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment .btn-primary:after {
    height: 16px;
  }
}

/* ==========================================================================
   WooCommerce - General
   ========================================================================== */
div.woocommerce button.show-password-input {
  display: flex !important;
  margin-top: 20px;
}
div.woocommerce button.show-password-input:before {
  content: "Show Password";
}
div.woocommerce button.show-password-input.display-password:before {
  content: "Hide Password";
}

/* ==========================================================================
   WooCommerce - Login Page
   ========================================================================== */
.woocommerce-account .woocommerce:has(#customer_login) {
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce:has(#customer_login) .woocommerce-notices-wrapper {
  width: 100%;
  text-align: center;
}

#customer_login h2.card-title {
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #FBFFFC;
  margin-bottom: 2rem;
}
#customer_login .card-body {
  background-color: black;
  border-radius: 10px;
  border: none;
  text-align: left;
  padding: 3rem;
}
#customer_login .form-row:has(.float-right) .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
#customer_login .form-group button,
#customer_login .form-group .float-right {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}
#customer_login .form-group button:after,
#customer_login .form-group .float-right:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #customer_login .form-group button:after,
  #customer_login .form-group .float-right:after {
    height: 20px;
  }
}
#customer_login .form-group button:hover,
#customer_login .form-group .float-right:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  #customer_login .form-group button,
  #customer_login .form-group .float-right {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #customer_login .form-group button:after,
  #customer_login .form-group .float-right:after {
    height: 16px;
  }
}
#customer_login .form-group:has(.float-right) {
  margin-top: 0 !important;
}

/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 2rem;
  max-width: 1300px;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }
}

.woocommerce-MyAccount-navigation {
  background-color: black !important;
  width: 100%;
  padding: 2.4rem;
  border-radius: 11px;
  border: none;
}
.woocommerce-MyAccount-navigation .nav-pills {
  display: block;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  border-radius: 13px;
  text-transform: uppercase;
  text-align: left;
  padding: 1.4rem 1rem 1.4rem 1.5rem;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation .nav-pills .nav-link:hover, .woocommerce-MyAccount-navigation .nav-pills .nav-link.active {
  background: #7439FF;
  color: white;
}
.woocommerce-MyAccount-navigation .nav-pills li:last-child a.nav-link {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content {
  background-color: black !important;
  width: 100%;
  padding: 2.4rem;
  border-radius: 11px;
  border: none;
  flex: 0 0 75%;
  max-width: 75%;
}
.woocommerce-MyAccount-content .row {
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-top: 0;
}
.woocommerce-MyAccount-content .card {
  border: none;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-content .card {
    padding: 2rem 1rem;
  }
}
.woocommerce-MyAccount-content .card-header {
  padding: 0;
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  border: none;
}
.woocommerce-MyAccount-content .card-body {
  color: white;
  text-align: left;
}
.woocommerce-MyAccount-content .nav-tabs {
  margin: 0;
  width: 100%;
  display: flex;
  border-bottom: none;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link {
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9365FF;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
}
.woocommerce-MyAccount-content .nav-tabs .nav-link.active {
  height: 100%;
  color: #fff;
  border: none;
}
.woocommerce-MyAccount-content .nav-tabs li:first-child .nav-link {
  padding-right: 0;
}
.woocommerce-MyAccount-content .nav-tabs li:first-child .nav-link:after {
  content: "/";
  margin-left: 1rem;
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content .card-header {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-radius: 17px;
  padding: 1.8rem 2.5rem !important;
  margin-bottom: 1.2rem !important;
  align-content: center;
  text-align: left;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap > :first-child {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 37%;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
  margin-left: auto;
  display: block;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:after,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:after,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:after,
.woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn:after,
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn) a.zapc-tickets-btn-toggle:after,
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn:after,
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) a.zapc-tickets-btn-toggle:after {
    height: 20px;
  }
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap span.d-none {
  display: none !important;
}
.woocommerce-MyAccount-content .zapc-single-ticket-wrap .zapc-my-account-ticket-wrapper {
  background: transparent !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap {
    justify-content: center;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap {
    flex-direction: column;
    gap: 0;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap > :first-child {
    max-width: 100%;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap br {
    display: none;
  }
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn),
  .woocommerce-MyAccount-content .zapc-single-ticket-wrap strong:has(a.zapc-tickets-btn-toggle) {
    margin-top: 1rem;
  }
}
.woocommerce-MyAccount-content table {
  background-color: #222222;
  color: white;
  margin-bottom: 0 !important;
  border-radius: 11px;
  overflow: hidden;
  margin-top: 10px;
}
.woocommerce-MyAccount-content table thead {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
}
.woocommerce-MyAccount-content table thead th {
  border-top: none;
  background-color: transparent;
  color: white;
  padding-top: 1rem !important;
}
.woocommerce-MyAccount-content table tr {
  background-color: transparent;
}
.woocommerce-MyAccount-content table tr:hover {
  color: white;
  background-color: transparent;
}
.woocommerce-MyAccount-content table .button {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-MyAccount-content table .button:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content table .button:after {
    height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-content table {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .woocommerce-MyAccount-content table tr {
    padding: 2rem 0;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field strong,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm #billing_country_field strong {
  color: white;
  margin-left: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .card-body legend,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .card-body legend {
  color: white;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .btn-primary:hover,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .btn-primary:hover {
  color: #7439FF;
  background: transparent;
}

/* ==========================================================================
   WooCommerce - Order page
   ========================================================================== */
body.woocommerce-order-received .zapciw-results-modal .modal-dialog {
  margin: 10rem auto;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content h5.modal-title {
  font-size: 1.6rem;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content a.btn-primary {
  background: black;
  margin-top: 2rem;
  color: white;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content a.btn-primary:hover {
  border: none;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content a.btn-primary:hover:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content .zapciw-result-tickets .ticket {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  color: black;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content .modal-footer button.btn-secondary {
  background: black;
  margin-top: 2rem;
  color: white;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content .modal-footer button.btn-secondary:hover {
  border: none;
}
body.woocommerce-order-received .zapciw-results-modal .modal-content .modal-footer button.btn-secondary:hover:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
}
body.woocommerce-order-received ul.woocommerce-order-overview {
  border-color: #7439FF;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
  border-color: #7439FF;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  color: #ffffff;
}
body.woocommerce-order-received .timeline ul li p {
  font-size: 1.4rem;
  background-color: #7439FF;
  color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
}
body.woocommerce-order-received .card-body {
  color: #ffffff;
  padding: 2.5rem 4rem;
  border-radius: 10px;
}
body.woocommerce-order-received .card-body .table {
  color: #ffffff;
}
body.woocommerce-order-received .card-body .table .thead-light th {
  color: #ffffff;
  background-color: #7439FF;
  border-color: #7439FF;
}
body.woocommerce-order-received .card-body .table-bordered th, body.woocommerce-order-received .card-body .table-bordered td {
  border-color: #7439FF;
}
body.woocommerce-order-received .card-body a {
  color: #9365FF;
}

/* ==========================================================================
   WooCommerce - Product Loop
   ========================================================================== */
@media (max-width: 768px) {
  .woocommerce ul.products.columns-mobile-1 li.product {
    max-width: 50%;
    margin-bottom: 1rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.woocommerce ul.products li.product {
  margin-bottom: 3rem;
}
.woocommerce ul.products li.product .inner-wrapper {
  background: linear-gradient(#222222, #222222) padding-box, linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%) border-box;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: none;
  border-radius: 15px;
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper {
    padding: 0.5rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .onsale {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  z-index: 1;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .onsale {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
    color: white;
    font-size: 1.6rem;
    top: 10px;
    right: 10px;
  }
}
.woocommerce ul.products li.product .inner-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2.2rem;
  color: #fff;
  position: absolute;
  width: auto;
  padding: 0.8rem 1rem;
  top: 10px;
  margin-top: 0;
  left: 10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
    letter-spacing: 0.03125em;
    font-size: 1.2rem;
    line-height: 1rem;
    position: relative;
    left: 0;
    width: calc(100% - 1rem);
    margin: auto auto 1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
  width: 100%;
  margin: 1.3rem auto 2rem;
}
@media (max-width: 992px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown > div span {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-countdown {
    width: calc(100% - 1rem);
  }
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress {
  margin-top: 2rem;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track {
  border: none;
  background-color: #3E3E3E;
  height: 4px;
  border-radius: 1px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label,
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label-percentage {
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  left: 0;
  position: absolute;
  top: -18px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .mini-label-percentage {
  top: -26px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar {
  background-color: #9365FF;
  height: 4px;
  overflow: visible;
  position: relative;
  border-radius: 1px 0 0 1px;
}
.woocommerce ul.products li.product .inner-wrapper .zap-competitions-progress .progress-track .progress-bar .marker {
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/product/progress-marker.png");
  width: 21px;
  height: 17px;
  display: block;
  content: "";
  z-index: 1;
  right: -11px;
  position: absolute;
  padding: 2px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce ul.products li.product .inner-wrapper .price {
  font-size: 3.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: white;
  line-height: 4rem;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .inner-wrapper .price del {
  color: #7439FF;
}
.woocommerce ul.products li.product .inner-wrapper .price .price_suffix {
  color: white;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
  font-size: 2.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: white;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper h2.woocommerce-loop-product__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: auto auto 2rem;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .zapc-cash-alt-filler {
    margin-top: 1rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper .button {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .inner-wrapper .button:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product .inner-wrapper .button:after {
    height: 20px;
  }
}
.woocommerce ul.products li.product .inner-wrapper .button:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .woocommerce ul.products li.product .inner-wrapper .button:after {
    height: 16px;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product .inner-wrapper .button {
    font-size: 1.5rem;
  }
}
.woocommerce ul.products li.product .inner-wrapper:hover .button {
  background: #7439FF;
  color: white;
}
@media (max-width: 768px) {
  .woocommerce ul.products.columns-mobile-1 li.product {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products {
    margin-right: -10px;
    margin-left: -10px;
  }
  .woocommerce ul.products.columns-mobile-1 li.product {
    margin-bottom: 2rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}

/* ==========================================================================
   WooCommerce - Responsible Gaming
   ========================================================================== */
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:after, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:after, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:after {
    height: 20px;
  }
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:hover, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:after, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:after {
    height: 16px;
  }
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:after, .woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn-primary:after {
  width: 12px;
  height: 13px;
  margin-left: 2rem;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .btn:not(.btn-danger) {
  margin-top: 3rem;
  margin-left: -15px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .row:has(input#zapcrc-limit-range) {
  align-items: center;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range] {
  -webkit-appearance: none;
  background-color: #7439FF;
  border-radius: 5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range]::-webkit-slider-runnable-track {
  height: 7px;
  -webkit-appearance: none;
  color: #7439FF;
  margin-top: -1px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: #FBFFFC;
  border-radius: 100%;
  margin-top: -3.5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group .input-group-text {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background-color: #7439FF;
  padding: 0 1rem;
  border: none;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-group #zapcrc-limit-value {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check input[type=radio] {
  display: none;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7439FF;
  display: block;
  border-radius: 100%;
  outline: 6px solid transparent;
  outline-offset: -12px;
}
.woocommerce-MyAccount-content:has(input#zapcrc-limit-range) .form-check input[type=radio]:checked + label:before {
  outline-color: #ffffff;
}

/* ==========================================================================
   WooCommerce - Single Product
   ========================================================================== */
.single-product {
  /* Sale countdown */
}
.single-product .zapct-page-title {
  display: none;
}
.single-product .container.main-container {
  padding-top: 8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .single-product .container.main-container {
    padding-top: 5rem;
  }
}
.single-product .woocommerce-product-gallery > .flex-viewport {
  max-width: 600px;
}
.single-product div.product .woocommerce-product-gallery #product-thumbnails {
  margin-top: 2rem;
  max-width: 600px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 15px;
  overflow: hidden;
}
.single-product div.product h1.product_title.entry-title {
  font-size: 3.3rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .single-product div.product h1.product_title.entry-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.single-product div.product p.price {
  font-size: 3.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: white;
}
.single-product div.product p.price small {
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.single-product div.product .bespoke-sale-countdown-wrapper {
  text-align: center;
  position: relative;
  background: #000000;
  padding: 20px 20px 70px;
  border-radius: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .single-product div.product .bespoke-sale-countdown-wrapper {
    padding: 10px 10px 50px;
  }
}
.single-product div.product .bespoke-sale-countdown-wrapper:after {
  content: "";
  height: 120%;
  width: calc(100% + 20px);
  display: block;
  background-image: url(/wp-content/themes/enhanced-life-theme/assets/images/product/fire-animation-high-res.gif);
  background-size: 105%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2px;
  left: -10px;
}
.single-product div.product .bespoke-sale-countdown-wrapper h3 {
  font-size: 2.5rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #FF0303;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .single-product div.product .bespoke-sale-countdown-wrapper h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .single-product div.product .bespoke-sale-countdown-wrapper h3 {
    font-size: 1.8rem;
  }
}
.single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown {
  background: transparent;
  max-width: 430px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 650px) {
  .single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown {
    max-width: 70%;
  }
}
.single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown > div {
  border-right-color: #2E2E2E;
  border-right-width: 2px;
  color: #FF0303;
  font-size: 1.8rem;
  line-height: 2;
  padding: 1rem 0 0;
}
.single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown > div span {
  color: #FF0303;
  font-size: 3.6rem;
}
@media screen and (max-width: 650px) {
  .single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown > div {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0;
  }
  .single-product div.product .bespoke-sale-countdown-wrapper .zapc-countdown > div span {
    font-size: 2.6rem;
  }
}
.single-product div.product .zap-competition-question-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.single-product div.product .zap-competition-question-wrap .zap-competition-question-text {
  font-size: 2.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  border-bottom: 0;
  margin: 2rem 0 0;
  padding: 2rem 0;
}
@media screen and (max-width: 576px) {
  .single-product div.product .zap-competition-question-wrap .zap-competition-question-text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer {
  max-width: 100%;
  padding: 0;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 1rem 2rem;
  margin: 0;
  text-align: center;
  border-radius: 10px;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer label:before {
  content: none;
}
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio]:hover + label,
.single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers .zap-lottery-question-answer input[type=radio]:checked + label {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  color: #464646;
}
@media screen and (max-width: 992px) {
  .single-product div.product .zap-competition-question-wrap .zap-lottery-question-answers {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.single-product div.product form.cart .zapc-postal-buttons {
  padding: 0;
  margin: 0 auto;
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #464646;
}
.single-product div.product form.cart .zapc-postal-buttons button {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #464646;
  font-size: 1.3rem;
  background-color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  justify-content: center;
}
.single-product div.product form.cart .zapc-postal-buttons button.active {
  background-color: #464646;
  color: #fff;
  border: none;
  border-radius: 0;
}
.single-product div.product form.cart .zapc-postal-buttons button:after {
  content: none;
}
@media screen and (max-width: 576px) {
  .single-product div.product form.cart .zapc-postal-buttons {
    margin: 0 auto;
    width: 85%;
  }
}
.single-product div.product .zapc-postal-rules-text {
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  color: #fff;
  padding-top: 3rem;
}
.single-product div.product .zapc-postal-rules-text a {
  color: #9365FF;
}
@media screen and (max-width: 768px) {
  .single-product div.product .zapc-postal-rules-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper {
  background-color: #2E2E2E;
  display: block;
  border-radius: 11px;
  margin: 2rem 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 4rem !important;
  padding: 6rem 3rem 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer {
  order: 2;
  padding: 0 1.5rem;
  width: 100%;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider {
  height: 9px;
  background-color: #3E3E3E;
  border-radius: 30px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 0;
  height: 0;
  top: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  background-color: #7439FF;
  border: none;
  width: auto;
  box-shadow: none;
  border-radius: 4px;
  left: -42px;
  top: -45px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__handle__value:before {
  border-top-color: #7439FF;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__fill {
  background-color: #9365FF;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-range-wrap-outer .rangeslider .rangeslider__labels {
  display: none;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus,
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  border: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  color: transparent;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-minus {
  order: 1;
  -webkit-mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/product/minus.svg);
  mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/product/minus.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.single-product div.product .zapct-add-to-cart-wrapper div.zap-competition-qty .zap-competition-qty-plus {
  order: 3;
  -webkit-mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/product/plus.svg);
  mask-image: url(/wp-content/themes/enhanced-life-theme/assets/images/product/plus.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper {
  max-width: 100%;
  padding: 0;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
  background-color: #000000;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 2rem 3rem 2rem;
  border-radius: 11px;
  width: calc(100% - 60px) !important;
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt:after {
    height: 20px;
  }
}
.single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .single-product div.product .zapct-add-to-cart-wrapper .zapct-add-to-cart-button-wrapper button.single_add_to_cart_button.button.alt:after {
    height: 16px;
  }
}
.single-product div.product .summary .progress-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-product div.product .summary .progress-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .single-product div.product .summary .progress-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.single-product div.product .zap-competitions-progress {
  margin: 2rem 2rem 0;
}
.single-product div.product .zap-competitions-progress .progress-track {
  border: none;
  background-color: #3E3E3E;
  height: 4px;
  border-radius: 30px;
}
.single-product div.product .zap-competitions-progress .progress-track .percentage-label {
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  left: 0;
  position: absolute;
  top: -30px;
}
.single-product div.product .zap-competitions-progress .progress-track .progress-bar {
  background-color: #9365FF;
  height: 4px;
  overflow: visible;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.single-product div.product .zap-competitions-progress .progress-track .progress-bar .percentage-marker {
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/product/progress-marker.png");
  width: 21px;
  height: 17px;
  display: block;
  content: "";
  z-index: 1;
  right: -11px;
  position: absolute;
  padding: 2px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-product div.product .zap-competitions-progress {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .single-product div.product .zap-competitions-progress {
    margin: 4rem auto 0;
  }
}
.single-product div.product .zapc-countdown {
  max-width: 100%;
  padding: 0;
}
.single-product div.product .zapc-countdown > div {
  min-height: 20px;
  font-size: 1rem;
  line-height: 1.4rem;
}
.single-product div.product .zapc-countdown > div span {
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (max-width: 992px) {
  .single-product div.product .zapc-countdown {
    max-width: calc(100% - 2rem);
  }
  .single-product div.product .zapc-countdown > div span {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single-product div.product .zapc-countdown {
    max-width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 576px) {
  .single-product div.product .zapc-countdown {
    max-width: calc(100% - 1rem);
    margin-top: 3rem;
  }
}
.single-product .quick-info-row-wrapper {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  position: relative;
}
.single-product .quick-info-row-wrapper .quick-info-row {
  max-width: 1300px;
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 4rem auto 0;
}
.single-product .quick-info-row-wrapper .quick-info-row .info-item {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1rem;
  text-transform: uppercase;
  padding: 2.8rem 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 1rem;
  color: #fff;
}
.single-product .quick-info-row-wrapper .quick-info-row .info-item img {
  max-width: 30px;
}
.single-product .quick-info-row-wrapper .quick-info-row .info-item h3 {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .single-product .quick-info-row-wrapper .quick-info-row {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 15px;
  }
  .single-product .quick-info-row-wrapper .quick-info-row .info-item {
    width: 46%;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .single-product .quick-info-row-wrapper .quick-info-row .info-item {
    width: 100%;
    padding: 1rem;
  }
}
.single-product #zapciw-instant-wins,
.single-product .zap-competition-tabs-wrapper {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: black;
  position: relative;
  z-index: 1;
}
.single-product #zapciw-instant-wins {
  padding-top: 7rem;
}
.single-product #zapciw-instant-wins .zapciw-inner {
  width: 100%;
  max-width: 860px;
  padding: 0 0 3rem;
  margin: 0 auto;
}
.single-product #zapciw-instant-wins .zapciw-stats {
  display: none;
}
.single-product #zapciw-instant-wins h2.zapciw-title {
  margin-bottom: 2rem;
  text-align: center;
}
.single-product #zapciw-instant-wins .zapciw-inner #zapciw-prize-container:not(:has(.zapciw-prize-group.grouped)) {
  background-color: #222222;
  padding: 1.5rem 1.5rem 0.5rem;
  border-radius: 15px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group {
  background-color: #222222 !important;
  overflow: hidden;
  /* Group Header */
  /* END: Group Header */
  /* Prize details */
  /* END: Prize details */
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header {
  grid-template-columns: 4fr 18fr 2fr;
  padding: 1rem;
  /* Prize Header title, remaining */
  /* Price Header Button */
}
@media screen and (max-width: 576px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header {
    grid-template-columns: 4fr 10fr 2fr;
  }
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header a.zapciw-prize-image-link {
    display: block;
  }
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header a.zapciw-prize-image-link img {
    margin: 0;
    width: 100%;
    display: block;
  }
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info {
    padding: 0 0.3em 1rem;
  }
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining {
    font-size: 0.7em;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-image {
  margin: 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info .zapciw-prize-title {
  font-size: 2.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  padding: 0.7rem 1.4rem;
  text-transform: uppercase;
  position: relative;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining:before, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining:before {
  left: -5px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-prize-info p.zapciw-prize-remaining:after {
  right: -5px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button {
  width: 21px;
  height: 21px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  padding: 0;
  margin-left: auto;
  right: 0.5rem;
  top: 0.5rem;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button .fa {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button:before, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button:after {
  background: #343a40;
  border-radius: 2px;
  bottom: 0;
  content: "";
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button:before {
  height: 3px;
  transform: rotate(0deg);
  width: 65%;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-group-header .zapciw-trigger-table-button:after {
  height: 65%;
  transform: rotate(0deg);
  width: 3px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
  grid-template-columns: repeat(6, 1fr) !important;
}
@media screen and (max-width: 870px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (max-width: 600px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 500px) {
  .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details {
  border: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details ul.nav li.nav-item button.pills-prizes-link,
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details ul.nav li.nav-item button.pills-description-link {
  display: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket {
  overflow: hidden;
  position: relative;
  border: 0;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket:before, .single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #222222;
  top: 50%;
  transform: translateY(-50%);
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket:before {
  left: -10px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket:after {
  right: -10px;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .zapciw-ticket:not(.ticket-won) .zapciw-ticket-bottom {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  color: white;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .ticket-number {
  font-size: 3.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: black;
  padding: 0;
  opacity: 1;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group .zapciw-prize-details .ticket-status {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #3E3E3E;
  text-transform: uppercase;
  opacity: 1;
  padding: 0.2rem;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-group-header .zapciw-trigger-table-button {
  border-radius: 100%;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-group-header .zapciw-trigger-table-button:before {
  transform: rotate(180deg);
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-group-header .zapciw-trigger-table-button:after {
  transform: rotate(90deg);
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-group.open .zapciw-prize-details {
  border: none;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid.zapciw-prizes .zapciw-ticket .zapciw-ticket-top,
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid.zapciw-prizes .zapciw-ticket .zapciw-ticket-bottom {
  font-size: 1.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  color: white;
}
.single-product #zapciw-instant-wins .zapciw-inner .zapciw-prize-grid.zapciw-prizes .zapciw-ticket .zapciw-ticket-middle .ticket-title {
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: black;
  opacity: 1;
}
.single-product #zap-competition-tabs {
  width: 100%;
  max-width: 860px;
  padding: 10rem 0;
  margin: 0 auto;
}
.single-product #zap-competition-tabs .nav-tabs {
  border: none;
  width: 75%;
  gap: 1rem;
  margin: 0 auto;
}
.single-product #zap-competition-tabs .nav-tabs .nav-link {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  color: white;
  background-color: #3E3E3E;
  border: none;
  position: relative;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.single-product #zap-competition-tabs .nav-tabs .nav-link.active {
  background-color: #222222;
  color: #fff;
}
.single-product #zap-competition-tabs .nav-tabs .nav-link:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  width: 16px;
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .single-product #zap-competition-tabs .nav-tabs .nav-link:after {
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .single-product #zap-competition-tabs .nav-tabs {
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .single-product #zap-competition-tabs .nav-tabs li .nav-link {
    border-bottom: 1px solid black;
  }
  .single-product #zap-competition-tabs .nav-tabs li:not(:first-child) .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.single-product #zap-competition-tabs .tab-content {
  letter-spacing: 0.03em;
  background-color: #222222;
  padding: 5rem;
  border-radius: 22px;
  color: #fff;
  line-height: 2.2rem;
}
.single-product #zap-competition-tabs .tab-content h3 {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.single-product #zap-competition-tabs .tab-content a {
  color: #9365FF;
}
@media screen and (max-width: 900px) {
  .single-product #zap-competition-tabs .tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 576px) {
  .single-product #zap-competition-tabs .tab-content {
    padding: 3rem 2rem;
  }
}
.single-product .zapc-related-products {
  position: relative;
}
.single-product .zapc-related-products:before {
  content: "";
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/pile-of-nuggest-one.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 147px;
  display: block;
  position: absolute;
  left: -30px;
  top: -160px;
  z-index: 1;
}
.single-product .zapc-related-products section.related {
  max-width: 1300px;
  margin: 6rem auto 10rem;
  padding: 0 15px;
  background: transparent;
}
@media screen and (max-width: 576px) {
  .single-product .zapc-related-products section.related {
    margin-bottom: 3rem;
  }
}
.single-product .single-view-all-wrapper {
  text-align: center;
  padding-bottom: 60px;
  margin-top: -80px;
}
.single-product .single-view-all-wrapper .view-all-btn {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.single-product .single-view-all-wrapper .view-all-btn:hover {
  color: #7439FF;
}
.single-product .single-view-all-wrapper .view-all-btn:active {
  color: #7439FF;
  background-color: transparent;
  border-color: transparent;
}
.single-product .single-view-all-wrapper .view-all-btn:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .single-product .single-view-all-wrapper .view-all-btn {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

/* ==========================================================================
   Page Template - Contact
   ========================================================================== */
/* ==========================================================================
   Page Template - Legal
   ========================================================================== */
.page-template-legal .zapct-page-title,
.page-template-legal .container.main-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .page-template-legal .zapct-page-title,
  .page-template-legal .container.main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-template-legal .zapct-page-title,
  .page-template-legal .container.main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-template-legal .container.main-container > p {
  padding: 0 30px;
}
.page-template-legal .container.main-container > p strong {
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-template-legal .container.main-container > .wp-block-list {
  padding: 0 45px;
}
.page-template-legal .container.main-container > ol > li:has(> strong)::marker {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > strong {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-template-legal .container.main-container > ol > li > ol,
.page-template-legal .container.main-container > ol > li > ol ol {
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 4rem;
}
.page-template-legal .container.main-container .card:has(#zapct-legal-navbar) {
  border-radius: 3px;
  background-color: #000000 !important;
}
.page-template-legal .container.main-container .nav {
  gap: 1rem;
}
.page-template-legal .container.main-container a.nav-link {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #121212;
  background-color: #121212;
  color: #ffffff;
  padding: 0.5rem 2rem;
}
.page-template-legal .container.main-container a.nav-link:hover, .page-template-legal .container.main-container a.nav-link.active {
  background-color: #7439FF;
  color: #ffffff;
}
.page-template-legal .container.main-container #iubenda_policy h1, .page-template-legal .container.main-container #iubenda_policy h2, .page-template-legal .container.main-container #iubenda_policy h3, .page-template-legal .container.main-container #iubenda_policy h4, .page-template-legal .container.main-container #iubenda_policy h5, .page-template-legal .container.main-container #iubenda_policy h6 {
  font-family: "Bigshot One", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #ffffff !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
}
.page-template-legal .container.main-container li, .page-template-legal .container.main-container p, .page-template-legal .container.main-container #iubenda_policy p, .page-template-legal .container.main-container #iubenda_policy a, .page-template-legal .container.main-container #iubenda_policy ul.styled li, .page-template-legal .container.main-container #iubenda_policy ul li {
  font-size: 1.6rem !important;
  font-family: "Barlow", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #ffffff !important;
}
.page-template-legal .container.main-container #iubenda_policy .box_primary h1, .page-template-legal .container.main-container #iubenda_policy .box_primary h2, .page-template-legal .container.main-container #iubenda_policy .box_primary h3, .page-template-legal .container.main-container #iubenda_policy .box_primary h4, .page-template-legal .container.main-container #iubenda_policy .box_primary h5, .page-template-legal .container.main-container #iubenda_policy .box_primary h6, .page-template-legal .container.main-container #iubenda_policy .box_primary p, .page-template-legal .container.main-container #iubenda_policy .box_primary a {
  color: #ffffff !important;
}
.page-template-legal .container.main-container .page-template-legal .container.main-container #iubenda_policy .box_primary h3, .page-template-legal .container.main-container .page-template-legal .container.main-container #iubenda_policy .box_primary p {
  color: black !important;
}
.page-template-legal .container.main-container #iubenda_policy .box_primary h1, .page-template-legal .container.main-container #iubenda_policy .box_primary h2, .page-template-legal .container.main-container #iubenda_policy .box_primary h3, .page-template-legal .container.main-container #iubenda_policy .box_primary h4, .page-template-legal .container.main-container #iubenda_policy .box_primary h5, .page-template-legal .container.main-container #iubenda_policy .box_primary h6 {
  font-family: "Bigshot One", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #000000 !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
}
.page-template-legal .container.main-container #iubenda_policy .box_primary p {
  font-size: 1.6rem !important;
  font-family: "Barlow", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #000000 !important;
}

/* ==========================================================================
   Page Template - Draw Results
   ========================================================================== */
.page-id-52 .zapct-page-title,
.page-id-52 .container.main-container {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .page-id-52 .zapct-page-title,
  .page-id-52 .container.main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-id-52 .zapct-page-title,
  .page-id-52 .container.main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.zapc-competition-results-wrapper {
  margin-bottom: 10rem;
}
.zapc-competition-results-wrapper .nav-tabs {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto 6rem;
}
.zapc-competition-results-wrapper .nav-tabs .nav-item {
  width: 50%;
}
.zapc-competition-results-wrapper .nav-tabs a.nav-link {
  font-size: 0.9rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: white;
  background-color: black;
}
.zapc-competition-results-wrapper .nav-tabs a.nav-link.active {
  background-color: #7439FF;
}

.result-wrap .zapct-winner-card {
  border: none;
  margin-bottom: 4rem !important;
}
.result-wrap .zapct-winner-card:before {
  content: "";
  background-image: url(/wp-content/themes/enhanced-life-theme/assets/images/draw-results/draw-results-nugget.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 56px;
  position: absolute;
  z-index: 1;
  left: -6.5px;
  top: -20px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 576px) {
  .result-wrap .zapct-winner-card:before {
    width: 50px;
    height: 50px;
    left: -6.5px;
    top: -15px;
  }
}
.result-wrap .zapct-winner-card:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #464646;
  display: block;
  position: absolute;
  top: 3.5rem;
  left: 1.8rem;
  z-index: 0;
}
.result-wrap .zapct-winner-card i {
  display: none;
}
.result-wrap .zapct-winner-card:nth-last-child(2):after {
  height: calc(100% - 20px);
}
.result-wrap .zapct-winner-card .card-body {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2.5rem 3rem;
  margin-left: 8rem;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result-wrap .zapct-winner-card .card-body {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .result-wrap .zapct-winner-card .card-body {
    padding: 2.5rem 2rem 2rem;
    margin-left: 5rem;
  }
}
.result-wrap .zapct-winner-card .card-body .card-title {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: black;
  position: absolute;
  top: -19px;
  padding: 1rem 2rem;
  border-radius: 10px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  .result-wrap .zapct-winner-card .card-body .card-title {
    width: 85%;
    text-align: center;
    letter-spacing: 0.0625em;
  }
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: left;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.result-wrap .zapct-winner-card .card-body .zapct-single-result:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* ==========================================================================
   Page Template - Entry Lists
   ========================================================================== */
.post-type-archive-entry_list .zapct-page-title,
.post-type-archive-entry_list .container.main-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .post-type-archive-entry_list .zapct-page-title,
  .post-type-archive-entry_list .container.main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .post-type-archive-entry_list .zapct-page-title,
  .post-type-archive-entry_list .container.main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.zapct-entry-list .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.zapct-entry-list .card-wrapper {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  padding: 1.5rem 0.5rem 1.5rem 2.5rem;
  border-radius: 17px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper {
    padding: 1.5rem;
  }
}
.zapct-entry-list .card-wrapper .card-body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
}
.zapct-entry-list .card-wrapper .card-body:before {
  content: "";
  background-image: url(/wp-content/themes/enhanced-life-theme/assets/images/entry-lists/entry-list-nugget.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  z-index: 1;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body:before {
    content: none;
  }
}
.zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body .entry-title-date-wrapper {
    text-align: center;
  }
}
.zapct-entry-list .card-wrapper .card-body h5, .zapct-entry-list .card-wrapper .card-body p {
  margin-bottom: 0;
}
.zapct-entry-list .card-wrapper .card-body h5 {
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body h5 {
    font-size: 2rem;
  }
}
.zapct-entry-list .card-wrapper .card-body p {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: white;
}
.zapct-entry-list .card-wrapper .card-body .card-text:last-child {
  margin-left: auto;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary {
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  display: block;
  position: relative;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .zapct-entry-list .card-wrapper .card-body .btn-primary:after {
    height: 20px;
  }
}
.zapct-entry-list .card-wrapper .card-body .btn-primary:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .zapct-entry-list .card-wrapper .card-body {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .zapct-entry-list .card-wrapper .card-body .card-text:last-child {
    margin: 0 auto;
  }
}

.zapct-entry-list div.woocommerce {
  max-width: 1300px;
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   Page Template - FAQs
   ========================================================================== */
.post-type-archive-faq .zapct-page-title,
.post-type-archive-faq .container.main-container {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .post-type-archive-faq .zapct-page-title,
  .post-type-archive-faq .container.main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .post-type-archive-faq .zapct-page-title,
  .post-type-archive-faq .container.main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .post-type-archive-faq #zapct-faq-accordion {
    margin-bottom: 7.5rem;
  }
}
.post-type-archive-faq #zapct-faq-accordion .card {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  overflow: hidden;
  border: none;
  margin-bottom: 1.5rem;
  border-radius: 17px;
}
.post-type-archive-faq #zapct-faq-accordion .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button {
  font-size: 2.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  background-color: transparent;
  padding: 2rem 5rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button:after {
  content: none;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button:hover {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .post-type-archive-faq #zapct-faq-accordion .card-header h5 button {
    font-size: 2rem;
    padding: 2rem 6rem 2rem 2rem;
  }
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button span.accordion-icon {
  background: linear-gradient(176deg, #ECD685 17.07%, #D6AB47 46.51%, #B48A2D 71.74%, #DEB457 110.53%);
  padding: 0;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 2rem;
  border-radius: 100%;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button span.accordion-icon:before, .post-type-archive-faq #zapct-faq-accordion .card-header h5 button span.accordion-icon:after {
  background: #7439FF;
  border-radius: 2px;
  bottom: 0;
  content: "";
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button span.accordion-icon:before {
  height: 3px;
  transform: rotate(180deg);
  width: 65%;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button span.accordion-icon:after {
  height: 65%;
  transform: rotate(90deg);
  width: 3px;
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button[aria-expanded=false] span.accordion-icon:before {
  transform: rotate(0deg);
}
.post-type-archive-faq #zapct-faq-accordion .card-header h5 button[aria-expanded=false] span.accordion-icon:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 576px) {
  .post-type-archive-faq #zapct-faq-accordion .card-header h5 button[aria-expanded=true] {
    padding: 2rem 6rem 1rem 2rem;
  }
}
.post-type-archive-faq #zapct-faq-accordion .card-body {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding: 0 5rem 2rem;
}
@media screen and (max-width: 576px) {
  .post-type-archive-faq #zapct-faq-accordion .card-body {
    padding: 0 2rem 2rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

/* ==========================================================================
   WooCommerce - Instant Wins
   ========================================================================== */
/* ==========================================================================
   Page Template - Reveal the Winner
   ========================================================================== */
.page-id-109 .zapct-page-title,
.page-id-109 .container.main-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .page-id-109 .zapct-page-title,
  .page-id-109 .container.main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-id-109 .zapct-page-title,
  .page-id-109 .container.main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-id-109 .container.main-container {
  position: relative;
}
.page-id-109 .container.main-container:before {
  content: "";
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/pile-of-nuggest-two.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 402px;
  height: 265px;
  display: block;
  position: absolute;
  width: 312px;
  height: 195px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: -250px;
  z-index: 1;
}

.zapct-winners .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0 1rem;
}
.zapct-winners .row .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .zapct-winners .row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .zapct-winners .row {
    gap: 1rem 0;
  }
}

/* ==========================================================================
   Home Block - App Block
   ========================================================================== */
/* ==========================================================================
   Home Block - Carousel
   ========================================================================== */
.zapct-carousel-wrapper .carousel-inner .carousel-item {
  max-height: 550px;
}
@media screen and (max-width: 576px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item {
    height: 400px;
  }
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.zapct-carousel-wrapper .carousel-inner .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption {
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  margin: 0;
  padding: 0 6.5rem 0 8rem;
  text-transform: capitalize;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 1130px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption {
    width: 60%;
  }
}
@media screen and (max-width: 940px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption {
    width: 70%;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 700px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption > div {
  float: unset;
  clear: unset;
  width: fit-content;
  margin: 0;
  background-color: transparent;
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .category {
  font-size: 7rem;
  font-family: "lemongrass-script", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(3px 3px 1px #000);
  filter: drop-shadow(3px 3px 1px #000);
  line-height: 0.9;
}
@media screen and (max-width: 600px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .category {
    font-size: 4.5rem;
    width: 70%;
  }
}
@media screen and (max-width: 460px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .category {
    width: 100%;
  }
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .title h2 {
  font-size: 8.4rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 6px 6px rgb(0, 0, 0);
  margin-bottom: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .title h2 {
    font-size: 5.5rem;
    line-height: 4.6rem;
  }
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link {
  margin: 20px auto 0;
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary {
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  border: none;
  background-color: #5F00D4;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease-in-out;
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary:after {
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  content: "";
  display: block;
  position: relative;
  height: 20px;
  margin-right: -1rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary:after {
    height: 20px;
  }
}
.zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary:hover {
  background: #7439FF;
  color: white;
}
@media screen and (max-width: 576px) {
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .zapct-carousel-wrapper .carousel-inner .carousel-item .carousel-caption .link .btn-primary:after {
    height: 16px;
  }
}

/* ==========================================================================
   Home Block - Custom Blocks
   ========================================================================== */
/* ==========================================================================
   Home Block - Image Block
   ========================================================================== */
/* ==========================================================================
   Home Block - Image Content Block
   ========================================================================== */
.home .zapct-image-content-block {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 900px) {
  .home .zapct-image-content-block .row {
    flex-direction: column;
    gap: 2rem;
  }
  .home .zapct-image-content-block .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home .zapct-image-content-block {
    padding: 4rem 0 5rem;
  }
}
.home .zapct-image-content-block h2 {
  font-size: 4.3rem;
  font-family: "lemongrass-script", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(152deg, #DEB457 17.65%, #FFFDBD 36.04%, #D6AB47 50.43%, #AE8225 64.81%, #CF9E25 79.2%, #B48A2D 97.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(3px 3px 1px #000);
  filter: drop-shadow(3px 3px 1px #000);
  text-transform: none;
  text-align: center;
  margin-bottom: 35px;
}
.home .zapct-image-content-block h2 .title-highlight {
  font-size: 4.3rem;
  font-family: "Bigshot One", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 4.3rem;
  position: relative;
  -webkit-text-fill-color: white;
}
@media (max-width: 576px) {
  .home .zapct-image-content-block h2 .title-highlight {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .home .zapct-image-content-block h2 {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
}
.home .zapct-image-content-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}
.home .zapct-image-content-block .image-content-block-inner {
  background-color: #9365FF;
  color: #fff;
  border-radius: 22px;
  padding: 4rem 5.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .home .zapct-image-content-block .image-content-block-inner {
    padding: 3rem 2rem;
  }
}

/* ==========================================================================
   Home Block - Next Draw
   ========================================================================== */
.zapct-next-draw {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  padding: 3rem 0;
  position: relative;
}
.zapct-next-draw .container {
  max-width: 1300px;
}
.zapct-next-draw .align-items-center {
  justify-content: center !important;
  gap: 3rem;
}
.zapct-next-draw .until-next {
  order: 0;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  color: #fff;
}
.zapct-next-draw div#draw-countdown {
  order: 1;
}
.zapct-next-draw .link {
  order: 2;
}
.zapct-next-draw .link a {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.zapct-next-draw .link a:hover {
  color: #7439FF;
}
.zapct-next-draw .link a:active {
  color: #7439FF;
  background-color: transparent;
  border-color: transparent;
}
.zapct-next-draw .link a:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .zapct-next-draw .link a {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.zapct-next-draw .link a:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .zapct-next-draw .link a:after {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .zapct-next-draw .link {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .zapct-next-draw .until-next, .zapct-next-draw .link a {
    font-size: 2.4rem;
  }
}
@media (max-width: 800px) {
  .zapct-next-draw .align-items-center {
    gap: 1rem;
    flex-direction: column;
  }
}

/* ==========================================================================
   Home Block - Products
   ========================================================================== */
.home .zapct-products {
  position: relative;
  padding: 6.3rem 0;
}
@media (max-width: 576px) {
  .home .zapct-products {
    padding: 4rem 0;
  }
  .home .zapct-products .products {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.zapct-homepage-products-1 div.woocommerce {
  max-width: 1300px;
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a:hover {
  color: #7439FF;
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a:active {
  color: #7439FF;
  background-color: transparent;
  border-color: transparent;
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .zapct-homepage-products-1 .zapct-homepage-button-wrap a {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .zapct-homepage-products-1 .zapct-homepage-button-wrap a:after {
    height: 20px;
  }
}
.zapct-homepage-products-1 .zapct-homepage-button-wrap a:not(:disabled):not(.disabled):active {
  color: #007bff;
  background-color: transparent;
  border-color: transparent;
}

/* ==========================================================================
   Home Block - Reviews
   ========================================================================== */
.zapct-reviews-embed {
  background-color: #f5f5f5;
}
.zapct-reviews-embed .review-placeholder {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zapct-reviews-embed .review-placeholder h2 {
  font-size: 3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
}

/* ==========================================================================
   Home Block - Stats
   ========================================================================== */
#zapct-homepage-stats {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(70, 70, 70) 0%, rgb(0, 0, 0) 100%);
  background-color: #464646;
  border: none;
  padding: 0;
  position: relative;
}
#zapct-homepage-stats .container {
  max-width: 1300px;
}
#zapct-homepage-stats .homepage-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
#zapct-homepage-stats .homepage-stats-grid.column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}
#zapct-homepage-stats .homepage-stats-grid.column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}
#zapct-homepage-stats .zapct-homepage-stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2.25rem 1rem;
  margin: 0;
}
#zapct-homepage-stats .zapct-homepage-stats-item img {
  max-width: 100%;
  max-height: 33px;
}
#zapct-homepage-stats .zapct-homepage-stats-item h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 2.1rem;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 0;
}
#zapct-homepage-stats .zapct-homepage-stats-item h3 span {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 800px) {
  #zapct-homepage-stats .container {
    padding: 0;
  }
  #zapct-homepage-stats .container .homepage-stats-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0.5rem 0;
  }
  #zapct-homepage-stats .container .homepage-stats-grid .zapct-homepage-stats-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 1rem;
  }
  #zapct-homepage-stats .container .homepage-stats-grid .zapct-homepage-stats-item:last-child {
    border: none;
  }
}
@media (max-width: 576px) {
  #zapct-homepage-stats .container .homepage-stats-grid .zapct-homepage-stats-item h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
  }
}
/* ==========================================================================
   Home Block - Steps
   ========================================================================== */
#zapct-homepage-steps {
  position: relative;
  background-color: black;
  padding: 6rem 0 10rem;
}
#zapct-homepage-steps:before {
  content: "";
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/pile-of-nuggest-two.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 402px;
  height: 265px;
  display: block;
  position: absolute;
  right: -30px;
  bottom: -50px;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-steps:before {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  #zapct-homepage-steps {
    padding: 4rem 0;
  }
}
#zapct-homepage-steps .homepage-steps-inner > .row {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-steps .homepage-steps-inner > .row {
    margin-bottom: 0;
  }
}
#zapct-homepage-steps .item {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.3) 100%), #7439FF;
  border-radius: 2.3rem;
  padding: 4.5rem 8rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-steps .item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  #zapct-homepage-steps .item {
    padding: 3.5rem 2rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  #zapct-homepage-steps .item {
    margin-top: 2rem;
  }
}
#zapct-homepage-steps .item .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  margin: 0;
}
#zapct-homepage-steps .item .icon img {
  width: 48px;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-steps .item .icon {
    top: -20px;
  }
}
#zapct-homepage-steps .item h3, #zapct-homepage-steps .item p {
  color: #fff;
  text-align: center;
}
#zapct-homepage-steps .item h3 {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3rem;
}
#zapct-homepage-steps .item p {
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}

/* ==========================================================================
   Home Block - Winners
   ========================================================================== */
#zapct-homepage-winners {
  position: relative;
}
#zapct-homepage-winners:before {
  content: "";
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/pile-of-nuggest-one.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 147px;
  display: block;
  position: absolute;
  left: -30px;
  bottom: -50px;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners:before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners {
    padding: 4rem 0;
  }
}
#zapct-homepage-winners .container {
  padding: 0 8rem;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners .container {
    padding: 0 5rem;
  }
}
#zapct-homepage-winners .winners-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  padding: 0 2rem;
}
#zapct-homepage-winners .winners-title-row h2.section-title {
  margin-bottom: 0;
  line-height: 1.3;
}
#zapct-homepage-winners .winners-title-row h2.section-title span {
  display: inline-block;
}
#zapct-homepage-winners .winners-title-row .zapct-homepage-button-wrap {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-winners .winners-title-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  #zapct-homepage-winners .winners-title-row .btn-primary {
    display: none;
  }
}
#zapct-homepage-winners .see-all-winners-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-winners .see-all-winners-mobile {
    display: flex !important;
  }
}
#zapct-homepage-winners .btn-primary {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zapct-homepage-winners .btn-primary:hover {
  color: #7439FF;
}
#zapct-homepage-winners .btn-primary:active {
  color: #7439FF;
  background-color: transparent;
  border-color: transparent;
}
#zapct-homepage-winners .btn-primary:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-winners .btn-primary {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
#zapct-homepage-winners .btn-primary:after {
  content: "";
  background: linear-gradient(152deg, #FFB217 17.65%, #FFF0BD 36.04%, #E29000 50.43%, #AD5600 64.81%, #FFB217 79.2%, #FFB217 97.59%);
  -webkit-mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  mask-image: url("/wp-content/themes/enhanced-life-theme/assets/images/global/arrows.svg");
  width: 30px;
  height: 25px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #zapct-homepage-winners .btn-primary:after {
    height: 20px;
  }
}
#zapct-homepage-winners #zapct-homepage-winners-slider {
  margin-left: -1rem;
  margin-right: -1rem;
  overflow: visible;
  padding: 0 2rem;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners #zapct-homepage-winners-slider {
    padding: 0;
  }
}
#zapct-homepage-winners #zapct-homepage-winners-slider .card-body p:has(.fa-ticket-alt) {
  display: block;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a {
  background: transparent;
  box-shadow: none;
  opacity: 1;
  border: none;
  margin: 0;
  top: 30%;
  transform: translateY(-30%);
  overflow: visible;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a:after {
  width: 25px;
  height: 40px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/enhanced-life-theme/assets/images/carousel-arrow.svg");
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a:after {
    height: 30px;
  }
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a.flex-prev:after {
  content: "";
  left: 0;
}
#zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a.flex-next:after {
  content: "";
  rotate: 180deg;
  right: 0;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a.flex-prev {
    left: -30px;
  }
  #zapct-homepage-winners #zapct-homepage-winners-slider .flex-direction-nav li a.flex-next {
    right: -25px;
  }
}
#zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-prev {
  left: -50px;
}
#zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-next {
  right: -50px;
}
@media screen and (max-width: 576px) {
  #zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-prev {
    left: -30px;
  }
  #zapct-homepage-winners #zapct-homepage-winners-slider:hover .flex-direction-nav .flex-next {
    right: -25px;
  }
}

/* ==========================================================================
   Side Cart
   ========================================================================== */
.xoo-wsc-clist-cont {
  display: none;
}

.xoo-wsc-pprice,
.xoo-wsc-pprice span.amount,
.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  font-weight: bold;
}

.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping,
.xoo-wsc-basket {
  display: none !important;
}

.xoo-wsc-ft-buttons-cont {
  display: block !important;
}

.xoo-wsc-container {
  background-color: #fff;
}

.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer {
  background-color: #fff !important;
  color: #343a40 !important;
}
.xoo-wsc-header a,
.xoo-wsc-body a,
.xoo-wsc-footer a {
  color: #343a40 !important;
}
.xoo-wsc-header .xoo-wsc-pprice,
.xoo-wsc-header span.amount,
.xoo-wsc-body .xoo-wsc-pprice,
.xoo-wsc-body span.amount,
.xoo-wsc-footer .xoo-wsc-pprice,
.xoo-wsc-footer span.amount {
  color: #28a745 !important;
}

.xoo-wsc-slider {
  background-color: #fff;
  color: #495057;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon input {
  padding: 5px;
  border: 1px solid #fff;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 5px;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:focus, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.disabled, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled):active, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled).active, .show > .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled):active:focus, .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button:not(:disabled):not(.disabled).active:focus, .show > .xoo-wsc-slider .xoo-wsc-sl-apply-coupon button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.xoo-wsc-product {
  border-bottom: 1px solid #adb5bd;
}

.xoo-wsc-ft-buttons-cont a,
.xoo-wsc-empty-cart a {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 5px;
  display: block !important;
  margin-top: 15px !important;
}
.xoo-wsc-ft-buttons-cont a:hover,
.xoo-wsc-empty-cart a:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.xoo-wsc-ft-buttons-cont a:focus, .xoo-wsc-ft-buttons-cont a.focus,
.xoo-wsc-empty-cart a:focus,
.xoo-wsc-empty-cart a.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.xoo-wsc-ft-buttons-cont a.disabled, .xoo-wsc-ft-buttons-cont a:disabled,
.xoo-wsc-empty-cart a.disabled,
.xoo-wsc-empty-cart a:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled):active, .xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled).active, .show > .xoo-wsc-ft-buttons-cont a.dropdown-toggle,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled):active,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled).active,
.show > .xoo-wsc-empty-cart a.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled):active:focus, .xoo-wsc-ft-buttons-cont a:not(:disabled):not(.disabled).active:focus, .show > .xoo-wsc-ft-buttons-cont a.dropdown-toggle:focus,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled):active:focus,
.xoo-wsc-empty-cart a:not(:disabled):not(.disabled).active:focus,
.show > .xoo-wsc-empty-cart a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.xoo-wsch-basket .xoo-wscb-icon {
  display: none;
}
.xoo-wsch-basket .xoo-wscb-count {
  background-color: #343a40;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.xoo-wsch-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* ==========================================================================
   Cardstream
   ========================================================================== */
/* ==========================================================================
   Cashflows
   ========================================================================== */
/* ==========================================================================
   Checkout.com
   ========================================================================== */
/* ==========================================================================
   Nochex
   ========================================================================== */
/* ==========================================================================
   Total Processing
   ========================================================================== */
/* ==========================================================================
   Trust Payments
   ========================================================================== */