@font-face {
  font-family: 'alternate-gothic-demi';
  src: url('../../../font/alternate-gothic-demi.eot');
  src: url('../../../font/alternate-gothic-demi.eot') format('embedded-opentype'),
    url('../../../font/alternate-gothic-demi.woff2') format('woff2'),
    url('../../../font/alternate-gothic-demi.woff') format('woff'),
    url('../../../font/alternate-gothic-demi.ttf') format('truetype'),
    url('../../../font/alternate-gothic-demi.svg#alternate-gothic-demi') format('svg');
}

@font-face {
  font-family: 'alternate-gothic-atf';
  src: url('../../../font/alternategothicatf.eot');
  src: url('../../../font/alternategothicatf.eot') format('embedded-opentype'),
    url('../../../font/alternategothicatf.woff2') format('woff2'),
    url('../../../font/alternategothicatf.woff') format('woff'),
    url('../../../font/alternategothicatf.ttf') format('truetype'),
    url('../../../font/alternategothicatf.svg#alternategothicatf') format('svg');
}

@font-face {
  font-family: 'alternate-gothic-heavy';
  src: url('../../../font/alternategothicheavy.eot');
  src: url('../../../font/alternategothicheavy.eot') format('embedded-opentype'),
    url('../../../font/alternategothicheavy.woff2') format('woff2'),
    url('../../../font/alternategothicheavy.woff') format('woff'),
    url('../../../font/alternategothicheavy.ttf') format('truetype'),
    url('../../../font/alternategothicheavy.svg#alternategothicheavy') format('svg');
}

