<script type="text/javascript">
jQuery(function ($) {
	function calcPortion() {
		var weight = $("#weight_selection").val();
		var variant = $("#variant_selection").val();
		var package_price = $("#package-price").val();
		var package_weight = $("#package-weight").val();

		if (weight !== "" && variant !== "") {
			var portion = $("#weight_selection").find(":selected").data(variant);

			if (typeof portion !== "undefined" && portion !== "") {
				if (portion.toString().indexOf("-") > -1) {
					portion = portion.split("-").map(function (v) {
						return v + "gr.";
					}).join(" - ");
				} else {
					portion = portion + "gr.";
				}

				$(".daily-meal .portion").html(portion);

				var daily_portion = portion.match(/^\d*/)[0];

				if (daily_portion !== "" && package_price !== "" && package_weight !== "") {
					$(".daily-meal .cost").html("&nbsp;/&nbsp;" + (parseFloat(package_price) / (parseFloat(package_weight) * 1000 / daily_portion)).toFixed(2) + "€ per day");
				} else {
					$(".daily-meal .cost").html();
				}

				$(".feeding-results").css("display", "block");

				$(".daily-meal").show();
				$(".food-recommendations").show();
				$(".special-case-rules").show();
				$(".picky-eater").show();
				$(".make-selections-prompt").hide();
				$(".no-results-message").hide();
			} else {
				$(".feeding-results").css("display", "flex");

				$(".daily-meal").hide();
				$(".food-recommendations").hide();
				$(".special-case-rules").hide();
				$(".picky-eater").hide();
				$(".make-selections-prompt").hide();
				$(".no-results-message").show();
			}
		} else {
			$(".feeding-results").css("display", "flex");

			$(".daily-meal").hide();
			$(".food-recommendations").hide();
			$(".special-case-rules").hide();
			$(".picky-eater").hide();
			$(".make-selections-prompt").show();
			$(".no-results-message").hide();
		}
	}

	$(document).ready(function () {
		$("#weight_selection").change(function () {
			calcPortion();
		});

		$("#variant_selection").change(function () {
			calcPortion();
		});

		calcPortion();
	});
});
</script>
    <h3 class="feeding-tab-title">How to Feed</h3>
