/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2025 | 12:44:04 */
#cat_menu .current-menu-item a {
    color: #fff !important; 
    background-color: #1da1f2 !important;
    padding: 10px 10px !important;
    border-radius: 5px !important;
    border: 0 !important;
}

#cat_menu .menu-item-object-product_cat {
    margin-bottom: 10px;
}

#cat_menu .menu-item-object-product_cat a {
    color: #fff !important; 
    background-color: #121b20;
    padding: 10px 10px !important;
    border-radius: 5px !important;
    border: 0 !important;
}

.elementor-swiper-button {
    
}

.elementor-swiper-button svg {
    top: 19px !important;
    position: relative !important;
    left: 15px !important;
    fill: #000 !important;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
}
.product_type_simple {
    display: none !important;
}
.elementor-swiper-button-prev svg {
    display: none;
}
.elementor-swiper-button-next svg {
    display: none;
}

.elementor-swiper-button-prev {
    background-image: url("https://dezwebsolutions.com/panengineers/wp-content/uploads/2025/05/next.png");
    width: 229px;
    height: 423px;
    opacity: 0.3;
    background-size: 230px;
    transform: rotate(180deg) !important;
    top: 20% !important;
}
.elementor-swiper-button-next {
    background-image: url("https://dezwebsolutions.com/panengineers/wp-content/uploads/2025/05/next.png");
    width: 229px;
    height: 423px;
    opacity: 0.3;
    background-size: 230px;
}
.swiper-container1 .wpcu-theme_3 .wpcu-product__img {
    margin-bottom: 0;
}
.swiper-container1 .wpcu-theme_3 .wpcu-product__content {
    padding: 0;
    border: 0;
}


.pcu-products {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff; /* Optional */
  }
  
.swiper-container1 .wpcu-products{
	overflow: hidden;
}
  .swiper-container1 .wpcu-row {
    display: flex;
    gap: 20px; /* Space between products */
    animation: marquee 20s linear infinite;
	  flex-wrap: nowrap;
  }
  
 .swiper-container1 .wpcu-product {
    min-width: 200px; /* Adjust based on your design */
    background: #f2f2f2;
    padding: 20px;
    flex-shrink: 0;
    border: 1px solid #ccc;
  }
  
 @keyframes marquee {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }


@media (max-width: 1024px) {
	.elementor-swiper-button {
		display: none !important;
	}
}
  