@font-face {
  font-family: "proxima-soft";
  src: url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "proxima-soft";
  src: url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "proxima-soft";
  src: url("https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/4d5bd3/00000000000000007735afad/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: 'astounder-squared-lc-bb';
  src: url('../../../font/astounder-squared-lc-bb.eot');
  src: url('../../../font/astounder-squared-lc-bb.eot') format('embedded-opentype'),
    url('../../../font/astounder-squared-lc-bb.woff2') format('woff2'),
    url('../../../font/astounder-squared-lc-bb.woff') format('woff'),
    url('../../../font/astounder-squared-lc-bb.ttf') format('truetype'),
    url('../../../font/astounder-squared-lc-bb.svg#l') format('svg');
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

body {
  font-size: 1rem;
  background: #FAE4EC;
  background: radial-gradient(circle, rgba(250, 228, 236, 1) 0%, rgba(243, 194, 209, 1) 50%, rgba(236, 110, 152, 1) 100%);
  /* font-family: "proxima-soft", sans-serif; */
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  font-family: "Fraunces", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Arial", sans-serif !important;
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  box-sizing: content-box;
  background: #b14b6c;
}

.ticker-wrap .ticker {
  display: inline-block;
  height: 100%;
  line-height: 1;
  white-space: nowrap;
  padding-right: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 750s;
}

.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 30px;
  color: #221e1c;
  font-weight: 700;
}

header .inner {
  /* background-image: url(../images/header-base.png); */
  /* background-color: #830b31; */
  background-size: cover;
  background-position: bottom center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

header .inner .logo {
  display: block;
  position: relative;
  padding: 40px 0;
}

header .inner .logo img {
  margin: 0;
  padding: 0;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
  filter: drop-shadow(0 0 0.75rem #57000099);
}

header .btn {
  font-family: "Fraunces", cursive !important;
}

header .btn.new-btn {
  border: 2px solid white !important;
  color: white;
  background: transparent;
}

header .btn.new-btn:hover {
  color: white;
  background: #0b5107;
}

header .btn.border-gold {
  border: 2px solid transparent !important;
}

.clover {
  height: 1vw;
}

.border-box {
  display: inline-block;
  padding: 10px 20px;
  background: white;
  border: 4px dashed #c9a400;
  /* Gold dashed border */
  border-radius: 15px;
  /* Rounded corners */
  font-size: 18px;
  font-weight: bold;
  color: #222;
  /* Dark text */
  text-align: center;
  height: 3vw;
}

.btn-zapct {
  position: absolute !important;
  bottom: -0px;
  padding: 9px 30px !important;
  border-radius: 15px !important;
}

.btn-zapct-gold {
  color: #830b31;
  background-color: #c9a400 !important;
  left: 20px;
}

.counter-title {
  font-weight: 400;
  font-size: 1.5rem !important;
  color: #13a952;
  font-family: 'Squada One', Impact, 'Arial Narrow Bold', sans-serif !important;
}

.counter-number {
  font-weight: 600;
  font-size: 4rem !important;
  color: #090909;
  display: inline-block !important;
  text-align: center;
  font-family: 'Squada One', Impact, 'Arial Narrow Bold', sans-serif !important;
  line-height: 1;
}

.btn-zapct-green {
  color: white !important;
  background-color: #016a36 !important;
  right: 20px;
}

.zapct-homepage-section {
  padding: 0 !important;
  margin-top: 1rem;
}

.zapct-next-draw {

  padding-top: 0 !important;
  max-width: 70vw !important;
}

@media (max-width:640px) {
  .zapct-next-draw {

    padding-top: 0 !important;
    max-width: 90vw !important;
  }
}


.zapct-page-title {
  padding-bottom: 0 !important;
  /* margin-bottom: 0 !important; */
}

.jj ul.products li.product .inner-wrapper .zapc-countdown {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.zapct-next-draw .container #zapct-homepage-stats {
  display: flex !important;
  max-width: auto !important;
  flex: none !important;
  ;
}

.counter-number {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  min-width: 20px;
}

@keyframes fromTop {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fromBottom {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.digit {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  header .inner .logo img {
    height: auto;
    top: 0;
  }

  .zapct-next-draw {
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  header .inner .logo {
    padding: 30px 0;
  }
}

header .inner nav ul {
  margin: 0;
  padding: 0;
}

header .inner nav ul li {
  display: inline-block;
  font-weight: 400;
}

header .inner nav ul li a {
  font-family: "Fraunces", cursive;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem;
  font-size: 1.0625rem;
  letter-spacing: .14875rem;
  font-weight: 700;
  transition: 0.4s all;
}

header .inner nav ul li a:hover {
  color: #dbbf31;
}

header .inner nav .dropdown-menu {
  background: linear-gradient(180deg, #01934d 0, #016a36 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: bottom center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

header .inner nav .dropdown-menu li {
  display: block;
}

header .inner nav .dropdown-menu li a.dropdown-item:hover {
  background-color: inherit;
}

header .inner .links {
  padding: 0 15px;
}

header .inner .links.links-end li {
  padding: 0 5px;
}

header .inner .links img {
  height: 45px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 767.98px) {
  header .inner .links img {
    height: 60px;
    transform: translateY(3px);
  }
}

header .inner .links ul {
  margin: 0;
  padding: 0;
}

header .inner .links ul li {
  display: inline-block;
}

header .inner .links ul li a {
  font-weight: 400;
}

header .inner .links ul li span,
header .inner .links ul li img {
  margin-left: 5px;
}

@media (max-width: 767.98px) {

  header .inner .links ul li span,
  header .inner .links ul li img {
    margin-left: 2px;
  }
}

@media (max-width: 767.98px) {
  header .inner .links ul li img.basket {
    transform: translateY(10px);
  }
}

header .inner .links ul #mobile-toggle {
  margin-left: 5px;
  display: none;
}

@media (max-width: 1199.98px) {
  header .inner .links ul #mobile-toggle {
    display: inline-block;
  }
}

header a {
  color: #FFF;
  text-decoration: none;
}

.mobile-nav ul,
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-nav ul li,
.dropdown-menu ul li {
  list-style-type: none;
}

.mobile-nav ul li a,
.dropdown-menu ul li a {
  display: block;
  color: var(--white);
  text-decoration: none;
  /* font-family: alternate-gothic-atf, sans-serif; */
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 800;
  transition: 0.4s all;
}

.mobile-nav ul li a:hover,
.dropdown-menu ul li a:hover {
  color: var(--petalpink);
  background-color: var(--hun);
  padding: 10px 24px;
}

.mobile-nav ul.dropdown-menu {
  position: relative !important;
  transform: none !important;
  padding-left: 0;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
}

.mobile-nav ul.dropdown-menu.show {
  all: unset;
  display: block;
  padding-left: 0;
}

.mobile-nav ul.dropdown-menu a {
  cursor: pointer;
}

.mobile-nav ul.dropdown-menu a:hover {
  background-color: inherit;
}

.drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: linear-gradient(180deg, var(--hun) 0, var(--hun-darker) 100%);
  transition: right 0.3s ease;
  padding: 16px 0;
  overflow-y: auto;
}

.drawer.open {
  right: 0;
  z-index: 999;
}

.close-button {
  background-color: #eb004a;
  border: 2px solid #e44476;
  background-size: cover;
  color: #fff;
  padding: 4px 12px 8px;
  margin: 0 20px 10px auto;
  border-radius: 6px;
  position: relative;
  font-size: 2.4rem;
  display: block;
  font-weight: 800;
  line-height: 2rem;
}

/*# sourceMappingURL=style.css.map */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 31.25vw;
}

#carousel {
  background-color: var(--hun-darker);
  border-bottom: none !important;
  width: 100vw;
  height: 31.25vw;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 31.25vw;
}

.counter-alt-btn {
  display: none !important;
}


.mobile-banner {
  display: none !important;
}

@media (max-width: 768px) {

  /* Targets tablets and smaller screens */
  .zapct-carousel-wrapper,
  #zapct-carousel,
  .carousel-inner {
    height: 62.5vw;
  }

  .btn-zapct {
    display: none !important;
  }

  .counter-alt-btn {
    display: flex !important;
  }

  .large-banner {
    display: none !important;
  }

  .mobile-banner {
    display: flex !important;
    ;
  }
}


.carousel-image {
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  z-index: 2;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.carousel-caption .btn {
  background-color: #007bff;
  border: none;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-image {
    background-image: var(--mob-image);
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    object-fit: fill;
  }

  .carousel-caption {
    bottom: 15%;
  }
}

/* Lost Password CSS Style */
.jj-ResetPassword .jj-form-row input.jj-Input {
  width: 100%;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  padding: 10px 15px;
}

.jj-ResetPassword .jj-form-row:last-of-type {
  text-align: right;
}

.jj-ResetPassword .jj-form-row:last-of-type button {
  color: #fff;
  background-color: #0d0b0b;
  border-color: #060505;
}

.jj-ResetPassword {
  max-width: 480px;
  margin: 0 auto;
  border: 2px solid #f8f9fa;
  padding: 30px;
  background-color: #fff;
}

/* General css */
.wp-block-esab-accordion {
  padding: 0 15px;
}

.wp-block-esab-accordion-child {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border: none;

  .esab__heading_tag {
    color: var(--hun);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.625rem;
    /* 118.182% */
    letter-spacing: -0.0275rem;
  }

  .esab__icon {
    height: 40px;
  }
}

.jj ul.products li.product .inner-wrapper h2 {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--gray-dark);
  font-size: 1.3rem !important;
  font-weight: bold;
  text-align: center;
  font-family: var(--font-family-sans-serif);
}