/** Shopify CDN: Minification failed

Line 912:26 The "-" operator only works if there is whitespace on both sides
Line 917:26 The "-" operator only works if there is whitespace on both sides

**/
.video_wrap .icon-play {
    cursor: pointer;
}
.video_wrap .icon-play i[class^=icon-] {    
    color: red;
}
.video_wrap .icon-play i[class^=icon-]:before{
    font-size: 100px;
}

@media (min-width:750px) {
	.section-collage_2 .collage {
		
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 1fr;
		gap: 24px;
		grid-auto-flow: unset;

	}

	.section-collage_2 .collage .span-1 {
		grid-column: span 1 / span 1;
		grid-row: span 1 / span 1;
	}

	.section-collage_2 .collage .span-2 {
		grid-column: span 2 / span 2;
		grid-row: span 1 / span 1;
	}

	.section-collage_2 .collage .span-3 {
		grid-column: span 3 / span 3;
		grid-row: span 1 / span 1;
	}

	.section-collage_2 .collage .span-4 {
		grid-column: span 4 / span 4;
		grid-row: span 1 / span 1;
	}

	
}


.section-collage_2 .collage-card .ratio:after {
	content: "";
	background: #8E8E8E;
	width: 100%;
	height: 67.4%;
	z-index: 1;
	top: auto;
	bottom: 0;
	position: absolute; 
	
    background: transparent linear-gradient(180deg, #fff, #000) 0% 0% no-repeat padding-box;
}
 

.section-collage_2 .collage-card .media:after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	top: auto;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #808080 100%) 0% 0% no-repeat padding-box;
	height: 70%;
	height: 100%;
}


