/** Shopify CDN: Minification failed

Line 57:0 Comments in CSS use "/* ... */" instead of "//"
Line 62:0 Comments in CSS use "/* ... */" instead of "//"
Line 1428:12 Expected identifier but found whitespace
Line 1428:14 Unexpected "{"
Line 1428:21 Expected ":"
Line 1429:7 Expected identifier but found whitespace
Line 1429:9 Unexpected "{"
Line 1429:16 Expected ":"
Line 1431:15 Expected identifier but found whitespace
Line 1431:17 Unexpected "{"
... and 5 more hidden warnings

**/
@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
	--font-text:'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--primary-color:#fc8424;
}

.i-slider {
	margin-top:50px;
}
.i-slider  .slick-slide {
 border:1px solid #363636;
		padding: 20px 0;
	min-height: 390px;
		display: flex;
	flex-direction: column;
	justify-content: space-between;
		align-items: center;
}

.swatch { width: 100%;}
.swatch .soldout {
	background: initial;
	padding: initial;
}
.swatch .swatch-element input { display:none; }

.swatch .swatch-element label {
	width: 100px;
	height: 30px;
	border: 1px solid #111;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-left: 10px;
}

.swatch .s-element input[type=checkbox]:checked + label { background:red !important;} 



//For Tabs
.tabs .tab-content{display:none;}
.tab-index:hover{cursor:pointer;}
.luckybox .luckydip:hover{cursor:pointer;}

//For ticket count
.avi-count{display:none;}

.swatch .available {
	padding: initial;
	background: initial;
	border: initial;
}

.swatch .s-element label {
	 
/*     border: 1px solid #939393;
	width: 80px; */
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 16px;
	background-image: url(/cdn/shop/files/tn.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.swatch .s-element.soldout label { 
	background-image: url(/cdn/shop/files/tb.png);
	text-decoration: line-through;
	color: #fff;
	font-size: 16px;
}


.swatch .s-element label.active {
	background-image: url(/cdn/shop/files/ta.png);
	color: #fff;
	font-size: 16px;
}



/* .swatch .s-element input[type="checkbox"]:checked + label { background:red;} */
.checked-input {
	
	
}
.swatch {
	padding: 0px;
}


.swatch label { margin-bottom: 0; }
.cta-atc {
width:100%;
margin:30px 0px; 
	display: flex;
	justify-content: center;
}

.cta-atc #add-to-cart-button {
	width: 100%;
	border: 1px solid #f1833b;
	padding: 15px;
	background: #f1833b;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
}
.cta-atc #add-to-cart-button:hover {
	background: #fff;
	color: #f1833b;
}
.alert-box h2 {
	
}
.line-item-property label { font-size:16px; }
.line-item-property #answer { margin-top: 10px; }

.avi-question-area {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #818181;
}

.photos__item.photos__item--main {
 position:relative;
}
.float-timer {

	z-index: 1;
	left: 0;
	bottom: 0;
	width:100%;
}

.ticket-price {
	color: #666666;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 7px;
}
.ss-2 {
	padding:5px;
	
}
.ss-2-1 {
	width: 100%;
	background-size: cover !important;
	height:110px;
	background-position: center center !important;
	border: 1px solid #f5f5f5;
	opacity:0.3;
}
.ss-2.slick-current .ss-2-1 {
	opacity:1;
}

.richtext-content.richtext-video-title h3 {
	margin-top:0.8em;
}

@media (max-width:767px) {
	
 .photos__item--main {
	text-align: center;
	min-width: 0;
	margin: 0 0px;
} 
	
	div#demo4>div { margin-right:1px; }  
	
	
}

p.row_price {
	font-size: 20px;
	color: #000;
}


.progress-wraper {
	display: flex;
	align-items: center;
} 

.progress-wraper.pro-card   {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 2px;
} 
.progress-wraper.pro-card .progress { max-height:15px;}
.progress-wraper .ticket-title {
	font-size: 18px;
	font-weight: 900;  
}
.progress-wraper 
	.progress {
	margin:20px auto;
	padding:0;
	width:90%;
	height:30px;
	background:#e5e5e5;
	border-radius:6px;
	
	
	display: flex;
	align-items: center;
	justify-content: space-between;  
}
.progress-wraper.pro-card .progress.avi-progress-bar, .progress-wraper.pro-card .ttl-info.no-p {
 width:100%; 
}
.progress-wraper 
	.progress.full-w {
	width:100%;
	}
	p.left, .percent {
	padding-right: 40px;
	font-size: 18px;
	color: #474646;
	font-weight: 600;
	white-space: nowrap;
	}
