.cash-alternative {
    color: #F6B118;
    height:30px;
    font-size:14px;
    font-weight:600;
}

.cash-alternative-empty {
    color: #F6B118;
    height:30px;
    font-size:14px;
    font-weight:600;
}

.automated_draw {
	color: #111111!important;
    background-color: #FFE333!important;
    font-size: 14px!important;
    font-weight:600;
	font-family:"Montserrat", Sans-serif;
    height:22px!important;
	border-radius: 15px 15px 15px 15px;
	text-align: center;
	padding-left:10px;
	margin: 5px;
    margin-top: -10px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #111111!important;
    border-radius: 15px 15px 15px 15px;
}

.automated-draw-empty {
	color: #111111!important;
    background-color: #FFE333!important;
    font-size: 14px!important;
    font-weight:600;
	font-family:"Montserrat", Sans-serif;
    height:22px!important;
	border-radius: 15px 15px 15px 15px;
	text-align: center;
	padding-left:10px;
	margin: 5px;
    margin-top: -10px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #111111!important;
    border-radius: 15px 15px 15px 15px;
}
    
.ticket-info {
	flex: 1;
    text-align: left;
	color:#FFE333!important;
	font-weight:600;
	font-family:"Montserrat", Sans-serif;
    font-size: 12px!important;
}

.tickets-sold {
    flex: 1;
    text-align: right;
	color:#FFE333!important;
	font-weight:600;
	font-family:"Montserrat", Sans-serif;
    font-size: 12px!important;
}

.competition_type {
    color: #1c1c1c;
    height:50px;
    font-weight:600;
	padding-left:10px;
	font-family:"Montserrat", Sans-serif;
    font-size: 14px!important;
}

.progress-bar-wrapper {
    position: relative;
    width: 100%;
}

progress {
    width: 100%;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    background-color: #eee;
}

progress::-webkit-progress-bar {
    background-color: #eee;
}

progress::-webkit-progress-value {
    background-color: #3c9;
}

.progress-icon {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 2.5em; /* make it bigger */
    pointer-events: none;
    z-index: 2;
}

.progress-details {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
    font-size: 14px;
    color: #333;
}

/* Add this to your theme’s style.css */
.lottery-pagination ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    text-align: center; /* centers the pagination */
}
.lottery-pagination li {
    display: inline-block;
    margin: 0 0.5em;
}
.lottery-pagination li.current a {
    font-weight: bold;
    text-decoration: underline;
}
.lottery-pagination a {
    text-decoration: none;
}

.instant-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.instant-slider-track {
  display: inline-flex;
  white-space: nowrap;
  animation: iw-slide 30s linear infinite;
}

.instant-slider-container:hover .instant-slider-track {
  animation-play-state: paused;
}

.instant-slider-item {
  flex: 0 0 auto;
  padding: 0 2em;
  font-size: 1rem;
  line-height: 2rem;
  border-right: 1px solid #ddd;
}

@keyframes iw-slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Hide WPLoyalty footer branding in the launcher popup */
.wll-content-container .wll-footer-container,
.wll-content-container .wll-powered-by-text,
.wll-content-container .wll-wployalty-branding-text,
.wll-content-container .wlrf-wployalty_logo {
  display: none !important;
}

/* (Optional) if any leftover gap appears, collapse it */
.wll-content-container .wll-home-container { padding-bottom: 0 !important; }

/* ================================
   YITH Added-to-Cart Popup (scoped)
   ================================ */

/* -- Optional: local vars for popup (used as fallbacks) -- */
#yith-wacp-popup {
  --yith-wacp-button-background-continue-shopping: transparent;
  --yith-wacp-button-text-color-continue-shopping: #f9e900;
  --yith-wacp-button-border-color-continue-shopping: #f9e900;
  --yith-wacp-actions-buttons-radius: 14px;
}

/* Title */
#yith-wacp-popup .yith-wacp-message h3 {
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 11px;
}

/* Panel chrome */
#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-main {
  border-radius: 21px !important;
  background-color: rgba(12,12,12,0.92) !important;
  border: 3px solid #fbff0f !important;
  padding-bottom: 15px !important;
  overflow: hidden;
}

