{"product_id":"aniket-test-vibration-test","title":"aniket test- vibration test","description":"\u003c!-- slider code --\u003e\n\u003csection class=\"highlights-wrapper\"\u003e\n  \u003csection class=\"get-highlights py-2 md:py-2\"\u003e\n    \u003cdiv class=\"max-w-[1600px] mx-auto px-4\"\u003e\n\n      \u003c!-- Swiper --\u003e\n      \u003cdiv class=\"swiper get-highlights-slider relative\"\u003e\n\n        \u003cdiv class=\"swiper-wrapper\"\u003e\n\n          \u003c!-- Slide 1 --\u003e\n          \u003cdiv class=\"swiper-slide\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-6.webp?v=1778482554\" alt=\"Highlight 1\"\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Slide 2 --\u003e\n          \u003cdiv class=\"swiper-slide\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-2.webp?v=1778482553\" alt=\"Highlight 2\"\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Slide 3 --\u003e\n          \u003cdiv class=\"swiper-slide\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-1.webp?v=1778482553\" alt=\"Highlight 3\"\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Slide 4 --\u003e\n          \u003cdiv class=\"swiper-slide\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-3.webp?v=1778482553\" alt=\"Highlight 4\"\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Slide 5 --\u003e\n          \u003cdiv class=\"swiper-slide\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-4.webp?v=1778482553\" alt=\"Highlight 5\"\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Pagination --\u003e\n        \u003cdiv class=\"swiper-pagination\"\u003e\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/section\u003e\n\n\u003c!-- Swiper CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\u003e\n\n\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n\n  \/* OUTER WRAPPER *\/\n  .highlights-wrapper{\n    padding: 0 35px;\n    background: #281907;\n  }\n\n  \/* MOBILE PADDING FIX *\/\n  @media screen and (max-width: 767px){\n    .highlights-wrapper{\n      padding: 0 10px;\n    }\n  }\n\n  \/* MAIN SECTION *\/\n  .get-highlights{\n    position: relative;\n    overflow: hidden;\n    background-color: #281907;\n    padding: 0;\n  }\n\n  \/* SLIDE *\/\n  .get-highlights-slider .swiper-slide{\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 16px;\n    overflow: hidden;\n\n    opacity: 0.25;\n    transform: scale(0.92);\n    transition: all 0.5s ease;\n  }\n\n  \/* ACTIVE SLIDE *\/\n  .get-highlights-slider .swiper-slide-active{\n    opacity: 1;\n    transform: scale(1);\n    z-index: 2;\n  }\n\n  \/* SIDE SLIDES *\/\n  .get-highlights-slider .swiper-slide-prev,\n  .get-highlights-slider .swiper-slide-next{\n    opacity: 0.45;\n    transform: scale(0.95);\n  }\n\n  \/* IMAGE *\/\n  .get-highlights-slider .swiper-slide img{\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 16px;\n    background-color: #281907;\n  }\n\n  \/* PAGINATION *\/\n  .swiper-pagination{\n    margin-top: 18px;\n    position: relative;\n  }\n\n  .swiper-pagination-bullet{\n    background: #ffffff !important;\n    opacity: 0.5;\n    width: 8px !important;\n    height: 8px !important;\n  }\n\n  .swiper-pagination-bullet-active{\n    opacity: 1 !important;\n    background: #b6ee15 !important;\n  }\n\n  \/* MOBILE OPTIMIZATION *\/\n  @media screen and (max-width: 767px){\n\n    .get-highlights-slider .swiper-slide{\n      opacity: 0.45;\n      transform: scale(0.92);\n    }\n\n    .get-highlights-slider .swiper-slide-active{\n      opacity: 1;\n      transform: scale(1);\n    }\n\n    .get-highlights-slider .swiper-slide img{\n      border-radius: 14px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  new Swiper(\".get-highlights-slider\", {\n\n    \/* Infinite Loop *\/\n    loop: true,\n\n    \/* Center Active Slide *\/\n    centeredSlides: true,\n\n    \/* Animation *\/\n    speed: 800,\n\n    \/* Gap *\/\n    spaceBetween: 20,\n\n    \/* Auto Play *\/\n    autoplay: {\n      delay: 3000,\n      disableOnInteraction: false,\n    },\n\n    \/* Pagination *\/\n    pagination: {\n      el: \".swiper-pagination\",\n      clickable: true,\n    },\n\n    \/* Responsive *\/\n    breakpoints: {\n\n      \/* Small Mobile *\/\n      320: {\n        slidesPerView: 1.08,\n        spaceBetween: 10,\n      },\n\n      \/* Large Mobile *\/\n      480: {\n        slidesPerView: 1.15,\n        spaceBetween: 12,\n      },\n\n      \/* Tablet *\/\n      768: {\n        slidesPerView: 2,\n        spaceBetween: 20,\n      },\n\n      \/* Desktop *\/\n      1024: {\n        slidesPerView: 2.4,\n        spaceBetween: 20,\n      },\n\n      \/* Large Desktop *\/\n      1400: {\n        slidesPerView: 2.6,\n        spaceBetween: 25,\n      }\n\n    }\n\n  });\n\n});\n\n\u003c\/script\u003e","brand":"ACwO","offers":[{"title":"Default Title","offer_id":53488791781694,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"url":"https:\/\/acwo.com\/products\/aniket-test-vibration-test","provider":"ACwO","version":"1.0","type":"link"}