
Petoneer Cat Laser Toy
/* =============== Petoneer Cat Laser Toy =============== */ #petoneer_cat_laser_toy { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #petoneer_cat_laser_toy ul, #petoneer_cat_laser_toy ol { list-style: none; padding-left: 0; } #petoneer_cat_laser_toy video, #petoneer_cat_laser_toy img { vertical-align: middle; } #petoneer_cat_laser_toy video { width: 100%; height: auto; } #petoneer_cat_laser_toy.xiaomi_container { max-width: 2560px; } #petoneer_cat_laser_toy .section { line-height: 1.2; } #petoneer_cat_laser_toy .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #petoneer_cat_laser_toy .font-bold { font-weight: 700; } #petoneer_cat_laser_toy .font-light { font-weight: 300; } #petoneer_cat_laser_toy .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #petoneer_cat_laser_toy .text-box.text-box--left { text-align: left; } #petoneer_cat_laser_toy .text-box--white { color: #ffffff; } #petoneer_cat_laser_toy .text-box .title, #petoneer_cat_laser_toy .text-box .desc, #petoneer_cat_laser_toy .text-box .text { display: block; } #petoneer_cat_laser_toy .text-box .title { font-size: 28px; line-height: 1.2; } #petoneer_cat_laser_toy .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #petoneer_cat_laser_toy .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #petoneer_cat_laser_toy .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #petoneer_cat_laser_toy .text-box .text.text--small { font-size: 14px; opacity: .5; } #petoneer_cat_laser_toy .video-box, #petoneer_cat_laser_toy .image-box { padding: 0 12.5%; } #petoneer_cat_laser_toy .video-box video { width: 100%; height: auto; } #petoneer_cat_laser_toy .video a, #petoneer_cat_laser_toy .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #petoneer_cat_laser_toy .video a img, #petoneer_cat_laser_toy .video .video-link img { transition: 0.3s ease-in-out transform; } #petoneer_cat_laser_toy .video a:hover img, #petoneer_cat_laser_toy .video .video-link:hover img { transform: scale(1.1); } #petoneer_cat_laser_toy .video a::after, #petoneer_cat_laser_toy .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/petoneer-cat-laser-toy/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #petoneer_cat_laser_toy .text-box { padding: 5%; } #petoneer_cat_laser_toy .text-box .title { font-size: 26px; } #petoneer_cat_laser_toy .text-box .title.title--big { font-size: 36px; } #petoneer_cat_laser_toy .video-box, #petoneer_cat_laser_toy .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .text-box .title { font-size: 22px; } #petoneer_cat_laser_toy .text-box .title.title--big { font-size: 28px; } #petoneer_cat_laser_toy .text-box .desc { font-size: 18px; margin-top: 10px; } #petoneer_cat_laser_toy .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .text-box { padding: 10% 5%; } #petoneer_cat_laser_toy .text-box .title { font-size: 20px; } #petoneer_cat_laser_toy .text-box .title.title--big { font-size: 24px; } #petoneer_cat_laser_toy .text-box .desc { font-size: 16px; } #petoneer_cat_laser_toy .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .text-box .title { font-size: 36px; } } @media (min-width: 1620px) { #petoneer_cat_laser_toy .text-box .text { padding-left: 10%; padding-right: 10%; } #petoneer_cat_laser_toy .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #petoneer_cat_laser_toy .section.section-float { position: relative; z-index: 1; height: 520px; } #petoneer_cat_laser_toy .section.section-float--big { height: 680px; } #petoneer_cat_laser_toy .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #petoneer_cat_laser_toy .section .text-box.text-box-float--left { left: 5%; } #petoneer_cat_laser_toy .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #petoneer_cat_laser_toy .section.section-float { height: 420px; } #petoneer_cat_laser_toy .section.section-float--big { height: 560px; } #petoneer_cat_laser_toy .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 450px; } #petoneer_cat_laser_toy .section .text-box.text-box-float, #petoneer_cat_laser_toy .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; } } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #petoneer_cat_laser_toy .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .section.section-float { height: 620px; } #petoneer_cat_laser_toy .section.section-float--big { height: 820px; } #petoneer_cat_laser_toy .section .text-box.text-box-float { width: 40%; } #petoneer_cat_laser_toy .section .text-box.text-box-float--left { left: 12.5%; } #petoneer_cat_laser_toy .section .text-box.text-box-float--right { width: 35%; } } @media (min-width: 1620px) { #petoneer_cat_laser_toy .section.section-float { height: 820px; } #petoneer_cat_laser_toy .section.section-float--big { height: 980px; } #petoneer_cat_laser_toy .section .text-box.text-box-float { width: 35%; } #petoneer_cat_laser_toy .section .text-box.text-box-float--right { left: 55%; } } @media (min-width: 2080px) { #petoneer_cat_laser_toy .section.section-float { height: 1080px; } #petoneer_cat_laser_toy .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #petoneer_cat_laser_toy .section-01 { position: relative; z-index: 1; } #petoneer_cat_laser_toy .section-01 .text-box { padding-bottom: 0; position: absolute; z-index: 1; width: 100%; top: 0; left: 0; } #petoneer_cat_laser_toy .section-01 .text-box img { width: 98px; margin-bottom: 30px; display: inline-block; } #petoneer_cat_laser_toy .section-01 .text-box .title { font-size: 36px; } #petoneer_cat_laser_toy .section-01 .text-box .title span { white-space: nowrap; } #petoneer_cat_laser_toy .section-01 .text-box .desc { margin-top: 5px; } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .section-01 .text-box { padding-bottom: 5%; position: static; } #petoneer_cat_laser_toy .section-01 .text-box .title { font-size: 28px; } #petoneer_cat_laser_toy .section-01 .text-box img { width: 68px; } } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .section-01 .text-box { padding: 10% 5%; } } @media only screen and (max-width: 363.98px) { #petoneer_cat_laser_toy .section-01 .text-box .title { font-size: 22px; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .section-01 .text-box .title { font-size: 42px; } } /* =============== Section 03 =============== */ #petoneer_cat_laser_toy .section-03 { background-image: url('https://media.mi-home.pl/products/petoneer-cat-laser-toy/section-03.jpg'); margin-top: -1px; position: relative; z-index: 1; height: 680px; } #petoneer_cat_laser_toy .section-03 .text-box { padding-top: 20%; padding-right: 60%; } @media (max-width: 991.98px) { #petoneer_cat_laser_toy .section-03 { height: 560px; } } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .section-03 { height: 440px; } #petoneer_cat_laser_toy .section-03 .text-box { padding-top: 15%; padding-right: 55%; } } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .section-03 { height: auto; background-size: 120% auto; background-position: bottom center; padding-bottom: 280px; } #petoneer_cat_laser_toy .section-03 .text-box { padding: 10% 5%; text-align: center; color: #191919; } } @media only screen and (max-width: 363.98px) { #petoneer_cat_laser_toy .section-03 { padding-bottom: 180px; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .section-03 { height: 780px; } } @media (min-width: 1620px) { #petoneer_cat_laser_toy .section-03 { height: 880px; } } @media (min-width: 2080px) { #petoneer_cat_laser_toy .section-03 { height: 980px; } } /* =============== Section 04 =============== */ #petoneer_cat_laser_toy .section-04 { display: flex; max-width: 1360px; margin: 0 auto; padding: 10% 5%; align-items: center; } #petoneer_cat_laser_toy .section-04 .text-box { flex: 0 0 50%; width: 50%; padding: 0; } #petoneer_cat_laser_toy .section-04 .image-wrapper { flex: 0 0 50%; width: 50%; padding-left: 15%; } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .section-04 { display: block; } #petoneer_cat_laser_toy .section-04 .text-box, #petoneer_cat_laser_toy .section-04 .image-wrapper { width: 100%; text-align: center; } #petoneer_cat_laser_toy .section-04 .text-box { padding: 10% 5%; } #petoneer_cat_laser_toy .section-04 .image-wrapper { padding: 5% 10%; } } /* =============== Section image box =============== */ #petoneer_cat_laser_toy .section .image-box-wrap { padding: 0; width: 90%; max-width: 1024px; margin: 0 auto; overflow: hidden; border-radius: 20px; } #petoneer_cat_laser_toy .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #ffffff; } #petoneer_cat_laser_toy .section .image-box--reverse { flex-direction: row-reverse; } #petoneer_cat_laser_toy .section .text-wrap, #petoneer_cat_laser_toy .section .image { width: 50%; flex: 0 0 50%; } #petoneer_cat_laser_toy .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #191919; } #petoneer_cat_laser_toy .section .text-wrap > div { width: 100%; } #petoneer_cat_laser_toy .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 0; font-weight: bold; } #petoneer_cat_laser_toy .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 15px; display: block; } @media (max-width: 991.98px) { #petoneer_cat_laser_toy .section .text-wrap .title { font-size: 18px; } #petoneer_cat_laser_toy .section .text-wrap .text { font-size: 14px; } } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .section .text-wrap { padding: 0 5%; } #petoneer_cat_laser_toy .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #petoneer_cat_laser_toy .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #petoneer_cat_laser_toy .section .text-wrap, #petoneer_cat_laser_toy .section .image { width: 100%; display: block; } #petoneer_cat_laser_toy .section .text-wrap { padding: 10% 5%; text-align: center; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .section .text-wrap { padding: 0 10%; } #petoneer_cat_laser_toy .section .text-wrap .title { font-size: 28px; } } /* =============== Section spec =============== */ #petoneer_cat_laser_toy .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #petoneer_cat_laser_toy .section-notes ul { margin: 0; padding: 0; list-style: none; } #petoneer_cat_laser_toy .section-notes ul li { color: #191919; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #petoneer_cat_laser_toy .section-notes { padding: 5%; } #petoneer_cat_laser_toy .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #petoneer_cat_laser_toy .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #petoneer_cat_laser_toy .slick-dots { bottom: 35px; } #petoneer_cat_laser_toy .slick-dots li button::before { font-size: 15px; color: #ffffff; transition: 0.3s ease-in-out opacity; font-family: 'slick'; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #petoneer_cat_laser_toy .slick-dots li.slick-active button::before, #petoneer_cat_laser_toy .slick-dots li:hover button::before { opacity: 1; } #petoneer_cat_laser_toy .slick-dotted.slick-slider { margin-bottom: 0; } #petoneer_cat_laser_toy .slick-slider > .slider-item { display: none; } #petoneer_cat_laser_toy .slick-slider > .slider-item:first-child { display: block; } #petoneer_cat_laser_toy .slick-slider .slick-dots li button { border-radius: 30px; } #petoneer_cat_laser_toy .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #petoneer_cat_laser_toy .slick-slider .slick-dots li.slick-active button, #petoneer_cat_laser_toy .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #petoneer_cat_laser_toy .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #petoneer_cat_laser_toy .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos', 'jquery'], function (AOS, $) { $(window).on('load scroll',function(){ AOS.init({ once:true }); }); } ); Petoneer Cat Laser Toy Uniknij kociej nudy Koty są z natury urodzonymi łowcami. Petoneer Play Dot został stworzony, aby pobudzić instynkt polowania u kotów, wydobywając z nich łowcę. Twoi pupile mogą od teraz świetnie się bawić, gdy zostają sami w domu. Interaktywne kocie towarzystwo może być również przyjemnym doświadczeniem dla właścicieli zwierząt. Najlepsza inteligentna zabawka. Trzymanie kota w domu sprawia, że może doskwierać mu nuda. Dlatego warto dać mu inteligentną zabawkę, która zapewni mu rozrywkę w każdej minucie. Nawet podczas nieobecności właścicieli zwierząt, kot będzie miał zapewnioną doskonałą zabawę cały dzień!
