window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); var _paq = _paq || []; var _paq = _paq || [] _paq.push(['trackEvent', 'product', 'visit', '81506']); var ecomCardData = {"81506":{"brand":"SmallRig","category":"\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \/ \u0424\u043e\u0442\u043e\/\u0432\u0438\u0434\u0435\u043e \/ \u041e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u0441\u044a\u0435\u043c\u043a\u0438 \/ \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u043e\u043f\u0442\u0438\u043a\u0430 \/ \u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"}}; var ecomDetailData = {"id":"81506","name":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440 SmallRig Attachable CPL 67\u043c\u043c","price":3990,"brand":"SmallRig","category":"\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \/ \u0424\u043e\u0442\u043e\/\u0432\u0438\u0434\u0435\u043e \/ \u041e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u0441\u044a\u0435\u043c\u043a\u0438 \/ \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u043e\u043f\u0442\u0438\u043a\u0430 \/ \u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"}; window.ecommerceProductsData = Object.assign(window.ecommerceProductsData || {}, ecomCardData); var ecomViewAttempts = 0; var ecomViewTimer = setInterval(function() { ecomViewAttempts++; if (window.EcomDL) { clearInterval(ecomViewTimer); ecomViewTimer = null; window.EcomDL.viewProduct(ecomDetailData); } else if (ecomViewAttempts >= 50) { clearInterval(ecomViewTimer); ecomViewTimer = null; console.warn('EcomDL не загрузился, detail не отправлен'); } }, 100);

Светофильтр SmallRig Attachable CPL 67мм

Артикул: 81506
$(document).on('change', 'input[type="checkbox"].related_product_checkbox_field', function () { let sum = 0; $('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) { sum = sum + parseInt($(e).data('price')); }); $('#related_total_amount').text(sum.toLocaleString()); }); $(document).on('click', '.related_product_container .black_btn', function () { //e.preventDefault(); $('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) { var btn = $('.related_product_container .black_btn'); var cont = $('.related_product_container'); $(e).prop('checked', false); $.ajax({ type: "POST", url: "/cart/add/", data: { product_id: $(e).data('product-id'), quantity: 1 }, beforeSend: function () { btn.addClass('processing'); cont.addClass('white-fade'); }, success: function (response) { console.log(response) if (response.hasOwnProperty("data")) { updateCartRelated(response.data) } else { alert(response.errors) } }, complete: function () { btn.removeClass('processing'); cont.removeClass('white-fade'); } }); }); }); function updateCartRelated(data) { $("#cart_header .cart-total").html(data.total.replace(/[^0-9 ]/gi, '')); let el = $('.header_list--cart .header_product[data-id="' + data.item_id + '"]').find('.multiplier'); el.data('data-count', parseInt(el.attr('data-count')) + 1).html('(' +el.attr('data-count') + ' шт)'); $('.header_action_counter--cart').html(data.count) if (data.count == 0) { $(".cart-total").empty(); $('.header_action_counter--cart').empty().hide(); $(".cart-total span:first").attr('data-total', 0); } }
3 990
+ 117
Бонусных рублей

Бонусные рубли

1 бонус = 1 рубль.

Бонусы начисляются через 3 дня после покупки и становятся доступными для списания через 2 недели.
Оплачивайте до 50% новых покупок накопленными бонусами!

Сумма бонусных рублей может меняться в зависимости от скидок и акций на товар.

Для ИП, Юридических лиц и НКО бонусные рубли начисляются с понижающим коэффициентом

Узнать больше о бонусных рублях
Кредит от 598 ₽/мес
Включая НДС 5%
Наличие на складах:
Центральный — 5 шт.

С центрального склада все товары доступны к быстрому самовывозу и доставке. Все расчетные сроки доставки на сайте указаны с Центрального склада

Оплата заказа при получении

Доставим быстро

var country_town = localStorage.getItem('formStorage'); var date = new Date(); let compare_location = ''; var obj_town = obj_town || JSON.parse(country_town); if (obj_town !== "undefined" && obj_town !== null) { compare_location = obj_town.user_region; } else { compare_location = Cookies.get('city-choose-full') } if (compare_location == 'Россия, Москва' && date.getHours() < 12) { $("#updateDelivery span").html("Доставим сегодня"); } else { $("#updateDelivery span").html("Доставим быстро"); }
Гарантия:
12 месяцев
Светофильтр SmallRig Attachable CPL 67мм
3 990

CPL фильтр

Магнитный CPL-фильтр — это инструмент для уменьшения отражений и повышения четкости изображения. Этот фильтр позволяет увеличить насыщенность цвета, уменьшить блики и улучшить контрастность фотографий. Путем простого поворота фильтра можно эффективно устранить нежелательные отражения при съемке, что делает его незаменимым аксессуаром для съёмки пейзажа


Высококачественные материалы изготовления

Благодаря усовершенствованному многослойному антибликовому покрытию, фильтр повышает прозрачность и защищает линзу, что позволяет добиться многослойной ясности. Точная обработка на станке с ЧПУ минимизирует виньетирование, сохраняя при этом компактность и легкость конструкции

Универсальное использование

Фильтр оснащен двойным магнитным креплением, а также адаптером с резьбой, обеспечивающим быструю, надежную и безопасную замену аксессуара. Универсальные адаптеры позволяют использовать фильтр как со смартфонами, так и с объективом камеры, что делает его универсальным решением

Комплектация:
  • светофильтр
  • магнитный адаптер 67мм
  • салфетка
  • кейс
Комплектация
Характеристики
  • Вид светофильтра CPL (круговой поляризационный)
  • Вес самого товара без установленных дополнений/аксессуаров и упаковки
  • Вес без упаковки 16 г
  • Диаметр светофильтра 67 мм
  • Магнитное крепление Да
  • Артикул производителя 4582
  • Габаритные размеры самого товара без установленных аксессуаров
  • Габариты 70 × 70 × 5 мм
  • Особенности конструкции магнитное крепление
  • Гарантия 12 месяцев
  • Вес товара с упаковкой от производителя
  • Вес с упаковкой 68 г
  • Похожие товары
    188 бонусов
    6 990

    Светофильтр Freewell Sherpa VND 1-5 stop

    Предзаказ
    Добавить в сравнение
    140 бонусов
    5 390

    Светофильтр SmallRig MagEase Magnetic ND2-32 (1-5 Stop) 52мм

    В наличии: 2 шт.
    Добавить в сравнение
    335 бонусов
    12 990

    Комплект светофильтров SmallRig 5-in-1 Attachable Kit VND + CPL + Black Mist 67мм

    В наличии: 3 шт.
    Добавить в сравнение
    147 бонусов
    5 990

    Светофильтр SmallRig 5169 Magnetic ND64-400 67мм

    В наличии: 1 шт.
    Добавить в сравнение
    302 бонуса
    11 990

    Комплект светофильтров Tilta Khronos Magnetic FSND Filter Kit Серый

    Предзаказ
    Добавить в сравнение
    193 бонуса
    8 890

    Комплект светофильтров Freewell Sherpa ND Kit для Samsung Galaxy S23 Ultra (4шт)

    Предзаказ
    Добавить в сравнение
    64 бонуса
    2 590

    Светофильтр SmallRig MagEase Magnetic CPL 52мм

    В наличии: 2 шт.
    Добавить в сравнение
    97 бонусов
    3 290

    Светофильтр Apexel ND2-400 67мм для смартфона

    В наличии: 1 шт.
    Добавить в сравнение
    gtag('event', 'view_item_list', { "send_to": "UA-32432488-1", "ecomm_pagetype": "Главная", "items": [ { "id": 28965, "name": "Светофильтр Freewell Sherpa VND 1-5 stop", "list_name": "Главная" }, { "id": 29873, "name": "Светофильтр SmallRig MagEase Magnetic ND2-32 (1-5 Stop) 52мм", "list_name": "Главная" }, { "id": 82089, "name": "Комплект светофильтров SmallRig 5-in-1 Attachable Kit VND + CPL + Black Mist 67мм", "list_name": "Главная" }, { "id": 84437, "name": "Светофильтр SmallRig 5169 Magnetic ND64-400 67мм", "list_name": "Главная" }, { "id": 84142, "name": "Комплект светофильтров Tilta Khronos Magnetic FSND Filter Kit Серый", "list_name": "Главная" }, { "id": 29622, "name": "Комплект светофильтров Freewell Sherpa ND Kit для Samsung Galaxy S23 Ultra (4шт)", "list_name": "Главная" }, { "id": 29869, "name": "Светофильтр SmallRig MagEase Magnetic CPL 52мм", "list_name": "Главная" }, { "id": 83722, "name": "Светофильтр Apexel ND2-400 67мм для смартфона", "list_name": "Главная" }, ] }); $(".goods .goods_row a").click( function(e) { gtag('event', 'select_content', { "content_type": "product", "send_to": "UA-32432488-1", "ecomm_prodid": $(this).data("uidgood"), "ecomm_totalvalue": $(this).data("pricegood"), "items": [ { "id": $(this).data("uidgood"), "name": $(this).data("namegood"), "list_name": "Главная", "ecomm_pagetype": "Главная", } ] }); } ); $('.lazy').lazy( { beforeLoad: function (element) { $(element).on("error", function () { $(element).addClass('no-image'); }); }, afterLoad: function(element) { $(element).closest('.float-left.first').find('.productShimmerLoader').hide(); }, onError: function(element) { $(element).attr("src",'/wa-content/img/design/themes/thumbs_no_image.png'); $(element).addClass('no-image'); $(element).closest('.float-left.first').find('.productShimmerLoader').hide() } }); $('.item_action_block .item_like').off('click').on('click', function() { let productId = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pid'); let productPrice = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pprice'); if (productId == undefined) { productId = $(this).closest('.item_action').find('input[type="hidden"][name="product_id"]').val(); productPrice = parseInt($(this).closest('.item_desc').find('.price .current').text()); } console.log(productId + ' - '+ productPrice) var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: productPrice, goal: 'addtofavorites', params: { product_id: productId } }); var _tmr = window._tmr || (window._tmr = []); _tmr.push({ type: 'reachGoal', id: 3245403, value: productPrice, goal: 'add_to_wishlist', params: { product_id: productId } }); }); var ecomListData = {"28965":{"brand":"Freewell","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"29622":{"brand":"Freewell","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"29869":{"brand":"SmallRig","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"29873":{"brand":"SmallRig","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"82089":{"brand":"SmallRig","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"83722":{"brand":"Apexel","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"84142":{"brand":"Tilta","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"},"84437":{"brand":"SmallRig","category":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440\u044b \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430"}}; window.ecommerceProductsData = Object.assign(window.ecommerceProductsData || {}, ecomListData);

    Удалённый склад

    Вы добавили товар с удаленного склада. Это значит, что на доставку такого товара потребуется на 3-5 дней больше чем расчетное время доставки в корзине
    var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: '3990.0000', goal: 'prosmotrel_kartochku_tovara', params: { product_id: '81506' } }); $('.product_action--like').off('click').on('click', function() { var _tmr = window._tmr || (window._tmr = []) _tmr.push({ type: 'reachGoal', id: 3325343, value: '3990.0000', goal: 'addtofavorites', params: { product_id: '81506' } }); var _tmr = window._tmr || (window._tmr = []); _tmr.push({ type: 'reachGoal', id: 3245403, value: '3990.0000', goal: 'add_to_wishlist', params: { product_id: '81506' } }); }); var _tmr = window._tmr || (window._tmr = []); _tmr.push({ type: "reachGoal", id: 3245403, value: "3990.0000", goal: "viewProduct", params: { product_id: "81506" } });
    gtag('event', 'view_item', { "send_to": "UA-32432488-1", "ecomm_prodid": "81506", "ecomm_pagetype": "product", "ecomm_totalvalue": '3990.0000', "items": [ { "id": "81506", "name": "Светофильтр SmallRig Attachable CPL 67мм", "price": '3990.0000' } ] }); window.vkAsyncInit = function() { if (typeof VK === 'undefined' || !VK.Retargeting) { return; } VK.Retargeting.Init('VK-RTRG-1347429-hq2AP'); const eventParams = { "products" : [{"id":"81506"}], }; VK.Retargeting.ProductEvent(240231, "view_product", eventParams); }
    $(function() { $(window).scroll(function() { if($(this).scrollTop() != 0) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } }); $('#toTop').click(function() { $('body,html').animate({scrollTop:0},800); }); }); $(function() { (function waitCityStorage() { if (typeof CityStorage === 'undefined') { setTimeout(waitCityStorage, 50); return; } var cityName = CityStorage.getCityName(); if (cityName) { var $label = $('.geo_loc a span.underline'); if ($label.length) { $label.find('span').first().text(cityName); } else { var attempts = 0; var interval = setInterval(function() { var $label = $('.geo_loc a span.underline'); if ($label.length) { $label.find('span').first().text(cityName); clearInterval(interval); } else if (++attempts >= 20) { clearInterval(interval); } }, 100); } } })(); }); jQuery(document).ready(function($) { $.quickorder.locale='ru_RU'; $.quickorder.aftercallback=''; $.quickorder.features={"79883":{"id":"79883","name":""}}; }); $(document).ready(function () { $("#search").searchautocomplete({"serviceUrl":"\/search\/autocomplete\/","minChars":1000}); }); var arrived_ignore_stock_count = 1; $.itemsetsFrontend.init(); (function() { return new Promise(function (resolve, reject) { var s; s = document.createElement('script'); s.src = '/wa-apps/shop/plugins/itemsets/js/itemsetsFrontendLocaleOriginal.js'; s.onload = resolve; s.onerror = reject; document.body.appendChild(s); }) })() new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/review/js/product_review_plugin.js?1753457880",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/review/js/reviews_and_qnas.js?1753457880",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/qna/js/product_qna_plugin.js?1753457880",r.onload=e,r.onerror=n,document.head.appendChild(r)}); new Promise(function(e,n){var r;(r=document.createElement("script")).src="/wa-apps/shop/plugins/consent/js/consent.js?1753457880",r.onload=e,r.onerror=n,document.head.appendChild(r)}); var fired = false; $(document).ready(() => { console.log('------------------TRIGGER') if (fired === false) { fired = true; var asyncLoadScripts = window.setTimeout(() => { $.ajax({ type: "GET", url: "/async/", async:true, cache: true, data: { main_action : 'product', ulk : '1', yandexsale : '', canonical : 'https://kinostore.ru/product/81506/', mainPage : 'https://kinostore.ru', ref : '', config : '{"opt":null,"vk_api_id":4387331,"now":"?1753457880"}', cart_code : '', user_id : '', product : '{"id":"81506","name":"\u0421\u0432\u0435\u0442\u043e\u0444\u0438\u043b\u044c\u0442\u0440 SmallRig Attachable CPL 67\u043c\u043c","price":"3990.0000"}', }, success: function(html){ $("body").append(html); } }); }, 100) } }); _tmr.push({ id: '3160374', type: 'reachGoal', goal: 'order' }); window.vkAsyncInit = function() { VK.Retargeting.Init('VK-RTRG-1347429-hq2AP'); const eventParams = { "products" : [], "total_price" : "" }; VK.Retargeting.ProductEvent(240231, "purchase", eventParams); }