@charset 'UTF-8';

#queue-sheet-trigger:not(.show){
	display: none;
}

#home{
	position: relative;
	overflow: hidden;
	padding-top: 3rem;
	padding-bottom: 0;
}
@media (min-width: 1200px){
	#home{
		padding-top: 4rem;
	}
}
#home .tab-links{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
#home .tab-links li.active{
	padding: 0.6rem 1rem;
	border-bottom: 2px solid var(--on-surface-color);
}
#home .tab-links li a{
	padding: 0.65rem 1rem;
	border: none;
}
.type-woman #home .tab-links{
	color: var(--on-warning-color);
}
.type-woman #home .tab-links li.active{
	border-bottom: 2px solid var(--on-warning-color);
}
.type-woman #home .tab-links li a{
	color: var(--on-warning-color);
}
#hero {
	text-align: center;
	padding-bottom: 93%;
}
.type-woman #hero{
	color: var(--on-primary-color);
}
@media (max-width: 600px){
	#hero .pre-title{
		font-size: 0.9rem;
	}
}
#hero h1{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}
#hero .btn.filled{
	margin-right: 1rem;
}
#hero .btn{
	margin-bottom: 0.5rem;
}
.pulse{
	animation: pulse 3s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  50% { box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0); }
  66% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
#home picture{
	position: absolute;
	padding: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#home picture img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}

.stars{
	display: block;
	font-size: 1.3rem;
	color: #00BE62;
}
@media (min-width: 600px){
	#hero{
		padding-top: 0;
		padding-bottom: 97%;
	}
}
@media (min-width: 840px){
	#hero {
		text-align: left;
		padding-top: 11%;
		padding-bottom: 10%;
	}
	#hero h1{
		font-size: 2.1rem;
	}
	#hero .disclaimer{
		margin-top: 3rem;
	}
}
@media (min-width: 1240px){
	#home{
		padding-top: 4rem;
	}
	#hero h1{
		font-size: 2.8rem;
	}
}
@media (min-width: 1600px){
	#hero{
		padding-top: 13%;
		padding-bottom: 12%;
	}
}
@media (max-width: 840px){
	.disclaimer{
		line-height: 1.2;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}
}

@media (max-width: 600px){
	.btn.full-width-mobile{
		width: 100%;
	}
}

#google-rating{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
#google-rating .star-rating{
	margin: -0.2rem 0.5rem 0;
	letter-spacing: -4px;
}
#google-rating img{
	width: 4rem;
	vertical-align: middle;
}

.type-woman #as-featured .card{
	margin: 1rem;
	border: 0;
	background: var(--surface-color);
	height: calc(100% - 2rem);
}
.type-woman #as-featured .card .content{
	padding: 2rem;
}
.type-woman #as-featured .slider img{
	width: 12rem;
}
.type-man #as-featured .slider .card{
	height: 99%;
	margin-bottom: 0.1rem;
}
.type-man #as-featured .slider img{
	mix-blend-mode: multiply;
	max-height: 3.5rem;
}

.type-woman #how-it-works h3{
	font-weight: 600;
}
.type-woman #how-it-works .col2 video{
	transform: rotate(-5deg);
	border: 1px solid var(--neutral-color-6);
}
.type-woman #how-it-works .col1 img,
.type-woman #how-it-works .col3 img{
	transform: rotate(5deg);
	width: 100%;
	border: 1px solid var(--neutral-color-6);
}
@media (min-width: 600px){
	.type-man #how-it-works .col:nth-child(2){
		margin-top: 4rem;
	}
	.type-man #how-it-works .col:nth-child(3){
		margin-top: 8rem;
	}
}
@media (min-width: 840px){
	.type-woman #how-it-works .col1 img{
		transform: rotate(-4deg);
	}
	.type-woman #how-it-works .col2 video{
		transform: rotate(0);
		width: 96.5%;
	}
	.type-woman #how-it-works .col3 img{
		transform: rotate(4deg);
	}
}

