{"id":139,"date":"2026-07-23T17:30:54","date_gmt":"2026-07-23T14:30:54","guid":{"rendered":"https:\/\/gsvaping.com\/terms-and-conditions\/"},"modified":"2026-08-22T14:04:06","modified_gmt":"2026-08-22T11:04:06","slug":"terms-and-conditions","status":"publish","type":"page","link":"https:\/\/gsvaping.com\/en\/terms-and-conditions\/","title":{"rendered":"Terms and Conditions"},"content":{"rendered":"\n<!-- GS Vaping Brand Styles (English - LTR) -->\n<style>\n\/* GS VAPING Custom Styles *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800;900&display=swap');\n@import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css');\n\n.gsv-terms-wrapper {\n    --primary-gold: #ffcd05;\n    --secondary-gold: #fcb424;\n    --gold-glow: rgba(255, 205, 5, 0.25);\n    --gold-subtle: rgba(255, 205, 5, 0.08);\n    --bg-dark: #0a0500;\n    --text-dark: #1e1912;\n    --text-muted: #646059;\n    --bg-light: #f8f9fc;\n    --card-white: #ffffff;\n    --border-color: #e5e7eb;\n    --border-gold: rgba(255, 205, 5, 0.4);\n    --danger-red: #ef4444;\n    --whatsapp-green: #25d366;\n    --font-family: 'Inter', sans-serif;\n    \n    font-family: var(--font-family);\n    direction: ltr;\n    text-align: left;\n    color: var(--text-dark);\n    line-height: 1.8;\n    background: var(--bg-light);\n    border-radius: 16px;\n    padding: 24px 16px;\n    margin: 20px 0;\n}\n\n.gsv-terms-wrapper * {\n    box-sizing: border-box;\n}\n\n\/* Banner 21+ *\/\n.gsv-age-banner {\n    background: linear-gradient(90deg, #181106 0%, #2a1f0a 50%, #181106 100%);\n    border: 1px solid var(--border-gold);\n    border-radius: 12px;\n    padding: 12px 18px;\n    color: #fef08a;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: 24px;\n    font-size: 0.95rem;\n}\n\n.gsv-badge-21 {\n    background: var(--primary-gold);\n    color: var(--bg-dark);\n    font-weight: 900;\n    padding: 2px 10px;\n    border-radius: 20px;\n    font-size: 0.85rem;\n}\n\n\/* Hero Box *\/\n.gsv-hero {\n    background: radial-gradient(circle at 50% 0%, #241b0b 0%, #0a0500 100%);\n    color: #ffffff;\n    border-radius: 16px;\n    padding: 40px 24px;\n    text-align: center;\n    margin-bottom: 30px;\n    border-bottom: 3px solid var(--primary-gold);\n}\n\n.gsv-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255, 205, 5, 0.12);\n    border: 1px solid var(--border-gold);\n    color: var(--primary-gold);\n    padding: 4px 16px;\n    border-radius: 30px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    margin-bottom: 12px;\n}\n\n.gsv-hero-title {\n    font-size: 2.4rem !important;\n    font-weight: 900 !important;\n    color: var(--primary-gold) !important;\n    margin-bottom: 12px !important;\n}\n\n.gsv-hero-desc {\n    color: #d1d5db;\n    max-width: 750px;\n    margin: 0 auto 16px;\n    font-size: 1.05rem;\n}\n\n\/* Grid Layout *\/\n.gsv-grid {\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    gap: 24px;\n}\n\n\/* Sidebar TOC *\/\n.gsv-sidebar {\n    background: #ffffff;\n    border-radius: 12px;\n    padding: 20px;\n    border: 1px solid var(--border-color);\n    position: sticky;\n    top: 20px;\n    height: fit-content;\n    z-index: 10;\n}\n\n@media (max-width: 900px) {\n    .gsv-grid {\n        grid-template-columns: 1fr;\n    }\n    .gsv-sidebar {\n        position: relative !important;\n        top: 0 !important;\n        margin-bottom: 24px;\n        z-index: 1;\n    }\n    .gsv-toc-nav {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n        gap: 8px;\n    }\n    .gsv-toc-nav a {\n        font-size: 0.82rem;\n        padding: 8px 10px;\n        background: #f9fafb;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n    }\n}\n\n.gsv-sidebar h3 {\n    font-size: 1.1rem;\n    font-weight: 800;\n    color: var(--bg-dark);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n.gsv-search-input {\n    width: 100%;\n    padding: 10px 14px;\n    border-radius: 8px;\n    border: 1px solid var(--border-color);\n    font-family: var(--font-family);\n    font-size: 0.88rem;\n    margin-bottom: 14px;\n    background: #f9fafb;\n}\n\n.gsv-search-input:focus {\n    outline: none;\n    border-color: var(--secondary-gold);\n    background: #fff;\n}\n\n.gsv-toc-nav {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n.gsv-toc-nav a {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 12px;\n    border-radius: 6px;\n    font-size: 0.9rem;\n    font-weight: 700;\n    color: #4b5563;\n    text-decoration: none;\n    transition: all 0.2s;\n}\n\n.gsv-toc-nav a:hover, .gsv-toc-nav a.active {\n    background: var(--gold-subtle);\n    color: var(--bg-dark);\n    border-left: 3px solid var(--primary-gold);\n}\n\n.gsv-toc-num {\n    background: #f3f4f6;\n    color: #374151;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.75rem;\n}\n\n\/* Cards *\/\n.gsv-cards-container {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n}\n\n.gsv-card {\n    background: #ffffff;\n    border-radius: 12px;\n    border: 1px solid var(--border-color);\n    padding: 24px;\n    transition: all 0.3s;\n}\n\n.gsv-card:hover {\n    box-shadow: 0 8px 24px rgba(10, 5, 0, 0.06);\n    border-color: rgba(255, 205, 5, 0.5);\n}\n\n.gsv-card-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 16px;\n    padding-bottom: 14px;\n    border-bottom: 1px solid #f3f4f6;\n}\n\n.gsv-card-icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.3rem;\n    background: #fffbeb;\n    color: #d97706;\n    border: 1px solid #fde68a;\n    flex-shrink: 0;\n}\n\n.gsv-card-header h2 {\n    font-size: 1.3rem !important;\n    font-weight: 800 !important;\n    color: var(--bg-dark) !important;\n    margin: 0 !important;\n}\n\n.gsv-card-num {\n    font-size: 0.75rem;\n    font-weight: 800;\n    color: var(--secondary-gold);\n    display: block;\n}\n\n.gsv-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n}\n\n.gsv-list li {\n    position: relative;\n    padding-left: 24px;\n    font-size: 0.98rem;\n}\n\n.gsv-list li::before {\n    content: '\u2726';\n    position: absolute;\n    left: 0;\n    color: var(--secondary-gold);\n    font-weight: 900;\n}\n\n\/* Alert inside card *\/\n.gsv-alert {\n    background: #fffbeb;\n    border: 1px solid #fde68a;\n    color: #92400e;\n    padding: 12px 16px;\n    border-radius: 8px;\n    margin-bottom: 14px;\n    font-size: 0.9rem;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n}\n\n.gsv-alert-danger {\n    background: #fef2f2;\n    border-color: #fecaca;\n    color: #991b1b;\n}\n\n\/* Payment & Branch Grid *\/\n.gsv-subgrid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 14px;\n    margin-top: 16px;\n}\n\n.gsv-subcard {\n    background: #f9fafb;\n    border: 1px solid #e5e7eb;\n    border-radius: 8px;\n    padding: 14px;\n}\n\n.gsv-subcard h4 {\n    font-size: 0.95rem;\n    font-weight: 800;\n    color: var(--bg-dark);\n    margin-bottom: 4px;\n}\n\n.gsv-subcard p {\n    font-size: 0.82rem;\n    color: var(--text-muted);\n    margin: 0;\n}\n\n.gsv-branch-card {\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-top: 3px solid var(--primary-gold);\n    border-radius: 8px;\n    padding: 16px;\n}\n\n.gsv-branch-card h3 {\n    font-size: 1rem;\n    font-weight: 800;\n    margin-bottom: 6px;\n    color: var(--bg-dark);\n}\n\n.gsv-btn-group {\n    display: flex;\n    gap: 6px;\n    margin-top: 10px;\n}\n\n.gsv-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    padding: 6px 12px;\n    border-radius: 6px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n}\n\n.gsv-btn-gold {\n    background: var(--primary-gold);\n    color: var(--bg-dark);\n}\n\n.gsv-btn-whatsapp {\n    background: var(--whatsapp-green);\n    color: #ffffff;\n}\n\n.gsv-hidden {\n    display: none !important;\n}\n<\/style>\n\n<!-- English Terms & Conditions Structure -->\n<div class=\"gsv-terms-wrapper\">\n\n    <!-- 21+ Age Warning Banner -->\n    <div class=\"gsv-age-banner\">\n        <span class=\"gsv-badge-21\">\ud83d\udd1e 21+<\/span>\n        <span><strong>Important Notice:<\/strong> Selling any products to individuals under the legal age (21 years) is strictly prohibited according to the laws of the State of Kuwait.<\/span>\n    <\/div>\n\n    <!-- Hero Header -->\n    <div class=\"gsv-hero\">\n        <div class=\"gsv-hero-badge\"><i class=\"fa-solid fa-scale-balanced\"><\/i> Terms of Use &#038; Shopping Agreement<\/div>\n        <h1 class=\"gsv-hero-title\">Terms &#038; Conditions<\/h1>\n        <p class=\"gsv-hero-desc\">Welcome to <strong>Gulf Service Vape (GS Vaping)<\/strong>. Your use of this website signifies your full agreement to the terms and conditions outlined below. Please read them carefully before completing any purchase.<\/p>\n    <\/div>\n\n    <!-- Content & Sidebar Grid -->\n    <div class=\"gsv-grid\">\n        \n        <!-- Sidebar Table of Contents -->\n        <aside class=\"gsv-sidebar\">\n            <h3><i class=\"fa-solid fa-list-check\" style=\"color:#fcb424;\"><\/i> Terms Index<\/h3>\n            <input type=\"text\" id=\"gsvSearch\" class=\"gsv-search-input\" placeholder=\"Search Terms &#038; Conditions...\">\n            <nav class=\"gsv-toc-nav\" id=\"gsvToc\">\n                <a href=\"#gsv-age\"><span class=\"gsv-toc-num\">1<\/span> Legal Age Terms<\/a>\n                <a href=\"#gsv-products\"><span class=\"gsv-toc-num\">2<\/span> Products &#038; Orders<\/a>\n                <a href=\"#gsv-delivery\"><span class=\"gsv-toc-num\">3<\/span> Delivery Policy<\/a>\n                <a href=\"#gsv-returns\"><span class=\"gsv-toc-num\">4<\/span> Returns &#038; Exchange<\/a>\n                <a href=\"#gsv-disclaimer\"><span class=\"gsv-toc-num\">5<\/span> Disclaimer<\/a>\n                <a href=\"#gsv-payments\"><span class=\"gsv-toc-num\">6<\/span> Payment Options<\/a>\n                <a href=\"#gsv-contact\"><span class=\"gsv-toc-num\">7<\/span> Contact Us &#038; Branches<\/a>\n            <\/nav>\n        <\/aside>\n\n        <!-- Terms Cards -->\n        <div class=\"gsv-cards-container\">\n\n            <!-- Item 1 -->\n            <section id=\"gsv-age\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\" style=\"background:#fef2f2; color:#ef4444; border-color:#fecaca;\"><i class=\"fa-solid fa-id-card\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 01<\/span>\n                        <h2>Legal Age Requirements (21+)<\/h2>\n                    <\/div>\n                <\/div>\n                <div class=\"gsv-alert\">\n                    <i class=\"fa-solid fa-circle-exclamation\"><\/i>\n                    <span><strong>Legal Age Alert:<\/strong> The displayed products are exclusively intended for adults and are subject to state regulations.<\/span>\n                <\/div>\n                <ul class=\"gsv-list\">\n                    <li>Due to the nature of our products, selling any items to individuals under the legal age of smoking (<strong>21 years<\/strong>) in the State of Kuwait is <strong>strictly prohibited<\/strong>.<\/li>\n                    <li>Delivery agents or branch staff reserve the right to request official identification (<strong>Civil ID<\/strong>) upon order delivery to verify the buyer&#8217;s age.<\/li>\n                    <li>If the buyer is found to be under the legal age, the order will be <strong>cancelled immediately<\/strong> without delivery.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Item 2 -->\n            <section id=\"gsv-products\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\"><i class=\"fa-solid fa-box-open\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 02<\/span>\n                        <h2>Products &#038; Orders<\/h2>\n                    <\/div>\n                <\/div>\n                <p>At <strong>Gulf Service Vape<\/strong>, we are committed to the highest standards of quality and transparency for all our customers:<\/p>\n                <ul class=\"gsv-list\">\n                    <li>We guarantee 100% authentic products including vape devices, disposables, e-liquids, pods, tanks, and coils.<\/li>\n                    <li>All listed prices are subject to change without prior notice.<\/li>\n                    <li>We reserve the right to refuse or cancel any order for any reason, including pricing errors or suspected fraud.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Item 3 -->\n            <section id=\"gsv-delivery\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\" style=\"background:#eff6ff; color:#2563eb; border-color:#bfdbfe;\"><i class=\"fa-solid fa-truck-fast\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 03<\/span>\n                        <h2>Delivery Policy<\/h2>\n                    <\/div>\n                <\/div>\n                <ul class=\"gsv-list\">\n                    <li>We provide fast and reliable delivery service across all areas of Kuwait to ensure your orders arrive promptly.<\/li>\n                    <li>Orders are scheduled based on order confirmation time.<\/li>\n                    <li>Customers are responsible for providing an accurate address and active phone number to prevent delivery delays.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Item 4 -->\n            <section id=\"gsv-returns\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\" style=\"background:#fff7ed; color:#ea580c; border-color:#ffedd5;\"><i class=\"fa-solid fa-rotate-left\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 04<\/span>\n                        <h2>Returns &#038; Exchange Policy<\/h2>\n                    <\/div>\n                <\/div>\n                <div class=\"gsv-alert gsv-alert-danger\">\n                    <i class=\"fa-solid fa-hand-holding-medical\"><\/i>\n                    <span><strong>Strict Health Controls:<\/strong> For health and safety reasons, our return and exchange policy is subject to strict controls.<\/span>\n                <\/div>\n                <ul class=\"gsv-list\">\n                    <li>Opened e-liquids, disposable vapes, pods, tanks, or coils <strong>cannot be returned or exchanged<\/strong> once opened or dispatched from the store, for public health reasons.<\/li>\n                    <li>The only exception is devices with a <strong>&#8220;manufacturing defect&#8221;<\/strong> preventing operation, which must be reported with the original packaging within <strong>24 hours<\/strong> of receipt.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Item 5 -->\n            <section id=\"gsv-disclaimer\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\" style=\"background:#18181b; color:#ffcd05;\"><i class=\"fa-solid fa-user-shield\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 05<\/span>\n                        <h2>Disclaimer<\/h2>\n                    <\/div>\n                <\/div>\n                <ul class=\"gsv-list\">\n                    <li>The use of vape devices and e-cigarettes is solely at the user&#8217;s responsibility.<\/li>\n                    <li>The store is not liable for product misuse or the use of incompatible chargers leading to device damage.<\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Item 6 -->\n            <section id=\"gsv-payments\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\"><i class=\"fa-solid fa-credit-card\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 06<\/span>\n                        <h2>Payment Options<\/h2>\n                    <\/div>\n                <\/div>\n                <p>To ensure a smooth experience, we provide multiple secure payment options to suit your needs:<\/p>\n                <div class=\"gsv-subgrid\">\n                    <div class=\"gsv-subcard\">\n                        <h4>\ud83d\udcb5 Cash on Delivery (COD)<\/h4>\n                        <p>Inspect your order and pay upon delivery.<\/p>\n                    <\/div>\n                    <div class=\"gsv-subcard\" style=\"background:#fffbeb; border-color:#fde68a;\">\n                        <h4>\ud83d\udcb3 K-Net<\/h4>\n                        <p>Fast and secure online debit payment for local cards in Kuwait.<\/p>\n                    <\/div>\n                    <div class=\"gsv-subcard\">\n                        <h4>\ud83d\udcb3 Credit Cards<\/h4>\n                        <p>Direct online payments accepted via Visa and Mastercard.<\/p>\n                    <\/div>\n                    <div class=\"gsv-subcard\">\n                        <h4>\u26a1 Wamd Service<\/h4>\n                        <p>Quick and convenient payment option.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Item 7 -->\n            <section id=\"gsv-contact\" class=\"gsv-card\">\n                <div class=\"gsv-card-header\">\n                    <div class=\"gsv-card-icon\"><i class=\"fa-solid fa-store\"><\/i><\/div>\n                    <div>\n                        <span class=\"gsv-card-num\">Item 07<\/span>\n                        <h2>Contact Us &#038; Branches<\/h2>\n                    <\/div>\n                <\/div>\n                <p>We are happy to answer your inquiries and provide technical support, or visit us at our authorized branches:<\/p>\n\n                <div class=\"gsv-subgrid\">\n                    <div class=\"gsv-branch-card\">\n                        <h3>\ud83d\udccd Mahboula Branch<\/h3>\n                        <p dir=\"ltr\"><strong>+965 96687597<\/strong><\/p>\n                        <div class=\"gsv-btn-group\">\n                            <a href=\"tel:+96596687597\" class=\"gsv-btn gsv-btn-gold\"><i class=\"fa-solid fa-phone\"><\/i> Call<\/a>\n                            <a href=\"https:\/\/wa.me\/96596687597\" target=\"_blank\" class=\"gsv-btn gsv-btn-whatsapp\"><i class=\"fa-brands fa-whatsapp\"><\/i> WhatsApp<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"gsv-branch-card\">\n                        <h3>\ud83d\udccd Hawally Branch<\/h3>\n                        <p dir=\"ltr\"><strong>+965 55434937<\/strong><\/p>\n                        <div class=\"gsv-btn-group\">\n                            <a href=\"tel:+96555434937\" class=\"gsv-btn gsv-btn-gold\"><i class=\"fa-solid fa-phone\"><\/i> Call<\/a>\n                            <a href=\"https:\/\/wa.me\/96555434937\" target=\"_blank\" class=\"gsv-btn gsv-btn-whatsapp\"><i class=\"fa-brands fa-whatsapp\"><\/i> WhatsApp<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"gsv-branch-card\">\n                        <h3>\ud83d\udccd Barayeh Salem Branch<\/h3>\n                        <p dir=\"ltr\"><strong>+965 66881040<\/strong><\/p>\n                        <div class=\"gsv-btn-group\">\n                            <a href=\"tel:+96566881040\" class=\"gsv-btn gsv-btn-gold\"><i class=\"fa-solid fa-phone\"><\/i> Call<\/a>\n                            <a href=\"https:\/\/wa.me\/96566881040\" target=\"_blank\" class=\"gsv-btn gsv-btn-whatsapp\"><i class=\"fa-brands fa-whatsapp\"><\/i> WhatsApp<\/a><\/div><\/div><div class=\"gsv-branch-card\"><h3>\ud83d\udccd Jabriya Branch<\/h3><p dir=\"ltr\"><strong>+965 60301058<\/strong><\/p><div class=\"gsv-btn-group\"><a href=\"tel:+96560301058\" class=\"gsv-btn gsv-btn-gold\"><i class=\"fa-solid fa-phone\"><\/i> Call<\/a><a href=\"https:\/\/wa.me\/96560301058\" target=\"_blank\" class=\"gsv-btn gsv-btn-whatsapp\"><i class=\"fa-brands fa-whatsapp\"><\/i> WhatsApp<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Instant Search Script -->\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const searchInput = document.getElementById('gsvSearch');\n    const cards = document.querySelectorAll('.gsv-card');\n\n    if (searchInput) {\n        searchInput.addEventListener('input', function(e) {\n            const query = e.target.value.trim().toLowerCase();\n            cards.forEach(card => {\n                const text = card.textContent.toLowerCase();\n                if (text.includes(query)) {\n                    card.classList.remove('gsv-hidden');\n                } else {\n                    card.classList.add('gsv-hidden');\n                }\n            });\n        });\n    }\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd1e 21+ Important Notice: Selling any products to individuals under the legal age (21 years) is strictly prohibited according to the laws of the State of Kuwait. Terms of Use &#038; Shopping Agreement Terms &#038; Conditions Welcome to Gulf Service Vape (GS Vaping). Your use of this website signifies your full agreement to the terms [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"Terms and Conditions | GSVAPING Kuwait","_seopress_titles_desc":"The terms and conditions governing purchases and use of the Gulf Service Vape online store in Kuwait.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":""},"class_list":["post-139","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/comments?post=139"}],"version-history":[{"count":5,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/139\/revisions"}],"predecessor-version":[{"id":2710,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/139\/revisions\/2710"}],"wp:attachment":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/media?parent=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}