{"id":71759,"date":"2025-03-27T11:13:34","date_gmt":"2025-03-27T09:13:34","guid":{"rendered":"https:\/\/oxoxclub-com-486310.hostingersite.com\/grazinimai\/"},"modified":"2025-10-14T13:29:55","modified_gmt":"2025-10-14T11:29:55","slug":"grazinimai","status":"publish","type":"page","link":"https:\/\/oxoxclub.com\/lt\/grazinimai\/","title":{"rendered":"Gr\u0105\u017einimai"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"71759\" class=\"elementor elementor-71759 elementor-64512\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d94958 e-con-full e-flex e-con e-parent\" data-id=\"3d94958\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4f75346 e-con-full returns-page-container e-flex e-con e-child\" data-id=\"4f75346\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9566394 elementor-widget elementor-widget-html\" data-id=\"9566394\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2>Gr\u0105\u017einimai<\/h2>\n<p>Tikim\u0117s, kad J\u016bs d\u017eiaugiat\u0117s \u012fsigytais OXOX CLUB drabu\u017eiais \u2014 ta\u010diau jei kas nors netenkina, u\u017esakym\u0105 galite gr\u0105\u017einti per 14 dien\u0173 nuo jo gavimo.<\/p>\n<p>Keli dalykai, kuriuos reik\u0117t\u0173 atsiminti:<\/p>\n<ul>\n    <li>Prek\u0117s turi b\u016bti ned\u0117v\u0117tos, neskalbtos ir originalios b\u016bkl\u0117s<\/li>\n    <li>Visos OXOX CLUB etiket\u0117s ir lipdukai turi b\u016bti nepa\u017eeisti ir pritvirtinti<\/li>\n    <li>Gr\u0105\u017einamos prek\u0117s turi b\u016bti originalioje pakuot\u0117je<\/li>\n    <li>Prek\u0117s, \u012fsigytos i\u0161 Outlet kategorijos, negali b\u016bti gr\u0105\u017einamos<\/li>\n    <\/ul>\n    <p>Deja, negal\u0117sime priimti gr\u0105\u017einim\u0173, kurie neatitinka \u0161i\u0173 reikalavim\u0173.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32ff452 elementor-widget elementor-widget-shortcode\" data-id=\"32ff452\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"order-return-container\">\n        <h2>Sekite savo u\u017esakym\u0105 ir inicijuokite gr\u0105\u017einim\u0105<\/h2>\n\n        <form id=\"order-search-form\">\n            <div class=\"order-return-search-email-name-container\">\n                <label class=\"order-return-search-email\">\n                    El. pa\u0161tas:                    <input type=\"email\" name=\"email\" required>\n                <\/label>\n\n                <label class=\"order-return-order-name\">\n                    U\u017esakymo numeris:                    <input type=\"text\" name=\"order_number\" required>\n                <\/label>\n            <\/div>\n\n            <button class=\"find-order-btn\" type=\"submit\" id=\"search-btn\">\n                Rasti u\u017esakym\u0105                <span class=\"spinner\"><\/span>\n            <\/button>\n        <\/form>\n\n        <div class=\"order-details-container\" id=\"order-details\"><\/div>\n    <\/div>\n\n    <style>\n    .order-items-li.not-returnable { \n        opacity: .6; \n    }\n    .not-returnable-note { \n        font-size: 0.9em; \n        margin-left: .5rem; \n        color: #a00; \n    }\n    <\/style>\n\n    <script>\n    document.addEventListener('submit', function(e) {\n        \/\/ Handle return submit\n        if (e.target && e.target.id === 'return-items-form') {\n            e.preventDefault();\n            let formData = new FormData(e.target);\n            let order_id = formData.get('order_id');\n            let checkedItems = document.querySelectorAll('#return-items-form input[name=\"return_items[]\"]:checked');\n            let errorContainer = document.querySelector('#id-return-items-msg');\n\n            if (checkedItems.length === 0) {\n                errorContainer.innerHTML = \"<div>Please select at least one item to return.<\/div>\";\n                return;\n            }\n\n            formData.append('order_number', order_id);\n            formData.delete('return_items[]');\n            checkedItems.forEach(input => {\n                formData.append('return_items[]', input.value);\n            });\n            formData.append('action', 'oxoxclub_send_return_request');\n\n            let submitButton = e.target.querySelector('button[type=\"submit\"]');\n            submitButton.disabled = true;\n            submitButton.querySelector('.spinner').classList.add('loading');\n\n            fetch('https:\/\/oxoxclub.com\/wp-admin\/admin-ajax.php', {\n                method: 'POST',\n                body: new URLSearchParams(formData)\n            })\n            .then(response => response.text())\n            .then(data => {\n                errorContainer.innerHTML = data;\n            })\n            .finally(() => {\n                submitButton.disabled = false;\n                submitButton.querySelector('.spinner').classList.remove('loading');\n            });\n        }\n\n        \/\/ Handle order search\n        if (e.target && e.target.id === 'order-search-form') {\n            e.preventDefault();\n            let formData = new FormData(e.target);\n            let searchButton = document.getElementById('search-btn');\n            searchButton.disabled = true;\n            searchButton.querySelector('.spinner').classList.add('loading');\n\n            fetch('https:\/\/oxoxclub.com\/wp-admin\/admin-ajax.php', {\n                method: 'POST',\n                body: new URLSearchParams({\n                    action: 'oxoxclub_find_order',\n                    email: formData.get('email'),\n                    order_number: formData.get('order_number')\n                })\n            })\n            .then(response => response.text())\n            .then(data => {\n                document.getElementById('order-details').innerHTML = data;\n            })\n            .finally(() => {\n                searchButton.disabled = false;\n                searchButton.querySelector('.spinner').classList.remove('loading');\n            });\n        }\n    });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-681b530 elementor-widget elementor-widget-html\" data-id=\"681b530\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2>Pra\u0161ome si\u0173sti gr\u0105\u017einim\u0105 \u0161iuo adresu:<\/h2>\r\n\r\n<div class=\"address-container\">\r\n<div>OXOX CLUB<\/div>\r\n<div>Brastos g. 8A<\/div>\r\n<div>Kaunas, LT-47185<\/div>\r\n<div>Lietuva<\/div>\r\n<div>\ud83d\udcde <a href=\"tel:+37068779490\">+370 687 79490<\/a><\/div>\r\n<\/div>\r\n\r\n<p>Arba galite gr\u0105\u017einti prekes per Omniva savitarnos terminal\u0105. Paspauskite ant nuorodos ir prad\u0117kite gr\u0105\u017einim\u0105: <a href=\"https:\/\/grazinimai.omniva.lt\/parduotuves\/oxoxclub-com\" target=\"_blank\" rel=\"noopener\">https:\/\/grazinimai.omniva.lt\/parduotuves\/oxoxclub-com<\/a>\r\n<p>Gr\u0105\u017einimo kaina: \u20ac2.00<\/p>\r\n\r\n\r\nGr\u0105\u017einimo i\u0161laidos n\u0117ra gr\u0105\u017einamos. J\u016bs esate atsakingi u\u017e gr\u0105\u017einimo siuntimo i\u0161laidas.<\/p>\r\n\r\n<p>Jei padar\u0117me klaid\u0105 J\u016bs\u0173 u\u017esakyme, mielai padengsime gr\u0105\u017einimo siuntimo i\u0161laidas. Tiesiog para\u0161ykite mums <a href=\"mailto:hello@oxoxclub.com\">hello@oxoxclub.com<\/a>, ir viskuo pasir\u016bpinsime.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d83c599 elementor-widget elementor-widget-html\" data-id=\"d83c599\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2>Keitimai<\/h2>\r\n\r\n<p>\u0160iuo metu tiesioginio preki\u0173 keitimo neatliekame. Jei norite kito dyd\u017eio ar modelio, papras\u010diausiai gr\u0105\u017einkite turim\u0105 prek\u0119 ir pateikite nauj\u0105 u\u017esakym\u0105 norimai prekei.<\/p>\r\n\r\n<p>Turite klausim\u0173?<\/p>\r\n\r\n<p>Susisiekite su mumis \u2014 <a href=\"mailto:hello@oxoxclub.com\">hello@oxoxclub.com<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Gr\u0105\u017einimai Tikim\u0117s, kad J\u016bs d\u017eiaugiat\u0117s \u012fsigytais OXOX CLUB drabu\u017eiais \u2014 ta\u010diau jei kas nors netenkina, u\u017esakym\u0105 galite gr\u0105\u017einti per 14 dien\u0173 nuo jo gavimo. Keli dalykai, kuriuos reik\u0117t\u0173 atsiminti: Prek\u0117s turi b\u016bti ned\u0117v\u0117tos, neskalbtos ir originalios b\u016bkl\u0117s Visos OXOX CLUB etiket\u0117s ir lipdukai turi b\u016bti nepa\u017eeisti ir pritvirtinti Gr\u0105\u017einamos prek\u0117s turi b\u016bti originalioje pakuot\u0117je Prek\u0117s, [&hellip;]<\/p>\n","protected":false},"author":498,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-71759","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.11 (Yoast SEO v24.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Gr\u0105\u017einimai - OXOX<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/oxoxclub.com\/lt\/grazinimai\/\" \/>\n<meta property=\"og:locale\" content=\"lt_LT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gr\u0105\u017einimai\" \/>\n<meta property=\"og:description\" content=\"Gr\u0105\u017einimai Tikim\u0117s, kad J\u016bs d\u017eiaugiat\u0117s \u012fsigytais OXOX CLUB drabu\u017eiais \u2014 ta\u010diau jei kas nors netenkina, u\u017esakym\u0105 galite gr\u0105\u017einti per 14 dien\u0173 nuo jo gavimo. Keli dalykai, kuriuos reik\u0117t\u0173 atsiminti: Prek\u0117s turi b\u016bti ned\u0117v\u0117tos, neskalbtos ir originalios b\u016bkl\u0117s Visos OXOX CLUB etiket\u0117s ir lipdukai turi b\u016bti nepa\u017eeisti ir pritvirtinti Gr\u0105\u017einamos prek\u0117s turi b\u016bti originalioje pakuot\u0117je Prek\u0117s, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oxoxclub.com\/lt\/grazinimai\/\" \/>\n<meta property=\"og:site_name\" content=\"OXOX\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/oxoxclub\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T11:29:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/oxoxclub.com\/wp-content\/uploads\/new-oxoxclub-blue-logo-tiny.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1605\" \/>\n\t<meta property=\"og:image:height\" content=\"1161\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minut\u0117s\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/oxoxclub.com\/lt\/grazinimai\/\",\"url\":\"https:\/\/oxoxclub.com\/lt\/grazinimai\/\",\"name\":\"Gr\u0105\u017einimai - OXOX\",\"isPartOf\":{\"@id\":\"https:\/\/oxoxclub.com\/lt\/#website\"},\"datePublished\":\"2025-03-27T09:13:34+00:00\",\"dateModified\":\"2025-10-14T11:29:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/oxoxclub.com\/lt\/grazinimai\/#breadcrumb\"},\"inLanguage\":\"lt-LT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/oxoxclub.com\/lt\/grazinimai\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/oxoxclub.com\/lt\/grazinimai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/oxoxclub.com\/lt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gr\u0105\u017einimai\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/oxoxclub.com\/lt\/#website\",\"url\":\"https:\/\/oxoxclub.com\/lt\/\",\"name\":\"OXOX CLUB\",\"description\":\"On a mission of never growing up\",\"publisher\":{\"@id\":\"https:\/\/oxoxclub.com\/lt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/oxoxclub.com\/lt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"lt-LT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/oxoxclub.com\/lt\/#organization\",\"name\":\"OXOX CLUB\",\"url\":\"https:\/\/oxoxclub.com\/lt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"lt-LT\",\"@id\":\"https:\/\/oxoxclub.com\/lt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/oxoxclub.com\/wp-content\/uploads\/oxox-logo-in-blue-4.png\",\"contentUrl\":\"https:\/\/oxoxclub.com\/wp-content\/uploads\/oxox-logo-in-blue-4.png\",\"width\":414,\"height\":300,\"caption\":\"OXOX CLUB\"},\"image\":{\"@id\":\"https:\/\/oxoxclub.com\/lt\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/oxoxclub\/\",\"https:\/\/www.instagram.com\/oxoxclub\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gr\u0105\u017einimai - OXOX","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/oxoxclub.com\/lt\/grazinimai\/","og_locale":"lt_LT","og_type":"article","og_title":"Gr\u0105\u017einimai","og_description":"Gr\u0105\u017einimai Tikim\u0117s, kad J\u016bs d\u017eiaugiat\u0117s \u012fsigytais OXOX CLUB drabu\u017eiais \u2014 ta\u010diau jei kas nors netenkina, u\u017esakym\u0105 galite gr\u0105\u017einti per 14 dien\u0173 nuo jo gavimo. Keli dalykai, kuriuos reik\u0117t\u0173 atsiminti: Prek\u0117s turi b\u016bti ned\u0117v\u0117tos, neskalbtos ir originalios b\u016bkl\u0117s Visos OXOX CLUB etiket\u0117s ir lipdukai turi b\u016bti nepa\u017eeisti ir pritvirtinti Gr\u0105\u017einamos prek\u0117s turi b\u016bti originalioje pakuot\u0117je Prek\u0117s, [&hellip;]","og_url":"https:\/\/oxoxclub.com\/lt\/grazinimai\/","og_site_name":"OXOX","article_publisher":"https:\/\/facebook.com\/oxoxclub\/","article_modified_time":"2025-10-14T11:29:55+00:00","og_image":[{"width":1605,"height":1161,"url":"https:\/\/oxoxclub.com\/wp-content\/uploads\/new-oxoxclub-blue-logo-tiny.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minut\u0117s"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/oxoxclub.com\/lt\/grazinimai\/","url":"https:\/\/oxoxclub.com\/lt\/grazinimai\/","name":"Gr\u0105\u017einimai - OXOX","isPartOf":{"@id":"https:\/\/oxoxclub.com\/lt\/#website"},"datePublished":"2025-03-27T09:13:34+00:00","dateModified":"2025-10-14T11:29:55+00:00","breadcrumb":{"@id":"https:\/\/oxoxclub.com\/lt\/grazinimai\/#breadcrumb"},"inLanguage":"lt-LT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oxoxclub.com\/lt\/grazinimai\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/oxoxclub.com\/lt\/grazinimai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oxoxclub.com\/lt\/"},{"@type":"ListItem","position":2,"name":"Gr\u0105\u017einimai"}]},{"@type":"WebSite","@id":"https:\/\/oxoxclub.com\/lt\/#website","url":"https:\/\/oxoxclub.com\/lt\/","name":"OXOX CLUB","description":"On a mission of never growing up","publisher":{"@id":"https:\/\/oxoxclub.com\/lt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oxoxclub.com\/lt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"lt-LT"},{"@type":"Organization","@id":"https:\/\/oxoxclub.com\/lt\/#organization","name":"OXOX CLUB","url":"https:\/\/oxoxclub.com\/lt\/","logo":{"@type":"ImageObject","inLanguage":"lt-LT","@id":"https:\/\/oxoxclub.com\/lt\/#\/schema\/logo\/image\/","url":"https:\/\/oxoxclub.com\/wp-content\/uploads\/oxox-logo-in-blue-4.png","contentUrl":"https:\/\/oxoxclub.com\/wp-content\/uploads\/oxox-logo-in-blue-4.png","width":414,"height":300,"caption":"OXOX CLUB"},"image":{"@id":"https:\/\/oxoxclub.com\/lt\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/oxoxclub\/","https:\/\/www.instagram.com\/oxoxclub\/"]}]}},"_links":{"self":[{"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/pages\/71759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/users\/498"}],"replies":[{"embeddable":true,"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/comments?post=71759"}],"version-history":[{"count":34,"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/pages\/71759\/revisions"}],"predecessor-version":[{"id":74646,"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/pages\/71759\/revisions\/74646"}],"wp:attachment":[{"href":"https:\/\/oxoxclub.com\/lt\/wp-json\/wp\/v2\/media?parent=71759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}