<div class="feeding-tab">
	<div class="feeding-calculator">
		<div class="title">Calculate Daily Feeding Guide</div>
		<div class="intro-text">The tool below provides a starting point, to be adjusted as needed to maintain optimum weight and peak conditioning. We suggest monitoring your pet’s weight and adjusting rations as needed. We recommend feeding twice daily and always keeping fresh, clean water available.</div>
		<div class="case-selection">
			<div class="weight-selection">
				<label for="weight_selection">Dog weight</label>
				<select name="weight_selection" id="weight_selection">
					<option value="">Select dog weight</option>
    					<option value="1" data-4d3d769b812b6faa6b76e1a8abaece2d="30" data-7cb4c100867e86e5c01841d54a37c43c="15">1 kg</option>
        					<option value="2" data-4d3d769b812b6faa6b76e1a8abaece2d="45" data-7cb4c100867e86e5c01841d54a37c43c="30">2 kg</option>
        					<option value="3" data-4d3d769b812b6faa6b76e1a8abaece2d="60" data-7cb4c100867e86e5c01841d54a37c43c="40">3 kg</option>
        					<option value="4" data-4d3d769b812b6faa6b76e1a8abaece2d="75" data-7cb4c100867e86e5c01841d54a37c43c="45">4 kg</option>
        					<option value="5" data-4d3d769b812b6faa6b76e1a8abaece2d="80" data-7cb4c100867e86e5c01841d54a37c43c="48">5 kg</option>
        					<option value="6" data-4d3d769b812b6faa6b76e1a8abaece2d="90" data-7cb4c100867e86e5c01841d54a37c43c="60">6 kg</option>
        					<option value="7" data-4d3d769b812b6faa6b76e1a8abaece2d="105" data-7cb4c100867e86e5c01841d54a37c43c="75">7 kg</option>
        					<option value="8" data-4d3d769b812b6faa6b76e1a8abaece2d="120" data-7cb4c100867e86e5c01841d54a37c43c="80">8 kg</option>
        					<option value="9" data-4d3d769b812b6faa6b76e1a8abaece2d="135" data-7cb4c100867e86e5c01841d54a37c43c="90">9 kg</option>
        					<option value="10" data-4d3d769b812b6faa6b76e1a8abaece2d="150" data-7cb4c100867e86e5c01841d54a37c43c="105">10 kg</option>
        				</select>
			</div>
			<div class="variant-selection">
				<label for="variant_selection">Activity</label>
				<select name="variant_selection" id="variant_selection">
					<option value="">Select activity</option>
    					<option value="4d3d769b812b6faa6b76e1a8abaece2d">Active</option>
        					<option value="7cb4c100867e86e5c01841d54a37c43c">Less active</option>
        				</select>
			</div>
		</div>
		<div class="bottom-image"><img width="670" height="300" src="https://kompa.gr/wp-content/uploads/2023/03/photo-1594149929911-78975a43d4f5_.jpg" class="attachment-full size-full" alt="" srcset="https://kompa.gr/wp-content/uploads/2023/03/photo-1594149929911-78975a43d4f5_.jpg 670w, https://kompa.gr/wp-content/uploads/2023/03/photo-1594149929911-78975a43d4f5_-300x134.jpg 300w" sizes="(max-width: 670px) 100vw, 670px" /></div>
		<input type="hidden" id="package-price" name="package-price" value="65.80">
		<input type="hidden" id="package-weight" name="package-weight" value="4.5">
	</div>
	<div class="feeding-results">
		<div class="title">Daily Feeding Quantity and Cost</div>
		<div class="daily-meal">
			<div class="portion"></div>
			<div class="cost"></div>
		</div>
		<div class="food-recommendations"></div>
		<div class="special-case-rules">			<strong>For puppies:</strong>
			<ul>
				<li>1½-3 months: Feed 2 times of the given amount.</li>
				<li>3-6 months: Feed 1 ½ times of the given amount.</li>
				<li>6-11 months: Feed 1 ¼ times of the given amount.</li>
			</ul>
			<strong>Gestation:</strong>
			<ul>
				<li>Increase 25-50% of the given amount.</li>
			</ul>
			<strong>Lactation:</strong>
			<ul>
				<li>Feed 'free choice'.</li>
			</ul>
        </div>
		<div class="picky-eater">
			<h5>Picky eater?</h5>
			<a href="/prepei-na-troei-tin-idia-trofi-gia-oli-tou-ti-zoi/" target="_blank">Learn about our rotational feeding</a>
		</div>
		<div class="make-selections-prompt"><p>Select choices to show results here.</p></div>
		<div class="no-results-message"><p>No results found. Looks like you may need some expert advice from our Customer Care team! Please <a href="/epikoinonia/">contact</a> us or check your selections.</p></div>
	</div>
