diff --git a/wp-content/themes/cosmopet/functions.php b/wp-content/themes/cosmopet/functions.php index df0293d..49caa1f 100644 --- a/wp-content/themes/cosmopet/functions.php +++ b/wp-content/themes/cosmopet/functions.php @@ -16,6 +16,7 @@ require_once __DIR__ . '/temp-functions/blog-logic.php'; require_once __DIR__ . '/temp-functions/filters-logic.php'; require_once __DIR__ . '/temp-functions/custom-admin-panel-logic.php'; require_once __DIR__ . '/temp-functions/login-logic.php'; + // include_module('forms'); // include_module('shop'); // include_module('profile'); diff --git a/wp-content/themes/cosmopet/global-functions/global-constaints.php b/wp-content/themes/cosmopet/global-functions/global-constaints.php new file mode 100644 index 0000000..4fba280 --- /dev/null +++ b/wp-content/themes/cosmopet/global-functions/global-constaints.php @@ -0,0 +1,12 @@ + + + + + + 'post', + 'posts_per_page' => 5, + ); + $featured_query = new WP_Query($args); + $f_query = array(); + $i = 0; + foreach($featured_query->posts as $item){ + if ($i > 0){ + $f_query[] = Timber::get_post($item, 'BlogPost'); + } + else{ + $featured_post = Timber::get_post($item, 'BlogPost'); + } + $i++; + } + + $context['blog_posts'] = $f_query; + $context['featured_post'] = $featured_post; + return $context; +}); diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png index 0f1c556..0e6e3a5 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png.webp index 7a002d3..fbbb4f5 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/accent/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png index be829a4..fc3f4e2 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png.webp index 130b886..445b97f 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/alerts/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png index a9e2671..5b865e4 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png.webp index a6ab030..ca36ba9 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/block_img/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png index de30a84..dd8f83f 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png.webp index 2acd078..d88ce2a 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/button_block/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png index 3bc0f9c..954be0c 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png.webp index 941f62d..8c42f33 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/image/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png index c18f8dc..ea8ae64 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png.webp index 587df9c..931ae9b 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v1/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png index 80664b1..26b8920 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png.webp index cba9ed1..6f4abcd 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/list_v2/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png index 144d63a..379cadc 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png.webp index cb768fd..9811102 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/swiper/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png index b568ed6..5c1b006 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png.webp index a4dc39c..419c733 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/table/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png index d07f8fe..f68fb4d 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png.webp index c5637f7..c283f3b 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/texts/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png b/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png index 5b3b855..49dc467 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png.webp b/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png.webp index 30cec6e..0e92696 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png.webp and b/wp-content/themes/cosmopet/modules/blog/editor-blocks/video/assets/img/preview.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/module-ajax-controller.php b/wp-content/themes/cosmopet/modules/blog/module-ajax-controller.php index 85e576e..6d535b0 100644 --- a/wp-content/themes/cosmopet/modules/blog/module-ajax-controller.php +++ b/wp-content/themes/cosmopet/modules/blog/module-ajax-controller.php @@ -44,3 +44,52 @@ add_action('wp_ajax_load_blog_posts', 'ajax_load_blog_posts'); add_action('wp_ajax_nopriv_load_blog_posts', 'ajax_load_blog_posts'); + + + +function ajax_front_page_get_blog_posts() { + $context = Timber::context(); + $category = $_POST['category']; + + $args = [ + 'post_type' => 'post', + 'posts_per_page' => 5, // Adjust the number of posts per page + 'paged' => intval($paged) + 1, + 'post_status' => 'publish', // Только опубликованные записи + ]; + if (!empty($category)) { + $args['tax_query'] = [ + [ + 'taxonomy' => 'category', + 'field' => 'slug', // or 'term_id', 'name' depending on how you identify categories + 'terms' => $category, + ], + ]; + } + $featured_query = new WP_Query($args); + + $f_query = array(); + $i = 0; + foreach($featured_query->posts as $item){ + if ($i > 0){ + $f_query[] = Timber::get_post($item, 'BlogPost'); + } + else{ + $featured_post = Timber::get_post($item, 'BlogPost'); + } + $i++; + } + + $context['blog_posts'] = $f_query; + $context['featured_post'] = $featured_post; + + $html = Timber::compile('/blog/blog-front-page-post-list_block.twig', $context); + echo $html; + wp_die(); +} + + +add_action('wp_ajax_front_page_get_blog_posts', 'ajax_front_page_get_blog_posts'); +add_action('wp_ajax_nopriv_front_page_get_blog_posts', 'ajax_front_page_get_blog_posts'); + + diff --git a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png index d33640d..0b44033 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png and b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png.webp b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png.webp index 9145518..25f9bd5 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png.webp and b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg-sm.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png index c94e3a3..4e73948 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png and b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png differ diff --git a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png.webp b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png.webp index 5707611..c8c280a 100644 Binary files a/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png.webp and b/wp-content/themes/cosmopet/modules/blog/shortcodes/subs_form/assets/img/discount-bg.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/forms/assets/css/forms.css b/wp-content/themes/cosmopet/modules/forms/assets/css/forms.css index e69de29..744208b 100644 --- a/wp-content/themes/cosmopet/modules/forms/assets/css/forms.css +++ b/wp-content/themes/cosmopet/modules/forms/assets/css/forms.css @@ -0,0 +1,13 @@ +.mform-offer input, .mform-offer textarea, .mform-offer select { + width: 100%!important; + padding: 12px 15px!important; + border: none!important; + border-radius: 20px!important; + font-size: 16px!important; + background-color: white!important; +} + +.mform-parthnership.mform .mform-content{ + color: #fff; + background: radial-gradient(278.91% 196.13% at 128.36% -48.29%, #ee6868 0%, #569ef0 57.69%); +} \ No newline at end of file diff --git a/wp-content/themes/cosmopet/modules/forms/module-ajax-controller.php b/wp-content/themes/cosmopet/modules/forms/module-ajax-controller.php index f90db5c..f05fbec 100644 --- a/wp-content/themes/cosmopet/modules/forms/module-ajax-controller.php +++ b/wp-content/themes/cosmopet/modules/forms/module-ajax-controller.php @@ -63,6 +63,51 @@ add_action('wp_ajax_nopriv_blogauth_form', function() { }); +add_action('wp_ajax_parthnership_form', function() { + $enabledHandlers = ['b24', 'email', 'tg']; + $user_data = get_current_user_data(); + $formData = json_decode($_POST['formData']); + $crmData = array( + 'phone' => $formData['phone'], + 'name' => $formData['name'], + 'email' => $formData['email'], + 'msg' => 'Вид партнерства: ' . $formData['parthner_type'] . ' ' . $formData['msg'], + 'url' => $formData['url'], + 'stage' => 'C4:NEW', + 'fName' => 4, + 'order_total' => 0, + 'user_id' => $user_data['user_id'], + 'method' => 'crm.deal.add', + 'form_title' => 'Стать партнером', + 'is_subscribe' => false, + 'order_id' => '', + ); + process_form($enabledHandlers, $crmData); +}); + +add_action('wp_ajax_nopriv_parthnership_form', function() { + $enabledHandlers = ['b24', 'email', 'tg']; + $user_data = get_current_user_data(); + $formData = json_decode($_POST['formData']); + $crmData = array( + 'phone' => $formData['phone'], + 'name' => $formData['name'], + 'email' => $formData['email'], + 'msg' => 'Вид партнерства: ' . $formData['parthner_type'] . ' ' . $formData['msg'], + 'url' => $formData['url'], + 'stage' => 'C4:NEW', + 'fName' => 4, + 'order_total' => 0, + 'user_id' => $user_data['user_id'], + 'method' => 'crm.deal.add', + 'form_title' => 'Стать партнером', + 'is_subscribe' => false, + 'order_id' => '', + ); + process_form($enabledHandlers, $crmData); +}); + + add_action('wp_ajax_contact_form', function() { $enabledHandlers = ['b24', 'email', 'tg']; $user_data = get_current_user_data(); diff --git a/wp-content/themes/cosmopet/modules/header/assets/img/cat.png b/wp-content/themes/cosmopet/modules/header/assets/img/cat.png index f1d70ea..dbe6872 100644 Binary files a/wp-content/themes/cosmopet/modules/header/assets/img/cat.png and b/wp-content/themes/cosmopet/modules/header/assets/img/cat.png differ diff --git a/wp-content/themes/cosmopet/modules/header/assets/img/cat.png.webp b/wp-content/themes/cosmopet/modules/header/assets/img/cat.png.webp index d74e31b..f6bd986 100644 Binary files a/wp-content/themes/cosmopet/modules/header/assets/img/cat.png.webp and b/wp-content/themes/cosmopet/modules/header/assets/img/cat.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/header/assets/img/dog.png b/wp-content/themes/cosmopet/modules/header/assets/img/dog.png index cb6cd51..07d13f3 100644 Binary files a/wp-content/themes/cosmopet/modules/header/assets/img/dog.png and b/wp-content/themes/cosmopet/modules/header/assets/img/dog.png differ diff --git a/wp-content/themes/cosmopet/modules/header/assets/img/dog.png.webp b/wp-content/themes/cosmopet/modules/header/assets/img/dog.png.webp index 99efb8a..88fe92b 100644 Binary files a/wp-content/themes/cosmopet/modules/header/assets/img/dog.png.webp and b/wp-content/themes/cosmopet/modules/header/assets/img/dog.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css index aa78793..45f37dc 100644 --- a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css +++ b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css @@ -386,14 +386,6 @@ textarea{ max-width: 380px; } - .modal-offer input, textarea { - width: 100%!important; - padding: 12px 15px!important; - border: none!important; - border-radius: 20px!important; - font-size: 16px!important; - background-color: white!important; - } /* Контейнер для текстового поля и изображения автора */ .message-container { @@ -642,7 +634,6 @@ textarea{ height: 100%; overflow: hidden; - transition: width .4s ease-out; } .modal__item{ height: 100%; @@ -2133,15 +2124,6 @@ textarea{ font-weight: 700; } -.modal__aside { - width: 20vw; - right: -20vw; - transition: right 0.3s ease; -} - -.modal__aside.active { - right: 0; -} .button.loading::before { content: ''; diff --git a/wp-content/themes/cosmopet/modules/popup/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/popup/assets/css/gp-style-desktop.css index fa901dd..3317e9b 100644 --- a/wp-content/themes/cosmopet/modules/popup/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/popup/assets/css/gp-style-desktop.css @@ -7,8 +7,10 @@ transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; background: white; /* Или твой стиль фона */ z-index: 1000; + min-width: max-content; } + .modal__aside.active { transform: translateX(0); /* Показываем, сдвигая влево */ } @@ -37,13 +39,15 @@ @media (max-width: 720px) { .modal__aside { width: 100% !important; /* Полная ширина на мобильных */ + min-width: 100%; } } @media (min-width: 721px) { .modal__aside { - min-width: 400px; /* Минимальная ширина или твоя фиксированная ширина */ + min-width: max-content; /* Минимальная ширина или твоя фиксированная ширина */ width: auto; + width: 400px; } } diff --git a/wp-content/themes/cosmopet/modules/popup/assets/js/modal.js b/wp-content/themes/cosmopet/modules/popup/assets/js/modal.js index 02fe353..c5a2057 100644 --- a/wp-content/themes/cosmopet/modules/popup/assets/js/modal.js +++ b/wp-content/themes/cosmopet/modules/popup/assets/js/modal.js @@ -95,6 +95,22 @@ window.addEventListener('resize', () => { modalClose('.modal__close, .m__close'); }); + let width = window.innerWidth; // Используем innerWidth для актуальной ширины окна + let modalItem = document.querySelectorAll('.modal__item'); + let aside = document.querySelector('.modal__aside'); + + modalItem.forEach(modal => { + if (modal.classList.contains('active')) { + if (width <= 720) { + aside.style.width = '100%'; // Полная ширина на мобильных + } else { + let openAside = document.querySelector('.modal__item.active'), + newWidth = openAside.clientWidth; + aside.style.width = newWidth < 400 ? '400px' : `${newWidth}px`; + } + } + }); + jQuery('[data-pname]').on('click', function(){ jQuery('#sub_product_name').val(jQuery(this).data('pname')) }) @@ -153,4 +169,10 @@ function showModal(modalClass) { modal.style.display = 'none'; } }); -}); \ No newline at end of file +}); + + +jQuery('.main-about_banner-overlay__list-item').on('click', function(){ + showModal('modal-parthnership'); + jQuery('#parthnership-select').val(jQuery(this).data('dir')); +}) \ No newline at end of file diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png b/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png index 4969515..2e86564 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png.webp index 7de8d6c..a3e7dca 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/modal/about_slider.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png index f1d70ea..dbe6872 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png.webp index d74e31b..f6bd986 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/cat.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png index cb6cd51..07d13f3 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png.webp index 99efb8a..88fe92b 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/dog.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png index b728024..c01dbd9 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png.webp index f6b0779..c50c257 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-cat.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png index 442631f..a5cd82d 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png.webp index 948cdd6..8695b6e 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/pet/mini-dog.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png b/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png index bfb84b4..4b6fab0 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png.webp index cc32baa..2f6d8cf 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/product/image.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png b/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png index 32f1387..5055dc1 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png and b/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png differ diff --git a/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png.webp b/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png.webp index 5d0874f..28b6e64 100644 Binary files a/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png.webp and b/wp-content/themes/cosmopet/modules/profile/assets/img/product/mini-card.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/css/product-card.css b/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/css/product-card.css new file mode 100644 index 0000000..218fafd --- /dev/null +++ b/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/css/product-card.css @@ -0,0 +1,44 @@ +.main-food_products-cardbottom-btn .spinner{ + height: 17px; + width: 17px; +} + +.main-food_products-cardbottom-btn.loading::after{ + opacity: 0; +} + +.main-food_products-card-title{ + width: 100%; +} + +.main-food_products-card__weight{ + padding: 8px; + border-radius: 36px; + background-color: #fff; + display: flex; + justify-content: space-around; + margin-bottom: 10px; +} +.main-food_products-card__weight:empty{ + display: none; +} +.main-food_products-card__weight-item{ + font-weight: 600; + font-size: 16px; + text-transform: uppercase; + color: rgba(18, 18, 18, 0.75); + border-radius: 100px; + padding: 2px 8px; +} + + +.main-food_products-card__weight-item.active{ + border: 2px solid var(--accent-color); + color: var(--accent-color); +} + +@media (max-width: 640px) { + .main-food_products-card__weight{ + display: none; + } +} \ No newline at end of file diff --git a/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/js/product-card.js b/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/js/product-card.js new file mode 100644 index 0000000..50e31ff --- /dev/null +++ b/wp-content/themes/cosmopet/modules/shop/components/product-card/assets/js/product-card.js @@ -0,0 +1,57 @@ +jQuery(document).ready(function() { + + //productswiper + var productSwiper = new Swiper('.main-food_products-card-slider', { + effect: 'fade', + fadeEffect: { crossFade: true }, + loop: true, + pagination: { + el: '.swiper-dots', + clickable: true, + bulletClass: 'swiper-pagination-bullet', + bulletActiveClass: 'swiper-pagination-bullet-active', + }, + }); + + jQuery('[data-image-set]').on('click', function() { + // Получаем родительский элемент карточки продукта + var productCard = jQuery(this).closest('.main-food_products-card'); + jQuery(productCard).find('.main-food_products-card__weight-item').removeClass('active') + jQuery(this).addClass('active') + // Получаем массив изображений из data-атрибута + var images = jQuery(this).data('image-set'); + console.log(images) + // Находим слайдер внутри этой карточки + var slider = productCard.find('.main-food_products-card-slider .swiper-wrapper'); + // Очищаем текущие слайды + slider.empty(); + // Добавляем новые слайды с изображениями + jQuery.each(images, function(index, image) { + slider.append( + '
' + ); + }); + slider.append( + '' + ); + productSwiper = new Swiper('.main-food_products-card-slider', { + effect: 'fade', + fadeEffect: { crossFade: true }, + loop: true, + pagination: { + el: '.swiper-dots', + clickable: true, + bulletClass: 'swiper-pagination-bullet', + bulletActiveClass: 'swiper-pagination-bullet-active', + }, + }); + jQuery(productCard).find('.main-food_products-card-title').html(jQuery(this).data('title')) + jQuery(productCard).find('.main-food_products-card-bottom-price').html(jQuery(this).data('product_price')) + jQuery(productCard).find('.main-food_products-cardbottom-btn').attr('data-product_id', jQuery(this).data('product_id')) + jQuery(productCard).find('.main-food_products-cardbottom-btn').attr('href', '?add-to-cart=' + jQuery(this).data('product_id')) + }); +}); \ No newline at end of file diff --git a/wp-content/themes/cosmopet/modules/shop/components/product-card/component-controller.php b/wp-content/themes/cosmopet/modules/shop/components/product-card/component-controller.php new file mode 100644 index 0000000..e69de29 diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png index f1d70ea..dbe6872 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png.webp b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png.webp index d74e31b..f6bd986 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png.webp and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/cat.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png index cb6cd51..07d13f3 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png.webp b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png.webp index 99efb8a..88fe92b 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png.webp and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/dog.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png index 442631f..a5cd82d 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png differ diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png.webp b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png.webp index 948cdd6..8695b6e 100644 Binary files a/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png.webp and b/wp-content/themes/cosmopet/modules/shop/components/single-product/assets/img/pet/mini-dog.png.webp differ diff --git a/wp-content/themes/cosmopet/modules/shop/module-controller.php b/wp-content/themes/cosmopet/modules/shop/module-controller.php index 11f8154..b720e59 100644 --- a/wp-content/themes/cosmopet/modules/shop/module-controller.php +++ b/wp-content/themes/cosmopet/modules/shop/module-controller.php @@ -384,4 +384,20 @@ function conditional_dequeue_woocommerce_styles() { wp_dequeue_style('woocommerce-smallscreen'); } } -add_action('wp_enqueue_scripts', 'conditional_dequeue_woocommerce_styles', 999); \ No newline at end of file +add_action('wp_enqueue_scripts', 'conditional_dequeue_woocommerce_styles', 999); + + +//Функция для получения названия класса по аттрибуту +function map_attr_slugs_to_class($slug) { + $slug_map = [ + 'govyadina' => 'beef', + 'indejka' => 'turkey', + 'krolik' => 'rabbit', + 'losos' => 'salmon', + 'ryba' => 'fish', + 'utka' => 'duck', + 'yagnenok' => 'lamb' + ]; + + return $slug_map[$slug] ?? $slug; // Fallback to original slug if not found +} diff --git a/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php b/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php index 253b736..71c0383 100644 --- a/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php +++ b/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php @@ -46,10 +46,32 @@ function theme_enqueue_scripts() { add_action('wp_enqueue_scripts', 'theme_enqueue_scripts'); +include_component('blog', 'main-page-block'); +include_component('shop', 'product-card'); + + +$reviews_food_query = get_posts(array( + 'post_type' => 'p_reviews', + 'numberposts' => -1, + 'meta_key' => 'food_enable', + 'meta_value' => true, + 'meta_compare' => '=' +)); + +$reviews_treats_query = get_posts(array( + 'post_type' => 'p_reviews', + 'numberposts' => -1, + 'meta_key' => 'treats_enable', + 'meta_value' => true, + 'meta_compare' => '=' +)); $context = Timber::context(); if (function_exists('get_field')) { + //products + $context['reviews_treats_query'] = $reviews_treats_query; + $context['reviews_food_query'] = $reviews_food_query; // main $context['main_slider'] = get_field('main_slider'); // about @@ -80,6 +102,11 @@ if (function_exists('get_field')) { $context['q_3'] = get_field('q_3', 383); $context['q_4'] = get_field('q_4', 383); $context['q_5'] = get_field('q_5', 383); + + // + + $context['food_list'] = get_field('featured_food'); + $context['treats_list'] = get_field('featured_treats'); } try { diff --git a/wp-content/themes/cosmopet/static/css/forms.css b/wp-content/themes/cosmopet/static/css/forms.css index 17ad145..ac0d6be 100644 --- a/wp-content/themes/cosmopet/static/css/forms.css +++ b/wp-content/themes/cosmopet/static/css/forms.css @@ -574,4 +574,4 @@ .form-textarea{ font-family: inherit; -} \ No newline at end of file +} diff --git a/wp-content/themes/cosmopet/static/css/front-page.css b/wp-content/themes/cosmopet/static/css/front-page.css index 43da7f8..aaf9e17 100644 --- a/wp-content/themes/cosmopet/static/css/front-page.css +++ b/wp-content/themes/cosmopet/static/css/front-page.css @@ -1208,7 +1208,6 @@ width: 330px; .truth__end-promo { color: var(--grey-black, #121212); - font-family: "Craftwork Grotesk"; font-size: 24px; font-style: normal; font-weight: 900; @@ -1224,7 +1223,6 @@ width: 330px; .truth__end-btn { padding: 10px 10px 11px 10px; - font-family: "Craftwork Grotesk"; font-size: 24px; font-style: normal; font-weight: 500; diff --git a/wp-content/themes/cosmopet/static/css/new-front-page.css b/wp-content/themes/cosmopet/static/css/new-front-page.css index 2343f9a..c1d9595 100644 --- a/wp-content/themes/cosmopet/static/css/new-front-page.css +++ b/wp-content/themes/cosmopet/static/css/new-front-page.css @@ -131,7 +131,6 @@ main { font-size: 20px; line-height: 120%; color: #121212; - border: 2px solid #fff; border-radius: 100px; padding-left: 25px; padding-right: 65px; @@ -236,6 +235,8 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 justify-content: center; align-items: flex-start; flex-direction: column; + overflow: hidden; + position: relative; gap: 20px; background-size: cover; background-position: center; background-image: url(../img/new-front/my-otkrytaya-ekosistema-old.png); @@ -592,9 +593,9 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 .main-specialists { background: #f2f2f2; margin-top: -1%; - padding-top: 5%; - padding-bottom: 5%; border-radius: 0px 0px 60px 60px; + padding-top: 5rem; + padding-bottom: 10rem; } .main-specialists .new-container { position: relative; @@ -634,6 +635,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 gap: 15px; margin-bottom: 15px; padding: 8px; + width: 100%; border-radius: 40px; background: radial-gradient(278.91% 196.13% at 128.36% -48.29%, #ee6868 0%, #569ef0 57.69%); } @@ -671,7 +673,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 .main-specialists_text { border-radius: 25px; padding: 16px; - width: 348px; + width: 100%; background: #fff; font-weight: 500; font-size: 20px; @@ -679,13 +681,17 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 position: relative; text-align: start; } -.main-specialists_text svg { +.main-specialists_text::before { position: absolute; top: -25px; left: 1%; + background-image: url("data:image/svg+xml,%3Csvg width='75' height='30' viewBox='0 0 75 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 30H75L31.058 3.63479C28.3919 2.03513 25 3.95558 25 7.06476V30Z' fill='white' /%3E%3C/svg%3E"); + content: ''; + width: 75px; + height: 30px; } @media (min-width: 821px) { -.reverse .main-specialists_text svg { +.reverse .main-specialists_text::before { position: absolute; bottom: -25px; left: 5%; @@ -757,7 +763,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 .main-food { margin-top: -1%; - padding-top: 5%; + padding-top: 6rem; padding-bottom: 5%; border-radius: 0px 0px 60px 60px; } @@ -780,6 +786,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 gap: 10px; } .main-food_products-card { + --accent-color: #121212; border-radius: 30px; padding: 8px; width: 265px; @@ -787,19 +794,15 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 display: flex; flex-direction: column; justify-content: space-between; + background-color: var(--accent-color); + background-image: linear-gradient( + rgba(255, 255, 255, 0.6), + rgba(255, 255, 255, 0.6) + ); } -.main-food_products .lamb { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #f4e1cf; -} -.main-food_products .fish { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #c1dde6; -} -.main-food_products .beef { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #e8d1f9; -} -.main-food_products .turkey { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #f3d7d2; -} + + + .main-food_products-card-img { position: relative; display: flex; @@ -823,33 +826,63 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 position: relative; z-index: 1; display: block; - max-width: 80%; + max-width: 100%; height: auto; - height: 319px; + aspect-ratio: 1/1; object-fit: contain; } .main-food_products-card-title{ padding: 8px 16px 8px 16px; - border-radius: 100px; + border-radius: 36px; background: #fff; font-weight: 500; font-size: 12px; text-transform: uppercase; + color: var(--accent-color); +} + + +.food.lamb.main-food_products-card { + --accent-color: #863300; + +} +.food.turkey.main-food_products-card { + --accent-color: #CD0003; + +} +.food.beef.main-food_products-card{ + --accent-color: #7e0092; + +} +.food.fish.main-food_products-card{ + --accent-color: #48c1ed; + +} + +.treats.lamb.main-food_products-card { + --accent-color: #44006c; + } -.lamb .main-food_products-card-title { - color: #863300; +.treats.rabbit.main-food_products-card { + --accent-color: #601094; + } -.turkey .main-food_products-card-title { - color: #CD0003; +.treats.beef.main-food_products-card{ + --accent-color: #004c31; + } -.beef .main-food_products-card-title { - color: #CD0003; +.treats.salmon.main-food_products-card{ + --accent-color: #7c007a; + } -.fish .main-food_products-card-title { - color: #48C1ED; + +.treats.duck.main-food_products-card{ + --accent-color: #326e70; + } + .main-food_products-card-bottom { display: flex; justify-content: space-between; @@ -858,34 +891,25 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 } .main-food_products-card-bottom-price{ - border-radius: 100px; + border-radius: 36px; padding: 10px; background: #fff; - font-weight: 400; + font-weight: 600; font-size: 18px; text-transform: uppercase; text-align: center; display: flex; justify-content: center; align-items: center; -} -.lamb .main-food_products-card-bottom-price { - color: #000; -} -.turkey .main-food_products-card-bottom-price { - color: #CD0003; -} -.beef .main-food_products-card-bottom-price { - color: #7E0092; -} -.fish .main-food_products-card-bottom-price { - color: #48C1ED; + color: var(--accent-color); } + .main-food_products-cardbottom-btn{ border: 2px solid #fff; - border-radius: 100px; - padding: 12px 32px; + border-radius: 36px; + padding: 0px 32px; + height: 42px; font-weight: 900; font-size: 12px; text-align: center; @@ -895,32 +919,9 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 align-items: center; flex-grow: 1; transition: all .3s; -} -.lamb .main-food_products-cardbottom-btn { - background: #ffbc7b; -} -.turkey .main-food_products-cardbottom-btn { - background: #CD0003; -} -.beef .main-food_products-cardbottom-btn { - background: #DEB3FF; -} -.fish .main-food_products-cardbottom-btn { - background: #48C1ED; + background-color: var(--accent-color); } -.lamb .main-food_products-cardbottom-btn:hover { - background: #863300; -} -.turkey .main-food_products-cardbottom-btn:hover { - background: #ff5457; -} -.beef .main-food_products-cardbottom-btn:hover { - background: #7E0092; -} -.fish .main-food_products-cardbottom-btn:hover { - background: #0096cc; -} .main-food_reviews { max-width: 400px; } @@ -1015,17 +1016,15 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 .main-food .swiper-button-prev::after { content: none; } -.main-food .swiper-pagination { - display: none; -} -.main-food .swiper-pagination-bullet { + +.main-food_products-card-slider .swiper-pagination-bullet { background: #fff; height: 10px; width: 10px; border-radius: 50%; } - .main-food .swiper-pagination-bullet.swiper-pagination-bullet-active{ - background-color: #48c1ed; + .main-food_products-card-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{ + background-color: var(--accent-color); } .swiper-dots{ position: absolute; @@ -1124,8 +1123,8 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 } .marketplace__swiper { margin-top: 50px; - margin-left: -70px; - margin-right: -70px; + margin-left: 0; + margin-right: 0; } .marketplace { position: relative; @@ -1149,9 +1148,9 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 /* Main Treats */ .main-treats { - margin-top: -1%; - padding-top: 5%; - padding-bottom: 5%; + margin-top: -4rem; + padding-top: 8rem; + padding-bottom: 4rem; border-radius: 0px 0px 60px 60px; } @@ -1159,24 +1158,11 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 padding: 8px 16px 8px 16px; border-radius: 100px; background: #fff; - font-weight: 500; + font-weight: 600; font-size: 12px; text-transform: uppercase; } - -.duck .main-food_products-card-title { - color: #f6d9c7; -} -.beef .main-food_products-card-title { - color: #7E0092; -} -.rabbit .main-food_products-card-title { - color: #f5c1d7; -} -.fish .main-food_products-card-title { - color: #48C1ED; -} .main-food_products-card-bottom { display: flex; justify-content: space-between; @@ -1196,21 +1182,6 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 justify-content: center; align-items: center; } -.lamb .main-treats_products-card-bottom-price { - color: #863300; -} -.duck .main-treats_products-card-bottom-price { - color: #863300; -} -.beef .main-treats_products-card-bottom-price { - color: #7E0092; -} -.rabbit .main-treats_products-card-bottom-price { - color: #7E0092; -} -.fish .main-treats_products-card-bottom-price { - color: #48C1ED; -} .main-treats_products-cardbottom-btn{ border: 2px solid #fff; @@ -1227,53 +1198,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 flex-grow: 1; transition: all .5s; } -.lamb .main-treats_products-cardbottom-btn { - background: #FFBC7B; -} -.duck .main-treats_products-cardbottom-btn { - background: #f6d9c7; -} -.beef .main-treats_products-cardbottom-btn { - background: #DEB3FF; -} -.rabbit .main-treats_products-cardbottom-btn { - background: #f5c1d7; -} -.fish .main-treats_products-cardbottom-btn { - background: #c0e4f1; -} - -.lamb .main-treats_products-cardbottom-btn:hover { - background: #863300; -} -.duck .main-treats_products-cardbottom-btn:hover { - background: #f6d9c7; -} -.beef .main-treats_products-cardbottom-btn:hover { - background: #7E0092; -} -.rabbit .main-treats_products-cardbottom-btn:hover { - background: #f5c1d7; -} -.fish .main-treats_products-cardbottom-btn:hover { - background: #c0e4f1; -} -.main-treats_products .lamb { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #f7dcc1; -} -.main-treats_products .duck { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #f6d9c7; -} -.main-treats_products .beef { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #e5cff6; -} -.main-treats_products .rabbit { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #f5c1d7; -} -.main-treats_products .fish { - background: linear-gradient(rgba(134, 51, 0, 0.1), rgba(134, 51, 0, 0.1)), #c0e4f1; -} .main-treats .main-food_products-card { border-radius: 30px; padding: 8px; @@ -1324,13 +1249,6 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569 .main-treats .swiper-button-prev::after { content: none; } -.main-treats .swiper-pagination { - display: none; -} -.main-treats .swiper-pagination-bullet { - background: #333; - display: none; -} .main-treats_arrows .swiper-button-next{ right: var(--swiper-navigation-sides-offset, -65px)!important; left: auto; @@ -1681,18 +1599,23 @@ background: #e5f1fa; position: relative; width: 100%; height: 484px; + display: block; + overflow: hidden; + border-radius: 60px; + overflow: hidden; + border: 2px solid var(--creme-white, #F4F1F0); } .cosmopet-x__item::before { content: ''; position: absolute; - left: 0; + left: 0px; top: 0; height: 100%; z-index: 1; width: 100%; - border-radius: 60px; - border: 2px solid var(--creme-white, #F4F1F0); + border: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0.00) 25.17%, rgba(255, 255, 255, 0.00) 65%, rgba(255, 255, 255, 0.83) 80%); + border-radius: 0; } .cosmopet-x__bg { position: absolute; @@ -1702,7 +1625,7 @@ background: #e5f1fa; width: 100%; object-fit: cover; object-position: center; - border-radius: 60px; + border-radius: 0px; } .cosmopet-x__body { position: absolute; @@ -1753,9 +1676,11 @@ background: #e5f1fa; } .cosmopet-x .slider-arrows .cosmopet-prev { left: -30px; + position: relative; } .cosmopet-x .slider-arrows .cosmopet-next { right: -30px; + position: relative; } .cosmopet-x .slider-arrow { background-image: url('data:image/svg+xml,')!important; @@ -1766,6 +1691,7 @@ background: #e5f1fa; box-shadow: -3px 9px 31px 0 rgba(0, 0, 0, 0.25); background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 35%), var(--white); border-radius: 60px; + display: block; } /* Main Gallery */ @@ -2168,7 +2094,13 @@ background: #e5f1fa; .main-blog_tags-tag:hover{ background:rgba(18, 18, 18, 1); color: #fff; - border: 1px solid #fff; + outline: 1px solid #fff; +} + +.main-blog_tags-tag.active{ + background:rgba(18, 18, 18, 1); + color: #fff; + outline: 2px solid #fff; } .main-blog_tags-tag img { width: 15px; @@ -2183,8 +2115,9 @@ background: #e5f1fa; } .main-blog_wrapper-most { border-radius: 60px; - padding: 8px; - /* width: 500px; */ + padding: 8px 8px 32px 8px; + width: 50%; + flex-shrink: 0; min-height: 518px; background: rgba(18, 18, 18, 0.4); box-shadow: -3px 9px 31px 0 rgba(0, 0, 0, 0.25); @@ -2579,6 +2512,11 @@ height: 100%; .truth_pictures_gft{ display: none; } + +.truth_pictures_present{ + max-width: 333px; + width: 333px; +} @media (max-width: 940px) { .gallery-box{ height: 571px; @@ -2793,12 +2731,16 @@ border-radius: 20px; margin-right: 15px; /* Отступ от текста */ opacity: 0; /* Элемент невидим, но влияет на поток */ } + .main-about_banner { padding: 32px 16px 90px; - + position: relative; + overflow: hidden; } + + .main-about_banner-title{ font-size: 18px; } @@ -3692,3 +3634,200 @@ align-items: center; position: relative; } +.inverse .main-slider-content_title, +.inverse .main-slider-content_descr{ + color: #121212; +} + + +.inverse .main-slider-content_btn{ + background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569EF0 57.69%), linear-gradient(21.69deg, #F44242 23.69%, #569EF0 66.57%); + color: #fff; +} + +.inverse .main-slider-content_btn__arrow{ + background: #fff; +} + +.inverse .main-slider-content_btn__arrow::before { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0.796875 1.62529C0.796875 1.09628 1.2265 0.666656 1.75551 0.666656L10.3761 0.667538C10.9052 0.667538 11.3339 1.09628 11.3339 1.62529L11.3348 10.2459C11.3348 10.7749 10.9052 11.2046 10.3761 11.2046C9.84714 11.2046 9.41752 10.7749 9.41752 10.2459L9.4184 3.93765L2.70003 10.656C2.32596 11.0301 1.71949 11.0301 1.34542 10.656C0.971356 10.282 0.971356 9.67548 1.34542 9.30141L8.06379 2.58304L1.75551 2.58392C1.2265 2.58392 0.796875 2.1543 0.796875 1.62529Z' fill='%235F88C8'/%3E%3C/svg%3E"); +} + +.inverse .main-slider-content_btn:hover span.main-slider-content_btn-text{ + color: #121212; +} + + +.swiper-button-prev{ + background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 12.364H21' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.5 12.364L10.864 18.728' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.5 12.364L10.864 6.00005' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 24px; + background-position: center; +} + +.swiper-button-next{ + background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12.364H4.5' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21 12.364L14.636 18.728' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21 12.364L14.636 6.00005' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 24px; + background-position: center; +} + +.main-blog_wrapper-items-item{ + background-size: cover; + background-position: center; +} + + +.main-about_banner-overlay{ + background-image: url(../img/parthners-bg.jpg); + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + padding: inherit; + background-size: cover; + z-index: 5; + transition: all .3s; +} +.main-about_banner-overlay:not(.active){ + opacity: 0; + pointer-events: none; +} +.main-about_banner-overlay__list{ + margin-top: 1.5rem; + gap: 8px; + display: flex; + flex-wrap: wrap; +} + +.main-about_banner-overlay__list-item{ + border: 2px solid #fff; + border-radius: 100px; + padding: 11px 20px 13px 20px; + font-weight: 400; + font-size: 20px; + line-height: 120%; + color: #fff; + transition: all .5s; +} +.main-about_banner-overlay__list-item:hover{ + background-color: #fff; + color: #121212; +} +.main-about_banner-overlay__button{ + border: 2px solid #fff; + border-radius: 100px; + width: max-content; + padding-left: 16px; + padding-right: 16px; + height: 48px; + display: flex; + align-items: center; + font-weight: 600; + font-size: 20px; + line-height: 120%; + color: #1c9b99; + margin-top: 1.5rem; +background-color: #fff; +} +.main-about_banner-overlay__button::before{ + background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58606 14.7733C8.21199 15.1474 7.60441 15.1474 7.23035 14.7733L1.13526 8.67698C0.761192 8.30291 0.761193 7.69658 1.13526 7.32251L7.23035 1.22617C7.60441 0.852109 8.21199 0.852111 8.58606 1.22618C8.96013 1.60024 8.96013 2.20782 8.58606 2.58189L4.12481 7.04189L13.626 7.04189C14.155 7.04189 14.5839 7.47074 14.5839 7.99975C14.5839 8.52875 14.155 8.9576 13.626 8.9576L4.12481 8.9576L8.58606 13.4176C8.96012 13.7917 8.96012 14.3993 8.58606 14.7733Z' fill='%231C9B99' /%3E%3C/svg%3E"); + width: 15px; + height: 16px; + margin-right: 12px; + flex-shrink: 0; + content: ''; + transition: all .5s; + position: relative; + right: 0; +} +.main-about_banner-overlay__button:hover::before{ + right: .5rem; +} + +@media (max-width: 1280px) { + .main-about_banner-overlay__list-item{ + font-size: 16px; + padding: 6px 16px; + } + .main-about_banner-overlay__button{ + font-size: 16px; + height: 42px; + } + .main-about_banner-overlay { + background-image: url(../img/new-front/eko2.png); + } +} + + +.main-food_reviews-slide-head{ + position: relative; +} + +.main-food_reviews-slide-photo{ + height: 48px; + width: 48px; + flex-shrink: 0; + position: absolute; + top: 0; + left: 0; + border-radius: 50%; +} + +.main-food_reviews-slide-name, .main-food_reviews-slide-position{ + padding-left: 64px; +} +.main-food_reviews-slide-name, .main-food_reviews-slide-position, .main-food_reviews-slide-head{ + width: 100%; +} + +.main-food_reviews-slide-media_file{ + height: 420px; + width: 100%; + border-radius: 32px; + margin-bottom: 1rem; +} +@media (max-width: 640px) { + .main-food_reviews-slide-name{ + min-height: 48px; + display: flex; + align-items: center; + } + .main-food_reviews-slide-position{ + padding-left: 0; + } +} + +.main-food_reviews-slide-media_main{ + border-radius: 25px; + width: 168px; + height: 115px; + overflow: hidden; +} +.main-food_reviews-slide-media_main img{ + width: 168px; + height: 115px; +} +.main-food_reviews-slide-media_mini{ + width: 56px; + height: 70px; + border-radius: 16px; + overflow: hidden; +} + +.main-food_reviews-slide-media_wrap{ + display: flex; + gap: 6px; + align-items: center; + margin-bottom: 20px; + +} +.main-food_reviews-slide-media_wrap img{ + object-fit: cover; +} +.main-food_reviews-slide-media_mini img{ + width: 56px; + height: 70px; + +} diff --git a/wp-content/themes/cosmopet/static/img/Stars-for-form.png b/wp-content/themes/cosmopet/static/img/Stars-for-form.png index 6403067..8b138e5 100644 Binary files a/wp-content/themes/cosmopet/static/img/Stars-for-form.png and b/wp-content/themes/cosmopet/static/img/Stars-for-form.png differ diff --git a/wp-content/themes/cosmopet/static/img/Stars-for-form.png.webp b/wp-content/themes/cosmopet/static/img/Stars-for-form.png.webp index 5cb9a12..c2b9778 100644 Binary files a/wp-content/themes/cosmopet/static/img/Stars-for-form.png.webp and b/wp-content/themes/cosmopet/static/img/Stars-for-form.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img1.png b/wp-content/themes/cosmopet/static/img/about_slider-img1.png index 227aaa8..2f7eb43 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img1.png and b/wp-content/themes/cosmopet/static/img/about_slider-img1.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img1.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img1.png.webp index 1559330..7b23abb 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img1.png.webp and b/wp-content/themes/cosmopet/static/img/about_slider-img1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img2.png b/wp-content/themes/cosmopet/static/img/about_slider-img2.png index b6de000..6db93be 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img2.png and b/wp-content/themes/cosmopet/static/img/about_slider-img2.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img2.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img2.png.webp index 6cf29c7..40b3bd4 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img2.png.webp and b/wp-content/themes/cosmopet/static/img/about_slider-img2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img3.png b/wp-content/themes/cosmopet/static/img/about_slider-img3.png index 6c0ff71..472de1a 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img3.png and b/wp-content/themes/cosmopet/static/img/about_slider-img3.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img3.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img3.png.webp index b9ac625..730f7dc 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img3.png.webp and b/wp-content/themes/cosmopet/static/img/about_slider-img3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img4.png b/wp-content/themes/cosmopet/static/img/about_slider-img4.png index 7e8da29..c1c519f 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img4.png and b/wp-content/themes/cosmopet/static/img/about_slider-img4.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img4.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img4.png.webp index 5e906d9..a8c81a3 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img4.png.webp and b/wp-content/themes/cosmopet/static/img/about_slider-img4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img5.png b/wp-content/themes/cosmopet/static/img/about_slider-img5.png index ead86ab..15be5a5 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img5.png and b/wp-content/themes/cosmopet/static/img/about_slider-img5.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img5.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img5.png.webp index 75a0b7f..43c712a 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img5.png.webp and b/wp-content/themes/cosmopet/static/img/about_slider-img5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img7.png b/wp-content/themes/cosmopet/static/img/about_slider-img7.png index 2e27704..b79d280 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img7.png and b/wp-content/themes/cosmopet/static/img/about_slider-img7.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img7.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img7.png.webp new file mode 100644 index 0000000..dc36d95 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/about_slider-img7.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img8.png b/wp-content/themes/cosmopet/static/img/about_slider-img8.png index dfcd836..ab3f8d8 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_slider-img8.png and b/wp-content/themes/cosmopet/static/img/about_slider-img8.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_slider-img8.png.webp b/wp-content/themes/cosmopet/static/img/about_slider-img8.png.webp new file mode 100644 index 0000000..b77a183 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/about_slider-img8.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_top_image.png b/wp-content/themes/cosmopet/static/img/about_top_image.png index a04e6f6..9ac4c13 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_top_image.png and b/wp-content/themes/cosmopet/static/img/about_top_image.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_top_image.png.webp b/wp-content/themes/cosmopet/static/img/about_top_image.png.webp index edcbe71..81201ac 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_top_image.png.webp and b/wp-content/themes/cosmopet/static/img/about_top_image.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_top_image2.png b/wp-content/themes/cosmopet/static/img/about_top_image2.png index b181148..7f8f773 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_top_image2.png and b/wp-content/themes/cosmopet/static/img/about_top_image2.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_top_image2.png.webp b/wp-content/themes/cosmopet/static/img/about_top_image2.png.webp index fda9e0f..57867fd 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_top_image2.png.webp and b/wp-content/themes/cosmopet/static/img/about_top_image2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/about_us-card-img.png b/wp-content/themes/cosmopet/static/img/about_us-card-img.png index 4496fd3..4f34a57 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_us-card-img.png and b/wp-content/themes/cosmopet/static/img/about_us-card-img.png differ diff --git a/wp-content/themes/cosmopet/static/img/about_us-card-img.png.webp b/wp-content/themes/cosmopet/static/img/about_us-card-img.png.webp index b4b6a41..75f56f6 100644 Binary files a/wp-content/themes/cosmopet/static/img/about_us-card-img.png.webp and b/wp-content/themes/cosmopet/static/img/about_us-card-img.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/arrow-main.png b/wp-content/themes/cosmopet/static/img/arrow-main.png index 0d58833..4656d67 100644 Binary files a/wp-content/themes/cosmopet/static/img/arrow-main.png and b/wp-content/themes/cosmopet/static/img/arrow-main.png differ diff --git a/wp-content/themes/cosmopet/static/img/arrow-main.png.webp b/wp-content/themes/cosmopet/static/img/arrow-main.png.webp index f4081de..85cc1e1 100644 Binary files a/wp-content/themes/cosmopet/static/img/arrow-main.png.webp and b/wp-content/themes/cosmopet/static/img/arrow-main.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/blog_card-img.jpg b/wp-content/themes/cosmopet/static/img/blog_card-img.jpg index 81de796..47766b2 100644 Binary files a/wp-content/themes/cosmopet/static/img/blog_card-img.jpg and b/wp-content/themes/cosmopet/static/img/blog_card-img.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/blog_card-img.jpg.webp b/wp-content/themes/cosmopet/static/img/blog_card-img.jpg.webp index 9857ce3..48d625f 100644 Binary files a/wp-content/themes/cosmopet/static/img/blog_card-img.jpg.webp and b/wp-content/themes/cosmopet/static/img/blog_card-img.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/blogger.png b/wp-content/themes/cosmopet/static/img/blogger.png index bb56214..e7bb054 100644 Binary files a/wp-content/themes/cosmopet/static/img/blogger.png and b/wp-content/themes/cosmopet/static/img/blogger.png differ diff --git a/wp-content/themes/cosmopet/static/img/blogger.png.webp b/wp-content/themes/cosmopet/static/img/blogger.png.webp index b97d5b7..9f02b9a 100644 Binary files a/wp-content/themes/cosmopet/static/img/blogger.png.webp and b/wp-content/themes/cosmopet/static/img/blogger.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/border-mobile.png b/wp-content/themes/cosmopet/static/img/border-mobile.png index 1c7f2d1..8d00eab 100644 Binary files a/wp-content/themes/cosmopet/static/img/border-mobile.png and b/wp-content/themes/cosmopet/static/img/border-mobile.png differ diff --git a/wp-content/themes/cosmopet/static/img/border-mobile.png.webp b/wp-content/themes/cosmopet/static/img/border-mobile.png.webp index 2da7458..555f365 100644 Binary files a/wp-content/themes/cosmopet/static/img/border-mobile.png.webp and b/wp-content/themes/cosmopet/static/img/border-mobile.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/border.png b/wp-content/themes/cosmopet/static/img/border.png index 8b079fe..7317a20 100644 Binary files a/wp-content/themes/cosmopet/static/img/border.png and b/wp-content/themes/cosmopet/static/img/border.png differ diff --git a/wp-content/themes/cosmopet/static/img/border.png.webp b/wp-content/themes/cosmopet/static/img/border.png.webp index 1cd62b2..8f64c0f 100644 Binary files a/wp-content/themes/cosmopet/static/img/border.png.webp and b/wp-content/themes/cosmopet/static/img/border.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cat_dog copy.png b/wp-content/themes/cosmopet/static/img/cat_dog copy.png index 88ddb8c..d56f52e 100644 Binary files a/wp-content/themes/cosmopet/static/img/cat_dog copy.png and b/wp-content/themes/cosmopet/static/img/cat_dog copy.png differ diff --git a/wp-content/themes/cosmopet/static/img/cat_dog copy.png.webp b/wp-content/themes/cosmopet/static/img/cat_dog copy.png.webp index 975fe22..cdfd9d3 100644 Binary files a/wp-content/themes/cosmopet/static/img/cat_dog copy.png.webp and b/wp-content/themes/cosmopet/static/img/cat_dog copy.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cat_dog.png b/wp-content/themes/cosmopet/static/img/cat_dog.png index 88ddb8c..d56f52e 100644 Binary files a/wp-content/themes/cosmopet/static/img/cat_dog.png and b/wp-content/themes/cosmopet/static/img/cat_dog.png differ diff --git a/wp-content/themes/cosmopet/static/img/cat_dog.png.webp b/wp-content/themes/cosmopet/static/img/cat_dog.png.webp index 975fe22..cdfd9d3 100644 Binary files a/wp-content/themes/cosmopet/static/img/cat_dog.png.webp and b/wp-content/themes/cosmopet/static/img/cat_dog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-1.png b/wp-content/themes/cosmopet/static/img/cosmo-1.png index 4ab2b10..595ba5e 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-1.png and b/wp-content/themes/cosmopet/static/img/cosmo-1.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-1.png.webp b/wp-content/themes/cosmopet/static/img/cosmo-1.png.webp index cfd0b1b..7eb32b1 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-1.png.webp and b/wp-content/themes/cosmopet/static/img/cosmo-1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-2.png b/wp-content/themes/cosmopet/static/img/cosmo-2.png index 4ce8154..1b3ef89 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-2.png and b/wp-content/themes/cosmopet/static/img/cosmo-2.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-2.png.webp b/wp-content/themes/cosmopet/static/img/cosmo-2.png.webp index a78a72a..46a5e92 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-2.png.webp and b/wp-content/themes/cosmopet/static/img/cosmo-2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-3.png b/wp-content/themes/cosmopet/static/img/cosmo-3.png index e150181..dde0bf8 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-3.png and b/wp-content/themes/cosmopet/static/img/cosmo-3.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-3.png.webp b/wp-content/themes/cosmopet/static/img/cosmo-3.png.webp index d21bdb6..75f844d 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-3.png.webp and b/wp-content/themes/cosmopet/static/img/cosmo-3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-4.png b/wp-content/themes/cosmopet/static/img/cosmo-4.png index 6bfcc4d..fd3dba4 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-4.png and b/wp-content/themes/cosmopet/static/img/cosmo-4.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmo-4.png.webp b/wp-content/themes/cosmopet/static/img/cosmo-4.png.webp index 23f8a03..ceb518b 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmo-4.png.webp and b/wp-content/themes/cosmopet/static/img/cosmo-4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmocat.png b/wp-content/themes/cosmopet/static/img/cosmocat.png index 1144b2b..7835697 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmocat.png and b/wp-content/themes/cosmopet/static/img/cosmocat.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmocat.png.webp b/wp-content/themes/cosmopet/static/img/cosmocat.png.webp index c0a231d..289240a 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmocat.png.webp and b/wp-content/themes/cosmopet/static/img/cosmocat.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmodog-img.png b/wp-content/themes/cosmopet/static/img/cosmodog-img.png index 5b35a42..371c032 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmodog-img.png and b/wp-content/themes/cosmopet/static/img/cosmodog-img.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmodog-img.png.webp b/wp-content/themes/cosmopet/static/img/cosmodog-img.png.webp index 56e6b0b..0e9e78b 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmodog-img.png.webp and b/wp-content/themes/cosmopet/static/img/cosmodog-img.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/cosmodog.png b/wp-content/themes/cosmopet/static/img/cosmodog.png index ee9dbd2..ecc46ef 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmodog.png and b/wp-content/themes/cosmopet/static/img/cosmodog.png differ diff --git a/wp-content/themes/cosmopet/static/img/cosmodog.png.webp b/wp-content/themes/cosmopet/static/img/cosmodog.png.webp index 83fa126..34595e1 100644 Binary files a/wp-content/themes/cosmopet/static/img/cosmodog.png.webp and b/wp-content/themes/cosmopet/static/img/cosmodog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/dicount-dog.png b/wp-content/themes/cosmopet/static/img/dicount-dog.png index e61af17..b0f7a04 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicount-dog.png and b/wp-content/themes/cosmopet/static/img/dicount-dog.png differ diff --git a/wp-content/themes/cosmopet/static/img/dicount-dog.png.webp b/wp-content/themes/cosmopet/static/img/dicount-dog.png.webp index b8d727d..4a36c16 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicount-dog.png.webp and b/wp-content/themes/cosmopet/static/img/dicount-dog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png b/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png index fcbc6bd..363ffe9 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png and b/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png differ diff --git a/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png.webp b/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png.webp index 4692dbf..d9a172f 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png.webp and b/wp-content/themes/cosmopet/static/img/dicsount-sale-mob.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/dicsount-sale.png b/wp-content/themes/cosmopet/static/img/dicsount-sale.png index be39e08..55f7c9a 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicsount-sale.png and b/wp-content/themes/cosmopet/static/img/dicsount-sale.png differ diff --git a/wp-content/themes/cosmopet/static/img/dicsount-sale.png.webp b/wp-content/themes/cosmopet/static/img/dicsount-sale.png.webp index 3669097..4fb4251 100644 Binary files a/wp-content/themes/cosmopet/static/img/dicsount-sale.png.webp and b/wp-content/themes/cosmopet/static/img/dicsount-sale.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg b/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg index 405ef5c..d36e29f 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg and b/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg.webp b/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg.webp index 5de14d0..0e8d1b3 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg.webp and b/wp-content/themes/cosmopet/static/img/discount_cosmodog.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png b/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png index e96ac97..73c91ea 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png and b/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png.webp b/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png.webp index 162366d..597c967 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png.webp and b/wp-content/themes/cosmopet/static/img/discount_cosmodog2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg b/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg index 1822acb..5ab0820 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg and b/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg.webp b/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg.webp index d321efe..2cfc77f 100644 Binary files a/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg.webp and b/wp-content/themes/cosmopet/static/img/discount_cosmodog3.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/dog.png b/wp-content/themes/cosmopet/static/img/dog.png index e40c2d0..b27c482 100644 Binary files a/wp-content/themes/cosmopet/static/img/dog.png and b/wp-content/themes/cosmopet/static/img/dog.png differ diff --git a/wp-content/themes/cosmopet/static/img/dog.png.webp b/wp-content/themes/cosmopet/static/img/dog.png.webp index 7c0ca58..5be77d5 100644 Binary files a/wp-content/themes/cosmopet/static/img/dog.png.webp and b/wp-content/themes/cosmopet/static/img/dog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/error_result1.png b/wp-content/themes/cosmopet/static/img/error_result1.png index 8444e6e..9187568 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result1.png and b/wp-content/themes/cosmopet/static/img/error_result1.png differ diff --git a/wp-content/themes/cosmopet/static/img/error_result1.png.webp b/wp-content/themes/cosmopet/static/img/error_result1.png.webp index 8da3e33..f14ec17 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result1.png.webp and b/wp-content/themes/cosmopet/static/img/error_result1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/error_result2.png b/wp-content/themes/cosmopet/static/img/error_result2.png index 9cb934f..d8fb915 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result2.png and b/wp-content/themes/cosmopet/static/img/error_result2.png differ diff --git a/wp-content/themes/cosmopet/static/img/error_result2.png.webp b/wp-content/themes/cosmopet/static/img/error_result2.png.webp index 367dbba..05e440a 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result2.png.webp and b/wp-content/themes/cosmopet/static/img/error_result2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/error_result3.png b/wp-content/themes/cosmopet/static/img/error_result3.png index 06d9c93..6ee5eed 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result3.png and b/wp-content/themes/cosmopet/static/img/error_result3.png differ diff --git a/wp-content/themes/cosmopet/static/img/error_result3.png.webp b/wp-content/themes/cosmopet/static/img/error_result3.png.webp index 641150b..14b6556 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result3.png.webp and b/wp-content/themes/cosmopet/static/img/error_result3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/error_result4.png b/wp-content/themes/cosmopet/static/img/error_result4.png index 858d894..f0c0df0 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result4.png and b/wp-content/themes/cosmopet/static/img/error_result4.png differ diff --git a/wp-content/themes/cosmopet/static/img/error_result4.png.webp b/wp-content/themes/cosmopet/static/img/error_result4.png.webp index 46badb7..9a0c11d 100644 Binary files a/wp-content/themes/cosmopet/static/img/error_result4.png.webp and b/wp-content/themes/cosmopet/static/img/error_result4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed1.png b/wp-content/themes/cosmopet/static/img/feed1.png index 82d7739..494f722 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed1.png and b/wp-content/themes/cosmopet/static/img/feed1.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed1.png.webp b/wp-content/themes/cosmopet/static/img/feed1.png.webp index e19907e..b86b576 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed1.png.webp and b/wp-content/themes/cosmopet/static/img/feed1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed2.png b/wp-content/themes/cosmopet/static/img/feed2.png index 7d29fbd..cde9d0c 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed2.png and b/wp-content/themes/cosmopet/static/img/feed2.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed2.png.webp b/wp-content/themes/cosmopet/static/img/feed2.png.webp index 9942614..6beab50 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed2.png.webp and b/wp-content/themes/cosmopet/static/img/feed2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed3.png b/wp-content/themes/cosmopet/static/img/feed3.png index 24075dd..3f7fe46 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed3.png and b/wp-content/themes/cosmopet/static/img/feed3.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed3.png.webp b/wp-content/themes/cosmopet/static/img/feed3.png.webp index 2d76f51..20418ef 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed3.png.webp and b/wp-content/themes/cosmopet/static/img/feed3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed4.png b/wp-content/themes/cosmopet/static/img/feed4.png index 64a9808..fb3d4c3 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed4.png and b/wp-content/themes/cosmopet/static/img/feed4.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed4.png.webp b/wp-content/themes/cosmopet/static/img/feed4.png.webp index 62eaf46..d0ac796 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed4.png.webp and b/wp-content/themes/cosmopet/static/img/feed4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed5.png b/wp-content/themes/cosmopet/static/img/feed5.png index 9e94f2a..e36402b 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed5.png and b/wp-content/themes/cosmopet/static/img/feed5.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed5.png.webp b/wp-content/themes/cosmopet/static/img/feed5.png.webp index d0fadb6..d9a949f 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed5.png.webp and b/wp-content/themes/cosmopet/static/img/feed5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed6.png b/wp-content/themes/cosmopet/static/img/feed6.png index 905cbca..305f21a 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed6.png and b/wp-content/themes/cosmopet/static/img/feed6.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed6.png.webp b/wp-content/themes/cosmopet/static/img/feed6.png.webp index 122cf60..35e1e2f 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed6.png.webp and b/wp-content/themes/cosmopet/static/img/feed6.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed7.png b/wp-content/themes/cosmopet/static/img/feed7.png index b6634a3..68efabb 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed7.png and b/wp-content/themes/cosmopet/static/img/feed7.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed7.png.webp b/wp-content/themes/cosmopet/static/img/feed7.png.webp index c674470..aef43fd 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed7.png.webp and b/wp-content/themes/cosmopet/static/img/feed7.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/feed8.png b/wp-content/themes/cosmopet/static/img/feed8.png index 588a01f..48ac90a 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed8.png and b/wp-content/themes/cosmopet/static/img/feed8.png differ diff --git a/wp-content/themes/cosmopet/static/img/feed8.png.webp b/wp-content/themes/cosmopet/static/img/feed8.png.webp index 41ccc0d..ac6383d 100644 Binary files a/wp-content/themes/cosmopet/static/img/feed8.png.webp and b/wp-content/themes/cosmopet/static/img/feed8.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/form-img.png b/wp-content/themes/cosmopet/static/img/form-img.png index 73427d7..f425bee 100644 Binary files a/wp-content/themes/cosmopet/static/img/form-img.png and b/wp-content/themes/cosmopet/static/img/form-img.png differ diff --git a/wp-content/themes/cosmopet/static/img/form-img.png.webp b/wp-content/themes/cosmopet/static/img/form-img.png.webp index d1839ab..438a740 100644 Binary files a/wp-content/themes/cosmopet/static/img/form-img.png.webp and b/wp-content/themes/cosmopet/static/img/form-img.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/gift-new-mob.png b/wp-content/themes/cosmopet/static/img/gift-new-mob.png index 2af0fec..bb3496e 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift-new-mob.png and b/wp-content/themes/cosmopet/static/img/gift-new-mob.png differ diff --git a/wp-content/themes/cosmopet/static/img/gift-new-mob.png.webp b/wp-content/themes/cosmopet/static/img/gift-new-mob.png.webp index d160d4b..f5a4e34 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift-new-mob.png.webp and b/wp-content/themes/cosmopet/static/img/gift-new-mob.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/gift-new.png b/wp-content/themes/cosmopet/static/img/gift-new.png index 70e368c..d7a0418 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift-new.png and b/wp-content/themes/cosmopet/static/img/gift-new.png differ diff --git a/wp-content/themes/cosmopet/static/img/gift-new.png.webp b/wp-content/themes/cosmopet/static/img/gift-new.png.webp index bffa593..2d7fe3d 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift-new.png.webp and b/wp-content/themes/cosmopet/static/img/gift-new.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/gift.png b/wp-content/themes/cosmopet/static/img/gift.png index 79660c4..7810dc2 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift.png and b/wp-content/themes/cosmopet/static/img/gift.png differ diff --git a/wp-content/themes/cosmopet/static/img/gift.png.webp b/wp-content/themes/cosmopet/static/img/gift.png.webp index e9a39b3..118988d 100644 Binary files a/wp-content/themes/cosmopet/static/img/gift.png.webp and b/wp-content/themes/cosmopet/static/img/gift.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/gov.png b/wp-content/themes/cosmopet/static/img/gov.png index 78bd1f7..5fb3df0 100644 Binary files a/wp-content/themes/cosmopet/static/img/gov.png and b/wp-content/themes/cosmopet/static/img/gov.png differ diff --git a/wp-content/themes/cosmopet/static/img/gov.png.webp b/wp-content/themes/cosmopet/static/img/gov.png.webp index dadc5ad..ab32dee 100644 Binary files a/wp-content/themes/cosmopet/static/img/gov.png.webp and b/wp-content/themes/cosmopet/static/img/gov.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/hero-1.png b/wp-content/themes/cosmopet/static/img/hero-1.png index 10ad403..55f5a37 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero-1.png and b/wp-content/themes/cosmopet/static/img/hero-1.png differ diff --git a/wp-content/themes/cosmopet/static/img/hero-1.png.webp b/wp-content/themes/cosmopet/static/img/hero-1.png.webp index a7825f3..55a23d9 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero-1.png.webp and b/wp-content/themes/cosmopet/static/img/hero-1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/hero-2.png b/wp-content/themes/cosmopet/static/img/hero-2.png index b7443ea..dd80792 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero-2.png and b/wp-content/themes/cosmopet/static/img/hero-2.png differ diff --git a/wp-content/themes/cosmopet/static/img/hero-2.png.webp b/wp-content/themes/cosmopet/static/img/hero-2.png.webp index ea26bef..42a5034 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero-2.png.webp and b/wp-content/themes/cosmopet/static/img/hero-2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image.png b/wp-content/themes/cosmopet/static/img/hero_image.png index 18c0844..6c12f44 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image.png and b/wp-content/themes/cosmopet/static/img/hero_image.png differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image.png.webp b/wp-content/themes/cosmopet/static/img/hero_image.png.webp index 8220ce3..fed979d 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image.png.webp and b/wp-content/themes/cosmopet/static/img/hero_image.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image_desctop.png b/wp-content/themes/cosmopet/static/img/hero_image_desctop.png index 8eccf43..55a738d 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image_desctop.png and b/wp-content/themes/cosmopet/static/img/hero_image_desctop.png differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image_desctop.png.webp b/wp-content/themes/cosmopet/static/img/hero_image_desctop.png.webp index 6a8562b..273c2a8 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image_desctop.png.webp and b/wp-content/themes/cosmopet/static/img/hero_image_desctop.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image_mobile.png b/wp-content/themes/cosmopet/static/img/hero_image_mobile.png index fdc036c..1773ed3 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image_mobile.png and b/wp-content/themes/cosmopet/static/img/hero_image_mobile.png differ diff --git a/wp-content/themes/cosmopet/static/img/hero_image_mobile.png.webp b/wp-content/themes/cosmopet/static/img/hero_image_mobile.png.webp index 163abbc..a67217f 100644 Binary files a/wp-content/themes/cosmopet/static/img/hero_image_mobile.png.webp and b/wp-content/themes/cosmopet/static/img/hero_image_mobile.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/icons/arrright.png b/wp-content/themes/cosmopet/static/img/icons/arrright.png index f10d592..54e150e 100644 Binary files a/wp-content/themes/cosmopet/static/img/icons/arrright.png and b/wp-content/themes/cosmopet/static/img/icons/arrright.png differ diff --git a/wp-content/themes/cosmopet/static/img/icons/arrright.png.webp b/wp-content/themes/cosmopet/static/img/icons/arrright.png.webp index 276ad6a..80fd222 100644 Binary files a/wp-content/themes/cosmopet/static/img/icons/arrright.png.webp and b/wp-content/themes/cosmopet/static/img/icons/arrright.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/indeka.png b/wp-content/themes/cosmopet/static/img/indeka.png index a1b34f4..6d30a50 100644 Binary files a/wp-content/themes/cosmopet/static/img/indeka.png and b/wp-content/themes/cosmopet/static/img/indeka.png differ diff --git a/wp-content/themes/cosmopet/static/img/indeka.png.webp b/wp-content/themes/cosmopet/static/img/indeka.png.webp index b85de09..3b820df 100644 Binary files a/wp-content/themes/cosmopet/static/img/indeka.png.webp and b/wp-content/themes/cosmopet/static/img/indeka.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png b/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png index 5a6c9b7..29b0d72 100644 Binary files a/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png and b/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png differ diff --git a/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png.webp b/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png.webp index 89029a0..ae67a8e 100644 Binary files a/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png.webp and b/wp-content/themes/cosmopet/static/img/labrador with stars -- mobile.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/labrador with stars.png b/wp-content/themes/cosmopet/static/img/labrador with stars.png index 9e29b14..0af3ae7 100644 Binary files a/wp-content/themes/cosmopet/static/img/labrador with stars.png and b/wp-content/themes/cosmopet/static/img/labrador with stars.png differ diff --git a/wp-content/themes/cosmopet/static/img/labrador with stars.png.webp b/wp-content/themes/cosmopet/static/img/labrador with stars.png.webp index 3c53eed..f32933c 100644 Binary files a/wp-content/themes/cosmopet/static/img/labrador with stars.png.webp and b/wp-content/themes/cosmopet/static/img/labrador with stars.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/modal/about_slider.png b/wp-content/themes/cosmopet/static/img/modal/about_slider.png index 4969515..2e86564 100644 Binary files a/wp-content/themes/cosmopet/static/img/modal/about_slider.png and b/wp-content/themes/cosmopet/static/img/modal/about_slider.png differ diff --git a/wp-content/themes/cosmopet/static/img/modal/about_slider.png.webp b/wp-content/themes/cosmopet/static/img/modal/about_slider.png.webp index 7de8d6c..a3e7dca 100644 Binary files a/wp-content/themes/cosmopet/static/img/modal/about_slider.png.webp and b/wp-content/themes/cosmopet/static/img/modal/about_slider.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/1.png b/wp-content/themes/cosmopet/static/img/new-front/1.png index 5a06f2f..ca9bd44 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/1.png and b/wp-content/themes/cosmopet/static/img/new-front/1.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/1.png.webp b/wp-content/themes/cosmopet/static/img/new-front/1.png.webp new file mode 100644 index 0000000..d14114d Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/10.png b/wp-content/themes/cosmopet/static/img/new-front/10.png index 9d8aadc..e77cf30 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/10.png and b/wp-content/themes/cosmopet/static/img/new-front/10.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/10.png.webp b/wp-content/themes/cosmopet/static/img/new-front/10.png.webp new file mode 100644 index 0000000..ef25e95 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/10.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/11.png b/wp-content/themes/cosmopet/static/img/new-front/11.png index 3a3c19d..8ffabf1 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/11.png and b/wp-content/themes/cosmopet/static/img/new-front/11.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/11.png.webp b/wp-content/themes/cosmopet/static/img/new-front/11.png.webp new file mode 100644 index 0000000..ec17016 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/11.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/12.png b/wp-content/themes/cosmopet/static/img/new-front/12.png index b2b87be..7e1cf47 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/12.png and b/wp-content/themes/cosmopet/static/img/new-front/12.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/12.png.webp b/wp-content/themes/cosmopet/static/img/new-front/12.png.webp new file mode 100644 index 0000000..3a1fffe Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/12.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/13.png b/wp-content/themes/cosmopet/static/img/new-front/13.png index 10524ae..d16c351 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/13.png and b/wp-content/themes/cosmopet/static/img/new-front/13.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/13.png.webp b/wp-content/themes/cosmopet/static/img/new-front/13.png.webp new file mode 100644 index 0000000..065134d Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/13.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/14.png b/wp-content/themes/cosmopet/static/img/new-front/14.png index 3d005ca..b4379cb 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/14.png and b/wp-content/themes/cosmopet/static/img/new-front/14.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/14.png.webp b/wp-content/themes/cosmopet/static/img/new-front/14.png.webp new file mode 100644 index 0000000..b23397b Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/14.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/15.png b/wp-content/themes/cosmopet/static/img/new-front/15.png index 2a36794..11ad187 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/15.png and b/wp-content/themes/cosmopet/static/img/new-front/15.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/15.png.webp b/wp-content/themes/cosmopet/static/img/new-front/15.png.webp new file mode 100644 index 0000000..12dad1d Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/15.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/2.png b/wp-content/themes/cosmopet/static/img/new-front/2.png index 77fe4a7..804683a 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/2.png and b/wp-content/themes/cosmopet/static/img/new-front/2.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/2.png.webp b/wp-content/themes/cosmopet/static/img/new-front/2.png.webp new file mode 100644 index 0000000..a34ba0a Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/3.png b/wp-content/themes/cosmopet/static/img/new-front/3.png index 09d82b2..1d1b9ba 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/3.png and b/wp-content/themes/cosmopet/static/img/new-front/3.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/3.png.webp b/wp-content/themes/cosmopet/static/img/new-front/3.png.webp new file mode 100644 index 0000000..cc2bd1a Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/4.png b/wp-content/themes/cosmopet/static/img/new-front/4.png index d9cfea6..c6ea707 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/4.png and b/wp-content/themes/cosmopet/static/img/new-front/4.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/4.png.webp b/wp-content/themes/cosmopet/static/img/new-front/4.png.webp new file mode 100644 index 0000000..31d16c2 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/5.png b/wp-content/themes/cosmopet/static/img/new-front/5.png index cff499e..e76d89b 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/5.png and b/wp-content/themes/cosmopet/static/img/new-front/5.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/5.png.webp b/wp-content/themes/cosmopet/static/img/new-front/5.png.webp new file mode 100644 index 0000000..ad7dc52 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/6.png b/wp-content/themes/cosmopet/static/img/new-front/6.png index ea356c7..fde4cd3 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/6.png and b/wp-content/themes/cosmopet/static/img/new-front/6.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/6.png.webp b/wp-content/themes/cosmopet/static/img/new-front/6.png.webp new file mode 100644 index 0000000..16d6f41 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/6.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/7.png b/wp-content/themes/cosmopet/static/img/new-front/7.png index c100718..88cbdf7 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/7.png and b/wp-content/themes/cosmopet/static/img/new-front/7.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/7.png.webp b/wp-content/themes/cosmopet/static/img/new-front/7.png.webp new file mode 100644 index 0000000..ddc4637 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/7.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/8.png b/wp-content/themes/cosmopet/static/img/new-front/8.png index 34f1ee7..1d06451 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/8.png and b/wp-content/themes/cosmopet/static/img/new-front/8.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/8.png.webp b/wp-content/themes/cosmopet/static/img/new-front/8.png.webp new file mode 100644 index 0000000..9785d26 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/8.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/9.png b/wp-content/themes/cosmopet/static/img/new-front/9.png index f01e958..d8a6da2 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/9.png and b/wp-content/themes/cosmopet/static/img/new-front/9.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/9.png.webp b/wp-content/themes/cosmopet/static/img/new-front/9.png.webp new file mode 100644 index 0000000..1426e31 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/9.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/banner1.png b/wp-content/themes/cosmopet/static/img/new-front/banner1.png index 2e9eddd..a95e336 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/banner1.png and b/wp-content/themes/cosmopet/static/img/new-front/banner1.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/banner1.png.webp b/wp-content/themes/cosmopet/static/img/new-front/banner1.png.webp new file mode 100644 index 0000000..4e17045 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/banner1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/banner2.png b/wp-content/themes/cosmopet/static/img/new-front/banner2.png index 44bd82f..1851fcd 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/banner2.png and b/wp-content/themes/cosmopet/static/img/new-front/banner2.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/banner2.png.webp b/wp-content/themes/cosmopet/static/img/new-front/banner2.png.webp new file mode 100644 index 0000000..444445f Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/banner2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/chicken.png b/wp-content/themes/cosmopet/static/img/new-front/chicken.png index d31232e..281c24a 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/chicken.png and b/wp-content/themes/cosmopet/static/img/new-front/chicken.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/chicken.png.webp b/wp-content/themes/cosmopet/static/img/new-front/chicken.png.webp new file mode 100644 index 0000000..3ae3b5a Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/chicken.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/eko2.png b/wp-content/themes/cosmopet/static/img/new-front/eko2.png index 7499561..6188a23 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/eko2.png and b/wp-content/themes/cosmopet/static/img/new-front/eko2.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/eko2.png.webp b/wp-content/themes/cosmopet/static/img/new-front/eko2.png.webp new file mode 100644 index 0000000..861ba02 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/eko2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/gft1.png b/wp-content/themes/cosmopet/static/img/new-front/gft1.png index 3e90234..10c7dec 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/gft1.png and b/wp-content/themes/cosmopet/static/img/new-front/gft1.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/gft1.png.webp b/wp-content/themes/cosmopet/static/img/new-front/gft1.png.webp new file mode 100644 index 0000000..4b1209c Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/gft1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png b/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png index 5cd1881..664fcbf 100644 Binary files a/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png and b/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png differ diff --git a/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png.webp b/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png.webp new file mode 100644 index 0000000..205b6c8 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/new-front/my-otkrytaya-ekosistema-old.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/news/1.png b/wp-content/themes/cosmopet/static/img/news/1.png index cb81cce..479ca91 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/1.png and b/wp-content/themes/cosmopet/static/img/news/1.png differ diff --git a/wp-content/themes/cosmopet/static/img/news/1.png.webp b/wp-content/themes/cosmopet/static/img/news/1.png.webp index 4ebb753..30a1df9 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/1.png.webp and b/wp-content/themes/cosmopet/static/img/news/1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/news/2.png b/wp-content/themes/cosmopet/static/img/news/2.png index 92dbde8..ef86b7a 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/2.png and b/wp-content/themes/cosmopet/static/img/news/2.png differ diff --git a/wp-content/themes/cosmopet/static/img/news/2.png.webp b/wp-content/themes/cosmopet/static/img/news/2.png.webp index 7776a6e..3f96d61 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/2.png.webp and b/wp-content/themes/cosmopet/static/img/news/2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/news/3.png b/wp-content/themes/cosmopet/static/img/news/3.png index e865660..85dda99 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/3.png and b/wp-content/themes/cosmopet/static/img/news/3.png differ diff --git a/wp-content/themes/cosmopet/static/img/news/3.png.webp b/wp-content/themes/cosmopet/static/img/news/3.png.webp index 5b4e47b..2e0ef01 100644 Binary files a/wp-content/themes/cosmopet/static/img/news/3.png.webp and b/wp-content/themes/cosmopet/static/img/news/3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/parthners-bg.jpg b/wp-content/themes/cosmopet/static/img/parthners-bg.jpg new file mode 100644 index 0000000..47d8cd7 Binary files /dev/null and b/wp-content/themes/cosmopet/static/img/parthners-bg.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/people.png b/wp-content/themes/cosmopet/static/img/people.png index b7605db..9e65781 100644 Binary files a/wp-content/themes/cosmopet/static/img/people.png and b/wp-content/themes/cosmopet/static/img/people.png differ diff --git a/wp-content/themes/cosmopet/static/img/people.png.webp b/wp-content/themes/cosmopet/static/img/people.png.webp index 1861531..02b444b 100644 Binary files a/wp-content/themes/cosmopet/static/img/people.png.webp and b/wp-content/themes/cosmopet/static/img/people.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pet/cat.png b/wp-content/themes/cosmopet/static/img/pet/cat.png index f1d70ea..dbe6872 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/cat.png and b/wp-content/themes/cosmopet/static/img/pet/cat.png differ diff --git a/wp-content/themes/cosmopet/static/img/pet/cat.png.webp b/wp-content/themes/cosmopet/static/img/pet/cat.png.webp index d74e31b..f6bd986 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/cat.png.webp and b/wp-content/themes/cosmopet/static/img/pet/cat.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pet/dog.png b/wp-content/themes/cosmopet/static/img/pet/dog.png index cb6cd51..07d13f3 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/dog.png and b/wp-content/themes/cosmopet/static/img/pet/dog.png differ diff --git a/wp-content/themes/cosmopet/static/img/pet/dog.png.webp b/wp-content/themes/cosmopet/static/img/pet/dog.png.webp index 99efb8a..88fe92b 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/dog.png.webp and b/wp-content/themes/cosmopet/static/img/pet/dog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pet/mini-cat.png b/wp-content/themes/cosmopet/static/img/pet/mini-cat.png index b728024..c01dbd9 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/mini-cat.png and b/wp-content/themes/cosmopet/static/img/pet/mini-cat.png differ diff --git a/wp-content/themes/cosmopet/static/img/pet/mini-cat.png.webp b/wp-content/themes/cosmopet/static/img/pet/mini-cat.png.webp index f6b0779..c50c257 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/mini-cat.png.webp and b/wp-content/themes/cosmopet/static/img/pet/mini-cat.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pet/mini-dog.png b/wp-content/themes/cosmopet/static/img/pet/mini-dog.png index 442631f..a5cd82d 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/mini-dog.png and b/wp-content/themes/cosmopet/static/img/pet/mini-dog.png differ diff --git a/wp-content/themes/cosmopet/static/img/pet/mini-dog.png.webp b/wp-content/themes/cosmopet/static/img/pet/mini-dog.png.webp index 948cdd6..8695b6e 100644 Binary files a/wp-content/themes/cosmopet/static/img/pet/mini-dog.png.webp and b/wp-content/themes/cosmopet/static/img/pet/mini-dog.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets-reviews.png b/wp-content/themes/cosmopet/static/img/pets-reviews.png index df71de3..8cddf2b 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets-reviews.png and b/wp-content/themes/cosmopet/static/img/pets-reviews.png differ diff --git a/wp-content/themes/cosmopet/static/img/pets-reviews.png.webp b/wp-content/themes/cosmopet/static/img/pets-reviews.png.webp index 2dbcf8f..5a5f056 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets-reviews.png.webp and b/wp-content/themes/cosmopet/static/img/pets-reviews.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/13.jpg b/wp-content/themes/cosmopet/static/img/pets/13.jpg index 739ebd9..b57a816 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/13.jpg and b/wp-content/themes/cosmopet/static/img/pets/13.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/13.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/13.jpg.webp index 1d484c4..9a004dd 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/13.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/13.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/14.jpg b/wp-content/themes/cosmopet/static/img/pets/14.jpg index 57474ac..2a3d916 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/14.jpg and b/wp-content/themes/cosmopet/static/img/pets/14.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/14.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/14.jpg.webp index 450d518..45e04c8 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/14.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/14.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/15.jpg b/wp-content/themes/cosmopet/static/img/pets/15.jpg index 0fc6ea6..e5f62db 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/15.jpg and b/wp-content/themes/cosmopet/static/img/pets/15.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/15.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/15.jpg.webp index f3104e6..f391a45 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/15.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/15.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/16.jpg b/wp-content/themes/cosmopet/static/img/pets/16.jpg index fe1b575..24443e6 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/16.jpg and b/wp-content/themes/cosmopet/static/img/pets/16.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/16.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/16.jpg.webp index f13df94..4445078 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/16.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/16.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/20.jpg b/wp-content/themes/cosmopet/static/img/pets/20.jpg index 1512bdd..a08d131 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/20.jpg and b/wp-content/themes/cosmopet/static/img/pets/20.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/20.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/20.jpg.webp index a72b95c..89852d8 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/20.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/20.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/21.jpg b/wp-content/themes/cosmopet/static/img/pets/21.jpg index 5e8ad06..d719931 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/21.jpg and b/wp-content/themes/cosmopet/static/img/pets/21.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/21.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/21.jpg.webp index 9682975..b4f1b55 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/21.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/21.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/pets/24.jpg b/wp-content/themes/cosmopet/static/img/pets/24.jpg index eed7b64..3f6f64f 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/24.jpg and b/wp-content/themes/cosmopet/static/img/pets/24.jpg differ diff --git a/wp-content/themes/cosmopet/static/img/pets/24.jpg.webp b/wp-content/themes/cosmopet/static/img/pets/24.jpg.webp index c1b8448..0ffb375 100644 Binary files a/wp-content/themes/cosmopet/static/img/pets/24.jpg.webp and b/wp-content/themes/cosmopet/static/img/pets/24.jpg.webp differ diff --git a/wp-content/themes/cosmopet/static/img/product/image.png b/wp-content/themes/cosmopet/static/img/product/image.png index bfb84b4..4b6fab0 100644 Binary files a/wp-content/themes/cosmopet/static/img/product/image.png and b/wp-content/themes/cosmopet/static/img/product/image.png differ diff --git a/wp-content/themes/cosmopet/static/img/product/image.png.webp b/wp-content/themes/cosmopet/static/img/product/image.png.webp index cc32baa..2f6d8cf 100644 Binary files a/wp-content/themes/cosmopet/static/img/product/image.png.webp and b/wp-content/themes/cosmopet/static/img/product/image.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/product/mini-card.png b/wp-content/themes/cosmopet/static/img/product/mini-card.png index 32f1387..5055dc1 100644 Binary files a/wp-content/themes/cosmopet/static/img/product/mini-card.png and b/wp-content/themes/cosmopet/static/img/product/mini-card.png differ diff --git a/wp-content/themes/cosmopet/static/img/product/mini-card.png.webp b/wp-content/themes/cosmopet/static/img/product/mini-card.png.webp index 5d0874f..28b6e64 100644 Binary files a/wp-content/themes/cosmopet/static/img/product/mini-card.png.webp and b/wp-content/themes/cosmopet/static/img/product/mini-card.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_main.png b/wp-content/themes/cosmopet/static/img/production_main.png index dab8059..bc3add3 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_main.png and b/wp-content/themes/cosmopet/static/img/production_main.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_main.png.webp b/wp-content/themes/cosmopet/static/img/production_main.png.webp index 070770b..e796fb1 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_main.png.webp and b/wp-content/themes/cosmopet/static/img/production_main.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider1.png b/wp-content/themes/cosmopet/static/img/production_slider1.png index 2c13d2a..9cd99ad 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider1.png and b/wp-content/themes/cosmopet/static/img/production_slider1.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider1.png.webp b/wp-content/themes/cosmopet/static/img/production_slider1.png.webp index b1bd035..1ba0b03 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider1.png.webp and b/wp-content/themes/cosmopet/static/img/production_slider1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider2.png b/wp-content/themes/cosmopet/static/img/production_slider2.png index aaceb1f..ff26f28 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider2.png and b/wp-content/themes/cosmopet/static/img/production_slider2.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider2.png.webp b/wp-content/themes/cosmopet/static/img/production_slider2.png.webp index b84254d..c288910 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider2.png.webp and b/wp-content/themes/cosmopet/static/img/production_slider2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider3.png b/wp-content/themes/cosmopet/static/img/production_slider3.png index b9c1201..b385106 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider3.png and b/wp-content/themes/cosmopet/static/img/production_slider3.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider3.png.webp b/wp-content/themes/cosmopet/static/img/production_slider3.png.webp index d077618..1394667 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider3.png.webp and b/wp-content/themes/cosmopet/static/img/production_slider3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider4.png b/wp-content/themes/cosmopet/static/img/production_slider4.png index 78303dd..ef7aedb 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider4.png and b/wp-content/themes/cosmopet/static/img/production_slider4.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider4.png.webp b/wp-content/themes/cosmopet/static/img/production_slider4.png.webp index 8c9f01f..10ec22f 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider4.png.webp and b/wp-content/themes/cosmopet/static/img/production_slider4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider5.png b/wp-content/themes/cosmopet/static/img/production_slider5.png index 2331acd..ed7e096 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider5.png and b/wp-content/themes/cosmopet/static/img/production_slider5.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_slider5.png.webp b/wp-content/themes/cosmopet/static/img/production_slider5.png.webp index f1187d1..ea274aa 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_slider5.png.webp and b/wp-content/themes/cosmopet/static/img/production_slider5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step1.png b/wp-content/themes/cosmopet/static/img/production_step1.png index bf7e206..213f009 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step1.png and b/wp-content/themes/cosmopet/static/img/production_step1.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step1.png.webp b/wp-content/themes/cosmopet/static/img/production_step1.png.webp index 3f2b97d..eb258c2 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step1.png.webp and b/wp-content/themes/cosmopet/static/img/production_step1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step2.png b/wp-content/themes/cosmopet/static/img/production_step2.png index 09c3ade..92ead97 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step2.png and b/wp-content/themes/cosmopet/static/img/production_step2.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step2.png.webp b/wp-content/themes/cosmopet/static/img/production_step2.png.webp index 4233f96..0d192fe 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step2.png.webp and b/wp-content/themes/cosmopet/static/img/production_step2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step3.png b/wp-content/themes/cosmopet/static/img/production_step3.png index 90805a2..b323fb8 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step3.png and b/wp-content/themes/cosmopet/static/img/production_step3.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step3.png.webp b/wp-content/themes/cosmopet/static/img/production_step3.png.webp index 9b29c51..61b0105 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step3.png.webp and b/wp-content/themes/cosmopet/static/img/production_step3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step4.png b/wp-content/themes/cosmopet/static/img/production_step4.png index c2caea7..1cf0ce9 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step4.png and b/wp-content/themes/cosmopet/static/img/production_step4.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step4.png.webp b/wp-content/themes/cosmopet/static/img/production_step4.png.webp index ffc6d4c..a2be9ca 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step4.png.webp and b/wp-content/themes/cosmopet/static/img/production_step4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step5.png b/wp-content/themes/cosmopet/static/img/production_step5.png index b5b90e8..bd1e37c 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step5.png and b/wp-content/themes/cosmopet/static/img/production_step5.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step5.png.webp b/wp-content/themes/cosmopet/static/img/production_step5.png.webp index aabac71..519eff0 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step5.png.webp and b/wp-content/themes/cosmopet/static/img/production_step5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step6.png b/wp-content/themes/cosmopet/static/img/production_step6.png index ed30fe4..737ea3c 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step6.png and b/wp-content/themes/cosmopet/static/img/production_step6.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step6.png.webp b/wp-content/themes/cosmopet/static/img/production_step6.png.webp index 83493e9..0fe1d85 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step6.png.webp and b/wp-content/themes/cosmopet/static/img/production_step6.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step7.png b/wp-content/themes/cosmopet/static/img/production_step7.png index 8ca0a0b..d5cd2ee 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step7.png and b/wp-content/themes/cosmopet/static/img/production_step7.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step7.png.webp b/wp-content/themes/cosmopet/static/img/production_step7.png.webp index 16abe05..bd79e41 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step7.png.webp and b/wp-content/themes/cosmopet/static/img/production_step7.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/production_step8.png b/wp-content/themes/cosmopet/static/img/production_step8.png index 3d52944..435a8b2 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step8.png and b/wp-content/themes/cosmopet/static/img/production_step8.png differ diff --git a/wp-content/themes/cosmopet/static/img/production_step8.png.webp b/wp-content/themes/cosmopet/static/img/production_step8.png.webp index a5e1711..6d2df0a 100644 Binary files a/wp-content/themes/cosmopet/static/img/production_step8.png.webp and b/wp-content/themes/cosmopet/static/img/production_step8.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/protein.png b/wp-content/themes/cosmopet/static/img/protein.png index 782f095..a138cb1 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein.png and b/wp-content/themes/cosmopet/static/img/protein.png differ diff --git a/wp-content/themes/cosmopet/static/img/protein.png.webp b/wp-content/themes/cosmopet/static/img/protein.png.webp index 7c96a6e..d7cf80a 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein.png.webp and b/wp-content/themes/cosmopet/static/img/protein.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/protein_ellipse.png b/wp-content/themes/cosmopet/static/img/protein_ellipse.png index e112eee..5fda57a 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein_ellipse.png and b/wp-content/themes/cosmopet/static/img/protein_ellipse.png differ diff --git a/wp-content/themes/cosmopet/static/img/protein_ellipse.png.webp b/wp-content/themes/cosmopet/static/img/protein_ellipse.png.webp index 40397b1..730ca46 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein_ellipse.png.webp and b/wp-content/themes/cosmopet/static/img/protein_ellipse.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/protein_mobile.png b/wp-content/themes/cosmopet/static/img/protein_mobile.png index d7fd41e..f7507f2 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein_mobile.png and b/wp-content/themes/cosmopet/static/img/protein_mobile.png differ diff --git a/wp-content/themes/cosmopet/static/img/protein_mobile.png.webp b/wp-content/themes/cosmopet/static/img/protein_mobile.png.webp index d00affa..7429de5 100644 Binary files a/wp-content/themes/cosmopet/static/img/protein_mobile.png.webp and b/wp-content/themes/cosmopet/static/img/protein_mobile.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/puppy.png b/wp-content/themes/cosmopet/static/img/puppy.png index c2d32fe..7428eeb 100644 Binary files a/wp-content/themes/cosmopet/static/img/puppy.png and b/wp-content/themes/cosmopet/static/img/puppy.png differ diff --git a/wp-content/themes/cosmopet/static/img/puppy.png.webp b/wp-content/themes/cosmopet/static/img/puppy.png.webp index a3ef0e0..06f214f 100644 Binary files a/wp-content/themes/cosmopet/static/img/puppy.png.webp and b/wp-content/themes/cosmopet/static/img/puppy.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png b/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png index 49ac87d..13fed68 100644 Binary files a/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png and b/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png differ diff --git a/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png.webp b/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png.webp index 75a0cbf..473fdb7 100644 Binary files a/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png.webp and b/wp-content/themes/cosmopet/static/img/quiz/birds_mobile.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png b/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png index 74c2939..51fd58e 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png and b/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png.webp b/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png.webp index 2dc5767..a7230f0 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png.webp and b/wp-content/themes/cosmopet/static/img/reviews/Evstigneeva.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png b/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png index 3d4cbe9..f83ba84 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png and b/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png.webp b/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png.webp index c2a64a0..e12fc38 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png.webp and b/wp-content/themes/cosmopet/static/img/reviews/Korovkina.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Popov.png b/wp-content/themes/cosmopet/static/img/reviews/Popov.png index f8155ad..3d39597 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Popov.png and b/wp-content/themes/cosmopet/static/img/reviews/Popov.png differ diff --git a/wp-content/themes/cosmopet/static/img/reviews/Popov.png.webp b/wp-content/themes/cosmopet/static/img/reviews/Popov.png.webp index 8720794..35163be 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews/Popov.png.webp and b/wp-content/themes/cosmopet/static/img/reviews/Popov.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/reviews_person-mob.png b/wp-content/themes/cosmopet/static/img/reviews_person-mob.png index f848c6b..623810e 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews_person-mob.png and b/wp-content/themes/cosmopet/static/img/reviews_person-mob.png differ diff --git a/wp-content/themes/cosmopet/static/img/reviews_person-mob.png.webp b/wp-content/themes/cosmopet/static/img/reviews_person-mob.png.webp index 4eb7679..4f6cfd9 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews_person-mob.png.webp and b/wp-content/themes/cosmopet/static/img/reviews_person-mob.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/reviews_person.png b/wp-content/themes/cosmopet/static/img/reviews_person.png index 1d15932..1e26104 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews_person.png and b/wp-content/themes/cosmopet/static/img/reviews_person.png differ diff --git a/wp-content/themes/cosmopet/static/img/reviews_person.png.webp b/wp-content/themes/cosmopet/static/img/reviews_person.png.webp index 6d01945..a6af2b4 100644 Binary files a/wp-content/themes/cosmopet/static/img/reviews_person.png.webp and b/wp-content/themes/cosmopet/static/img/reviews_person.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/ryba.png b/wp-content/themes/cosmopet/static/img/ryba.png index ec0e786..d95b7ef 100644 Binary files a/wp-content/themes/cosmopet/static/img/ryba.png and b/wp-content/themes/cosmopet/static/img/ryba.png differ diff --git a/wp-content/themes/cosmopet/static/img/ryba.png.webp b/wp-content/themes/cosmopet/static/img/ryba.png.webp index 341a8c8..81418c5 100644 Binary files a/wp-content/themes/cosmopet/static/img/ryba.png.webp and b/wp-content/themes/cosmopet/static/img/ryba.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/sphere-1.png b/wp-content/themes/cosmopet/static/img/sphere-1.png index 17fda4c..b03abbb 100644 Binary files a/wp-content/themes/cosmopet/static/img/sphere-1.png and b/wp-content/themes/cosmopet/static/img/sphere-1.png differ diff --git a/wp-content/themes/cosmopet/static/img/sphere-1.png.webp b/wp-content/themes/cosmopet/static/img/sphere-1.png.webp index a74026b..014f6d3 100644 Binary files a/wp-content/themes/cosmopet/static/img/sphere-1.png.webp and b/wp-content/themes/cosmopet/static/img/sphere-1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line1.png b/wp-content/themes/cosmopet/static/img/step_line1.png index cf54400..e25233d 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line1.png and b/wp-content/themes/cosmopet/static/img/step_line1.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line1.png.webp b/wp-content/themes/cosmopet/static/img/step_line1.png.webp index 97061cb..7596de5 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line1.png.webp and b/wp-content/themes/cosmopet/static/img/step_line1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line2.png b/wp-content/themes/cosmopet/static/img/step_line2.png index 4758d61..700f0ad 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line2.png and b/wp-content/themes/cosmopet/static/img/step_line2.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line2.png.webp b/wp-content/themes/cosmopet/static/img/step_line2.png.webp index 55a7b9e..0bef4d7 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line2.png.webp and b/wp-content/themes/cosmopet/static/img/step_line2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line3.png b/wp-content/themes/cosmopet/static/img/step_line3.png index 29acf4d..eae5389 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line3.png and b/wp-content/themes/cosmopet/static/img/step_line3.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line3.png.webp b/wp-content/themes/cosmopet/static/img/step_line3.png.webp index 24684f7..ce6f9e8 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line3.png.webp and b/wp-content/themes/cosmopet/static/img/step_line3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line4.png b/wp-content/themes/cosmopet/static/img/step_line4.png index 27a20b0..105ec00 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line4.png and b/wp-content/themes/cosmopet/static/img/step_line4.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line4.png.webp b/wp-content/themes/cosmopet/static/img/step_line4.png.webp index aec492a..2d9dba5 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line4.png.webp and b/wp-content/themes/cosmopet/static/img/step_line4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line5.png b/wp-content/themes/cosmopet/static/img/step_line5.png index dd14b72..17a477e 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line5.png and b/wp-content/themes/cosmopet/static/img/step_line5.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line5.png.webp b/wp-content/themes/cosmopet/static/img/step_line5.png.webp index 67ccdfd..0c6fd2b 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line5.png.webp and b/wp-content/themes/cosmopet/static/img/step_line5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line6.png b/wp-content/themes/cosmopet/static/img/step_line6.png index de41c2d..c65f10c 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line6.png and b/wp-content/themes/cosmopet/static/img/step_line6.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line6.png.webp b/wp-content/themes/cosmopet/static/img/step_line6.png.webp index 10c901d..dcc0701 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line6.png.webp and b/wp-content/themes/cosmopet/static/img/step_line6.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line7.png b/wp-content/themes/cosmopet/static/img/step_line7.png index de41c2d..c65f10c 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line7.png and b/wp-content/themes/cosmopet/static/img/step_line7.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line7.png.webp b/wp-content/themes/cosmopet/static/img/step_line7.png.webp index 10c901d..dcc0701 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line7.png.webp and b/wp-content/themes/cosmopet/static/img/step_line7.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/step_line8.png b/wp-content/themes/cosmopet/static/img/step_line8.png index ae3ae09..74d416c 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line8.png and b/wp-content/themes/cosmopet/static/img/step_line8.png differ diff --git a/wp-content/themes/cosmopet/static/img/step_line8.png.webp b/wp-content/themes/cosmopet/static/img/step_line8.png.webp index 94be6cc..b10d99c 100644 Binary files a/wp-content/themes/cosmopet/static/img/step_line8.png.webp and b/wp-content/themes/cosmopet/static/img/step_line8.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/steps_main_photo.png b/wp-content/themes/cosmopet/static/img/steps_main_photo.png index db3201a..e068e39 100644 Binary files a/wp-content/themes/cosmopet/static/img/steps_main_photo.png and b/wp-content/themes/cosmopet/static/img/steps_main_photo.png differ diff --git a/wp-content/themes/cosmopet/static/img/steps_main_photo.png.webp b/wp-content/themes/cosmopet/static/img/steps_main_photo.png.webp index 71b3f30..d4506ee 100644 Binary files a/wp-content/themes/cosmopet/static/img/steps_main_photo.png.webp and b/wp-content/themes/cosmopet/static/img/steps_main_photo.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/success_result1.png b/wp-content/themes/cosmopet/static/img/success_result1.png index 212a5fe..30fa203 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result1.png and b/wp-content/themes/cosmopet/static/img/success_result1.png differ diff --git a/wp-content/themes/cosmopet/static/img/success_result1.png.webp b/wp-content/themes/cosmopet/static/img/success_result1.png.webp index 91728fb..61148d1 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result1.png.webp and b/wp-content/themes/cosmopet/static/img/success_result1.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/success_result2.png b/wp-content/themes/cosmopet/static/img/success_result2.png index 1176a72..fcb1102 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result2.png and b/wp-content/themes/cosmopet/static/img/success_result2.png differ diff --git a/wp-content/themes/cosmopet/static/img/success_result2.png.webp b/wp-content/themes/cosmopet/static/img/success_result2.png.webp index 429fa27..dd62e17 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result2.png.webp and b/wp-content/themes/cosmopet/static/img/success_result2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/success_result3.png b/wp-content/themes/cosmopet/static/img/success_result3.png index d43eb3a..cca7234 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result3.png and b/wp-content/themes/cosmopet/static/img/success_result3.png differ diff --git a/wp-content/themes/cosmopet/static/img/success_result3.png.webp b/wp-content/themes/cosmopet/static/img/success_result3.png.webp index 47d725c..8636153 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result3.png.webp and b/wp-content/themes/cosmopet/static/img/success_result3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/success_result4.png b/wp-content/themes/cosmopet/static/img/success_result4.png index 858d894..f0c0df0 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result4.png and b/wp-content/themes/cosmopet/static/img/success_result4.png differ diff --git a/wp-content/themes/cosmopet/static/img/success_result4.png.webp b/wp-content/themes/cosmopet/static/img/success_result4.png.webp index 46badb7..9a0c11d 100644 Binary files a/wp-content/themes/cosmopet/static/img/success_result4.png.webp and b/wp-content/themes/cosmopet/static/img/success_result4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_error.png b/wp-content/themes/cosmopet/static/img/truth_error.png index 71d8994..cf1ffc6 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_error.png and b/wp-content/themes/cosmopet/static/img/truth_error.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_error.png.webp b/wp-content/themes/cosmopet/static/img/truth_error.png.webp index e7cb6e3..1e2ab90 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_error.png.webp and b/wp-content/themes/cosmopet/static/img/truth_error.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img2.png b/wp-content/themes/cosmopet/static/img/truth_img2.png index 639fe17..10a7af3 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img2.png and b/wp-content/themes/cosmopet/static/img/truth_img2.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img2.png.webp b/wp-content/themes/cosmopet/static/img/truth_img2.png.webp index 80b3449..62e631f 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img2.png.webp and b/wp-content/themes/cosmopet/static/img/truth_img2.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img3.png b/wp-content/themes/cosmopet/static/img/truth_img3.png index 6fa06af..f865350 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img3.png and b/wp-content/themes/cosmopet/static/img/truth_img3.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img3.png.webp b/wp-content/themes/cosmopet/static/img/truth_img3.png.webp index 666a822..d68f896 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img3.png.webp and b/wp-content/themes/cosmopet/static/img/truth_img3.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img4.png b/wp-content/themes/cosmopet/static/img/truth_img4.png index 2d2ca67..c2e526d 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img4.png and b/wp-content/themes/cosmopet/static/img/truth_img4.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img4.png.webp b/wp-content/themes/cosmopet/static/img/truth_img4.png.webp index 7874c9a..dd77f8a 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img4.png.webp and b/wp-content/themes/cosmopet/static/img/truth_img4.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img5.png b/wp-content/themes/cosmopet/static/img/truth_img5.png index d71dae6..4ca9433 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img5.png and b/wp-content/themes/cosmopet/static/img/truth_img5.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img5.png.webp b/wp-content/themes/cosmopet/static/img/truth_img5.png.webp index 5dc5120..530849c 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img5.png.webp and b/wp-content/themes/cosmopet/static/img/truth_img5.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img6.png b/wp-content/themes/cosmopet/static/img/truth_img6.png index ff9898c..ca01de2 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img6.png and b/wp-content/themes/cosmopet/static/img/truth_img6.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_img6.png.webp b/wp-content/themes/cosmopet/static/img/truth_img6.png.webp index 319f7c7..4b4881e 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_img6.png.webp and b/wp-content/themes/cosmopet/static/img/truth_img6.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_person.png b/wp-content/themes/cosmopet/static/img/truth_person.png index 8947ac3..a089516 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_person.png and b/wp-content/themes/cosmopet/static/img/truth_person.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_person.png.webp b/wp-content/themes/cosmopet/static/img/truth_person.png.webp index f7fcc2f..766c1a4 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_person.png.webp and b/wp-content/themes/cosmopet/static/img/truth_person.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/truth_succes-img.png b/wp-content/themes/cosmopet/static/img/truth_succes-img.png index 9d10b1d..e83e538 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_succes-img.png and b/wp-content/themes/cosmopet/static/img/truth_succes-img.png differ diff --git a/wp-content/themes/cosmopet/static/img/truth_succes-img.png.webp b/wp-content/themes/cosmopet/static/img/truth_succes-img.png.webp index 67fbe96..04983c4 100644 Binary files a/wp-content/themes/cosmopet/static/img/truth_succes-img.png.webp and b/wp-content/themes/cosmopet/static/img/truth_succes-img.png.webp differ diff --git a/wp-content/themes/cosmopet/static/img/yagnenok.png b/wp-content/themes/cosmopet/static/img/yagnenok.png index 2e9e216..7e43026 100644 Binary files a/wp-content/themes/cosmopet/static/img/yagnenok.png and b/wp-content/themes/cosmopet/static/img/yagnenok.png differ diff --git a/wp-content/themes/cosmopet/static/img/yagnenok.png.webp b/wp-content/themes/cosmopet/static/img/yagnenok.png.webp index afa57d5..2240ad0 100644 Binary files a/wp-content/themes/cosmopet/static/img/yagnenok.png.webp and b/wp-content/themes/cosmopet/static/img/yagnenok.png.webp differ diff --git a/wp-content/themes/cosmopet/static/js/new-front-page.js b/wp-content/themes/cosmopet/static/js/new-front-page.js index ae21c6f..100ce59 100644 --- a/wp-content/themes/cosmopet/static/js/new-front-page.js +++ b/wp-content/themes/cosmopet/static/js/new-front-page.js @@ -2,6 +2,10 @@ document.addEventListener('DOMContentLoaded', function() { // Main slider const mainSwiper = new Swiper('.main-slider', { effect: 'fade', + lazy: { + loadPrevNext: true, // Preload adjacent slides + loadOnTransitionStart: true, + }, fadeEffect: { crossFade: true }, autoplay: { delay: 5000, disableOnInteraction: false }, loop: true @@ -112,6 +116,10 @@ document.addEventListener('DOMContentLoaded', function() { 1024: { slidesPerView: 3, spaceBetween: 20 + }, + 1600: { + slidesPerView: 4, + spaceBetween: 20 } } }); @@ -208,11 +216,12 @@ document.addEventListener('DOMContentLoaded', function() { let smigSlider = new Swiper(".smiSlider", { slidesPerView: 3.3, spaceBetween: 40, + stopOnLastSlide: true, navigation: { nextEl: '.smiSlider-next', prevEl: '.smiSlider-prev' }, - breakpoints: { + breakpoints: { 300: { slidesPerView: 1.6, spaceBetween: 20, @@ -226,7 +235,7 @@ document.addEventListener('DOMContentLoaded', function() { spaceBetween: 40, }, 1400: { - slidesPerView: 2.8, + slidesPerView: 4, spaceBetween: 40, }, } @@ -246,25 +255,12 @@ document.addEventListener('DOMContentLoaded', function() { }, }); - - //productswiper - const productSwiper = new Swiper('.main-food_products-card-slider', { - effect: 'fade', - fadeEffect: { crossFade: true }, - loop: true, - pagination: { - el: '.swiper-dots', - clickable: true, - bulletClass: 'swiper-pagination-bullet', - bulletActiveClass: 'swiper-pagination-bullet-active', - }, - }); - // cosmopet x slider let cosmopetSwiper = new Swiper(".cosmopet-x__swiper", { slidesPerView: 3.3, spaceBetween: 40, + stopOnLastSlide: true, navigation: { nextEl: '.cosmopet-next', prevEl: '.cosmopet-prev' @@ -283,7 +279,7 @@ document.addEventListener('DOMContentLoaded', function() { spaceBetween: 40, }, 1400: { - slidesPerView: 2.8, + slidesPerView: 4, spaceBetween: 40, }, } @@ -372,7 +368,9 @@ document.addEventListener('DOMContentLoaded', function() { }); return instances; } - + jQuery('.main-about_banner-btn, .main-about_banner-overlay__button').on('click', function(){ + jQuery(this).closest('.main-about_banner').find('.main-about_banner-overlay').toggleClass('active') + }) }); document.addEventListener('DOMContentLoaded', function () { @@ -413,6 +411,19 @@ document.addEventListener('DOMContentLoaded', function () { } }) + jQuery('.main-food_reviews-slide-media_mini').on('click', function(){ + var main = jQuery(this).closest('.main-food_reviews-slide-media_wrap').find('.main-food_reviews-slide-media_main') + var src = jQuery(this).attr('src') + var href = jQuery(this).data('video') + if (!href){ + href = src + } + jQuery(main).attr('href', href) + jQuery(main).attr('src', src) + }) + jQuery('.main-food_reviews-slide-media_wrap').each(function(){ + jQuery(this).find('.main-food_reviews-slide-media_mini')[0].click() + }) }); diff --git a/wp-content/themes/cosmopet/templates/_pages/new-front-page.twig b/wp-content/themes/cosmopet/templates/_pages/new-front-page.twig index 33c5597..f4774e5 100644 --- a/wp-content/themes/cosmopet/templates/_pages/new-front-page.twig +++ b/wp-content/themes/cosmopet/templates/_pages/new-front-page.twig @@ -13,7 +13,7 @@О здоровье домашних животных, биотехнологиях и экологии
- -Составили гид по дозировкам для сторонников индивидуального подхода. Если вы с утра насыплете полную миску корма
- -{{ q_1.text }}
+Индейка - самый гипоаллергенный протеин для кошек и собак
{{ q_1.text_true }}
+E-protein — легкоперевариваемый энтопротеин — самый гипоаллергенный белок для питомцев из-за его особого строения. А еще такой вид протеина является новым источником белка для питомцев, поэтому риск появления аллергии на него крайне низок.
{{ q_1.text_true }}
+E-protein — легкоперевариваемый энтопротеин — самый гипоаллергенный белок для питомцев из-за его особого строения. А еще такой вид протеина является новым источником белка для питомцев, поэтому риск появления аллергии на него крайне низок.
{{ q_2.text }}
+Сухого корма недостаточно для поддержания здоровья питомца
{{q_2.text_true}} +
Качественные сухие корма специально разработаны с целью обеспечить животное белками, жирами, витаминами, минералами и другими питательными веществами, поданными в грамотной пропорции. А еще сухие гранулы полезны для зубов питомца, поскольку помогают удалить налет и зубной камень.
{{q_2.text_true}} +
Качественные сухие корма специально разработаны с целью обеспечить животное белками, жирами, витаминами, минералами и другими питательными веществами, поданными в грамотной пропорции. А еще сухие гранулы полезны для зубов питомца, поскольку помогают удалить налет и зубной камень.
{{q_3.text}}
+Переводить питомца на новый корм нужно постепенно
{{q_3.text_true}}
+Переход между двумя рационами должен происходить постепенно. Резкие изменения в рационе могут вызвать расстройство желудка. А некоторые домашние животные после таких потрясений могут окончательно потерять аппетит и начать отказываться от качественного, подходящего им корма. Классическая схема перехода занимает неделю:
{{q_3.text_true}}
+Переход между двумя рационами должен происходить постепенно. Резкие изменения в рационе могут вызвать расстройство желудка. А некоторые домашние животные после таких потрясений могут окончательно потерять аппетит и начать отказываться от качественного, подходящего им корма. Классическая схема перехода занимает неделю:
{{q_4.text}}
+Котят и щенят нельзя кормить кормом для взрослых питомцев на постоянной основе
{{q_4.text_true}}
+Корм для щенков и котят содержит больше жиров, белков и калорий. Малыши быстро растут, а повышенный метаболизм означает и высокую потребность в энергии. Поэтому если кормить щенков и котят кормом для взрослых, то им будет недоставать питательных веществ. А кормление взрослых питомцев кормом для маленьких приведет к набору веса.
{{q_4.text_true}}
+Корм для щенков и котят содержит больше жиров, белков и калорий. Малыши быстро растут, а повышенный метаболизм означает и высокую потребность в энергии. Поэтому если кормить щенков и котят кормом для взрослых, то им будет недоставать питательных веществ. А кормление взрослых питомцев кормом для маленьких приведет к набору веса.
{{q_5.text}}
+Сухой и горячий нос у питомца - симптом заболевания
{{q_5.text_true}}
+И очень распространенный миф. В действительности, сухой и горячий носик не является маркером какого-либо заболевания. А может, например, говорить о том, что питомец спит, недавно проснулся или только что очень активно играл.
+
{{promo_text}} +
Дарим промокод на первую покупку в нашем магазине 15%
-{{ fn('get_field', 'blog_text') }}
+ {% include 'blog/category-list.twig' %} +