.bar {
	 border-radius: 6px;
/*       border-top-left-radius: 6px;
		border-bottom-left-radius: 6px; */
	position:relative;
	float:left;
	min-width:1%;
	height:100%;
	background: rgb(221,164,97);
	background: linear-gradient(90deg, rgba(221,164,97,1) 0%, rgba(222,143,52,1) 58%, rgba(222,123,7,1) 100%);
}


.bar::before{
content: attr(data-content);


}


.percent {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	font-family:tahoma,arial,helvetica;
 
}
.pro-card p.left, .pro-card .percent {
 font-size:14px; 
}
.wrap-card { position:relative;} 
.t-timer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #de7c36;
	padding: 6px 0px;
	color: #353535;
}
.t-timer  span { color:#fff; font-weight: bold;}
.t-timer  span:first-child { color: #353535; }
.product-card__image-container {
	height: initial;
	margin-bottom: 0px;
}
.product-card__name {
	font-weight: 500;
	color: #df7c36;
	white-space: normal;
	font-size: 24px;
}

.product-card {
	background-color: transparent;
}
.product-card__info {
	position: relative;
	background-color: transparent;
}
.ttl-info {
	width: 100%;
	padding: 3px 18px 10px;
	display: flex;
	justify-content: space-between;
	color: #000;
}
.progress.avi-progress-bar {
	margin: 15px 25px 0; 
}
.progress.avi-progress-bar p.left, .progress.avi-progress-bar .percent {
	padding-right: 10px;
	white-space: nowrap;
}
.time-pro span > .hero-content__title {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-left: inherit;
} 


.product-recommendations { display:none; }




.bar::before {
	position: absolute;
/*  content: "{{ totalsoldTickets }}";  */    
	font-family: arial;
	text-align: center;      
	right: -21px;
	border-radius: 4px;
	color: #fff;
	min-width: 40px;
	white-space: nowrap;
	 background: #363636;
	font-size: 12px;
	padding: 2px 5px;
	top: -35px;
	
}
#collection .bar::before {
	background: #363636;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 5px;
	top: -32px;
}

.bar::after {
	 position: absolute;
	content: "";
	height: 10px;
	background: #f000;
	top: -15px;
	right: -4px;
	border-left: 6px solid rgba(255, 0, 0, 0);
	border-right: 6px solid rgba(255, 0, 0, 0);
	border-top: 6px solid #df7c36;
	border-top-color: #363636;
}

.ttl-info.no-p {
	width: 100%;
	padding: 3px 5px 0;
}
.product-single__meta ul {
	padding-left: 18px;
}
.product-single__info-wrapper {
	padding: 0px 10px;
}

.ss-wrap .slider-nav {
	max-width: 70%;
	margin:0 auto;
}
.pt-20 { padding-top:30px; }


@media only screen and (min-width: 750px) {
.card__info {
	padding:0px;
}
	.product-card {
	padding: 0 20px !important;
}
}
@media (max-width:767px){
 .progress-wraper {
	flex-direction: column;
} 
p.left, .percent {
	padding-right: 3px;
	font-size: 11px;
	color: #474646;
	font-weight: 600;
}  
}





.accordion {
	background-color: transparent;
	color: #000;
	font-size:20px;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	transition: 0.4s;
	border-bottom: solid 3px #eee;
	margin: 20px 0;
}

.active_a, .accordion:focus {
color: #f1833b;
}



.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.accordion.active:after, .accordion.active_a:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.wrapper-acc{
margin: auto;
width: 70%;
overflow: hidden;

}




.nav-menu-drop {
width: 100%;
height: 70px;
background-color:rgba(0,0,0,0.8) ;
position: absolute;
top: 148px;
 z-index: 10;
/*  opacity: 0.8; */
padding: 20px 10px; 
	
 


}


 @media and screen(max-width: 480px){
	
	.nav-menu-drop {
display: none;
	
 


}
	}

.navlink-container {

margin: 0 20px;


}


.custom-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 40%;
	margin:  auto;


}

