@media (min-width: 768px) {
	 .template-extended .swiper-pagination {
		 margin-left: -1rem;
	}
	 .template-extended .swiper-wrapper {
		 padding-top: 1.5rem !important;
	}
	 .productfeed-brandlook.productfeed .productfeed-grid.template-extended .swiper-slide .tile-image {
		 height: 75vh !important;
		 max-height: 555px !important;
	}
	.productfeed-brandlook .wrapper-header {
		margin: auto !important;
	}
}
 @media (max-width: 768px) {
	 .productfeed-brandlook.productfeed .productfeed-grid .swiper-slide.swiper-slide-next .brand-look-toolip {
		 opacity: 1;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.template-extended .swiper-wrapper {
		width: calc(100% - 2rem);
	}
}

.productfeed-grid.template-extended:not(.swiper-initialized) .swiper-slide {
        max-width: 300px;
}

/**/

@media (min-width: 768px) {
   .productfeed-brandlook .wrapper-header {
	   margin: auto !important;
	   margin-right: auto !important;
   }
}

.productfeed-brandlook .swiper-controls {
	top: 50% !important;
}