img{
	width: 100%;
}
.fl-node-ujpzgcimf79a.fl-module-box .fl-photo-content.fl-photo-img-jpg::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 0, 0, 0.6);
	mix-blend-mode: multiply;
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	clip-path: inset(0 100% 0 0);
	animation: colorAnimation 10s infinite, clipAnimation 5s infinite ease-in-out;	
}
.fl-builder-content-11419 .fl-node-vs4bu893fprx .fl-photo-content.fl-photo-img-jpg::after {
  mask-image: url('/wp-content/uploads/2025/03/gloves.png');
  -webkit-mask-image: url('/wp-content/uploads/2025/03/gloves.png');
}
.fl-builder-content-11419 .fl-node-518v9iocxkbm .fl-photo-content.fl-photo-img-jpg::after{
	mask-image: url('/wp-content/uploads/2025/03/mma.png');
  	-webkit-mask-image: url('/wp-content/uploads/2025/03/mma.png');
}
.fl-builder-content-11419 .fl-node-sg3bqvzdcwru .fl-photo-content.fl-photo-img-jpg::after{
	mask-image: url('/wp-content/uploads/2025/03/hoodies.png');
  	-webkit-mask-image: url('/wp-content/uploads/2025/03/hoodies.png');
}
.fl-builder-content-11419 .fl-node-dl63ifz8busp .fl-photo-content.fl-photo-img-jpg::after{
	mask-image: url('/wp-content/uploads/2025/03/trousers.png');
  	-webkit-mask-image: url('/wp-content/uploads/2025/03/trousers.png');
}
@keyframes clipAnimation {
	0% {
		clip-path: inset(0 100% 0 0); /* Fully hidden */
	}
	50% {
		clip-path: inset(0 0 0 0); /* Fully visible */
	}
	100% {
		clip-path: inset(0 100% 0 0); /* Back to fully hidden */
	}
}
@keyframes colorAnimation {
	0% { background: rgba(255, 255, 0, 0.6); }  /* Red */
	33% { background: rgba(0, 255, 0, 0.6); }  /* Green */
	66% { background: rgba(0, 255, 255, 0.6); }  /* Blue */
	100% { background: rgba(0, 0, 0, 0.6); } /* Back to Red */
}
.creative_filter .fl-col-content.fl-node-content.vamtam-show-bg-image {
  filter: grayscale(1);
}
 #main-menu #mega-menu-wrap-menu-header #mega-menu-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 33.33%;
}
.cart-dropdown {
  display: none;
}
.fl-module.fl-module-photo.fl-node-598ccb148d0f6 img {
  width: unset;
}
.fl-col-group.fl-node-598cc273343b6 img {
  width: 80px;
}
.fl-node-cljbs7hda3m1 .fl-node-wdby3xn0z89r > div {
  flex-basis: calc(33.33% - 13.33px);
  transition: background-color 0.3s ease-in-out;
}
.fl-node-cljbs7hda3m1 .fl-node-wdby3xn0z89r > div:hover {
  background-color: var(--vamtam-accent-color-1);
}
.product-img{
	position: relative;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	clip-path: inset(0 100% 0 0); /* Initially hidden */
	animation: clipImage 5s infinite ease-in-out;
}
.product-img img {
  display: block;
}
.fl-woocommerce-categories .woocommerce ul.products li.product{
    width: 16.05%;
}
@keyframes clipImage {
	0% {
		clip-path: inset(0 100% 0 0); /* Fully hidden */
	}
	50% {
		clip-path: inset(0 0 0 0); /* Fully visible */
	}
	100% {
		clip-path: inset(0 100% 0 0); /* Back to fully hidden */
	}
}