{"id":2498,"date":"2025-08-04T13:32:17","date_gmt":"2025-08-04T13:32:17","guid":{"rendered":"https:\/\/dummy.xtemos.com\/woodmart2\/pets-elementor\/?page_id=15"},"modified":"2026-03-30T07:19:18","modified_gmt":"2026-03-30T07:19:18","slug":"home-pets","status":"publish","type":"page","link":"https:\/\/wayambafeeds.lk\/","title":{"rendered":"Home Pets"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2498\" class=\"elementor elementor-2498\">\n\t\t\t\t<div class=\"elementor-element elementor-element-208ec4a e-con-full wd-section-stretch e-flex e-con e-parent\" data-id=\"208ec4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-912679b elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"912679b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<style>\n  body {\n    margin: 0;\n    padding: 0;\n  }\n\n.video-container {\n  position: relative;\n  width: 100%;\n  height: 100%; \/* \ud83d\udc48 reduce height *\/\n  overflow: hidden;\n}\n\n.video-container video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center center; \/* \ud83d\udc48 important *\/\n}\n\n  \/* Optional overlay content *\/\n  .video-overlay {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    color: #fff;\n    text-align: center;\n    font-family: Poppins, sans-serif;\n  }\n\n  .video-overlay h1 {\n    font-size: 3rem;\n    margin: 0;\n  }\n\n  .video-overlay p {\n    font-size: 1.2rem;\n  }\n<\/style>\n\n\n\n<div class=\"video-container\">\n  <video autoplay muted loop playsinline>\n    <source src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/main-video.mp4\">\n    Your browser does not support HTML5 video.\n  <\/video>\n\n  <!-- Optional Text -->\n  <div class=\"video-overlay\">\n   \n  <\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa0c9dd elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"fa0c9dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<style>\n  body {\n    margin: 0;\n    padding: 0;\n  }\n\n.video-container {\n  position: relative;\n  width: 100%;\n  height: 100%; \/* \ud83d\udc48 reduce height *\/\n  overflow: hidden;\n}\n\n.video-container video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center center; \/* \ud83d\udc48 important *\/\n}\n\n  \/* Optional overlay content *\/\n  .video-overlay {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    color: #fff;\n    text-align: center;\n    font-family: Poppins, sans-serif;\n  }\n\n  .video-overlay h1 {\n    font-size: 3rem;\n    margin: 0;\n  }\n\n  .video-overlay p {\n    font-size: 1.2rem;\n  }\n<\/style>\n\n\n\n<div class=\"video-container\">\n  <video autoplay muted loop playsinline>\n    <source src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/main-video-mobile.mp4\">\n    Your browser does not support HTML5 video.\n  <\/video>\n\n  <!-- Optional Text -->\n  <div class=\"video-overlay\">\n   \n  <\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef9d49d wd-section-stretch e-con-full e-flex e-con e-parent\" data-id=\"ef9d49d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b465bc elementor-widget elementor-widget-html\" data-id=\"8b465bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.logo-marquee {\n  width: 100%;\n  overflow: hidden;\n  \n  padding: 20px 0;\n}\n\n.logo-track {\n  display: flex;\n  gap: 60px;\n  width: max-content;\n  animation: scroll 25s linear infinite;\n}\n\n.logo-marquee:hover .logo-track {\n  animation-play-state: paused;\n}\n\n.logo-item {\n  position: relative;\n  display: inline-block;\n  cursor: pointer;\n}\n\n.logo-item img {\n  height: 60px;\n  width: auto;\n  filter: none; \/* normal color *\/\n  transition: 0.3s ease;\n}\n\n.logo-item:hover img {\n  filter: grayscale(100%) brightness(0.9);\n  transform: scale(1.1);\n}\n\n\/* POPUP *\/\n.logo-item::after {\n  content: attr(data-name);\n  position: absolute;\n  bottom: 120%;\n  left: 50%;\n  transform: translateX(-50%);\n  background: rgba(0,0,0,0.9);\n  color: #fff;\n  padding: 6px 12px;\n  border-radius: 6px;\n  font-size: 13px;\n  white-space: nowrap;\n  opacity: 0;\n  visibility: hidden;\n  transition: 0.3s;\n  z-index: 9999;\n}\n\n.logo-item:hover::after {\n  opacity: 1;\n  visibility: visible;\n}\n\n\/* Scroll animation *\/\n@keyframes scroll {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); } \/* move half the total track *\/\n}\n\n\/* Responsive: Tablets *\/\n@media (max-width: 1024px) {\n  .logo-item img { height: 50px; }\n  .logo-track { gap: 40px; }\n}\n\n\/* Responsive: Mobile *\/\n@media (max-width: 768px) {\n  .logo-item img { height: 40px; }\n  .logo-track { gap: 30px; }\n}\n<\/style>\n\n<div class=\"logo-marquee\">\n  <div class=\"logo-track\">\n\n    <!-- ORIGINAL LOGOS -->\n    <a href=\"#\" class=\"logo-item\" data-name=\"Vetzyme\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/vetzyme.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Royal Canin\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/royal-canin.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Livisto\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/poster-livisto-2.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Morando\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/mornando.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Lider Pet Food\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/lider.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Let's Bite\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/lets-bite.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Drools\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/drools.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Dog n Joy\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/dog-n-joy.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Cat n Joy\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/cat-n-joy.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Beaphar\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/beaphar.webp\">\n    <\/a>\n\n    <!-- DUPLICATE ENTIRE SET FOR SMOOTH LOOP -->\n    <a href=\"#\" class=\"logo-item\" data-name=\"Vetzyme\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/vetzyme.webp\">\n    <\/a>\n    <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat&filter_product_brand=82\" class=\"logo-item\" data-name=\"Royal Canin\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/royal-canin.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Livisto\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/poster-livisto-2.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Morando\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/mornando.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Lider Pet Food\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/lider.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Let's Bite\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/lets-bite.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Drools\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/drools.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Dog n Joy\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/dog-n-joy.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Cat n Joy\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/cat-n-joy.webp\">\n    <\/a>\n    <a href=\"#\" class=\"logo-item\" data-name=\"Beaphar\">\n      <img decoding=\"async\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/beaphar.webp\">\n    <\/a>\n\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d8b3fd7 e-flex e-con-boxed e-con e-parent\" data-id=\"d8b3fd7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9649ebb wd-width-100 elementor-widget elementor-widget-wd_products\" data-id=\"9649ebb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\n\t\t\t<div id=\"carousel-550\" class=\"wd-carousel-container  with-title wd-products-element wd-products products wd-loop-builder-off wd-stretch-cont-lg wd-stretch-cont-md wd-stretch-cont-sm wd-products-with-bg title-line-two\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h4 class=\"wd-el-title title slider-title element-title\"><span>New Arrivals <\/span><\/h4>\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:5;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3492 status-publish instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"3492\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=bones-up-mineral-vitamin-supplement-200g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Bones Up Mineral &#038; Vitamin Supplement 200g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Bones-Up-200g.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Bones-Up-200g.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Bones-Up-200g-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Bones-Up-200g-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Bones-Up-200g-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=bones-up-mineral-vitamin-supplement-200g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3492\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3492\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=bones-up-mineral-vitamin-supplement-200g\">Bones Up Mineral &#038; Vitamin Supplement 200g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1,400.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3492\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3492\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3492\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bones Up Mineral &amp; Vitamin Supplement 200g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bones Up Mineral &amp; Vitamin Supplement 200g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3492\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3536 status-publish instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"3536\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Chicktonic Poultry Medicine 50ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-150x171.webp 150w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-64x74.webp 64w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3536\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3536\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\">Chicktonic Poultry Medicine 50ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>360.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3536\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3536\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3536\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chicktonic Poultry Medicine 50ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Chicktonic Poultry Medicine 50ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3536\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3597 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"3597\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=dermo-care-antifungal-soap\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Dermo Care Antifungal Soap\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Dermo-Care-Antifungal-Soap.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Dermo-Care-Antifungal-Soap.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Dermo-Care-Antifungal-Soap-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Dermo-Care-Antifungal-Soap-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Dermo-Care-Antifungal-Soap-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=dermo-care-antifungal-soap\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3597\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3597\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=dermo-care-antifungal-soap\">Dermo Care Antifungal Soap<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>700.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3597\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3597\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3597\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dermo Care Antifungal Soap&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Dermo Care Antifungal Soap&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3597\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3600 status-publish first instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"3600\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Fur Maxx &#8211; Healthy &#038; Smooth fur (30 Tablets)\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3600\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3600\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\">Fur Maxx &#8211; Healthy &#038; Smooth fur (30 Tablets)<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>850.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3600\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3600\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3600\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Fur Maxx - Healthy &amp; Smooth fur (30 Tablets)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fur Maxx - Healthy &amp; Smooth fur (30 Tablets)&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3600\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3588 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"3588\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-100ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Green Vet Antifungal &#038; Mange Shampoo 100ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-100ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-100ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-100ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-100ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-100ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-100ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3588\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3588\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-100ml\">Green Vet Antifungal &#038; Mange Shampoo 100ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>500.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3588\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3588\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3588\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Green Vet Antifungal &amp; Mange Shampoo 100ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Green Vet Antifungal &amp; Mange Shampoo 100ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3588\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3591 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"3591\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-200ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Green Vet Antifungal &#038; Mange Shampoo 200ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-200ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-200ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-200ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-200ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Antifungal-Shampoo-200ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-200ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3591\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3591\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=green-vet-antifungal-mange-shampoo-200ml\">Green Vet Antifungal &#038; Mange Shampoo 200ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>950.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3591\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3591\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3591\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Green Vet Antifungal &amp; Mange Shampoo 200ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Green Vet Antifungal &amp; Mange Shampoo 200ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3591\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3585 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"3585\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-acti-plus-200ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Acti-Plus 200ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Green-Vet-Acti-Plus-Syrup-200ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Green-Vet-Acti-Plus-Syrup-200ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Green-Vet-Acti-Plus-Syrup-200ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Green-Vet-Acti-Plus-Syrup-200ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Green-Vet-Acti-Plus-Syrup-200ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-acti-plus-200ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3585\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3585\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-acti-plus-200ml\">Greenvet Acti-Plus 200ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>950.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3585\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3585\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3585\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Acti-Plus 200ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Acti-Plus 200ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3585\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3606 status-publish first instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"3606\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Anti Fungal Mange Cream 50g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3606\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3606\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\">Greenvet Anti Fungal Mange Cream 50g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>650.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3606\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3606\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3606\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Anti Fungal Mange Cream 50g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Anti Fungal Mange Cream 50g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3606\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3621 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"9\" data-id=\"3621\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-100ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Canny Aloe Herbal Shampoo 100ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-100ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-100ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-100ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-100ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-100ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-100ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3621\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3621\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-100ml\">Greenvet Canny Aloe Herbal Shampoo 100ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>450.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3621\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3621\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3621\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Canny Aloe Herbal Shampoo 100ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Canny Aloe Herbal Shampoo 100ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3621\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3618 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"3618\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-200ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Canny Aloe Herbal Shampoo 200ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-200ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-200ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-200ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-200ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Canny-Aloe-Shampoo-200ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-200ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3618\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3618\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-canny-aloe-herbal-shampoo-200ml\">Greenvet Canny Aloe Herbal Shampoo 200ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>750.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3618\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3618\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3618\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Canny Aloe Herbal Shampoo 200ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Canny Aloe Herbal Shampoo 200ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3618\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3624 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail sale shipping-taxable purchasable product-type-simple\" data-loop=\"11\" data-id=\"3624\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-ken-cal-200ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Ken Cal &#8211; 200ml\">\n\t\t\t\t\t\t<div class=\"product-labels labels-rectangular\">\n\t\t\t\t<span class=\"onsale product-label wd-shape-rect-sm\">-18%<\/span>\t\t\t<\/div>\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/GREENVET-KEN-CAL-SYRUP-200ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/GREENVET-KEN-CAL-SYRUP-200ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/GREENVET-KEN-CAL-SYRUP-200ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/GREENVET-KEN-CAL-SYRUP-200ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/GREENVET-KEN-CAL-SYRUP-200ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-ken-cal-200ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3624\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3624\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-ken-cal-200ml\">Greenvet Ken Cal &#8211; 200ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>850.00&nbsp;LKR<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: 850.00&nbsp;LKR.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>700.00&nbsp;LKR<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: 700.00&nbsp;LKR.<\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3624\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3624\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3624\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Ken Cal - 200ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Ken Cal - 200ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3624\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t<h4>Ken Cal Syrup is a specialized formula for dogs and cats to address vitamin, mineral, and calcium deficiencies.<\/h4>\r\n&nbsp;\r\n\r\nTo treat Vitamin, Mineral &amp; Calcium\r\ndeficiencies for bones and teeth formation.\r\n<h6>Benefits of the Product<\/h6>\r\n\u2022 Strengthens bones and teeth\r\n\u2022 Supports healthy muscle function.\r\n\u2022 Enhances calcium absorption.\r\n\u2022 Aids in hormone regulation.\r\n<h6>Composition<\/h6>\r\nCalcium carbonateI.P\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a06\u00a025mg\r\nEq. to Elemental Calcium\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0250mg\r\nVitamin D3\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 I.P 125 IU\r\nZinc Sulphate Monohydrate\u00a0 \u00a0 \u00a0I.P 5mg\r\nLysine Hydrochloride\u00a0 \u00a0 \u00a0 \u00a0 \u00a0U.S.P 50 mg\r\nColor\u00a0\u2013\u00a0Erythrosine\r\n<h6>Dosage<\/h6>\r\n\u2022 Small Breed Puppies: 5ml per day\r\n\u2022 Large Breed Puppies: 10ml per day\r\n\u2022 Kittens: 0.5ml per day\r\n<h5><b>Dosage Frequency<\/b><\/h5>\r\nUse as directed by your veterinary physician.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3610 status-publish first instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"12\" data-id=\"3610\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Merry Calcy 200g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3610\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3610\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\">Greenvet Merry Calcy 200g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1,100.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3610\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3610\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3610\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Merry Calcy 200g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Merry Calcy 200g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3610\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-together wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-scroll\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-ef9122c wd-section-stretch e-flex e-con-boxed e-con e-parent\" data-id=\"ef9122c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a8ac17b e-con-full color-scheme-light e-flex e-con e-child\" data-id=\"a8ac17b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b4bb77 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"7b4bb77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-left\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-background wd-fontsize-xs\">\n\t\t\t\t\tAll Your Pet\u2019s Needs, in One Place\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">Care That Makes Tails Wag<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb6f501 elementor-widget elementor-widget-wd_text_block\" data-id=\"cb6f501\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left color-scheme-dark\">\n\t\t\t\n\t\t\t<p>From nutritious food to vet-approved medicines, we make it easy to keep your furry friend happy, healthy, and full of life.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-80e9e1b e-flex e-con-boxed e-con e-parent\" data-id=\"80e9e1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc226c7 wd-width-100 elementor-widget elementor-widget-wd_products\" data-id=\"bc226c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\n\t\t\t<div id=\"carousel-836\" class=\"wd-carousel-container  with-title wd-products-element wd-products products wd-loop-builder-off wd-stretch-cont-lg wd-stretch-cont-md wd-stretch-cont-sm wd-products-with-bg title-line-two\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h4 class=\"wd-el-title title slider-title element-title\"><span>Bestseller Products<\/span><\/h4>\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:5;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3500 status-publish instock product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"3500\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-rottweiler-puppy-3kg\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Royal Canin Rottweiler Puppy 3kg\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg-150x171.webp 150w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Rottweiler-Puppy-3kg-64x74.webp 64w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-rottweiler-puppy-3kg\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3500\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3500\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-rottweiler-puppy-3kg\">Royal Canin Rottweiler Puppy 3kg<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>11,450.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3500\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3500\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3500\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Royal Canin Rottweiler Puppy 3kg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Royal Canin Rottweiler Puppy 3kg&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3500\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3600 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"3600\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Fur Maxx &#8211; Healthy &#038; Smooth fur (30 Tablets)\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Fur-Maxx-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3600\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3600\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=fur-maxx-healthy-smooth-fur-30-tablets\">Fur Maxx &#8211; Healthy &#038; Smooth fur (30 Tablets)<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>850.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3600\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3600\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3600\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Fur Maxx - Healthy &amp; Smooth fur (30 Tablets)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fur Maxx - Healthy &amp; Smooth fur (30 Tablets)&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3600\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3633 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"3633\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-puppy-talc-for-ticks-fleas-90g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Puppy Talc For Ticks &#038; Fleas &#8211; 90g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Puppy-Talc-90g.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Puppy-Talc-90g.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Puppy-Talc-90g-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Puppy-Talc-90g-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Puppy-Talc-90g-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-puppy-talc-for-ticks-fleas-90g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3633\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3633\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-puppy-talc-for-ticks-fleas-90g\">Greenvet Puppy Talc For Ticks &#038; Fleas &#8211; 90g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>650.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3633\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3633\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3633\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Puppy Talc For Ticks &amp; Fleas - 90g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Puppy Talc For Ticks &amp; Fleas - 90g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3633\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t<h6>Citronella oil having excellent insect repellent properties and act\r\nas an antifungal and antibacterial agent. Eucalyptus oil is a natural\r\npesticide. Puppy talc sprayed of both the natural agents to protect\r\nyour pup\u2019s skin from hazardous bugs, fungal and bacterial\r\ninfections.<\/h6>\r\n&nbsp;\r\n\r\n<hr \/>\r\n\r\n<h6>Composition<\/h6>\r\nEycalyptus Sprayed\r\nCitronella Sprayed\r\n\r\n<hr \/>\r\n\r\n<h6>Benefits of the Product<\/h6>\r\n\u2022 Prevents ticks and fleas infestation\r\n\u2022 Prevents bacterial and fungal infections.\r\n\u2022 Removes bad odor and gives fresh breath\r\n\u2022 Keep the animal clean and fresh throughout the day\r\n\r\n<hr \/>\r\n\r\n<h6>Directions for use<\/h6>\r\nApply puppy talc top of the fur coat and massage in to the roots of the fur. Use two or\r\nthree times per week for extra protection.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3502 status-publish first instock product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"3502\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-shih-tzu-adult-1-5kg\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Royal Canin Shih Tzu Adult 1.5kg\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg-150x171.webp 150w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Royal-Canin-Shih-Tzu-Adult-15-kg-64x74.webp 64w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-shih-tzu-adult-1-5kg\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3502\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3502\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=royal-canin-shih-tzu-adult-1-5kg\">Royal Canin Shih Tzu Adult 1.5kg<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>6,150.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3502\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3502\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3502\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Royal Canin Shih Tzu Adult 1.5kg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Royal Canin Shih Tzu Adult 1.5kg&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3502\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3603 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"3603\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=gut-clear-plus-20-tablets\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Gut Clear Plus (20 Tablets)\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Gut-Clear-Plus-20-tablets.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Gut-Clear-Plus-20-tablets.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Gut-Clear-Plus-20-tablets-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Gut-Clear-Plus-20-tablets-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Gut-Clear-Plus-20-tablets-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=gut-clear-plus-20-tablets\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3603\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3603\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=gut-clear-plus-20-tablets\">Gut Clear Plus (20 Tablets)<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>3,100.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3603\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3603\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3603\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Gut Clear Plus (20 Tablets)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Gut Clear Plus (20 Tablets)&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3603\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3536 status-publish instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"3536\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Chicktonic Poultry Medicine 50ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-150x171.webp 150w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Chicktonic-Poultry-Medicine-100ml-64x74.webp 64w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3536\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3536\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=chicktonic-poultry-medicine-100ml\">Chicktonic Poultry Medicine 50ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>360.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3536\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3536\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3536\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chicktonic Poultry Medicine 50ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Chicktonic Poultry Medicine 50ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3536\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3606 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"3606\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Anti Fungal Mange Cream 50g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Anti-Fungal-Mange-Cream-50G-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3606\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3606\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-anti-fungal-mange-cream-50g\">Greenvet Anti Fungal Mange Cream 50g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>650.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3606\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3606\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3606\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Anti Fungal Mange Cream 50g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Anti Fungal Mange Cream 50g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3606\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3543 status-publish first instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"3543\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=supraline-antipulgas-comprimido\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Supraline Antipulgas Comprimido\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Supraline-Antipulgas-Comprimido.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Supraline-Antipulgas-Comprimido.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Supraline-Antipulgas-Comprimido-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Supraline-Antipulgas-Comprimido-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Supraline-Antipulgas-Comprimido-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=supraline-antipulgas-comprimido\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3543\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3543\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=supraline-antipulgas-comprimido\">Supraline Antipulgas Comprimido<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1,950.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3543\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3543\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3543\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Supraline Antipulgas Comprimido&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Supraline Antipulgas Comprimido&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3543\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3610 status-publish instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"9\" data-id=\"3610\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet Merry Calcy 200g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-Merry-Calcy-200g-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3610\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3610\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-merry-calcy-200g\">Greenvet Merry Calcy 200g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1,100.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3610\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3610\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3610\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet Merry Calcy 200g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet Merry Calcy 200g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3610\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3546 status-publish instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"3546\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=verol-dog-multivitamin-syrup-200ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Verol Dog Multivitamin Syrup 200ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Verol-200ml-Dog-Multivitamin-Syrup.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Verol-200ml-Dog-Multivitamin-Syrup.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Verol-200ml-Dog-Multivitamin-Syrup-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Verol-200ml-Dog-Multivitamin-Syrup-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Verol-200ml-Dog-Multivitamin-Syrup-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=verol-dog-multivitamin-syrup-200ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3546\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3546\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=verol-dog-multivitamin-syrup-200ml\">Verol Dog Multivitamin Syrup 200ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1,900.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3546\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3546\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3546\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Verol Dog Multivitamin Syrup 200ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Verol Dog Multivitamin Syrup 200ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3546\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3613 status-publish last instock product_cat-cat product_cat-dog has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"11\" data-id=\"3613\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-tfs-herbal-pet-shampo-100ml\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Greenvet TFS Herbal Pet Shampo 100ml\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-TFS-Herbal-Pet-Shampoo-100ml.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-TFS-Herbal-Pet-Shampoo-100ml.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-TFS-Herbal-Pet-Shampoo-100ml-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-TFS-Herbal-Pet-Shampoo-100ml-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Greenvet-TFS-Herbal-Pet-Shampoo-100ml-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=greenvet-tfs-herbal-pet-shampo-100ml\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3613\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3613\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=greenvet-tfs-herbal-pet-shampo-100ml\">Greenvet TFS Herbal Pet Shampo 100ml<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a><span class=\"wd-meta-sep\">,<\/span> <a href=\"https:\/\/wayambafeeds.lk\/?product_cat=dog\" rel=\"tag\">Dog<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>500.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3613\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3613\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3613\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greenvet TFS Herbal Pet Shampo 100ml&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greenvet TFS Herbal Pet Shampo 100ml&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3613\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-fw-button wd-hover-with-fade wd-fade-off product-grid-item product type-product post-3548 status-publish first instock product_cat-cat has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"12\" data-id=\"3548\">\n\t\n<div class=\"wd-product-wrapper product-wrapper\">\n\t<div class=\"wd-product-card-bg content-product-imagin\"><\/div>\n\t<div class=\"wd-product-thumb product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product=healthy-k9-50g\" class=\"wd-product-img-link product-image-link\" tabindex=\"-1\" aria-label=\"Healthy K9 50g\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"800\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Healthy-K9-50g.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Healthy-K9-50g.webp 700w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Healthy-K9-50g-263x300.webp 263w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Healthy-K9-50g-430x491.webp 430w, https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/Healthy-K9-50g-150x171.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-quick-view-btn wd-quick-view-icon wd-action-btn wd-style-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/wayambafeeds.lk\/?product=healthy-k9-50g\"\n\t\t\t\tclass=\"open-quick-view\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"3548\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"wd-action-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\n\t\t\t\t\t\tQuick view\t\t\t\t\t<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/wayambafeeds.lk\/?page_id=33\" data-key=\"4175b91ffc\" data-product-id=\"3548\" rel=\"nofollow\">\n\t\t\t\t\t<span class=\"wd-action-icon\">\n\t\t\t\t\t\t<span class=\"wd-check-icon\"><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/wayambafeeds.lk\/?product=healthy-k9-50g\">Healthy K9 50g<\/a><\/h3>\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t\t\t\t<a href=\"https:\/\/wayambafeeds.lk\/?product_cat=cat\" rel=\"tag\">Cat<\/a>\t\t<\/div>\n\t\t\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>700.00&nbsp;LKR<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\n\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2498&#038;add-to-cart=3548\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3548\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"3548\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Healthy K9 50g&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Healthy K9 50g&rdquo; has been added to your cart\" role=\"button\"><span class=\"wd-action-icon\"><span class=\"wd-check-icon\"><\/span><\/span><span class=\"wd-action-text\">Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3548\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-card-hover fade-in-block wd-scroll\">\n\t\t\t\t\t\t\t<div class=\"hover-content-wrap\">\n\t\t\t\t\t<div class=\"hover-content wd-more-desc\">\n\t\t\t\t\t\t<div class=\"hover-content-inner wd-more-desc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wd-more-desc-btn\" aria-label=\"Read more description\"><\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-together wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-scroll\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-236e965f wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"236e965f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa2b915 elementor-widget elementor-widget-wd_marquee\" data-id=\"5aa2b915\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-marquee \">\n\t\t\t<div class=\"wd-marquee-content\">\n\t\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tAll Pet Essentials in One Place!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tPay with KOKO, Mintpay, Visa & Mastercard\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tFast Island-Wide Delivery!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tDispatched Within 12\u201324 Hours!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tTreat Your Furry Friends Today!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"wd-marquee-content\">\n\t\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tAll Pet Essentials in One Place!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tPay with KOKO, Mintpay, Visa & Mastercard\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tFast Island-Wide Delivery!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tDispatched Within 12\u201324 Hours!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"wd-marquee-item\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tTreat Your Furry Friends Today!\t\t\t\t\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d19468c e-flex e-con-boxed e-con e-parent\" data-id=\"d19468c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-325411a e-con-full e-flex e-con e-child\" data-id=\"325411a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68b91c0 elementor-widget__width-inherit elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"68b91c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-right\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"251\" height=\"240\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/fish-251x240.webp\" class=\"attachment-251x240 size-251x240\" alt=\"\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb37ac1 e-con-full e-flex e-con e-child\" data-id=\"eb37ac1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e67f28 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"8e67f28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l wd-underline-colored\"><u>Love<\/u><\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-xs\">\n\t\t\t\t\t<p>in every wag<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-809928b e-con-full e-flex e-con e-child\" data-id=\"809928b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56a5567 elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"56a5567\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-left\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"251\" height=\"240\" src=\"https:\/\/wayambafeeds.lk\/wp-content\/uploads\/2026\/03\/cute-cat-251x240.webp\" class=\"attachment-251x240 size-251x240\" alt=\"\" \/>\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Your browser does not support HTML5 video. Your browser does not support HTML5 video. New Arrivals Quick view Add to<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2498","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/pages\/2498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2498"}],"version-history":[{"count":243,"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/pages\/2498\/revisions"}],"predecessor-version":[{"id":3708,"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=\/wp\/v2\/pages\/2498\/revisions\/3708"}],"wp:attachment":[{"href":"https:\/\/wayambafeeds.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}