{"id":84,"date":"2024-03-17T15:22:49","date_gmt":"2024-03-17T15:22:49","guid":{"rendered":"https:\/\/storzlive.online\/?page_id=84"},"modified":"2026-06-23T13:37:08","modified_gmt":"2026-06-23T13:37:08","slug":"home","status":"publish","type":"page","link":"https:\/\/storzlive.online\/index.php\/home\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>Bloom &#038; Co. \u2014 Premium Store<\/title>\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\" \/>\n    <!-- Font Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" \/>\n    <style>\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 RESET & BASE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        *,\n        *::before,\n        *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --gold: #c9a84c;\n            --gold-light: #e8d5a3;\n            --gold-glow: rgba(201, 168, 76, 0.25);\n            --dark: #1e1a16;\n            --dark-soft: #2c2620;\n            --cream: #faf6f0;\n            --cream-dark: #f0ebe3;\n            --text: #3d352e;\n            --text-light: #7a6e64;\n            --white: #ffffff;\n            --shadow: 0 20px 60px rgba(30, 26, 22, 0.10);\n            --shadow-hover: 0 30px 80px rgba(30, 26, 22, 0.16);\n            --radius: 20px;\n            --radius-sm: 12px;\n            --transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--cream);\n            color: var(--text);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1,\n        h2,\n        h3,\n        h4 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 600;\n            letter-spacing: -0.02em;\n        }\n\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n\n        img {\n            max-width: 100%;\n            display: block;\n        }\n\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 SCROLLBAR \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n        ::-webkit-scrollbar-track {\n            background: var(--cream-dark);\n        }\n        ::-webkit-scrollbar-thumb {\n            background: var(--gold);\n            border-radius: 10px;\n        }\n        ::-webkit-scrollbar-thumb:hover {\n            background: var(--gold-light);\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .hero {\n            padding: 100px 0 80px;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            background: linear-gradient(165deg, var(--cream) 0%, var(--cream-dark) 100%);\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -40%;\n            right: -10%;\n            width: 700px;\n            height: 700px;\n            background: radial-gradient(circle, rgba(201, 168, 76, 0.10) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            bottom: -30%;\n            left: -10%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(201, 168, 76, 0.07) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .hero .container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero-content {\n            animation: fadeUp 1s ease forwards;\n        }\n\n        .hero-content .badge {\n            display: inline-block;\n            background: var(--gold);\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            padding: 6px 18px;\n            border-radius: 50px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 15px rgba(201, 168, 76, 0.30);\n        }\n\n        .hero-content h1 {\n            font-size: 68px;\n            font-weight: 700;\n            line-height: 1.08;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n\n        .hero-content h1 .highlight {\n            color: var(--gold);\n            position: relative;\n        }\n\n        .hero-content h1 .highlight::after {\n            content: '';\n            position: absolute;\n            bottom: 4px;\n            left: 0;\n            width: 100%;\n            height: 10px;\n            background: rgba(201, 168, 76, 0.20);\n            border-radius: 10px;\n            z-index: -1;\n        }\n\n        .hero-content p {\n            font-size: 19px;\n            color: var(--text-light);\n            max-width: 460px;\n            margin-bottom: 36px;\n            line-height: 1.8;\n            font-weight: 400;\n        }\n\n        .hero-buttons {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            flex-wrap: wrap;\n        }\n\n        .btn-primary {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background: var(--dark);\n            color: white;\n            padding: 16px 38px;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 16px;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            box-shadow: 0 8px 30px rgba(30, 26, 22, 0.18);\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 16px 45px rgba(30, 26, 22, 0.25);\n            background: var(--dark-soft);\n        }\n\n        .btn-primary i {\n            font-size: 16px;\n            transition: var(--transition);\n        }\n        .btn-primary:hover i {\n            transform: translateX(4px);\n        }\n\n        .btn-secondary {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            padding: 16px 32px;\n            border-radius: 60px;\n            font-weight: 500;\n            font-size: 16px;\n            color: var(--text);\n            background: transparent;\n            border: 1.5px solid rgba(30, 26, 22, 0.12);\n            transition: var(--transition);\n            cursor: pointer;\n        }\n\n        .btn-secondary:hover {\n            border-color: var(--gold);\n            color: var(--gold);\n            transform: translateY(-3px);\n        }\n\n        .hero-stats {\n            display: flex;\n            gap: 50px;\n            margin-top: 48px;\n            padding-top: 32px;\n            border-top: 1px solid rgba(30, 26, 22, 0.06);\n        }\n\n        .hero-stats .stat h3 {\n            font-size: 32px;\n            font-weight: 700;\n            color: var(--dark);\n            font-family: 'Playfair Display', serif;\n        }\n\n        .hero-stats .stat p {\n            font-size: 14px;\n            color: var(--text-light);\n            margin: 0;\n            font-weight: 400;\n        }\n\n        \/* \u2500\u2500\u2500 HERO IMAGE \u2500\u2500\u2500 *\/\n        .hero-image {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            animation: fadeUp 1s ease 0.2s forwards;\n            opacity: 0;\n        }\n\n        .hero-image-wrapper {\n            position: relative;\n            width: 100%;\n            max-width: 520px;\n            aspect-ratio: 1 \/ 1.1;\n            border-radius: var(--radius);\n            overflow: hidden;\n            background: linear-gradient(145deg, var(--cream-dark), #e8e0d6);\n            box-shadow: var(--shadow);\n        }\n\n        .hero-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .hero-image-wrapper .floating-badge {\n            position: absolute;\n            bottom: 30px;\n            right: -10px;\n            background: white;\n            backdrop-filter: blur(12px);\n            padding: 16px 22px;\n            border-radius: var(--radius-sm);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            animation: float 3s ease-in-out infinite;\n        }\n\n        .floating-badge i {\n            font-size: 28px;\n            color: var(--gold);\n        }\n\n        .floating-badge .info h4 {\n            font-size: 16px;\n            font-weight: 600;\n            font-family: 'Inter', sans-serif;\n            color: var(--dark);\n        }\n\n        .floating-badge .info p {\n            font-size: 13px;\n            color: var(--text-light);\n            margin: 0;\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 SECTION TITLE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .section-title {\n            text-align: center;\n            margin-bottom: 56px;\n        }\n\n        .section-title h2 {\n            font-size: 44px;\n            font-weight: 700;\n            color: var(--dark);\n            margin-bottom: 12px;\n        }\n\n        .section-title p {\n            font-size: 18px;\n            color: var(--text-light);\n            max-width: 520px;\n            margin: 0 auto;\n        }\n\n        .section-title .accent-line {\n            display: inline-block;\n            width: 60px;\n            height: 3px;\n            background: var(--gold);\n            border-radius: 10px;\n            margin-top: 12px;\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 FEATURED CATEGORIES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .categories {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .categories-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n\n        .category-card {\n            background: var(--cream);\n            border-radius: var(--radius);\n            padding: 32px 20px 28px;\n            text-align: center;\n            transition: var(--transition);\n            cursor: pointer;\n            border: 1px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .category-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: var(--gold);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: var(--transition);\n        }\n\n        .category-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .category-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(201, 168, 76, 0.20);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .category-card .icon {\n            font-size: 44px;\n            color: var(--gold);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .category-card h3 {\n            font-family: 'Inter', sans-serif;\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--dark);\n            margin-bottom: 6px;\n        }\n\n        .category-card p {\n            font-size: 14px;\n            color: var(--text-light);\n            margin: 0;\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 FEATURED PRODUCTS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .products {\n            padding: 80px 0;\n            background: var(--cream);\n        }\n\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 28px;\n        }\n\n        .product-card {\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            transition: var(--transition);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);\n            border: 1px solid rgba(0, 0, 0, 0.02);\n        }\n\n        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: var(--shadow-hover);\n            border-color: rgba(201, 168, 76, 0.10);\n        }\n\n        .product-card .product-image {\n            height: 280px;\n            background: var(--cream-dark);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-card .product-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .product-card:hover .product-image img {\n            transform: scale(1.04);\n        }\n\n        .product-card .product-tag {\n            position: absolute;\n            top: 16px;\n            left: 16px;\n            background: var(--gold);\n            color: white;\n            font-size: 11px;\n            font-weight: 600;\n            padding: 4px 14px;\n            border-radius: 50px;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n        }\n\n        .product-card .product-tag.sale {\n            background: #e85d5d;\n        }\n\n        .product-card .product-tag.new {\n            background: #4a9e6e;\n        }\n\n        .product-card .wishlist-btn {\n            position: absolute;\n            top: 16px;\n            right: 16px;\n            background: white;\n            width: 38px;\n            height: 38px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: none;\n            cursor: pointer;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);\n            transition: var(--transition);\n            font-size: 16px;\n            color: var(--text-light);\n        }\n\n        .product-card .wishlist-btn:hover {\n            background: var(--gold);\n            color: white;\n            transform: scale(1.06);\n        }\n\n        .product-card .product-info {\n            padding: 20px 22px 24px;\n        }\n\n        .product-card .product-info h4 {\n            font-family: 'Inter', sans-serif;\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--dark);\n            margin-bottom: 4px;\n        }\n\n        .product-card .product-info .category-label {\n            font-size: 13px;\n            color: var(--text-light);\n            margin-bottom: 10px;\n            display: block;\n        }\n\n        .product-card .product-info .price {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .product-card .product-info .price .current {\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--dark);\n        }\n\n        .product-card .product-info .price .original {\n            font-size: 16px;\n            color: var(--text-light);\n            text-decoration: line-through;\n        }\n\n        .product-card .product-info .price .discount {\n            font-size: 13px;\n            font-weight: 600;\n            color: #e85d5d;\n            background: rgba(232, 93, 93, 0.08);\n            padding: 0 10px;\n            border-radius: 20px;\n        }\n\n        .product-card .add-to-cart {\n            width: 100%;\n            margin-top: 16px;\n            padding: 12px;\n            border: 1.5px solid rgba(30, 26, 22, 0.08);\n            background: transparent;\n            border-radius: 60px;\n            font-weight: 500;\n            font-size: 14px;\n            color: var(--text);\n            cursor: pointer;\n            transition: var(--transition);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n\n        .product-card .add-to-cart:hover {\n            background: var(--dark);\n            color: white;\n            border-color: var(--dark);\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 TESTIMONIALS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .testimonials {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 28px;\n        }\n\n        .testimonial-card {\n            background: var(--cream);\n            border-radius: var(--radius);\n            padding: 36px 32px 32px;\n            transition: var(--transition);\n            border: 1px solid transparent;\n        }\n\n        .testimonial-card:hover {\n            border-color: rgba(201, 168, 76, 0.15);\n            transform: translateY(-4px);\n            box-shadow: var(--shadow);\n        }\n\n        .testimonial-card .stars {\n            color: var(--gold);\n            font-size: 16px;\n            letter-spacing: 2px;\n            margin-bottom: 14px;\n        }\n\n        .testimonial-card blockquote {\n            font-size: 16px;\n            line-height: 1.7;\n            color: var(--text);\n            font-style: italic;\n            margin-bottom: 16px;\n        }\n\n        .testimonial-card .author {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n        }\n\n        .testimonial-card .author .avatar {\n            width: 46px;\n            height: 46px;\n            border-radius: 50%;\n            background: var(--gold-light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            color: var(--dark);\n            font-size: 18px;\n        }\n\n        .testimonial-card .author .name {\n            font-weight: 600;\n            font-size: 15px;\n            color: var(--dark);\n        }\n\n        .testimonial-card .author .role {\n            font-size: 13px;\n            color: var(--text-light);\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 NEWSLETTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        .newsletter {\n            padding: 80px 0;\n            background: var(--dark);\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .newsletter::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(201, 168, 76, 0.06) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .newsletter .container {\n            position: relative;\n            z-index: 2;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .newsletter h2 {\n            font-size: 40px;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .newsletter h2 span {\n            color: var(--gold);\n        }\n\n        .newsletter p {\n            color: rgba(255, 255, 255, 0.7);\n            font-size: 17px;\n            max-width: 420px;\n        }\n\n        .newsletter-form {\n            display: flex;\n            gap: 12px;\n            background: rgba(255, 255, 255, 0.06);\n            padding: 6px;\n            border-radius: 60px;\n            border: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        .newsletter-form input {\n            flex: 1;\n            padding: 16px 24px;\n            border: none;\n            background: transparent;\n            color: white;\n            font-size: 15px;\n            outline: none;\n            font-weight: 400;\n        }\n\n        .newsletter-form input::placeholder {\n            color: rgba(255, 255, 255, 0.4);\n        }\n\n        .newsletter-form button {\n            padding: 14px 34px;\n            border: none;\n            background: var(--gold);\n            color: white;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 15px;\n            cursor: pointer;\n            transition: var(--transition);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            white-space: nowrap;\n        }\n\n        .newsletter-form button:hover {\n            background: var(--gold-light);\n            color: var(--dark);\n            transform: scale(1.02);\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 ANIMATIONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        @keyframes fadeUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%,\n            100% {\n                transform: translateY(0);\n            }\n            50% {\n                transform: translateY(-12px);\n            }\n        }\n\n        \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        @media (max-width: 1200px) {\n            .container {\n                padding: 0 30px;\n            }\n            .hero-content h1 {\n                font-size: 52px;\n            }\n            .products-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n            .categories-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 992px) {\n            .hero .container {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            .hero-content p {\n                margin: 0 auto 30px;\n            }\n            .hero-buttons {\n                justify-content: center;\n            }\n            .hero-stats {\n                justify-content: center;\n            }\n            .hero-image-wrapper {\n                max-width: 420px;\n                margin: 0 auto;\n            }\n            .hero-content h1 {\n                font-size: 46px;\n            }\n            .hero {\n                padding: 80px 0 60px;\n            }\n\n            .newsletter .container {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            .newsletter p {\n                margin: 0 auto 20px;\n            }\n            .newsletter-form {\n                max-width: 500px;\n                margin: 0 auto;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-content h1 {\n                font-size: 36px;\n            }\n\n            .hero-stats {\n                gap: 30px;\n                flex-wrap: wrap;\n            }\n            .hero-stats .stat h3 {\n                font-size: 26px;\n            }\n\n            .products-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 16px;\n            }\n\n            .categories-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 14px;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .section-title h2 {\n                font-size: 32px;\n            }\n\n            .newsletter-form {\n                flex-direction: column;\n                background: transparent;\n                padding: 0;\n                border: none;\n                gap: 12px;\n            }\n            .newsletter-form input {\n                background: rgba(255, 255, 255, 0.06);\n                border-radius: 60px;\n                padding: 16px 24px;\n            }\n            .newsletter-form button {\n                justify-content: center;\n                padding: 16px;\n            }\n\n            .hero-image-wrapper .floating-badge {\n                right: 0;\n                bottom: 16px;\n                padding: 12px 16px;\n            }\n            .floating-badge .info h4 {\n                font-size: 14px;\n            }\n\n            .container {\n                padding: 0 18px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .products-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .product-card .product-image {\n                height: 200px;\n            }\n            .product-card .product-info {\n                padding: 14px 16px 18px;\n            }\n            .product-card .product-info h4 {\n                font-size: 14px;\n            }\n            .hero-content h1 {\n                font-size: 30px;\n            }\n            .btn-primary,\n            .btn-secondary {\n                padding: 14px 26px;\n                font-size: 14px;\n            }\n            .hero-stats {\n                gap: 20px;\n            }\n            .hero-stats .stat h3 {\n                font-size: 22px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- \u2550\u2550\u2550 HERO \u2550\u2550\u2550 -->\n    <section class=\"hero\" id=\"home\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <span class=\"badge\"><i class=\"fas fa-sparkles\"><\/i> New Collection 2026<\/span>\n                <h1>\n                    Where <br \/>\n                    <span class=\"highlight\">Style<\/span> Meets\n                    <span class=\"highlight\">Soul<\/span>\n                <\/h1>\n                <p>\n                    Discover thoughtfully curated pieces that elevate your everyday.\n                    From timeless classics to modern essentials \u2014 crafted with care.\n                <\/p>\n                <div class=\"hero-buttons\">\n                    <a href=\"#\" class=\"btn-primary\">\n                        Explore Collection <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                    <a href=\"#\" class=\"btn-secondary\">\n                        <i class=\"fas fa-play-circle\"><\/i> Watch Story\n                    <\/a>\n                <\/div>\n                <div class=\"hero-stats\">\n                    <div class=\"stat\">\n                        <h3>12k+<\/h3>\n                        <p>Happy Customers<\/p>\n                    <\/div>\n                    <div class=\"stat\">\n                        <h3>4.9\u2605<\/h3>\n                        <p>Average Rating<\/p>\n                    <\/div>\n                    <div class=\"stat\">\n                        <h3>98%<\/h3>\n                        <p>On-Time Delivery<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"hero-image\">\n                <div class=\"hero-image-wrapper\">\n                    <img decoding=\"async\"\n                    src=\"https:\/\/images.unsplash.com\/photo-1441984904996-e0b6ba687e04?w=800&#038;h=900&#038;fit=crop&#038;crop=center&#038;auto=format\"\n                    alt=\"Store front display with elegant products\"\n                    loading=\"lazy\"\n                    \/>\n                    <div class=\"floating-badge\">\n                        <i class=\"fas fa-crown\"><\/i>\n                        <div class=\"info\">\n                            <h4>Premium Quality<\/h4>\n                            <p>Ethically sourced<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 CATEGORIES \u2550\u2550\u2550 -->\n    <section class=\"categories\" id=\"shop\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Shop by Category<\/h2>\n                <p>Find exactly what you&#8217;re looking for in our curated collections<\/p>\n                <span class=\"accent-line\"><\/span>\n            <\/div>\n            <div class=\"categories-grid\">\n                <div class=\"category-card\">\n                    <span class=\"icon\"><i class=\"fas fa-vest\"><\/i><\/span>\n                    <h3>Apparel<\/h3>\n                    <p>Timeless fashion for every season<\/p>\n                <\/div>\n                <div class=\"category-card\">\n                    <span class=\"icon\"><i class=\"fas fa-gem\"><\/i><\/span>\n                    <h3>Accessories<\/h3>\n                    <p>The perfect finishing touch<\/p>\n                <\/div>\n                <div class=\"category-card\">\n                    <span class=\"icon\"><i class=\"fas fa-couch\"><\/i><\/span>\n                    <h3>Home &amp; Living<\/h3>\n                    <p>Warmth and character for your space<\/p>\n                <\/div>\n                <div class=\"category-card\">\n                    <span class=\"icon\"><i class=\"fas fa-leaf\"><\/i><\/span>\n                    <h3>Natural Beauty<\/h3>\n                    <p>Clean, conscious self-care<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 FEATURED PRODUCTS \u2550\u2550\u2550 -->\n    <section class=\"products\" id=\"collections\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Best Sellers<\/h2>\n                <p>Our most loved pieces, chosen by customers like you<\/p>\n                <span class=\"accent-line\"><\/span>\n            <\/div>\n            <div class=\"products-grid\">\n                <!-- Product 1 -->\n                <div class=\"product-card\">\n                    <div class=\"product-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1539109136881-3be0616acf4b?w=400&#038;h=500&#038;fit=crop&#038;crop=center&#038;auto=format\" alt=\"Classic Wool Coat\" loading=\"lazy\" \/>\n                        <span class=\"product-tag\">Best Seller<\/span>\n                        <button class=\"wishlist-btn\" aria-label=\"Add to wishlist\">\n                            <i class=\"far fa-heart\"><\/i>\n                        <\/button>\n                    <\/div>\n                    <div class=\"product-info\">\n                        <h4>Classic Wool Coat<\/h4>\n                        <span class=\"category-label\">Apparel<\/span>\n                        <div class=\"price\">\n                            <span class=\"current\">$189<\/span>\n                            <span class=\"original\">$245<\/span>\n                            <span class=\"discount\">\u221223%<\/span>\n                        <\/div>\n                        <button class=\"add-to-cart\">\n                            <i class=\"fas fa-plus\"><\/i> Add to Cart\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- Product 2 -->\n                <div class=\"product-card\">\n                    <div class=\"product-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1547949003-9792a18a2601?w=400&#038;h=500&#038;fit=crop&#038;crop=center&#038;auto=format\" alt=\"Leather Crossbody Bag\" loading=\"lazy\" \/>\n                        <span class=\"product-tag new\">New<\/span>\n                        <button class=\"wishlist-btn\" aria-label=\"Add to wishlist\">\n                            <i class=\"far fa-heart\"><\/i>\n                        <\/button>\n                    <\/div>\n                    <div class=\"product-info\">\n                        <h4>Leather Crossbody<\/h4>\n                        <span class=\"category-label\">Accessories<\/span>\n                        <div class=\"price\">\n                            <span class=\"current\">$124<\/span>\n                        <\/div>\n                        <button class=\"add-to-cart\">\n                            <i class=\"fas fa-plus\"><\/i> Add to Cart\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- Product 3 -->\n                <div class=\"product-card\">\n                    <div class=\"product-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1568602471122-7832951cc4c5?w=400&#038;h=500&#038;fit=crop&#038;crop=center&#038;auto=format\" alt=\"Ceramic Vase Set\" loading=\"lazy\" \/>\n                        <span class=\"product-tag sale\">Sale<\/span>\n                        <button class=\"wishlist-btn\" aria-label=\"Add to wishlist\">\n                            <i class=\"far fa-heart\"><\/i>\n                        <\/button>\n                    <\/div>\n                    <div class=\"product-info\">\n                        <h4>Ceramic Vase Set<\/h4>\n                        <span class=\"category-label\">Home &amp; Living<\/span>\n                        <div class=\"price\">\n                            <span class=\"current\">$68<\/span>\n                            <span class=\"original\">$94<\/span>\n                            <span class=\"discount\">\u221228%<\/span>\n                        <\/div>\n                        <button class=\"add-to-cart\">\n                            <i class=\"fas fa-plus\"><\/i> Add to Cart\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- Product 4 -->\n                <div class=\"product-card\">\n                    <div class=\"product-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1596462502278-27bfdc9c2c5e?w=400&#038;h=500&#038;fit=crop&#038;crop=center&#038;auto=format\" alt=\"Lavender &#038; Chamomile Set\" loading=\"lazy\" \/>\n                        <span class=\"product-tag new\">New<\/span>\n                        <button class=\"wishlist-btn\" aria-label=\"Add to wishlist\">\n                            <i class=\"far fa-heart\"><\/i>\n                        <\/button>\n                    <\/div>\n                    <div class=\"product-info\">\n                        <h4>Lavender &amp; Chamomile<\/h4>\n                        <span class=\"category-label\">Natural Beauty<\/span>\n                        <div class=\"price\">\n                            <span class=\"current\">$42<\/span>\n                        <\/div>\n                        <button class=\"add-to-cart\">\n                            <i class=\"fas fa-plus\"><\/i> Add to Cart\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 TESTIMONIALS \u2550\u2550\u2550 -->\n    <section class=\"testimonials\" id=\"about\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Kind Words<\/h2>\n                <p>What our community says about their experience<\/p>\n                <span class=\"accent-line\"><\/span>\n            <\/div>\n            <div class=\"testimonials-grid\">\n                <div class=\"testimonial-card\">\n                    <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\n                    <blockquote>\n                        \u201cAbsolutely love the quality and attention to detail. Every piece feels special and thoughtfully made. My new go-to store.\u201d\n                    <\/blockquote>\n                    <div class=\"author\">\n                        <div class=\"avatar\">JD<\/div>\n                        <div>\n                            <div class=\"name\">Jessica Diaz<\/div>\n                            <div class=\"role\">Interior Designer<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"testimonial-card\">\n                    <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\n                    <blockquote>\n                        \u201cThe packaging was beautiful and the product exceeded my expectations. It&#8217;s rare to find such care in every step of the process.\u201d\n                    <\/blockquote>\n                    <div class=\"author\">\n                        <div class=\"avatar\">MR<\/div>\n                        <div>\n                            <div class=\"name\">Marcus Reid<\/div>\n                            <div class=\"role\">Fashion Enthusiast<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"testimonial-card\">\n                    <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\n                    <blockquote>\n                        \u201cI&#8217;ve bought several pieces and each one tells a story. The craftsmanship is outstanding and the customer service is warm.\u201d\n                    <\/blockquote>\n                    <div class=\"author\">\n                        <div class=\"avatar\">AW<\/div>\n                        <div>\n                            <div class=\"name\">Amara Wright<\/div>\n                            <div class=\"role\">Lifestyle Blogger<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 NEWSLETTER \u2550\u2550\u2550 -->\n    <section class=\"newsletter\" id=\"contact\">\n        <div class=\"container\">\n            <div>\n                <h2>Join the <span>Bloom<\/span> Community<\/h2>\n                <p>Subscribe for early access, exclusive offers, and design stories.<\/p>\n            <\/div>\n            <form class=\"newsletter-form\" onsubmit=\"event.preventDefault(); alert('Thank you for subscribing! \ud83d\udc9b');\">\n                <input type=\"email\" placeholder=\"Enter your email address\" required \/>\n                <button type=\"submit\">\n                    Subscribe <i class=\"fas fa-arrow-right\"><\/i>\n                <\/button>\n            <\/form>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 JAVASCRIPT \u2550\u2550\u2550 -->\n    <script>\n        \/\/ \u2500\u2500\u2500 Wishlist Button Toggle \u2500\u2500\u2500\n        document.querySelectorAll('.wishlist-btn').forEach(btn => {\n            btn.addEventListener('click', (e) => {\n                e.stopPropagation();\n                const icon = btn.querySelector('i');\n                icon.classList.toggle('far');\n                icon.classList.toggle('fas');\n                if (icon.classList.contains('fas')) {\n                    icon.style.color = '#e85d5d';\n                } else {\n                    icon.style.color = '';\n                }\n            });\n        });\n\n        \/\/ \u2500\u2500\u2500 Add to Cart Feedback \u2500\u2500\u2500\n        document.querySelectorAll('.add-to-cart').forEach(btn => {\n            btn.addEventListener('click', function(e) {\n                e.preventDefault();\n                const originalText = this.innerHTML;\n                this.innerHTML = '<i class=\"fas fa-check\"><\/i> Added!';\n                this.style.background = '#4a9e6e';\n                this.style.color = 'white';\n                this.style.borderColor = '#4a9e6e';\n\n                setTimeout(() => {\n                    this.innerHTML = originalText;\n                    this.style.background = '';\n                    this.style.color = '';\n                    this.style.borderColor = '';\n                }, 2200);\n            });\n        });\n\n        \/\/ \u2500\u2500\u2500 Smooth scroll for anchor links (if any) \u2500\u2500\u2500\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                const href = this.getAttribute('href');\n                if (href === '#') return;\n                e.preventDefault();\n                const target = document.querySelector(href);\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n\n        \/\/ \u2500\u2500\u2500 Console welcome \u2500\u2500\u2500\n        console.log('\ud83c\udf38 Bloom & Co. \u2014 Where style meets soul.');\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Bloom &#038; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you&#8217;re [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-84","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Bloom &amp; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you&#039;re\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/storzlive.online\/index.php\/home\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"-\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"-\" \/>\n\t\t<meta property=\"og:description\" content=\"Bloom &amp; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you&#039;re\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/storzlive.online\/index.php\/home\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-03-17T15:22:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-23T13:37:08+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"-\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Bloom &amp; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you&#039;re\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/storzlive.online\\\/index.php\\\/home\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/storzlive.online#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/storzlive.online\"},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/storzlive.online\\\/index.php\\\/home\\\/#listItem\",\"position\":2,\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/storzlive.online#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/storzlive.online\\\/#organization\",\"name\":\"storzlive.online\",\"url\":\"https:\\\/\\\/storzlive.online\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/storzlive.online\\\/index.php\\\/home\\\/#webpage\",\"url\":\"https:\\\/\\\/storzlive.online\\\/index.php\\\/home\\\/\",\"name\":\"-\",\"description\":\"Bloom & Co. \\u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \\u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you're\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/storzlive.online\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/storzlive.online\\\/index.php\\\/home\\\/#breadcrumblist\"},\"datePublished\":\"2024-03-17T15:22:49+00:00\",\"dateModified\":\"2026-06-23T13:37:08+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/storzlive.online\\\/#website\",\"url\":\"https:\\\/\\\/storzlive.online\\\/\",\"name\":\"storzlive.online\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/storzlive.online\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"-","description":"Bloom & Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you're","canonical_url":"https:\/\/storzlive.online\/index.php\/home\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/storzlive.online\/index.php\/home\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/storzlive.online#listItem","position":1,"name":"Home","item":"https:\/\/storzlive.online"},{"@type":"ListItem","@id":"https:\/\/storzlive.online\/index.php\/home\/#listItem","position":2,"previousItem":{"@type":"ListItem","@id":"https:\/\/storzlive.online#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/storzlive.online\/#organization","name":"storzlive.online","url":"https:\/\/storzlive.online\/"},{"@type":"WebPage","@id":"https:\/\/storzlive.online\/index.php\/home\/#webpage","url":"https:\/\/storzlive.online\/index.php\/home\/","name":"-","description":"Bloom & Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you're","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/storzlive.online\/#website"},"breadcrumb":{"@id":"https:\/\/storzlive.online\/index.php\/home\/#breadcrumblist"},"datePublished":"2024-03-17T15:22:49+00:00","dateModified":"2026-06-23T13:37:08+00:00"},{"@type":"WebSite","@id":"https:\/\/storzlive.online\/#website","url":"https:\/\/storzlive.online\/","name":"storzlive.online","inLanguage":"en-US","publisher":{"@id":"https:\/\/storzlive.online\/#organization"}}]},"og:locale":"en_US","og:site_name":"-","og:type":"article","og:title":"-","og:description":"Bloom &amp; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you're","og:url":"https:\/\/storzlive.online\/index.php\/home\/","article:published_time":"2024-03-17T15:22:49+00:00","article:modified_time":"2026-06-23T13:37:08+00:00","twitter:card":"summary_large_image","twitter:title":"-","twitter:description":"Bloom &amp; Co. \u2014 Premium Store New Collection 2026 Where Style Meets Soul Discover thoughtfully curated pieces that elevate your everyday. From timeless classics to modern essentials \u2014 crafted with care. Explore Collection Watch Story 12k+ Happy Customers 4.9\u2605 Average Rating 98% On-Time Delivery Premium Quality Ethically sourced Shop by Category Find exactly what you're"},"aioseo_meta_data":{"post_id":"84","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-03-17 15:32:46","updated":"2026-06-23 14:12:21","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/storzlive.online\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/storzlive.online"},{"label":"","link":"https:\/\/storzlive.online\/index.php\/home\/"}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":2,"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":122,"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/pages\/84\/revisions\/122"}],"wp:attachment":[{"href":"https:\/\/storzlive.online\/index.php\/wp-json\/wp\/v2\/media?parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}