/** * Top Store functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package ThemeHunk * @subpackage Top Store * @since 1.0.0 */ /** * Theme functions and definitions */ if ( ! function_exists( 'top_store_setup' ) ) : define( 'TOP_STORE_THEME_VERSION','1.3.2'); define( 'TOP_STORE_THEME_DIR', get_template_directory() . '/' ); define( 'TOP_STORE_THEME_URI', get_template_directory_uri() . '/' ); define( 'TOP_STORE_THEME_SETTINGS', 'top-store-settings' ); /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_top_store_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function top_store_setup(){ /* * Make theme available for translation. */ load_theme_textdomain( 'top-store', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'woocommerce' ); // Add support for Block Styles. add_theme_support( 'wp-block-styles' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); // Add support for editor styles. add_theme_support( 'editor-styles' ); // Enqueue editor styles. add_editor_style( 'style-editor.css' ); add_editor_style( 'editor.css' ); // Add support for responsive embedded content. add_theme_support( 'responsive-embeds' ); add_theme_support( 'custom-spacing' ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); // Remove theme support for widget block editor // remove_theme_support( 'widgets-block-editor' ); /** * Add support for core custom logo. */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); // Add support for Custom Header. add_theme_support( 'custom-header', apply_filters( 'top_store_custom_header_args', array( 'default-image' => '', 'flex-height' => true, 'header-text' => false, 'video' => false, ) ) ); // Recommend plugins add_theme_support( 'recommend-plugins', array( 'hunk-companion' => array( 'name' => esc_html__( 'Hunk Companion (Highly Recommended)', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'hunk-companion/hunk-companion.php', ), 'th-advance-product-search' => array( 'name' => esc_html__( 'TH Advance Product Search', 'top-store' ), 'img' => 'icon-128x128.gif', 'active_filename' => 'th-advance-product-search/th-advance-product-search.php', ), 'th-all-in-one-woo-cart' => array( 'name' => esc_html__( 'Th All In One Woo Cart', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'th-all-in-one-woo-cart/th-all-in-one-woo-cart.php', ), 'th-product-compare' => array( 'name' => esc_html__( 'Th Product Compare', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'th-product-compare/th-product-compare.php', ), 'th-variation-swatches' => array( 'name' => esc_html__( 'TH Variation Swatches', 'top-store' ), 'img' => 'icon-128x128.gif', 'active_filename' => 'th-variation-swatches/th-variation-swatches.php', ), 'lead-form-builder' => array( 'name' => esc_html__( 'Lead Form Builder', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'lead-form-builder/lead-form-builder.php', ), 'wp-popup-builder' => array( 'name' => esc_html__( 'WP Popup Builder – Popup Forms & Newsletter', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'wp-popup-builder/wp-popup-builder.php', ), 'unlimited-blocks' => array( 'name' => esc_html__( 'Unlimited blocks For Gutenberg', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'unlimited-blocks/unlimited-blocks.php', ), 'woocommerce' => array( 'name' => esc_html__( 'Woocommerce', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'woocommerce/woocommerce.php', ), 'themehunk-megamenu-plus' => array( 'name' => esc_html__( 'ThemeHunk Megamenu – Menu builder', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'themehunk-megamenu-plus/themehunk-megamenu.php', ), 'yith-woocommerce-wishlist' => array( 'name' => esc_html__( 'YITH WooCommerce Wishlist', 'top-store' ), 'img' => 'icon-128x128.jpg', 'active_filename' => 'yith-woocommerce-wishlist/init.php', ), ) ); // Import Data Content plugins add_theme_support( 'import-demo-content', array( 'hunk-companion' => array( 'name' => esc_html__( 'Hunk Companion', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'hunk-companion/hunk-companion.php', ), 'one-click-demo-import' => array( 'name' => esc_html__( 'One Click Demo Import', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'one-click-demo-import/one-click-demo-import.php', ), 'woocommerce' => array( 'name' => esc_html__( 'Woocommerce', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'woocommerce/woocommerce.php', ), 'th-advance-product-search' => array( 'name' => esc_html__( 'TH Advance Product Search', 'top-store' ), 'img' => 'icon-128x128.gif', 'active_filename' => 'th-advance-product-search/th-advance-product-search.php', ), 'th-all-in-one-woo-cart' => array( 'name' => esc_html__( 'TH All In One Woo Cart', 'top-store' ), 'img' => 'icon-128x128.png', 'active_filename' => 'th-all-in-one-woo-cart/th-all-in-one-woo-cart.php', ), )); // Useful plugins add_theme_support( 'useful-plugins', array( 'themehunk-megamenu-plus' => array( 'name' => esc_html__( 'Megamenu plugin from Themehunk.', 'top-store' ), 'active_filename' => 'themehunk-megamenu-plus/themehunk-megamenu.php', ), ) ); // Add support for Custom Background. if(get_theme_mod('top_store_color_scheme')=='opn-dark'){ $args = array( 'default-color' => '2f2f2f', ); }else{ $args = array( 'default-color' => 'f1f1f1', ); } add_theme_support( 'custom-background',$args ); $GLOBALS['content_width'] = apply_filters( 'top_store_content_width', 640 ); add_theme_support( 'woocommerce', array( 'thumbnail_image_width' => 320, ) ); } endif; add_action( 'after_setup_theme', 'top_store_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. */ /** * Register widget area. */ function top_store_widgets_init(){ register_sidebar( array( 'name' => esc_html__( 'Primary Sidebar', 'top-store' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here to appear in your primary sidebar.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s"><div class="top-store-widget-content">', 'after_widget' => '</div></div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar( array( 'name' => esc_html__( 'Secondary Sidebar', 'top-store' ), 'id' => 'sidebar-2', 'description' => esc_html__( 'Add widgets here to appear in your secondary sidebar.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s"><div class="top-store-widget-content">', 'after_widget' => '</div></div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Above Header First Widget', 'top-store' ), 'id' => 'top-header-widget-col1', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Above Header Second Widget', 'top-store' ), 'id' => 'top-header-widget-col2', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Above Header Third Widget', 'top-store' ), 'id' => 'top-header-widget-col3', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Main Header Widget', 'top-store' ), 'id' => 'main-header-widget', 'description' => esc_html__( 'Add widgets here to appear in main header.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Top First Widget', 'top-store' ), 'id' => 'footer-top-first', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Top Second Widget', 'top-store' ), 'id' => 'footer-top-second', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Top Third Widget', 'top-store' ), 'id' => 'footer-top-third', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Below First Widget', 'top-store' ), 'id' => 'footer-below-first', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Below Second Widget', 'top-store' ), 'id' => 'footer-below-second', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => esc_html__( 'Footer Below Third Widget', 'top-store' ), 'id' => 'footer-below-third', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); for ( $i = 1; $i <= 4; $i++ ){ register_sidebar( array( 'name' => sprintf( esc_html__( 'Footer Widget Area %d', 'top-store' ), $i ), 'id' => 'footer-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); } } add_action( 'widgets_init', 'top_store_widgets_init' ); /** * Enqueue scripts and styles. */ function top_store_scripts(){ // enqueue css wp_enqueue_style( 'font-awesome', TOP_STORE_THEME_URI . '/third-party/fonts/font-awesome/css/font-awesome.css', '', TOP_STORE_THEME_VERSION ); wp_enqueue_style( 'th-icon', TOP_STORE_THEME_URI . '/third-party/fonts/th-icon/style.css', '', TOP_STORE_THEME_VERSION ); wp_enqueue_style( 'animate', TOP_STORE_THEME_URI . '/css/animate.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'top-store-menu', TOP_STORE_THEME_URI . '/css/top-store-menu.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'top-store-style', get_stylesheet_uri(), array(), TOP_STORE_THEME_VERSION ); wp_enqueue_style( 'dashicons' ); wp_add_inline_style('top-store-style', top_store_custom_style()); //enqueue js wp_enqueue_script("jquery-effects-core",array( 'jquery' )); wp_enqueue_script( 'jquery-ui-autocomplete',array( 'jquery' ),'1.0.0',true ); wp_enqueue_script('imagesloaded'); wp_enqueue_script('top-store-menu-js', TOP_STORE_THEME_URI .'/js/top-store-menu.js', array( 'jquery' ), '1.0.0', true ); wp_enqueue_script('sticky-sidebar-js', TOP_STORE_THEME_URI .'/js/sticky-sidebar.js', array( 'jquery' ), TOP_STORE_THEME_VERSION , true ); wp_enqueue_script('top-store-accordian-menu-js', TOP_STORE_THEME_URI .'/js/top-store-accordian-menu.js', array( 'jquery' ), TOP_STORE_THEME_VERSION , true ); wp_enqueue_script( 'top-store-custom-js', TOP_STORE_THEME_URI .'/js/top-store-custom.js', array( 'jquery' ), TOP_STORE_THEME_VERSION , true ); $topstorelocalize = array( 'top_store_move_to_top_optn' => (bool) get_theme_mod('top_store_move_to_top',false), ); wp_localize_script( 'top-store-custom-js', 'top_store', $topstorelocalize); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ){ wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'top_store_scripts' ); /** * Load init. */ require_once trailingslashit(TOP_STORE_THEME_DIR).'inc/init.php'; //custom function conditional check for blog page function top_store_is_blog (){ return ( is_archive() || is_author() || is_category() || is_home() || is_single() || is_tag()) && 'post' == get_post_type(); } if ( ! function_exists( 'wp_body_open' ) ) { /** * Shim for wp_body_open, ensuring backward compatibility with versions of WordPress older than 5.2. */ function wp_body_open() { do_action( 'wp_body_open' ); } } if (!is_array( get_option( 'theme_mods_top-store-pro')) ) { function top_store_theme_switch() { update_option( 'theme_mods_top-store-pro', get_option( 'theme_mods_top-store') ); } add_action('switch_theme', 'top_store_theme_switch'); }<!DOCTYPE html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#fff" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v21.7 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Order Bactericidal water from a reputable online pharmacy in the UK ⚡ Dosages and cycles for maximum effectiveness ⚡ Quality guaranteed!" /> <link rel="canonical" href="https://pillssteroids.com/product-category/peptide/bactericidal-water/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Buy Bactericidal water in UK: Best Price Online Delivery - Legal and Fast" /> <meta property="og:description" content="Order Bactericidal water from a reputable online pharmacy in the UK ⚡ Dosages and cycles for maximum effectiveness ⚡ Quality guaranteed!" /> <meta property="og:url" content="https://pillssteroids.com/product-category/peptide/bactericidal-water/" /> <meta property="og:site_name" content="Pills Steroids" /> <meta name="twitter:card" content="summary_large_image" /> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Pills Steroids » Bactericidal water Category Feed" href="https://pillssteroids.com/product-category/peptide/bactericidal-water/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pillssteroids.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='buttons-css' href='https://pillssteroids.com/wp-includes/css/buttons.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://pillssteroids.com/wp-includes/css/dashicons.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://pillssteroids.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://pillssteroids.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='media-views-css' href='https://pillssteroids.com/wp-includes/css/media-views.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='imgareaselect-css' href='https://pillssteroids.com/wp-includes/js/imgareaselect/imgareaselect.css?ver=0.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='taiowc-style-css' href='https://pillssteroids.com/wp-content/plugins/th-all-in-one-woo-cart/assets/css/style.css?ver=1.1.7' type='text/css' media='all' /> <style id='taiowc-style-inline-css' type='text/css'> .cart-count-item{display:block;}.cart_fixed_1 .cart-count-item{display:block;}.cart-heading svg{display:block}.cart_fixed_1 .taiowc-content{right:36px; bottom:36px; left:auto} .taiowc-wrap.cart_fixed_2{right:0;left:auto;}.cart_fixed_2 .taiowc-content{ border-radius: 5px 0px 0px 0px;} .cart_fixed_2 .taiowc-cart-close{left:-20px;} </style> <link rel='stylesheet' id='owl.carousel-style-css' href='https://pillssteroids.com/wp-content/plugins/th-all-in-one-woo-cart/assets/css/owl.carousel.css?ver=1.1.7' type='text/css' media='all' /> <link rel='stylesheet' id='taiowc-taiowc-cart-icon-css' href='https://pillssteroids.com/wp-content/plugins/th-all-in-one-woo-cart//th-icon/style.css?ver=1.1.7' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://pillssteroids.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--background: #f7f7f7;--wp--preset--color--dark-background: #161c30;--wp--preset--color--light-background: #999;--wp--preset--color--heading: #ffffff;--wp--preset--color--bodytext: #666;--wp--preset--color--button-border: #00badb;--wp--preset--color--accent: #00badb;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%);--wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--diagonal-primary-to-heading: linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--heading) 100%);--wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%);--wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%);--wp--preset--font-size--small: 15px;--wp--preset--font-size--medium: 16px;--wp--preset--font-size--large: clamp(28px,4.2vw,32px);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--tiny: 13px;--wp--preset--font-size--extra-small: 14px;--wp--preset--font-size--upper-heading: 18px;--wp--preset--font-size--normal: clamp(18px,1.6vw,20px);--wp--preset--font-size--content-heading: clamp(22px,4.2vw,24px);--wp--preset--font-size--extra-large: clamp(32px,6vw,36px);--wp--preset--font-size--huge: clamp(36px,5.2vw,80px);--wp--preset--font-family--lato: Lato, serif;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);--wp--custom--spacing--baseline: 16px;--wp--custom--spacing--gap--horizontal: clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 2.222vw, calc( 2 * var( --wp--custom--spacing--baseline ) ) );--wp--custom--spacing--gap--vertical: clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) );--wp--custom--spacing--gutter: clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) );--wp--custom--spacing--outer: var( --wp--custom--spacing--gutter );--wp--custom--spacing--small: min(24px, 6.4vw);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1350px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--bodytext);font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--medium);line-height: normal;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--heading);text-decoration: underline;}:root :where(a:where(:not(.wp-element-button)):hover){color: var(--wp--preset--color--accent);text-decoration: none;}:root :where(a:where(:not(.wp-element-button)):focus){text-decoration: none;}:root :where(a:where(:not(.wp-element-button)):active){text-decoration: none;}h1{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--large);line-height: normal;}h2{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--upper-heading);line-height: normal;}h3{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--content-heading);line-height: normal;}h4{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--normal);line-height: normal;}h5{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--medium);line-height: normal;}h6{font-family: var(--wp--preset--font-family--lato);font-size: var(--wp--preset--font-size--extra-small);line-height: normal;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-dark-background-color{color: var(--wp--preset--color--dark-background) !important;}.has-light-background-color{color: var(--wp--preset--color--light-background) !important;}.has-heading-color{color: var(--wp--preset--color--heading) !important;}.has-bodytext-color{color: var(--wp--preset--color--bodytext) !important;}.has-button-border-color{color: var(--wp--preset--color--button-border) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-dark-background-background-color{background-color: var(--wp--preset--color--dark-background) !important;}.has-light-background-background-color{background-color: var(--wp--preset--color--light-background) !important;}.has-heading-background-color{background-color: var(--wp--preset--color--heading) !important;}.has-bodytext-background-color{background-color: var(--wp--preset--color--bodytext) !important;}.has-button-border-background-color{background-color: var(--wp--preset--color--button-border) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-dark-background-border-color{border-color: var(--wp--preset--color--dark-background) !important;}.has-light-background-border-color{border-color: var(--wp--preset--color--light-background) !important;}.has-heading-border-color{border-color: var(--wp--preset--color--heading) !important;}.has-bodytext-border-color{border-color: var(--wp--preset--color--bodytext) !important;}.has-button-border-border-color{border-color: var(--wp--preset--color--button-border) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-vertical-secondary-to-tertiary-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;}.has-vertical-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;}.has-vertical-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;}.has-diagonal-primary-to-heading-gradient-background{background: var(--wp--preset--gradient--diagonal-primary-to-heading) !important;}.has-diagonal-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;}.has-diagonal-background-to-secondary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;}.has-diagonal-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;}.has-diagonal-background-to-tertiary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-tiny-font-size{font-size: var(--wp--preset--font-size--tiny) !important;}.has-extra-small-font-size{font-size: var(--wp--preset--font-size--extra-small) !important;}.has-upper-heading-font-size{font-size: var(--wp--preset--font-size--upper-heading) !important;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-content-heading-font-size{font-size: var(--wp--preset--font-size--content-heading) !important;}.has-extra-large-font-size{font-size: var(--wp--preset--font-size--extra-large) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}.has-lato-font-family{font-family: var(--wp--preset--font-family--lato) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-cardo-font-family{font-family: var(--wp--preset--font-family--cardo) !important;} :root :where(.wp-block-button .wp-block-button__link){background-color: var(--wp--preset--color--accent);border-radius: 4px;color: var(--wp--preset--color--background);} :root :where(.wp-block-columns){border-radius: 10px;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--medium);font-weight: 600;line-height: normal;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: none;} </style> <link rel='stylesheet' id='wp-ai-content-generator-css' href='https://pillssteroids.com/wp-content/plugins/gpt3-ai-content-generator/public/css/wp-ai-content-generator-public.css?ver=1.8.46' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://pillssteroids.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://pillssteroids.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.2.2' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://pillssteroids.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.2.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='woosb-frontend-css' href='https://pillssteroids.com/wp-content/plugins/woo-product-bundle-premium/assets/css/frontend.css?ver=7.2.3' type='text/css' media='all' /> <link rel='stylesheet' id='owl.carousel-css-css' href='https://pillssteroids.com/wp-content/plugins/hunk-companion/almaira-shop/assets/css/owl.carousel.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='th-icon-css' href='https://pillssteroids.com/wp-content/plugins/th-advance-product-search/th-icon/style.css?ver=1.1.8' type='text/css' media='all' /> <link rel='stylesheet' id='th-advance-product-search-front-css' href='https://pillssteroids.com/wp-content/plugins/th-advance-product-search/assets/css/thaps-front-style.css?ver=1.1.8' type='text/css' media='all' /> <style id='th-advance-product-search-front-inline-css' type='text/css'> .thaps-search-box{max-width:550px;}.thaps-from-wrap,input[type='text'].thaps-search-autocomplete,.thaps-box-open .thaps-icon-arrow{background-color:;} .thaps-from-wrap{background-color:;} input[type='text'].thaps-search-autocomplete, input[type='text'].thaps-search-autocomplete::-webkit-input-placeholder{color:;} .thaps-from-wrap,.thaps-autocomplete-suggestions{border-color:;} .thaps-box-open .thaps-icon-arrow{border-left-color:;border-top-color:;} #thaps-search-button{background:; color:;} #thaps-search-button:hover{background:; color:;} .submit-active #thaps-search-button .th-icon path{color:;} .thaps-suggestion-heading .thaps-title, .thaps-suggestion-heading .thaps-title strong{color:;} .thaps-title,.thaps-suggestion-taxonomy-product-cat .thaps-title, .thaps-suggestion-more .thaps-title strong{color:;} .thaps-sku, .thaps-desc, .thaps-price,.thaps-price del{color:;} .thaps-suggestion-heading{border-color:;} .thaps-autocomplete-selected,.thaps-suggestion-more:hover{background:;} .thaps-autocomplete-suggestions,.thaps-suggestion-more{background:;} .thaps-title strong{color:;} </style> <script type="text/javascript" id="utils-js-extra"> /* <![CDATA[ */ var userSettings = {"url":"\/","uid":"0","time":"1751597485","secure":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/utils.min.js?ver=6.8.1" id="utils-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/plupload/moxie.min.js?ver=1.3.5.1" id="moxiejs-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/plupload/plupload.min.js?ver=2.1.9" id="plupload-js"></script> <!--[if lt IE 8]> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/json2.min.js?ver=2015-05-03" id="json2-js"></script> <![endif]--> <script type="text/javascript" id="taiowc-cart-script-js-extra"> /* <![CDATA[ */ var taiowc_param = {"ajax_url":"https:\/\/pillssteroids.com\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","update_shipping_method_nonce":"2721a7f9f1","html":{"successNotice":"<ul class=\"taiowc-notices-msg\"><li class=\"taiowc-notice-success\"><\/li><\/ul>","errorNotice":"<ul class=\"taiowc-notices-msg\"><li class=\"taiowc-notice-error\"><\/li><\/ul>"},"taiowc-cart_open":"simple-open"}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/th-all-in-one-woo-cart/assets/js/taiowc-cart.js?ver=1" id="taiowc-cart-script-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/th-all-in-one-woo-cart/assets/js/owl.carousel.js?ver=1" id="owl.carousel-script-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/gpt3-ai-content-generator/public/js/wp-ai-content-generator-public.js?ver=1.8.46" id="wp-ai-content-generator-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.2.2" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/pillssteroids.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.2.2" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.2.2" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.2.2" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/hunk-companion/gogolite/js/gogo-js/owl.carousel.js?ver=6.8.1" id="owl.carousel-js-js"></script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/hunk-companion/open-shop/assets/js/jssor.slider.min.js?ver=6.8.1" id="jssor.slider-js-js"></script> <script type="text/javascript" id="th-advance-product-search-front-js-extra"> /* <![CDATA[ */ var th_advance_product_search_options = {"ajaxUrl":"https:\/\/pillssteroids.com\/wp-admin\/admin-ajax.php","thaps_nonce":"2e92b9f534","thaps_length":"1","thaps_ga_event":"1","thaps_ga_site_search_module":""}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-content/plugins/th-advance-product-search/assets/js/thaps-search.js?ver=1" id="th-advance-product-search-front-js"></script> <link rel="https://api.w.org/" href="https://pillssteroids.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://pillssteroids.com/wp-json/wp/v2/product_cat/250" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pillssteroids.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <meta name="generator" content="WooCommerce 9.2.2" /> <script type="text/javascript"> window.helpcrunchSettings = { organization: 'store24', appId: 'acebe820-5de0-43b9-8e0a-f531271969ff', }; </script> <script type="text/javascript"> (function(w,d){var hS=w.helpcrunchSettings;if(!hS||!hS.organization){return;}var widgetSrc='https://embed.helpcrunch.com/sdk.js';w.HelpCrunch=function(){w.HelpCrunch.q.push(arguments)};w.HelpCrunch.q=[];function r(){if (d.querySelector('script[src="' + widgetSrc + '"')) { return; }var s=d.createElement('script');s.async=1;s.type='text/javascript';s.src=widgetSrc;(d.body||d.head).appendChild(s);}if(d.readyState === 'complete'||hS.loadImmediately){r();} else if(w.attachEvent){w.attachEvent('onload',r)}else{w.addEventListener('load',r,false)}})(window, document); </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- Schema & Structured Data For WP v1.24 - --> <script type="application/ld+json" class="saswp-schema-markup-output"> [{"@context":"https://schema.org/","@type":"ItemList","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_1","name":"Bacteriostatic Water 10ml Intex Pharma","sku":"5426","description":"Product Description: Bacteriostatic Water 10ml Intex Pharma Introducing Bacteriostatic Water 10ml by Intex Pharma, a high-quality and essential product for bodybuilders and fitness enthusiasts. This bacteriostatic water is specifically designed to meet the needs of individuals who require a sterile and safe solution for reconstituting peptides, hormones, and other medications. Specific Details and Characteristics: Volume:","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"21","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bacteriostatic-water-10ml-intex-pharma/","priceValidUntil":"2025-03-19T11:48:34+00:00"},"mpn":"5426","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-10T11:26:23+02:00","description":"Product Description: Bacteriostatic Water 10ml Intex Pharma Introducing Bacteriostatic Water 10ml by Intex Pharma, a high-quality and essential product for bodybuilders and fitness enthusiasts. This bacteriostatic water is specifically designed to meet the needs of individuals who require a sterile and safe solution for reconstituting peptides, hormones, and other medications. Specific Details and Characteristics: Volume:","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bacteriostatic-water-10ml-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-13.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-13-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-13-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":2,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_2","name":"Bakteriostatisches Wasser 10ml Hilma Biocare","sku":"5270","description":"Product Description: Bakteriostatisches Wasser 10ml Hilma Biocare Bakteriostatisches Wasser 10ml Hilma Biocare is a high-quality product designed to meet the needs of bodybuilders and athletes. This sterile water solution is specifically formulated to inhibit the growth and reproduction of bacteria, ensuring a safe and effective administration of various substances, including peptides and hormones. Specific Details","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"20","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bakteriostatisches-wasser-10ml-hilma-biocare/","priceValidUntil":"2025-03-19T12:25:39+00:00"},"mpn":"5270","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-08T22:50:58+02:00","description":"Product Description: Bakteriostatisches Wasser 10ml Hilma Biocare Bakteriostatisches Wasser 10ml Hilma Biocare is a high-quality product designed to meet the needs of bodybuilders and athletes. This sterile water solution is specifically formulated to inhibit the growth and reproduction of bacteria, ensuring a safe and effective administration of various substances, including peptides and hormones. Specific Details","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bakteriostatisches-wasser-10ml-hilma-biocare/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/MELANOTAN-2-35-e1619109110271-1200x967.png","width":"1200","height":"967"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/MELANOTAN-2-35-e1619109110271-1200x900.png","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/MELANOTAN-2-35-e1619109110271-1200x675.png","width":"1200","height":"675"}]}},{"@type":"ListItem","position":3,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_3","name":"Bakteriostatic Water 10ml Mactropin","sku":"5041","description":"Product Description: Bakteriostatic Water 10ml Mactropin Are you looking for a reliable and high-quality solution to enhance your bodybuilding journey? Look no further than Bakteriostatic Water 10ml Mactropin. This exceptional product is designed to provide you with the perfect solution for reconstituting peptides, hormones, and other substances, ensuring optimal effectiveness and safety. Specific Details and","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"19","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bakteriostatic-water-10ml-mactropin/","priceValidUntil":"2025-03-20T09:20:08+00:00"},"mpn":"5041","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-07T14:17:39+02:00","description":"Product Description: Bakteriostatic Water 10ml Mactropin Are you looking for a reliable and high-quality solution to enhance your bodybuilding journey? Look no further than Bakteriostatic Water 10ml Mactropin. This exceptional product is designed to provide you with the perfect solution for reconstituting peptides, hormones, and other substances, ensuring optimal effectiveness and safety. Specific Details and","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bakteriostatic-water-10ml-mactropin/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-9.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-9-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-9-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":4,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_4","name":"Bacteriostatic water 20ml St Biotechnology","sku":"4274","description":"Product Description: Bacteriostatic Water 20ml St Biotechnology Are you looking for a reliable and high-quality solution to reconstitute your peptides or dilute your medications? Look no further! Bacteriostatic Water 20ml St Biotechnology is the perfect choice for bodybuilders, athletes, and medical professionals alike. With its unique characteristics and numerous benefits, this product is a must-have","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"38","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bacteriostatic-water-20ml-st-biotechnology/","priceValidUntil":"2025-03-21T14:38:32+00:00"},"mpn":"4274","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-30T08:46:42+02:00","description":"Product Description: Bacteriostatic Water 20ml St Biotechnology Are you looking for a reliable and high-quality solution to reconstitute your peptides or dilute your medications? Look no further! Bacteriostatic Water 20ml St Biotechnology is the perfect choice for bodybuilders, athletes, and medical professionals alike. With its unique characteristics and numerous benefits, this product is a must-have","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bacteriostatic-water-20ml-st-biotechnology/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-20ml_enl-1200x796.jpg","width":"1200","height":"796"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-20ml_enl.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-20ml_enl-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":5,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_5","name":"Bacteriostatic water 30 ml St Biotechnology","sku":"4027","description":"Product Description: Bacteriostatic Water 30 ml St Biotechnology Are you looking for a reliable and high-quality solution to dilute your medications or peptides? Look no further! Introducing Bacteriostatic Water 30 ml by St Biotechnology, a must-have product for bodybuilders and individuals seeking safe and effective administration of their medications. With its unique characteristics and numerous","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"55","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bacteriostatic-water-30-ml-st-biotechnology/","priceValidUntil":"2025-03-21T16:26:35+00:00"},"mpn":"4027","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-26T10:40:03+03:00","description":"Product Description: Bacteriostatic Water 30 ml St Biotechnology Are you looking for a reliable and high-quality solution to dilute your medications or peptides? Look no further! Introducing Bacteriostatic Water 30 ml by St Biotechnology, a must-have product for bodybuilders and individuals seeking safe and effective administration of their medications. With its unique characteristics and numerous","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bacteriostatic-water-30-ml-st-biotechnology/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-30ml_enl-1200x796.jpg","width":"1200","height":"796"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-30ml_enl.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Bacteriostatic-water-30ml_enl-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":6,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_6","name":"Bacteriostatic Water 5 ml Gen-Shi","sku":"3275","description":"Product Description: Bacteriostatic Water 5 ml Gen-Shi Are you a bodybuilder looking for a reliable and effective solution to enhance your performance? Look no further than Bacteriostatic Water 5 ml Gen-Shi. This high-quality product is specifically designed to meet the needs of both beginners and advanced bodybuilders, offering a range of benefits that will take","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"12","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bacteriostatic-water-5-ml-gen-shi/","priceValidUntil":"2025-03-25T11:07:58+00:00"},"mpn":"3275","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-17T17:03:04+03:00","description":"Product Description: Bacteriostatic Water 5 ml Gen-Shi Are you a bodybuilder looking for a reliable and effective solution to enhance your performance? Look no further than Bacteriostatic Water 5 ml Gen-Shi. This high-quality product is specifically designed to meet the needs of both beginners and advanced bodybuilders, offering a range of benefits that will take","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bacteriostatic-water-5-ml-gen-shi/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/bacteriostatic-water-5-mlvial-distilled-water09-nacl09-benzyl-alcohol-gen-shi-600x600-1.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/bacteriostatic-water-5-mlvial-distilled-water09-nacl09-benzyl-alcohol-gen-shi-600x600-1-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/bacteriostatic-water-5-mlvial-distilled-water09-nacl09-benzyl-alcohol-gen-shi-600x600-1-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":7,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_7","name":"WATERMED DEUS MEDICAL","sku":"2597","description":"Product Description: WATERMED DEUS MEDICAL Watermed Deus Medical is a high-quality steroid that is specifically designed to enhance muscle growth and improve athletic performance. With its unique formulation and powerful ingredients, this product is a popular choice among bodybuilders and fitness enthusiasts. Characteristics and Benefits Accelerates muscle growth and development Increases strength and endurance Enhances","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"21","priceCurrency":"GBP","url":"https://pillssteroids.com/products/watermed-deus-medical/","priceValidUntil":"2025-03-25T13:14:46+00:00"},"mpn":"2597","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-06T14:42:32+03:00","description":"Product Description: WATERMED DEUS MEDICAL Watermed Deus Medical is a high-quality steroid that is specifically designed to enhance muscle growth and improve athletic performance. With its unique formulation and powerful ingredients, this product is a popular choice among bodybuilders and fitness enthusiasts. Characteristics and Benefits Accelerates muscle growth and development Increases strength and endurance Enhances","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/watermed-deus-medical/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/DEUS-MEDICAL_WATERMED_Bacteriostatic-water_DEUSPOWER_STEROIDS_BUY-1024x768-1.png","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/DEUS-MEDICAL_WATERMED_Bacteriostatic-water_DEUSPOWER_STEROIDS_BUY-1024x768-1.png","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/DEUS-MEDICAL_WATERMED_Bacteriostatic-water_DEUSPOWER_STEROIDS_BUY-1024x768-1-1200x675.png","width":"1200","height":"675"}]}},{"@type":"ListItem","position":8,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_8","name":"Sodium chloride 0.9% Braun","sku":"2453","description":"Product Description: Sodium Chloride 0.9% Braun Sodium Chloride 0.9% Braun is a sterile solution of sodium chloride, commonly known as saline solution. It is an essential product for various medical applications, including hydration, wound cleansing, and intravenous administration. This product is widely used in hospitals, clinics, and by healthcare professionals worldwide. Characteristics and Benefits High","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"21","priceCurrency":"GBP","url":"https://pillssteroids.com/products/sodium-chloride-0-9-braun/","priceValidUntil":"2025-03-25T13:41:35+00:00"},"mpn":"2453","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-05T12:22:04+03:00","description":"Product Description: Sodium Chloride 0.9% Braun Sodium Chloride 0.9% Braun is a sterile solution of sodium chloride, commonly known as saline solution. It is an essential product for various medical applications, including hydration, wound cleansing, and intravenous administration. This product is widely used in hospitals, clinics, and by healthcare professionals worldwide. Characteristics and Benefits High","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/sodium-chloride-0-9-braun/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Untitled_design_1__38487.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Untitled_design_1__38487-1200x720.jpg","width":"1200","height":"720"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/Untitled_design_1__38487-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":9,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_9","name":"SP Bacterios 10 ml SP Laboratories","sku":"SPL-BO-0399","description":"Product Description: SP Bacterios 10 ml SP Laboratories SP Bacterios 10 ml by SP Laboratories is a highly effective and reliable steroid that offers exceptional benefits for bodybuilders and athletes. With its potent formula and precise dosage, this product is designed to enhance muscle growth, strength, and overall performance. Specific Details and Characteristics Product: SP","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"19","priceCurrency":"GBP","url":"https://pillssteroids.com/products/sp-bacterios-10-ml-sp-laboratories/","priceValidUntil":"2025-03-26T11:35:24+00:00"},"mpn":"1569","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-03T15:25:29+03:00","description":"Product Description: SP Bacterios 10 ml SP Laboratories SP Bacterios 10 ml by SP Laboratories is a highly effective and reliable steroid that offers exceptional benefits for bodybuilders and athletes. With its potent formula and precise dosage, this product is designed to enhance muscle growth, strength, and overall performance. Specific Details and Characteristics Product: SP","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/sp-bacterios-10-ml-sp-laboratories/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0309.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0309-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0309-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":10,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#product_10","name":"Bacteriostatic Water 10 ml Magnus Pharmaceuticals","sku":"MAG-BO-0188","description":"Product Description: Bacteriostatic Water 10 ml Magnus Pharmaceuticals Are you looking for a reliable and high-quality solution to reconstitute your peptides or dilute your medications? Look no further than Bacteriostatic Water 10 ml by Magnus Pharmaceuticals. This sterile water for injection is specifically designed to inhibit the growth of bacteria, ensuring the safety and effectiveness","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"22","priceCurrency":"GBP","url":"https://pillssteroids.com/products/bacteriostatic-water-10-ml-magnus-pharmaceuticals/","priceValidUntil":"2025-03-26T12:35:20+00:00"},"mpn":"1190","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-10-03T15:24:42+03:00","description":"Product Description: Bacteriostatic Water 10 ml Magnus Pharmaceuticals Are you looking for a reliable and high-quality solution to reconstitute your peptides or dilute your medications? Look no further than Bacteriostatic Water 10 ml by Magnus Pharmaceuticals. This sterile water for injection is specifically designed to inhibit the growth of bacteria, ensuring the safety and effectiveness","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/bacteriostatic-water-10-ml-magnus-pharmaceuticals/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0350.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0350-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/10/ASC-0350-1200x675.jpg","width":"1200","height":"675"}]}}]}, {"@context":"https://schema.org/","@graph":[{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://pillssteroids.com#Main","name":"Home","url":"https://pillssteroids.com/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://pillssteroids.com#Main","name":"Finalise purchase","url":"https://pillssteroids.com/finalise-purchase/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://pillssteroids.com#Main","name":"My account","url":"https://pillssteroids.com/my-account/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://pillssteroids.com#Main","name":"Cart","url":"https://pillssteroids.com/cart/"}]}, {"@context":"https://schema.org/","@type":"BreadcrumbList","@id":"https://pillssteroids.com/product-category/peptide/bactericidal-water/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://pillssteroids.com","name":"Pills Steroids"}},{"@type":"ListItem","position":2,"item":{"@id":"https://pillssteroids.com/products/bacteriostatic-water-10-ml-magnus-pharmaceuticals/","name":"Products"}},{"@type":"ListItem","position":3,"item":{"@id":"https://pillssteroids.com/product-category/peptide/bactericidal-water/","name":"Bactericidal water"}}]}] </script> <style class='wp-fonts-local' type='text/css'> @font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:block;src:url('https://pillssteroids.com/wp-content/themes/top-store/third-party/fonts/site-font/Lato-Regular.ttf') format('truetype');font-stretch:normal;} @font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:block;src:url('https://pillssteroids.com/wp-content/themes/top-store/third-party/fonts/site-font/Lato-Bold.ttf') format('truetype');font-stretch:normal;} @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://pillssteroids.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://pillssteroids.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> <link rel="icon" href="https://pillssteroids.com/wp-content/uploads/2024/01/pills-medicine-svgrepo-com-5-1-2.svg" sizes="32x32" /> <link rel="icon" href="https://pillssteroids.com/wp-content/uploads/2024/01/pills-medicine-svgrepo-com-5-1-2.svg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://pillssteroids.com/wp-content/uploads/2024/01/pills-medicine-svgrepo-com-5-1-2.svg" /> <meta name="msapplication-TileImage" content="https://pillssteroids.com/wp-content/uploads/2024/01/pills-medicine-svgrepo-com-5-1-2.svg" /> <style type="text/css" id="wp-custom-css"> .header-icon { display: none; } footer { display: none; } </style> </head> <body class="archive tax-product_cat term-bactericidal-water term-250 wp-custom-logo wp-theme-top-store theme-top-store woocommerce woocommerce-page woocommerce-no-js th-advance-product-search taiowc">