/** Shopify CDN: Minification failed

Line 581:25 The "-" operator only works if there is whitespace on both sides

**/
.espen-inside-section .section-title .title {
	color: #007C3E;
}

.espen-inside-section .espen-inside-arrow-wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 38px;
}

.espen-inside-section .espen-inside-arrow-wrap .swiper-btn:after {
	display: none;
}

.espen-inside-section .espen-inside-arrow-wrap .swiper-btn {
	position: relative;
	inset: auto;
	margin: 0;
	width: auto;
	height: auto;
}

.espen-inside-section .espen-inside-slider-slider .slide-item {
	text-align: center;
}

.espen-inside-section .espen-inside-slider-slider .slide-item a {
	text-decoration: none;
	display: block;
}

.espen-inside-section .espen-inside-slider-slider .slide-item .desc {
	font-family: var(--akkurat-secondary-font-family);
	color: #000;
	margin-top: 32px;
      hyphens: auto;
      font-weight: 600;
      word-wrap: break-word;
}

.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap {
	position: relative;
	padding-bottom: calc(100% - 16px);
	border-radius: 100%;
	overflow: hidden;
	border: 8px solid #D4EB8D;
}

.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap img,
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap video,
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap iframe{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.espen-inside-section .espen-inside-arrow-wrap .swiper-btn svg {
	width: 10px;
	height: 22px;
}

@media (max-width:1280px) {
	.espen-inside-section .espen-inside-slider-slider .slide-item .desc {
		margin-top: 20px;
	}

	.espen-inside-section .espen-inside-arrow-wrap {
		margin-top: 30px;
	}
}

@media (max-width:989px) {
	.espen-inside-section .espen-inside-slider-slider .slide-item .desc {
		margin-top: 15px;
	}

	.espen-inside-section .espen-inside-arrow-wrap {
		margin-top: 20px;
	}
}

@media (max-width:749px) {
	.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap {
		padding-bottom: calc(100% - 8px);
		border: 4px solid #D4EB8D;
	}

	.espen-inside-section .espen-inside-arrow-wrap {
		margin-top: 15px;
	}
}


/* ------------------- */
.espen-modal-open {
	overflow: hidden;
}

.espen-inside-section .js-btn-modal {
	cursor: pointer;
}

.espen-inside-section .modal {
	/* display: none; */
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	z-index: 992;
}

.espen-inside-section .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 991;
}

.espen-inside-section .modal {
	height: calc(100vh - 100px);
	overflow: auto;
	max-width: 450px;
	top: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 16px;
	padding: 0;
	box-shadow: none;
	border: none;
}

.espen-inside-section .modal {
	overflow-y: scroll;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
}

.espen-inside-section .modal::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.espen-inside-section .modal::-webkit-scrollbar {
	display: none;
}

.espen-inside-section .modal .modal-top-bar {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 25px 15px 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	gap: 15px;
}

.espen-inside-section .modal .modal-top-bar .title-with-image {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: var(--akkurat-secondary-font-family);
	letter-spacing: 0;
	line-height: 1.2;
	gap: 5px;
	flex: 1;
	width: 150px;
}