.custom-nav-link {
	
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.hidden{
	
	display:  none; 

}

.show-nav {

display: block;

}

.soldOut {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(234, 229, 225, 0.78);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:30px;
}
.soldOut > img {
	width: 56%;
	height: auto;
	position: initial;
 }

ul.user-links {
	display: flex;
	justify-content: flex-end;
	list-style: none;
}
.user-links li {
	margin-left:15px;
}
.user-links li a {
 font-weight:600;
}
 
.ques {
	font-size: 18px;
	color: #363636;
	line-height: 1.3;
	font-weight: 700;
}
.ques span {
	color: #FC8424;
	font-weight: 600;
	font-size: 20px;
}

.line-item-property #answer {
	margin-top: 10px;
}
.user-links li a, select#answer, .js-qty__input {
	font-weight: 600;
}
select#answer {
	width: 100%;
	background: #fff;
	background-size: 18px 12px;
	padding: 8px 14px;
	border-radius: 3px;
	border: 1px solid #d9dbdc;
	font-weight: 600;
	font-size: 1.7rem;
}

select#answer option {
	color: #000;
	background-color: #fff;
}

.line-item-property #answer {
	margin-top: 10px;
}
.line-item-property label {
	font-size: 20px;
	 color: #FC8424;
	line-height: 1.2;
	font-weight: 700;    
	text-transform: uppercase;
	margin-bottom: 13px;
}
.qty-text {   
	padding-top: 1rem;
	width: 100%;
	margin-bottom: 1rem;
}
.qty-text label {
	font-size: 20px;
	color: #f1833b;
	font-weight: 700; 
}
.qty-input__input  {
	background: #fff !important;
	font-size: 1.7rem;
	font-weight: 600; 
}

/* 28th Feb */

.product--pricing .sale-price {
	flex-direction:column-reverse;
	gap:5px;
}

.product--pricing {
	gap:10px;
}

.per-person-text {
	max-width:80px;
}

.product-compare-price {
	background:linear-gradient(to top left,
						 rgba(0,0,0,0) 0%,
						 rgba(0,0,0,0) calc(50% - 0.8px),
						 #ff0000 50%,
						 rgba(0,0,0,0) calc(50% + 0.8px),
						 rgba(0,0,0,0) 100%);;
}

.avi-progress-bar {
	position:relative;
}

.total-tickets-sold {
	display:none;
	white-space:nowrap;
	content:attr(data-sold);
	position:absolute;
	bottom:calc(100% + 10px);
	left:100%;
	transform:translateX(-50%);
	background:#DE7B06;
	color:#FFFDFD;
	border:1px solid #FFFDFD;
	border-radius:5px;
	padding:5px;
	text-transform:uppercase;
	font-family:"Open Sans Condensed", sans-serif;
	font-size:12px;
	font-weight:600;
	line-height:1;
}

.top-progressbar-container .container {
	width:85%;
}

body[template-type="uncover"] .total-tickets-sold,
body[template-type="prize-combo"] .total-tickets-sold {
	display:block;
}

.total-tickets-sold:before,
.total-tickets-sold:after {
	position:absolute;
	content:"";
	border:5px solid transparent;
	border-top-color:#DE7B06;
	left:50%;
	transform:translateX(-50%);
	top:100%;
	z-index:2;
}


.total-tickets-sold:after {
	border-top-color:white;
	margin-top:1px;
	z-index:1;
}

.bundle-increment {
	border:1px solid black;
}

.top-progressbar-container {
	padding-top:50px;
}

.responsive-video-container {
	padding-bottom:56.25%;
	width:100%;
	position:relative;
}

.responsive-shorts-container {
	padding-bottom:177.78%;
}

.responsive-video-container video,
.responsive-video-container object,
.responsive-video-container iframe,
.responsive-video-container embed {
	width:100%!important;
	height:100%!important;
	position:absolute;
	top:0;
	left:0;
}

.product-quantity-change {
	font-size:0px;
	padding:0;
	background:#efefef;
	border-radius:3px;
	color:#DE7B06;
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

.product-quantity-change:before {
	content:"";
	width:20px;
	height:4px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:#DE7B06;
}

#productQuantitySelector {
	-webkit-appearance:none;
	appearance:none;
	cursor:pointer;
	outline:none;
	border-radius:15px;
	height:10px;
	background:transparent;
}

#productQuantitySelector::-moz-range-thumb {
	background:white;
	border-radius:100%;
	width:20px;
	height:20px;
	transition:all 0.2s ease-in-out;
	appearance:none;
}

