/** * Top Store functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Top Store * @since 1.0.0 */ /** * Theme functions and definitions */ if ( ! function_exists( 'top_store_pro_setup' ) ) : define( 'TOP_STORE_THEME_VERSION','1.7.5'); 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_pro_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_pro_setup(){ /* * Make theme available for translation. */ load_theme_textdomain( 'top-store-pro', 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' ); add_editor_style( 'editor.css' ); // Enqueue editor styles. add_editor_style( '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, ) ) ); // Add support for Custom Background. if(get_theme_mod('top_store_color_scheme','opn-light')=='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, ) ); // Recommend plugins add_theme_support( 'plugins', array( 'vayu-blocks' => array( 'name' => esc_html__( 'Vayu blocks For Gutenberg', 'top-store-pro' ), 'img' => 'icon-128x128.png', 'pro_link' =>'', 'active_filename' => 'vayu-blocks/vayu-blocks.php', ), 'th-advance-product-search' => array( 'name' => esc_html__( 'Th Advance Product Search', 'top-store-pro' ), 'img' => 'icon-128x128.gif', 'pro_link' => esc_url('https://themehunk.com/advance-product-search/'), 'active_filename' => 'th-advance-product-search/th-advance-product-search.php', 'pro-plugin' => array('slug'=>'th-advance-product-search-pro', 'init'=>'th-advance-product-search-pro/th-advance-product-search-pro.php', 'admin_link'=>'th-advance-product-search-pro', 'docs'=>esc_url('https://themehunk.com/docs/th-advance-product-search/'), ) ), 'th-all-in-one-woo-cart' => array( 'name' => esc_html__( 'Th All In One Woo Cart', 'top-store-pro' ), 'img' => 'icon-128x128.gif', 'pro_link' => esc_url('https://themehunk.com/th-all-in-one-woo-cart/'), 'active_filename' => 'th-all-in-one-woo-cart/th-all-in-one-woo-cart.php', 'pro-plugin' => array('slug'=>'th-all-in-one-woo-cart-pro', 'init'=>'th-all-in-one-woo-cart-pro/th-all-in-one-woo-cart-pro.php', 'admin_link'=>'th-all-in-one-woo-cart-pro', 'docs'=>esc_url('https://themehunk.com/docs/th-all-in-one-woo-cart/'), ) ), 'th-product-compare' => array( 'name' => esc_html__( 'Th Product Compare', 'top-store-pro' ), 'img' => 'icon-128x128.gif', 'pro_link' => esc_url('https://themehunk.com/th-product-compare/'), 'active_filename' => 'th-product-compare/th-product-compare.php', 'pro-plugin' => array('slug'=>'th-product-compare-pro', 'init'=>'th-product-compare-pro/th-product-compare-pro.php', 'admin_link'=>'th-product-compare-pro', 'docs'=>esc_url('https://themehunk.com/docs/th-product-compare/'), ) ), 'th-wishlist' => array( 'name' => esc_html__( 'TH Wishlist for WooCommerce', 'top-store-pro' ), 'img' => 'icon-128x128.gif', 'pro_link' => '', 'active_filename' => 'th-wishlist/th-wishlist.php', ), 'lead-form-builder' => array( 'name' => esc_html__( 'Lead Form Builder', 'top-store-pro' ), 'img' => 'icon-128x128.png', 'pro_link' => esc_url('https://themehunk.com/product/lead-form-builder-pro/'), 'active_filename' => 'lead-form-builder/lead-form-builder.php', 'pro-plugin' => array('slug'=>'lead-form-builder', 'init'=>'lead-form-builder/init.php', 'admin_link'=>'wplf-plugin-menu', 'docs'=>esc_url('https://themehunk.com/docs/lead-form-builder-pro/'), ) ), 'th-variation-swatches' => array( 'name' => esc_html__( 'Th Variation Swatches', 'top-store-pro' ), 'img' => 'icon-128x128.gif', 'pro_link' => esc_url('https://themehunk.com/th-variation-swatches/'), 'active_filename' => 'th-variation-swatches/th-variation-swatches.php', 'pro-plugin' => array('slug'=>'th-variation-swatches', 'init'=>'th-variation-swatches-pro/th-variation-swatches-pro.php', 'admin_link'=>'th-variation-swatches', 'docs'=>esc_url('https://themehunk.com/docs/th-variation-swatches-plugin/'), ) ), 'wp-popup-builder' => array( 'name' => esc_html__( 'WP Popup Builder – Popup Forms & Newsletter', 'top-store-pro' ), 'img' => 'icon-128x128.png', 'pro_link' => esc_url('https://themehunk.com/wp-popup-builder-pro/'), 'active_filename' => 'wp-popup-builder/wp-popup-builder.php', 'pro-plugin' => array('slug'=>'wp-popup-builder', 'init'=>'wp-popup-builder-pro/wp-popup-builder.php', 'admin_link'=>'wppb', 'docs'=>esc_url('https://themehunk.com/docs/wp-popup-builder-pro/'), ) ), ) ); } endif; add_action( 'after_setup_theme', 'top_store_pro_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_pro_widgets_init(){ register_sidebar( array( 'name' => esc_html__( 'Primary Sidebar', 'top-store-pro' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here to appear in your primary sidebar.', 'top-store-pro' ), '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-pro' ), 'id' => 'sidebar-2', 'description' => esc_html__( 'Add widgets here to appear in your secondary sidebar.', 'top-store-pro' ), '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-pro' ), 'id' => 'top-header-widget-col1', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ), '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-pro' ), 'id' => 'top-header-widget-col2', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ), '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-pro' ), 'id' => 'top-header-widget-col3', 'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ), '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-pro' ), 'id' => 'main-header-widget', 'description' => esc_html__( 'Add widgets here to appear in main header.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-top-first', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-top-second', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-top-third', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-below-first', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-below-second', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), 'id' => 'footer-below-third', 'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ), '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-pro' ), $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>', ) ); } for ( $i = 1; $i <= 4; $i++ ){ //Widgets for First Custom Section register_sidebar( array( 'name' => sprintf( esc_html__( 'First Custom Section Widget Area %d', 'top-store-pro' ), $i ), 'id' => 'first-customsec-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); //Widgets for Second Custom Section register_sidebar( array( 'name' => sprintf( esc_html__( 'Second Custom Section Widget Area %d', 'top-store-pro' ), $i ), 'id' => 'second-customsec-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); //Widgets for Third Custom Section register_sidebar( array( 'name' => sprintf( esc_html__( 'Third Custom Section Widget Area %d', 'top-store-pro' ), $i ), 'id' => 'third-customsec-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); //Widgets for Four Custom Section register_sidebar( array( 'name' => sprintf( esc_html__( 'Fourth Custom Section Widget Area %d', 'top-store-pro' ), $i ), 'id' => 'four-customsec-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } //Widgets for Five Custom Section for ( $i = 1; $i <= 3; $i++ ){ register_sidebar( array( 'name' => sprintf( esc_html__( 'Top Custom Section Widget Area %d', 'top-store-pro' ), $i ), 'id' => 'five-customsec-' . $i, 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } } add_action( 'widgets_init', 'top_store_pro_widgets_init' ); /** * Enqueue scripts and styles. */ function top_store_pro_scripts(){ /* Directory and Extension */ $dir_name = ( SCRIPT_DEBUG ) ? 'unminified' : 'minified'; $file_prefix = ( SCRIPT_DEBUG ) ? '' : '.min'; // enqueue css wp_enqueue_style( 'top-store-main', TOP_STORE_THEME_URI . '/css/' . $dir_name . '/top-store' . $file_prefix . '.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'font-awesome', TOP_STORE_THEME_URI . '/third-party/fonts/font-awesome/css/font-awesome' . $file_prefix . '.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/' . $dir_name . '/animate' . $file_prefix . '.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'owl.carousel-css', TOP_STORE_THEME_URI . '/css/' . $dir_name . '/owl.carousel' . $file_prefix . '.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'slick-css', TOP_STORE_THEME_URI . '/css/' . $dir_name . '/slick' . $file_prefix . '.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'top-store-menu', TOP_STORE_THEME_URI . '/css/' . $dir_name . '/top-store-menu' . $file_prefix . '.css','',TOP_STORE_THEME_VERSION); wp_enqueue_style( 'top-store-style', get_stylesheet_uri(), array(), TOP_STORE_THEME_VERSION ); wp_add_inline_style('top-store-style', top_store_custom_style()); wp_add_inline_style('top-store-style', top_store_typography_style()); wp_add_inline_style('top-store-style', '@font-face{font-family:"th-icon";src:url("' . esc_url(get_template_directory_uri() . '/third-party/fonts/th-icon/fonts/th-icon.ttf?k3xn19') . '") format("truetype");font-weight:normal;font-style:normal;font-display:block;}'); //enqueue js wp_enqueue_script("jquery-effects-core",array( 'jquery' )); wp_enqueue_script( 'jquery-ui-autocomplete',array( 'jquery' ),'',true ); wp_enqueue_script('imagesloaded'); wp_enqueue_script('top-store-menu-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/top-store-menu' . $file_prefix . '.js', array( 'jquery' ), '1.0.0', true ); wp_enqueue_script('jssor.slider-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/jssor.slider' . $file_prefix . '.js', array( 'jquery' ), '1.0.1', true ); wp_enqueue_script('owl.carousel-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/owl.carousel' . $file_prefix . '.js', array( 'jquery' ), '1.0.1', true ); wp_enqueue_script('slick-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/slick' . $file_prefix . '.js', array( 'jquery' ), '1.0.1', true ); wp_enqueue_script('sticky-sidebar-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/sticky-sidebar' . $file_prefix . '.js', array( 'jquery' ), '1.0.1', true ); wp_enqueue_script('top-store-accordian-menu-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/top-store-accordian-menu' . $file_prefix . '.js', array( 'jquery' ), TOP_STORE_THEME_VERSION , true ); wp_enqueue_script('accordion-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/accordion' . $file_prefix . '.js', array( 'jquery' ), '1.0.1', true ); wp_enqueue_script( 'top-store-custom-js', TOP_STORE_THEME_URI .'/js/' . $dir_name . '/top-store-custom' . $file_prefix . '.js', array( 'jquery' ), TOP_STORE_THEME_VERSION , true ); $topstorelocalize = array( 'top_store_top_slider_optn' => get_theme_mod('top_store_top_slider_optn',false), 'top_store_move_to_top_optn' => get_theme_mod('top_store_move_to_top',false), 'top_store_pro_sticky_header_effect' => get_theme_mod('top_store_pro_sticky_header_effect','scrldwmn'), 'top_store_top_slider_speed' => get_theme_mod('top_store_top_slider_speed','3000'), 'top_store_sidebar_front_option' => get_theme_mod('top_store_sidebar_front_option','active-sidebar'), 'top_store_tooltip_compare' => __('Compare','top-store-pro'), 'top_store_tooltip_quikview' => __('Quickview','top-store-pro'), 'top_store_tooltip_wishlist' => __('Wishlist','top-store-pro'), 'top_store_sidebar_tgle_mble' => get_theme_mod('top_store_sidebar_tgle_mble',true), ); 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_pro_scripts' ); /********************************************************/ // Adding Dashicons in WordPress Front-end /********************************************************/ add_action( 'wp_enqueue_scripts', 'top_store_pro_load_dashicons_front_end' ); function top_store_pro_load_dashicons_front_end(){ wp_enqueue_style( 'dashicons' ); } /** * Load init. */ require_once trailingslashit(TOP_STORE_THEME_DIR).'inc/init.php'; require_once( get_template_directory() . '/import/themehunk.php' ); //custom function conditional check for blog page function top_store_pro_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' ); } } /********************************************************/ // Disable Sliderads from dashbaord /********************************************************/ add_action('admin_head', 'my_custom_sliderads'); function my_custom_sliderads() { echo '<style> .notice.th-notice-slide-wrapper, .notice.th-notice-slide-wrap{ display:none !important; } </style>'; } // Disable a plugin on activation of a theme. add_action('after_switch_theme','top_store_pro_disable_plugins'); function top_store_pro_disable_plugins(){ include_once(ABSPATH.'wp-admin/includes/plugin.php'); $current_theme = wp_get_theme(); $current_theme_name = $current_theme->Name; if($current_theme_name == 'Top Store Pro'){ if ( is_plugin_active('hunk-companion/hunk-companion.php') ) { deactivate_plugins('hunk-companion/hunk-companion.php'); } } }<!DOCTYPE html> <html lang="en-US"> <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='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/seapearlsaquarium.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}}; /*! This file is auto-generated */ !function(s,n){var o,i,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),a=(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===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.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("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}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='taiowc-style-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-all-in-one-woo-cart/assets/css/style.css?ver=2.2.0' 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='th-icon-css-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-all-in-one-woo-cart/th-icon/style.css?ver=2.2.0' 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://seapearlsaquarium.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3' type='text/css' media='all' /> <link rel='stylesheet' id='th-advance-product-search-frontend-style-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-advance-product-search/build/style-th-advance-product-search.css?ver=1758270776' type='text/css' media='all' /> <link rel='stylesheet' id='taiowc-frontend-style-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-all-in-one-woo-cart/build/style-taiowc.css?ver=1760510616' type='text/css' media='all' /> <link rel='stylesheet' id='thaps-th-icon-css-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-advance-product-search/th-icon/style.css?ver=6.8.3' 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--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--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1300px; }: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{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}: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-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-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-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-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;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='woocommerce-layout-css' href='https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.3.4' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.3.4' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.3.4' 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='dashicons-css' href='https://seapearlsaquarium.com/wp-includes/css/dashicons.min.css?ver=6.8.3' type='text/css' media='all' /> <link rel='stylesheet' id='th-product-compare-style-front-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-product-compare/assets/fstyle.css?ver=6.8.3' type='text/css' media='all' /> <link rel='stylesheet' id='brands-styles-css' href='https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=10.3.4' type='text/css' media='all' /> <link rel='stylesheet' id='th-icon-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-advance-product-search/th-icon/style.css?ver=1.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='th-advance-product-search-front-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-advance-product-search/assets/css/thaps-front-style.css?ver=1.3.1' type='text/css' media='all' /> <style id='th-advance-product-search-front-inline-css' type='text/css'> .thaps-search-box{max-width:300px;}.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> <link rel='stylesheet' id='th-variation-swatches-css' href='https://seapearlsaquarium.com/wp-content/plugins/th-variation-swatches//assets/css/thvs-front-style.css?ver=1.3.4' type='text/css' media='all' /> <style id='th-variation-swatches-inline-css' type='text/css'> [data-thvstooltip]:before { min-width: 100px; content: attr(data-thvstooltip); } [data-thvstooltip]:before { margin-bottom: 5px; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding: 7px; border-radius: 3px; background-color: #111; background-color: #111; color: #fff; text-align: center; font-size: 14px; line-height: 1.2; } [data-thvstooltip]:after, [data-thvstooltip]:before { visibility: hidden; opacity: 0; pointer-events: none; box-sizing: inherit; position: absolute; bottom: 130%; left: 50%; z-index: 999; } [data-thvstooltip]:after { margin-left: -5px; width: 0; border-top: 5px solid #111; border-top: 5px solid #111; border-right: 5px solid transparent; border-left: 5px solid transparent; content:''; font-size: 0; line-height: 0; } [data-thvstooltip]:hover:after, [data-thvstooltip]:hover:before { bottom: 120%; visibility: visible; opacity: 1; } .variable-item:not(.radio-variable-item){ height:30px;width:30px; } .thvs-attr-behavior-blur .variable-item.disabled .variable-item-contents span:after{ height:30px; line-height:30px; } .woo-variation-items-wrapper .button-variable-item span,.th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span { font-size:16px; } </style> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p role="alert">Sorry, this product is unavailable. Please choose a different combination.</p> </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="taiowc-cart-script-js-extra"> /* <![CDATA[ */ var taiowc_param = {"ajax_url":"https:\/\/seapearlsaquarium.com\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","update_qty_nonce":"a2e1ce4896","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://seapearlsaquarium.com/wp-content/plugins/th-all-in-one-woo-cart/assets/js/taiowc-cart.js?ver=6.8.3" id="taiowc-cart-script-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="print-invoices-packing-slip-labels-for-woocommerce_public-js-extra"> /* <![CDATA[ */ var wf_pklist_params_public = {"show_document_preview":"No","document_access_type":"logged_in","is_user_logged_in":"","msgs":{"invoice_number_prompt_free_order":"\u2018Generate invoice for free orders\u2019 is disabled in Invoice settings > Advanced. You are attempting to generate invoice for this free order. Proceed?","creditnote_number_prompt":"Refund in this order seems not having credit number yet. Do you want to manually generate one ?","invoice_number_prompt_no_from_addr":"Please fill the `from address` in the plugin's general settings.","invoice_title_prompt":"Invoice","invoice_number_prompt":"number has not been generated yet. Do you want to manually generate one ?","pop_dont_show_again":false,"request_error":"Request error.","error_loading_data":"Error loading data.","min_value_error":"minimum value should be","generating_document_text":"Generating document...","new_tab_open_error":"Failed to open new tab. Please check your browser settings."}}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/print-invoices-packing-slip-labels-for-woocommerce/public/js/wf-woocommerce-packing-list-public.js?ver=4.8.6" id="print-invoices-packing-slip-labels-for-woocommerce_public-js"></script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.3.4" id="wc-js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-cart-fragments-js-extra"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_99269afd4ac7c9ad0bd2baad682472ab","fragment_name":"wc_fragments_99269afd4ac7c9ad0bd2baad682472ab","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.3.4" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.3.4" id="wc-jquery-blockui-js" 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:\/\/seapearlsaquarium.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.3.4" id="wc-add-to-cart-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%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.3.4" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="th-advance-product-search-front-js-extra"> /* <![CDATA[ */ var th_advance_product_search_options = {"ajaxUrl":"https:\/\/seapearlsaquarium.com\/wp-admin\/admin-ajax.php","thaps_nonce":"ce4c295d25","thaps_length":"1","thaps_ga_event":"1","thaps_ga_site_search_module":""}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/th-advance-product-search/assets/js/thaps-search.js?ver=1" id="th-advance-product-search-front-js"></script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-includes/js/wp-util.min.js?ver=6.8.3" id="wp-util-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your cart."}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=10.3.4" id="wc-add-to-cart-variation-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="th-variation-swatches-front-js-extra"> /* <![CDATA[ */ var th_variation_swatches_options = {"is_product_page":"","show_variation_label":"1","variation_label_separator":"=","thvs_nonce":"4b0462b63a"}; /* ]]> */ </script> <script type="text/javascript" src="https://seapearlsaquarium.com/wp-content/plugins/th-variation-swatches//assets/js/thvs-front.js?ver=1" id="th-variation-swatches-front-js"></script> <link rel="https://api.w.org/" href="https://seapearlsaquarium.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://seapearlsaquarium.com/wp-json/wp/v2/posts/2882" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://seapearlsaquarium.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.3" /> <meta name="generator" content="WooCommerce 10.3.4" /> <link rel="canonical" href="https://seapearlsaquarium.com/2025/09/27/bet7-casino-login-app-sign-up/" /> <link rel='shortlink' href='https://seapearlsaquarium.com/?p=2882' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://seapearlsaquarium.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseapearlsaquarium.com%2F2025%2F09%2F27%2Fbet7-casino-login-app-sign-up%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://seapearlsaquarium.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseapearlsaquarium.com%2F2025%2F09%2F27%2Fbet7-casino-login-app-sign-up%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.165.0" /><!-- Google site verification - Google for WooCommerce --> <meta name="google-site-verification" content="KIyAomcSwVia8GLPCvFctUueR76bR1V4fVQwmMuvmGA" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.32.5; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://seapearlsaquarium.com/wp-content/uploads/2024/07/cropped-android-icon-36x36-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://seapearlsaquarium.com/wp-content/uploads/2024/07/cropped-android-icon-36x36-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://seapearlsaquarium.com/wp-content/uploads/2024/07/cropped-android-icon-36x36-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://seapearlsaquarium.com/wp-content/uploads/2024/07/cropped-android-icon-36x36-1-270x270.png" /> <style type="text/css" id="wp-custom-css"> .th-whishlist-text, .account-text:nth-of-type(1) { color: #0a0a0a; } .header-icon span:nth-of-type(2) { display: initial; font-weight: 700; font-size: 13px; vertical-align: text-bottom; color: black; } .thunk-icon-market .cart-icon .taiowc-icon .th-icon, .cart-icon .taiowcp-icon .th-icon { color: #0a0909; } .thunk-icon-market .taiowc-content .taiowc-total, .thunk-icon-market .taiowcp-content .taiowcp-total, .thunk-icon-market a .th-icon { color: #0a0a0a; } .thunk-product-cat-list li a { color: ; color: #1c2448; } :root :where(a:where(:not(.wp-element-button))) { color: #6f6f6f; text-decoration: underline; } </style> <!-- Global site tag (gtag.js) - Google Ads: AW-17218671672 - Google for WooCommerce --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17218671672"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag( 'consent', 'default', { analytics_storage: 'denied', ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied', region: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB', 'CH'], wait_for_update: 500, } ); gtag('js', new Date()); gtag('set', 'developer_id.dOGY3NW', true); gtag("config", "AW-17218671672", { "groups": "GLA", "send_page_view": false }); </script> </head> <body class="wp-singular post-template-default single single-post postid-2882 single-format-standard wp-custom-logo wp-theme-top-store-pro theme-top-store-pro woocommerce-no-js th-advance-product-search taiowc th-variation-swatches thvs-style-squared thvs-attr-behavior-blur thvs-css elementor-default elementor-kit-1471"> <script type="text/javascript"> /* <![CDATA[ */ gtag("event", "page_view", {send_to: "GLA"}); /* ]]> */ </script> <div id="page" class="top-store-site">