/** * 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 Post cycle therapy (PCT) 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/post-cycle-therapy-pct/" /> <link rel="next" href="https://pillssteroids.com/product-category/post-cycle-therapy-pct/page/2/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Buy Post cycle therapy (PCT) in UK: Best Price Online Delivery - Legal and Fast" /> <meta property="og:description" content="Order Post cycle therapy (PCT) 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/post-cycle-therapy-pct/" /> <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 » Post cycle therapy (PCT) Category Feed" href="https://pillssteroids.com/product-category/post-cycle-therapy-pct/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pillssteroids.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.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\u2b1b","\ud83d\udc26\u200b\u2b1b")}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.7.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://pillssteroids.com/wp-includes/css/dashicons.min.css?ver=6.7.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.7.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.7.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.7.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":"1739185077","secure":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://pillssteroids.com/wp-includes/js/utils.min.js?ver=6.7.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" 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":"7dd152085f","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.7.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.7.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":"2da9f01fed","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/36" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pillssteroids.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.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/post-cycle-therapy-pct/","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_1","name":"Tribuls 250 mg Elbrus Pharmaceuticals","sku":"ELB-PK-0652","description":"Tribuls 250 mg Elbrus Pharmaceuticals Tribuls 250 mg by Elbrus Pharmaceuticals is a high-quality steroid that offers numerous benefits for bodybuilders and fitness enthusiasts. With its potent formula, this product is designed to enhance muscle growth, improve athletic performance, and boost overall strength and endurance. Specific Details and Characteristics Each Tribuls 250 mg tablet contains","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"35","priceCurrency":"GBP","url":"https://pillssteroids.com/products/tribuls-250-mg-elbrus-pharmaceuticals/","priceValidUntil":"2025-03-19T08:19:49+00:00"},"mpn":"5626","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-13T17:18:25+02:00","description":"Tribuls 250 mg Elbrus Pharmaceuticals Tribuls 250 mg by Elbrus Pharmaceuticals is a high-quality steroid that offers numerous benefits for bodybuilders and fitness enthusiasts. With its potent formula, this product is designed to enhance muscle growth, improve athletic performance, and boost overall strength and endurance. Specific Details and Characteristics Each Tribuls 250 mg tablet contains","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/tribuls-250-mg-elbrus-pharmaceuticals/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/ELB-PK-0652-1200x1200.png","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/ELB-PK-0652-1200x900.png","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/ELB-PK-0652-1200x675.png","width":"1200","height":"675"}]}},{"@type":"ListItem","position":2,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_2","name":"Intex Viagra 50mg Intex Pharma","sku":"5561","description":"Intex Viagra 50mg: Unlock Your True Potential Intex Viagra 50mg by Intex Pharma is a powerful and reliable steroid that has been specifically formulated to enhance your bodybuilding journey. With its exceptional quality and effectiveness, this product is designed to help you achieve your fitness goals faster and more efficiently than ever before. Specific Details","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"78","priceCurrency":"GBP","url":"https://pillssteroids.com/products/intex-viagra-50mg-intex-pharma/","priceValidUntil":"2025-03-19T08:34:33+00:00"},"mpn":"5561","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-10T17:09:04+02:00","description":"Intex Viagra 50mg: Unlock Your True Potential Intex Viagra 50mg by Intex Pharma is a powerful and reliable steroid that has been specifically formulated to enhance your bodybuilding journey. With its exceptional quality and effectiveness, this product is designed to help you achieve your fitness goals faster and more efficiently than ever before. Specific Details","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/intex-viagra-50mg-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/64eef8b6dd77a114089645-1200x1066.jpg","width":"1200","height":"1066"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/64eef8b6dd77a114089645-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/64eef8b6dd77a114089645-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":3,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_3","name":"Intex PCT 53,5mg Intex Pharma","sku":"5508","description":"Intex PCT 53.5mg Intex Pharma: The Ultimate Post Cycle Therapy Solution Intex PCT 53.5mg by Intex Pharma is a highly effective post cycle therapy (PCT) product designed to support bodybuilders and athletes in their recovery phase after a steroid cycle. With its unique formulation and potent ingredients, Intex PCT 53.5mg offers a range of benefits","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"0","priceCurrency":"GBP","url":"https://pillssteroids.com/products/intex-pct-535mg-intex-pharma/","priceValidUntil":"2025-03-19T11:27:44+00:00"},"mpn":"5508","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-10T13:01:49+02:00","description":"Intex PCT 53.5mg Intex Pharma: The Ultimate Post Cycle Therapy Solution Intex PCT 53.5mg by Intex Pharma is a highly effective post cycle therapy (PCT) product designed to support bodybuilders and athletes in their recovery phase after a steroid cycle. With its unique formulation and potent ingredients, Intex PCT 53.5mg offers a range of benefits","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/intex-pct-535mg-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-3-4-1200x1200.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-3-4-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-3-4-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":4,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_4","name":"HCG 5000IU Intex Pharma","sku":"5475","description":"Product Description: HCG 5000IU Intex Pharma Are you looking to enhance your bodybuilding journey and achieve your fitness goals faster? Look no further than HCG 5000IU Intex Pharma. This powerful steroid offers a range of benefits that can take your performance to the next level. Specific Details and Characteristics HCG 5000IU Intex Pharma is a","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"35","priceCurrency":"GBP","url":"https://pillssteroids.com/products/hcg-5000iu-intex-pharma/","priceValidUntil":"2025-03-19T11:36:34+00:00"},"mpn":"5475","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-10T12:29:58+02:00","description":"Product Description: HCG 5000IU Intex Pharma Are you looking to enhance your bodybuilding journey and achieve your fitness goals faster? Look no further than HCG 5000IU Intex Pharma. This powerful steroid offers a range of benefits that can take your performance to the next level. Specific Details and Characteristics HCG 5000IU Intex Pharma is a","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/hcg-5000iu-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-1-7-1200x1200.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-1-7-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Без-названия-1-7-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":5,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_5","name":"PCT tabs 102.5mg Pharmaqo Labs","sku":"5382","description":"PCT tabs 102.5mg Pharmaqo Labs Are you a bodybuilder looking for a reliable and effective post-cycle therapy (PCT) product? Look no further than PCT tabs 102.5mg from Pharmaqo Labs. This powerful steroid is designed to help you maintain your gains, restore hormonal balance, and minimize the side effects associated with anabolic steroid use. Specific Details","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"0","priceCurrency":"GBP","url":"https://pillssteroids.com/products/pct-tabs-102-5mg-pharmaqo-labs/","priceValidUntil":"2025-03-19T11:59:52+00:00"},"mpn":"5382","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T16:20:06+02:00","description":"PCT tabs 102.5mg Pharmaqo Labs Are you a bodybuilder looking for a reliable and effective post-cycle therapy (PCT) product? Look no further than PCT tabs 102.5mg from Pharmaqo Labs. This powerful steroid is designed to help you maintain your gains, restore hormonal balance, and minimize the side effects associated with anabolic steroid use. Specific Details","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/pct-tabs-102-5mg-pharmaqo-labs/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/pharmaqo_pct_141787ccc5-1200x1200-1.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/pharmaqo_pct_141787ccc5-1200x1200-1-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/pharmaqo_pct_141787ccc5-1200x1200-1-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":6,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_6","name":"Clomid 50mg Pharmaqo Labs","sku":"5336","description":"Product Description: Clomid 50mg Pharmaqo Labs Clomid 50mg by Pharmaqo Labs is a highly effective and popular medication used by bodybuilders and athletes to enhance their performance and optimize their hormonal balance. This product contains the active ingredient Clomiphene Citrate, which is a selective estrogen receptor modulator (SERM). Characteristics and Benefits Clomid 50mg helps to","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"79","priceCurrency":"GBP","url":"https://pillssteroids.com/products/clomid-50mg-pharmaqo-labs/","priceValidUntil":"2025-11-04T09:06:43+00:00"},"mpn":"5336","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T15:02:27+02:00","description":"Product Description: Clomid 50mg Pharmaqo Labs Clomid 50mg by Pharmaqo Labs is a highly effective and popular medication used by bodybuilders and athletes to enhance their performance and optimize their hormonal balance. This product contains the active ingredient Clomiphene Citrate, which is a selective estrogen receptor modulator (SERM). Characteristics and Benefits Clomid 50mg helps to","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/clomid-50mg-pharmaqo-labs/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Clomid-rotated-1-1200x1600.jpg","width":"1200","height":"1600"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Clomid-rotated-1-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Clomid-rotated-1-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":7,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_7","name":"Intex Cialis 20mg Intex Pharma","sku":"5332","description":"Intex Cialis 20mg: Enhance Your Performance and Boost Your Confidence Intex Cialis 20mg, manufactured by Intex Pharma, is a highly effective steroid designed to improve your physical performance and overall well-being. With its potent formula, this product offers numerous benefits for bodybuilders and athletes alike. Let's explore the specific details, characteristics, and advantages of Intex","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"88","priceCurrency":"GBP","url":"https://pillssteroids.com/products/intex-cialis-20mg-intex-pharma/","priceValidUntil":"2025-10-22T00:14:31+00:00"},"mpn":"5332","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T14:56:23+02:00","description":"Intex Cialis 20mg: Enhance Your Performance and Boost Your Confidence Intex Cialis 20mg, manufactured by Intex Pharma, is a highly effective steroid designed to improve your physical performance and overall well-being. With its potent formula, this product offers numerous benefits for bodybuilders and athletes alike. Let's explore the specific details, characteristics, and advantages of Intex","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/intex-cialis-20mg-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Untitled-design-12-450x450-1-e1699538071198-1200x1602.jpg","width":"1200","height":"1602"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Untitled-design-12-450x450-1-e1699538071198-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Untitled-design-12-450x450-1-e1699538071198-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":8,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_8","name":"Intex Clomid 50mg Intex Pharma","sku":"5330","description":"Intex Clomid 50mg: Boost Your Bodybuilding Journey Intex Clomid 50mg by Intex Pharma is a powerful and reliable steroid designed to enhance your bodybuilding results. With its unique formulation and high-quality ingredients, this product offers numerous benefits for both beginners and advanced bodybuilders. Specific Details and Characteristics Each tablet contains 50mg of Clomiphene Citrate, ensuring","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"82","priceCurrency":"GBP","url":"https://pillssteroids.com/products/clomid-50mg-intex-pharma/","priceValidUntil":"2025-03-19T12:12:12+00:00"},"mpn":"5330","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T14:52:30+02:00","description":"Intex Clomid 50mg: Boost Your Bodybuilding Journey Intex Clomid 50mg by Intex Pharma is a powerful and reliable steroid designed to enhance your bodybuilding results. With its unique formulation and high-quality ingredients, this product offers numerous benefits for both beginners and advanced bodybuilders. Specific Details and Characteristics Each tablet contains 50mg of Clomiphene Citrate, ensuring","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/clomid-50mg-intex-pharma/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Intex-Pharma-Clomid-50mg-1200x675-1.jpg","width":"1200","height":"675"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Intex-Pharma-Clomid-50mg-1200x675-1-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Intex-Pharma-Clomid-50mg-1200x675-1.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":9,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_9","name":"VIAGRON 100 Hilma Biocare","sku":"5304","description":"VIAGRON 100 Hilma Biocare: The Ultimate Steroid for Bodybuilders Are you a bodybuilder looking to take your performance to the next level? Look no further than VIAGRON 100 by Hilma Biocare. This powerful steroid is designed to help you achieve your fitness goals faster and more efficiently than ever before. With its unique blend of","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"39","priceCurrency":"GBP","url":"https://pillssteroids.com/products/viagron-100-hilma-biocare/","priceValidUntil":"2025-03-19T12:13:25+00:00"},"mpn":"5304","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T11:14:40+02:00","description":"VIAGRON 100 Hilma Biocare: The Ultimate Steroid for Bodybuilders Are you a bodybuilder looking to take your performance to the next level? Look no further than VIAGRON 100 by Hilma Biocare. This powerful steroid is designed to help you achieve your fitness goals faster and more efficiently than ever before. With its unique blend of","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/viagron-100-hilma-biocare/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/via100_01-1200x1200.jpg","width":"1200","height":"1200"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/via100_01-1200x900.jpg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/via100_01-1200x675.jpg","width":"1200","height":"675"}]}},{"@type":"ListItem","position":10,"item":{"@type":"Product","url":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/#product_10","name":"Viagra Injektion 20mcg Edex","sku":"5299","description":"Product Description: Viagra Injektion 20mcg Edex Viagra Injektion 20mcg Edex is a highly effective and reliable injectable steroid designed to enhance performance and improve muscle growth. With its unique formulation and potent ingredients, this product is a popular choice among bodybuilders and athletes looking to achieve their fitness goals. Specific Details and Characteristics Active Ingredient:","offers":{"@type":"Offer","availability":"https://schema.org/InStock","price":"0","priceCurrency":"GBP","url":"https://pillssteroids.com/products/viagra-injektion-20mcg-edex/","priceValidUntil":"2025-03-19T12:15:54+00:00"},"mpn":"5299","brand":{"@type":"Brand","name":"Pills Steroids"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":1},"review":[{"@type":"Review","author":{"@type":"Person","name":"HFhobCTl3CS8"},"datePublished":"2023-11-09T11:14:26+02:00","description":"Product Description: Viagra Injektion 20mcg Edex Viagra Injektion 20mcg Edex is a highly effective and reliable injectable steroid designed to enhance performance and improve muscle growth. With its unique formulation and potent ingredients, this product is a popular choice among bodybuilders and athletes looking to achieve their fitness goals. Specific Details and Characteristics Active Ingredient:","reviewRating":{"@type":"Rating","bestRating":"5","ratingValue":"5","worstRating":"1"}}],"image":[{"@type":"ImageObject","@id":"https://pillssteroids.com/products/viagra-injektion-20mcg-edex/#primaryimage","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Diseno-sin-titulo-20-e1619102813497-1200x1004.png","width":"1200","height":"1004"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Diseno-sin-titulo-20-e1619102813497-1200x900.png","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://pillssteroids.com/wp-content/uploads/2023/11/Diseno-sin-titulo-20-e1619102813497-1200x675.png","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/post-cycle-therapy-pct/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://pillssteroids.com","name":"Pills Steroids"}},{"@type":"ListItem","position":2,"item":{"@id":"https://pillssteroids.com/products/accutadyn-10mg-driada-medical/","name":"Products"}},{"@type":"ListItem","position":3,"item":{"@id":"https://pillssteroids.com/product-category/post-cycle-therapy-pct/","name":"Post cycle therapy (PCT)"}}]}] </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-post-cycle-therapy-pct term-36 wp-custom-logo theme-top-store woocommerce woocommerce-page woocommerce-no-js th-advance-product-search taiowc">