.section-collage_2 .collage-card .ratio:before {
	padding-bottom: 74.649%;
}
.section-collage_2 .span-4 .collage-card .ratio:before {
    padding-bottom: 36.802%;
}
.section-collage_2 .span-1  .collage-card .ratio:before {
    padding-bottom: 153.667%;
}
.section-collage_2 .collage-card-title,
.section-collage_2 .video-heading,
.section-collage_2 .insta-heading .collage-card-title {
	z-index: 3;
	top: auto !important;
	bottom: 48px !important;
	height: auto !important;
	color: #fff !important;
	left: 0 !important;
	right: 0 !important;
	padding-left: 48px;
	padding-right: 15px;
	
    max-width: 100%!important;
	
	hyphens: auto !important;
	word-break: break-word !important;
	text-align: left;
	font-family: var(--primary-font-family);
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: absolute;
}
.section-collage_2 .collage-card .ratio:after {
	content: "";
	background: #8E8E8E;
	width: 100%;
	height: 67.4%;
	z-index: 1;
	top: auto;
	bottom: 0;
	position: absolute;
	
    background: transparent linear-gradient(180deg, #fff, #000) 0% 0% no-repeat padding-box;
}

.section-collage_2 .deferred-media__poster-button {
	background: transparent;
	z-index: 9; 
	
  width: 100%!important;
	height: 100%!important;
  border-radius: 0;
 /* display:none; */
}
.collage-card .media video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.section-collage_2 .collage-card .ratio:after {
	content: "";
	background: #8E8E8E;
	width: 100%;
	height: 80%;
	z-index: 1;
	top: auto;
	bottom: 0;
	position: absolute;
  background: transparent linear-gradient(180deg, #fff, #000) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}

.section-collage_2 .collage-card.card-video .ratio:after {
	content: "";
	background: #8E8E8E;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;

}

.section-collage_2 .page-width {
	padding-top: 65px !important;
	padding-bottom: 48px !important; 
}

.section-collage_2 .news_wrap a {
	font-family: auto;
	color: #000;
	font-family: var(--primary-font-family);
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
	display: flex;
	position: relative;
	gap: 10px;
	align-items: center;
}

.section-collage_2 .news_wrap a:after {
	content: "";
	position: relative;
	width: 46px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='20' viewBox='0 0 46 20'%3E%3Cpath id='Path_689' data-name='Path 689' d='M25.85-20.52,9.337,2.48,5.85-.146,19.9-20.52,5.85-40.789,9.337-43.52Z' transform='translate(2.48 -5.85) rotate(90)'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.section-collage_2 .news_wrap {
	position: absolute;
	left: -52.705%;
	right: 0;
	width: 100%;
	bottom: 80px;
}

.section-collage_2 .deferred-media__poster-button:hover {
	transform: translate(-50%, -50%) scale(1);
}

.section-collage_2 a.card-link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.section-collage_2 .collage-card {
	position: relative;
}


@media (max-width:1800px) {
	.section-collage_2 .news_wrap a:after {
		width: 30px;
		height: 12px;
	}

	.section-collage_2 .news_wrap a {
		gap: 5px;
	}
  .section-collage_2 .collage-card .ratio:after {
    /* height: 80%; */
  }
}

@media (max-width:1439px) {

	.section-collage_2 .collage-card-title,
	.section-collage_2 .video-heading,
	.section-collage_2 .insta-heading .collage-card-title {
		bottom: 20px !important;
		padding-left: 20px;
		padding-right: 15px;
	}

	.section-collage_2 .insta-heading {
		gap: 15px;
		padding: 20px;
	}
}

@media (max-width:1279px) {

	.section-collage_2 .collage-card-title,
	.section-collage_2 .video-heading,
	.section-collage_2 .insta-heading .collage-card-title {
		bottom: 25px !important;
		padding-left: 25px;
		padding-right: 15px;
	}

	.section-collage_2 .insta-heading {
		padding: 25px;
	}

	.section-collage_2 .news_wrap a:after {
		width: 20px;
		height: 8px;
	}
}

@media (max-width:1199px) {
	.section-collage_2 .collage {
		gap: 16px;
	}

	.section-collage_2 .collage-card-title,
	.section-collage_2 .video-heading,
	.section-collage_2 .insta-heading .collage-card-title {
		bottom: 15px !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-collage_2 .deferred-media__poster-button svg {
		width: 36px;
	}

	.section-collage_2 .insta-heading {
		padding: 15px;
	}
}

@media (max-width:989px) {
	.section-collage_2 .news_wrap a {
		gap: 3px;
	}

	.section-collage_2 .news_wrap a:after {
		width: 12px;
		height: 5px;
	}
}

@media (max-width:749px) {
	.section-collage_2 .collage-card .ratio:before{
		padding-bottom: 125%;
	}

	.section-collage_2 .collage-card-title,
	.section-collage_2 .video-heading,
	.section-collage_2 .insta-heading .collage-card-title {
		bottom: 24px !important;
		padding-left: 25px;
	} 

	.section-collage_2 .insta-heading {
		padding: 25px;
	}

	.section-collage_2 .deferred-media__poster-button svg {
		width: 75px;
	}

	.section-collage_2 .news_wrap {
		display: none;
	}

	.section-collage_2 .collage-card .media {
		height: auto;
	}
   .section-collage_2 .collage-card .ratio:after {
    /* height: 70%; */
  }
}

/* section-collage_2 css end */
.section-collage_2 .news_wrap a:after {
	width: 24px !important;
	height: 10px !important;
}

@media (max-width: 1279px) {
	.section-collage_2 .news_wrap a:after {
		width: 20px !important;
		height: 8px !important;
	}
}

@media (max-width: 989px) {
	.section-collage_2 .news_wrap a:after {
		width: 12px !important;
		height: 5px !important;
	}
}

@media (max-width: 749px) {
	.section-collage_2 .page-width {
		padding-top: 19px !important;
	}
}
 .section-collage_2 .page-width {
	padding-top: 0 !important;
}
.section-collage_2 .collage__item--instagram .collage-card-title,
.section-collage_2 .collage__item--x .collage-card-title {
  font-size: var(--body-font-size)!important;
  line-height: var(--line-spacing-body)!important;
  font-family: var(--akkurat-secondary-font-family)!important; 
  
}
.section-collage_2 .collage__item--twitter .collage-card-title{
  font-size: var(--body-font-size)!important;
  line-height: var(--line-spacing-body)!important;
  font-family: var(--akkurat-secondary-font-family)!important; 
}

.section-collage_2 .video-heading {
  -webkit-line-clamp: 2;
}
.section-collage_2 .collage__item--news .collage-card-title,
.section-collage_2 .collage__item--product .collage-card-title {
   -webkit-line-clamp: 2;
}

.section-collage_2 .collage__item--instagram .collage-card-title {
  
  padding-top:70px;
}
.section-collage_2 .collage__item--instagram .collage-card-title:before {
  content: "";
  position: absolute;
  left: 40px;
  right: 0;
  background: url(/cdn/shop/files/instagram-logo.svg?v=1712041094);
  top: 0px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  
}
@media (max-width: 1439px) {
  .section-collage_2 .collage__item--instagram .collage-card-title:before {
    left: 12px;
  }
}
@media (max-width: 1199px) {
  .section-collage_2 .collage__item--instagram .collage-card-title {
      padding-top: 50px;
  }
  .section-collage_2 .collage__item--instagram .collage-card-title:before {
    left: 7px;
    
  }
}
@media (max-width: 749px) {
  .section-collage_2 .collage__item--instagram .collage-card-title:before {
    left: 16px;
    
  }
    .section-collage_2 .collage__item--instagram .collage-card-title {
      padding-top: 60px;
  }
}
@media (max-width: 539px) {
  .section-collage_2 .video-heading {
    -webkit-line-clamp: 2;
  }
}  
/* ------------ */
/* ------------ */
.section-collage_2 .collage__item--x .collage-card-title:before {
    content: "";
    position: absolute;
    left: 48px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 512 462.799'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z'/%3E%3C/svg%3E");
    top: -70px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.section-collage_2 .collage__item--x .collage-card-title{
    overflow:visible;
}
@media (max-width: 1439px) {
    .section-collage_2 .collage__item--x .collage-card-title:before {
        left: 20px;
    }
}
@media (max-width: 1199px) {
    .section-collage_2 .collage__item--x .collage-card-title:before {
        left: 15px;
        top: -50px;
    }
}
@media (max-width: 749px) {
    .section-collage_2 .collage__item--x .collage-card-title:before {
        left: 25px;
        top: -60px;
    }
} 
/* ------------ */
.collage.social_feed_wrap {
  margin-bottom: 24px;
}
.section-collage_2 .button_wrap .button {
  background: transparent;
  padding-left: 0;
    padding-right: 0;
    min-width: auto;
    min-height: auto;
  color: #000;
  font-size: var(--btn-font-size);
  line-height: var(--line-spacing-btn);
  border: 0;
}
.section-collage_2 .button_wrap .button:after {
  display: none;
}
.section-collage_2 .button_wrap .button:before {
  background-color: #000;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    transition-delay: .15s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: linear;
    width: 100%;
    display: block !important;
    top: auto;
}
.section-collage_2 .button_wrap .button:hover {
   color: #007c3e;
}
.section-collage_2 .button_wrap .button:hover:before {
  left: auto;
    width: 0%;
    right: 0;
    background-color: #007c3e;
}

@media (max-width: 1439px) {
  .section-collage_2 .deferred-media__poster-button svg {
      width: 65px;
    height: 65px;
  }
}
@media (max-width: 1276px) {
  .section-collage_2 .deferred-media__poster-button svg {
      width: 54px;
    height: 54px;
  }
  .section-collage_2 .collage__item--x .collage-card-title:before {
    width: 28px;
    height: 28px;
  }
  .section-collage_2 .collage__item--instagram .collage-card-title:before {
    width: 36px;
    height: 36px;
  }
  
}
@media (max-width: 989px) {
  .collage.social_feed_wrap {
    margin-bottom: 10px;
  }
  .section-collage_2 .collage {
    grid-template-columns: repeat(3,1fr);  
  }
  .section-collage_2 .collage .span-4 {
    grid-column: span 3 / span 3;
  }
  .section-collage_2 .collage .span-3 {
    grid-column: span 2 / span 2;
  }
  
}

@media (max-width:767px) {
  .section-collage_2 .collage {
    grid-template-columns: repeat(2,1fr);
  }

  .section-collage_2 .collage-card .ratio:before {
    padding-bottom: 153.31%;
  }
  .section-collage_2 .span-4 .collage-card .ratio:before {
      padding-bottom: 74.052%;
  }



}
@media (max-width:539px) {
  .section-collage_2 .collage {
    grid-template-columns: repeat(1,1fr);
  }
  .section-collage_2 .collage-card .ratio:before {
    padding-bottom: 125.13%;
  }
  .section-collage_2 .span-4 .collage-card .ratio:before {
      padding-bottom: 125.13%;
  }

  
}

/*new grid css star  */
.section-collage_2 .collage {
    display: flex;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    gap: 24px;
    grid-auto-flow: unset;
    flex-flow: wrap;
}

.section-collage_2 .collage-card .ratio:before {
  height: auto;
    min-height: auto;
    max-height: max-content;
}
.section-collage_2 .collage .span-4 {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
}
.section-collage_2 .collage .span-3 {
    grid-column: unset;
    grid-row: unset;
    width: calc(75% - 12px);
}
.section-collage_2 .collage .span-2 {
    grid-column: unset;
    grid-row: unset;
    width: calc((100% - (24px*1))/2);
}
.section-collage_2 .collage .span-1 {
    grid-column: unset;
    grid-row: unset;
    width: calc((100% - (24px*3))/4);
}


@media (max-width:1199px) {
    .section-collage_2 .collage .span-1 {
    width: calc((100% - (24px*2))/3);
  }
    .section-collage_2 .collage .span-3,
  .section-collage_2 .collage .span-2{
    width: calc(67% - 12px);
  }
}
@media only screen and (max-device-width: 1199px) and (orientation: portrait) {
    .section-collage_2 .collage .span-1 {
    width: calc((100% - (24px*1))/2);
  }
    .section-collage_2 .collage .span-3{
    width: calc(50% - 12px);
  }
    .section-collage_2 .collage .span-2{
    width: 100%;
  }
  .section-collage_2 .collage-card .ratio:before {
    padding-bottom: 74.229%;
  }
}
@media only screen and (max-device-width: 1199px) and (orientation: landscape) {
    .section-collage_2 .collage .span-1 {
    width: calc((100% - (24px*2))/3);
  }
    .section-collage_2 .collage .span-3,
  .section-collage_2 .collage .span-2{
    width: calc(67% - 12px);
  }
}
@media (max-width:989px) {

  .section-collage_2 .collage-card .ratio:before {
    padding-bottom: 73.38%;
  }
}
@media (max-width:767px) {
  .section-collage_2 .collage .span-1 {
    width: calc(50% - 12px);
  }
  .section-collage_2 .collage .span-3 {
    width: calc(50% - 12px);
  }
}
@media (max-width:539px) {
  .section-collage_2 .collage .span-4,
  .section-collage_2 .collage .span-3,
  .section-collage_2 .collage .span-2,
  .section-collage_2 .collage .span-1 {
    width: 100%;
  }
  .section-collage_2 .span-1 .collage-card .ratio:before {
    padding-bottom: 125.13%;
  }
  .section-collage_2 .span-2 .collage-card .ratio:before {
    padding-bottom: 153.667%;
    
  }
  .section-collage_2 .span-1 .collage-card .ratio:before,
  .section-collage_2 .span-3 .collage-card .ratio:before,
  .section-collage_2 .span-4 .collage-card .ratio:before{
    padding-bottom: 153.667%;
    
  }
}
/*new grid css end  */



.section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper .insta-heading .collage-card-title{
      bottom: 80px !important;
}
.section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link.underlined-link {
    position: absolute !important;
    display: block !important;
    height: fit-content !important;
    top: auto !important;
    bottom: 48px !important;
    color: #ffffff !important;
    z-index: 2;
    left: 48px !important;
}
.section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link:not(.header .link,.footer .link):before{
       background-color: #fff;
 }
.section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a:hover + a.link:not(.header .link,.footer .link):before{
      left: auto;
    width: 0%;
    right: 0;
}
@media (max-width: 1439px) {
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link.underlined-link {
    bottom: 20px !important;
    left: 15px !important;
  }
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper .insta-heading .collage-card-title {
    bottom: 52px!important;
  }
}
@media (max-width: 1279px) {
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link.underlined-link {
    bottom: 25px !important;
    left: 25px !important;
  }
}
@media (max-width: 1199px) {
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link.underlined-link {
    bottom: 15px !important;
    left: 15px !important;
  }
}
@media (max-width: 767px) {
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper .insta-heading .collage-card-title {
    bottom: 44px!important;
  }
}
@media (max-width: 749px) {
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper a.link.underlined-link {
    bottom: 24px !important;
    left: 25px !important;
  }
  .section-collage_2 .collage-card.card-product.card-wrapper.product-card-wrapper .insta-heading .collage-card-title {
    bottom: 53px!important;
  }
}

.section-collage_2 .collage-card .icon-youtube {
        font-size: 100px;
    color: red;
}
@media (max-width: 1439px){
  .section-collage_2 .collage-card .icon-youtube,
  .video_wrap .icon-play i[class^=icon-]:before{
      font-size: 65px;
 }
}
@media (max-width: 1276px){
    .section-collage_2 .collage-card .icon-youtube,
  .video_wrap .icon-play i[class^=icon-]:before{
      font-size: 54px;
   }
}
.collage.social_feed_wrap.matchcenter_feed_wrap {
    font-family: var(--akkurat-secondary-font-family)!important;
}
.section-collage_2 .deferred-media__poster-button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-collage_2 .collage__item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  z-index:2;
  inset:0;
}


.section-collage_2 .collage-card .ratio.hide-none:after{
  display: none;
}

/* section-collage_2 line */
.section-collage_2 .button_wrap .button:before{
    bottom: calc((var(--line-spacing-btn) / 2) - (var(--line-spacing-btn) / 1.7));
}
@media screen and (max-width: 749px) {
    .section-collage_2 .button_wrap .button:before{
        bottom: calc((var(--line-spacing-btn) / 2) - (var(--line-spacing-btn) / 1.7));
    }
}
/* End section-collage_2 line */

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

/* ----------------- */
.section-collage_2 .collage-card.card-custom_code.card-wrapper.product-card-wrapper .mobile-snippet iframe {
    z-index: 2;
    position: relative;
}
@media (min-width:1440px){
  .section-collage_2 .collage-card-title, .section-collage_2 .video-heading, .section-collage_2 .insta-heading .collage-card-title {
    padding-right: 48px;
  }
}
.section-collage_2 .video-heading,
.section-collage_2 .collage__item--news .collage-card-title{
     
    -webkit-line-clamp: 3;
    
}
@media (max-width:540px){
  .template--index .section-collage_2 .collage{
    min-height: auto;
}
}


.section-collage_2 .collage__item.video_playing .collage-card .media:after{
    opacity:0;
    visibility:hidden;
}


/* loader */
.loader_wrap.social-feed-skeleton {
    display: block;
    position: relative;
    width: 100%;
    inset: auto;
}
.loader_wrap.social-feed-skeleton .aico-skeleton{
    width:100%;
    display: flex;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    gap: 24px;
    grid-auto-flow: unset;
    flex-flow: wrap;
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card{
    width:100%;
      padding: 0;
    background: transparent;
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card .aico-skeleton-card-inner{
    display: block;
    width: 100%;
    padding-bottom: 153.667%;
    background: #f2f2f2;
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:nth-child(1){
    width: calc((100% - 24px) / 2);
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:last-child{
    width: calc((100% - 24px) / 2);
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card{
   width: calc((100% - 72px) / 4);
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:nth-child(1) .aico-skeleton-card-inner{
    padding-bottom: 74.649%;
}
.loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:last-child .aico-skeleton-card-inner{
    padding-bottom: 74.649%;
}
@media only screen and (max-device-width: 1199px) and (orientation: landscape){
    .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:nth-child(1),
    .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:last-child{
        width: calc(67% - 12px);
    }
    .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card{
        width: calc((100% - (24px* 2)) / 3);
    }
}

@media only screen and (max-device-width: 1199px) and (orientation: portrait){
     .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:nth-child(1),
    .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card:last-child{
        width: 100%;
    }
    .loader_wrap.social-feed-skeleton .aico-skeleton .aico-skeleton-card{
               width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 539px){
    .loader_wrap.social-feed-skeleton{
        display:none;
    }
}
/* loader */


/* loader */
.loader_wrap.matchcenter-feed-aico-skeleton {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
}
.loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton{
    width: 100%;
    display: flex;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    gap: 24px;
    grid-auto-flow: unset;
    flex-flow: wrap;
}
.loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card{
    width: calc((100% - 72px) / 4);
}
.loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card .aico-skeleton-card-inner{
    display: block;
    padding-bottom: 153.667%;
    background: #f2f2f2;
}
@media only screen and (max-device-width: 1199px) and (orientation: landscape) {
    .loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card {
        width: calc((100% -(24px* 2)) / 3);
    }
}
@media only screen and (max-device-width: 1199px) and (orientation: portrait) {
     .loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card {
        width: calc((100% -(24px* 1)) / 2);
    }
}
@media (max-width: 539px) {
    .loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card .aico-skeleton-card-inner:before {
        padding-bottom: 153.667%;
    }
  .loader_wrap.matchcenter-feed-aico-skeleton .aico-skeleton .aico-skeleton-card{
            width: 100%;
  }
}
/* loader */

.collage-card .media video{
    background-image: url(/cdn/shop/files/fcsg-thumbnail-social-media.jpg?v=1737706656);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-collage_2 .collage .card-custom_code{
      background-image: url(/cdn/shop/files/fcsg-thumbnail-social-media.jpg?v=1737706656);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}