#productQuantitySelector::-webkit-slider-thumb {
	background:white;
	border-radius:100%;
	width:20px;
	height:20px;
	border:2px solid #DE7B06;
	transition:all 0.2s ease-in-out;
	-webkit-appearance:none;
	appearance:none;
}

.input-quantity-container {
	width:100%;
	position:relative;
}

.input-quantity-container > input {
	width:100%;
}

.quantity-tooltip {
	position:absolute;
	bottom:100%;
	left:calc(0% + 10px);
	background:black;
	border-radius:5px;
	transform:translate(-50%, -5px);
	padding:5px;
	font-weight:bold;
	white-space:nowrap;
	color:white;
	line-height:100%;
	min-width:20px;
	text-align:center;
}

.quantity-tooltip:after {
	content:"";
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	border:5px solid transparent;
	border-top-color:black;
	margin-left:-5px;
}

.input-quantity-content {
	flex-wrap:wrap;
	justify-content:space-between;
}

.accordion--menu {
	border-bottom:2px solid #DE7B06;
}

#feefo-service-review-carousel-widgetId .feefowidget-carousel-summary {
	margin:0 auto;
}

.total-ticket--odds {
	width:100%;
}

#product--quantity-selector {
	margin-top:36px;
}

.purchase-history-banner p {
	display:flex;
	align-items:center;
	font-family:Open Sans, sans-serif;
	font-weight:400;
	gap:10px;
	font-size:14px;
	margin:0 0 20px;
	justify-content:center;
}

.purchase-history-banner p span span {
	color:green;
}

.purchase-history-banner img {
	max-width:50px;
}

.highlight_button {
	background:url(/cdn/shop/files/PHOTO-2025-02-26-21-10-13.jpg?v=1740632428);
	background-position: center;
	background-size:cover;
}

.product-card-link {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}

.tgg-btn {
	position:relative;
	z-index:20;
}

.bundle-increment {
	position:relative;
	overflow:visible;
	min-height:50px;
}

.highglight_button_text,
.active_button_text {
	background:black;
	font-family:'Roboto', sans-serif;
	color:white;
	font-weight:900;
	text-transform:uppercase;
	word-wrap:normal;
	font-size:12px;
	padding:5px;
	border-radius:0 0 10px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

.active_button_text {
	background:var(--primary-color);
	display:none;
}

.bundle-options .active ~ .highglight_button_text {
	display:none;
}

.bundle-options .active + .active_button_text {
	display:flex;
}

.custom-bundle-button {
	display:flex;
	flex-direction:column;
	gap:5px;
}

.custom-bundle-button span {
	display:block;
}

.custom-bundle-button span.custom-bundle-number {
	display:flex;
	background-color:rgb(241 131 59 / var(--tw-bg-opacity));
	height:25px;
	width:50px;
	margin:0 auto;
	color:white;
	align-items:center;
	justify-content:center;
	position:relative;
}

.custom-bundle-button span.custom-bundle-number::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	border:3px solid transparent;
	border-top-color:white;
	border-left-color:white;
}

.custom-bundle-button span.custom-bundle-number::after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	border:3px solid transparent;
	border-bottom-color:white;
	border-left-color:white;
}

.custom-bundle-button span.custom-bundle-number span::before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border:3px solid transparent;
	border-top-color:white;
	border-right-color:white;
}

.custom-bundle-button span.custom-bundle-number span::after {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	border:3px solid transparent;
	border-bottom-color:white;
	border-right-color:white;
}

.custom-bundle-price {
	font-size:26px;
}

.custom-bundle-discount {
	margin-top:8px;
	display:block;
}

.card-main .card-inner {
	height:100%;
}

.product-card--bold {
	display:flex;
	flex-direction:column;
}

.product-card__info {
	flex:1;
}

#cart-icon {
	width:40px;
	height:40px;
	background:#363636;
	border-radius:100%;
	display:flex;
	align-items:center;
	position:relative;
	justify-content:center;
}

#cart-icon svg {
	fill:white;
}

#header-basket-total-count {
	position:absolute;
	top:-5px;
	right:-5px;
	width:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:20px;
	color:#363636;
	background:#45CE8E;
	border-radius:100%;
	font-size:10px;
}

.header__icons {
	align-items:center;
}

.collection__bar {
	background:#f1f1f1;
}

.collection_bar_trigger {
	display:flex;
	color:#222222;
	font-family:var(--font-text);
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	align-items:center;
	justify-content:center;
	position:relative;
	padding:7px 48px;
}

