/*
Theme Name: Inkoop Loofys
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.row-full-width {
	padding-left: 2.66em;
    padding-right: 2.66em;
}


/* ------------------------- Page Transition -------------------------------------------------- */

.loading-container {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: hidden;
   z-index: 1500;
   pointer-events: none;
   display: flex;
   justify-content: center;
   align-items: center;
}

.loading-container .loading-screen {
   position: relative;
   width: 100%;
   height: calc(100% + 100vw);
   background: var(--primary-color);
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 0 0 50vw 50vw;
}

.loading-container .logo {
   padding: 0.1em 0 0.5em 0;
   margin-top: 0.5em;
   position: relative;
   display: block;
   width: calc(clamp(8em, 5.5vw, 5em) * 2);
   position: absolute;
   z-index: 100;
   overflow: hidden;
}

.loading-container svg {
   width: 100%;
   overflow: visible;
}

.loading-container svg path, .loading-container svg polygon {
   fill: #fff;
}

.loading-fade {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: hidden;
   z-index: 10;
   pointer-events: none;
   background: var(--color-dark);
   opacity: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}





.card-wrap {
	margin-top: 5vh;
	display: grid;
	grid-gap: 2rem;
	grid-auto-flow: row;
	grid-template-columns: 250px;
}

.card__image {
	display: block;
	border-radius: 7px;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	filter: contrast(0.8);
}


.content {
	position: relative;
	margin-bottom: 20vh;
}

.content--spacing {
	margin-bottom: 100vh;
}

.content__title {
	position: absolute;
	height: 100vh;
	width: 100vw;
	top: 50%;
	left: 50%;
	margin: -50vh 0 0 -50vw;
	padding: 0 10vw;
	display: grid;
	place-items: center;
	text-align: center;
	font-weight: 300;
	font-size: clamp(1.5rem, 15vw, 6.5rem);
}

.content__title--top {
	align-items: start;
}

.content__title--bottom {
	align-items: end;
}

.content__title--left {
	justify-items: start;
	text-align: left;
}

.content__title--right {
	justify-items: end;
	text-align: right;
}

.outro {
	display: grid;
	place-items: center;
	margin: 40vh 0;
}

.grid {
	display: grid;
	place-items: center;
	padding: 2rem;
	width: 100%;
	perspective: var(--perspective);
}

.grid-wrap {
	height: var(--grid-height);
	width: var(--grid-width);
	display: grid;
	grid-template-columns: repeat(var(--grid-columns),1fr);
	gap: var(--grid-gap);
	transform-style: preserve-3d;
}

.grid__item {
	aspect-ratio: var(--grid-item-ratio);
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	display: grid;
	place-items: center;

}

.grid__item-inner {
	position: relative;
	width: calc(1 / var(--grid-inner-scale) * 100%);
	height: calc(1 / var(--grid-inner-scale) * 100%);
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (min-width: 53em) {


	.card-wrap {
		grid-template-columns: repeat(3,250px);
	}

	body #cdawrap {
	    justify-self: end;
	}
}




.header-top {
	border-bottom: 1px solid #D5DCDD;
}
.header-nav {
	justify-content: center;
}

#sidebar {
	background-color: var(--fs-color-primary);
	z-index: 2;
	position: fixed;
	width: 0px;
	height: 100%;
	transition: all 0.5s ease;
	box-shadow: rgba(136, 165, 191,0.48)
}

#sidebar .nav-side {
	display: block;
	padding: 20px;
}
#sidebar .nav-side li {
	display: flex;
	align-items: center;
	padding: 4px;
	padding-left: 16px;
	height: 40px;
	margin-top: 15px;
	margin-left: 10px;
	cursor: pointer;
	transform: translate(30px);
	transition: all 0.2s ease;
	opacity: 0;
	
}

#sidebar .nav-side li a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}
.banner {
	border-radius: 35px;
	overflow: hidden
}

.box a { 
	font-size: 1.2rem;
	color: #000;
}
.product_cat-banana .box, .product_tag-banana .box {
	background-color: #fffcdb;
}


.product_cat-cotton .box, .product_tag-cotton .box {
	background-color: #eff1f4;
}


.product_cat-cranberry .box, .product_tag-cranberry .box {
	background-color: #f5e9ef;
}


.product_cat-grapefruit .box, .product_tag-grapefruit .box  {
	background-color: #f9d0c6;
}


.product_cat-mojito .box, .product_tag-mojito .box  {
	background-color: #eaf0e0;
}


.product_cat-orange .box, .product_tag-orange .box {
	background-color: #fadcc9;
}

.product_cat-accessoires .box {
	background-color: #fcf5e8;
}

.product_cat-gezicht-en-mondverzorging .box {
	background-color: #e7ede2;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

/** Swiper styles **/

.swiper-home {
        height: 590px;
        overflow: visible;
      }

.swiper-home .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.swiper-home .swiper-slide-bg-image {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.swiper-home .swiper-slide-content {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.swiper-slide-b464 {
	border-radius: 32px;
	--swiper-material-slide-border-radius: 32px;
}
.swiper-slide-bg-image-c61b {
	object-fit: cover;
	border-radius: inherit;
}
.swiper-slide-content-499f {
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 32px 32px;
	gap: 0px;
}
.swiper-slide-text-852c {
	color: rgba(255, 255, 255, 1);
	text-align: left;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
}
.swiper-button-next, .swiper-button-prev {
	background-color: var(--color-primary);
	color: var(--color-tint);
	font-size: 15px;
	padding: 10px 5px;
	height: 60px;
	width: 60px;
	border-radius: 8px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.swiper-button-next {
	right: -30px;
}
.swiper-button-prev {
	left: -30px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px;
}
/*--------------------------------------------------------------
# Marquee
--------------------------------------------------------------*/

.marquee-group {
	padding-top: 50px;
}

.marquee .marquee-scroll {
	position: relative;
	display: flex;
	width: 140%;
	margin-left: -20%;
}

.marquee .marquee-content {
	display: flex;
	white-space: nowrap;
	
}

.marquee .marquee-content svg {
	width: 20px;
	height: 20px;
	margin-left: 40px;
	align-items: center;
	
}
.marquee .marquee-item {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.marquee .marquee-content h3 {
	color: #000;
	position: relative;
	display: block;
	font-size: 4rem;
}

.marquee-group span {
	display: none;
}

.marquee .marquee-content h2:hover + .marquee-group span {
	display: block;
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.product .box {
	position: relative;
  	border-radius: 8px;
	overflow: hidden;
} 
.product .box-image:before, .work-list:before {
	content: '';
    z-index: 0;
    opacity: .1;
    mix-blend-mode: multiply;
    background-image: url(img/loofys_patroon.svg);
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;


    overflow: hidden;
}

.box-image img {
	padding: 3rem;
}

.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
	width: 15%!important;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
	width: 85%!important;
}

.bundled_product_excerpt {
	display: none;	
}

#read-button {
	display: block;
    border: 1px solid;
    border-radius: 6px;
    margin-top: 20px;
}


.footer-2 {
    padding: 80px 0 20px;
}
.work-list {
	display: block;
    background-color: #ecf5f5;
    padding: 10px 15px;
    border-radius: 8px;
	
}
    
.work-list:hover, .work-list:active {
	border: 2px solid #1d5157;
}



.how-it-works {	
	margin-left: auto;
    border: 2px solid #fff;
    max-width: 450px;
    overflow: hidden;
    border-radius: 50%;

}