/* Neutralize inner backgrounds so the dark panel shows */
#yith-wacp-popup .yith-wacp-content,
#yith-wacp-popup .yith-wacp-popup-actions {
  background: transparent !important;
}

/* Overlay */
#yith-wacp-popup .yith-wacp-overlay {
  background-color: rgba(0,0,0,0.94) !important;
}

/* Close icon */
#yith-wacp-popup .yith-wacp-head.yith-wacp-close {
  width: 16px !important;
  height: 16px !important;
  filter: invert(0.54);
  animation: rubberBand 1s both;
}

/* Message background */
.yith-wacp-main .ps--active-y .yith-wacp-message {
    background-color: rgba(254, 247, 62, 0.24) !important;
}

/* Product image */
#yith-wacp-popup .product-thumb img {
  height: 122px !important;
  border: 2px solid #fbff1e !important;
  border-radius: 18px !important;
  object-fit: cover;
  width: 122px !important;
}

/* Product title link */
#yith-wacp-popup .info-box .product-info .product-title a {
  color: #ffee05 !important;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  color: #f9e900;
  text-transform: uppercase;
}

/* Totals/prices on dark */
#yith-wacp-popup .yith-wacp-cart-info .cart-totals,
#yith-wacp-popup .yith-wacp-cart-info .cart-totals * {
  color: #ffffff !important;
}

#yith-wacp-popup .yith-wacp-cart-info .cart-cost,
#yith-wacp-popup .yith-wacp-cart-info .cart-costs * {
  color: #000000 !important;
}

#yith-wacp-popup .yith-wacp-cart-list .item-price bdi,
#yith-wacp-popup .yith-wacp-cart-list .item-subtotal bdi,
#yith-wacp-popup .yith-wacp-cart-list tbody .quantity {
  color: #ffffff !important;
}

/* Remove/bin icon contrast */
#yith-wacp-popup .yith-wacp-cart-list .item-remove a {
  filter: invert(1);
}

/* --- Buttons (your extra rules, scoped & merged) --- */

/* Shared button styling inside popup actions */
#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button {
  font-family: var(--h1-font-family, inherit);
  font-size: 14px;                 /* your snippet */
  line-height: 1.2 !important;
  font-weight: 700;                 /* stronger for uppercase look */
  text-transform: uppercase;        /* your snippet */
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0.8em 1.4em;            /* comfy tap target */
  min-height: 50px;                 /* your snippet */
  border-radius: var(--yith-wacp-actions-buttons-radius);
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  box-shadow: 3px 0 1em 0 rgba(255,221,0,0.65); /* subtle glow */
}

/* Primary (Checkout) */
#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button.go-checkout .button.go-cart .button.continue-shopping {
  background: #f9e900 !important;
  color: #000 !important;
  border: 2px solid #f9e900 !important;
}

/* Hover (View Cart) */
#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button.go-checkout .button.go-cart .button.continue-shopping .hover {
  background: transparent !important;
  color: #f9e900 !important;
  border: 2px solid #f9e900 !important;
}

/* Active (View Cart) */
#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button.go-checkout .button.go-cart .button.continue-shopping .active {
  background: transparent !important;
  color: #f9e900 !important;
  border: 2px solid #f9e900 !important;
}

/* Extra color aids for Perfect Scrollbar states in this layout */
#yith-wacp-popup .ps .continue-shopping { color: #f9f9f9 !important; }
#yith-wacp-popup .ps--active-y .continue-shopping {
  color: #ffffff !important;
  border-color: #f4e400 !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-price {
    font-size: 20px;
    text-align: left;
    color: #ffffff !important;
}

/* Keyframe used above */
@keyframes rubberBand {
  0% { transform: scale3d(1,1,1); }
  30% { transform: scale3d(1.25,0.75,1); }
  40% { transform: scale3d(0.75,1.25,1); }
  50% { transform: scale3d(1.15,0.85,1); }
  65% { transform: scale3d(.95,1.05,1); }
  75% { transform: scale3d(1.05,.95,1); }
  100% { transform: scale3d(1,1,1); }
}

/* === Two-column layout for the accordion list === */
.accordion-wpgenie {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* two columns */
  gap: 16px; /* space between cards */
}

/* Remove the old vertical margins; grid gap handles spacing */
.accordion-wpgenie .accordion__item {
  margin: 0;
}

