{"id":158,"date":"2026-07-25T21:27:34","date_gmt":"2026-07-25T18:27:34","guid":{"rendered":"https:\/\/gsvaping.com\/shipping-delivery-en\/"},"modified":"2026-07-25T21:31:08","modified_gmt":"2026-07-25T18:31:08","slug":"shipping-delivery","status":"publish","type":"page","link":"https:\/\/gsvaping.com\/en\/shipping-delivery\/","title":{"rendered":"Shipping &#038; Delivery"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap');\n\n.gsv-shipping-container-en {\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n    direction: ltr;\n    text-align: left;\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 15px 10px;\n    color: #1e293b;\n    box-sizing: border-box;\n}\n\n.gsv-shipping-container-en * {\n    box-sizing: border-box;\n}\n\n\/* Header Banner - GS Vaping Dark Gold Brand *\/\n.gsv-shipping-hero-en {\n    background: linear-gradient(135deg, #0a0d14 0%, #161c2a 50%, #0f1420 100%);\n    color: #ffffff;\n    border-radius: 20px;\n    padding: 50px 35px;\n    text-align: center;\n    margin-bottom: 30px;\n    box-shadow: 0 15px 35px rgba(10, 13, 20, 0.2);\n    position: relative;\n    overflow: hidden;\n    border: 1px solid rgba(245, 158, 11, 0.2);\n}\n\n.gsv-shipping-hero-en::before {\n    content: '';\n    position: absolute;\n    top: -40%;\n    left: -10%;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(0,0,0,0) 70%);\n    border-radius: 50%;\n    pointer-events: none;\n}\n\n.gsv-shipping-hero-en::after {\n    content: '';\n    position: absolute;\n    bottom: -40%;\n    right: -10%;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(217, 119, 6, 0.12) 0%, rgba(0,0,0,0) 70%);\n    border-radius: 50%;\n    pointer-events: none;\n}\n\n.gsv-brand-tag-en {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: linear-gradient(90deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.1) 100%);\n    border: 1px solid rgba(245, 158, 11, 0.4);\n    color: #fbbf24;\n    padding: 8px 20px;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 800;\n    margin-bottom: 20px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n}\n\n.gsv-shipping-hero-en h1 {\n    font-size: 2.5rem;\n    font-weight: 900;\n    margin: 0 0 15px 0;\n    color: #ffffff !important;\n    letter-spacing: -0.5px;\n}\n\n.gsv-shipping-hero-en p {\n    font-size: 1.1rem;\n    color: #cbd5e1 !important;\n    margin: 0 auto;\n    max-width: 780px;\n    line-height: 1.7;\n}\n\n\/* 1400px Grid Layout *\/\n.gsv-grid-2col-en {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 25px;\n    margin-bottom: 25px;\n}\n\n.gsv-full-width-en {\n    margin-bottom: 25px;\n}\n\n\/* Luxury Cards *\/\n.gsv-card-en {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 18px;\n    padding: 30px;\n    box-shadow: 0 4px 25px rgba(15, 23, 42, 0.04);\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n}\n\n.gsv-card-en:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);\n    border-color: #cbd5e1;\n}\n\n.gsv-card-header-en {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 20px;\n    border-bottom: 2px solid #f1f5f9;\n    padding-bottom: 16px;\n}\n\n.gsv-icon-badge-en {\n    width: 48px;\n    height: 48px;\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n    font-size: 1.25rem;\n    flex-shrink: 0;\n}\n\n.gsv-icon-emerald { background: #d1fae5; color: #059669; }\n.gsv-icon-amber   { background: #fef3c7; color: #d97706; }\n.gsv-icon-dark    { background: #0f172a; color: #f59e0b; }\n\n.gsv-card-title-en {\n    font-size: 1.35rem;\n    font-weight: 800;\n    color: #0f172a !important;\n    margin: 0;\n}\n\n\/* Sub Feature Boxes *\/\n.gsv-feature-grid-en {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px;\n    margin-top: 15px;\n}\n\n.gsv-feature-item-en {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    padding: 18px;\n}\n\n.gsv-feature-item-en h4 {\n    margin: 0 0 10px 0;\n    color: #0f172a !important;\n    font-size: 1.05rem;\n    font-weight: 800;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n.gsv-feature-item-en p {\n    margin: 0;\n    color: #475569 !important;\n    font-size: 0.95rem;\n    line-height: 1.65;\n}\n\n.gsv-badge-speed-en {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #f0fdf4;\n    border: 1px solid #bbf7d0;\n    color: #15803d;\n    padding: 4px 14px;\n    border-radius: 30px;\n    font-size: 0.85rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n}\n\n.gsv-badge-ksa-en {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #fef3c7;\n    border: 1px solid #fde68a;\n    color: #b45309;\n    padding: 4px 14px;\n    border-radius: 30px;\n    font-size: 0.85rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n}\n\n\/* Customs Note Box *\/\n.gsv-customs-box-en {\n    background: linear-gradient(135deg, #fffbe5 0%, #fef3c7 100%);\n    border: 1px solid #fde68a;\n    border-left: 5px solid #d97706;\n    border-radius: 14px;\n    padding: 18px;\n    margin-top: 18px;\n}\n\n.gsv-customs-title-en {\n    color: #92400e;\n    font-weight: 800;\n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n.gsv-customs-desc-en {\n    color: #78350f !important;\n    font-size: 0.95rem;\n    margin: 0;\n    line-height: 1.65;\n}\n\n\/* Important Notes Cards (3-Column Layout) *\/\n.gsv-notes-grid-en {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 18px;\n}\n\n.gsv-note-card-en {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    padding: 22px;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.03);\n    transition: all 0.25s ease;\n}\n\n.gsv-note-card-en:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 25px rgba(0,0,0,0.07);\n    border-color: #cbd5e1;\n}\n\n.gsv-note-icon-en {\n    font-size: 2rem;\n    margin-bottom: 10px;\n}\n\n.gsv-note-card-en h4 {\n    margin: 0 0 10px 0;\n    color: #0f172a !important;\n    font-size: 1.1rem;\n    font-weight: 800;\n}\n\n.gsv-note-card-en p {\n    margin: 0;\n    color: #475569 !important;\n    font-size: 0.95rem;\n    line-height: 1.65;\n}\n\n\/* Mobile &amp; Tablet Responsiveness Optimization *\/\n@media (max-width: 1024px) {\n    .gsv-grid-2col-en {\n        grid-template-columns: 1fr;\n    }\n    .gsv-notes-grid-en {\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    }\n}\n\n@media (max-width: 640px) {\n    .gsv-shipping-container-en {\n        padding: 8px 4px !important;\n    }\n    .gsv-shipping-hero-en {\n        padding: 28px 14px !important;\n        border-radius: 14px !important;\n        margin-bottom: 16px !important;\n    }\n    .gsv-shipping-hero-en h1 {\n        font-size: 1.6rem !important;\n    }\n    .gsv-shipping-hero-en p {\n        font-size: 0.95rem !important;\n    }\n    .gsv-card-en {\n        padding: 16px 12px !important;\n        border-radius: 14px !important;\n    }\n    .gsv-card-title-en {\n        font-size: 1.2rem !important;\n    }\n    .gsv-notes-grid-en {\n        grid-template-columns: 1fr !important;\n        gap: 12px !important;\n    }\n    .gsv-note-card-en {\n        padding: 16px 12px !important;\n    }\n    .gsv-grid-2col-en {\n        gap: 16px !important;\n        margin-bottom: 16px !important;\n    }\n}\n<\/style>\n\n<div class=\"gsv-shipping-container-en\">\n    <!-- Hero Header -->\n    <div class=\"gsv-shipping-hero-en\">\n        <div class=\"gsv-brand-tag-en\">\n            <span>\ud83d\ude9a<\/span> GS Vaping | Gulf Service Vape\n        <\/div>\n        <h1>Shipping &amp; Delivery Policy<\/h1>\n        <p>We offer fast, reliable delivery options covering all governorates in the State of Kuwait, along with direct international shipping to the Kingdom of Saudi Arabia.<\/p>\n    <\/div>\n\n    <!-- Row 1: 2-Column Layout (Kuwait vs Saudi Arabia) -->\n    <div class=\"gsv-grid-2col-en\">\n        <!-- Section 1: Kuwait Delivery -->\n        <div class=\"gsv-card-en\">\n            <div class=\"gsv-card-header-en\">\n                <div class=\"gsv-icon-badge-en gsv-icon-emerald\">1<\/div>\n                <h2 class=\"gsv-card-title-en\">Local Delivery Within Kuwait<\/h2>\n            <\/div>\n            \n            <div class=\"gsv-badge-speed-en\">\u26a1 Same-Day Express Delivery (1 to 2 Hours)<\/div>\n            <p style=\"margin-top:0;color: #334155;line-height: 1.7;font-size: 1rem\">We provide instant delivery services across all Kuwait governorates (Capital, Hawally, Farwaniya, Jahra, Ahmadi, Mubarak Al-Kabeer).<\/p>\n            \n            <div class=\"gsv-feature-grid-en\">\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\u23f1\ufe0f Delivery Speed<\/h4>\n                    <p>Orders within Kuwait are typically delivered within <strong>1 to 2 hours<\/strong> from order confirmation.<\/p>\n                <\/div>\n\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\ud83d\udcb5 Delivery Fees<\/h4>\n                    <p>Fees vary by governorate and area, displayed clearly on the checkout page prior to payment.<\/p>\n                <\/div>\n\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\ud83c\udfe1 Remote Areas &amp; Chalets<\/h4>\n                    <p>Express delivery to chalets, farms, and outer areas (Sabah Al-Ahmad, Wafra, Abdali, Khiran) at custom automated rates.<\/p>\n                <\/div>\n\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\ud83d\udcde Order Receipt<\/h4>\n                    <p>Please ensure someone is available to receive the order and respond to driver calls to avoid delays.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Section 2: KSA Shipping -->\n        <div class=\"gsv-card-en\">\n            <div class=\"gsv-card-header-en\">\n                <div class=\"gsv-icon-badge-en gsv-icon-amber\">2<\/div>\n                <h2 class=\"gsv-card-title-en\">Shipping to Saudi Arabia \ud83c\uddf8\ud83c\udde6<\/h2>\n            <\/div>\n            \n            <div class=\"gsv-badge-ksa-en\">\ud83d\udce6 Express International Shipping (3 to 5 Days)<\/div>\n            <p style=\"margin-top:0;color: #334155;line-height: 1.7;font-size: 1rem\">For our valued customers in KSA, we offer dependable international shipping across all products via accredited global couriers.<\/p>\n            \n            <div class=\"gsv-feature-grid-en\">\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\ud83d\ude9b Logistics Partners<\/h4>\n                    <p>We partner with specialized couriers to guarantee safe and secure package handling.<\/p>\n                <\/div>\n\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\ud83d\udcc5 Shipping Duration<\/h4>\n                    <p>Varies between <strong>3 to 5 business days<\/strong> (depending on destination city and customs clearance).<\/p>\n                <\/div>\n\n                <div class=\"gsv-feature-item-en\">\n                    <h4>\u2696\ufe0f Rate Calculation<\/h4>\n                    <p>Calculated automatically based on order total weight and city, shown at checkout.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"gsv-customs-box-en\">\n                <div class=\"gsv-customs-title-en\">\n                    <span>\ud83d\udcd1<\/span> Important Customs Note\n                <\/div>\n                <p class=\"gsv-customs-desc-en\">International shipments may be subject to customs duties or VAT in accordance with Saudi Arabian regulations. Any applicable customs charges are payable by the customer upon delivery.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Row 2: Important Notes (Full Width Header + 3 Card Grid) -->\n    <div class=\"gsv-full-width-en\">\n        <div class=\"gsv-card-en\">\n            <div class=\"gsv-card-header-en\">\n                <div class=\"gsv-icon-badge-en gsv-icon-dark\">3<\/div>\n                <h2 class=\"gsv-card-title-en\">Essential Instructions &amp; Requirements<\/h2>\n            <\/div>\n            \n            <div class=\"gsv-notes-grid-en\">\n                <div class=\"gsv-note-card-en\">\n                    <div class=\"gsv-note-icon-en\">\ud83d\udccd<\/div>\n                    <h4>1. Address Accuracy<\/h4>\n                    <p>Please enter your full detailed address (Area, Block, Street, House\/Building Number, Avenue if applicable) with an active contact phone number.<\/p>\n                <\/div>\n\n                <div class=\"gsv-note-card-en\">\n                    <div class=\"gsv-note-icon-en\">\ud83d\udcf2<\/div>\n                    <h4>2. Instant Order Tracking<\/h4>\n                    <p>Once your package is dispatched or handed to the courier, an automated WhatsApp or Email notification will be sent with tracking details.<\/p>\n                <\/div>\n\n                <div class=\"gsv-note-card-en\">\n                    <div class=\"gsv-note-icon-en\">\ud83d\udd1e<\/div>\n                    <h4>3. Age Verification (+21)<\/h4>\n                    <p>In compliance with regulations, deliveries are made strictly to adults (21+). Couriers reserve the right to verify official civil ID prior to handover.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\ude9a GS Vaping | Gulf Service Vape Shipping &amp; Delivery Policy We offer fast, reliable delivery options covering all governorates in the State of Kuwait, along with direct international shipping to the Kingdom of Saudi Arabia. 1 Local Delivery Within Kuwait \u26a1 Same-Day Express Delivery (1 to 2 Hours) We provide instant delivery services across [&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":"","_seopress_titles_desc":"","_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":[],"ai_generated_summary":"","footnotes":""},"class_list":["post-158","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/158","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=158"}],"version-history":[{"count":1,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/158\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/pages\/158\/revisions\/160"}],"wp:attachment":[{"href":"https:\/\/gsvaping.com\/en\/wp-json\/wp\/v2\/media?parent=158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}