#comparison .row:before,
#check-list:before{
	content: '';
	width: 200%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: var(--surface-color);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	border-radius: var(--border-radius-xl);
	z-index: -1;
}
#versus-case{
	max-height: 36cqw;
}
@media (min-width: 840px){
	#versus-case{
		max-height: 20cqw;
	}
}
@media (min-width: 1200px) {
	#versus-case {
		max-height: 14cqw;
	}
}
#check-list{
	padding: 2rem;
	text-align: left;
}
#check-list:before{
	background: var(--surface-color-2);
	box-shadow: none;
	height: 99%;
}
@media (min-width: 840px){
	#check-list:before{
		border-radius: var(--border-radius-l);
		height: 100%;
	}
}
#check-list li:not(:last-child){
	margin-bottom: 1rem;
}
#check-list img{
	width: 2.8rem;
	height: 2.8rem;
	vertical-align: middle;
	margin-right: 1rem;
	border-radius: 50%;
}

#brands{
	background: var(--surface-color-1);
}
.type-woman #brands .content-slider img{
	display: block;
}
.type-woman #brands .content-slider a{
	color: var(--on-surface-color);
	border-bottom: 0;
}
.type-woman #brands .content-slider .more{
	background: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.type-woman #brands .content-slider .more p{
	font-size: 0.9rem;
}
.type-woman #brands .content-slider .more strong{
	display: block;
	font-size: 2rem;
}
#occasions.collapsed .occassion-slider:nth-child(n+5){
	display: none;
}
.occassion-slider{
	margin-bottom: 3rem;
}
.occassion-slider h3{
	padding: 0 0 0.6rem 0.4rem;
	border-bottom: 2px solid var(--primary-color);
	border-radius: 0 0 0 0.4rem;
}
.occassion-slider li{
	position: relative;
	text-align: center;
	padding: 0.75rem;
}

#home-queue .footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 1rem;
	border-top: 1px solid var(--neutral-color-5);
	background: var(--surface-color-1);
	z-index: 2;
}
#home-queue .footer h4{
	font-weight: 400;
	margin-bottom: 0;
}
#home-queue .body{
	background: var(--surface-color);
	padding-top: 2rem;
}
.queue-cont{
	padding-bottom: 10rem;
}
#home-queue ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#home-queue .calendar-month{
	width: calc(50% - 1rem);
	aspect-ratio: 0.8;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--primary-color);
	background: #FFF;
	padding: 0.5rem;
}
#home-queue .calendar-month .btn.icon{
	position: absolute;
	right: 0;
	top: 0;
	color: var(--neutral-color-3);
}
#home-queue .calendar-month img{
	max-width: 9rem;
}
@media (min-width: 600px){
	#home-queue .calendar-month{
		width: calc(33.33% - 1rem);
	}
}

#gifts img{
	border-radius: var(--border-radius-m);
}

#over-200-fragrances{
	background-image: url(../img/banners/male-over-200-fragrances.jpg);
	background-position: center right;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 1rem 0;
}
#over-200-fragrances .bottom{
	margin-top: 16rem;
}
.type-man #over-200-fragrances .bottom{
	margin-top: 21rem;
}

.type-woman #testimonials{
	padding-top: 7rem;
	background: var(--surface-color-1);
}
.start-wave{
	position: absolute;
	top: 0;
	left: 0;
	fill: white;
	transform: rotateY(180deg);
}
#testimonials .card{
	height: 100%;
}
#testimonials-people img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

#over-200-fragrances h3{
	margin-bottom: -0.5rem;
}
.irish-divider{
	display: inline-block;
	height: 0.4rem;
	width: 7.2rem;
	background: linear-gradient(to right, #009A44 33.33%, white 33.33% 66.66%, #FF8200 66.66%);
}
@media (max-width: 599px){
	#over-200-fragrances .btn{
		background: #000;
		color: #FFF;
	}
	#over-200-fragrances p.no-margin{
		color: #000;
	}
}
@media (min-width: 600px){
	#over-200-fragrances{
		padding: 10% 0;
	}
	#over-200-fragrances .btn{
		color: #000;
	}
	#over-200-fragrances .bottom{
		margin-top: 2rem !important;
	}
}
@media (min-width: 1200px){
	#over-200-fragrances{
		padding: 15% 0;
	}
}