.espen-inside-section .modal .modal-top-bar .title-with-image .img-col img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.espen-inside-section .modal .modal-top-bar .title-with-image .title {
	margin: 0;
	font-size: 0.667rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.espen-inside-section .modal .modal-top-bar .modal-btns {
	display: flex;
	color: #fff;
	align-items: center;
	gap: 10px;
}

.espen-inside-section .modal .modal-top-bar .modal-btns>div {
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
}

.espen-inside-section .modal .modal-top-bar .modal-btns svg {
	width: 25px;
	height: 25px;
	position: absolute;
	inset: 0;
	stroke-width: 1.8px;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .close-btn svg {
	width: 30px;
	height: 30px;
	top: -2px;
}

.espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap img {
	width: 100%;
	height: auto;
	inset: 0;
	display: block;
}

.espen-inside-section .modal .modal-inner,
.espen-inside-section .modal .modal-slider-wrap,
.espen-inside-section .modal .modal-slider-wrap .modal-slider,
.espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap {
	height: 100%;
}

.espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.espen-inside-section .popup-modal-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	inset: 0;
	z-index: 992;
	/* display: none; */
	max-width: 450px;
	margin: 0 auto;
}

.espen-inside-section .popup-modal-wrap.active {
	display: block;
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-prev {
	left: calc(((100% - 450px)/2) - 70px);
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-next {
	right: calc(((100% - 450px)/2) - 70px);
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn:after {
	display: none;
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn {
	width: 48px !important;
	height: 48px !important;
	background: #fff;
	border-radius: 100%;
	color: #000;
	padding: 5px;
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn.swiper-btn.swiper-button-disabled {
	opacity: 0.1;
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-prev svg {
	right: 1px;
	position: relative;
}

.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-next svg {
	left: 1px;
	position: relative;
}

.espen-inside-section .modal .modal-slider-wrap .modal-child-swiper-pagination {
	position: absolute;
	bottom: auto;
	z-index: 2;
	width: 100%;
	display: flex;
	top: 0;
	padding: 10px 15px 0;
    gap: 3px;
}

.espen-inside-section .modal .modal-slider-wrap .modal-child-swiper-pagination .swiper-pagination-bullet {
	flex: 1;
	background: rgb(255 255 255 / 30%);
	border-radius: 10px;
	height: 4px;
	opacity: 1;
	position: relative;
	overflow: hidden;
    margin: 0;
}

.espen-inside-section .modal .modal-slider-wrap .modal-child-swiper-pagination .swiper-pagination-bullet .progress-bar {
	background: #fff;
	width: var(--progress-percentage);
	height: 100%;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s;
}

.espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .mute-btn .lucide-volume-off {
	opacity: 0;
	visibility: hidden;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .mute-btn .lucide-volume-2 {
	opacity: 1;
	visibility: visible;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .mute-btn.muted .lucide-volume-off {
	opacity: 1;
	visibility: visible;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .mute-btn.muted .lucide-volume-2 {
	opacity: 0;
	visibility: hidden;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .pause-btn .lucide-play {
	opacity: 0;
	visibility: hidden;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .pause-btn .lucide-pause {
	opacity: 1;
	visibility: visible;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .pause-btn.paused .lucide-play {
	opacity: 1;
	visibility: visible;
}

.espen-inside-section .modal .modal-top-bar .modal-btns .pause-btn.paused .lucide-pause {
	opacity: 0;
	visibility: hidden;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.espen-inside-section .popup-loader {
	display: none;
	width: 60px;
	height: 60px;
	vertical-align: text-bottom;
	border: 5px solid #fff;
	border-right-color: #007c3e;
	z-index: 993;
	animation: spinner-border .75s linear infinite;
	position: fixed;
	inset: 0;
	margin: auto;
	border-radius: 100%;
}

.espen-inside-section .modal .modal-top-bar.has-image .modal-btns .mute-btn,
.espen-inside-section .modal .modal-top-bar.has-image .modal-btns .pause-btn {
	visibility: hidden;
	opacity: 0;
}

@media (max-width:749px) {
	.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-prev {
		left: 15px;
		z-index: 993;
	}

	.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn {
		right: 15px;
		z-index: 993;
	}

	.espen-inside-section .popup-modal-wrap,
	.espen-inside-section .modal {
		width: calc(100% - 45px)
	}
}

/* ------------------- */
/* ------------------- */
.espen-inside-slider-wrap .espen-inside-slider-slider-inner {
	display: flex;
}

.espen-inside-section .espen-inside-slider-slider .slide-item {
	text-align: center;
	width: calc(14.28% - (24px)* 6 / 7);
	margin-right: 24px;
}

.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap {
	border: none;
	border-radius: 0;
	padding-bottom: 150%;
	border-radius: 24px;
}

.espen-inside-section .section-title .title {
	display: none;
	margin: 0 0 2rem;
}

.espen-inside-section .espen-inside-slider-slider .slide-item .desc {
	display: none;
}

.espen-inside-section {
	padding-top: 86px;
	padding-bottom: 86px;
  background:#fff;
}

@media (max-width:1440px) {
	.espen-inside-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width:1280px) {
	.espen-inside-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width:989px) {
	.espen-inside-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width:749px) {
	.espen-inside-section {
		padding-top: 27px;
		padding-bottom: 27px;
	}

	.espen-inside-section .espen-inside-arrow-wrap {
		display: none;
	}

	.espen-inside-section .page-width {
		padding-right: 0;
	}

	.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap {
		padding-bottom: 150%;
	}

	.espen-inside-slider-slider {
		padding-right: 15px;
	}
}
/* ------------------- */
.espen-inside-section .espen-inside-slider-slider .slide-item .feed_tag{
    position: absolute;
    z-index: 1;
    background: #007c3e;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 0.762rem;
    line-height: 1;
    color: #fff;
    top: 15px;
    left: 15px;
}
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap{
    border-radius:15px;
}
.espen-inside-section .espen-inside-slider-slider .slide-item .desc{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color:#fff;
    text-align: left;
    padding: 15px 15px 0;
    box-sizing: border-box;
    font-size: var(--body-font-size);
    line-height: var(--line-spacing-body);
    bottom: 15px;
}
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    position: absolute;
    background: transparent linear-gradient(180deg, #fff, gray) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    left: 0;
} 
.espen-inside-section .espen-inside-slider-slider .slide-item .feed_tag.live{
    left: 0;
    border-radius: 0;
}
.espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap .video.js-youtube {
    pointer-events: unset;
}
.espen-inside-section .modal:has(.js-youtube) .modal-top-bar .modal-btns .mute-btn,
.espen-inside-section .modal:has(.js-youtube) .modal-top-bar .modal-btns .pause-btn {
    display:none;
}
/* ------------------- */
/* ------------------- */

/* ------------------- */
.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    left: calc((100% - 450px) / 2 - 130px);
    transform: translateY(-50%);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 100%;
    color: #000;
    padding: 0;
}
.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn.next-popup-btn{
    right:calc((100% - 450px)/2 - 130px);
    left: auto;
}
.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn svg{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transform-origin: center center;
    top: 1px;
    position: relative;
}
.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn.next-popup-btn svg{
    transform: none;
}
.espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn.swiper-button-disabled{
    opacity:0.2;
}
@media (max-width: 749px) {
    .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn{
        display: none;
    }
    .espen-inside-section .modal{
        margin-top: 20px;
        margin-bottom: 20px;
        height: calc(100vh - 40px);
    }
}
/* ------------------- */
/* ------------------- */
.espen-inside-section .modal .modal-inner{
    aspect-ratio: 9/16;
    width: auto;
    overflow: hidden;
    display: flex;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 16px;
    max-width: 100%;
      height: auto;
    max-height: 100%;
}
.espen-inside-section .modal{
    background: transparent;
    border-radius: 0;
}
.espen-inside-section .modal .modal-slider-wrap, .espen-inside-section .modal .modal-slider-wrap .modal-slider, .espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap{
    width:100%;    
}
/* ------------------- */


/* ------------------- */
.espen-inside-section .espen-inside-slider-slider .slide-item .desc{
    --body-font-size: 16px;
    line-height: 22px;
}
@media (max-width:749px){
    .espen-inside-section .espen-inside-slider-slider .slide-item .desc{
        --body-font-size: 12px;
        line-height: 16px;
        padding: 10px 10px 0;
    }
}
/* ------------------- */


/* ------------------- */
.espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap{
    position: absolute;
    bottom: 28px;
    z-index: 1;
    width: 100%;
    height: auto;
}
.espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap .story_cta_btn{
    width: calc(100% - 80px);
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: var(--body-font-size);
    line-height: var(--line-spacing-body);
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    min-height: 42px;
    align-items: center;
    justify-content: center;
     transition:all 0.3s;
}
.espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap .story_cta_btn:hover{
   background:#fff;
  color:#007c3e;
}

@media (max-width:576px){
  .espen-inside-section .modal .modal-inner{
      aspect-ratio: unset;
      border-radius: 0;
      width: 100%;
      height: 100%;
  }
  .espen-inside-section .modal{
      margin: 0;
      width: 100%;
      height: 100%;
  }
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn{
         height: calc(100% - 70px) !important;
        top: auto;
        opacity: 0;
        bottom: 0;
     -webkit-tap-highlight-color: transparent;
  }
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-btn.swiper-btn.swiper-button-disabled{
    opacity: 0;
  }
}
/* ------------------- */
/* ------------------- */
@media (min-width:750px){
    .espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap img,
    .espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap .video{
        height: calc(100% - 55px);
        border-radius: 16px;
        aspect-ratio: 9/16;
        width: 100%;
        margin: 0 auto;
    }
    .espen-inside-section .modal{
        height: calc(100vh - 20px - 50px);
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap .story_cta_btn{
        bottom: -19px;
    }
  .espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap .story_cta_btn{
    width: calc(100% - 100px);
  }
}

/* ------------------- */

/* ------------------- */

@media (min-width: 750px) {
  .espen-inside-section .modal{
               margin-top: 60px;
        margin-bottom: 70px;
        height: calc(100vh - 0px - 60px);
        max-width: 540px;
        bottom: 0;
  }

  .espen-inside-section .popup-modal-wrap{
      max-width:540px;
  }
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-prev {
  	left: calc(((100% - 540px)/2) - 70px);
  }
  
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-next {
  	right: calc(((100% - 540px)/2) - 70px);
  }
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn{
      left: calc((100% - 540px)/ 2 - 130px);
  }
  .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn.next-popup-btn{
      right:calc((100% - 540px)/2 - 130px);
      left: auto;
  }
}
@media (max-width: 990px) and (min-width:750px) {
    .espen-inside-section .popup-modal-wrap{
        max-width:450px;
    }
    .espen-inside-section .modal{
        max-width: 450px;
    }
    .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-prev {
    	left: calc(((100% - 450px)/2) - 70px);
    }
    
    .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .swiper-button-next {
    	right: calc(((100% - 450px)/2) - 70px);
    }
    .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn{
        left: calc((100% - 450px)/ 2 - 130px);
    }
    .espen-inside-section .popup-modal-wrap .modal-child-slider-arrow-wrap .main-swiper-btn.next-popup-btn{
        right:calc((100% - 450px)/2 - 130px);
        left: auto;
    }
}
@media (max-width: 749px) {
    .espen-inside-section .popup-modal-wrap, .espen-inside-section .modal {
        width: 100%;
        max-width: 100%;
    }
}
/* ------------------- */


/* ------------------- */
.espen-inside-slider-wrap .espen-inside-slider-slider-inner{
    align-items: center;
}
@media (max-width:1439px){
    .espen-inside-section .espen-inside-slider-slider .slide-item{
        width: calc(16.66% - (24px)* 5 / 6);
    }
}
@media (max-width:1279px){
     .espen-inside-section .espen-inside-slider-slider .slide-item{
        width: calc(20% - (16px)* 4 / 5);
    }
}
@media (max-width:988px){
     .espen-inside-section .espen-inside-slider-slider .slide-item{
        width: calc(25% - (16px)* 3 / 4);
    }
}
@media (max-width:748px){
     .espen-inside-section .espen-inside-slider-slider .slide-item{
        width: calc(42.69% - (16px)* 2 / 3);
    }
}
@media (max-width:639px){
  .espen-inside-section .espen-inside-slider-slider .slide-item{
    width: calc(46.382% - (16px)* 2 / 3);
  }
}
/* ------------------- */
/* ------------------- */
@media (max-height: 756px) {
    .espen-inside-section .modal .modal-inner{
      height: 100%;
      border-radius: 0;
  }
  .espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap img, .espen-inside-section .modal .modal-slider-wrap .modal-slider .item-wrap .video{
      border-radius: 0;
      height: 100%;
  }
  .espen-inside-section .modal .modal-slider-wrap .modal-slide-item .item-wrap .button_wrap .story_cta_btn{
      bottom: 0px;
  }
    .espen-inside-section .modal{
        margin-top: 0;
        margin-bottom: 0;
        height: 100vh;
    }
}
/* ------------------- */
/* ------------------- */
.espen-inside-section .modal .modal-slider-wrap .modal-slider .swiper-slide.swiper-slide-active + .swiper-slide{
   margin-left:1px
}
/* ------------------- */

/* loader */
.espen-inside-slider-wrap .espen-inside-slider-slider-inner{
  min-height: auto;
}
.loader_wrap.espen-loader_wrap{
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
}
.espen-loader_wrap .aico-skeleton{
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: nowrap;
}
.espen-loader_wrap .aico-skeleton .aico-skeleton-card{
  flex: 0 0 auto;
  width: calc(14.28% - (24px)* 6 / 7);
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
      padding: 0;
}
.espen-loader_wrap .aico-skeleton .aico-skeleton-card .aico-skeleton-card-inner{
  display: block;
  position: relative;
  inset: 0;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  padding-bottom: 150%;
}

.espen-loader_wrap .aico-skeleton {
      overflow-y: scroll;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.espen-loader_wrap .aico-skeleton::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
}
    /* Hide scrollbar for Chrome, Safari and Opera */
.espen-loader_wrap .aico-skeleton::-webkit-scrollbar {
      display: none;
}
@media (max-width:1439px){
  .espen-loader_wrap .aico-skeleton .aico-skeleton-card{
    width: calc(16.66% - (24px)* 5 / 6);
  }
}
@media (max-width:1279px){
  .espen-loader_wrap .aico-skeleton .aico-skeleton-card{
    width: calc(20% - (16px)* 4 / 5);
  }
  .espen-loader_wrap .aico-skeleton{
        gap: 16px;
  }
}
@media (max-width:988px){
  .espen-loader_wrap .aico-skeleton .aico-skeleton-card{
    width: calc(25% - (16px)* 3 / 4);
  }
}
@media (max-width:748px){
  .espen-loader_wrap .aico-skeleton .aico-skeleton-card{
    width: calc(42.69% - (16px)* 2 / 3);
  }
  .espen-inside-slider-slider:has(.espen-loader_wrap) {
        padding-right: 0;
    }
}
@media (max-width:639px){
  .espen-loader_wrap .aico-skeleton .aico-skeleton-card{
    width: calc(46.382% - (16px)* 2 / 3);
  }
}
/* End loader */

.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap video, .espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap iframe{
        background-image: url(/cdn/shop/files/fcsg-thumbnail-social-media.jpg?v=1737706656);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap,
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap img, .espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap video, .espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap iframe,
.espen-inside-section .espen-inside-slider-slider .slide-item .image-wrap:after{
      border-radius: 15px;
}

/* ------------------- */
.espen-inside-section .popup-modal-wrap{
    display: block;
    visibility: hidden;
    z-index: -1;
}
.espen-inside-section .modal{
    display:block;
}
.espen-inside-section .popup-modal-wrap.active{
    visibility:visible;
    z-index: 992;
}
/* ------------------- */