/* Mobile: fall back to single column */
@media (max-width: 768px) {
  .accordion-wpgenie {
    grid-template-columns: 1fr;
  }
}

/* --- Resize & tidy card internals for a tighter two-col fit --- */

/* Header row (image, title/status, arrow) */
.accordion-wpgenie .head {
  padding: 14px 16px;                /* slightly tighter */
  gap: 12px;                         /* space between img, text, arrow */
}

/* Icon image on the left */
.accordion-wpgenie .head img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 56px;
}

/* Title + status wrapper inside the header (only target the header one) */
.accordion__item > .head > .wrapper {
  padding: 0;                        /* override the generic .wrapper padding */
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Title sizing */
.accordion__item h4.accordion__title-text {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

/* Status pill */
.accordion-wpgenie .head .status {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1.1;
  align-self: flex-start;
}

/* Arrow size/placement */
.accordion-wpgenie .arrow {
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.accordion-wpgenie .head:hover .arrow { opacity: 1; }

/* Content area (inside each accordion item) */
.accordion-wpgenie .content {
  padding: 14px 16px;
}

/* Ticket grid: a touch tighter gaps in two-col layout */
.accordion__item .content .wrapper {
  grid-gap: 8px;
}

/* Ticket cards */
.accordion__item .content .wrapper .ticket-top {
  border-radius: 10px;
}
.accordion__item .content .wrapper .ticket-number {
  padding: 8px;
  font-size: 14px;
}
.accordion__item .content .wrapper .ticket-bottom {
  padding: 8px;
  font-size: 12px;
}

/* Pagination in content: give it a little breathing room */
.accordion-wpgenie .woocommerce-pagination {
  margin-top: 12px;
  float: none;
}

/* Optional: make the whole header feel a tad denser on very small screens */
@media (max-width: 480px) {
  .accordion-wpgenie .head {
    padding: 12px;
  }
  .accordion-wpgenie .head img {
    width: 48px; height: 48px;
  }
  .accordion__item h4.accordion__title-text {
    font-size: 14px;
  }
}

.banana-bg-container {
	position: relative;
	overflow: hidden;
	min-height: 100px; /* Adjust as needed */
	width: 100%;
}

.banana-particle {
	position: absolute;
	width: 30px; /* Adjust size as needed */
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	animation: floatBanana 15s linear infinite;
	opacity: 0.5;
	z-index: 0;
}

@keyframes floatBanana {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	25% {
		transform: translate(50px, 50px) rotate(90deg);
	}
	50% {
		transform: translate(100px, 0) rotate(180deg);
	}
	75% {
		transform: translate(50px, -50px) rotate(270deg);
	}
	100% {
		transform: translate(0, 0) rotate(360deg);
	}
}

/* Progress meter text tweaks */
.wcl-progress-meter .zero,
.wcl-progress-meter .max {
  color: #fff !important;
}

.wcl-progress-meter .sold {
  /*color: #fff !important;*/
  /*font-size: 10px;   /* make tiny; bump to 10–12px if needed for readability */
  /*line-height: 1.2;*/
  display:none;
}





/* === Product Facts (Elementor) === */
.ar-product-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 1rem 0;
  text-align: center;
  color: #ffffff; /* default text colour */
}

.ar-product-facts .ar-fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; /* space between icon, label, value */
}

/* Icons: 15x15 and yellow via currentColor */
.ar-product-facts svg {
  width: 25px;
  height: 25px;
  color: #FFD400;        /* yellow */
  stroke: currentColor;  /* ensure strokes follow yellow */
  display: inline-block;
  vertical-align: middle;
}

/* Label and value */
.ar-product-facts .ar-fact-label {
  font-size: 12px;
  line-height: 1;
  opacity: 0.9;
}

.ar-product-facts .ar-fact-value {
	color: var(--e-global-color-9c2e1af);
    font-family: "Paytone One", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    text-shadow: rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
    text-transform: uppercase;
}

/* Small-screen tweaks */
@media (max-width: 480px) {
  .ar-product-facts { gap: 10px; }
  .ar-product-facts .ar-fact-label { font-size: 9px; }
  .ar-product-facts .ar-fact-value { font-size: 12px; }
}
