:root{--bloom-emerald: #0f766e;--bloom-emerald-dark: #0f172a;--bloom-mint: #ccfbf1;--bloom-gold: #d4af37;--bloom-white: #ffffff;--bloom-gray-light: #f8fafc;--bloom-gray-border: #e2e8f0;--bloom-text: #334155;--bloom-font-heading: var(--font-heading-family);--bloom-font-body: var(--font-body-family);--bloom-radius: 12px;--bloom-radius-lg: 16px;--bloom-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.bloom-component{color:var(--bloom-text)}.bloom-component h1,.bloom-component h2,.bloom-component h3,.bloom-component h4{color:var(--bloom-emerald-dark);font-weight:600}.bloom-bundle-container{display:flex;flex-direction:column;gap:12px;margin:20px 0}.bloom-bundle-card{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px;border:2px solid var(--bloom-gray-border);border-radius:var(--bloom-radius);background:var(--bloom-white);cursor:pointer;transition:all .3s ease}.bloom-bundle-card:hover{border-color:var(--bloom-emerald)}.bloom-bundle-card.is-active{border-color:var(--bloom-emerald);background:var(--bloom-mint)}.bloom-bundle-radio{margin-right:12px;accent-color:var(--bloom-emerald);width:20px;height:20px}.bloom-bundle-info{flex-grow:1}.bloom-bundle-title{font-weight:700;color:var(--bloom-emerald-dark);margin:0 0 4px;font-size:16px}.bloom-bundle-desc{font-size:13px;color:var(--bloom-text);margin:0}.bloom-bundle-price{font-weight:700;color:var(--bloom-emerald);font-size:16px;text-align:right}.bloom-badge-popular{position:absolute;top:-12px;right:16px;background:var(--bloom-gold);color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.bloom-accordion-wrapper{margin-top:30px;border-top:1px solid var(--bloom-gray-border)}.bloom-accordion-item{border-bottom:1px solid var(--bloom-gray-border)}.bloom-accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:none;border:none;cursor:pointer;font-weight:600;color:var(--bloom-emerald-dark);font-size:16px;text-align:left}.bloom-accordion-icon{font-size:20px;color:var(--bloom-emerald);transition:transform .3s ease}.bloom-accordion-item.is-open .bloom-accordion-icon{transform:rotate(180deg)}.bloom-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.bloom-accordion-item.is-open .bloom-accordion-content{max-height:500px}.bloom-accordion-inner{padding-bottom:16px;color:var(--bloom-text);font-size:14px;line-height:1.6}.bloom-sticky-bar{position:fixed;bottom:0;left:0;width:100%;background:var(--bloom-white);padding:12px 16px;box-shadow:0 -4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between;z-index:999;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.bloom-sticky-bar.is-visible{transform:translateY(0)}.bloom-sticky-info{display:flex;flex-direction:column}.bloom-sticky-title{font-size:13px;font-weight:600;color:var(--bloom-emerald-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.bloom-sticky-price{font-size:15px;font-weight:700;color:var(--bloom-emerald);margin:0}.bloom-btn-primary{background:var(--bloom-emerald);color:var(--bloom-white);border:none;border-radius:var(--bloom-radius);padding:12px 24px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:var(--bloom-shadow);text-transform:uppercase}.bloom-btn-primary:active{transform:scale(.98)}.bloom-btn-gold{background:var(--bloom-gold);color:var(--bloom-white);border:none;border-radius:var(--bloom-radius);padding:12px 24px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:var(--bloom-shadow);text-transform:uppercase;transition:all .3s ease}.bloom-btn-gold:hover{background:#b5952f;transform:translateY(-2px)}.bloom-btn-gold:active{transform:scale(.98)}@media(min-width:768px){.bloom-sticky-bar{display:none}}.xo-price__sale .xo-price__item:not(.xo-price__item--del){color:#198754!important}.bloom-trust-block{display:flex;align-items:center;border:none;padding:10px 0;background:transparent;width:100%;box-sizing:border-box}.bloom-reviews{gap:12px;width:max-content}.bloom-stars{display:flex;align-items:center;gap:4px}.bloom-star-icon{width:20px;height:20px}.bloom-rating-score{font-weight:700;font-size:14px;color:var(--bloom-emerald-dark)}.bloom-reviews-text{font-size:14px;color:var(--bloom-text)}.bloom-buyers{gap:12px;width:max-content}.bloom-avatars{display:flex;align-items:center}.bloom-avatars img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-10px}.bloom-avatars img:first-child{margin-left:0}.bloom-buyers-text{font-size:14px;color:var(--bloom-text)}.bloom-buyers-text strong{font-weight:700;color:var(--bloom-emerald-dark)}.bloom-trust-block.bloom-features{padding:16px 0;display:grid;grid-template-columns:1fr 1fr;gap:16px;background:transparent}.bloom-feature-item{display:flex;align-items:center;gap:12px;text-decoration:none}.bloom-feature-icon{background:#e6f9f2;color:var(--bloom-emerald);width:40px;height:40px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.bloom-feature-icon svg{width:24px;height:24px}.bloom-feature-content{display:flex;flex-direction:column;justify-content:center}.bloom-feature-title{font-size:12px;font-weight:700;color:var(--bloom-emerald-dark);line-height:1.2;margin-bottom:2px}.bloom-feature-desc{font-size:11px;color:var(--bloom-text);line-height:1.2}@media(max-width:480px){.bloom-trust-block.bloom-features{grid-template-columns:1fr;gap:12px}}html body .product-form button[type=submit],html body .product-form__submit,html body button.product-form__submit,html body button[name=add],html body .product-form .btn,html body .product-form .xo-btn,html body .buy-button__add button,html body xo-cart-add button,html body .shopify-payment-button__button--unbranded,html body .shopify-payment-button__button{background-color:#000!important;color:#fff!important;--text-color: #ffffff !important;transition:all .3s ease!important;border:1px solid #000000!important}html body .product-form button[type=submit]:hover,html body .product-form__submit:hover,html body button.product-form__submit:hover,html body button[name=add]:hover,html body .product-form .btn:hover,html body .product-form .xo-btn:hover,html body .buy-button__add button:hover,html body xo-cart-add button:hover,html body .shopify-payment-button__button--unbranded:hover,html body .shopify-payment-button__button:hover{background-color:#b8860b!important;color:#fff!important;--text-color: #ffffff !important;border-color:#b8860b!important}html body .buy-button__add button span,html body .buy-button__add button .xo-btn__text,html body xo-cart-add button span,html body xo-cart-add button .xo-btn__text,html body .product-form button[type=submit] span,html body .product-form button[type=submit] svg,html body button[name=add] span,html body button[name=add] svg{color:#fff!important;fill:#fff!important}.bloom-video-stories-section{padding:40px 20px;width:100%}.bloom-video-stories-container{max-width:1200px;margin:0 auto}.bloom-video-stories-title{text-align:center;font-size:clamp(2.4rem,calc(2.5vw + 1.4rem),4.4rem);line-height:calc(1 + .18 / var(--font-heading-scale, 1));margin-bottom:35px;font-family:"Bricolage Grotesque",var(--font-custom-family),var(--font-heading-family),sans-serif;letter-spacing:-.01em}.bloom-video-stories-grid{display:flex;gap:20px;justify-content:center;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:15px}.bloom-video-stories-grid::-webkit-scrollbar{height:6px}.bloom-video-stories-grid::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.bloom-video-stories-grid::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.bloom-video-story-item{position:relative;flex:0 0 30%;max-width:350px;min-width:280px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background-color:#000;scroll-snap-align:center}.bloom-video-story-item video{width:100%;height:100%;object-fit:cover;display:block}.bloom-video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f4f4f4}.bloom-video-placeholder svg{width:50px;height:50px;fill:#ccc}.bloom-video-story-overlay{position:absolute;bottom:0;left:0;width:100%;padding:40px 20px 20px;background:linear-gradient(to top,#000000b3,#0000);pointer-events:none}.bloom-video-story-text{color:#fff;font-size:16px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.8);display:block;text-align:center}.bloom-video-story-item video::-webkit-media-controls-enclosure{display:none!important}.bloom-video-story-item:hover video::-webkit-media-controls-enclosure{display:flex!important}@media(max-width:768px){.bloom-video-stories-grid{justify-content:flex-start;padding-left:10px;padding-right:10px}.bloom-video-story-item{flex:0 0 80%}.bloom-video-story-item video::-webkit-media-controls-enclosure{display:flex!important}}.bloom-comparison-section{padding:60px 20px;width:100%;background-color:#f8fafc;font-family:Jost,sans-serif}.bloom-comparison-container{max-width:980px;margin:0 auto;font-family:Jost,sans-serif}.bloom-comparison-title{text-align:center;font-size:clamp(2.4rem,calc(2.5vw + 1.4rem),4.4rem);line-height:calc(1 + .18 / var(--font-heading-scale, 1));color:#000;margin-bottom:35px;font-family:"Bricolage Grotesque",var(--font-custom-family),var(--font-heading-family),sans-serif;letter-spacing:-.01em}.bloom-comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;border:1px solid #e5e7eb;background-color:#fff;box-shadow:0 4px 20px #00000008}.bloom-comparison-table{width:100%;min-width:650px;border-collapse:collapse;background-color:#fff;font-family:Jost,sans-serif}.bloom-comparison-table th,.bloom-comparison-table td{padding:18px 20px;text-align:center;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;vertical-align:middle;font-family:Jost,sans-serif}.bloom-comparison-table th:last-child,.bloom-comparison-table td:last-child{border-right:none}.bloom-comparison-table tbody tr:last-child td{border-bottom:none}.bloom-comparison-table th{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;padding:0}.bloom-col-feature-header{width:32%;background-color:#fff;border-bottom:1px solid #e5e7eb}.bloom-col-primary-header{width:34%;background-color:#111!important;color:#fff;padding:22px 15px!important}.bloom-col-secondary-header{width:34%;background-color:#f9fafb;color:#374151;padding:22px 15px!important;border-bottom:1px solid #e5e7eb}.bloom-th-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.bloom-col-logo{max-width:130px;max-height:48px;height:auto;object-fit:contain}.bloom-col-feature{width:32%;text-align:left!important;background-color:#fafafa}.bloom-feature-inner{display:flex;align-items:center;gap:14px}.bloom-feature-badge{width:40px;height:40px;min-width:40px;border-radius:10px;background-color:#e6f7f4;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.bloom-feature-title{font-weight:700;font-size:15px;color:#111827;font-family:Jost,sans-serif;line-height:1.3}.bloom-col-primary,.bloom-col-secondary{width:34%;background-color:#fff}.bloom-cell-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.bloom-check-badge{width:28px;height:28px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.bloom-cross-badge{width:28px;height:28px;border-radius:50%;background-color:#9ca3af;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.bloom-cell-text{font-size:13px;line-height:1.4;color:#4b5563;font-family:Jost,sans-serif;text-align:center}@media(max-width:768px){.bloom-comparison-section{padding:35px 8px}.bloom-comparison-title{margin-bottom:20px}.bloom-comparison-table-wrapper{overflow-x:hidden;border-radius:12px}.bloom-comparison-table{min-width:0!important;width:100%!important;table-layout:fixed}.bloom-col-feature-header,.bloom-col-feature{width:38%!important;padding:10px 6px!important}.bloom-col-primary-header,.bloom-col-primary,.bloom-col-secondary-header,.bloom-col-secondary{width:31%!important;padding:10px 4px!important}.bloom-col-primary-header,.bloom-col-secondary-header{padding:14px 4px!important}.bloom-col-secondary-header span{font-size:10px;letter-spacing:.5px}.bloom-col-logo{max-width:75px;max-height:30px}.bloom-feature-inner{gap:6px}.bloom-feature-badge{width:28px;height:28px;min-width:28px;border-radius:6px;font-size:13px}.bloom-feature-title{font-size:11px;line-height:1.25}.bloom-check-badge,.bloom-cross-badge{width:20px;height:20px;margin-bottom:2px}.bloom-check-badge svg,.bloom-cross-badge svg{width:10px;height:10px}.bloom-cell-text{font-size:10px;line-height:1.25}}.product-v7__title,.product-v1__title,.product-v2__title,.product-v3__title,.product-v4__title,.product-v5__title,.xo-section-heading__title{font-size:clamp(2.4rem,calc(2.5vw + 1.4rem),4.4rem)!important;line-height:calc(1 + .18 / var(--font-heading-scale, 1))!important;font-family:"Bricolage Grotesque",var(--font-custom-family),var(--font-heading-family),sans-serif!important;letter-spacing:-.01em!important}@media(max-width:768px){.footer-v14__logo,.footer-v1__logo,.footer__logo,footer .footer-v14__logo{display:flex!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;width:100%!important}.footer-v14__logo img,.footer-v1__logo img,.footer__logo img,footer .footer-v14__logo img{margin-left:auto!important;margin-right:auto!important;display:block!important}.footer-v14__social,ul.footer-v14__social,.footer-social,.footer__social{display:flex!important;justify-content:center!important;align-items:center!important;margin:15px auto!important;width:100%!important;padding-left:0!important;gap:12px!important}.footer-v14__bottom,.footer-v14__copyright,.footer-copyright{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important}.footer-v14__copyright,.footer-v14__copyright p,.footer-v14__copyright span,.footer-v14__copyright small,.footer-v14__copyright a{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.footer-v14__payment,.footer-payment{display:flex!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;width:100%!important;margin-top:12px!important}.footer-v14__payment img,.footer-v14__payment svg,.footer-payment img{margin-left:auto!important;margin-right:auto!important;display:block!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/bloom-custom.css.map */