.collection_bar_trigger svg {
	width:18px;
	position:absolute;
	right:20px;
	top:50%;
	height:24px;
	margin-top:-12px;
	transition:all 0.5s;
}

.collection__bar.active .collection_bar_trigger svg {
	transform:rotate(540deg);
}

.collection_bar_scroller {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:0 20px 15px;
	white-space:nowrap;
	font-size:0;
	text-align:center;
}

.collection_bar_item {
	width:25%;
	white-space:normal;
	margin-right:20px;
	display:inline-block;
	position:relative;
}

.collection_bar_item > a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
}

.collection_bar_img {
	padding-bottom:100%;
	display:block;
	position:relative;
}

.collection_bar_item img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:contain;
}

.collection_bar_item h3 {
	font-family:var(--font-text);
	font-size:12px;
	font-weight:700;
	color:#222222;
	text-align:center;
}

.card__title span,
.product_main_title span {
	color:var(--primary-color);
}

.cc-header {
	top:0;
	z-index:999;
}

.section--collection_bar {
	top:81px;
	z-index:998;
}

.section--collection_bar,
.cc-header {
	position:sticky;
}

.ai-countdown-title {
	font-weight:bold;
}

.ai-countdown-display {
	display:flex;
	justify-content:center;
	gap:10px;
}

.ai-countdown-container .countdown-item {
	border-radius:8px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:8px 12px;
	min-width:50px;
}

.ai-countdown-display .countdown-value {
	font-size:20px;
	font-weight:bold;
	font-family:var(--body-font-family);
}

.ai-countdown-display .countdown-label {
	font-size:12px;
	text-transform:uppercase;
	font-family:var(--body-font-family);
	font-weight:var(--body-font-weight);
}

.ai-copy-customer-id {
	width:20px;
	display:block;
}

