{"id":1081,"date":"2026-01-23T13:23:31","date_gmt":"2026-01-23T13:23:31","guid":{"rendered":"https:\/\/frcs-research.com\/?page_id=1081"},"modified":"2026-01-23T13:23:32","modified_gmt":"2026-01-23T13:23:32","slug":"shipping-and-payment","status":"publish","type":"page","link":"https:\/\/frcs-research.com\/cs\/shipping-and-payment\/","title":{"rendered":"Shipping and payment"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Secure Shipping &#8211; Adapts to Your Theme<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        \/* Dynamic CSS Variables that will adapt to WordPress theme *\/\n        :root {\n            --wp-primary: var(--wp--preset--color--primary, #21759b);\n            --wp-secondary: var(--wp--preset--color--secondary, #23282d);\n            --wp-light: var(--wp--preset--color--light, #f1f1f1);\n            --wp-accent: var(--wp--preset--color--accent, #d54e21);\n            --wp-success: var(--wp--preset--color--success, #46b450);\n            --wp-background: var(--wp--preset--color--background, #ffffff);\n            --wp-text: var(--wp--preset--color--text, #333333);\n            --wp-border: var(--wp--preset--color--border, #dddddd);\n            \n            \/* Fallback for WordPress default classes *\/\n            --wp-primary-alt: var(--wp-primary, #0073aa);\n            --wp-secondary-alt: var(--wp-secondary, #23282d);\n        }\n        \n        \/* Try to detect WordPress theme colors from common classes *\/\n        body .theme-adaptive-section {\n            \/* Check for common WordPress color classes *\/\n            --wp-primary: var(--primary-color, var(--color-primary, var(--theme-primary, #0073aa)));\n            --wp-secondary: var(--secondary-color, var(--color-secondary, var(--theme-secondary, #23282d)));\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n        }\n        \n        body {\n            background-color: #f9f9f9;\n            color: var(--wp-text, #333);\n            line-height: 1.6;\n            padding: 20px;\n            transition: background-color 0.3s, color 0.3s;\n        }\n        \n        .theme-adaptive-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            background-color: var(--wp-background, #ffffff);\n            color: var(--wp-text, #333);\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            transition: all 0.3s;\n        }\n        \n        .section-header {\n            background: linear-gradient(135deg, var(--wp-primary, #21759b), var(--wp-secondary, #23282d));\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        .section-header h1 {\n            font-size: 2.4rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .section-header p {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto;\n            opacity: 0.9;\n        }\n        \n        .trust-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: rgba(255, 255, 255, 0.15);\n            padding: 10px 20px;\n            border-radius: 50px;\n            margin-top: 20px;\n            font-weight: 500;\n        }\n        \n        .trust-badge i {\n            margin-right: 10px;\n            color: #ffd700;\n        }\n        \n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            padding: 40px 30px;\n        }\n        \n        .feature-card {\n            background-color: var(--wp-background, #ffffff);\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);\n            border-top: 4px solid var(--wp-primary, #21759b);\n            transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-card:nth-child(2) {\n            border-top-color: var(--wp-success, #46b450);\n        }\n        \n        .feature-card:nth-child(3) {\n            border-top-color: var(--wp-accent, #d54e21);\n        }\n        \n        .feature-icon {\n            background-color: color-mix(in srgb, var(--wp-primary, #21759b) 10%, transparent 90%);\n            width: 70px;\n            height: 70px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n        }\n        \n        .feature-icon i {\n            font-size: 28px;\n            color: var(--wp-primary, #21759b);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--wp-secondary, #23282d);\n        }\n        \n        .feature-card p {\n            color: var(--wp-text, #555);\n            margin-bottom: 20px;\n            opacity: 0.9;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            padding: 8px 0;\n            border-bottom: 1px dashed var(--wp-border, #eee);\n            color: var(--wp-text, #555);\n        }\n        \n        .feature-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .feature-list i {\n            color: var(--wp-success, #46b450);\n            margin-right: 10px;\n        }\n        \n        .payment-methods {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .payment-badge {\n            background-color: color-mix(in srgb, var(--wp-primary, #21759b) 5%, var(--wp-background, #ffffff) 95%);\n            color: var(--wp-text, #333);\n            padding: 8px 15px;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            display: flex;\n            align-items: center;\n            border: 1px solid var(--wp-border, #ddd);\n        }\n        \n        .payment-badge i {\n            margin-right: 8px;\n            color: var(--wp-accent, #d54e21);\n        }\n        \n        .guarantee-section {\n            background-color: color-mix(in srgb, var(--wp-primary, #21759b) 3%, var(--wp-background, #ffffff) 97%);\n            padding: 40px 30px;\n            text-align: center;\n            border-top: 1px solid var(--wp-border, #eee);\n        }\n        \n        .guarantee-box {\n            max-width: 800px;\n            margin: 0 auto;\n            background-color: var(--wp-background, #ffffff);\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border: 2px dashed var(--wp-success, #46b450);\n        }\n        \n        .guarantee-box h2 {\n            color: var(--wp-success, #46b450);\n            margin-bottom: 20px;\n            font-size: 1.8rem;\n        }\n        \n        .guarantee-box p {\n            color: var(--wp-text, #333);\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(to right, var(--wp-primary, #21759b), var(--wp-secondary, #23282d));\n            color: white;\n            padding: 15px 35px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-top: 20px;\n            transition: all 0.3s;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);\n            opacity: 0.95;\n        }\n        \n        .footer-note {\n            text-align: center;\n            padding: 25px;\n            background-color: var(--wp-secondary, #23282d);\n            color: white;\n            font-size: 0.9rem;\n            opacity: 0.8;\n        }\n        \n        \/* Theme color detection *\/\n        .theme-color-preview {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .color-sample {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            border: 2px solid white;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .theme-test {\n            font-size: 0.8rem;\n            margin-top: 5px;\n            opacity: 0.7;\n        }\n        \n        @media (max-width: 768px) {\n            .section-header {\n                padding: 30px 20px;\n            }\n            \n            .section-header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .content-grid {\n                grid-template-columns: 1fr;\n                padding: 30px 20px;\n                gap: 25px;\n            }\n            \n            .guarantee-section {\n                padding: 30px 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .payment-methods {\n                justify-content: center;\n            }\n            \n            .feature-card {\n                padding: 25px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"theme-adaptive-section\">\n        <header class=\"section-header\">\n            <h1>Secure &#038; Discreet European Shipping<\/h1>\n            <p>Your privacy and security are our top priority. We ensure every package arrives safely, discreetly, and on time with our comprehensive protection measures.<\/p>\n            <div class=\"trust-badge\">\n                <i class=\"fas fa-shield-alt\"><\/i>\n                <span>Trusted by thousands across Europe since 2015<\/span>\n            <\/div>\n            \n            <!-- Theme color detection display -->\n            <div class=\"theme-color-preview\">\n                <div class=\"color-sample\" style=\"background-color: var(--wp-primary, #21759b)\" title=\"Primary Color\"><\/div>\n                <div class=\"color-sample\" style=\"background-color: var(--wp-secondary, #23282d)\" title=\"Secondary Color\"><\/div>\n                <div class=\"color-sample\" style=\"background-color: var(--wp-accent, #d54e21)\" title=\"Accent Color\"><\/div>\n                <div class=\"color-sample\" style=\"background-color: var(--wp-success, #46b450)\" title=\"Success Color\"><\/div>\n            <\/div>\n            <div class=\"theme-test\">Colors automatically adapt to your WordPress theme<\/div>\n        <\/header>\n        \n        <div class=\"content-grid\">\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\n                    <i class=\"fas fa-lock\"><\/i>\n                <\/div>\n                <h3>Maximum Security &#038; Discretion<\/h3>\n                <p>We implement multiple layers of protection to ensure your shipment remains confidential and secure throughout its journey.<\/p>\n                <ul class=\"feature-list\">\n                    <li><i class=\"fas fa-check-circle\"><\/i> Plain, unmarked packaging with no company logos<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Secure tamper-evident seals on all packages<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> No reference to contents on shipping labels<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Discreet billing on all transactions<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> GDPR-compliant data handling<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\n                    <i class=\"fas fa-shipping-fast\"><\/i>\n                <\/div>\n                <h3>Fast &#038; Reliable European Delivery<\/h3>\n                <p>We guarantee delivery within 1-3 business days to any destination in Europe with real-time tracking.<\/p>\n                <ul class=\"feature-list\">\n                    <li><i class=\"fas fa-check-circle\"><\/i> <strong>1-3 day delivery guarantee<\/strong> across Europe<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Real-time GPS tracking with discreet notifications<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Priority handling with trusted carriers<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Flexible delivery options available<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> Live customer support for delivery queries<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\n                    <i class=\"fas fa-credit-card\"><\/i>\n                <\/div>\n                <h3>Secure Payment Options<\/h3>\n                <p>Choose from multiple secure payment methods, including cryptocurrency for maximum privacy.<\/p>\n                <ul class=\"feature-list\">\n                    <li><i class=\"fas fa-check-circle\"><\/i> End-to-end encrypted transactions<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> SSL secure checkout process<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> No payment data stored on our servers<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> PCI DSS compliant payment processing<\/li>\n                <\/ul>\n                \n                <div class=\"payment-methods\">\n                    <div class=\"payment-badge\"><i class=\"fab fa-bitcoin\"><\/i> Bitcoin<\/div>\n                    <div class=\"payment-badge\"><i class=\"fab fa-ethereum\"><\/i> Ethereum<\/div>\n                    <div class=\"payment-badge\"><i class=\"fas fa-coins\"><\/i> Monero<\/div>\n                    <div class=\"payment-badge\"><i class=\"fab fa-cc-visa\"><\/i> Visa\/Mastercard<\/div>\n                    <div class=\"payment-badge\"><i class=\"fas fa-university\"><\/i> Bank Transfer<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <section class=\"guarantee-section\">\n            <div class=\"guarantee-box\">\n                <h2><i class=\"fas fa-award\"><\/i> Our 100% Satisfaction Guarantee<\/h2>\n                <p>We stand behind our service with complete confidence. If your package doesn&#8217;t arrive within the promised timeframe, doesn&#8217;t meet our discreet shipping standards, or you&#8217;re unsatisfied for any reason, we offer a <strong>full money-back guarantee<\/strong>.<\/p>\n                <p>Your trust is our most valued asset, and we&#8217;re committed to earning it with every shipment.<\/p>\n                <button class=\"cta-button\" id=\"secureOrderBtn\">Start Your Secure Order Now<\/button>\n            <\/div>\n        <\/section>\n        \n        <footer class=\"footer-note\">\n            <p>All transactions are encrypted and secure. We never share your information with third parties.<\/p>\n            <p>\u00a9 2023 SecureShip EU. All rights reserved.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        \/\/ Automatically adapt to WordPress theme colors\n        document.addEventListener('DOMContentLoaded', function() {\n            console.log('Theme-adaptive secure shipping section loaded');\n            \n            \/\/ Try to detect WordPress theme colors\n            function detectThemeColors() {\n                \/\/ Method 1: Check for WordPress CSS custom properties\n                const rootStyles = getComputedStyle(document.documentElement);\n                const wpColors = {};\n                \n                \/\/ Common WordPress color CSS variables\n                const colorVars = [\n                    '--wp--preset--color--primary',\n                    '--wp--preset--color--secondary',\n                    '--wp--preset--color--accent',\n                    '--wp--preset--color--success',\n                    '--wp--preset--color--background',\n                    '--wp--preset--color--text',\n                    '--wp--preset--color--border',\n                    '--primary-color',\n                    '--secondary-color',\n                    '--accent-color',\n                    '--theme-primary',\n                    '--theme-secondary'\n                ];\n                \n                \/\/ Method 2: Check for common WordPress theme classes\n                const commonThemeClasses = [\n                    '.has-primary-color', '.has-secondary-color', \n                    '.has-accent-color', '.has-background-color'\n                ];\n                \n                \/\/ Method 3: If we're in a WordPress admin context, we could use WP REST API\n                \/\/ but for client-side only, we'll use the above methods\n                \n                console.log('WordPress theme color detection active');\n                console.log('Detected primary color:', getComputedStyle(document.documentElement).getPropertyValue('--wp-primary').trim());\n                \n                \/\/ Apply any detected colors to our preview\n                updateColorPreview();\n            }\n            \n            function updateColorPreview() {\n                \/\/ This function would update the color preview dots\n                \/\/ In a real WordPress environment, this would happen automatically\n                \/\/ via CSS variable inheritance\n            }\n            \n            \/\/ Initialize theme detection\n            detectThemeColors();\n            \n            \/\/ Feature card animations\n            const featureCards = document.querySelectorAll('.feature-card');\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, { threshold: 0.1 });\n            \n            featureCards.forEach(card => {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.6s ease, transform 0.6s ease, background-color 0.3s, color 0.3s';\n                observer.observe(card);\n            });\n            \n            \/\/ Theme color picker simulation (for demo purposes)\n            const colorPickerBtn = document.getElementById('themePickerBtn');\n            if (colorPickerBtn) {\n                colorPickerBtn.addEventListener('click', function() {\n                    \/\/ This would open a theme color picker in a real WordPress admin\n                    alert('In WordPress, this would open the theme customizer to adjust colors.');\n                });\n            }\n            \n            \/\/ CTA button interaction\n            const ctaButton = document.getElementById('secureOrderBtn');\n            ctaButton.addEventListener('click', function() {\n                alert('Thank you for your interest! This would redirect to our secure ordering page.');\n            });\n            \n            \/\/ Simulate theme color change (for demo only)\n            \/\/ In real WordPress, theme colors would be set by the theme itself\n            const themeColors = {\n                'default': ['#21759b', '#23282d', '#d54e21', '#46b450'],\n                'ocean': ['#0366d6', '#1c7cd6', '#0ea5e9', '#10b981'],\n                'forest': ['#059669', '#047857', '#10b981', '#f59e0b'],\n                'sunset': ['#ea580c', '#dc2626', '#f97316', '#f59e0b'],\n                'midnight': ['#1e40af', '#1e3a8a', '#3b82f6', '#10b981']\n            };\n            \n            \/\/ Demo: Add theme switcher for demonstration purposes\n            if (window.location.href.includes('demo=true')) {\n                addThemeSwitcher(themeColors);\n            }\n        });\n        \n        \/\/ Function to add theme switcher for demo (remove in production)\n        function addThemeSwitcher(themeColors) {\n            const switcher = document.createElement('div');\n            switcher.style.position = 'fixed';\n            switcher.style.top = '10px';\n            switcher.style.right = '10px';\n            switcher.style.zIndex = '1000';\n            switcher.style.background = 'white';\n            switcher.style.padding = '10px';\n            switcher.style.borderRadius = '8px';\n            switcher.style.boxShadow = '0 2px 10px rgba(0,0,0,0.1)';\n            \n            switcher.innerHTML = `\n                <div style=\"font-weight: bold; margin-bottom: 8px;\">Demo Theme Switcher:<\/div>\n                <select id=\"themeSelect\" style=\"padding: 5px; width: 100%;\">\n                    <option value=\"default\">Default WordPress<\/option>\n                    <option value=\"ocean\">Ocean Blue<\/option>\n                    <option value=\"forest\">Forest Green<\/option>\n                    <option value=\"sunset\">Sunset Orange<\/option>\n                    <option value=\"midnight\">Midnight Blue<\/option>\n                <\/select>\n                <div style=\"font-size: 0.8rem; margin-top: 5px; color: #666;\">Simulates theme color changes<\/div>\n            `;\n            \n            document.body.appendChild(switcher);\n            \n            document.getElementById('themeSelect').addEventListener('change', function(e) {\n                const theme = e.target.value;\n                const colors = themeColors[theme];\n                \n                \/\/ Update CSS variables\n                document.documentElement.style.setProperty('--wp-primary', colors[0]);\n                document.documentElement.style.setProperty('--wp-secondary', colors[1]);\n                document.documentElement.style.setProperty('--wp-accent', colors[2]);\n                document.documentElement.style.setProperty('--wp-success', colors[3]);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Secure Shipping &#8211; Adapts to Your Theme Secure &#038; Discreet European Shipping Your privacy and security are our top priority. We ensure every package arrives safely, discreetly, and on time&hellip;<a href=\"https:\/\/frcs-research.com\/cs\/shipping-and-payment\/\" class=\"more-link\"><span class=\"more-button\">Continue reading<span class=\"screen-reader-text\">Shipping and payment<\/span><\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-1081","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more<\/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:\/\/frcs-research.com\/cs\/shipping-and-payment\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more\" \/>\n<meta property=\"og:description\" content=\"Secure Shipping &#8211; Adapts to Your Theme Secure &#038; Discreet European Shipping Your privacy and security are our top priority. We ensure every package arrives safely, discreetly, and on time&hellip;Continue readingShipping and payment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/frcs-research.com\/cs\/shipping-and-payment\/\" \/>\n<meta property=\"og:site_name\" content=\"wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-23T13:23:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/frcs-research.com\/shipping-and-payment\/\",\"url\":\"https:\/\/frcs-research.com\/shipping-and-payment\/\",\"name\":\"Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more\",\"isPartOf\":{\"@id\":\"https:\/\/frcs-research.com\/#website\"},\"datePublished\":\"2026-01-23T13:23:31+00:00\",\"dateModified\":\"2026-01-23T13:23:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/frcs-research.com\/shipping-and-payment\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/frcs-research.com\/shipping-and-payment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/frcs-research.com\/shipping-and-payment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/frcs-research.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Shipping and payment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/frcs-research.com\/#website\",\"url\":\"https:\/\/frcs-research.com\/\",\"name\":\"wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more\",\"description\":\"Wholesale research chemicals\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/frcs-research.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more","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:\/\/frcs-research.com\/cs\/shipping-and-payment\/","og_locale":"cs_CZ","og_type":"article","og_title":"Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more","og_description":"Secure Shipping &#8211; Adapts to Your Theme Secure &#038; Discreet European Shipping Your privacy and security are our top priority. We ensure every package arrives safely, discreetly, and on time&hellip;Continue readingShipping and payment","og_url":"https:\/\/frcs-research.com\/cs\/shipping-and-payment\/","og_site_name":"wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more","article_modified_time":"2026-01-23T13:23:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Odhadovan\u00e1 doba \u010dten\u00ed":"2 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/frcs-research.com\/shipping-and-payment\/","url":"https:\/\/frcs-research.com\/shipping-and-payment\/","name":"Shipping and payment - wholesale supplier of research chemicals, 4mmc, 3mmc, MDPHP, Alpha PVP and more","isPartOf":{"@id":"https:\/\/frcs-research.com\/#website"},"datePublished":"2026-01-23T13:23:31+00:00","dateModified":"2026-01-23T13:23:32+00:00","breadcrumb":{"@id":"https:\/\/frcs-research.com\/shipping-and-payment\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/frcs-research.com\/shipping-and-payment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/frcs-research.com\/shipping-and-payment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/frcs-research.com\/"},{"@type":"ListItem","position":2,"name":"Shipping and payment"}]},{"@type":"WebSite","@id":"https:\/\/frcs-research.com\/#website","url":"https:\/\/frcs-research.com\/","name":"velkoobchodn\u00ed dodavatel v\u00fdzkumn\u00fdch chemik\u00e1li\u00ed, 4mmc, 3mmc, MDPHP, Alpha PVP a dal\u0161\u00ed","description":"Velkoobchodn\u00ed v\u00fdzkum chemik\u00e1li\u00ed","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/frcs-research.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"post-thumbnail":false,"elite-commerce-slider":false,"elite-commerce-hero":false,"elite-commerce-portfolio":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Richard Wood","author_link":"https:\/\/frcs-research.com\/cs\/author\/expireddomains1000gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Secure Shipping &#8211; Adapts to Your Theme Secure &#038; Discreet European Shipping Your privacy and security are our top priority. We ensure every package arrives safely, discreetly, and on time&hellip;Continue readingShipping and payment","_links":{"self":[{"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/pages\/1081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/comments?post=1081"}],"version-history":[{"count":1,"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/pages\/1081\/revisions"}],"predecessor-version":[{"id":1082,"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/pages\/1081\/revisions\/1082"}],"wp:attachment":[{"href":"https:\/\/frcs-research.com\/cs\/wp-json\/wp\/v2\/media?parent=1081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}