</div>
    {"id":32348,"date":"2021-02-04T12:56:58","date_gmt":"2021-02-04T09:56:58","guid":{"rendered":"https:\/\/kompa.gr\/product\/small-breed\/"},"modified":"2023-07-30T08:02:27","modified_gmt":"2023-07-30T05:02:27","slug":"small-breed","status":"publish","type":"product","link":"https:\/\/kompa.gr\/en\/product\/small-breed\/","title":{"rendered":"SMALL BREED"},"content":{"rendered":"[vc_row type=&#8221;full_width_content&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_color=&#8221;#f4f4f4&#8243; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; advanced_gradient_angle=&#8221;0&#8243; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;no-extra-padding&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][tabbed_section style=&#8221;default&#8221; alignment=&#8221;center&#8221; spacing=&#8221;default&#8221; tab_color=&#8221;Accent-Color&#8221; vs_content_animation=&#8221;fade&#8221; vs_link_animation=&#8221;opacity&#8221; vs_navigation_alignment=&#8221;left&#8221; vs_navigation_width_2=&#8221;25%&#8221; vs_navigation_func=&#8221;default&#8221; vs_navigation_width=&#8221;regular&#8221; vs_navigation_spacing=&#8221;15px&#8221; vs_navigation_mobile_display=&#8221;visible&#8221; vs_tab_spacing=&#8221;5%&#8221; el_class=&#8221;dc-product-tabs orijen-product-tabs&#8221;][tab icon_family=&#8221;none&#8221; title=&#8221;Benefits&#8221; id=&#8221;1688380263856-2&#8243; tab_id=&#8221;1688380263856-7&#8243; el_class=&#8221;ofeli-tab&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;50&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; css=&#8221;.vc_custom_1681887626004{margin-top: -20px !important;background-color: #372d2c !important;}&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;2\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;3\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_custom_heading text=&#8221;FRESH OR RAW&#8221; font_container=&#8221;tag:h2|font_size:80px|text_align:left|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bottom_padding=&#8221;25&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; css=&#8221;.vc_custom_1681884734667{background-color: #372d2c !important;}&#8221;][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;CHICKEN&#8221; font_container=&#8221;tag:h3|font_size:15px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;TURKEY&#8221; font_container=&#8221;tag:h3|font_size:15px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;QUAIL&#8221; font_container=&#8221;tag:h3|font_size:15px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;COD&#8221; font_container=&#8221;tag:h3|font_size:15px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/5&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;HERRING&#8221; font_container=&#8221;tag:h3|font_size:15px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;15&#8243; constrain_group_1=&#8221;yes&#8221; bottom_padding=&#8221;15&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; css=&#8221;.vc_custom_1681886387547{background-color: #e0211b !important;}&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_custom_heading text=&#8221;BIOLOGICALLY APPROPRIATE NUTRITION&#8221; font_container=&#8221;tag:h2|font_size:25px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;35&#8243; constrain_group_1=&#8221;yes&#8221; bottom_padding=&#8221;35&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;orijen-boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;advanced&#8221; border_left_desktop=&#8221;1&#8243; column_border_color=&#8221;#cccccc&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;Freeze-dry injections<br \/>\nfor a delicious taste<br \/>\nthat your dog will love.&#8221; font_container=&#8221;tag:h2|font_size:20px|text_align:left|color:%23000000|line_height:1.6&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221; el_class=&#8221;display-inline-block vertical-align-middle&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;15&#8243; constrain_group_1=&#8221;yes&#8221; bottom_padding=&#8221;15&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; css=&#8221;.vc_custom_1681886395067{background-color: #372d2c !important;}&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_custom_heading text=&#8221;WHOLEPREY DIET&#8221; font_container=&#8221;tag:h2|font_size:25px|text_align:center|color:%23ffffff|line_height:1.2&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;orijen-boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; css=&#8221;.vc_custom_1681887563635{background-image: url(https:\/\/kompa.gr\/wp-content\/uploads\/2023\/04\/wholeprey-container-background-scaled.jpg?id=34760) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][image_with_animation image_url=&#8221;34890&#8243; image_size=&#8221;full&#8221; animation_type=&#8221;entrance&#8221; animation=&#8221;Fade In&#8221; hover_animation=&#8221;none&#8221; alignment=&#8221;&#8221; border_radius=&#8221;none&#8221; box_shadow=&#8221;none&#8221; image_loading=&#8221;default&#8221; max_width=&#8221;100%&#8221; max_width_mobile=&#8221;default&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_custom_heading text=&#8221;PUBLIC&#8221; font_container=&#8221;tag:h2|font_size:35px|text_align:left|color:%233f7fb3|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Chicken, Turkey, Quail&#8221; font_container=&#8221;tag:h3|font_size:20px|text_align:left|color:%23594f51|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;BODIES&#8221; font_container=&#8221;tag:h2|font_size:35px|text_align:left|color:%233f7fb3|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Chicken liver<br \/>\nChicken offal<br \/>\n(liver, heart)&#8221; font_container=&#8221;tag:h3|font_size:20px|text_align:left|color:%23594f51|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][divider line_type=&#8221;No Line&#8221; custom_height=&#8221;25px&#8221;][vc_custom_heading text=&#8221;FISH&#8221; font_container=&#8221;tag:h2|font_size:35px|text_align:left|color:%233f7fb3|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Whole Herring<br \/>\nWhole Cod<br \/>\nWhole Mackerel&#8221; font_container=&#8221;tag:h3|font_size:20px|text_align:left|color:%23594f51|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][\/vc_column_inner][\/vc_row_inner][\/tab][tab icon_family=&#8221;none&#8221; title=&#8221;Ingredient analysis&#8221; id=&#8221;1688380264345-7&#8243; tab_id=&#8221;1688380264345-2&#8243;][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;40&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;orijen-boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_custom_heading text=&#8221;MATERIALS&#8221; font_container=&#8221;tag:h2|font_size:50px|text_align:left|color:%23372e2c|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221; el_class=&#8221;orijen-composition-title&#8221; css=&#8221;.vc_custom_1682420248094{padding-left: 15px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner column_margin=&#8221;30px&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;20&#8243; bottom_padding=&#8221;60&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;orijen-boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;padding-2-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;right&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_column_text]Raw Turkey (19%), Fresh Chicken (18.5%), Raw Quail (4%), Raw Quail (4%), Raw Chicken (18.5%), Raw Turkey (19%), Raw Chicken (18.5%)<br \/>\nWhole Cod (4%), Raw Whole Herring (4%), Raw Turkey Liver (4%), Fresh Chicken Offal (liver, heart) (4%), Fresh Eggs (4%), Dehydrated Turkey (4%), Dehydrated Chicken (4%), Dehydrated Herring (4%), Dehydrated Chicken Liver (4%), Dehydrated Egg (4%), Whole Red Lentils, Whole Pinto Beans, Whole Green Lentils, Chicken Fat (3%), Whole Navy Beans, Whole Chickpeas, Whole Chickpeas, Lentil Fibers, Whole Peas, Hake Oil (0.5%), Pea Starch, Dried Seaweed, New Zealand Green Mussels, Fresh Whole Yellow Pumpkin, Fresh Whole Pumpkin, Fresh Whole Pumpkin, Salt, Fresh Whole Apples, Fresh Whole Carrots, Fresh Whole Pears, Fresh Whole Pears, Fresh Whole Pumpkin, Dried Dandelion Root, Dried Dandelion Root, Fresh Beetroot Leaves, Fresh Kale, Fresh Spinach, Fresh Spinach, Fresh Turnip Leaves, Whole Cranberries, Whole Blueberries, Whole Saskatoon Berries, Turmeric, Thistle, Thistle Root, Lapa Root, Lavender, Mallow Root, Rosehip Root, Rosehip Seeds.<\/p>\n<p>ADDITIVES (per kg) Technological additives: Vegetable oil tocopherol extract: 121mg, Citric acid: 40mg. Sensors additional: Rosemary extract: 80mg. Nutritional additives: (Zinc: 112.5 mg), (Copper: 11mg), Vitamin B1: 19.6 mg, Vitamin B5: 10 mg, Vitamin E: 90IU. Zootechnical additives: Enterococcus faecium NCIMB 10415 2,2&#215;10^6 CFU.<\/p>\n<p>CALORIC DISTRIBUTION (calculated): the Metabolizable Energy is 3900kcal\/kg<br \/>\n(468 kcal per 120gr cup)[\/vc_column_text][nectar_btn size=&#8221;small&#8221; button_style=&#8221;regular&#8221; button_color_2=&#8221;Accent-Color&#8221; color_override=&#8221;#e22626&#8243; solid_text_color_override=&#8221;#ffffff&#8221; icon_family=&#8221;none&#8221; text=&#8221;Click here for the full nutrition table&#8221; url=&#8221;https:\/\/kompa.gr\/wp-content\/uploads\/2023\/07\/ORIJEN-Small-Breed-Dog-Fact-Sheet-Canada-EMEA-APAC.pdf&#8221;][\/vc_column_inner][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; advanced_gradient_angle=&#8221;0&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; gradient_type=&#8221;default&#8221;][vc_custom_heading text=&#8221;ANALYSIS&#8221; font_container=&#8221;tag:h2|font_size:30px|text_align:left|color:%23ffffff|line_height:1&#8243; google_fonts=&#8221;font_family:Roboto%20Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic|font_style:700%20bold%20regular%3A700%3Anormal&#8221; css=&#8221;.vc_custom_1682420275767{padding-top: 14px !important;padding-right: 28px !important;padding-bottom: 14px !important;padding-left: 28px !important;background-color: #372d2c !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1683011491659{margin-top: -4px !important;padding-top: 14px !important;padding-right: 14px !important;padding-bottom: 14px !important;padding-left: 14px !important;background-color: #ffffff !important;}&#8221;]\n<ul class=\"dc-composition-list orijen-composition-list\">\n<li>Raw Protein <strong>39%<\/strong><\/li>\n<li>Fatty Substances <strong>18%<\/strong><\/li>\n<li>Fibrous substances <strong>4%<\/strong><\/li>\n<li>Crude Ash <strong>9%<\/strong><\/li>\n<li>Humidity <strong>12%<\/strong><\/li>\n<li>Calcium <strong>1.4%<\/strong><\/li>\n<li>Phosphorus <strong>1.1%<\/strong><\/li>\n<li>Omega-6 Fatty Acids <strong>2.8%<\/strong><\/li>\n<li>Omega-3 Fatty Acids <strong>0.5%<\/strong><\/li>\n<li>DHA <strong>0.2%<\/strong><\/li>\n<li>EPA <strong>0.2%<\/strong><\/li>\n<li>Glucosamine <strong>800 mk\/kg<\/strong><\/li>\n<li>Chondroitin <strong>700 mk\/kg<\/strong><\/li>\n<\/ul>\n[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/tab][tab icon_family=&#8221;none&#8221; title=&#8221;Cost calculation &amp; Daily Dosage&#8221; id=&#8221;1688380264452-7&#8243; tab_id=&#8221;1688380264452-3&#8243; sub_desc=&#8221;`{`dc_feeding_calculator`}`&#8221;][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; top_padding=&#8221;40&#8243; constrain_group_1=&#8221;yes&#8221; bottom_padding=&#8221;40&#8243; left_padding_desktop=&#8221;0&#8243; constrain_group_2=&#8221;yes&#8221; right_padding_desktop=&#8221;0&#8243; top_padding_tablet=&#8221;30&#8243; constrain_group_3=&#8221;yes&#8221; bottom_padding_tablet=&#8221;30&#8243; left_padding_tablet=&#8221;15&#8243; constrain_group_4=&#8221;yes&#8221; right_padding_tablet=&#8221;15&#8243; top_padding_phone=&#8221;15&#8243; constrain_group_5=&#8221;yes&#8221; bottom_padding_phone=&#8221;15&#8243; left_padding_phone=&#8221;15&#8243; constrain_group_6=&#8221;yes&#8221; right_padding_phone=&#8221;15&#8243; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; class=&#8221;boxed-row&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_spacing=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text el_class=&#8221;orijen-feeding-calculator&#8221;][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/tab][\/tabbed_section][\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<div class=\"dc-banneraki-wrapper\">\n<div class=\"dc-banneraki-icon\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2023\/03\/Adult-Dog-Recipe-Grain-Free-Dog-Food-_-ACANA-9.png\"><\/div>\n<div class=\"dc-banneraki-text\">ALL RACES &amp; THE STAGES OF LIFE<\/div>\n<\/div>\n<p style=\"font-size: 13px;\">FOR SMALL DOGS OF ALL LIFE STAGES<br \/>\nHelp your dog thrive with protein-rich recipes that provide maximum nutrition. Your small dog has specific nutritional needs and needs a Biologically Appropriate diet to thrive. ORIJENTM Small Breed is a recipe specially formulated for small breed dogs, with nutritious protein from chicken, turkey, wild fish and quail and a unique croquette shape for easier feeding. Packed with fresh or raw** WholePrey animal ingredients such as vital organs and bone, ORIJEN foods include the most nutritious, juicy and delicious parts of the game to give dogs the nutrition they need. The result is a diet for your little four-legged friend that is like no other.<\/p>\n<ul style=\"font-size: 13px;\">\n<li>The first 5 ingredients are fresh or raw** poultry and fish ingredients.<\/li>\n<li>85%* quality poultry and fish ingredients, an unrivalled source of essential proteins, vitamins and minerals<\/li>\n<li>Our authentic WholePrey recipes include the juiciest and tastiest game parts like poultry and fish, plus vital organs and bone to reflect the diet Mother Nature provided for your dog&#8217;s ancestors.<\/li>\n<li>Freeze-dried coating for an intense raw taste that your dog craves by instinct.<\/li>\n<li>It is prepared in Canada with the best ingredients in the world.<\/li>\n<\/ul>\n<p style=\"font-size: 11px;\">*Our fresh ingredients use refrigeration as their unique preservation method and our raw materials are frozen at the peak of their freshness to preserve their nutrients.<\/p>\n","protected":false},"featured_media":33355,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false},"class_list":{"0":"post-32348","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-dry-food-dog","7":"pa_brands-orijen-en","8":"pa_seires-orijen-en"},"acf":[],"_links":{"self":[{"href":"https:\/\/kompa.gr\/en\/wp-json\/wp\/v2\/product\/32348"}],"collection":[{"href":"https:\/\/kompa.gr\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/kompa.gr\/en\/wp-json\/wp\/v2\/types\/product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kompa.gr\/en\/wp-json\/wp\/v2\/media\/33355"}],"wp:attachment":[{"href":"https:\/\/kompa.gr\/en\/wp-json\/wp\/v2\/media?parent=32348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}