.ai-customer-bubble-id {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.ai-copied-text {
	position:absolute;
	font-size:14px;
	bottom:10px;
	left:10px;
	right:10px;
	background:white;
	border-radius:50px;
	padding:10px;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	text-align:center;
}

.custom-product-tab-container {
	padding:0 20px 20px;
}

.custom-product-tabs {
	margin:0 -20px 20px;
	padding:8px 20px;
	border-bottom:1px solid rgb(221 225 230 / var(--tw-border-opacity));
	background:rgba(0,0,0,0.03);
	display:flex;
	gap:4px;
}

.custom-product-tab-item:not(.active-tab) {
	display:none;
}

.custom-product-tab-trigger {
	flex:1;
	text-transform:uppercase;
	text-align:center;
	font-family:Roboto, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:6px;
	border-radius:4px;
	background:transparent;
	transition:all 0.3s;
}

.custom-product-tab-trigger.active {
	background:white;
}

.custom-product-tab-trigger:hover {
	background:white;
}

.media-viewer__item {
	position:relative;
}

.pillnav-wrap {
	position: absolute;
	width: 100%;
	padding: 12px 6px;
	left: 0;
	bottom: 0;
	z-index: 1;
	box-sizing: border-box;
}
/* Pill Nav Styles */
.pillnav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	background:#222;
	border-radius: 999px;
	padding: 8px;
	margin: 0 auto;
	width: fit-content;
}
.pillnav__list {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}
.pillnav__item {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.pillnav__link {
	display: flex;
	justify-content: center;
	padding: 2px 1rem;
	height: 26px;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	letter-spacing:0;
	font-size: 1.4rem;
	font-weight:600;
	font-family:var(--font-text);
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
	border: none;
	outline: none;
}

.feefo-logo-abs {
	max-width:calc(50% - 1.5rem);
}

.badge-cash-abs {
	max-width:calc(50% - 1.5rem);
}

.pillnav__link--active,
.pillnav__link:focus,
.pillnav__link:hover {
	background: #fff;
	color: #222;
}
.pillnav__link--active {
	font-weight: bold;
}
.feefo-logo-abs {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 175px;
	height: auto;
	background: none;
	pointer-events: none;
}
.badge-cash-abs {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	width: 140px;
	height: auto;
	background: none;
	pointer-events: none;
}

button.search-button {
	word-wrap:normal;
}

.custom-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.custom-modal:not(.open) {
	display: none;
}

.custom-modal .custom-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.custom-modal .custom-modal__modal {
	max-width: 1005px;
	width: 100%;
	position: relative;
}

.custom-modal .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.custom-modal .video-wrapper video  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-modal__close  {
	position: absolute;
	z-index: 9999999;
	top: 16px;
	right: 20px;
	height: 20px;
	cursor: pointer;
	display: flex;
	padding: 5px;
	background: rgb(0 0 0 / 73%);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
}

.custom-modal__close svg {
	height: 13px;
	width: 13px;
}

.custom-calendar-modal .custom-modal__modal {
	background:white;
	padding:20px;
	width:calc(100% - 30px);
	max-width:400px;
}

.custom-calendar-modal .custom-modal__close {
	top:10px;
	right:10px;
}

.custom-calendar-modal .custom-modal__content {
	padding-right:20px;
}

.custom-product-tab-container {
	border:1px solid #E2E2E2;
	margin-bottom:30px;
	background:#FBFBFB;
}

.ai-quick-add-modal__add-btn {
	width: 100%;
	padding: 14px 24px;
	background: {{ block.settings.quick_add_bg_color }};
	color: {{ block.settings.quick_add_text_color }};
	border: none;
	border-radius: {{ block.settings.cta_border_radius }}px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.ai-quick-add-modal__add-btn:hover {
	background: {{ block.settings.quick_add_hover_bg_color }};
}

.ai-quick-add-modal__add-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.ai-quick-add-modal__wrapper.ai-quick-add-modal__wrapper {
	box-shadow:0 5px 0 rgba(0,0,0,0.2);
	border-radius:0 0 50px 50px;
	padding:0 20px 10px;
}

.ai-quick-add-modal__price {
	font-family:var(--font-text);
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	letter-spacing:0.72px;
}

.ai-quick-add-modal__content .quantity-tooltip {
	transform:none;
	margin-bottom:8px;
	margin-left:3px;
}

.ai-quick-add-modal__quantity {
	padding-top:10px;
}

.ai-quick-add-modal__quantity .quantity-range-input {
	background:transparent;
	margin:0;
}

.ai-quick-add-modal__quantity .quantity-range-input {
	position:relative;
	z-index:10;
}

.custom-range-track {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background:#0DCA91;
}

.custom-range-progress {
	z-index:5;
	height:10px;
	display:block;
	border-radius:20px;
	background:white;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	overflow:hidden;
	margin-top:-5px;
}

.price-per-ticket {
	color:var(--primary-color);
}

.ai-quick-add-modal__content {
	width:375px;
	max-width:100%;
}

.ai-quick-add-modal__quantity .quantity-range-input::-moz-range-thumb {
	border:2px solid #0DCA91;
}

.ai-quick-add-modal__quantity .quantity-range-input::-webkit-slider-thumb {
	border:2px solid #0DCA91;
}

.ai-quick-add-modal__quantity .quantity-range-input::-moz-range-thumb:hover {
	box-shadow: 0 0 0 10px rgba(13, 202, 145, 0.1)
}

.ai-quick-add-modal__quantity .quantity-range-input::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 10px rgba(13, 202, 145, 0.1)
}

.ai-quick-add-modal__quantity .quantity-range-input:active::-moz-range-thumb {
	box-shadow: 0 0 0 13px rgba(13, 202, 145, 0.2)
}

.ai-quick-add-modal__quantity .quantity-range-input:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 13px rgba(13, 202, 145, 0.2)
}

.custom-range-min,
.custom-range-max,
.custom-range-half {
	position:absolute;
	top:100%;
	margin-top:5px;
	font-weight:900;
	font-family:var(--font-text);
	font-size:12px;
	z-index:10;
}

.custom-range-min {
	left:0;
	padding-left:10px;
}

.custom-range-max {
	right:0;
	text-align:center;
	line-height:1;
}

.custom-range-max::after {
	content:"(Max)";
	display:block;
	font-weight:normal;
	font-size:10px;
}

.custom-range-half {
	left:50%;
	transform:translateX(-50%);
}

.custom-range-half::before {
	width:0px;
	height:20px;
	position:absolute;
	bottom:calc(100% + 5px);
	left:50%;
	margin-left:-1px;
	content:"";
	z-index:20;
	border-left:2px dashed black;
}

.ai-odds-label {
	margin-bottom:10px;
	text-align:center;
	margin-top:30px;
	text-transform:uppercase;
	font-weight:700;
	font-family:var(--font-text);
}

.ai-odds-label span {
	color:var(--primary-color);
}

.ai-quick-add-modal__content .input-quantity-content {
	display:grid;
	grid-template-columns:40px 1fr 40px;
	align-items:center;
	gap:10px;
	padding:10px;
	background:black;
	border-radius:100px;
}

.ai-quick-add-modal__odds {
	color:white;
	margin:0;
	padding:0;
	font-family:var(--font-text);
	line-height:1;
	text-align:center;
}

.ai-quick-add-modal__odds span {
	font-weight:900;
	color:#0DCA91;
}

.ai-quick-add-modal__content .product-quantity-change {
	width:40px;
	height:40px;
	border-radius:100%;
}

.ai-quick-add-modal__content .product-quantity-change:after {
	height:14px;
	width:2px;
	content:"";
}

.ai-quick-add-modal__content .product-quantity-change:before {
	height:2px;
	width:14px;
}

.ai-quick-add-modal__content .product-quantity-change:after,
.ai-quick-add-modal__content .product-quantity-change:before {
	background:black;
}

.ai-quick-add-modal__content .product-quantity-minus::after,
#productQuantityMinus::after {
	display:none;
}

.ai-quick-add-modal__add-btn {
	background:rgb(var(--color-scheme-1-btn-bg));
	border:2px solid white;
	border-radius:100px;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:900;
	font-style:italic;
	color:white;
	font-size:22px;
	font-family:var(--font-text);
	box-shadow:0 5px 0 rgba(0,0,0,0.2);
}

.ai-quick-add-modal__add-btn:hover {
	background:rgb(var(--color-scheme-1-heading));
}

.bundle-options {
	width:100%;
	margin-top:20px;
}

.ai-product-card__quick-add-button {
	width:52px;
	height:52px;
	border-radius:100px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	position:relative;
}

.ai-product-card__quick-add-button::before,
.ai-product-card__quick-add-button::after {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:white;
	content:"";
}

.ai-product-card__quick-add-button::before {
	width:3px;
	height:26px;
}

.ai-product-card__quick-add-button::after {
	height:3px;
	width:26px;
}

@media only screen and (min-width:1440px) {
	.pillnav-wrap,
	.feefo-logo-abs,
	.badge-cash-abs {
		display:none!important;
	}
}

@media only screen and (min-width:600px) {
	.collection_bar_item {
		width:90px;
	}
}

@media only screen and (max-width:600px) {
	.custom-bundle-button-container button {
		padding:8px!important;
	}
	.custom-bundle-button-container button span {
		font-size:14px;
	}
	.custom-bundle-button-container button span.custom-bundle-price {
		font-size:18px;
	}
	.highglight_button_text {
		font-size:10px;
	}
	.ai-product-card.ai-product-card,
	.ai-product-card.ai-product-card.active {
		flex:0 0 100%;
		display:grid;
		box-shadow:none;
		transform:none;
		padding:10px;
		grid-template-columns:70px 1fr;
		border-radius:8px;
		align-items:flex-start;
		gap:10px;
		width:100%;
	}
	.ai-product-card.ai-product-card::before,
	.ai-product-card.ai-product-card.active::before {
		border-radius:0;
	}
	.ai-product-image.ai-product-image {
		height:auto;
		margin:0;
		border-radius:0;
	}
	.ai-product-meta {
		display:grid;
		grid-template-columns: repeat(2, 1fr);
		align-items:center;
		grid-column-gap:10px;
		grid-row-gap:5px;
	}
	.ai-product-title.ai-product-title {
		text-align:left;
		grid-column:span 2;
		margin:0;
	}
	.ai-price-container.ai-price-container {
		grid-column:span 2;
		text-align:left;
		margin:0;
	}
	.ai-qty-btn.ai-qty-btn,
	.ai-qty-input.ai-qty-input {
		height:auto;
		border-radius:0;
		border:0;
	}
	.ai-qty-input.ai-qty-input {
		flex:1;
	}
	.ai-quantity-selector.ai-quantity-selector {
		gap:0;
		align-items:unset;
		border:1px solid #5dc795;
		justify-content:unset;
	}
	.ai-add-to-cart.ai-add-to-cart {
		padding:5px;
		min-height:34px;
		font-weight:normal;
		text-transform:none;
		border-radius:100px;
	}
	.ai-quantity-selector.ai-quantity-selector,
	.ai-add-to-cart.ai-add-to-cart {
		margin:0;
	}
	.entries-search.entries-search input {
		width:100%;	
	}
}